/*
Theme Name: Kia Lia
Theme URI: https://www.facebook.com/kidieueech
Author: Ki Dieu Ech
Author URI: https://www.facebook.com/kidieueech
Description: Theme for artists.
Version: 1.0.0
Tested up to: 5.8
Requires PHP: 5.6
License: GPL-2.0-or-later
License URI: https://opensource.org/licenses/GPL-2.0
Text Domain: kia-lia
Tags: featured-images, full-width-template, blog, custom-header, editor-style

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	box-sizing: border-box;
}

html, body{
	font-size: 17px;
	font-family: MainFont;
	background: white;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	margin: 0;
}

a {
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

article, aside, details, figcaption, figure, footer, header,
main, menu, nav, section, summary {
	display: block;
}

header{
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	font-family: HeaderFont;
	line-height: 2em;
}

[hidden], template, .hide {
	display: none;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

img {
	height: auto;
	max-width: 100%;
}

input, textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 6px;
	font-weight: normal;
}
input:focus, textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
	min-height: 5em;
	max-height: 15em;
	resize: none;
	padding: 1em;
}

.socials{
	overflow: hidden;
	display: block;
}

.socials > a, .social-icon {
	display: inline-block;
	width: 36px;
	height:36px;
	margin-right: 18px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-position: center center;
	transition: 0.5s ease;
	background-color: whitesmoke;
}
.socials > a:last-child, .social-icon:last-child{
	margin-right:0;
}

.socials > a:hover,
.social-icon:hover{
	background-color: lightgray;	
}
.socials .instagram,
.social-icon.instagram{
	background-image: url('/wp-content/images/icons/instagram.svg');
}
.socials .facebook,
.social-icon.facebook{
	background-image: url('/wp-content/images/icons/facebook-f.svg');

}
.socials .tiktok,
.social-icon.tiktok{
	background-image: url('/wp-content/images/icons/tiktok.svg');
}
.socials .behance,
.social-icon.behance{
	background-image: url('/wp-content/images/icons/behance.svg');
}
.socials .twitter,
.social-icon.twitter{
	background-image: url('/wp-content/images/icons/x-twitter.svg');
}



/* CONTAINERS */

.container {
	max-width:1170px;
}

.container .content, .content-center{
	position: relative;
    min-height: 1px;
    margin: 0 auto;
    width: 80%;
}

.content-left{
	padding-right: 15%;
}

.image-container > img {
	width:100%;
}

.image-container.left {
	padding-right: 25px;
}



.section{
	max-width: 1920px;
	margin: 120px auto 0 auto;
}
section > .section:first-child{
	margin-top: 0;
}

section p {
	line-height: 2em;
	text-align: left;
	margin-bottom: 15px;
}

/* 404 */

.error-404 + #pageFooter{
	display: none;
}

.error-404 figcaption{
	font-style: italic;
	margin-top: 1em;
}

/* No data */

.comming-soon{
	text-align: center;
	margin-top: 20px;
	font-style: italic;
}

.comming-soon .beast{
	background-image: url('/wp-content/images/comming_soon_beast.png');
	width: 35%;
	padding-bottom: 35%;
	margin: 0 auto;
	display: block;
	position: relative;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

section .wpcf7-not-valid-tip{
    font-size: 0.8em;
    padding: 0 1.125em;
    color:crimson;
    font-style: italic;
}

/* FOOTER */

#pageFooter{
	text-align: center;
	padding-top: 300px;
	padding-bottom: 30px;
	margin-top:0;
	font-size: 0.9em;
	font-family: HeaderFont;
}

/* MENU */

.main-menu {
	padding: 50px 0;
	display: block;
	width: 100%;
	font-family: HeaderFont;
}

.main-menu nav {
	display: block;	
	font-size:1.2em;
	z-index: 100;
	width: 100%;
	position: relative;
	overflow: hidden;
}




.main-menu .menu-item-home a{
	line-height: 0;
	font-size: 2em;
}

.main-menu .menu-container > ul{
	padding: 0;
}


.main-menu .menu-container{
	display: inline-block;
	margin-top: 0.65em;
	margin-left: 1em;
}

.main-menu .menu-container .menu-item{
	float:left;
	list-style: none;
	margin-right: 1em;
}

.menu-container .current-menu-item a{
	color: lightsteelblue;
}

.main-menu .current-menu-item.menu-item-home a{
	color: LightSeaGreen;
}


/* IMAGE VIEWER */

#image_viewer{
	overflow: hidden;
	width: 100%;
	height: 100vh;
	text-align: center;
	margin:0 auto;
	position: relative;
}
#image_viewer figure{
	width:100%;
	height:100%;
}
#image_viewer img{
	object-fit: contain;
	margin:0 auto;
	height:100%;
}

#image_viewer .btn{
	width:40px;
	height:40px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.3s ease;
	opacity: 0.3;
	position: absolute;
}

#image_viewer .btn:hover{
	opacity: 1;
}

#image_viewer .btn.hide{
	display:none;
}

#image_viewer .close{
	background-image: url('/wp-content/images/icons/close.png');
	right: 20px;
	top: 20px;
}
#image_viewer .previous{
	background-image: url('/wp-content/images/icons/previous.png');
	left: 20px;
	top: 50%;
    transform: translate(0,-50%);
}
#image_viewer .next{
	background-image: url('/wp-content/images/icons/next.png');
	right: 20px;
	top: 50%;
    transform: translate(0,-50%);
}

/* SLIDERS */

.flexslider .flex-direction-nav .flex-next {
    right: 5px; /* adjust offset to match the hover style */
    opacity: .8; /* adjust opacity to match the hover style */
}

.flexslider .flex-direction-nav .flex-prev {
    left: 5px; /* adjust offset to match the hover style */
    opacity: .8; /* adjust opacity to match the hover style */
}

.flex-direction-nav a:before {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}




/* MEDIA */

@media screen and (max-width: 767px){
	
	html, body{
		font-size: 15px;
	}

	.container .content, .content-center{
		width: 100%;	
	}

	.content-left{
		padding-right: 0;
	}
	.content-image{
		padding-right: 0;
	}
	.main-menu {
		padding: 10px 0 20px 0;
	}
	
	.home-item {
		display: block;
	}

	.main-menu .menu-item-home {
    	display: block;
    	width: 100%;
    	padding: 1em 0 0.1em 0;
	}
	.main-menu .menu-item-home a{
		font-size: 1.7em;
	}
	.main-menu .menu-container{
		margin-top:0;
	}

	
}

@media screen (min-width: 768px) and (max-width: 991px) {
	
}

@media screen (min-width: 992px) and (max-width: 1199px) {
	
}
