/*
Theme Name:         Cleanco
Theme URI:          http://cleanco2-demo.detheme.com
Description:        The Awesome Wordpress Theme by detheme
Version:            2.0.5
Author:             detheme
Tags: 				editor-style, featured-images,post-formats, translation-ready
Author URI:         http://detheme.com
License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
Text Domain: 		cleanco
Domain Path: 		/languages/
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');
body{

    font-family: 'Open Sans', arial;

}

.wp-caption {
	max-width: 100%;
}
.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.bypostauthor {
}
.alignright{
	float:right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.alignleft{
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.aligncenter {
	display:block;
	margin:0 auto;
	margin-bottom: 20px;
}
.alignright, .alignleft, .aligncenter {
	vertical-align: baseline;
}
.home_page_block .wpb_gallery_heading{display:none}
.home_page_block .flexslider{margin:0; padding:0; border:0}
.home_page_block .flexslider img{width:100% !important; height:auto !important}
.home_page_block .vc_column-inner {padding-left:0; padding-right:0}
.home_page_block{margin-top: -241px;}


.mobile_tab{display:none}

.whyus_block h2{font-size: 48px; color: #0f3664;}
.whyus_block h1{font-size: 28px; color: #000000;}
.testimonials_block h2{font-size: 38px; color: #0f3664; padding-bottom: 25px; text-align: center;}

@media(max-width:767px) {
  .related_posts ul li{width:100%; padding:5px}
  .related_posts { width: 100%; }
  .mobile_tab{width:100%; background-color:#000; float:left; display:block; position:fixed; bottom:0; left:0; z-index:999}
.mobile_tab ul li{float:left; width:33.3333333%; text-align:center; border-right:#666 1px solid; list-style-type: none; }
.mobile_tab ul{padding: 0; margin: 0; line-height: 1.3;}
.mobile_tab ul li a{color:#ffffff; display:block; padding:8px 15px; text-decoration:none}
.mobile_tab ul li a span{display:block}
.mobile_tab ul li a img{display:block; margin:0 auto}
.mobile_tab ul li:last-child{background-color:#4f8c0e; border:none}
.graphic_box iframe{height:250px;}
.whyus_block h2{font-size:32px}
.dt-section-head .section-main-title{font-size: 17px;}
.testimonials_block .wpb_single_image{width: 50%; padding:5px; float: left;}
}



