/*
Theme Name: Theme Cloud
Description: This is a child theme for Flatsome Theme
Template: flatsome
Version: 3.0
*/
@import "assets/css/default.css";
@import "assets/css/theme.css";

/*************** ADD CUSTOM SLIDER.   ***************/
.row-slider-image-box .flickity-slider .col-inner{
	border:0px;
	padding: 0px;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.nav-dropdown{
	border:0px !important;
	border-radius: 5px !important;
}
.sub-menu.nav-dropdown a{
	color: var(--fs-experimental-link-color) !important;
}
.sub-menu.nav-dropdown a:hover{
	color: var(--fs-color-secondary) !important;
}
/*************** STYLE   ***************/

.title-inline-box{
	width:auto;
	display: inline-flex;
}
.title-inline-box .icon-box-text{
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.width-100{
	width:100%;
}
.inline-button .col-inner .button{
	margin-left: 10px !important;
	margin-bottom: 0px;
}

@media (max-width:992px){
	.title-inline-box .icon-box-img{
		width:90px !important;
	}
	.title-inline-box .text{
		font-size: 18px !important;
	}
}

@media (max-width:768px){

	.title-inline-box .icon-box-text{
		margin-bottom: 10px;
	}

	.title-inline-box .icon-box-img{
		width:70px !important;
	}

}
/***************  CSS CONTACT FORM 7 SUPPORT.   ***************/

.form-support .wpcf7 .wpcf7-form-control{
	border:0px;
	border-radius: 5px;
}
.wpcf7 .col input{
	height: 42px;
}
.wpcf7 .wpcf7-submit{
	background: var(--fs-color-secondary);
}
/***************  CSS TOP BAR   ***************/

#top-bar .container{
	width:100%;
	max-width: 100%;
}
#top-bar{
	border-bottom: solid 1px #3e3e3e;
}
#top-bar ul.nav *{
	font-size:15px;
}
/***************  CSS HEADER   ***************/

@media (min-width:850px){
#masthead #logo{
	position: absolute;
	left:15px;
}
}
#masthead .header-nav{
	justify-content: center;
}
#masthead .header-button .button{
	color: #000;
}
/***************  CSS DROPDOWN DEFAULT   ***************/

.nav-dropdown-default{
	padding: 15px !important;
	border:0px !important;
	border-radius: 5px;
	font-size: 15px;
}

/***************  CSS FOOTER TEMPLATE   ***************/

.footer-wrapper .footer-template {
    background-color: rgba(121, 194, 81, 0.17);
    font-size: 15px;
}
.footer-template a:not(.button){
	display: block;
	position: relative;
	padding-left: 15px;
}
.footer-template a:not(.button):before{
	content:"";
	position: absolute;
	left:0px;
	top:10px;
	width:6px;
	height: 6px;
	background: var(--fs-color-primary);
}
.footer-template a:not(.button):hover{
	text-decoration: underline;
}
/***************  CSS RIGHT HEADER PHONE HOTLINE   ***************/

.right-header-flatsome-child{
	position: absolute;
	right: 15px;
	top:50%;
	transform: translate(0,-50%);
}
/***************  CSS CUSTOMER   ***************/

.item-client .col-inner{
	height: 150px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.item-client .col-inner img{
	max-width:100%;
	max-height:70px;
	width:auto;
}
@media (max-width:549px){
.item-client .col-inner{
	height: 100px;
}
.item-client .col-inner img{
	max-height: 50px;
}
}
/***************  CSS SIDEBAR MENU   ***************/

.sidebar-menu .nav-sidebar{
	padding-top: 0px;
}
.sidebar-menu .nav-sidebar .html_topbar_left{
	background: #222;
}

/***************  CSS FLICKITY  ***************/

.flickity-page-dots{
	bottom: 0px;
}
.flickity-page-dots .dot.is-selected{
	background: var(--fs-color-secondary);
}
.flickity-page-dots .dot{
	border:0px;
	background: #999;
}
/*************** ADD CSS POST ITEM.   ***************/
body.single #main article.post, .post-item .col-inner{
	padding: 0px;
	background: #FFF;
}
.blog-posts-radius .box{
	border-radius: 5px !important;
	overflow: hidden;
}
.blog-posts-radius .col-inner{
	background: transparent !important;
}
.featured-title .page-title-inner{
	min-height: auto !important;
	padding-top: 50px !important;
	padding-bottom: 100px !important;
}
.featured-title .page-title-bg{
	min-height: auto !important;
	background: #222222;
}
.featured-title .page-title-inner .is-divider{
	display: none;
}
.featured-title .page-title-bg .title-overlay{
	background: transparent !important;
}
/*************** CSS WIDGET TITLE.   ***************/

#main span.widget-title span{
	color: #000;
}
/*************** CSS WIDGET TITLE.   ***************/

body.search .blog-wrapper.blog-archive .archive-page-header, body.archive .blog-wrapper.blog-archive .archive-page-header{
	background: #222;
	color:#FFF;
	padding:0px;
}
body.search .blog-wrapper.blog-archive .archive-page-header .col, body.archive .blog-wrapper.blog-archive .archive-page-header .col{
	padding:50px 15px 100px 15px;
}
body.search .blog-wrapper.blog-archive .archive-page-header *, body.archive .blog-wrapper.blog-archive .archive-page-header *{
	color:#FFF;
}
body.search .blog-wrapper.blog-archive #post-list .post-item .col-inner, body.archive .blog-wrapper.blog-archive #post-list .post-item .col-inner{
box-shadow: 2px 2px 5px 5px #0000000f;
    height: 100%;
    border-radius: 5px;
}
body.archive .blog-wrapper.blog-archive #post-list .is-divider,
body.search .blog-wrapper.blog-archive #post-list .is-divider{
	display: none;
}
body.search .blog-wrapper.blog-archive #post-list .box-text,
body.archive .blog-wrapper.blog-archive #post-list .box-text{
	padding:15px 20px;
	font-size:16px;
}
body.search .blog-wrapper.blog-archive #post-list .box-text,
body.archive .blog-wrapper.blog-archive #post-list .box-text{

}
/*************** CSS BACKGROUND TEMPLATE HEADER   ***************/
.bg-template-header-1,
.bg-template-header-2,
.bg-template-header-3{
	left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100px 100px 0 0;
    position: absolute;
        height: 15%;
    width: 100%;
    background: rgb(248, 249, 250);
}

.bg-template-header-2{
	background: rgb(248,249,250, .9);
	height: 25%;
    width: 90%;
}
.bg-template-header-3{
	background: rgb(248,249,250, .6);
	    height: 35%;
    width: 80%;
}