/*
Theme Name: Comfort+
Theme URI: http://webdesign-finder.com/comfort
Author: MWTemplates
Author URI: http://modernwebtemplates.com/
Description: Comfort+ - Furniture/Interior Design Wordpress theme
Version: 1.0.1
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: custom-header, left-sidebar, right-sidebar, post-formats, full-width-template
Text Domain: comfort
Domain Path: /languages

This theme uses great Unyson Framework to make best user experience

see css/main.css for all of the styles
*/


/*
** WordPress Required
*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

aside .widget label {
    display: none;
}

.sticky,
.bypostauthor{position: relative;}
.video-width-100,.video-width-100 .wp-video,.video-width-100 .wp-video .wp-video-shortcode.mejs-video{
	width:100% !important;
}
.envira-gallery-wrap ~ img.lazy-loaded{     display: none !important;}
.clients-list .gallery-columns-4{
	display: flex;
  width: 100%;
	flex-wrap: wrap;
}
.clients-list .gallery-icon{
	background: #ebebeb;
    flex: 1;
    height: 100%;
    align-items: center;
    padding: 35px;
    min-height: 200px;
    justify-content: center;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.clients-list .gallery-item{
	padding:15px;
	position:initial !important;
}
.clients-list .gallery-icon img{
	max-height: 130px;
    top: 50%;
    width: auto;
    height: auto;
    position: relative;
    transform: translateY(-50%);
}
@media (max-width:1024px){
	.clients-list .gallery-columns-4 .gallery-item{
		width:33.33%;
	}
}
@media (max-width:768px){
	.clients-list .gallery-columns-4 .gallery-item{
		width:50%;
	}
}

@media (max-width:420px){
	.clients-list .gallery-columns-4 .gallery-item{
		width:100%;
	}
}
.header_left_logo .logo img {
    padding-top: 10px;
    padding-bottom: 10px;
}
.affix .header_left_logo .logo img{
	padding:0;
	max-width: 100px;
}
.home .home-slider{
	    margin-top: -20px;
}
@media (min-width: 992px){
	#menu-main-menu{
		padding-top: 10px;
	}
}
.home .section_header{
	font-size:25px;
}
@media (min-width: 992px)  and (max-width: 1920px) {
.toggle_menu {
    display: none !important;
}
}
.addr-text .media-body .title{
	font-weight: 700 !important;
    font-size: 17px !important;
}
.addr-text .media-body .text{
    font-size: 16px !important;
}
.addr-text .shortcode-icon .icon-wrap.size_big i{
	display:inline !important;
}
.home-sustain.section_overlay.ls:after {
    background-color: #fff;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7;
}

@media (max-width: 768px) {
.sf-menu li a:active{
	color:#d59e0f !important;
	background:#000 !important;
}
}

.section_padding_top_140 > .container {
	padding-top: 50px !important;
}

.section_padding_bottom_130>[class*=container] {
    padding-bottom: 50px !important;
}

.envirabox-title-inside{
    display: none !important;
}