@charset "utf-8";
/*
/*	Copyright (c) 2020 Marketify
/*	Author: Marketify
/*	This file is made for CURRENT TEMPLATE

01) WAXON BASE
02) WAXON TOPBAR
03) WAXON MOBILE MENU
04) WAXON HERO
05) WAXON ABOUT
06) WAXON SERVICES
07) WAXON PORTFOLIO
08) WAXON TESTIMONIALS
09) WAXON NEWS
10) WAXON CONTACT
11) WAXON COPYRIGHT
12) WAXON CURSOR
13) WAXON GLITCH EFFECT
14) WAXON PARTICLE EFFECT
15) WAXON SLIDER
16) WAXON MODALBOXES
17) WAXON ABOUT PAGE
18) WAXON MEDIA QUERIES (FOR SMALL DEVICES)

/*---------------------------------------------------*/
/*	01) WAXON BASE
/*---------------------------------------------------*/

:root{
    --main-color: #000;
}

html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
body{
	font-family: "Roboto";
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0px;
	word-wrap: break-word;
	font-weight: 400;
	background-color: #fff;
	color: #767676;
}
svg{
	fill: currentcolor;
	width: 15px;
	height: 15px;
}
img.svg{
	width: 15px;
	height: 15px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #6f6f6f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #6f6f6f;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #6f6f6f;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #6f6f6f;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #6f6f6f;
}

::placeholder { /* Most modern browsers support this now. */
   color: #6f6f6f;
}

h1, h2, h3, h4, h5, h6{
	font-weight:500;
	line-height: 1.4;
	font-family: "Poppins";
	color: #000;
}

.container {
	max-width: 1400px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	padding:0px 40px;
	position:relative;
	clear:both;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

@media (max-width: 1040px) {
.container{padding:0px 20px;}
}

.waxon_tm_all_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	overflow: hidden;
}
.waxon_tm_all_wrap,
.waxon_tm_all_wrap *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}

.waxon_tm_preloader{
  position: fixed;
  background-color: #fff;
  z-index: 9999999;
  height: 100%;
  width: 100%;
	
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }  
.waxon_tm_preloader .spinner_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 33333;
}
.waxon_tm_preloader.loaded {
    opacity: 0;
    visibility: hidden;
}
.waxon_tm_preloader:before,
.waxon_tm_preloader:after{
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    background-color: #000;
	
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
.waxon_tm_preloader:before{
    top: 0;
    left: 0; 
}
.waxon_tm_preloader:after{
    bottom: 0;
	left: 0; 
}
.waxon_tm_preloader.loaded:before, 
.waxon_tm_preloader.loaded:after{height: 0%;}

/*---------------------------------------------------*/
/*	02) WAXON TOPBAR
/*---------------------------------------------------*/

.waxon_tm_topbar{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	padding: 20px 0px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_topbar.home{
	top: -100px;
}
.waxon_tm_topbar.home.opened{top: 0px;}
.waxon_tm_topbar.extra{top: 0px !important;}
.waxon_tm_topbar.animate{
	padding: 15px 0px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.06);
}
.waxon_tm_topbar .topbar_inner{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.waxon_tm_topbar .topbar_inner .logo img{
	max-width: 180px;

}
.waxon_tm_topbar .wrapper{
	width: 30px;
	height: 17px;
	top: 5px;
	position: relative;
}
.waxon_tm_topbar .menu{
	display: flex;
	align-content: center;
}
.waxon_tm_topbar .menu .links ul{
	margin: 0px;
	list-style-type: none;
	position: relative;
	top: 5px; 
}
.waxon_tm_topbar .menu .links ul li{
	margin: 0px 30px 0px 0px;
	display: inline-block;
}
.waxon_tm_topbar .menu .links ul li:last-child{
	margin-right: 0px;
}
.waxon_tm_topbar .menu .links ul li a{
	text-decoration: none;
	color: #000;
	font-family: "Poppins";
	font-weight: 600;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.waxon_tm_topbar .menu .links ul li a .first{
	position: absolute;
	transform: translateY(100%);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_topbar .menu .links ul li a .second{
	position: relative;
	display: block;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_topbar .menu .links ul li a:hover .first{
	transform: translateY(0);
}
.waxon_tm_topbar .menu .links ul li a:hover .second{
	transform: translateY(-100%);
}
.waxon_tm_topbar .menu .links ul li.current a .first{
	transform: translateY(0);
}
.waxon_tm_topbar .menu .links ul li.current a .second{
	transform: translateY(-100%);
}
.waxon_tm_topbar .menu .links ul li.current a{
	color: #000;
}
.waxon_tm_topbar .menu .links ul li a:hover{color: var(--main-color);}
.waxon_tm_topbar .menu .links ul li.current a{color: var(--main-color);}

/*---------------------------------------------------*/
/*	03) WAXON MOBILE MENU
/*---------------------------------------------------*/

.waxon_tm_mobile_menu{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 10;
}
.waxon_tm_mobile_menu .topbar_inner{
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	background-color: #fff;
	padding: 20px 0px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.waxon_tm_mobile_menu .topbar_in{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.my_trigger .hamburger{
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.my_trigger .hamburger-box{
    width: 30px;
    height: 18px;
    display: inline-block;
    position: relative;
}
.my_trigger .hamburger-inner{
    display: block;
    top: 50%;
    margin-top: -2px;
}
.my_trigger .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    width: 30px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.my_trigger .hamburger-inner::before,
.my_trigger .hamburger-inner::after{
    content: "";
    display: block;
}
.my_trigger .hamburger-inner::before{top: -8px;}
.my_trigger .hamburger-inner::after{ bottom: -10px;}
.my_trigger .hamburger--collapse-r .hamburger-inner{
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.my_trigger .hamburger--collapse-r .hamburger-inner::after{
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.my_trigger .hamburger--collapse-r .hamburger-inner::before{
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.my_trigger .hamburger--collapse-r.is-active .hamburger-inner{
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.my_trigger .hamburger--collapse-r.is-active .hamburger-inner::after{
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.my_trigger .hamburger--collapse-r.is-active .hamburger-inner::before{
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.my_trigger .hamburger{
	padding: 0px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.my_trigger .hamburger-box{display: block;}
.my_trigger .hamburger .hamburger-inner::before,
.my_trigger .hamburger .hamburger-inner::after,
.my_trigger .hamburger .hamburger-inner{
	background-color: #000;
	width: 30px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_mobile_menu .dropdown{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,.2);
	display: none;
}
.waxon_tm_mobile_menu .dropdown .dropdown_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 25px 0px;
}
.waxon_tm_mobile_menu .dropdown .dropdown_inner ul{
	margin: 0px;
	list-style-type: none;
}
.waxon_tm_mobile_menu .dropdown .dropdown_inner ul li{
	margin: 0px;
	float: left;
	width: 100%;
}
.waxon_tm_mobile_menu .dropdown .dropdown_inner ul li a{
	text-decoration: none;
	color: #000;
	display: inline-block;
	padding: 4px 0px;
	font-family: "Poppins";
	font-weight: 500;
}
.waxon_tm_mobile_menu .logo img
{max-width: 180px;
  max-height: 100px;	
}

/*---------------------------------------------------*/
/*	04) WAXON HERO
/*---------------------------------------------------*/

.waxon_tm_hero{
	width: 100%;
	height: 100vh;
	clear: both;
	float: left;
	position: relative;
}
.waxon_tm_hero .background{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.waxon_tm_hero .background .leftpart{
	width: 33%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
}
.waxon_tm_hero .background .rightpart{
	width: 100%;
	height: 100%;
	float: left;
	padding-left: 33%;
	padding-top: 75px;
}
.waxon_tm_hero .background .rightpart .inner{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.waxon_tm_hero .background .rightpart .image{
	position: absolute;;
	top: -20px;
	bottom: -20px;
	left: -20px;
	right: -20px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
}
.waxon_tm_hero .background .myOverlay{
	position:absolute;
	top: 0px;
	bottom:0px;
	width: 100%;
	background-color: #fff;
	z-index: 999999999;
	left: 0%;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	      -ms-transition: all .7s ease;
	     -o-transition: all .7s ease;
	        transition: all .7s ease;
}
.waxon_tm_hero .background .overlay_image{
	position:absolute;
	top: 0px;
	bottom:0px;
	width: 100%;
	background-color: rgba(218, 218, 218, 0.123);
	z-index: 4;
}
.waxon_tm_hero .background .myOverlay.dark{background-color: #000;}
.waxon_tm_hero .background .myOverlay.loaded{left: 100%;}
.waxon_tm_hero .content .container{height: 100%;}
.waxon_tm_hero .content{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 4;
}
.waxon_tm_hero .content_inner{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.waxon_tm_hero .content_inner h3{
	color: var(--main-color);
	font-size: 120px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: 1.1;
}
.waxon_tm_hero .content_inner h3.stroke{
	-webkit-text-stroke: 1px var(--main-color);
	color: transparent;
}
.waxon_tm_hero .content_inner span{
	font-family: "Poppins";
	font-weight: 400;
	display: inline-block;
	padding-top: 20px;
	font-style: italic;
}
.waxon_tm_down{
	position: absolute;
	z-index: 7;
	bottom: 50px;
}
.waxon_tm_down[data-position="left"]{
	left: 0px;
}
.waxon_tm_down[data-position="right"]{
	right: 0px;
}
.waxon_tm_down[data-position="center"]{
	left:50%;
	transform: translateX(-50%);
}
.waxon_tm_down .line_wrapper{
	position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    right: 0;
   	margin: 0px auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
	
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.waxon_tm_down .line_wrapper{
    width: 1px;
    height: 50px;
    background: none;
	display: block;
}
.waxon_tm_down .line_wrapper:before{
	content: "";
	background-color: #000;
	width: 1px;
    height: 50%;
    display: block;
    top: 0;
	
    -webkit-animation: scroll-down 2s ease-in-out infinite;
    -ms-animation: scroll-down 2s ease-in-out infinite;
    animation: scroll-down 2s ease-in-out infinite;;
}

@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.waxon_tm_down[data-skin="light"] .line_wrapper:before{
	background-color: #fff;
}

/*---------------------------------------------------*/
/*	05) WAXON ABOUT
/*---------------------------------------------------*/

.waxon_tm_about{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 193px;
	padding-top: 230px;
}
.waxon_tm_about .about_inner{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
}
.waxon_tm_about .about_inner .left{
	width: 40%;
}
.waxon_tm_about .about_inner .left img{
	min-width: 10%;
}
.waxon_tm_about .about_inner .right{
	width: 60%;
	padding-left: 80px;
}
.waxon_tm_about .name{
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 35px;
	/* margin-bottom: 32px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.waxon_tm_about .name h3{
	text-transform: uppercase;
	font-weight: 900;
	font-size: 35px;
	position: relative;
	color: var(--main-color);
}
.waxon_tm_about .name h3 .bg{
	position:absolute;
	left: 0px;
	top: 0px;
	font-family: "Poppins";
	color: transparent;
	font-size: 150px;
	font-weight: 900;
	opacity: .1;
	line-height: 0;
	-webkit-text-stroke: 1px #000;
	-webkit-user-select: none;
}
.waxon_tm_about .name span{
	font-family: "Poppins";
    font-weight: 400;
    display: inline-block;
    padding-top: 10px;
}
.waxon_tm_about span.job{
	font-style: italic;
}
.waxon_tm_about .right .text{
	width: 100%;
	float: left;
	margin-bottom: 23px;
}
.waxon_tm_about .right .text p{
	margin-bottom: 13px;
}
.waxon_tm_button{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.waxon_tm_button a{
	text-decoration: none;
	color: #fff;
	background-color: var(--main-color);
	padding: 13px 50px;
	display: inline-block;
	border: 2px solid var(--main-color);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_button a:hover{
	background-color: transparent;
	color: var(--main-color);
}
.waxon_tm_button[data-position="left"]{text-align: left;}
.waxon_tm_button[data-position="center"]{text-align: center;}
.waxon_tm_button[data-position="right"]{text-align: right;}

/*---------------------------------------------------*/
/*	06) WAXON SERVICES
/*---------------------------------------------------*/

.waxon_tm_service{
	margin-bottom: 140px;
}
.waxon_tm_service,
.waxon_tm_service .service_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.waxon_tm_service ul{
	margin: 0px;
	list-style-type: none;
	cursor: e-resize;
}
.waxon_tm_service ul li{
	margin: 0px;
}
.waxon_tm_service ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.waxon_tm_service ul li .svg{
	position: absolute;
	left: 0px;
	top: 5px;
	width: 50px;
	height: 50px;
	color: var(--main-color);
	
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}
.waxon_tm_service ul li .details{
	padding-left: 75px;
}
.waxon_tm_service ul li .details h3{
	margin: 0px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}

/*---------------------------------------------------*/
/*	07) WAXON PORTFOLIO
/*---------------------------------------------------*/

.waxon_tm_portoflio{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 200px;
	padding: 205px 0px 100px 0px;
	background-color: #f8f9fa;
}
.waxon_tm_portoflio .portfolio_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 105px;
}
.waxon_tm_main_title{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.waxon_tm_main_title .title h3{
	text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
	position: relative;
}
.waxon_tm_main_title .title h3 .bg{
	position:absolute;
	left: -6px;
	top: 0px;
	font-family: "Poppins";
	color: transparent;
	font-size: 150px;
	font-weight: 900;
	opacity: .1;
	line-height: 0;
	-webkit-text-stroke: 1px #000;
	-webkit-user-select: none;
}
.waxon_tm_portoflio .portfolio_filter{
	width: auto;
	position: relative;
	display: flex;
	align-items: center;
}
.waxon_tm_portoflio .portfolio_filter ul{
	margin: 0px;
	list-style-type: none;
	padding-right: 50px;
	position: relative;
	top: 3px;
}
.waxon_tm_portoflio .portfolio_filter ul li{
	margin: 0px 30px 0px 0px;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	left: 10px;
	position: relative;
	
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.waxon_tm_portoflio .portfolio_filter ul li.opened{
	opacity: 1;
	visibility: visible;
	left: 0px;
}
.waxon_tm_portoflio .portfolio_filter ul li:last-child{
	margin-right: 0px;
}
.waxon_tm_portoflio .portfolio_filter ul li a{
	text-decoration: none;
	color: #000;
	font-family: "Poppins";
	font-weight: 600;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.waxon_tm_portoflio .portfolio_filter ul li a.current{
	color: var(--main-color);
}
.waxon_tm_portoflio .portfolio_filter ul li a .first{
	position: absolute;
	transform: translateY(100%);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_portoflio .portfolio_filter ul li a .second{
	position: relative;
	display: block;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_portoflio .portfolio_filter ul li a:hover .first{
	transform: translateY(0);
}
.waxon_tm_portoflio .portfolio_filter ul li a:hover .second{
	transform: translateY(-100%);
}
.waxon_tm_portoflio .portfolio_filter .wrapper{
	width: 30px;
	height: 17px;
	position: relative;
}
.waxon_tm_portoflio .portfolio_filter .wrapper a{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.waxon_tm_portoflio .portfolio_filter .wrapper .trigger{
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #000;
	top: 50%;
	transform: translateY(-50%);
}
.waxon_tm_portoflio .portfolio_filter .wrapper .trigger:before{
	position: absolute;
	content: "";
	width: 15px;
	height: 3px;
	background-color: #000;
	left: 0px;
	top: -7px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_portoflio .portfolio_filter .wrapper .trigger:after{
	position: absolute;
	content: "";
	width: 15px;
	height: 3px;
	background-color: #000;
	right: 0px;
	bottom: -7px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_portoflio .portfolio_filter .wrapper a:hover .trigger:before{
	left: 14px;
}
.waxon_tm_portoflio .portfolio_filter .wrapper a:hover .trigger:after{
	right: 14px;
}
.waxon_tm_portoflio .portfolio_filter .wrapper a.opened .trigger:before{
	left: 14px;
}
.waxon_tm_portoflio .portfolio_filter .wrapper a.opened .trigger:after{
	right: 14px;
}
.waxon_tm_portoflio .portfolio_inner ul{
	margin: 0px 0px 0px -50px;
	list-style-type: none;
}
.waxon_tm_portoflio .portfolio_inner ul li{
	margin: 0px 0px 40px 0px;
	float: left;
	width: 33.3333%;
	padding-left: 50px;
}
.waxon_tm_portoflio .portfolio_inner ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	overflow: hidden;
}
.waxon_tm_portoflio .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	background-color: rgba(255,255,255,.7);
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_portoflio .overlay .myimage{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 150px !important;
	min-width: 150px !important;
	z-index: 1;
}
.waxon_tm_portoflio .portfolio_inner ul li .list_inner .image:hover .overlay{
	opacity: 1;
	visibility:visible; 
}
.waxon_tm_portoflio .portfolio_inner ul li .list_inner .title h3 a:hover{color: var(--main-color);}
.full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 4;
}
.waxon_tm_portoflio .portfolio_inner ul li .list_inner .image{
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.waxon_tm_portoflio .portfolio_inner ul li .list_inner .image img{
	min-width: 100%;
	opacity: 0;
}
.waxon_tm_portoflio .portfolio_inner ul li .list_inner .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_portoflio .portfolio_inner ul li .list_inner .image:hover .main{
	transform: scale(1.1) translateZ(0);
}
.waxon_tm_portoflio .portfolio_inner ul li .title h3 a{
	margin: 0px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
	color: #000;
	text-decoration: none;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_portoflio .portfolio_inner ul li .title span a{
	text-decoration: none;
	color: #767676;
	position: relative;
	display: inline-block;
}

/*---------------------------------------------------*/
/*	08) WAXON TESTIMONIALS
/*---------------------------------------------------*/

.waxon_tm_testimonials{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 100px;
}
.waxon_tm_testimonials .testimonials_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	overflow: hidden;
	padding-top: 105px;
	padding-left: 2px;
	padding-right: 2px;
}
.waxon_tm_testimonials .owl-carousel .owl-stage{display: flex;}

.waxon_tm_testimonials .item{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	height: 100%;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.waxon_tm_testimonials .text{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	border: 2px solid rgba(0,0,0,.07);
	padding: 40px;
	margin-bottom: 30px;
}
.waxon_tm_testimonials .text:before{
	position: absolute;
	content: "";
	height: 0px;
    width: 0px;
	top: 100%;
    left: 50px;
    border: solid transparent;
    border-top-color: rgba(0,0,0,.07);
    border-width: 18px 18px 0px 0px;
}
.waxon_tm_testimonials .text:after{
	position: absolute;
	content: "";
	top: 100%;
    left: 50px;
	height: 0px;
    width: 0px;
    border: solid transparent;
    border-top-color: #fff;
    border-width: 14px 13px 0px 0px;
    margin-left: 2px;
}
.waxon_tm_testimonials .details{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	padding-left: 20px;
	margin-top: auto;
}
.waxon_tm_testimonials .details .image{
	position: relative;
	width: 60px;
	height: 60px;
}
.waxon_tm_testimonials .details .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
}
.waxon_tm_testimonials .details .short{
	padding-left: 20px;
}
.waxon_tm_testimonials .details .author{
	font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
}
.waxon_tm_testimonials .details .job{
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
.waxon_tm_testimonials .owl-carousel .owl-stage-outer{
	overflow: hidden;
}
.waxon_tm_testimonials .owl-carousel .owl-stage-outer{
	overflow: visible;
}
.waxon_tm_testimonials .owl-item.active{
	opacity: 1;
}
.waxon_tm_testimonials .owl-item{
	opacity: 0;
}
.waxon_tm_testimonials .quote_list ul li .svg{color: var(--main-color);}

/*---------------------------------------------------*/
/*	09) WAXON NEWS
/*---------------------------------------------------*/

.waxon_tm_news{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 205px 0px 100px 0px;
	background-color: #f8f9fa;
}
.waxon_tm_news .news_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 105px;
}
.waxon_tm_news .news_inner ul{
	margin: 0px 0px 0px -50px;
	list-style-type: none;
}
.waxon_tm_news .news_inner ul li{
	margin: 0px 0px 50px 0px;
	float: left;
	width: 33.3333%;
	padding-left: 50px;
}
.waxon_tm_news .news_inner ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	box-shadow: 0px 0px 20px rgba(0,0,0,.07);
}

.waxon_tm_news ul li .image{
	position: relative;
	overflow: hidden;
}
.waxon_tm_news ul li .image img{
	min-width: 100%;
	opacity: 0;
}
.waxon_tm_news ul li .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center; 
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_news ul li .list_inner .image:hover .main{
	transform: scale(1.1) translateZ(0);
}
.waxon_tm_news ul li .details{
	width: 100%;
	float: left;
	padding: 30px 40px 25px 40px;
	background-color: #fff;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_news ul li .details .title{
	margin-bottom: 10px;
	line-height: 1.4;
}
.waxon_tm_news ul li .details .title a{
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_news ul li .details .title a:hover{
	color: #000;
}
.waxon_tm_news ul li .details .date{
	font-family: "Poppins";
	font-size: 13px;
	color: #767676;
	font-style: italic;
}
.waxon_tm_news ul li .details .date a{
	text-decoration: none;
	color: #767676;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_news ul li .details .date a:hover{
	color: #000;
}
.waxon_tm_news ul li .details .date span{
	position: relative;	
}
.waxon_tm_news ul li .details .date span:before{
	position: relative;
	content: "/";
	font-size: 10px;
	padding: 0px 7px 0px 2px;
}
.waxon_tm_news ul li .extra{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
	position: relative;
}
.waxon_tm_news ul li .extra:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,.1);
	bottom: -7px;
}
.waxon_tm_news .news_inner ul li .details .title a:hover{color: var(--main-color);}

/*---------------------------------------------------*/
/*	10) WAXON CONTACT
/*---------------------------------------------------*/

.waxon_tm_contact{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	margin-bottom: 150px;
	padding-top: 205px;
}
.waxon_tm_contact .contact_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left; 
}
.waxon_tm_contact .contact_inner .wrapper{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	padding-top: 43px;
}
.waxon_tm_contact .desc{
	max-width: 50%;
	float: left;
	padding-top: 95px;
}
.waxon_tm_contact .desc p{
	font-style: italic;
}
.waxon_tm_contact .contact_inner .left{
	width: 50%;
	padding-right: 25px;
}
.waxon_tm_contact .fields{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.waxon_tm_contact .fields .first{
	width: 100%;
	float: left;
}
.waxon_tm_contact .fields ul{
	margin: 0px;
	list-style-type: none;
}
.waxon_tm_contact .fields ul li{
	width: 100%;
	margin: 0px 0px 30px 0px;
	float: left;
}
.waxon_tm_contact .fields ul li input{
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
	background-color: transparent;
}
.waxon_tm_contact .fields ul li input:focus{
	outline: none;
	border: 1px solid rgba(0,0,0,.3);
}
.waxon_tm_contact .fields .last textarea{
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
	height: 120px;
	resize: none;
	margin-bottom: 20px;
	background-color: transparent;
}
.waxon_tm_contact .fields .last textarea:focus{
	outline: none;
	border: 1px solid rgba(0,0,0,.3);
} 
.waxon_tm_contact .empty_notice{
	color: #F52225;
	margin-bottom: 7px;
	display: none;
	text-align: left;
	font-weight: 500;
}
.waxon_tm_contact .contact_error{
	color: #F52225;
	text-align: left;
	font-weight: 500;
}
.waxon_tm_contact .returnmessage{
	color:#3A00FF;
	margin-bottom: 7px;
	text-align: left;
	font-weight: 500;
}
.waxon_tm_contact .waxon_tm_button a{
	display: block;
}
.waxon_tm_contact .right{
	width: 50%;
	padding-left: 25px;
	position: relative;
	top:6px;
}
.waxon_tm_map{
	width: 100%;
	float: left;
}
.waxon_tm_map .mapouter{
	width:100% !important;
}

/*---------------------------------------------------*/
/*	11) WAXON COPYRIGHT
/*---------------------------------------------------*/

.waxon_tm_copyright{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #000;
	padding: 90px 0px 60px 0px;
}
.waxon_tm_copyright .copyright_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.waxon_tm_copyright .copyright_inner > ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.waxon_tm_copyright .copyright_inner > ul > li{
	margin: 0px 0px 30px 0px;
	width: 25%;
	float: left;
	padding-left: 30px;
}
.waxon_tm_copyright .copyright_inner > ul > li span{
	display: block;
	color: #fff;
	font-family: "Poppins";
	font-weight: 500;
}
.waxon_tm_copyright .copyright_inner > ul > li span a{
	text-decoration: none;
	color: #fff;
}
.waxon_tm_copyright .copyright_inner .social ul{
	margin: 0px;
	list-style-type: none;
	position: relative;
	top: 4px;
}
.waxon_tm_copyright .copyright_inner .social ul li{
	margin: 0px 20px 0px 0px;
	display: inline-block;
}
.waxon_tm_copyright .copyright_inner .social ul li:last-child{margin-right: 0px;}
.waxon_tm_copyright .copyright_inner .social ul li a{
	text-decoration: none;
	color: #fff;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.waxon_tm_copyright .copyright_inner .social ul li a .first{
	position: absolute;
	transform: translateY(100%);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_copyright .copyright_inner .social ul li a .second{
	position: relative;
	display: block;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_copyright .copyright_inner .social ul li a:hover .first{
	transform: translateY(0);
}
.waxon_tm_copyright .copyright_inner .social ul li a:hover .second{
	transform: translateY(-100%);
}
.waxon_tm_copyright .copyright_inner .social .svg{
	color: #fff;
	width: 17px;
	height: 17px;
}

/*---------------------------------------------------*/
/*	12) WAXON CURSOR
/*---------------------------------------------------*/

.mouse-cursor{
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--main-color);
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: var(--main-color);
  opacity: .3;
}
.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--main-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out;
}
.cursor-outer.cursor-hover{
  opacity: 0;
}
.waxon_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1111;
}

/*---------------------------------------------------*/
/*  13) WAXON GLITCH EFFECT
/*---------------------------------------------------*/

.waxon_tm_hero .glitch_wrap{
	position: relative;
	width: 100%;
	height:100%;
	float: left;
	overflow: hidden;
}
.glitch{
	position: absolute;
 	width: 100%;
 	height: 100%;
	top: 0;
 	left: 0;
	background-image: url("..//img/slider/1.jpg");
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	z-index: -1 !important;
	opacity: 1;
	transform: scale(1);
}
.glitch:before{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

/*---------------------------------------------------*/
/*  14) WAXON PARTICLE EFFECT
/*---------------------------------------------------*/

.waxon_tm_hero .particle_wrapper{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#particles-js {
	width: 100%;
	height: 100%;
  	position: absolute;
  	z-index: 2;
}

/*---------------------------------------------------*/
/*  15) WAXON SLIDER
/*---------------------------------------------------*/

.fn_cs_personal_slider{
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
}
.fn_cs_personal_slider .main_image{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
    height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.fn_cs_personal_slider .swiper-container{
	cursor: none;
	overflow: hidden;
	height: 100%;
}
.fn_cs_personal_slider .swiper-slide{
	overflow: hidden;
}

/*---------------------------------------------------*/
/*  WAXON SETTINGS
/*---------------------------------------------------*/

.waxon_tm_settings{
	position: fixed;
	z-index: 200;
	top: 15%;
	right: -200px;
	width: 200px;
	background-color: rgba(0,0,0,1.00);
	padding: 40px 20px 33px 30px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_settings.opened{
	right: 0px;
}
.waxon_tm_settings .wrapper{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.waxon_tm_settings .icon{
	position: absolute;
	top: 0px;
	right: 100%;
	background-color: #000;
	padding: 12px 12px 4px 12px;
}
.waxon_tm_settings .icon .svg{
	color: #fff;
	width: 25px;
	height: 25px;
	animation: fa-spin 2s infinite linear;
}
.waxon_tm_settings .link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.waxon_tm_settings .title{
	color: #fff;
	font-family: "Poppins";
	font-weight: 600;
	position: relative;
	display: inline-block;
}
.waxon_tm_settings .title:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,.2);
	left: 0px;
	bottom: 0px;
}
.waxon_tm_settings .colors{
	margin: 0px 0px 22px 0px;
	list-style-type: none;
	padding-top: 32px;
}
.waxon_tm_settings .colors li{
	margin: 0px;
	display: inline-block;
}
.waxon_tm_settings .colors li a{
	text-decoration: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
.waxon_tm_settings .direction{
	list-style-type: none;
	margin:  0px;
}
.waxon_tm_settings .direction li{
	margin: 0px 20px 0px 0px;
	display: inline-block;
}
.waxon_tm_settings .direction li a{
	opacity: .4;
	text-decoration: none;
	color: #fff; 
}
.waxon_tm_settings .direction li a.active{
	opacity: 1;
}
.waxon_tm_settings .direction li .svg{
	width: 25px;
	height: 25px;
}
.waxon_tm_settings .colors li.bl{
	display: inline-block;
}
.waxon_tm_settings .colors li.wh{
	display: none;
}
body.dark .waxon_tm_settings .colors li.bl,
.waxon_tm_settings.changed .colors li.bl{
	display: none;
}
body.dark .waxon_tm_settings .colors li.wh,
.waxon_tm_settings.changed .colors li.wh{
	display: inline-block;
}
body.dark .waxon_tm_settings,
.waxon_tm_settings.changed{
	background-color: #fff;
}
body.dark .waxon_tm_settings .icon,
.waxon_tm_settings.changed .icon{
	background-color: #fff;
}
body.dark .waxon_tm_settings .icon .svg,
.waxon_tm_settings.changed .icon .svg{
	color: #000;
}
body.dark .waxon_tm_settings .title,
.waxon_tm_settings.changed .title{
	color: #000;
}
body.dark .waxon_tm_settings .title:before,
.waxon_tm_settings.changed .title:before{
	background-color: rgba(0,0,0,.5);
}
body.dark .waxon_tm_settings .direction li a,
.waxon_tm_settings.changed .direction li a{
	color: #000;
}
body.dark .waxon_tm_settings .cursor li:nth-child(1) a,
.waxon_tm_settings.changed .cursor li:nth-child(1) a{
	border-color: #000;
}
body.dark .waxon_tm_settings .cursor li:nth-child(1) a:before,
.waxon_tm_settings.changed .cursor li:nth-child(1) a:before{
	background-color: #000;
}
body.dark .waxon_tm_settings .cursor li .svg,
.waxon_tm_settings.changed .cursor li .svg{
	color: #000;
}
.waxon_tm_settings .cursor{
	margin: 0px;
	list-style-type: none;
	padding-top: 15px;
}
.waxon_tm_settings .cursor li{
	margin: 0px 20px 0px 0px;
	display: inline-block;
}
.waxon_tm_settings .cursor li a{
	text-decoration: none;
	color: #fff;
	opacity: .4;
	font-weight: 600;
}
.waxon_tm_settings .cursor li a.showme{
	opacity: 1;
}
.waxon_tm_settings .cursor li:nth-child(1) a{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 2px solid #fff;
	position: relative;
	display: inline-block;
}
.waxon_tm_settings .cursor li:nth-child(1) a:before{
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #fff;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
}
.waxon_tm_settings .cursor li .svg{
	width: 25px;
	height: 25px;
	color: #fff;
}
.waxon_tm_settings .cursor li:nth-child(2){
	position: relative;
	top: -2px;
}
.waxon_tm_settings .effect{
	margin: 0px;
	list-style-type: none;
	padding-top: 15px;
	padding-bottom: 25px;
}
.waxon_tm_settings .effect li{
	margin: 0px 0px 5px 0px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	background-color: #fff;
	opacity: .4;
}
.waxon_tm_settings .effect li a{
	text-decoration: none;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	font-family: "Poppins";
	display: block;
	position: relative;
	top: 2px;
}
.waxon_tm_settings .effect li.selected{
	background-color: #fff;
	opacity: 1;
}

/*---------------------------------------------------*/
/*  WAXON INTRO PAGE
/*---------------------------------------------------*/

.waxon_tm_intro_page{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.waxon_tm_intro_page .waxon_tm_button a{
	background-color: rgba(255,76,79,1.00);
}
.waxon_tm_intro_page .hero_header{
	width: 100%;
	height: 100vh;
	position: relative;
	float: left;
	margin-bottom: 135px;
	background-color: #000;
}
.waxon_tm_intro_page .hero_header .wp{
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
	display: inline-block;
	background-color: #fff;
	padding: 5px 40px;
	font-family: "Poppins";
	font-weight: 500;
	font-size: 18px;
	font-weight: 600;
	border-radius: 50px;
}
.waxon_tm_intro_page .hero_header .wp a{
	text-decoration: none;
	color: #e54b4b;
	font-weight: 600;
}
.waxon_tm_intro_page .hero_header .container.intro{
	height: 100%;
	max-width: 1400px;
}
.waxon_tm_intro_page .hero_header .content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 1;
}
.waxon_tm_intro_page .hero_header .content .titlehero{
	color: #fff;
	font-weight: 600;
	font-family: "Poppins";
	font-size: 25px;
	padding: 45px 0px;
}
.waxon_tm_button.intro a:hover{color: #fff !important;}
.waxon_tm_intro_page .mainpart{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 85px;
}
.waxon_tm_intro_page .mainpart .intro_title{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: center;
	margin-bottom: 85px;
}
.waxon_tm_intro_page .mainpart .intro_title h3{
	font-size: 35px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.container.demo{
	max-width: 1400px;
}
.waxon_tm_intro_page .demo_list,
.waxon_tm_intro_page .demo_list .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.waxon_tm_intro_page .demo_list ul{
	margin: 0px 0px 0px -50px;
	list-style-type: none;
}
.waxon_tm_intro_page .demo_list ul li{
	margin: 0px 0px 60px 0px;
	width: 50%;
	float: left;
	padding-left: 50px;
}
.waxon_tm_intro_page .demo_list ul li .in{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	text-align: center;
}
.waxon_tm_intro_page .demo_list ul li img{
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
}
.waxon_tm_intro_page .demo_list ul li .full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.waxon_tm_intro_page .demo_list ul li .detail{
	display: inline-block;
	position: relative;
}
.waxon_tm_intro_page .demo_list ul li .detail .new{
	position: absolute;
	left: 100%;
	background-color: #e54b4b;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	padding:2px 20px;
	border-radius: 50px;
	top: 50%;
	margin-left: 20px;
	transform: translateY(-50%);
	margin-top: 10px;
}

.waxon_tm_intro_page .demo_list ul li h3{
	font-size: 18px;
	font-weight: 600;
	padding-top: 20px;
}
.waxon_tm_intro_page .intro_footer{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #000;
	text-align: center;
	padding: 175px 20px 200px 20px;
}
.waxon_tm_intro_page .intro_footer .inner{
	width: 100%;
	max-width: 700px;
	margin: 0px auto;
}
.waxon_tm_intro_page .intro_footer .inner h3{
	color: #fff;
    font-weight: 700;
    font-size: 50px;
    max-width: 650px;
    margin-bottom: 40px;
}

.waxon_tm_intro_fixed_price .pricing-info,
.waxon_tm_intro_fixed_price .anim {text-decoration: none;
	color: #fff;
    font-family: "Poppins";
    background-color: #e54b4b;
    position: fixed;
    font-size: 22px;
    text-align: center;
    z-index: 5;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    line-height: 70px;
	display: inline-block;
	bottom: 50px;
    right: 50px;
		
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;	
		
}

@-webkit-keyframes myAnim {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .3
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes myAnim {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .3
    }
    100% {

        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.waxon_tm_intro_fixed_price .anim:nth-child(1) {
    -webkit-animation: myAnim 2s infinite;
    animation: myAnim 2s infinite
}

.waxon_tm_intro_fixed_price .anim:nth-child(2) {
    -webkit-animation: myAnim 2s infinite .3s;
    animation: myAnim 2s infinite .3s
}

.waxon_tm_intro_fixed_price .anim:nth-child(3) {
    -webkit-animation: myAnim 2s infinite .6s;
    animation: myAnim 2s infinite .6s
}

/*---------------------------------------------------*/
/*	16) WAXON MODALBOXES
/*---------------------------------------------------*/

.waxon_tm_modalbox{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100vh;
	z-index: 20;
	background-color: rgba(0,0,0,.8);
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_modalbox.opened{
	opacity: 1;
	visibility: visible;
}
.waxon_tm_modalbox .box_inner{
	position: absolute;
	top: 70px;
	bottom: 70px;
	width: 968px;
	left: 50%;
	transform: translateX(-53%);
	background-color: #fff;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition-delay: .3s;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_modalbox.opened .box_inner{
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%);
}
.waxon_tm_modalbox .close{
	position: fixed;
	left: 100%;
	top: 0px;
	margin-left: 30px;
	z-index: 10;
}
.waxon_tm_modalbox .close a{
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	color: #fff;
	border:2px solid #fff;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_modalbox .close a:hover{
	border-radius: 100%;
}
.waxon_tm_modalbox .close a i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.waxon_tm_modalbox .description_wrap{
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	padding: 50px;
	overflow-y: scroll;
}
.waxon_tm_modalbox .description_wrap:before{
	position: fixed;
	content: "";
	top: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	background-color: #fff;
	z-index: 5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.waxon_tm_modalbox .description_wrap:after{
	position: fixed;
	content: "";
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	background-color: #fff;
	z-index: 5;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.waxon_tm_modalbox .description_wrap::-webkit-scrollbar{
  width: 11px;
}
.waxon_tm_modalbox .description_wrap{
  scrollbar-width: thin;
  scrollbar-color: #bbb #fff;
}
.waxon_tm_modalbox .description_wrap:-webkit-scrollbar-track{
  background: #fff;
}
.waxon_tm_modalbox .description_wrap::-webkit-scrollbar-thumb{
  background-color: #bbb;
  border-radius: 10px;
  border: 3px solid #fff;
}

/*Portfolio*/

.hidden_content_portfolio{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -11;
}
.waxon_tm_modalbox .hidden_content_portfolio{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -11;
}
.waxon_tm_modalbox .popup_details{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.waxon_tm_modalbox .popup_details .top_image{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.waxon_tm_modalbox .popup_details .top_image img{
	position: relative;
	min-width: 100%;
	opacity: 0;
}
.waxon_tm_modalbox .popup_details .top_image .main{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.waxon_tm_modalbox .portfolio_main_title{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.waxon_tm_modalbox .portfolio_main_title .category a{
	display: inline-block;
	color: var(--main-color);
	margin-bottom: 7px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_modalbox .portfolio_main_title .category a:hover{
	color: var(--yellow-color);
}
.waxon_tm_modalbox .portfolio_main_title h3{
	font-size: 25px;
}
.waxon_tm_modalbox .main_details{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	margin-bottom: 60px;
}
.waxon_tm_modalbox .main_details .textbox{
	width: 70%;
	padding-right: 40px;
}
.waxon_tm_modalbox .main_details .textbox p{
	margin-bottom: 10px;
	opacity: .8;
}
.waxon_tm_modalbox .main_details .textbox p:last-child{
	margin-bottom: 0px;
}
.waxon_tm_modalbox .main_details .detailbox{
	width: 30%;
	padding-left: 40px;
}
.waxon_tm_modalbox .main_details .detailbox > ul{
	margin: 0px;
	list-style-type: none;
}
.waxon_tm_modalbox .main_details .detailbox > ul > li{
	margin: 0px 0px 10px 0px;
	width: 100%;
	float: left;
}
.waxon_tm_modalbox .main_details .detailbox > ul > li:last-child{
	margin-bottom: 0px;
}
.waxon_tm_modalbox .main_details .detailbox > ul > li span:last-child{
	opacity: .8;
}
.waxon_tm_modalbox .main_details .detailbox .first{
    font-weight: 700;
	display: block;
}
.waxon_tm_modalbox .main_details .detailbox span a{
	text-decoration: none;
	color: var(--main-color);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_modalbox .main_details .detailbox span a:hover{
	color: var(--yellow-color);
}
.waxon_tm_modalbox .main_details .detailbox .share{
	margin: 0px;
	list-style-type: none;
	position: relative;
	top: 7px;
}
.waxon_tm_modalbox .main_details .detailbox .share li{
	margin: 0px 13px 0px 0px;
	display: inline-block;
}
.waxon_tm_modalbox .main_details .detailbox .share li:last-child{
	margin-right: 0px;
}
.waxon_tm_modalbox .main_details .detailbox .share li a{
	text-decoration: none;
	color: var(--main-color);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_modalbox .main_details .detailbox .share li a:hover{
	color: var(--yellow-color);
}
.waxon_tm_modalbox .additional_images{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.waxon_tm_modalbox .additional_images ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.waxon_tm_modalbox .additional_images ul li{
	margin: 0px 0px 30px 0px;
	float: left;
	width: 50%;
	padding-left: 30px;
}
.waxon_tm_modalbox .additional_images ul li:nth-child(3n-2){
	width: 100%;
}
.waxon_tm_modalbox .additional_images ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.waxon_tm_modalbox .additional_images ul li .my_image{
	position: relative;
}
.waxon_tm_modalbox .additional_images ul li .my_image img{
	opacity: 0;
	min-width: 100%;
}
.waxon_tm_modalbox .additional_images ul li .my_image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*Blog*/

.waxon_tm_news .news_hidden_details{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -11;
}
.waxon_tm_modalbox .news_popup_informations{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.waxon_tm_modalbox .news_popup_informations .image{
	position: relative;
	margin-bottom: 30px;
}
.waxon_tm_modalbox .news_popup_informations .image img{
	position: relative;
	opacity: 0;
	min-width: 100%;
}
.waxon_tm_modalbox .news_popup_informations .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.waxon_tm_modalbox .news_popup_informations .text{
	width: 100%;
	float: left;
}
.waxon_tm_modalbox .news_popup_informations .text p{
	margin-bottom: 10px;
	opacity: .8;
}
.waxon_tm_modalbox .news_popup_informations .text p:last-child{
	margin-bottom: 0px;
}
.waxon_tm_modalbox .meta{
	width: 100%;
	float: left;
}
.waxon_tm_modalbox .meta a{
	text-decoration: none;
	color: #000;
}
.waxon_tm_modalbox .news_popup_informations .title{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.waxon_tm_modalbox .news_popup_informations .title h3{
	font-size: 25px;
}

/*---------------------------------------------------*/
/*	17) WAXON ABOUT PAGE
/*---------------------------------------------------*/

.waxon_tm_about_page{
	width: 100%;
	float: left;
	margin-top: 250px;
}
.waxon_tm_about_page .waxon_tm_about{
	padding-top: 29px;
	margin-bottom: 110px;
}
.waxon_tm_skills{
	width: 100%;
	float: left;
	background-color: #F8F9FA;
	padding: 205px 0px 130px 0px;
}
.progress_wrapper{
	width: 100%;
	float: left;
	display: flex;
	margin-top: 95px;
}
.progress_wrapper .line_progress{
	width: 50%;
	padding-right: 50px;
}
.progress_inner{
	width:100%;
	margin-bottom:25px;
}
.progress_inner:last-child{
	margin-bottom: 0px;
}
.progress_inner > span{
	margin:0px 0px 11px 0px;
	width:100%;
	display:block;
	text-align:left;
	color: #000;
}
.progress_inner span.number{
	float: right;
}
.progress_inner .background{
	background:rgba(0,0,0,.09);
	width:100%;
	min-width:100%;
	position:relative;
	height:8px;
}
.progress_inner .background .bar_in{
	height:100%;
	background: var(--main-color);
	width:0px;
	overflow:hidden;
}
.progress_inner .background .bar{
	width:0px;
	height:100%;
}
.progress_inner .background .bar.open{
	-webkit-animation: wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation:    wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation:         wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width:100%;	
}

@-webkit-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@keyframes wow {0%{ width:0%; } 100%{ width:100%; }}

.circular_progress_bar{
	width: 50%;
	padding-left: 50px;
}
.circular_progress_bar ul{
	margin: 0px 0px 0px -10px;
	list-style-type: none;
}
.circular_progress_bar ul li{
	margin: 0px 0px 10px 0px;
	width: 33.3333%;
	float: left;
	padding-left: 10px;
}
.circular_progress_bar .myCircle{
	position: relative;
	float: left;
}
.circular_progress_bar .list_inner{
	width: 100%;
	position: relative;
	text-align: center;
}
.circular_progress_bar .title{
	width: 100%;
	max-width: 165px;
	float: left;
	color: var(--main-color);
}
.circular_progress_bar .title a{
	color: #000;
}
.circular_progress_bar .number{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #000;
	margin-left: 4px;
}
.waxon_tm_timeline{
	width: 100%;
	float: left;
	padding: 200px 0px 140px 0px;
}
.waxon_tm_timeline .timeline_wrapper{
	width: 100%;
	float: left;
	display: flex;
	margin-top: 50px;
}
.waxon_tm_timeline .study{
	width: 50%;
	padding-right: 50px;
}
.waxon_tm_timeline .job{
	width: 50%;
	padding-left: 50px;
}
.waxon_tm_timeline .item_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-top: 55px;
}
.waxon_tm_timeline .item_list ul{
	margin: 0px;
	list-style-type: none;
	position: relative;
	display: inline-block;
	padding-top: 10px;
}
.waxon_tm_timeline .item_list ul:before{
	content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.07);
}
.waxon_tm_timeline .item_list ul li{
	margin: 0px;
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	padding-bottom: 45px;
}
.waxon_tm_timeline .item_list ul li:last-child{padding-bottom: 0px;}
.waxon_tm_timeline .item_list ul li:before{
	content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    background: #fff;
    border-radius: 100%;
    border: solid 1px #CCC;
    left: -9px;
    top: 8px;
}
.waxon_tm_timeline .item_list ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	position: relative;
}
.waxon_tm_timeline .item_list ul li .time{
	width: 50%;
	padding-right: 20px;
}
.waxon_tm_timeline .item_list ul li .time span{
	display: inline-block;
	padding: 5px 25px;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 50px;
	font-size: 15px;
	white-space: nowrap;
}
.waxon_tm_timeline .item_list ul li .place{
	width: 50%;
	padding-left: 20px;
}
.waxon_tm_timeline .item_list ul li .place h3{
	font-size: 18px;
    margin-bottom: 2px;
    font-weight: 600;
}
.waxon_tm_timeline .item_list ul li .place span{
	font-size: 15px;
	font-style: italic;
	color: #767676;
}
.waxon_tm_presentation{
	width: 100%;
	float: left;
	position: relative;
	padding: 150px 20px;
	text-align: center;
}
.waxon_tm_presentation .background{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.waxon_tm_presentation .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.6);
	z-index: 1;
}
.waxon_tm_presentation .content{
	position: relative;
	z-index: 2;
}
.fn_cs_video .rounded{
	width: 100px;
	height: 100px;
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	border-radius: 100%;
	z-index: 10;
	background-color: #fff;
}
.fn_cs_video .rounded:before{
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 26px;
    border-color: transparent transparent transparent #000;
    top: 50%;
    left: 50%;
    margin-left: 4px;
    transform: translate(-50%,-50%);
}
.fn_cs_video .rounded a:after{
	content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
	top: 50%;
	left: 50%;
	margin: -62px 0 0 -62px;
    background-color: inherit;
    z-index: -1;
    pointer-events: none;
    border: 12px solid rgba(255,255,255,.8);
	opacity: 0.8;
    border-radius: 100%;
	-webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
    animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
}
.fn_cs_video .rounded a{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	text-decoration: none;
	z-index: 1;
}
@-webkit-keyframes cs_fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
 to{ opacity:0;  transform:scale(1.4,1.4)}
}
@keyframes cs_fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
 to{ opacity:0;  transform:scale(1.4,1.4)}
}
.waxon_tm_presentation .text{
	max-width: 500px;
	margin: 0px auto;
	padding: 33px 0px 40px 0px;
}
.waxon_tm_presentation .text p{
	text-align: center;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4em;
}
.waxon_tm_presentation .button a{
	text-decoration: none;
	display: inline-block;
	font-family: "Roboto";
    font-size: 15px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.2px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #14EC3200;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0px 0px 0px 0px;
    padding: 13px 50px 13px 50px;
	margin: 0px auto;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_presentation .button a:hover{
	color: #000;
	background-color: #fff;
}
.waxon_tm_counter{
	width: 100%;
	float: left;
	padding: 78px 0px 33px 0px;
}
.waxon_tm_counter .counter_list{
	width: 100%;
	float: left;
}
.waxon_tm_counter .counter_list ul{
	margin: 0px 0px 0px -40px;
	list-style-type: none;
}
.waxon_tm_counter .counter_list ul li{
	margin: 0px 0px 40px 0px;
	width: 25%;
	float: left;
	padding-left: 40px;
	text-align: center;
}
.waxon_tm_counter .counter_list .list_inner{
	position: relative;
	width: 100%;
	float: left;
}
.waxon_tm_counter .counter_list .list_inner h3{
	font-size: 150px;
    font-weight: 700;
    color: var(--main-color);
	opacity: .05;
    margin: 0px;
    padding: 0px;
}
.waxon_tm_counter .counter_list .list_inner .title{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    font-family: "Poppins";
    color: #000;
	display: block;
	font-style: italic;
}
.waxon_tm_member{
	width: 100%;
	float: left;
	background-color: #F8F9FA;
	padding: 200px 0px 100px 0px;
}
.waxon_tm_member .member_inner{
	width: 100%;
	float: left;
}
.waxon_tm_member .list{
	width: 100%;
	float: left;
	margin-top: 100px;
}
.waxon_tm_member .list > ul{
	margin: 0px 0px 0px -50px;
	list-style-type: none;
}
.waxon_tm_member .list > ul > li{
	margin: 0px 0px 50px 0px;
	width: 33.3333%;
	float: left;
	padding-left: 50px;
}
.waxon_tm_member .list .list_inner{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.waxon_tm_member .list .image{
	position: relative;
	margin-bottom: 20px;
}
.waxon_tm_member .list .image img{
	position: relative;
	opacity: 0;
	min-width: 100%;
}
.waxon_tm_member .list .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.waxon_tm_member .list .details{
	width: 100%;
	float: left;
	position: relative;
}
.waxon_tm_member .list .details h3{
    font-size: 18px;
    font-weight: 600;
}
.waxon_tm_member .list .details span{
    font-style: italic;
}
.waxon_tm_member .social{
    position: absolute;
	right: -30px;
	bottom: 0px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_tm_member .list .list_inner:hover .social{
	right: 15px;
}
.waxon_tm_member .social ul{
   	margin: 0px;
	list-style-type: none;
}
.waxon_tm_member .social ul li{
   	margin: 0px;
}
.waxon_tm_member .social ul li a{
   	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	background-color: var(--main-color);
	border-radius: 3px;
	color: #fff;
}
.waxon_tm_member .social ul li i{
   	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 13px;
}

/*---------------------------------------------------*/
/*	18) WAXON MEDIA QUERIES (FOR SMALL DEVICES)
/*---------------------------------------------------*/

@media (max-width: 1600px){
	.container{max-width: 1120px;}
	.waxon_tm_hero .content_inner h3{font-size: 80px;}
	.waxon_tm_news ul li .details .title a{font-size: 17px;}
	.waxon_tm_news ul li .details{padding: 30px 30px 25px 30px;}
	.circular_progress_bar .title{max-width: 145px;}
	.progress_inner > span{margin-bottom: 5px;}
	.progress_inner{margin-bottom: 24px;}
	.waxon_tm_modalbox .box_inner{width: 800px;}
	.waxon_tm_modalbox .description_wrap{padding: 40px;}
	.waxon_tm_modalbox .description_wrap:before{height: 40px;}
	.waxon_tm_modalbox .description_wrap:after{height: 40px;}
	.waxon_tm_modalbox .close{margin-left: 20px;}
}

@media (max-width: 1200px){
	.waxon_tm_hero .background .leftpart{width: 0%;}
	.waxon_tm_hero .background .rightpart{padding-left: 0px;}
}

@media (max-width: 1040px){
	.waxon_tm_preloader{display: none;}
	.waxon_tm_topbar{display: none;}
	.waxon_tm_mobile_menu{display: block;}
	.waxon_tm_hero .content_inner h3{font-size: 60px;}
	.waxon_tm_main_title .title h3 .bg{display: none;}
	.waxon_tm_about .name h3 .bg{display: none;}
	.waxon_tm_about .about_inner{flex-direction: column;align-items: baseline;}
	.waxon_tm_about .about_inner .left{width: 100%;margin-bottom: 50px;}
	.waxon_tm_about .about_inner .left .image .myDot{display: none;}
	.waxon_tm_about .about_inner .right{width: 100%;padding-left: 0px;}
	.waxon_tm_about .name h3{font-size: 30px;}
	.waxon_tm_main_title .title h3{font-size: 30px;}
	.waxon_tm_main_title{display: block;}
	.waxon_tm_portoflio .portfolio_filter{display: block;}
	.waxon_tm_portoflio .portfolio_filter .wrapper{display: none;}
	.waxon_tm_portoflio .portfolio_filter ul li{left: 0px;opacity: 1;visibility: visible;}
	.waxon_tm_portoflio .portfolio_filter ul{padding-right: 0px;padding-top: 40px;}
	.waxon_tm_portoflio .portfolio_inner{padding-top: 30px;}
	.waxon_tm_portoflio .portfolio_inner ul li{width: 50%;}
	.waxon_tm_news .news_inner ul li{width: 50%;}
	.waxon_tm_contact .desc{max-width: 100%;}
	.waxon_tm_contact .contact_inner .wrapper{flex-direction: column;align-items: baseline;}
	.waxon_tm_contact .contact_inner .left{width: 100%;padding-right: 0px;margin-bottom: 40px;}
	.waxon_tm_contact .right{width: 100%;padding-left: 0px;}
	.waxon_tm_copyright .copyright_inner > ul > li{width: 100%;padding-left: 0px;}
	.waxon_tm_copyright .copyright_inner > ul{display: block;margin: 0px;}
	.waxon_tm_portoflio{padding-top: 140px;margin-bottom: 140px;}
	.waxon_tm_news{padding-top: 140px;}
	.waxon_tm_contact{padding-top: 140px;}
	.progress_wrapper{flex-direction: column;}
	.progress_wrapper .line_progress{width: 100%;padding-right: 0px;margin-bottom: 60px;}
	.circular_progress_bar{width: 100%;padding-left: 0px;}
	.waxon_tm_timeline .timeline_wrapper{flex-direction: column;}
	.waxon_tm_timeline .study{width: 100%;padding-right: 0px;}
	.waxon_tm_timeline .job{width: 100%;padding-left: 0px;}
	.waxon_tm_counter .counter_list ul li{width: 33.3333%;}
	.waxon_tm_member .list > ul > li{width: 50%;}
	.waxon_tm_about_page{margin-top: 216px;}
	.waxon_tm_skills{padding-top: 140px;}
	.waxon_tm_member{padding-top: 140px;}
	.waxon_tm_timeline{padding-top: 135px;}
	.waxon_tm_about_page .waxon_tm_about{padding-top: 0px;}
	.waxon_tm_modalbox .box_inner{width: 600px;top: 50px;bottom: 50px;}
	.waxon_tm_modalbox .description_wrap{padding: 30px;}
	.waxon_tm_modalbox .description_wrap:before{height: 30px;}
	.waxon_tm_modalbox .description_wrap:after{height: 30px;}
	.waxon_tm_modalbox .close a{width: 30px;height: 30px;}
	.waxon_tm_modalbox .close{margin-left: 15px;}
	.waxon_tm_modalbox .main_details{flex-direction: column;}
	.waxon_tm_modalbox .main_details .textbox{width: 100%;padding-right: 0px;margin-bottom: 30px;}
	.waxon_tm_modalbox .main_details .detailbox{width: 100%;padding-left: 0px;}
	
	
	.mouse-cursor{display: none;}
	.waxon_tm_settings{top: 20%;}
}

@media(max-width: 768px){
	.waxon_tm_hero .content_inner h3{font-size: 50px;}
	.waxon_tm_service ul li .svg{position: relative;margin-bottom: 20px;}
	.waxon_tm_service ul li .details{padding-left: 0px;}
	.waxon_tm_portoflio .portfolio_inner ul{margin: 0px;}
	.waxon_tm_portoflio .portfolio_inner ul li{width: 100%;padding-left: 0px;}
	.waxon_tm_news .news_inner ul{margin-left: 0px;}
	.waxon_tm_news .news_inner ul li{width: 100%;padding-left: 0px;}
	.waxon_tm_counter .counter_list ul li{width: 50%;}
	.waxon_tm_counter .counter_list .list_inner h3{font-size: 90px;}
	.waxon_tm_counter .counter_list .list_inner .title{font-size: 15px;}
	.waxon_tm_counter .counter_list ul li{margin-bottom: 10px;}
	.waxon_tm_counter{padding-bottom: 100px;}
	.waxon_tm_member .list > ul{margin: 0px;}
	.waxon_tm_member .list > ul > li{width: 100%;padding-left: 0px;}
	.waxon_tm_timeline .item_list ul li .time span{font-size: 14px;padding: 2px 18px;}
	.waxon_tm_timeline .item_list ul li .place{padding-left: 0px;}
	.waxon_tm_timeline .item_list ul li .place h3{font-size: 16px;}
	.circular_progress_bar .myCircle{float: none !important;}
	.circular_progress_bar .title{max-width: 100%;}
	.waxon_tm_modalbox .box_inner{width: 300px;top: 40px;bottom: 40px;}
	.waxon_tm_modalbox .description_wrap{padding: 30px 25px 25px 25px;}
	.waxon_tm_modalbox .description_wrap:before{height: 30px;}
	.waxon_tm_modalbox .description_wrap:after{height: 25px;}
	.waxon_tm_modalbox .close{margin-left: auto;left: auto;right: 25px;top: 15px;}
	.waxon_tm_modalbox .close a{color: #000;width: auto;height: auto;border: none;font-size: 20px;}
	.waxon_tm_modalbox .portfolio_main_title h3{font-size: 19px;}
	.waxon_tm_modalbox .portfolio_main_title{margin-bottom: 15px;}
	.waxon_tm_modalbox .additional_images ul{margin: 0px;}
	.waxon_tm_modalbox .additional_images ul li{width: 100% !important;padding-left: 0px;margin-bottom: 20px;}
	.waxon_tm_modalbox .news_popup_informations .title h3{font-size: 19px;}
	.waxon_tm_modalbox .news_popup_informations .title{margin-bottom: 15px;}
	
	
	.waxon_tm_intro_page .demo_list ul{margin: 0px;}
	.waxon_tm_intro_page .demo_list ul li{width: 100%;padding-left: 0px;}
	.waxon_tm_intro_page .intro_footer .inner h3{font-size: 35px;}
	.waxon_tm_intro_fixed_price .pricing-info, .waxon_tm_intro_fixed_price .anim{width: 50px;height: 50px;line-height: 50px;bottom: 25px;right: 25px;font-size: 15px;}
	.waxon_tm_intro_page .hero_header .content{width: 100%;}
	.waxon_tm_intro_page .hero_header .content .titlehero{font-size: 19px;}
}

/* another css from i got  */

/* --------------------------------------------
	
	main.css : 	main style file
	Project :  	Impose
	Author :  	Pixelwars 
	
	---
	
	CONTEXT:
	
	1. BASE - @base 
		1.1 ELEMENTS
		1.2 FONTS
		1.3 TYPOGRAPHY
	2. FORMS - @forms
	3. COMMON - @common
	4. LAYOUT - @layout
	5. MODULES - @modules
	6. THEME - @theme
	
   -------------------------------------------- */
   
   
   
/*  --------------------------------------------

	1. BASE (@base) - base html elements
	
    -------------------------------------------- */

/* ----- 1.1 ELEMENTS ----- */   
html {
    font-size: 100%; box-sizing: border-box;
    }
*,
*:before, 
*:after {
    box-sizing: inherit; -webkit-font-smoothing: antialiased;
    }
body {
	font-size: 13px; line-height: 1.75; -webkit-text-size-adjust: none; overflow-x: hidden;
	}
a {
 	color: #096; text-decoration: none; outline: none;
	}
a:hover,
a:focus {
	text-decoration: none; outline: none;
	}
a:hover {
 	color: #5BCF80;
	}
iframe {
 	border: none; max-width: 100%;
	}
ul {
 	list-style: square;
	}
img {
 	max-width: 100%; height: auto;
	}

/* ----- 1.2 FONTS ----- */ 
/* BODY */
body,
input,
textarea,
select,
button,
.event h5,
.event h6 {
 	font-family: 'Noto Sans', sans-serif; 
	}
/* HEADINGS */
h1, h2, h3, h4, h5, h6,
#search-field,
.nav-single,
.comment-meta .fn, 
.yarpp-thumbnail-title,
.widget_categories ul li,
.widget_recent_entries ul li,
.tptn_title,
.blog-simple .day,
.intro .wp-caption-text {
	font-family: 'Poppins', sans-serif;
	}
/* SITE TITLE */
.site-title { 
	font-family: 'Poppins', sans-serif;
	}
/* NAV MENU */
.nav-menu,
.widget-title,
.nav-single h4,
.about-author h3,
.share-links h3,
.related-posts h3,
.comments-area h3,
.entry-title i { 
	font-family: 'Lato', sans-serif;
	}
	
/* FONTELLO ICONS */
.icon,
.icon:before,
.alert:before,
.toggle h4:before,
.search-toggle:before, 
.social-toggle:before,
.post-format:before {
    font-family:fontello; font-style:normal; font-weight:400; speak:none; display:inline-block; text-decoration:inherit; text-align:center; font-variant:normal; text-transform:none;
    }

/* ----- 1.3 TYPOGRAPHY ----- */
/* headings and paragraphs  */
h1,
h2,
h3,
h4,
h5,
h6 { 
	line-height: 1.4; font-weight: 600; margin: 1.2em 0 0.6em 0;
    }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child { 
    margin-top: 0; 
    }
h1 {
 	font-size: 1.6em; margin: 0.8em 0 0.8em 0; line-height: 1.2;
	}
h2 {
 	font-size: 1.1em; line-height: 1.3; text-transform: uppercase;
	}
h3,
h4,
h5,
h6 {
 	font-size: 0.928em;
	}
p {
 	margin: 1.1em 0;
	}
p:first-child {
	margin-top: 0;
	}
/* blockquote  */
blockquote {
 	position: relative; margin: 2em 0; padding: 0.4em 1.2em; text-align: center; font-size: 1.1em; font-weight: bold; line-height: 1.5; text-transform: uppercase;
	}
	blockquote p {
		margin-bottom: 0;
		}
	blockquote cite {
		display: block; font-size: 10px; letter-spacing: 1px; padding-right: 1em; margin-top: .8em; font-style: normal; font-weight: 400; color: #bbb;;
		}
hr {
 	padding: .2em 0 1em 0; margin-bottom: 2em; outline: 0; border-width: 0 0 1px 0; border-style: solid; border-color: #eee;
	}
/* tables  */
table,
th,
td {
	border: 1px solid #f1f1f1;
	}
table {
	margin: 1em 0 3em 0; font-size: 11px; border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; table-layout: fixed;
	}
caption,
th,
td {
	font-weight: normal; text-align: left;
	}
th {
	border-width: 0 1px 1px 0; font-weight: 700;
	}
td {
	border-width: 0 1px 1px 0;
	}
th, td {
	padding: 0.5em 1em;
	}
thead th {
	padding: .8em 1em; 
	}
/* code and pre  */
code,
pre {
 	padding: 0 3px 2px; margin: 2em 0 4em; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-size: 12px; line-height: 22px; color: #333; white-space: pre; overflow: auto;
	}
code {
 	display: inline-block; margin: 0 4px -6px; padding: 0px 6px; font-size: 12px; background: #fff; border: 1px solid #E9E6DF; box-shadow: 1px 1px 0 #fff, 2px 2px 0 #F5F5F3;
	}
pre {
    padding: 1em 2em; background: #fafafa;
	}
/* lists  */
ol,
ul {
 	margin: .2em 0 1em 0;
	}
ul {
 	list-style: disc;
	}
dt {
 	margin-bottom: .2em; font-weight: bold; font-size: 12px;
	}
dd {
	padding-bottom: 1.6em; margin-left: 1em;
	}


/*  --------------------------------------------

	2. FORMS (@forms) - form elements
	
    -------------------------------------------- */
form p {
 	position: relative; margin: 1.6em 0;
	}
label {
 	display: block; font-size: 10px; color: #333; margin-bottom: .4em; text-transform: uppercase;
	}
label input { 
    font-weight: 400;
    }
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
input.input-text,
textarea,
select {
 	padding: .85em 1em; width: 100%; font-size: 13px; color: #333; border: 1px solid #eee; background: #fff; -webkit-appearance: none; -webkit-tap-highlight-color: transparent; box-sizing: border-box;
	}
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):hover,
textarea:hover,
input:hover,
select:hover {
 	outline: 0;
	}
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):focus,
textarea:focus,
input:focus,
select:focus {
 	border-color: #ccc; outline: 0;
	}
textarea {
 	min-height: 9em; line-height: 1.3;
	}
.inline-label {
 	display: inline-block; margin-right: 1.4em; font-family: inherit; font-size: 13px; font-weight: 400; text-transform: none;
	}
::-webkit-input-placeholder { color:#ccc; }
::-moz-placeholder { color:#ccc; } /* firefox 19+ */
:-ms-input-placeholder { color:#ccc; } /* ie */

/* select list */
select {
    -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAZJJREFUaIHt1r9LVWEYB/DPVTEpgqRBaEhocmiyoc2lrZbG+gts8z8I5xykRfwxROBiEBENSdAmQZMKTldwUHAJAltEBG2453Beg7zXe99zXZ4PHC7nx/s833O5931fQgghhBBCCDUbxCqe9qHXc7zDQM6iizjHMaZyFv7HE5wUvRY6GdDpW+4XnyP4gskrR2vvMT5juDg/yFm8gTmtb+YcvzCRsf5D/E7qvyl6ZtXAStLkAOMZ6j7AYVJ3WQ3hS4P4kDTbxVgP9e5hL6m3VvSo1TDWk6bbGO2izl3sJHW+qn7/tbuFjaT5j+Jap27jZzJ+AzczZ2zrDraSEN9wo4NxI/iejNssal2LMTSTMB8xdMnzQ/iUPN/U238oi3GtGakM9b9VdADvXZzF7vcpY1sTWmtDGW7examwgbfJ/dzrSBaP8EcV8nVybza5fqSelTyLKa39Uhl2pjjK87r3Ulk8w6kqdHmc6s9uNouXOFOFP8OLa03UhVeqF5iuq8llc3avFlUL1FKNfUIIIYQQQgjd+QvyJ2oyQcCnYgAAAABJRU5ErkJggg==); background-position: 97% center; background-position: right 10px center; background-repeat: no-repeat; background-size: 20px 20px;
}
select::-ms-expand {
    display: none;
	}
/* file upload  */
input[type=file]{
	width: 100%; outline: 0; cursor: pointer; font-size: 13px; cursor: pointer;
	}
input[type=file]::-webkit-file-upload-button {
	display: inline-block; padding: .6em 1em; border: 0; outline: 0; color: #333; background-color: transparent; border: 2px solid #333; cursor: pointer;
	}
/* checkbox  */
input[type=checkbox] {
    -webkit-appearance: none; height: 1em; position: relative; background-color: transparent; border: 2px solid #333; width: 1em; border-radius: 3px; outline: none;  font-size: 16px; vertical-align: text-bottom; margin-right: .6em;
	}
input[type=checkbox]:active {
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.2) inset;
	}
input[type=checkbox]:before,
input[type=checkbox]:after {
    content: ''; background-color: inherit; position: absolute; transition: 0.1s background-color;
	}
input[type=checkbox]:after {
    width: 0.14em; height: 0.60em; -webkit-transform: rotate(36deg) translate(0.42em, -0.17em);
	}
input[type=checkbox]:before {
    width: 0.14em; height: 0.35em; -webkit-transform: rotate(-58deg) translate(-0.2em, 0.35em);
	}
input[type=checkbox]:checked:after,
input[type=checkbox]:checked:before {
    background-color: #333;
	}
/* radio  */
input[type=radio] {
    -webkit-appearance: none; height: 1em; position: relative; background-color: #fff; border: 2px solid #333; width: 1em; border-radius: 50%; outline: none; font-size: 16px; margin-right: .6em; vertical-align:  text-bottom;
	}
input[type=radio]:checked:before {
    content: ''; background-color: #333; position: absolute; border-radius: 50%; top: 3px; left: 3px; bottom: 3px; right: 3px;
	}

/* contactform7  */
.wpcf7 form p {
	text-transform: uppercase; font-size: 10px; color: #666;
	}
.wpcf7 input,
.wpcf7 textarea {
margin-top: 0.4em
	}
.wpcf7 input[type=submit] {
margin-top: 1.4em
	}
.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 12px; color: #EC6363; font-weight: 400; text-transform: none;
	}
	
/* ninja forms styles */
html .ninja-forms-form-wrap label {
	font-weight: 400;
	}
html .ninja-forms-field-error {
	font-size: 12px; color: #EC6363;
	}
		
/* validation  */
label.error {
 	position: absolute; bottom: -18px; left: 0; margin: 0; min-width: 150px; font-family: inherit; font-size: 10px; font-weight: normal; text-transform: uppercase; padding: .2em .6em; background-color: #E65555; color: #fff; letter-spacing: 0;
	}
label.error:after {
 	content: " "; position: absolute; left: 1.6em; bottom: 100%; pointer-events: none; width: 0; height: 0; border-bottom: 8px solid #E65555; border-right: 8px solid transparent;
	}



/*  --------------------------------------------

	3. COMMON (@common) - common and helper classes
	
    -------------------------------------------- */
.cf:before,
.cf:after,
.row:before,
.row:after,
.hentry:before,
.hentry:after,
.site-main:before,
.site-main:after,
.blog-bold:before,
.blog-bold:after,
.entry-content:before,
.entry-content:after {
 	content: " "; display: table;
	}
.cf:after,
.row:after,
.hentry:after,
.site-main:after,
.blog-bold:after,
.entry-content:after {
 	clear: both;
	}
.center {
 	text-align: center;
	}
.easing {
 	-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
	}
.easing-short,
input,
textarea,
.social-link,
.entry-title a,
.more-link,
.format-link .link-content > a:first-child,
.navigation a,
.pagination a,
.entry-meta a,
.nav-single a,
.comment a,
div.selector,
div.uploader,
.tagcloud a,
.nav-menu ul li a,
.owl-theme .owl-nav [class*='owl-'],
.owl-theme .owl-dots .owl-dot span,
.toggle-link,
.tptn_title,
.widget a,
.post-img:before,
.post-thumbnail .entry-header,
.gallery-item a:before,
.featured-image a:before,
.blog-simple .featured-image {
    -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
	}
.button {
    -webkit-transition: all 0.1s ease-out; transition: all 0.1s ease-out;
	}


/*  --------------------------------------------

	4. LAYOUT (@layout) : layout styles
	
    -------------------------------------------- */
.site { 
	background: #fff; 
	}
.site-main { 
    margin-bottom: 3em; 
    }
.layout-full,
.layout-fixed,
.layout-medium {
	width: 86%; margin-left: auto; margin-right: auto;
	}
.layout-fixed,
.single .site-main .content-area:not(.with-sidebar),
.content-area:not(.with-sidebar) .blog-regular {
	 max-width: 658px; margin-left: auto; margin-right: auto;
	}
.layout-medium {
	 max-width: 940px;
	}
.layout-full {
	 max-width: 1900px;
	}
.hentry {
 	padding: 0 0 1em 0; background: #fff;
	}
.entry-header {
	padding-top: 2em;
	}
.site-content > .entry-header {
	margin-bottom: 2em;
	}
.page .hentry > .entry-header {
	text-align: center; 
	}
	.entry-title {
		margin: 0; text-transform: uppercase;
		}
        .entry-title i {
            display: block; font-size: 10px; letter-spacing: 2px; color: #ddd; font-style: normal; margin-bottom: .6em;  text-transform: uppercase; font-weight: 600;
			}
        .entry-title .cat-title {
			font-size: 20px; font-weight: 600; text-transform: uppercase;
			}
.entry-content {
	margin-top: 1.4em;
	}
.entry-content iframe,
.entry-content .fluid-width-video-wrapper {
	margin-bottom: 1.4em;
	}

/* ----- 4.1 HEADER ----- */
.site-header {
	width: 100%; margin-left: auto; margin-right: auto; padding: 0; z-index: 1000;
	}
	.site-title-wrap {
		padding: 2em 0;
		}
	.site-header .site-title-wrap {
		border-bottom: 1px solid #f3f3f3;
		}
	.site-title {
 	 	font-size: 2em; font-weight: 400; margin: 0; padding: 0; text-align: center;
		}
	.site-description {
 	 	font-size: 10px; letter-spacing: .05em; text-transform: uppercase; margin: .4em 0 0; text-align: center; color: #ccc;
		}
	.site-title a {
        color: #222;
		}
	.site-title img {
		max-height: 50px;
		}
    .toggle-link {
         display: block; width: 52px; line-height: 54px; height: 54px; font-size: 14px; text-align: center; cursor: pointer; overflow: hidden; color: rgba(220, 238, 255, 0.7); -webkit-user-select: none; user-select: none;
        }
    .toggle-link:hover {
        color: #fff;
        }
			
/* Search Toggle */
.search-toggle {
    position: absolute; top: 0; right: -14px; width: 42px; display: none;
	}
.search-toggle:before {
	content: "\e802";
	}
/* HEADER SEARCH */
.search-container {
	display: none; text-align: center;
	}
.is-search-toggled-on .search-container {
	display: block;
	}
.search-box {
	width: 100%; padding: 1em 0 3em;
    }
.search-box label { 
	font-size: 10px; letter-spacing: .1em; margin: 0; text-align: center; color: rgba(255, 255, 255, 1);
    }
	#search-field {
    display: block; padding: .6em 1.2em; text-align: center; background-color: transparent; border: 0; color: #fff; font-size: 19px !important; font-weight: 700; letter-spacing: -1px; width: 100%; max-width: 100%;
    }
.search-box #search-field::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.15); }
.search-box #search-field::-moz-placeholder { color: rgba(255, 255, 255, 0.15); }
.search-box #search-field:-ms-input-placeholder { color: rgba(255, 255, 255, 0.15); }
.search-container .search-submit { 
    display: none !important; 
    }
.is-search-toggled-on .site-header,
.is-social-toggled-on .site-header {
    position: relative;
    }
/* Header Social Icons */
.social-container { 
	display: block; position: absolute; top: 12px; right: 0px;
	}
.site-header a.social-link { 
      color: rgba(220, 238, 255, 0.5); font-size: 13px; width: 16px; line-height: 30px; border: 0; background: none;
    }
.site-header a.social-link:hover { 
      color: #fff; background: none;
    }

/* NAVIGATION */
.site-navigation { 
    display: block; background: #212933;
    }
.site-navigation .layout-medium { 
	position: relative;
    }
.nav-menu { 
    display: block; text-align: center;
    }
.nav-menu ul { 
    display: block; list-style:none; padding:0; margin:0; text-transform: uppercase;
    }
.nav-menu ul li { 
    position:relative; display:block; padding: 0; margin:0; line-height: 1; font-size: 10px; font-weight: 700; letter-spacing: 0.09em; 
    }
.nav-menu ul ul li { 
    font-weight: normal; font-size: 10px; letter-spacing: .06em;
    }
	.nav-menu ul li a { 
		display: block; padding: 0.6em;
		}
.nav-menu ul li, 
.nav-menu ul li a { 
    color:#fff; 
    }
.nav-menu ul li a:hover, 
.nav-menu ul li a.selected {
	opacity: .6;
	}

/* MOBILE MENU */
@media screen and (max-width: 991px) {
	.nav-menu { 
		display: none; padding: 2em 0;
		}
	.nav-menu ul ul {
		margin-bottom: 1.6em; display: none;
		}
	.nav-menu > ul > li > a { 
		font-size: 15px; 
		}
	.nav-menu ul li a {
		display: inline-block;
		}
	.submenu-toggle:before {
		content: "+"; font-size: 14px; font-weight: 400; display: inline-block; width: 26px; line-height: 24px; text-align: center; border: 1px solid #eee; margin-left: 3px; cursor: pointer; margin-bottom: 8px;
		}
	.submenu-toggle:hover:before {
		border-color: #ddd;
		}
	.active > .submenu-toggle:before {
		content: "-";
		}
	.nav-menu ul.active:before {
		content: "â†“"; display: block; text-align: center; padding: 2px 0 4px; font-size: 14px; font-weight: 400;
		}
	.nav-menu li.active > ul {
		display: block;
		}
	/* mobile menu toggled on */
	.is-menu-toggled-on .nav-menu,
	.is-menu-toggled-on .search-container { 
		display: block;
		}
}

/* MENU TOGGLE */
.menu-toggle {
	transition: .3s; cursor: pointer; display: block; width: 17px; height: 54px; margin: 0; position: relative;
	}
.menu-toggle:hover {
	opacity: 1;
	}
.menu-toggle:active {
	transition: 0;
	}
.menu-toggle .lines {
	display: inline-block; width: 100%; height: 2px; background: #fff; transition: 0.3s; position: relative; position: absolute; top: 47%;
	}
.menu-toggle .lines:before, 
.menu-toggle .lines:after {
	display: inline-block; width: 100%; height: 2px; background: #fff; transition: 0.3s; position: absolute; left: 0; content: ''; -webkit-transform-origin: 0.28571rem center; transform-origin: 0.28571rem center;
	}
.menu-toggle .lines:before {
	top: 6px;
	}
.menu-toggle .lines:after {
	top: -6px;
	}
.menu-toggle.close {
	-webkit-transform: scale3d(0.8, 0.8, 0.8); transform: scale3d(0.8, 0.8, 0.8);
	}
.is-menu-toggled-on .menu-toggle .lines {
	background: transparent;
	}
.is-menu-toggled-on .menu-toggle .lines:before, 
.is-menu-toggled-on .menu-toggle .lines:after {
	-webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; top: 0;
	}
.is-menu-toggled-on .menu-toggle .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg);
	}
.is-menu-toggled-on .menu-toggle .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);
	}
	
/* HEADER LIGHT */
.header-light .site-navigation {
	    background: rgba(255, 255, 255, 0.96); border-bottom: 1px solid #f1f1f1;
	}
.header-light .menu-toggle .lines,
.header-light .menu-toggle .lines:before, 
.header-light .menu-toggle .lines:after {
	background: #333;
	}
.header-light.is-menu-toggled-on .lines {
	background: none;
	}
.header-light .site-header a.social-link {
	color: rgba(0, 0, 0, 0.35);
	}
.header-light .nav-menu ul li, 
.header-light .nav-menu ul li,
.header-light .nav-menu ul li a,
.header-light .site-header a.social-link:hover {
	color: #333;
	}
.header-light .toggle-link {
	color: #333;
	}
.header-light #search-field,
.header-light .search-box label {
	color: #333;
	}
.header-light .search-box #search-field::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.08); }
.header-light .search-box #search-field::-moz-placeholder { color: rgba(0, 0, 0, 0.1); }
.header-light .search-box #search-field:-ms-input-placeholder { color: rgba(0, 0, 0, 0.1); }

/* HEADER SMALL */
.header-small .site-header {
	min-height: 54px;
	}
.header-small .site-header .site-title-wrap {
	position: absolute; top: 0; padding: 0; margin: 0; border: 0; z-index: 10000; display: none;
	}
.header-small .site-header .site-title {
	position: absolute; top: 12px; left: 32px; display: inline-block; text-align: left;
	}
.header-small .site-header .site-description {
	display: none;
	}
.header-small:not(.has-menu-border) .site-navigation {
	border: 0;
	}
.header-small .site-header .site-title img {
	max-height: 39px;
	}
.header-small .site-header a.social-link {
	width: 16px; font-size: 14px;
	}

/* ----- 4.2 FOOTER ----- */
.site-footer {
	position: relative; z-index: 4; width: 100%; padding: 1.2em 0 0 0; border-top: 1px solid #f1f1f1;
	}
    .site-footer .site-info {
		padding: 1.4em 0 ; text-align: center;
        }
        .site-footer .site-info .textwidget {
            margin: 0;  font-size: 11px;
            }
	.site-footer .site-description {
		margin-top: .8em;
		}
/* FOOTER SOCIAL */
.footer-social {
	text-align: center; margin: 1em 0 0;
	}
.footer-social .textwidget {
	margin: 0; display: inline-block; padding: 8px 12px 4px; background: #fff;	
	}
.footer-social a.social-link {
	margin: 0 .1em .2em; background: none;
	}
/* FOOTER WIDGETS */
.site-footer .widget-area {
	margin: 3em 0; padding: 0;
	}
.footer-instagram {
	padding: 2em 0 0 0; text-align: center;
	}
.site-footer .button,
.site-footer input[type=submit],
.site-footer input[type=button],
.site-footer button {
	padding: 1.2em 1.8em;
	}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px); position: absolute;
	}
.screen-reader-text:focus {
	background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto; color: #21759b; display: block; font-size: 14px; 	font-weight: bold; height: auto; line-height: normal; padding: 15px 23px 14px; position: absolute; left: 5px; top: 5px; text-decoration: none; text-transform: none; width: auto; z-index: 100000; /* Above WP toolbar */
    }

/*  --------------------------------------------

	5. MODULES @modules : reusable styles
	
    -------------------------------------------- */

/* POST SLIDER */
.post-slider {
	width: 86%; max-width: 1440px; margin: 0 auto;
	}
	
/* POST THUMBNAILS */
.post-thumbnail { 
    position: relative; width: 100%; padding-top: 66%; background-position: center center; background-size:cover; background-color: #DBDBD9;
    }
.post-thumbnail .entry-header {
    z-index: 1; max-width: none; width: 100%; height: 100%; padding: 18% 12% 0; text-align: center; vertical-align: middle; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(33, 41, 51, 0.35);
	}
.post-thumbnail .entry-title { 
	max-width: 300px; margin-left: auto; margin-right: auto; margin-top: .2em; font-weight: 600; font-size: 17px; text-transform: uppercase; word-break: break-word;
	}
.post-thumbnail .entry-title,
.post-thumbnail .entry-title a { 
    color: #fff;
	}
.post-thumbnail .entry-title a:hover { 
    color: rgba(255,255,255, .8);
	}
.post-thumbnail .entry-meta { 
    padding: 0 0 4px 0;
    }
.post-thumbnail .cat-links a {
	color: #fff; margin-bottom: 10px;
	}
.post-thumbnail .comment-link a:hover,
.post-thumbnail .edit-link a:hover {
	color: #fff;
	}
.post-thumbnail .entry-meta, 
.post-thumbnail .entry-meta a {
    color: #ffffffe3;
	}
.post-thumbnail p {
	margin-top: 0;
	}
.post-thumbnail .more-link { display: inline-block; margin-top: 14px; opacity: 0; color: #fff; text-transform: uppercase; font-size: 10px; letter-spacing: 1px; border-bottom: 2px solid #fff;
	}
.post-thumbnail:hover .more-link { 
	opacity: 1;
	}
.more-link:hover { 
	border-bottom-width: 6px;
	}


/* Password Protected Page */
.post-password-form {
    max-width: 420px; margin: 0 auto; text-align: center;
 	}
.post-password-form input {
    margin: 1em auto; display: block; text-align: center;
    }

/* PAGING */
.page-links { 
	text-align: center; font-size: 11px; margin-top: 5em;
	}
.page-links .page-links-title { 
	font-weight: bold; margin-right: 1em; text-transform: uppercase; 
	}
.page-links .page-number {
	display: inline-block; padding: .5em 1.1em; margin: 0; font-size: 10px; font-weight: 700; color: #444; background: #fafafa; 
	}
.page-links a .page-number:hover { 
	background: #eee;
	}
.page-links > .page-number { 
	background: none; cursor: default;
	}

/* MEDIA GRID */
.media-grid-wrap {
 	width: 106.8%; margin-left: -3.4%;
	}

/* 404 */
.page-404 {
    text-align: center; 
    }
.page-404 input {
    text-align: center; margin-top: 1.2em;
    }
.page-404 label input {
    margin-top: 2em; padding: 1.3em !important;
    }
		
/* DROP CAP */
.drop-cap:first-letter,
.single-post .entry-content > p:first-child:first-letter {
 	font-size: 42px; line-height: 1.1; font-weight: bold; float: left; padding: 0px 6px 0px 0; margin-bottom: -6px;
	}

/* MEDIA WRAP */
.media-wrap {
	background: url(../images/bckg/loading.gif) center center no-repeat; background-size: 88px 8px;
	}

/* Magnific Popup */
.mfp-wrap button {
	background-color: transparent !important;
	}
button.mfp-close,
button.mfp-arrow:before {
	background: url(../js/jquery.magnific-popup/default-skin.svg) 0 0 no-repeat; background-size: 264px 88px;
	}
button.mfp-close {
	width: 44px; height: 44px; color: transparent; background-position: 0 -44px;
	}
button.mfp-arrow { 
	width: 70px; height: 100px; opacity: .9;
	}
button.mfp-arrow:hover,
button.mfp-close:hover { 
	background-color: transparent; 
	}
button.mfp-arrow:after { 
	display: none; 
	}
button.mfp-arrow:before {
	content: ''; position: absolute; top: 35px; height: 30px; width: 32px; border: 0; margin: 0;
	}
button.mfp-arrow-left:before {
	left: 6px; background-position: -138px -44px; 
	}
button.mfp-arrow-right:before {
	left: auto; right: 6px; background-position: -94px -44px; 
	}
.mfp-title {
	line-height: 30px; padding: 0; width: 100%; text-align: center; position: absolute; text-transform: uppercase; font-size: 10px; letter-spacing: .04em;
	}
.mfp-counter {
	position: fixed; top: 14px; left: 14px; text-align: center; font-size: 13px; letter-spacing: -1px; font-weight: 400; color: #fff; opacity: .7; 
	}
.mfp-removing button,
.mfp-removing .mfp-title { 
	opacity: 0; 
	}
.mfp-figure:after {
	box-shadow: none; 
	}	
.mfp-iframe-holder .mfp-close {
	background: none; 
	}
/* zoom-in animation */
html {
	-webkit-backface-visibility: hidden;
	}
.mfp-ready .mfp-figure {
	opacity: 0;
	}
.mfp-zoom-in .mfp-figure { 
	opacity: 0; transition: all 0.2s ease-out; transform: scale(0.9);
	}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
	opacity: 0; transition: all 0.2s ease-out;
	}
.mfp-zoom-in.mfp-image-loaded .mfp-figure {
	opacity: 1; transform: scale(1);
	}
.mfp-bg { 
	background: #212933; 
	}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.95;
	}
.mfp-zoom-in.mfp-removing .mfp-figure {
	transform: scale(0.9); opacity: 0;
	}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0;
	}
.mfp-preloader {
	width: 88px; height: 8px; opacity: 0.65; margin: 0 auto; background: url(../images/bckg/loading-light.gif) center center no-repeat; background-size: 88px 8px;
	}
/* fade image change */
.mfp-image-loaded .mfp-figure {
	-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .2s; animation-duration: .2s; -webkit-backface-visibility: hidden;
	}
@-webkit-keyframes fadeIn{
	0%{ opacity:0 }
	100%{ opacity:1 }
	}
@keyframes fadeIn{
	0%{ opacity:0 }
	100%{ opacity:1 }
	}

/* GRID PAGE */
.show-grid div {
 	font-size: 12px; padding-top: .9em; padding-bottom: .9em; text-align: center; margin-bottom: 1.4em; border: 1px solid #eee; border-radius: 0;
	}
	
/* SHORTCODES PAGE */
.show-buttons .button {
 	margin: 0 1em 1em 0
	}

/* BlOG REGULAR */
.blog-regular .entry-title {
	font-size: 1.2em; text-transform: uppercase;
	}
.blog-regular .entry-header {
	padding-top: 0;
	}
.blog-regular .hentry {
	margin-top: 2em;
	}

/* BLOG MASONRY */
.blog-masonry {
    margin: 2em 0 0;
    }
    .blog-masonry .hentry {
        background: #fff; float: left; margin-bottom: 0.4em; padding: 0 10px 10px 10px; width: 100%; 
        }
        .blog-masonry .entry-content {
            margin-top: 1.2em;
            }
        .blog-masonry .entry-meta {
            padding-top: .6em; 
            }
		.blog-masonry .comment-link {
            display: none;
            }
        .blog-masonry .entry-header {
            padding-top: 1em;
            }
        .blog-masonry .hentry .entry-title {
            font-size: 14px; font-weight: 600; text-transform: uppercase;
            }
        .blog-masonry .featured-image {
            margin: 0; 
            }
@media screen and (max-width: 767px) {
	.blog-masonry .entry-content {
		font-size: 11px;
		}	
	}
.blog-masonry + .navigation,
.blog-masonry + .post-pagination { 
	padding-left: 10px; padding-right: 10px; padding-top: 0;
	} 

/* BLOG IRREGULAR */
.blog-irregular .entry-header {
	padding: 0.8em;
	}
.blog-irregular .entry-content {
	display: none;
	}
.blog-irregular .hentry .entry-title {
	font-size: 12px;
	}
.blog-irregular .edit-link {
	display: none;
	}
/* TABLET VIEW */
.blog-irregular.tablet-view .entry-header,
.blog-irregular.desktop-view .entry-header {
	padding: 1.6em;
	}

.blog-irregular.tablet-view .entry-title,
.blog-irregular.desktop-view .entry-title {
	font-size: 14px;
	}
.blog-irregular.tablet-view .img-horizontal.type-1 {
	padding: 0 1em;
	}
.blog-irregular.tablet-view .img-vertical {
	padding: 0 4em;
	}
.blog-irregular.tablet-view .img-vertical.type-1 {
	padding: 0 5em;
	}
.blog-irregular.tablet-view .img-square {
	padding: 0 2em;
	}
.blog-irregular.tablet-view .img-square.type-1 {
	padding: 0 3em;
	}
.blog-irregular.first-full.tablet-view .hentry:first-child {
	padding: 0 10em;
	}
/* DESKTOP VIEW */
.blog-irregular.desktop-view .hentry {
	margin-bottom: 3em;
	}
.blog-irregular.desktop-view .img-vertical {
	padding: 0 7em;
	}
.blog-irregular.desktop-view .img-vertical.type-1 {
	padding: 0 8em;
	}
.blog-irregular.desktop-view .img-square {
	padding: 0 5em;
	}
.blog-irregular.desktop-view .img-square.type-1 {
	padding: 0 6em;
	}
.blog-irregular.first-full.desktop-view .hentry:first-child {
	padding: 0 16em;
	}

/* BLOG LIST */
.blog-list { 
	margin: 2em 0; 
	}
.blog-list .hentry {
	margin-bottom: 1em; padding: 0;
	}
.blog-list .featured-image {
	width: 40%; float: left; margin-top: 0;
	}
.blog-list .hentry-middle {
	width: 60%; float: left; padding: 1em 2em; 
	}
.blog-list .entry-content,
.blog-list .comment-link {
	display: none; 
	}
.blog-list .entry-header {
	padding: 0; 
	}
.blog-list .entry-meta {
	margin-bottom: .8em;
	}
.blog-list .hentry .entry-title {
	font-size: 14px; text-transform: uppercase; font-weight: 600;
	}
.blog-list .entry-content {
	margin-top: 1.4em;
	}
.blog-list .hentry:not(.has-post-thumbnail) .hentry-middle {
    width: 100% !important;
	}
/* BLOG LIST FIRST FULL */
.blog-list.first-full .hentry:first-child .featured-image {
	width: 100%; float: none;
	}
.blog-list.first-full .hentry:first-child .hentry-middle {
	width: 100%; float: none; padding: 1em 0;
	}
.blog-list.first-full .hentry:first-child .entry-content {
	display: block;
	}

/* FIRST FULL POST */
.first-full:not(.blog-creative) .hentry:first-child {
	margin-bottom: 2em;
	}
.first-full:not(.blog-creative) .hentry:first-child .entry-title {
	font-size: 1.2em;
	}
.first-full:not(.blog-creative):not(.blog-irregular) .hentry:first-child .featured-image {
	margin-top: 1.6em;
	}

/* BLOG CREATIVE */
.blog-creative {
	margin: 2em 0;
	}
.blog-creative.first-full,
.post-slider + * .blog-creative {
	margin-top: 0;
	}
.blog-creative .hentry {
	padding-bottom: 0;
	}
.blog-creative .post-thumbnail .entry-title { 
	font-size: 4vw;
	}
.blog-creative:not(.first-full) .post-thumbnail,
.blog-creative.first-full .hentry:not(:first-child) .post-thumbnail {
	width: 50%; float: left; background-color: #fff;
	}
.blog-creative:not(.first-full) .hentry:nth-child(even) .post-img,
.blog-creative.first-full .hentry:nth-child(odd) .post-img {
	float: left;
	}
.blog-creative:not(.first-full) .hentry:nth-child(even) .post-thumbnail,
.blog-creative.first-full .hentry:nth-child(2n+1) .post-thumbnail {
	float: right;
	}
.hentry:not(.has-post-thumbnail) .post-img { background: #111; }
.post-img:before {
	content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	}
.blog-creative .hentry:hover .post-img:before {
	background: rgba(33, 41, 51, 0.2);
	}
.post-img > a {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 105; text-indent: -999em; overflow: hidden;
	}
.blog-creative .hentry .post-thumbnail.post-img .entry-header {
	padding-top: 0 !important; position: absolute; top: 50%; margin-top: -4px; height: auto;
	}
.hentry.has-post-thumbnail .post-img .entry-header {
	opacity: 0;
	}
.blog-creative .hentry.has-post-thumbnail:hover .post-img .entry-header {
	opacity: 1;
	}
.blog-creative .hentry:not(.has-post-thumbnail) .post-img .entry-header {
	margin-top: -64px;
	}
.blog-creative .hentry:not(.has-post-thumbnail) .post-img .entry-meta:before {
	display: block; padding: 0; font-size: 62px; color: #fff;
	}
.blog-creative .hentry:not(.has-post-thumbnail) .post-thumbnail:not(.post-img) .entry-meta:before,
.blog-creative .hentry.has-post-thumbnail .post-img .entry-meta:before,
.blog-bold .hentry .entry-title + .entry-meta:before  {
	display: none;
	}
.post-img .entry-meta, 
.post-img .comment-link a, 
.post-img .edit-link a {
	color: #fff;
	}
.post-img .comment-link {
	display: none;
	}
.post-desc .cat-links a {
	color: #333;
	}
.post-desc { 
	position: relative; background: #fff; border-color: #eee; border-style: solid;
	}
.post-desc:after {
	position: absolute; right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-right-color: #fff; border-width: 6px; margin-top: -6px;
	}
.blog-creative:not(.first-full) .hentry:nth-child(even) .post-desc:after,
.blog-creative.first-full .hentry:nth-child(odd) .post-desc:after {
	left: 100%; right: auto; border-left-color: #fff; border-right-color: transparent;
	}
.blog-creative:not(.first-full) .hentry:nth-child(odd) .post-desc,
.blog-creative.first-full .hentry:nth-child(even) .post-desc {
	border-width: 0 1px 0 0;
	}
.blog-creative:not(.first-full) .hentry:nth-child(even) .post-desc,
.blog-creative.first-full .hentry:nth-child(odd) .post-desc  {
	border-width: 0 0 0 1px;
	}
.blog-creative:not(.first-full) .hentry:last-child .post-desc,
.blog-creative.first-full .hentry:last-child .post-desc {
	border-bottom-width: 1px;
	}
.blog-creative:not(.first-full) .hentry:first-child .post-desc {
	border-width: 1px 1px 0 0;
	}
.blog-creative:not(.first-full) .entry-header,
.blog-creative.first-full .hentry:not(:first-child) .entry-header {
	background: none;
	}
.blog-creative:not(.first-full) .post-thumbnail .entry-title a,
.blog-creative.first-full .hentry:not(:first-child) .post-thumbnail .entry-title a {
	color: #333;
	}
.blog-creative:not(.first-full) .post-thumbnail .entry-title a:hover,
.blog-creative.first-full .hentry:not(:first-child) .post-thumbnail .entry-title a:hover {
	color: #000;
	}
.blog-creative:not(.first-full) .post-thumbnail .more-link,
.blog-creative.first-full .hentry:not(:first-child) .more-link {
	color: #333; border-bottom-color: #333; border-bottom-width: 3px; opacity: 1;
	}
.blog-creative:not(.first-full) .post-thumbnail .more-link:hover,
.blog-creative.first-full .hentry:not(:first-child) .more-link:hover {
	border-bottom-width: 5px;
	}
.blog-creative.first-full .hentry:first-child .post-thumbnail .entry-header {
	background: rgba(33, 41, 51, 0.3);
	}
.blog-creative.first-full .hentry:first-child:hover .post-thumbnail .entry-header {
	background: rgba(33, 41, 51, 0.4);
	}
.blog-creative.first-full .hentry:first-child .post-thumbnail .entry-title {
	max-width: 400px;
	}
	
/* post with no featured image */
.blog-creative .post-desc:only-child { 
	width: 100% !important;
	}
.blog-creative .post-desc:only-child { 
	border-width: 1px !important;
	}
.blog-creative .post-desc:only-child .entry-header {
	padding-top: 14% !important;
	}
.blog-creative .post-desc:only-child .entry-title {
	max-width: 100% !important;
	}

/* BLOG BOLD */
.blog-bold {
	max-width: 1440px; margin-top: -1px; margin-bottom: 1em; margin-left: auto; margin-right: auto; 
	}
.post-slider + * .blog-bold,
.post-slider + * .blog-creative.first-full {
	margin-top: 3.2em;
	}
.blog-bold .hentry {
	padding: 0; margin-bottom: 2em;
	}
.blog-bold + .post-pagination,Â .blog-bold + .navigation {
    max-width: 1440px; margin-left: auto; margin-right: auto;
	}
.blog-bold .hentry .entry-meta:before {
	color: #fff;
	}
/* BLOG WATERFALL */
.waterfall {
	margin-left: -10px; margin-right: -10px;
	}
.waterfall .hentry {
	margin-bottom: 0 !important; padding: 0 10px 20px 10px;
	}

/* ON SCROLL ANIMATIONS */	
.blog-animated .blog-stream .out {
	opacity: 0;
	}
/* Some Effects from Animate.css - http://daneden.me/animate */
.animated{ -webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both }
@-webkit-keyframes fadeIn{ from{opacity:0}to{opacity:1}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
.slideUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}

/* FLUIDBOX */
.fluidbox {
	cursor: pointer; cursor: zoom-in; cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
    }
.fluidbox-overlay {
	background: rgba(255, 255, 255, 0.95) !important;
	}
	
/* BLOG */
.blog-posts .entry-title {
 	margin: 6px 0 0 0; font-size: 1.8em; text-align: left;
	}
    .entry-title a {
        color: #222;
        }
/* entry-meta */
.entry-meta {
    padding: 0.6em 0 0 0; font-size: 10px; text-transform: uppercase; letter-spacing: .05em;
	}
.entry-meta,
.comment-link a,
.edit-link a {
	color: #ccc; 
	}
	.entry-meta > span {
        display: inline-block; position: relative; margin-right: .8em;
		}
	.entry-meta > span:last-child {
        margin-right: 0;
		}
	.cat-links {
		margin-bottom: -4px;
		}
	.cat-links a {
		margin: 0 2px 4px 0; text-transform: uppercase; font-size: 10px; letter-spacing: 1px; display: inline-block; color: #222;
		}
	.entry-meta .cat-links a:hover {
		opacity: .8;
		}
	.entry-meta i {
		margin-right: 1px; font-size: 16px;
		}
/* more link */
.entry-content a.more-link {
	display: inline-block; font-weight: 400; text-transform: uppercase; font-size: 10px; letter-spacing: .03em; border-bottom: 3px solid #eaeaea; color: #333;
	}
.entry-content a.more-link:after {
	display: inline-block; padding-left: 4px; font-family: fontello; content: '\e8ba'; font-size: 10px;
	}
.entry-content a.more-link:hover {
	border-bottom-color: #333;
	}
/* featured image */
.featured-image {
 	margin-top: 1.6em; position: relative;
	}
	.featured-image a:before {
		content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #222; opacity: 0;
		}
	.featured-image img {
 		display: block;
		}
	.featured-image:hover a:before {
		opacity: .05;
		}
.blog-posts .featured-image,
.blog-posts .entry-header,
.blog-posts .entry-content {
 	margin-left: 90px;
	}
.fluid-audio.fluid-width-video-wrapper {
	padding-top: 56.25%;
	}

/* POST FORMATS */
.hentry .entry-meta:before {
 	font-family: Fontello; font-size: 18px; color: #555; display: inline-block; padding-right: .4em; vertical-align: middle;
	}
/* sticky  */
.hentry.sticky .entry-meta:before {
 	content: "\e81d";
	}
/* quote  */
.format-quote .entry-content {
    text-align: center;
    }
.format-quote .entry-meta:before {
 	content: "\e81a"
	}
.format-quote blockquote {
 	width: 100%; margin: 0; text-align: left;
	}
.format-quote blockquote:before {
 	content: ""
	}
/* link  */
.format-link .entry-meta:before {
 	content: "\e872"
	}
.format-link .entry-content  > p:first-child a:first-child {
    font-size: 1em; font-style: italic; word-break: break-all; padding: .4em 1.2em; margin-bottom: 1em; display: inline-block; border: 2px solid #2BBE8D; 	
	}
/* status  */
.format-status .entry-meta:before {
 	content: "\e84e"
	}
.format-status .entry-content > p:first-child {
    display: inline-block; padding: .5em 1em; font-size: 1.0em; font-style: italic; line-height: 1.5; background: #f7f7f7;
	}
/* chat  */
.format-chat .entry-meta:before {
 	content: "\e813"
	}
.chat-row:after {
 	display: table; content: ""; line-height: 0;
	}
.chat-author {
 	float: left; width: 88px; margin-top: 5px;
	}
.chat-author cite {
 	display: inline-block; min-width: 80%; margin-right: .1em; font-size: 13px; font-style: normal;
	}
.chat-text {
 	padding-left: 100px;
	}
.chat-text p {
    position: relative; display: inline-block; max-width: 460px; padding: 6px 12px; margin-top: 0; margin-bottom: 1em; background: #FFF; border-radius: 4px; font-size: 12px; line-height: 1.5; background-color: #394453; color: #fff;
    }
.chat-text p:empty {
    display: none;
	}
.chat-speaker-2 .chat-text p {
	background: #f7f7f7; color: #333;
    }
.chat-speaker-2 .chat-text p:before {
        background-color: #212933; 
    }
/* video  */
.format-video .entry-meta:before {
 	content: "\e816"
	}
/* audio  */
.format-audio .entry-meta:before {
 	content: "\e885"
	}
img + .mejs-audio {
 	margin-top: -4px; 
	}
.format-audio iframe {
	width: 100%; height: 222px;
	}
/* image  */
.format-image .entry-content {
    padding-top: 1.6em;
    }
.format-image .entry-meta:before {
 	content: "\e86a"
	}
.format-image .entry-content {
 	margin-bottom: 1em
	}
/* gallery  */
.format-gallery .entry-meta:before {
 	content: "\e86a"
	}
.gallery {
	width: 100%; margin: 16px -8px; padding: 8px; padding-top: 0; font-size: 0; min-height: 120px; background: url(../images/bckg/loading.gif) center 100px no-repeat; background-size: 88px 8px;
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
	}
.gallery:first-child { 
	margin-top: 0; 
	}
.gallery:before,
.gallery:after {
 	content: " "; display: table; clear: both;
	}
.gallery-item {
	display: block; position: relative; float: left; margin: 0 4px 4px 0;
    }
.gallery-item a {
	display: block; position: relative; float: left; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in;
    }
.gallery-item a:before {
	content: ""; opacity: 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; text-align: center; overflow: hidden; background: #33475D; background: rgba(51, 71, 93, 0.2); 
	}
.gallery-item a:hover:before { 
	opacity: 1; 
	}
.gallery-item img {
	width: 100%;
    }
.gallery-caption {
	width: auto;
	}
/* GALLERY COLLAGE LAYOUT */
.collage-loaded {
	min-height: initial; background: none;
	}
.gallery figure {
	display: block; opacity:0; 
	}
.no-csstransforms3d .gallery figure {
	opacity: 1 !important;
	}
.gallery img {
 	display: block; width: 100%;
	}
/* EFFECT 2 */
.effect-2 {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp ease forwards;
    -moz-animation: moveUp ease forwards;
    animation: moveUp ease forwards;
}
@-webkit-keyframes moveUp {
    to { -webkit-transform: translateY(0); opacity: 1; }
}
@-moz-keyframes moveUp {
    to { -moz-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
    to { transform: translateY(0); opacity: 1; }
}
/* Universal durations */
.effect-duration-1{
    -webkit-animation-duration: .4s;
    -moz-animation-duration:    .4s;
    animation-duration:         .4s;
}
.effect-duration-2{
    -webkit-animation-duration: .5s;
    -moz-animation-duration:    .5s;
    animation-duration:         .5s;
}
.effect-duration-3{
    -webkit-animation-duration: .6s;
    -moz-animation-duration:    .6s;
    animation-duration:         .6s;
}
.effect-duration-4{
    -webkit-animation-duration: .7s;
    -moz-animation-duration:    .7s;
    animation-duration:         .7s;
}
.effect-duration-5{
    -webkit-animation-duration: .8s;
    -moz-animation-duration:    .8s;
    animation-duration:         .8s;
}
.effect-duration-6{
    -webkit-animation-duration: .9s;
    -moz-animation-duration:    .9s;
    animation-duration:         .9s;
}
.effect-duration-7{
    -webkit-animation-duration: .95s;
    -moz-animation-duration:    .95s;
    animation-duration:         .95s;
}
.effect-duration-8{
    -webkit-animation-duration: 1s;
    -moz-animation-duration:    1s;
    animation-duration:         1s;
}
.effect-duration-9{
    -webkit-animation-duration: 1.05s;
    -moz-animation-duration:    1.05s;
    animation-duration:         1.05s;
}
.effect-duration-10{
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration:    1.1s;
    animation-duration:         1.1s;
}
/* gallery slider */
.entry-content .owl-carousel {
	margin-bottom: 2em;
	}
/* aside  */
.format-aside .entry-meta:before {
 	content: "\e81e"
	}
.format-aside .entry-content {
	margin-top: 2.2em; max-width: 440px; padding: 1.9em 2.4em; line-height: 2;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px);
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px);
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px);
	border: 1px solid rgba(51, 51, 51, 0.09);
	background-size: 100% 2.0em;
	background-position: 0 1.5em;
	background-origin: content-box;
	background-color: rgba(255, 255, 0, 0.15);
	}
.format-aside .entry-content p {
	margin-top: 0.1em;
	}

/* PAGINATION */
.navigation,
.post-pagination {
 	padding: 1em 0; text-transform: uppercase; max-width: 1440px; margin-left: auto; margin-right: auto;
	}
	.navigation > div {
 		width: 50%; float: left;
		}
	.navigation a {
 		display: inline-block; padding: 1.3em 0; font-size: 10px; letter-spacing: 1px; line-height: 1.3; color: #222;
		}
	.navigation a:hover {
 		opacity: .7;
		}
	.nav-next a:after,
	.nav-previous a:before,
	.pagination-prev a:before,
	.pagination-next a:before { 
		font-family: fontello; font-weight: normal; font-size: 12px; 
		}
	.nav-next a:after {
		content: "\e8ba"; margin-left: 6px;
		}
	.nav-previous a:before {
		content: "\e8b9"; margin-right: 6px;
		}
	.navigation .nav-next {
		float: right; text-align: right;
		}
/* NUMBERED PAGINATION */
.post-pagination ul {
	list-style: none; text-align: center; padding: 0; margin: 0;
	}
.post-pagination li {
	display: inline-block; margin: .3em .1em;
	}
	.post-pagination li a {
		display: inline-block; padding: 4px 10px; margin: 0; font-size: 11px; letter-spacing: 1px; color: #333; border-radius: 3px;
		}
	.post-pagination li a:hover {
		opacity: .7;
		}
	.post-pagination li.current a,
	.post-pagination li.current a:hover {
 		color: #222; cursor: default; opacity: .25;
		}
	.pagination-prev a:before,
	.pagination-next a:before { 
		font-size: 11px; 
		}
	.pagination-prev a:before {
		content: '\e8b9';
		}
	.pagination-next a:before {
		content: '\e8ba';
		}
		
/* MEDIA ELEMENT PLAYER STYLES */
.mejs-container {
 	background: none
	}
	.mejs-container .mejs-controls,
	.mejs-controls .mejs-volume-button .mejs-volume-slider {
        background: #333;
		}
.mejs-controls .mejs-button button:focus {
 	outline: none
	}
.mejs-container .mejs-controls {
 	height: 50px
	}
	.mejs-container .mejs-controls div {
        width: 50px; height: 50px;
		}
.mejs-controls .mejs-button button {
 	margin: 17px 17px
	}
.mejs-controls .mejs-time-rail .mejs-time-total {
 	margin: 18px 5px
	}
.mejs-controls .mejs-time-rail span {
    height: 4px; 
    }
.mejs-container .mejs-controls .mejs-time {
 	height: 41px
	}
	.mejs-container .mejs-controls .mejs-time span {
 	margin-top: 11px
		}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
 	top: 21px
	}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
 	width: 62px
	}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
 	background: #565C61;
	}
.mejs-controls div.mejs-horizontal-volume-slider {
 	height: 50px; width: 80px;
	}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
 	left: 10px; border-radius: 4px 4px 0 0;
	}
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
 	background: #096;
	}
.mejs-overlay-loading {
	background: rgba(0, 0, 0, 0.6); border-radius: 8px; background: #fff;
	}
.mejs-container .mejs-controls .mejs-time {
    padding: 8px 10px 4px 8px; 
    }
.mejs-container .mejs-controls div.mejs-volume-button,
.mejs-container .mejs-controls div.mejs-horizontal-volume-slider {
    display: none; 
    }
.mejs-overlay-button {
    background-position: 0 0px; 
    }
.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px;
    }

/* BLOG SINGLE */
.single .hentry .entry-header {
	text-align: center;
	}
.blog-single .entry-content p {
	font-size: 18px; line-height: 31px;
	}
.blog-single .entry-meta {
 	line-height: 1.9; text-align: center; padding-bottom: 20px;
	}
.nav-single,
.navigation {
 	font-size: 1em; overflow: auto;
	}
.nav-single {
	padding: 2em 0 1em 0;
	}
.nav-single > div {
	overflow: hidden;
	}
	.nav-single h4 {
		float: left; letter-spacing: 2px; color: #00000059; display:inline-block; font-size: 10px; padding-bottom: .4em; text-transform: uppercase;
		}
	.nav-single a {
        display: block; clear: both; float: left; max-width: 220px; width: 100%; margin-bottom: 1em; line-height: 1.2; font-weight: 600; text-transform: uppercase; color: #333;
		}
	.nav-single .meta-nav {
 		margin-right: .6em
		}
	.nav-single .nav-next .meta-nav {
 		margin-left: .6em; margin-right: 0;
		}
	.nav-single .nav-next {
 		text-align: right
		}
	.nav-single .nav-next h4,
	.nav-single .nav-next a {
 		float: right
		}
		
/* BOLG SINGLE FEATURED IMAGE */
.featured-top {
	width: 86%; max-width: 1440px; margin-left: auto; margin-right: auto;
	}
.featured-top > img {
	display: none; 
	}

/* PAGE WITH FEATURED IMAGE */
.page .featured-top .post-thumbnail {
	padding-top: 48%;
	}
		
/* SHARE LINKS */
.share-links { 
	padding: 1em 0; margin: 2em 0; text-transform: uppercase; border-bottom: 1px solid #eee;
	}
.share-links h3 { 
	font-size: 10px; display: inline-block; letter-spacing: 3px;
	}
.share-links a { 
	float: right; display: inline-block; padding: 0.2em; margin-left: .2em; font-size: 14px; color: #555;
	}

/* SELECTION SHARE */
div#selectionSharerPopover-inner,
div#selectionSharerPopover:after,
#selectionSharerPopover .selectionSharerPopover-arrow {
    background: #212933; border-color: #212933; border-radius: 3px; box-shadow: none;
    }
.selectionSharer ul li a.action {
	background-size: 15px;
	}
	
/* ABOUT THE AUTHOR */
.about-author {
 	margin: 2em 0;
	}
.about-author h3 {
	font-size: 10px; color: #00000059; letter-spacing: 2px; text-transform: uppercase;
	}
.author-bio {
 	padding: 1.4em 0;
	}
.author-bio h4 {
	font-size: 13px;
    margin-bottom: .6em;
	}
.author-img {
 	width: 54px; float: left;
	}
	.author-img img {
		display: block; border-radius: 50%;
		}
.author-info {
	margin-left: 72px;
	}
.author-info p {
 	font-size: .875em; line-height: 1.7; margin: .4em 0;
	}
.author-info *:first-child {
 	margin-top: 0
	}
	.about-author a.social-link {
		font-size: 13px; width: 21px; background: none;
		}
	.about-author a.social-link:hover {
		color: #000; background: none;
		}

/* POST TAGS */
.post-tags { 
	margin: 2em 0; 
	}
.post-tags a:before {
    content: "#";
	}

/* RELATED POSTS */
.related-posts {
	margin: 2em 0 2em;
	}
.related-posts .post-thumbnail {
    margin-bottom: 20px;
	}
.related-posts h3 {
    text-transform: uppercase; font-size: 12px; letter-spacing: 3px; text-align: center; margin-bottom: 1.4em;
    }
    
/* YARP RELATED POSTS */
.yarpp-related {
    padding: 1em 0;
    }
.yarpp-related h3 {
    text-transform: uppercase; letter-spacing: 3px; text-align: center;
    }
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    display: block; margin-bottom: 1em;
    }
.yarpp-thumbnails-horizontal .yarpp-thumbnail:hover img {
    opacity: .9;
    }
.yarpp-thumbnail-title {
    display: block; font-size: 12px; font-weight: 600; text-transform: uppercase;  margin-bottom: 1em; margin-top: .6em; padding-bottom: .2em; text-align: center; color: #333;
    }

/* COMMENTS */
.comments-area {
 	padding: 0; margin: 2em 0;
	}
.comments-area h3 {
	text-transform: uppercase; font-size: 12px; letter-spacing: 3px; text-align: center;
	}
.comments-area ol {
 	list-style: none; margin: 0; padding: 0;
	}
	.comments-area ol ol ol {
    	margin-left: 2%;
		}
    .commentlist {
 		padding: 0; line-height: 1.6;
		}
	.comments-area ol ol {
 		margin-left: 6%
		}
.comments-area article {
    position: relative; padding: .6em 0; margin-bottom: .8em; border-bottom: 1px solid #F4F3EF;
    }   
.commentlist > li:last-child > article {
    border-bottom: 0;
    }
.comment-meta a,
.comment-reply-link {
	color: #333;
	}
.comment-meta img {
    display: block; float: left; margin: 0 1.0em 0 0; border-radius: 50%; max-width: 52px; 
	}
.comment-meta .fn {
    display: block; font-size: 13px; font-weight: 600; font-style: normal; padding-top: 0.2em;
    }
.comment-meta .fn i {
	font-style: normal; font-weight: normal; font-size: 10px; text-transform: uppercase; letter-spacing: 1px;
    }
.comment-meta .comment-date {
    display: block; font-size: 10px; color: #ccc; text-transform: uppercase;
    }
.comment-content {
    padding-top: .1em; clear: left;
	}
	.comment-content p {
 		margin: .8em 0 .2em 0;
		}
.comment .reply {
    text-align: right; font-weight: 700; font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
	}
.comment-reply-link {
	font-size: 10px; font-weight: 400;
	}
.comment-awaiting-moderation,
.logged-in-as {
	display: inline-block; padding: .6em 1.2em; font-size: 12px; background: #F6F7EA;
	}

.logged-in-as a {
    color: #333; border-bottom: 1px solid rgb(228, 228, 228); text-transform: uppercase; font-size: 10px; letter-spacing: .04em;
	}
p.logged-in-as a:hover {
    border-color: #333;
	}
.comment-edit-link {
	display: inline-block; margin-left: 1em;
	}
/* comment by post author  */
.bypostauthor > article:before {
    font-family: "fontello"; content: '\e862'; font-size: 46px; margin-right: 10px; position:  absolute; top: 0; right: 0; color: #eee;
    }
	
/* COMMENT FORM */
#respond {
 	padding: 2em 0;
    }
#respond textarea,
#respond input {
	max-width: 100%;
	}
.form-allowed-tags,
.comment-notes {
 	display: none; font-size: .8em;
	}
	.form-allowed-tags code {
 		margin-top: 1em
		}
.form-submit {
 	padding-top: .5em;
	}
.commentlist .form-submit {
    padding-top: 0;
	}
.comment-form-cookies-consent {
    clear: left; overflow: hidden; padding-top: 1em;
    }
.comment-form-cookies-consent label {
    display: inline;
    }
	
/* WIDGET AREA */
.widget-area { 
    padding: 2em 0;
    }
.widget-area .widget { 
    margin: 0 0 2em 0; font-size: 12px; line-height: 1.5;
    }
.widget-area a { 
    color:#333; 
    }
.widget-title { 
    margin-bottom: 1.4em; padding-bottom: 0.3em; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #ccc;
    }
.widget-area a:active { 
    color: #aaa;
    }
.widget form p {
	margin: 1.4em 0;
	}
.widget label input {
	font-size: 13px !important;
	}
.widget-area iframe {
 	width: 100% !important; max-height: 270px;
	}
.sidebar .widget-title {
	padding: 3px 0 0 0; margin-bottom: 2.2em; line-height: 1;
	}

/* DEFAULT WIDGETS */
.widget-area ul { 
    margin-left: 1.2em; padding-left: 0; 
    }
.widget-area ul li { 
    position:relative; margin-bottom:.4em; line-height:1.5; 
    }

/* recent entries widget */
.widget_recent_entries ul { 
    margin-left: 0; list-style: none;
    }
.widget_recent_entries ul li { 
    margin: 1em 0; padding: 0; font-size: 14px;
    }

/* recent comments widget */
.widget_recent_comments ul li { 
    font-style: italic; 
    }
.widget_recent_comments ul li a { 
    font-style: normal; 
    }
.widget_recent_comments ul li a:nth-of-type(2) { 
    font-weight: bold; 
    }

/* text widget */
.textwidget img { 
	margin-bottom: 1.4em;
    }
.textwidget p img {
	margin-bottom: 0;
	}
.textwidget .social { 
	margin: 0;
    }

/* rss widget */
.widget_rss .rss-date, 
.widget_rss cite:before { 
    text-align:left; font-style:italic; color:#bbb; 
    }
.widget_rss .rss-date { 
	display: block; margin-bottom: .8em; font-size:.875em; 
    }
.widget_rss ul { 
	list-style: none; margin: 0;
    }
.widget_rss ul li { 
    padding-bottom: 2.2em;
    }
.widget_rss ul li a.rsswidget { 
    font-weight:bold; 
    }
.widget_rss .widget-title img { 
    margin-right:.1em; 
    }
.widget_rss cite { 
    display:block; margin-top: 1em;
    }
.widget_rss cite:before { 
    content:"by "; 
    }
.widget_rss .rssSummary { 
    padding-top:.2em; 
    }

/* tag cloud widget */
.tagcloud a { 
    color: #aaa; font-size: 12px !important; margin: 0 5px 6px 0; display: inline-block; line-height: 1;
    }
.tagcloud a:hover { 
    color: #333;
    }

/* categories widget */
.widget_categories ul { 
    list-style: none; margin-left: 0; 
    }
.widget_categories ul ul {
    margin-left: 1em;
	}
.widget_categories ul li.cat-item a {
    margin: 0px; font-size: 14px; font-weight: 600; text-transform: uppercase;
    }

/* search widget */
.widget_search .search-submit { 
    margin-top: 12px; 
    }

/* calendar widget */
.widget_calendar table { 
    width: 100%; max-width: 280px; margin-bottom: 0; font-size: 12px;
    }
.widget_calendar thead { 
    display: none;
    }
.widget_calendar table caption { 
    tpadding-bottom: 8px; font-size: 11px;
    }
.widget_calendar table tr td, 
.widget_calendar table tr th { 
    padding: .7em 0;
    }
.widget_calendar tr td { 
    color:#ccc; text-align: center;
    }
.widget_calendar tbody a { 
    font-weight: bold; 
    }

/* CUSTOM WIDGETS */

/* EMAIL NEWSLETTER WIDGET by MailChimp for WordPress Plugin */
.widget_mc4wp_widget label {
	display: none;
	}

/* SOCIAL FEED */
.social-feed ul,
.null-instagram-feed ul {
    margin: 0; padding: 0; list-style: none; 
    }
.social-feed ul li,
.null-instagram-feed ul li,
.flickr_badge_image { 
    display:inline-block; padding: 0 4px 4px 0; font-size: 0;
    }
.social-feed ul li:last-child,
.null-instagram-feed ul li:last-child {
	padding-right: 0;
    }
.social-feed ul li:nth-child(n+5),
.null-instagram-feed ul li:nth-child(n+5) {
	display: none;
    }
.social-feed ul li img,
.null-instagram-feed ul li img { 
    max-width: 72px; max-height: 100%;
    }
.social-feed ul li a:hover img,
.null-instagram-feed ul li a:hover img { 
    opacity: .94; 
    }

/* TOP10 Popular Posts Widget */
.tptn_posts ul {
	list-style: none; margin: 0; padding: 0;
	}
.tptn_posts ul li {
	display: block; clear: left; overflow: hidden; margin-bottom: 1.2em;
	}
.tptn_posts img {
	float: left; margin-right: 16px; max-height: 80px; width: auto;
	}
.tptn_posts .tptn_title {
	display: block; margin-top: 1em; font-size: 12px; font-weight: 600; line-height: 1.2; text-transform: uppercase; letter-spacing: .02em;
	}
.tptn_posts .tptn_after_thumb > span {
	font-size: 11px; color: #ccc; margin-right: 6px;
	}
	

/* OWL CAROUSEL */
.owl-theme * { 
	-webkit-backface-visibility: hidden;
	}
.owl-stage { 
	cursor: pointer; cursor: -webkit-grab; cursor: -moz-grab;
	}
.owl-stage.owl-grab { 
	cursor: pointer; cursor: -webkit-grabbing; cursor: -moz-grabbing;
	}
.owl-theme .owl-nav {
	text-align: center; -webkit-tap-highlight-color: transparent;
	}
.owl-theme .owl-nav div {
	position: absolute; top: 50%; margin-top: -16px; left: 0px; color: #fff; font-size: 12px; padding: 8px 10px; display: inline-block; line-height: 1; cursor: pointer;
	}
.owl-theme .owl-nav div.owl-next {
	right: 0px; left: auto; 
	}
.owl-theme .owl-nav div:hover {
	background: #212933;
	}
.owl-nav div:before {
	font-family: fontello; font-style: normal; font-weight: 400; font-size: 14px; line-height: 1;
	}
.owl-next:before {
	content: '\e8ba';
	}
.owl-prev:before {
	content: '\e8b9';
	}
.owl-theme .owl-nav div:hover {
	opacity: 1;
	}
.owl-theme .owl-nav .disabled {
	opacity: 0.5; cursor: default;
	}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 12px;
	}
.owl-theme .owl-dots {
	margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent;
	}
.owl-theme .owl-dots .owl-dot {
	display: inline-block; 
	}
.owl-theme .owl-dots .owl-dot span {
	width: 7px; height: 7px; margin: 0 2px; display: block; border-radius: 50%; background: #eee; -webkit-backface-visibility: visible;
	}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ccc;
	}
.owl-theme .owl-dots .owl-dot.active span {
	background: #222;
	}
.owl-title {
 	position: absolute; bottom: 26px; right: 20px; margin: 0; padding: .4em 1.2em; font-size: 12px; color: #fff; background: rgba(33, 41, 51, 0.5);
	}


/* HOME ALT */
.home-title {
	text-align: center; margin-top: 3em;
	}
	
/* LINK BOXES */
.intro > figure {
	display: none;
	}
.figure-boxes {
	margin-left: -10px; margin-right: -10px; overflow: auto;
	}
.figure-box {
	padding: 10px; width: 50%; float: left;
	}
.figure-box figure {
	position: relative; padding: 0px; margin: 0; background: #222; overflow: hidden; -webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d; transform-style: preserve-3d;
	}
.figure-box figure a:not(.figure-link) {
	display: block; padding-top: 86%; opacity: .8; overflow: hidden; background-size: cover; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;
	}
.intro figure a img {
	display: none;
	}
.intro figure:hover a:not(.figure-link) {
	-webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); opacity: .3;
	}
.figure-box .wp-caption-text {
	position: absolute; font-size: 11px; font-weight: 600; letter-spacing: 1px; width: 100%; padding: 0 10%; color: #fff; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  	}
.figure-link {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0;
	}

/* INTRO */
.intro { 
	text-align: center; 
	}
.intro .profile-image img { 
	width: auto; max-width: 50%; max-height: 280px; border-radius: 50%; margin-bottom: 2.4em;
	}
.intro h2 {
	margin-bottom: 0;
	}
.intro h2,
.intro h3 { 
	font-size: 22px; line-height: 1.2; font-weight: 300; text-transform: none; margin-top: 0; 
	}
.intro h2 em { 
	display: block; margin-top: -52px; font-weight: 700; font-style: normal; text-decoration: none; font-size: 52px; letter-spacing: -4px; line-height: 1; text-shadow: 2px -2px 0 #fff; 
	}
.intro h3 i, 
.intro h3 em { 
	font-style: normal; 
	}
.intro h3 > strong:nth-child(n+2) {
	display: none;
	}

/* BLOG SIMPLE */
.blog-simple {
	margin: 1em auto; max-width: 690px;
	}
.blog-simple .hentry {
	position: relative; min-height: 60px; border-bottom: 1px solid #f3f3f3;
	}
.blog-simple .hentry:last-child {
	border-bottom: 0;
	}
.blog-simple .hentry-left {
	position: absolute; top: 0; left: 0; width: 60px; height: 60px; 
	}
.blog-simple .hentry-middle {
	float: left; margin-left: 80px;
	}
.blog-simple .post-link {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; text-indent: -200%; overflow: hidden;
	}
.blog-simple .featured-image {
	position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: 0; opacity: 0; background-size: cover;
	}
.blog-simple .hentry:hover .featured-image {
	opacity: 1;
	}
.blog-simple .entry-title {
	padding-top: 23px; text-transform: none; 
	}
.blog-simple .entry-title a:hover {
	color: #222;
	}
.blog-simple .entry-date {
	padding: 13px 10px; font-size: 10px; letter-spacing: 2px;
	}
.blog-simple .entry-date span {
	display: block; text-align: center; line-height: 1; text-transform: uppercase;
	}
.blog-simple .day {
	font-weight: bold; font-size: 23px; letter-spacing: -1px;
	}
.blog-simple .month {
	color: #ddd;
	}
.blog-simple .entry-date .year {
	color: #ddd; display: none;
	}
.home-launch {
	margin-bottom: 2em; text-align: center;
	}


/*  --------------------------------------------

	6. THEME @theme - customize colors etc...
	
    -------------------------------------------- */
body {
 	color: #222;
	}
/* Links */
a {
 	color: #2BBE8D;
	}
a:hover { /* #096 */
 	color: #096;
	}

/* Text Selection */
::selection {
 	text-shadow: none; color: #000; background: #FFF9CD;
	}
::-moz-selection {
 	text-shadow: none; color: #000; background: #FFF9CD;
	}

/* STYLE : FLAT */
.flat-style .navigation a {
	padding: 1.3em 1.6em; background: #fafafa; border-radius: 4px;
	}
.flat-style .navigation a:hover {
	background: #eee; color: #333; opacity: 1;
	}
.flat-style .site-footer {
	background: #fafafa; border: 0;
	}
.flat-style .cat-links a {
	color: #fff; padding: 2px 5px; border-radius: 2px;
	}
.flat-style .owl-theme .owl-nav div {
	background: rgba(33, 41, 51, 0.5);
	}
.flat-style .owl-theme .owl-nav div:hover {
	background: rgba(33, 41, 51, 1);
	}
.flat-style .owl-theme .owl-dots .owl-dot.active span {
	width: 13px; height: 13px; transform: translateY(.2em);
	}
.flat-style .social-link {
	background: #f5f5f5;
	}
.flat-style input[type=submit], 
.flat-style input[type=button], 
.flat-style button, 
.flat-style a.button, 
.flat-style .button {
	border-color: transparent; color: #fff; border-radius: 4px;
	}
.flat-style input[type=submit]:hover, 
.flat-style input[type=button]:hover, 
.flat-style button:hover, 
.flat-style a.button:hover, 
.flat-style .button:hover {
	background: #212933;
	}
.flat-style .post-pagination li.current a, 
.flat-style .post-pagination li.current a:hover {
	opacity: 1; color: #fff; background: #212933;
	}
.flat-style .post-pagination li a:hover {
	background: #f7f7f7;
	}
.flat-style .tagcloud a { 
    color: #333; margin: 0 1px 6px 0; padding: .6em .9em; background: #f6f6f6;
    }
.flat-style .tagcloud a:hover { 
    color: #333; background: #eee;
    }
.flat-style .share-links { 
	padding: 1em 2em; background: #fafafa; border: 0;
	}
.flat-style .author-bio {
 	padding: 1.4em; background: #fafafa;
	}
.flat-style .about-author h3 {
	text-align: center;
	}
.flat-style input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]), 
.flat-style textarea, 
.flat-style select {
	border-width: 2px; border-radius: 4px;
	}
.flat-style input[type=file]::-webkit-file-upload-button {
	border: 2px solid #eee; border-radius: 3px;
	}

/* STYLE : MINIMAL */
.minimal-style .navigation a {
	padding: 1.3em 1.6em; border: 1px solid #222;
	}
.minimal-style .navigation a:hover {
	background: #222; color: #fff; opacity: 1;
	}
.minimal-style .entry-meta:before {
	color: #222;
	}
.minimal-style .cat-links a {
	padding: 1px 6px; border: 2px solid #222;
	}
.minimal-style .cat-links a:hover {
	background: #111; color: #fff; opacity: 1;
	}
.minimal-style .post-thumbnail:not(.post-desc) .cat-links a {
	border-color: #fff; margin-bottom: 12px;
	}
.minimal-style .blog-stream .entry-title a:hover {
	color: #000;
	}
.minimal-style .post-thumbnail .entry-title a:hover {
	color: #fff; opacity: .8;
	}
.minimal-style .owl-theme .owl-nav div {
	color: #111; background: #fff; border: 2px solid #111;
	}
.minimal-style .owl-theme .owl-nav div:hover {
	outline: 1px solid #111;
	}
.minimal-style .owl-theme .owl-nav div {
	left: -12px;
	}
.minimal-style .owl-theme .owl-nav div.owl-next {
	right: -12px; left: auto;
	}
.minimal-style .owl-title {
	background: #222;
	}
.minimal-style input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):focus, 
.minimal-style textarea:focus,
.minimal-style select:focus {
	border-color: #eee;	box-shadow: 2px 2px 0 #222;
	}
.minimal-style #search-field:focus {
	box-shadow: none;
	}
.minimal-style .social-link {
	border: 1px solid #eee; line-height: 31px;
	}
.minimal-style .about-author .social-link {
	border: 0;
	}
.minimal-style .social-link:hover {
	border-color: transparent;
	}
.minimal-style .footer-social .social-link {
	border: 0; line-height: 33px;
	}
.minimal-style .bypostauthor > article:before {
	color: #333;
	}
.minimal-style .share-links { 
	padding: 1em 2em; border: 2px solid #333;
	}
.minimal-style .share-links a:hover {
	color: #000;
	}
.minimal-style .author-bio {
 	padding: 1.4em; border: 1px solid #eee;
	}

/* MENU BACKGROUND */
.site-navigation { 
    background: #212933;
    }

/* PRIMARY COLOR : #2BBE8D */
.flat-style .entry-meta .cat-links a,
.flay-style .owl-theme .owl-dots .owl-dot.active span,
.flat-style input[type=submit], 
.flat-style input[type=button], 
.flat-style button, 
.flat-style a.button, 
.flat-style .button,
.flat-style .skill-unit .bar .progress span,
.flat-style .event [class*="pw-icon-"],
.flat-style .owl-theme .owl-dots .owl-dot.active span {
	background: #2BBE8D;
	}
.flat-style .format-link .entry-content > p:first-child a:first-child,
.flat-style .event.current:after,
.flat-style input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):focus,
.flat-style textarea:focus,
.flat-style select:focus {
	border-color: #2BBE8D;
	}