/*
Theme Name: Whitelabel
Author: W
Author URI: https://www.google.com/
Description: Whitelabel theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,500,600,700,800,900');


body{font-family: 'Poppins' !important; background-color: #fff; color: #515151; font-size: 16px !important;line-height: 1.5; -webkit-tap-highlight-color: transparent;-webkit-touch-callout: none; min-height: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
body {margin:0px !important;}
/*Blue Outline Remove*/
*:focus {outline:none !important}
button:focus {outline:0;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/*Common CSS*/
img{image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */}
	/*************Font Size**********************/
	.h-12x{font-size:12px;line-height:16px}.h-24x{font-size:24px;line-height:28px}.h-28x{font-size:28px;line-height:32px}.h-36x{font-size:36px;line-height:40px}.h-40x{font-size:40px;line-height:44px}
	
    /*********Font CSS*********/
    .btn{-webkit-transition: all 300ms ease; transition: all 0.3s ease 0s;text-decoration:none;}
    .btn-orange{color:#fff;background-color:#ef6f1a;min-width:275px;font-size:20px;padding:12px 50px;-webkit-border-radius:28px!important;-moz-border-radius:28px!important;border-radius:28px!important;text-decoration:none;font-weight: 400;text-transform:uppercase;font-family: 'Poppins', sans-serif !important;   box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.08);}
    .btn-orange:hover, .btn-orange:focus{background-color:#33b8e5; color:#fff}

     img{max-width: 100%;height: auto;}
    .break{display:block}
    .text-center{text-align:center;}
	.text-left{text-align:left;}
    .text-right{text-align:right;}
	.section-padding{padding:60px 15px;}
	.vc_row-fluid {padding-top:30px;padding-bottom:30px;}
	a {text-decoration:none !important;}
	.vc_fixed_width_column { max-width:1170px; margin: auto;padding: 0px 15px !important; }
	#wrapper, .wrapper {max-width:1170px; margin:0 auto;padding: 0px 15px;}
    .visible-sm {
        display: none !important;
    }

    .hidden-sm {
        display: block;
    }

/*********Mobile menu*********/
    .mm-menu.mm-offcanvas {
        z-index: 10;
    }
    #mm-blocker {
        background: rgba(3,2,1,0.2);
    }
    .mm-menu {
        background: #FFF;
    }
    a.fa.fa-bars {
        position: absolute;
        right: 15px;
        top:20px;
    }
    .fixed-header a.fa.fa-bars {
        top:20px;
    }
    .mm-panels>.mm-panel>.mm-listview {
        margin-top: 120px !important;
    }
    .mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
        background: none;
    }
    .mm-listview>li:not(.mm-divider):after {
        border-color: #FFF;
    }
    .mm-panels>.mm-panel>.mm-listview {
        margin: 20px 0px;
        margin-left: -10px;
    }
    .mm-panel.mm-hasnavbar .mm-navbar {
        display: none !important;
    }
    a.fa.fa-bars:after, a.fa.fa-bars:before {
        content: '' !important;
    }
    .mm-listview>li>a, .mm-listview>li>span {
        color: #545454;
		display:block;
    }
/*********Mobile menu ends*********/


@media screen and (max-width:768px) {
    .vc_row-fluid {padding-top:30px;padding-bottom:30px;}
    .visible-sm {
        display: block !important;
    }

    .hidden-sm {
        display: none !important;
    }
}

.wrapper {width: 100%;margin: 0 auto;}
.no-padding {padding: 0px !important;}
.hidden {
    display: none !important;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}
.vc_column-inner {padding-top: 0px !important;}

body, html {margin:0px !important;overflow-x: hidden !important; position: relative;}
a {text-decoration:none !important;}
.vc_fixed_width_column { max-width:1170px; margin: auto; }
a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 0.2s ease 0s;
}
a:hover {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 0.2s ease 0s;
}

.btn {
    background: #000;
    min-width: 167px;
    font-family: 'Poppins';
    font-size: 16px;
	font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
    color: #FFF;
    padding: 10px 20px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
}
.btn:focus,
.btn:hover {
    color: #000;
    background: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
}
.btn-signup,
.btn-signup:focus,
.btn-signup:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
.btn-black {
    color:#1c1c1c;
    border: solid 2px #1c1c1c;
    font-size: 22px;
    font-weight: bold;
    padding: 8px 15px;
    text-transform: capitalize;
}
.btn-black:hover {
    color:#FFF;
    background: #4f91cd;
    border-color:#4f91cd;
}



.vc_figure {
    margin-right: 0px;
    margin-bottom: 0px;
}
.header {
    padding:10px 0px;
	position: relative;
    top:0px;
	z-index: 9;
    width:100%;
}

header.fixed-header {
    position: fixed !important;
    top:0 !important;
    left: 0;
    width:100%;
    z-index: 9;
    background:#FFF;
    border-bottom: 1px solid #001441;
}
header .logo {
    text-align: center;
}
header .logo img {
	max-width:100%;
	-webkit-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
    display: inline-block;
}
header.fixed-header .logo img {
	max-width:70%;
	-webkit-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
}

.text-orange {color: #fa4f42;}



.navbar-right {
    text-align:right;
}

.menu-main-navigation-container {
	margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
}

.fixed-header .menu-main-navigation-container {
    -webkit-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
}


.brown {
    color: #ae7a23;
}

ul.header_menu,
ul.footer_menu {
    width:100%;
    list-style:none;
    margin-bottom: 0px;
    margin-top: 12px;
    padding-left:0px;
}
ul.footer_menu {
	text-align: center;
}

ul.footer_menu li {
  padding:0px 8px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  line-height:1;
  display:inline-block;
    font-family: 'Poppins';
  text-transform: uppercase;
}
ul.header_menu li {
  text-align: center;
  line-height:1;
  display:inline-block;
  font-family: 'Poppins';
}
ul.header_menu>li>a  {
    padding: 7px;
    border: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #5c5c5c;
    display: inline-block;
}
ul.header_menu>li:hover>a,
ul.header_menu>li.current-menu-item>a {
    color: #000;
}
ul.header_menu>li:first-child>a {
    padding-left: 0px;
}

.header a.btn.btn-default {
    margin-top: 15px;
}

ul.header_menu li.menu-item-has-children>a {
    padding-right: 30px;
}

ul.footer_menu li a:hover {
    color:#b8d3eb;
}

.footer {
	background: #333333;
	padding: 30px 0px;
	padding-bottom:0px;
    text-align: left;
}
.footer .widget-title {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: left;
  color: #eeeeee;
}
.footer ul {
    width:100%;
    list-style:none;
    margin:8px 0px;
    padding-left:0px;
    margin: 0px;
}

.footer ul li {
    padding: 0px 15px;
    font-size: 14px;
    display: block;
    text-transform: none;
    color: #eeeeee;
    position: relative;
    text-align: left;
}
.footer ul li a {
	color: #eeeeee;
    line-height: 1.8;
}

.footer ul li a:hover {
	color: #FFF;
}
.footer ul li i {
    position: absolute;
    left: 0px;
    font-size: 18px;
    top: 8px;
}
.footer .widget_custom_html ul li {
    padding: 5px 25px;
}
.footer p,
.footer a {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.63;    
  text-align: center;
  color: #FFF;
}
.footer a:hover {
  color: #f8f2e7;
}
.footer .widget_media_image {
    height: 100%;
    position: absolute;
    width: 90%;
    border-right: 1px solid #eee;
    align-items: center;
    display: flex;
}
.footer_bottom {
    padding: 10px 0px;
    background: #000;
    margin-top: 50px;
}
.footer_bottom p {
	color: #fff;
	margin:0px;
}


.header .widget_custom_html ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.header .widget_custom_html ul li {
    display: inline-block;
    font-size: 15px;
    text-align: left;
    padding-left: 30px;
    position: relative;
}

.header .widget_custom_html ul li i {
    font-size: 30px;
    position: absolute;
    left: 0;
}

.header .widget_custom_html ul li span {
    display: block;
}

.header .widget_custom_html ul li.call_us {
    background: #808080;
    color: #FFF;
    padding: 3px 20px;
    padding-left: 40px;
    line-height: 1;
    margin-left: 10px;
}

.header .widget_custom_html ul li.call_us span {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
}

.header .widget_custom_html ul li.call_us i {
    left: 10px;
}

.header .widget_text p {
    margin: 0px;
}

.social_menu {
	text-align: right;
}

.social_menu>li {
	border: 0px !important;
}

.social_menu>li a {
	color: #7e7e7e !important;
	font-size: 18px !important;
}

.social_menu>li a:hover {
	color: #fff !important;
}

.input_field {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
  border: none;
  width:100%;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 6px 15px;
  -webkit-box-shadow:0px 0px 0px 1px #979797;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:0px 0px 0px 1px #979797;  /* Firefox 3.5 - 3.6 */
  	box-shadow: 0px 0px 0px 1px #979797;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    font-family: 'Poppins', sans-serif;
   box-sizing: border-box;
	
}

textarea.form-control {
    height: 80px;
    line-height: 1.5;
    margin-top: 20px;
}
input[type="submit"].btn {
    font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	border:0px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}
.wpcf7-checkbox>span {
    display: block;
    margin: 5px 0px;
}

div.wpcf7 .ajax-loader {
    display: block;
    background-position: center center;
    margin: 0px auto;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #4a9543;
}
.g-recaptcha {
    display: inline-block;
}

.page_title {
    opacity: 1 !important;
}
.page_title h3 {
    color: #FFF;
    font-size: 3em;
    line-height: 1.1;
    font-weight: 700;
    text-shadow: 0px 0px 8px #545454;
}
.full_width_title {
    width: 100% !important;
    margin: 0px !important;    
    left: 0px !important;
}

.text_24 {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: left;
  color: #323232;
}

.list_view {
    padding-top: 0px;
    padding-bottom: 0px;
}

.list_view ul {
    list-style: none;
    padding-left: 0px;
}

.list_view ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  color: #323232;
  position: relative;
  padding-left: 30px;
  margin: 25px;
}

.list_view ul li:before {
    position: absolute;
    left: 8px;
    top: 11px;
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 5px;
    border-top-width: 5px;
    border-left: 5px solid #323232;  
}


footer p {
    margin: 0px;
}

footer .widget_text img {
    max-width: 196px;
    display: inline-block;
    margin-left: 25px;
}
footer .widget_text .tagline {
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}
a.mobile_logo {
    display: none;
}

.flexslider {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    position: relative !important;
}
.flexslider ul.slides li {
    position: relative;
}
.flex-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.flex-direction-nav .flex-prev {
  left: 50px !important;
  opacity: 0.7;
}
.flex-direction-nav a {
    width: 74px !important;
    height: 74px !important;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    text-align: center;
    z-index: 8 !important;
}
.flex-direction-nav .flex-next {
  right: 50px !important;
  text-align: center !important;
  opacity: 0.7;    
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 50px !important;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 50px !important;
}
.flexslider2:hover .flex-direction-nav .flex-prev,
.flexslider2:hover .flex-direction-nav .flex-next {
    opacity: 1;
}
.flex-direction-nav a:before {
    font-family: "FontAwesome" !important;
    font-size: 40px;
    display: inline-block;
    content: '\f104' !important;
    color: rgba(255,255,255, 0.8) !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) !important;
    width: 74px;
    height: 74px;
    line-height: 74px;
}
.flex-direction-nav a.flex-next:before {
    content: '\f105' !important;
}
.flex-control-nav {
    bottom: 20px !important;
}

.flex-control-paging li a {
    background: rgba(255, 255, 255, 0.5) !important;
    border:1px solid #FFF !important;
}
.flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 1) !important;
}

@media screen and (min-width:769px){
 ul.header_menu {margin-top: 0px;}
ul.header_menu li {position:relative;}
ul.sub-menu {background: #fff; padding: 0; width: 250px; position: absolute; float: left; opacity: 0; transition: .2s opacity ease-in; pointer-events: none; border-radius:0 0 2px 2px; box-shadow: 0 3px 2px rgba(0,0,0,0.15);}
li.menu-item-has-children::after {content:"\f107"; font-family: FontAwesome; font-size: 16px; position: relative; right: 1.5em; pointer-events: none; transition: .2s color ease 0s;}
li.menu-item-has-children:hover::after { color: rgba(0, 20, 65, 1); transition: .25s color ease 0s; }
ul.header_menu li.menu-item-has-children:hover ul.sub-menu {opacity: 1; transition: .1s opacity ease-out; pointer-events: unset !important;display:block;}
ul.sub-menu li {color: #34240a; display: block !important; border-bottom: 1px solid #34240a; transition: .15s background ease-out;}
ul.sub-menu li:last-child {border-bottom: none;}
ul.sub-menu li a {color: #34240a !important; display: block;padding:15px 10px !important;}
ul.sub-menu li a:hover {color: #4a9543 !important;}
ul.header_menu ul.sub-menu li:last-child a {padding-right: 30px;}
}



.wpcf7-mail-sent-ok {
    display: none !important;
}

.notfound-content-section h3 {
    font-size: 18px;
}
.notfound-content-section p {
    font-size: 16px;
}
.notfound-content-section .btn-border {
    color:#000;
}
.notfound-content-section .btn-border:hover {
    color:#FFF;
}


.banner_section {
		padding-top: 6em;
		padding-bottom: 6em;
}
.banner_section h2 {
    font-size:3em;
    margin: 0px;
}
.banner_section h3 {
    font-size: 2.5em;
    margin: 0px;
    font-weight: 400;
}

.banner_section h3 {
    font-size: 2.5em;
    margin: 0px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
}

.or_div {
    color: #7d7d7d;
    font-size: 24px;
    position: relative;
    width: 20%;
    margin: auto;
}

.or_div:after, .or_div:before {
    background: #7d7d7d;
    position: absolute;
    content: '';
    height: 2px;
    width: 85px;
    left: 0;
    top: 50%;
}

.or_div span.text {
    padding: 0px 10px;
    position: relative;
    z-index: 9;
}

.or_div:after {
    right: 0px;
    left: 140px;
}

.services_post ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.services_post ul li {
    display: inline-block;
    padding: 5px;
    position: relative;
}

.services_post ul li .post_title {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #000;
}

.services_post ul li .post_title h4 a {
    font-weight: 600;
    color: #000;
}

.wecome_section {
    padding: 0px !important;
    margin-top: -50px;
}

.welcome_content h3 {
    display: inline-block;
    background: rgba(0,0,0,0.7);
    padding: 5px 15px;
    font-size: 22px;
    margin: 0;
    /* position: relative; */
    /* top: -50px; */
    color: #FFF;
    font-weight: 400;
    border-top: 5px solid #cb8546;
}

.welcome_content h3 + p {
    background-color: #1d1d1d;
    margin: 0px;
    padding: 25px 20px 50px 20px;
    color: #fff;
}

.welcome_content:after {
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    right: 0;
    z-index: 9;
    width: 111px;
    height: 131px;
    bottom: 20px;
}

.welcome_content {
    padding-bottom: 70px;
}

.welcome_content .btn {
    margin-left: 50px;
    margin-top: -40px;
    display: block;
    width: 280px;
    font-size: 22px;
    font-weight: 300;
    background: #d18b4c;
}

.about_section h3 {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin: 0px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}
.about_section h3 span.inline_box {
    display: inline-block;
    text-align: right;
    padding: 0px 10px;
    vertical-align: middle;
        font-size: 36px;
    font-weight: bold;
    color: #858585;
}

.about_section h3 img {
    display: inline-block;
    vertical-align: middle;
}

.about_section h3:before,.about_section h3:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 150px;
    background: #000;
    left: 0px;
    top: 50%;
}

.about_section h3:after {
    right: 0px;
    left: auto;
}

.carpet_floor_section h3 {
    font-size: 30px;
    color: #aa612e;
    font-weight: 500;
}

.carpet_floor_section h3 + p {
    font-size: 22px;
    color: #000;
    padding: 0px 22%;
}
.vinyl_section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.vinyl_section h3 {
    color: #FFF;
    font-size: 30px;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 10px;
}

.vinyl_section p {
    color: #FFF;
    font-size: 18px;
}

.vinyl_section img {
    display: block;
    margin: 0px !important;
}

.vinyl_section .wpb_single_image {
    margin-bottom: 0px !important;
    border: 4px solid #FFF;
}
.titlewood_section h2 {
    text-align: center;
    font-weight: 600;
    color: #f6d9b9;
    font-size: 15em;
    margin: 0px;
    line-height: 1;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.titlewood_section h3 {
    font-size: 3em;
    margin: 0px;
    position: absolute;
    top: 35%;
    text-align: left;
    line-height: 1;
    font-weight: 400;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    text-transform: uppercase;
    color: #000;
}
.titlewood_section p {
    font-size: 20px;
    color: #000;
    padding-right: 10%;
    margin: 0px;
}

.titlewood_section .wpb_single_image {
    margin-bottom: 0px !important;
}

.choose_borden h3 {
    color: #aa612e;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 1.3;
}

.choose_borden h3 strong {
    display: block;
}

.choose_borden p {
    font-size: 24px;
}

.choose_borden img {
    display: block;
    margin: auto;
}

.choose_borden .wpb_single_image {
    margin-bottom: 0px;
}

.schedule_section 
 h3 {
    font-size: 36px;
    margin: 0px;
    font-weight: 500;
}

.schedule_section h3 + p {
    margin-top: 0px;
}

.schedule_section h4 {
    margin-top: 0px;
}

.schedule_section ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule_section ul li {
    position: relative;
    padding: 5px 30px;
    color: #000;
}

.schedule_section ul li i {
    position: absolute;
    left: 0px;
    font-size: 20px;
}

.schedule_section ul li a {
    color: #000;
}

.schedule_section .contact_time {
    margin-left: 30px;
    margin-top: 20px;
    padding: 7px 10px;
    background: #aa612e;
    display: inline-block;
    color: #FFF;
    border-radius: 15px;
    font-size: 14px;
}

.mapDiv {
    position: relative;
    padding: 0px;
    padding-bottom: 65%;
}

.mapDiv iframe {
    position: absolute;
    left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    opacity: 0.7;
}
/*=============Service Inner page End==============*/


@media screen and (min-width:1200px) {
    header>.vc_fixed_width_column>.vc_column-inner {
        padding: 0px !important;
    }
}
@media screen and (max-width:1024px) {
    #wrapper {
        padding: 0px 15px;
    }
}

@media screen and (max-width:768px) {
.top_header,
.header,
.page-template-home_page .header,
.page-template-home_page .top_header {
    position: relative;
    top: 0px;
}
    
.header.fixed-header {position: fixed;}
.header {
    padding: 15px 0px;
}
.fixed-header {
    padding: 15px 0px;
}
.header .widget {
    display: none;
}
    .header .logo img {
        max-width: 100%;
    }
.header.fixed-header .logo img {
        max-width: 100%;
    }
.navbar-right {
    padding-left: 0px;
}

ul.header_menu li {
    display: block;
    box-sizing: border-box;
}
ul.header_menu li a {
    color: #545454;
	display: block;
    padding: 15px !important;
    text-align: left;
	border-bottom: 1px solid #545454;
}
    .mm-listview .mm-next {
        background: #FFF;
    }
ul.header_menu li:last-child a {
    border: 0px;
    padding: 15px;
}
a.mobile_logo {
    position: absolute;
    width: 125px;
    top: 20px;
    left: -15px;
    right: 0;
    margin: auto;
    display: block;
}
	.text-right {
		text-align:center !important;
	}
	.banner_section {
		padding-top: 7em;
		padding-bottom: 7em;
	}
	.banner_section h2 {
        font-size: 3em;
        line-height: 1.1;
        margin-bottom: 20px;
	}
    .banner_section h3 {
        font-size: 2em;
    }
    .or_div {
        width:100%;
    }
    .or_div:after, .or_div:before {
        width: 30%;
    }
    .or_div:after {
        right: 0px;
        left: 70%;
    }
    .welcome_content .btn {
        margin-left: 0px;
        width: 240px;
        font-size: 18px;
    }
    .about_section h3:before, .about_section h3:after {
        display: none;
    }
    .about_section h3 span.inline_box {
        text-align: center;
    }
    .services_post ul li .post_content img {
        width: 100% !important;
    }
    .carpet_floor_section h3 + p {
        padding: 0px;
    }
    .footer .widget_media_image {
        position: relative;
        border: 0px;
    }
    .services_post ul li {
        display: block;
    }
	.services_section .wpb_wrapper {
		margin-bottom:20px;
	}

}
@media screen and (min-width:768px) {
    .mm-offcanvas {
        display: none;
    }
    .visible-xs {
        display: none;
    }
}
@media screen and (min-width:769px) {

}
@media screen and (min-width:650px) and (max-width:767px){

    .titlewood_section p{width: 90% !important;}
}
@media screen and (max-width:767px) {
    .visible-xs {
        display: block;
    }
.top_header p, .top_header a {
    font-size: 13px;
}
.logo a {
    display: block;
}

.flex-direction-nav a {
    display: none !important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0px !important;
}

.footer p {
    text-align: center;
}
	.header a.btn.btn-default {
		display:none;
	}
}

.vc_figure {margin:0px !important;}

/*.services_post ul li .post_title{
	position: absolute;
    bottom: 227px;
    left: 87px;
    color: #000;
}
*/


.post_content img{
    position: relative;
}

.post_content img::after{
    position: absolute;
    content: '';
    background-color: rgba(255,255,255,0.5);
    top: 0;
    right: 0;
    left:0;
    bottom: 0;
}


.post_content {
    float: left;
    width: 100%;
    position: relative;
}

.post_content::after{
    position: absolute;
    content: '';
    background-color: rgba(255,255,255,0.5);
    top: 0;
    right: 0;
    left:0;
    bottom: 0;
}

.services_post ul li .post_title {
  position: absolute;
    bottom: unset;
    left: 0;
    right: 0;
    color: #000;
    top: 0px;
    /* transform: translateX(-10%); */
    z-index: 9;
    text-align: center;
}


@media (max-width:767px){
	.vc_row > div {
    	margin-bottom: 16px!important;
	}
	body .vc_column-inner {
    	padding: 0px 20px!important;
	}
	.about_section h3 span.inline_box {
    	margin-bottom: 30px;
	}
	.header.fixed-header {
    	position: fixed;
    	height: 94px;
	}
	.fixed-header a.fa.fa-bars {
    	top: 15px;
	}
	.cnt-align-center {
    	text-align: center;
    	margin-bottom: -50px!important;
	}
	div#cnt-last-element {
    	margin: 0;
    	margin-top: -12px!important;
	}
}

@media (min-width:767px) and (max-width:1024px) {
	body header.header .wpb_column.vc_column_container.vc_col-sm-2.vc_col-sm-push-5{
    	position: initial!important;
	}	
}


@media (min-width:991px) and (max-width:1100px) {
	header.header .wpb_column.vc_column_container.vc_col-sm-5.vc_col-sm-pull-2 {
    	margin-left: 16%;
    	width: 54%;
	}

	.wpb_column.vc_column_container.vc_col-sm-5:last-child {
    	float: right;
    	width: 50%;
    	margin-top: -46px;
	}
	.menu-main-navigation-container {
    	margin-top: 13px;
    	margin-bottom: -14px;
	}
}