

/* HEADER TAGS */
h1{
	font-size: 44px;
	line-height: 1.384615384615385em;  /* 36px/26px */
	text-transform:normal;
	letter-spacing:1px;
	font-weight: 600;
}

h2{
	font-size: 30px;
	line-height: 1.25em; /* 20px/16px */
}

h3{
	font-size: 17px;
	line-height: 1.304347826086957em; /* 30px/23px */
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight: 600;
}

h5{
	font-size: 19px;
	line-height: 1.375em; /* 22px/16px */
        font-weight: 400;
        text-transform:normal;
}

h4{
	font-size: 19px;
        line-height: 1.571428571428571em; /* 22px/14px */
	text-transform:normal;
	letter-spacing:1px;
         font-weight: 600;
}

h6{
	font-size: 13px;
	line-height: 1.538461538461538em; /* 20px/13px */
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;
}
.fa-search:before{
color:#000000
}
header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a{
    opacity: 0.8;
	color: #e45853;
}
nav.main_menu>ul>li.active > a {
    color: #e45853;
}
.light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a,
.light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a:hover,
.light:not(.sticky):not(.scrolled) nav.main_menu > ul > li.active > a,
.light:not(.sticky):not(.scrolled) nav.main_menu > ul > li:before {
	color: #e45853;
}
body{
    font-family: 'Karla', sans-serif;
    line-height: 22px;
}
nav.main_menu > ul > li > a {
	position: relative;
	padding: 0 17px;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
nav.mobile_menu{
	
	width: 100%;
	float: left;
	position: relative;
	top: 0px;
	text-align: left;
	overflow: hidden;
	background-color: #fff;
    z-index: 100;
	margin-bottom:24px;
}
nav.mobile_menu ul li a,
nav.mobile_menu ul li h3{
	color: #000000;
	background-color:#f2cda4;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-transform: none;
}

nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active > a{
	color: #e45853;
}
.q_slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	visibility::hidden;
}
.testimonials .testimonial_text_inner p.testimonial_author {
	font-size: 13px;
    color: #303030;
    margin-top: 5px;
    font-weight: 500;
}
.testimonial_image_holder{
	text-align: center;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-o-border-radius: 60px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 47px;
	width: 47px;
}
.q_icon_with_title.square .icon_holder .fa-stack,
.box_holder_icon_inner.square .fa-stack,
.q_font_awsome_icon_square{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.7em;
}
.latest_post_image img{
	width:100%;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.latest_post_holder.image_in_box .latest_post_text{
	padding:0 0 20px 116px;
}
.footer_top_holder{
	display: block;
	background-color: #95c1b5;
}
.footer_top ul{
	list-style: none;
}

.footer_top a,
.footer_top p,
.footer_top span,
.footer_top li,
.footer_top .textwidget
{
	color: #fef3e6;
    word-wrap: break-word;
}
.footer_bottom_holder {
	display: block;
	background-color: #95c1b5;
}
.footer_bottom {
	display: table-cell;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	height: 53px;
	width: 1%;
	vertical-align: middle;
	color:#000000;
}
.footer_top .q_social_icon_holder i.simple_social,
.side_menu .q_social_icon_holder i.simple_social{
	color: #4b3d36;
}
#back_to_top span{
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-decoration: none;
	-o-border-radius: 52px;
	-moz-border-radius: 52px;
	-webkit-border-radius: 52px;
	border-radius: 52px;
	-webkit-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
	-o-transition:all 0.2s ease 0s;
	border:2px solid #ffffff;
	background:transparent;
}

#back_to_top span i{
	font-size: 22px;
	-webkit-transition: color 0.2s ease 0s;
	-moz-transition: color 0.2s ease 0s;
	-o-transition: color 0.2s ease 0s;
	color:#ffffff;
	line-height: 52px;
}
.ls-nav-prev{
	background-image:none !important;
	background-color: transparent !important;
	height: 35px;
	width: 35px;
	border: 2px solid #fff !important;
	line-height: 54px;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	text-align: center;
	z-index: 10;
	-webkit-transition: opacity .3s ease 0s !important;
	-moz-transition: opacity .3s ease 0s !important;
	-o-transition: opacity .3s ease 0s !important;
	transition: opacity .3s ease-in-out !important;
	opacity: 0.7;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	-ms-border-radius: 56px;
	-o-border-radius: 56px;
	border-radius: 56px;
	position: absolute;
	left: 23px;
}
.ls-nav-prev:after {
	position: absolute;
	left: -2px;
	color: #fff;
	width: 100%;
	height: 100%;
	content: "\f104";
	font-family: 'FontAwesome', serif;
	line-height: 34px;
	text-align:center;
	display: block !important;
	font-size:1.8em;
}
.ls-nav-next{
	background-image:none !important;
	background-color: transparent !important;
	height: 35px;
	width: 35px;
	border: 2px solid #fff !important;
	line-height: 54px;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	text-align: center;
	z-index: 10;
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	-ms-border-radius: 56px;
	-o-border-radius: 56px;
	border-radius: 56px;
	right: 23px;
}
.ls-nav-next:after {
	position: absolute;
	left: 2px !important;
	color: #fff;
	width: 100%;
	height: 100%;
	content: "\f105";
	font-family: 'FontAwesome', serif;
	line-height: 34px;
	text-align:center;
	display: block !important;
	font-size:1.8em;
}
.q_team .q_team_image img{
	width:100%;
	vertical-align: middle;
	background-color:#b3e4f2;
}
#respond textarea,
#respond input[type='text'],
.contact_form input[type='text'],
.contact_form  textarea {
	width:100%;
	margin: 0 0 20px 0;
	padding: 15px 12px;
	border: 0;
	outline: 0;
	resize: none;
	font-size: 13px;
	line-height:17px;
	background-color:#fff;
	color: #818181;
    font-family: 'Karla';
	font-weight:400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body div.pp_default .pp_nav .currentTextHolder{
    left: auto;
    position: relative;
    float: left;
    padding: 0px 20px;
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
}
aside .widget #lang_sel > ul li a,
aside .widget #lang_sel ul ul a,
aside .widget #lang_sel_click > ul li a,
aside .widget #lang_sel_click ul ul a,
aside .widget #lang_sel_list li a{
    color: #adadad;
    font-family: 'Karla', sans-serif;
	background-color: #fff;
}


/* BLOG PAGES */
.blog_holder article .post_text h2 .date{
    display: none;
}
.blog_single article .post_text_inner .date {
    display: none;
}
.single-post .blog_single p {
    margin-bottom: 11px;
}
/* mobile logo centering fix */
@media only screen and (max-width: 1000px) {
    header .q_logo img.normal { height: 80px !important;}
}