/*
Theme Name:   MacdonaldHardwoods
Description:  Write here a brief description about your child-theme
Author:       admin
Template:     twentytwenty
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  MacdonaldHardwoods
*/

/* Write here your own personal stylesheet */
* {
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}

a,
button {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

:focus {
    outline: none;
}

button:focus {
    outline: none;
    text-decoration: none;
}

a:hover,
button:hover {
    text-decoration: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Chronicle Display';
}

ul,
li,
p {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html {
    padding: 0;
    background-color: #000;
}

body {
    color: #293439;
    font-size: 16px;
    line-height: 28px;
    max-width: 1920px;
    font-family: "Poppins";
    margin: auto !important;
    background-color: #fff !important;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
}

.entry-content {
    margin-top: 0px;
}

.header-inner {
    max-width: 100%;
}

.panel-layout {
    max-width: 1280px !important;
    margin: auto;
}

header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Futura LT Pro';
    src: url('./fonts/FuturaLTPro-Medium.woff2') format('woff2'),
        url('./fonts/FuturaLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chronicle Display';
    src: url('./fonts/ChronicleDisplay-Roman.woff2') format('woff2'),
        url('./fonts/ChronicleDisplay-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DejaVu Sans';
    src: url('./fonts/DejaVuSans.woff2') format('woff2'),
        url('./fonts/DejaVuSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chronicle Display Normal';
    src: url('./fonts/ChronicleDisplay-Semibold.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*------------------------------------*\
	          Header
\*------------------------------------*/


.header-footer-group {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.header-footer-group.sticky {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.primary-menu .sub-menu {
    top: calc(100% + 50px);
    margin-top: -32px !important;
}

.primary-menu .sub-menu:after {
    border-bottom-color: #41485a !important;
}

.primary-menu > li > .icon {
    top: 4px !important;
    color: #41485a !important;
}

.site-logo img {
    max-height: 14rem !important;
}

#site-header .menu-item {
    margin-top: 0;
}

#site-header .menu-item a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #3b3737;
    font-weight: 500;
    font-family: "Futura LT Pro";
    text-decoration: none !important;
    text-transform: uppercase;
}

.header-inner.section-inner {
    width: 100%;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-navigation-wrapper {
    position: relative;
    top: inherit;
}

.sticky .header-inner .site-logo {
    top: 6px;
    max-width: 165px;
}

#site-content {
    position: relative;
}

#site-header {
    transition: all 600ms ease-in-out;
    z-index: 10 !important;
    background: transparent;
}

.header-inner .site-logo {
    margin-left: 67px;
    position: relative;
    top: 0px;
    width: 252px;
}

#site-header .menu-item a:hover,
#site-header .current-menu-item a {
    color: #41485a;
    font-weight: 800;
    transition: 0.5s;
}

#site-header .menu-btn a {
    color: #fff;
    width: 215px;
    height: 47px;
    padding: 11px;
    line-height: 1.8;
    text-align: center;
    background-color: #75124a;
    border: 1px solid #75124a;
}

.sub-menu {
    background: #41485a !important;
}

.sub-menu a {
    color: #fff !important;
}

#site-header .menu-btn a:hover {
    color: #41485a;
    border-color: #41485a;
    background: transparent;
}

.reset-list-style {
    display: flex;
    align-items: center;
}

.contact_form select::placeholder,
.contact_form input::placeholder {
    color: #3b3737 !important;
    opacity: 1 !important;
}

.wpcf7 input[type="url"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder {
    color: #3b3737 !important;
    opacity: 1 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    margin-top: 8px !important;
    padding: 0 !important;
    margin: 0;
    color: #41485a;
    font-family: Poppins;
    font-size: 14px;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border-bottom: 2px solid #de0707 !important;
}

.community-sec {
    padding: 140px 0;
}

.community-sec a {
    color: #fff;
}


/*------------------------------------*\
	Footer
\*------------------------------------*/

#site-footer .section-inner {
    max-width: 1480px;
}

.footer-credits {
    display: none;
}

.footer-nav-widgets-wrapper {
    display: none;
}

.to-the-top {
    display: none;
}

footer#site-footer {
    background-color: #41485a;
}

footer#site-footer .section-inner .row {
    display: flex;
}

footer#site-footer .section-inner p,
footer#site-footer .section-inner a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

footer#site-footer .widget-title {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
    text-transform: uppercase;
    margin-bottom: 2px !important;
}

footer#site-footer .section-inner .row .col-1 {
    width: 16%;
    margin-right: 3%;
}

footer#site-footer .section-inner .row .col-2 {
    width: 25%;
    margin-right: 2%;
}

footer#site-footer .section-inner .row .col-3 {
    width: 14%;
    margin-right: 0%;
}

footer#site-footer .section-inner .row .col-4 {
    width: 15%;
    margin-right: 0%;
}

footer#site-footer .section-inner .row .col-5 {
    width: 10%;
    margin-right: 0%;
}

footer#site-footer .section-inner .row .col-6 {
    width: 14%;
}

.social-checklist {
    display: flex;
    width: 100%;
    list-style: none !important;
}

.social-checklist li {
    margin: 0;
    flex: 0 0 20%;
    text-align: right;
    justify-content: center;
    list-style: none !important;
}

.social-checklist li img {
    margin: 0;
    padding: 0;
    max-width: 100% !important;
    width: auto !important;
    display: inline-block;
}

.footer-logo img {
    margin-top: -21px;
    position: relative;
    margin-bottom: 0 !important;
}

footer#site-footer {
    padding-top: 63px;
    padding-bottom: 56px;
}

.footer-one .row {
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #e2deda;
}

.footer-one .row .column {
    flex: 0 0 33.33%;
}

.footer-one .inner-row {
    display: flex;
}

.footer-one .middle {
    background-color: #e2deda;
}

.footer-one .middle h3 {
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 1;
    color: #4b453f;
    font-family: "Chronicle Display";
    text-align: center;
    margin-bottom: 20px;
}

.footer-one .middle p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #8c5b43;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
}

.contact-form input,
.contact-form textarea {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Poppins";
    width: 100%;
    margin: 0 auto;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #8c5b43;
}

.contact-form input {
    height: 45px;
}

.contact-form textarea {
    height: 90px;
}

.contact-form .wpcf7-form-control.wpcf7-submit {
    height: auto;
    background: #41485a;
    padding: 8px;
    width: 190px;
    float: left;
    border: 1px solid #41485a;
}

.contact-form .wpcf7-form-control.wpcf7-submit:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #ffffff));
    color: #41485a !important;
    transition: 0.5s;
}

.contact-form .form {
    width: 320px;
    margin: 0 auto;
}

.contact-form .in-txt {
    margin-bottom: 29px;
}

.footer-one .inner-row .col-6 {
    flex: 0 0 50%;
}

.grey-txt {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.grey-row {
    background-color: #828e8b;
}

.image-sec {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 50%;
}

.last-txt {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 50%;
    padding: 0px 42px;
    align-items: center;
    display: flex;
}

.footer-one .wpcf7-response-output {
    font-size: 12px;
    line-height: 1;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
}

.footer-one .wpcf7-not-valid {
    border: 1px solid #ff594a;
}

.footer-one .wpcf7-not-valid-tip {
    display: none;
}

footer#site-footer li {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.contact-form .wpcf7-form-control.wpcf7-submit {
    text-decoration: none;
}

.social-checklist i {
    color: #a1aba9;
    font-size: 23px;
}

.social-checklist i:hover {
    color: #fff !important;
    transition: 0.5s;
}

.footer-desk .col-6 .widget {
    margin-top: 0 !important;
}

.author_sec {
    display: none;
}

/*------------------------------------*\
	Mobile Menu
\*------------------------------------*/
.menu-modal-inner.modal-inner {
    background-color: #41485a;
}

.modal-menu > li > .ancestor-wrapper > a {
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Futura LT Pro";
    text-transform: uppercase;
}

.menu-wrapper .menu-item {
    border: none;
}

.menu-modal .toggle {
    color: #fff !important;
}

.menu-modal .sub-menu a {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
}

/*------------------------------------*\
	Homepage
\*------------------------------------*/


/*=====Typography=====*/

.top-head h2,
.main-heading {
    color: #4b453f;
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: 4px;
    margin-bottom: 10px !important;
    font-family: "Chronicle Display" !important;
}

.sub-title {
    font-size: 18px;
    line-height: 1.2;
    color: #505145;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    font-family: "Futura LT Pro" !important;
}

/*=====Typography-End=====*/


.content,
.checklist li,
.home-row ul li,
.ban-area ul li,
.home-row .content,
.number-checklist ol li {
    color: #3b3737;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "Poppins";
}

.number-checklist ol li {
    list-style: disc;
}

.checklist,
.home-row ul,
.ban-area ul,
.number-checklist ol {
    margin: 0;
    padding: 0;
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.checklist li,
.home-row ul li {
    margin-top: 8px;
    list-style: disc;
}

.blue-btn a {
    height: auto;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 22px !important;
    line-height: 1 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    padding: 20px 40px !important;
    font-family: "Poppins" !important;
    border: 1px solid #41485a !important;
    background-color: #41485a !important;
}

.right-row {
    max-width: 595px;
    margin-top: 66px;
}

.left-row {
    max-width: 595px;
    margin: 0 auto;
}

.flip-section {
    height: 720px;
    background-size: cover;
    position: relative;
}

.flip-section .panel-grid-cell {
    height: 100%;
    position: relative;
}

.f-inner-sec {
    position: absolute;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #fff !important;
}

.f-inner-sec .panel-layout {
    margin: 0;
}

.f-inner-sec .content {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Futura LT Pro";
}

.f-inner-sec .tittle {
    font-size: 36px;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: "Chronicle Display";
}

.f-inner-sec:hover .content {
    display: block !important;
    transition: 0.5s;
    padding-bottom: 69px;
}

.f-inner-sec:hover {
    background-color: #41485a;
    opacity: 0.8;
}

.content img {
    margin-top: 25px;
}

.homesection-one {
    position: relative;
}

.wooden-block h3,
.wooden-block .content {
    color: #ffffff;
}

.wooden-block .sub-title {
    color: #e2deda;
}

.flip-section {
    background-size: cover !important;
}

.wooden-block {
    top: 50px;
    z-index: 9;
    width: 100%;
    max-width: 840px;
    margin-left: 65px;
    min-height: 680px;
    position: absolute;
    height: auto !important;
    padding: 80px 40px 80px 80px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.inspired-section .main-heading {
    text-align: center;
}

.inspired-section p {
    text-align: center;
}

.home-slider .owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px !important;
    background: transparent !important;
    border: 1px solid #fff !important;
}

.home-slider .owl-theme .owl-dots .owl-dot.active span,
.home-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
}

.flip-section .col-b .f-inner-sec:hover {
    background-color: #828e8b;
}

.flip-section .col-c .f-inner-sec:hover {
    background-color: #4b453f;
}

.flip-section .col-d .f-inner-sec:hover {
    background-color: #8c5b43;
}

.large-img-sec {
    margin-top: -350px;
    position: relative;
    padding-bottom: 140px;
}

.free-quote-sec {
    position: absolute;
    right: -1px;
    top: 72%;
    border: 1.8px solid #8c5b43;
    padding-top: 12px;
    padding-bottom: 15px;
}

.qtn-btn a {
    background: none !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    color: #8c5b43;
    text-transform: uppercase;
    font-family: 'Chronicle Display';
    font-size: 26px !important;
}

.qtn-btn a span {
    display: inline-block !important;
}

.free-quote-sec .so-panel {
    margin-bottom: 0 !important;
}

.free-quote-sec .small {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    color: #8c5b43;
    font-weight: 500;
    font-family: "Futura LT Pro";
    position: relative;
    left: 27px;
    top: 9px;
    text-transform: uppercase;
}

.qtn-btn {
    position: relative;
    margin-right: 20px;
}

.qtn-btn a {
    text-transform: uppercase;
}

.oak-floor {
    padding: 140px 0;
}

.oak-floor .main-heading {
    text-align: center;
}

.free-quote-sec:hover {
    background: #8c5b43;
    transition: 0.5s;
}

.free-quote-sec:hover .small {
    color: #fff;
    transition: 0.5s;
}

.free-quote-sec:hover a span {
    color: #fff !important;
    transition: 0.5s;
}


/*------------------------------------*\
	HomeSlider
\*------------------------------------*/


.homesection-one .owl-nav {
    display: none;
}

.homesection-one .item.product-box {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.homesection-one .item.product-box .title-wrapper {
    position: absolute;
    bottom: 13px;
    right: 110px;
}

.homesection-one .item.product-box h3 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Futura LT Pro";
    text-align: right;
    text-transform: uppercase;
}

.homesection-one .owl-dots {
    text-align: right !important;
    margin-top: -42px !important;
    position: relative;
    margin-right: 17px;
}

.brown-line img {
    position: absolute;
    top: calc(100% - 40px);
    height: 240px;
    margin: 0;
}

.home-slider .owl-item {
    transform: scale(1, 1) !important;
}


/*------------------------------------*\
	Testimonial Section
\*------------------------------------*/


.testimonial-section .panel-grid-cell-mobile-last {
    max-width: 56%;
    width: 100% !important;
}

.testimonial-box .content-wrapper p {
    color: #3b3737;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-family: "Chronicle Display";
}

.testimonial-slider .owl-dots {
    text-align: left !important;
    margin-top: 24px;
}

.testimonial-section.denver-testimonial .owl-dots {
    text-align: center !important;
}

.testimonial-slider .owl-nav {
    display: none;
}

.carousel-slider .owl-dots .owl-dot span,
.testimonial-slider .h-slider .owl-dots .owl-dot span {
    height: 20px !important;
    width: 20px !important;
    margin: 5px !important;
    background-color: transparent;
    border-color: #4b453f !important;
    border: 2px solid #4b453f !important;
}

.carousel-slider .owl-dots .owl-dot.active span,
.testimonial-slider .h-slider .owl-dots .owl-dot.active span {
    background-color: #4b453f !important;
}

.project-carousel .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
    border-radius: 10px !important;
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
}

.project-carousel .owl-dots .owl-dot.active span {
    background-color: #ffffff !important;
}

.testimonial-box .button:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #ffffff));
    border: 1px solid #41485a;
    text-decoration: none;
}

.testimonial-box .button:hover a {
    color: #323644;
    text-decoration: none !important;
}

.testimonial-box .button {
    background-color: #41485a;
    padding: 6px 20px;
    margin-top: 30px;
    width: auto;
    border: 1px solid #41485a;
    margin-bottom: 40px;
}

.testimonial-box .button a {
    letter-spacing: 1px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    font-size: 16px !important;
    font-weight: 400;
    font-family: "Futura LT Pro";
    text-transform: uppercase;
}

.quote {
    color: #a2acaa;
    font-size: 140px;
    position: absolute;
    top: -60px;
    left: 0;
    line-height: 1 !important;
    font-family: chronicle display;
}

.inspired-section .heading {
    font-size: 68px;
    letter-spacing: 4px;
    color: #4b453f;
    font-family: "Chronicle Display";
    margin-bottom: 10px;
    text-align: center;
}

/*------------------------------------*\
	Carousel Slider
\*------------------------------------*/
.carousel-section .carousel-slider {
    position: relative;
}

.carousel-section .carousel-slider .owl-item {
    transform: scale(0.5, 0.8) !important;
    opacity: .2;
    transition: all .4s ease-in-out;
}

.carousel-section.lp .carousel-slider .owl-item {
    opacity: 1;
}

.carousel-section .carousel-slider .center {
    transform: scale(1.5, 1.3) !important;
    opacity: 1 !important;
}

.carousel-section .carousel-slider .owl-next:hover,
.carousel-slider .owl-prev:hover {
    background: transparent !important;
}

.carousel-section .carousel-slider .owl-next span,
.carousel-slider .owl-prev span {
    font-size: 80px;
}

.carousel-section .owl-next {
    position: absolute;
    right: calc((75% - 1300px) / 2);
    z-index: 99;
    top: 40%;
}

.carousel-section .owl-prev {
    position: absolute;
    left: calc((75% - 1300px) / 2);
    z-index: 99;
    top: 40%;
}

.carousel-slider .owl-dots {
    display: block;
}

/*------------------------------------*\
	Flooring section
\*------------------------------------*/

.maple {
    background-image: url('../../uploads/2020/09/mapple.jpg') !important;
    background-size: cover;
    background-position: center center;
}

.hickory {
    background-image: url('../../uploads/2020/09/hickory.jpg') !important;
    background-size: cover;
    background-position: center center;
}

.ash {
    background-image: url('../../uploads/2020/09/ash-shadow.jpg') !important;
    background-size: cover;
    background-position: center center;
}

/*------------------------------------*\
	About Us Page
\*------------------------------------*/
.about-side img {
    width: 80%;
}

.about-side {
    margin-top: -500px;
    padding-bottom: 120px;
}

.about-second {
    position: relative;
}

.home-row .heading-sec {
    font-size: 36px;
    letter-spacing: 2px;
    color: #4b453f;
    font-family: "Chronicle Display";
    margin-bottom: 21px;
}

.blue,
.content .btn-link {
    font-weight: 700 !important;
    font-family: "Poppins";
    color: #41485a !important;
}

.right-row2 {
    max-width: 580px;
}

.community-sec .content,
.community-sec .main-heading {
    color: #fff;
    text-align: center;
}

.community-sec .icon-box .content {
    text-align: left;
}

.icon-box .col-1 {
    width: 20%;
    display: inline-block;
    float: left;
}

.icon-box .col-1 img {
    margin: 0;
}

.icon-box .content.white {
    color: #ffffff;
}

.icon-box .col-2 {
    display: inline-block;
    width: 75%;
}

.icon-box {
    width: 100%;
}

.plus-icon {
    position: relative;
    top: 8px;
}

/*------------------------------------*\
	Product Us Page
\*------------------------------------*/


.space-below {
    margin-bottom: 20px !important;
}

.wooden-icon .widget-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 32px;
    margin-bottom: 0;
    padding: 10px 10px;
    text-align: center;
    letter-spacing: 2px;
    transform: translateY(-50%);
    font-family: chronicle display;
    filter: drop-shadow(0 4px 5px rgba(0, 0, 0, .65));
}

.wooden-icon {
    position: relative;
}

.white {
    color: #fff;
}

.slide-content {
    width: 502px;
    margin-top: 25px;
}

/*------------------------------------*\
	Product Page
\*------------------------------------*/

.slide-content {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.title-in-line.white::after,
.title-in-line.white::before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    width: 35%;
    top: 50%;
    transform: translateY(-50%);
}

.title-in-line.white::before {
    left: 0;
}

.title-in-line.white::after {
    right: 0;
}

.title-in-line.white {
    color: #ffffff;
    position: relative;
}

/*------------------------------------*\
	Services Page
\*------------------------------------*/

.proud-section {
    margin-bottom: 80px;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
}

.proud-section .panel-grid-cell:first-child {
    width: 40% !important;
}

.proud-section .panel-grid-cell:last-child {
    width: 60% !important;
}

.proud-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center !important;
}

.proud-section .checklist {
    display: flex;
    align-items: center;
}

.proud-section .checklist li {
    color: #000;
    font-weight: 500;
    margin: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
    font-family: futura lt pro;
}

.proud-section .checklist li:last-child {
    margin-right: 0px !important;
}

.proud-section .main-heading {
    font-size: 36px;
    position: relative;
}

.entry-content .proud-section {
    max-width: 1920px;
    padding: 27px 20px 27px 0 !important;
}

.phone_sec {
    text-align: center;
}

.phone_sec a {
    font-size: 44px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #8c5b43;
    font-family: "Poppins";
    text-align: center;
    font-weight: bold;
}

.alphabets .active {
    border-bottom: 2px solid #8c5b43;
}

/*------------------------------------*\
	Contact 
\*------------------------------------*/

.contact_sec p,
.contact_sec li {
    color: #3b3737;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "Poppins";
}

.contact_sec strong {
    color: #8c5b43;
    margin-bottom: 8px !important;
    position: relative;
    width: 100%;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

.contact_sec .social-checklist li {
    margin: 0;
    text-align: left;
    flex: 0 0 16% !important;
}

.contact_sec .social-checklist i:hover {
    color: #4b453f !important;
    transition: 0.5s;
}

.contact_form input,
.contact_form select {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #3b3737;
    font-weight: 400;
    border: none;
    font-family: "Poppins";
    border-bottom: 2px solid #3b3737;
    padding-left: 0;
    margin-top: 18px;
}

.contact_form input::placeholder {
    color: #3b3737 !important;
}

.contact_form select {
    width: 100%;
    padding-bottom: 15px;
    margin-top: 18px !important;
}

.contact_form .message {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #3b3737;
    font-weight: 400;
    border: none;
    font-family: "Poppins";
    padding-left: 0;
    margin-top: 30px;
}

.contact_form textarea {
    border: 2px solid #3b3737;
    margin-top: 21px;
}

.contact_form .blue-contact {
    background-color: #41485a !important;
    border: 1px solid #41485a !important;
    border-radius: 0 !important;
    font-size: 17px !important;
    font-weight: 400;
    font-family: "DejaVu Sans";
    text-transform: uppercase;
    width: auto;
    padding: 9px 70px !important;
    color: #fff;
    text-decoration: none;
}

.contact_form .blue-contact:hover {
    text-decoration: none !important;
    transition: 0.5s;
    background-color: #fff !important;
    color: #41485a !important;
}

/*------------------------------------*\
	DIY Page
\*------------------------------------*/

.floor_sec .checklist {
    padding-left: 57px;
}


.trending_sec .title-in-line {
    position: relative;
    text-align: center;
}

.trending_sec .content {
    letter-spacing: 0px;
    color: #3b3737;
    font-weight: 400;
    font-family: "Poppins";
    width: 558px;
}

.number-checklist .title {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 32px;
    color: #8c5b43;
    font-weight: 500;
    font-family: "Futura LT Pro";
    text-transform: uppercase;
}

.trending_sec .col-one,
.trending_sec .col-two {
    position: relative;
}

.trending_sec .col-one:after,
.trending_sec .col-two:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 38%;
    right: -58px;
    background-color: #3b3737;
    bottom: 109px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.brown-sec .content {
    color: #fff;
    width: 580px;
}

.blue-bg-sec .content,
.blue-bg-sec .sub-title,
.blue-bg-sec .main-heading {
    color: #fff;
}

.blue-sec {
    margin-top: -210px;
}

.last-three-image {
    margin-top: -279px;
}

/*------------------------------------*\
	Flooring Page
\*------------------------------------*/

.wood_spec {
    padding: 140px 0;
}

.wood_species .content,
.wood_species .main-heading {
    text-align: center;
}

.center {
    text-align: center !important;
}

.wood-col-one {
    border-right: 2px solid #fff;
}

.right-row {
    margin-top: 0 !important;
}

/*------------------------------------*\
	Blog page
\*------------------------------------*/

.custom-blog {
    padding: 0 20px;
}

.custom-blog .container {
    max-width: 1480px;
}

.blogtemplate .blog-row {
    padding-bottom: 0px !important;
}

.blogtemplate .panel-grid {
    margin-bottom: 0px !important;
}

.custom-blog .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.header-post .row {
    display: flex;
}

.header-post .row .column {
    flex: 0 0 50%;
    padding: 50px;
}

.single-sec .inner-content {
    margin-bottom: 100px;
}

.single-sec .inner-content p {
    margin-bottom: 20px;
}

.single-sec .inner-content .widget-title {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #3b3737;
    margin-bottom: 20px;
}

.custom-blog .row .column {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.custom-blog .box {
    height: 500px;
    position: relative;
}

.custom-blog .box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
}

.custom-blog .description {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.blog-grid a {
    color: #fff;
}

.blog-grid a:hover,
.blog-grid a:focus {
    opacity: 0.7;
}

.blog-grid .date {
    color: #fff;
}

.blog-grid h3 {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}

.blog-grid .date {
    margin-bottom: 15px;
}

.header-post .heading {
    font-size: 72px;
    letter-spacing: 4px;
    color: #4b453f;
    font-family: "Chronicle Display";
}

span.date {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 32px;
    color: #505145;
    font-weight: 500;
    font-family: "Futura LT Pro";
}

.pagination {
    margin-top: 42px;
}

.pagination .prev,
.pagination .next {
    display: none;
}

.pagination span.page-numbers.current {
    color: #fff;
    background: #000;
    padding: 0px 8px;
}



/*------------------------------------*\
	Special Page
\*------------------------------------*/

.specials-sec .content {
    text-align: left;
}

.specials-sec .col-sec img {
    width: 100%;
}

.request-quote .free-quote-sec {
    margin-top: -241px;
}


/*------------------------------------*\
	Testimonial Page
\*------------------------------------*/


.testimonial-section {
    padding-top: 180px;
    position: relative;
}

.testimonial-section .so-panel {
    position: relative;
}

.testimonial-section p {
    color: #3b3737;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    font-family: "Chronicle Display" !important;
}

.client_name {
    color: #3b3737;
    font-size: 20px;
    font-weight: 500;
    top: 11px;
    position: relative;
    font-family: "Poppins";
}

.stestimonial-sec {
    position: relative;
    margin-top: -200px;
}

.testimonail-sec {
    position: relative;
    top: 60px;
}

/*------------------------------------*\
	About us Page
\*------------------------------------*/
.top-finishes .widget-title {
    font-size: 36px;
    letter-spacing: 2px;
    color: #a68a6f;
    font-family: "Chronicle Display";
    margin-bottom: 6px;
}

.style_prefer .sow-tabs-tab-selected .sow-tabs-title {
    color: #3b3737;
}

.style_prefer .sow-tabs-title {
    font-size: 36px;
    letter-spacing: 2px;
    color: #a68a6f;
    font-family: "Chronicle Display";
    text-align: center;
}

.style_prefer .sow-tabs-tab {
    flex: 1 1;
}

.style_prefer .sow-tabs-tab-selected {
    border-bottom: 2px solid #3b3737 !important;
}

.style_prefer .sow-tabs-tab {
    border-bottom: 2px solid #A68A72;
    margin: 0px !important;
    padding: 16px 40px !important;
}

.tab-row {
    display: flex;
    align-items: center;
}

.tab-row .column1 {
    margin-right: 40px;
    width: 28%;
}

.tab-row .content {
    width: 86%;
    text-align: left;
}

.tab-row .column2 {
    width: 70%;
}

.style_prefer .sow-tabs-panel {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

.tab-row .column1 img {
    margin-left: 8px !important;
    width: 92%;
}

.top-prod-img .widget-title {
    font-size: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: "Chronicle Display";
    position: relative;
    margin-top: -43px;
    text-align: left;
    left: 16px;
}

.top-prod-sec {
    padding-right: 50px;
}

.top-prod-img .so-widget-image {
    width: 100%;
}

.tsec-box p {
    font-size: 16px !important;
    letter-spacing: 0px;
    line-height: 1.5 !important;
    color: #3b3737;
    font-weight: 400;
    font-family: "Poppins" !important;
    margin-bottom: 16px;
}

.tsec-box .button {
    background-color: #41485a;
    padding: 14px 33px;
    margin-top: 35px;
    border: 1px solid #41485a;
}

.tsec-box .button:hover {
    background-color: transparent;
    transition: 0.5s;
}

.tsec-box .button:hover a {
    color: #41485a;
    text-decoration: none !important;
}

.button a {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
    font-family: "Futura LT Pro";
    text-align: center;
}

.carousel-section .owl-carousel .owl-stage-outer {
    overflow: inherit !important;
}

.carousel-section .tsec-slider .owl-item {
    opacity: .2;
    transition: all .4s ease-in-out;
}

.carousel-section .tsec-slider .active {
    opacity: 1 !important;
}

.carousel-section .tsec-slider .owl-dots {
    margin-bottom: -35px;
}

.tsec-box .content-wrapper {
    width: 90%;
}

.tsecond-slider .owl-prev {
    position: relative !important;
    left: auto !important;
    z-index: 99;
    top: auto;
}

.tsecond-slider .owl-next {
    position: relative !important;
    right: auto !important;
    z-index: 99;
    top: 0;
}

.carousel-section {
    position: relative;
}

.tsecond-slider .owl-nav {
    position: absolute;
    top: -53%;
    left: 0;
    right: 0;
    display: none !important;
}

.tsecond-slider button:hover {
    background: transparent !important;
    color: #333 !important;
}

.tsec-slider .owl-prev span {
    font-size: 50px;
}

.tsec-slider .owl-next span {
    font-size: 50px;
}

.glossary_sec .sow-accordion-title {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 32px;
    color: #8c5b43;
    font-weight: 500;
    font-family: "Futura LT Pro";
    text-transform: uppercase;
}

.glossary_sec .sow-accordion-panel {
    margin-bottom: 0px !important;
}

.glossary_sec .sow-accordion-panel-border {
    background-color: #fff !important;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.glossary_sec .so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    background-color: #efeeeb;
    border: 1px solid #a68a6f;
}

.glossary_sec .sow-accordion-panel-content p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #3b3737;
    font-weight: 400;
    font-family: "Poppins";
    padding: 30px;
}

.glossary_sec .sow-accordion-panel-open .sow-accordion-panel-header {
    background-color: #a68a6f !important;
    transition: 0.5s;
}

.glossary_sec .sow-accordion-panel-open .sow-accordion-panel-header .sow-accordion-title {
    color: #fff;
}

.glossary_sec .so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus {
    outline: none !important;
}

.quality-sec .content {
    margin-bottom: 18px;
}

.footer-one .middle a {
    color: #8c5b43;
}

.about-second .blue-btn {
    position: relative;
    z-index: 99;
}

.content {
    margin-bottom: 15px;
}

.grey-txt a {
    color: #fff;
}

.wooden-block .so-panel {
    flex: 0 0 100%;
    margin: 0 !important;
}

.contact-sec .right-row {
    margin-top: 0 !important;
}

.pagination {
    text-align: center;
    margin-bottom: 100px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

.pagination .next {
    text-align: left;
    margin: 0 !important;
}

.pagination .prev {
    margin: 0 !important;
}

.pagination a {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 32px;
    color: #505145;
    font-weight: 500;
    font-family: "Futura LT Pro";
    text-align: center;
    margin: 0px 10px;
}

.pagination span.page-numbers.current {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    letter-spacing: 2px;
    font-family: "Futura LT Pro";
}

.header-post .row .column {
    padding-left: 12px;
}

.meta-description p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #505145;
    font-weight: 400;
    font-family: "Poppins";
}

.meta-description p .brown {
    color: #825946;
    text-transform: capitalize;
    font-weight: 600;
}

.header-post .meta-description {
    position: absolute;
    bottom: 15px;
}

.header-post .column {
    position: relative;
}

.floor-sec {
    padding: 140px 0;
}

.floor-sec .panel-first-child img {
    width: 100%;
}

.installation-sec img {
    width: 100%;
}

.select-term {
    position: relative;
}

.select-term .wpcf7-form-control-wrap.menu-940::before {
    content: "";
    background-image: url(../../uploads/2020/11/down-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 4px;
    top: 3px;
    display: revert;
}

.glossary_sec .sow-accordion-open-button::before {
    content: "";
    background-image: url(../../uploads/2020/10/downarrow.png);
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 27px;
    right: 30px;
}

.glossary_sec span.sow-icon-ionicons {
    display: none;
}

.glossary_sec .sow-accordion-close-button::before {
    content: "";
    background-image: url(../../uploads/2020/10/up-arrow.png);
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 27px;
    right: 30px;
}

.title-wood:before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    width: 15%;
    left: 0;
    top: 43%;
}

.title-wood:after {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    width: 15%;
    right: 0;
    top: 43%;
}

.title-wood {
    text-align: center;
    position: relative;
}

.single-sec p {
    color: #3b3737 !important;
}

.social-media #share .checklist {
    margin: 0 !imortant;
    padding: 0 !important;
}

.social-media .checklist li {
    display: inline-block;
    margin-right: 23px;
}

.social-media .checklist li a {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #a2acaa;
    font-weight: 500;
    font-family: "Poppins";
}

.social-media .checklist li a:hover {
    color: #825946;
    transition: 0.5s;
}

.custom-blog .box {
    height: 500px;
    position: relative;
    background-size: cover;
}



.related-content {
    margin-bottom: 232px;
}

.related-content .heading {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.related-content .heading::before {
    content: "";
    border: 1px solid #4b453f;
    position: absolute;
    width: 37%;
    left: 0;
    top: 50%;
}

.related-content .heading::after {
    content: "";
    border: 1px solid #4b453f;
    position: absolute;
    width: 37%;
    right: 0;
    top: 50%;
}

.view-post {
    text-align: center;
    margin-top: 38px;
}

.view-post a {
    background-color: #41485a;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Futura LT Pro";
    text-align: center;
    padding: 15px 30px;
    text-transform: uppercase;
}

.testimonail-sec {
    position: relative;
    z-index: 9;
}

.specials-sec .wooden-block .slide-content {
    margin-bottom: 20px;
}

.second-quote .free-quote-sec {
    display: none;
}

.footer-m {
    display: none;
}

.mobile-btn {
    display: none;
}

div#pg-225-11 {
    display: none;
}

.alphabets {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: wrap row;
    padding: 0px;
}

.alphabets a {
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 30px;
    color: #8c5b43;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    margin: 0 5px;
}

.wood-filter .row .col::after {
    content: "";
    border: 0.1px solid #e2e1e1;
    position: absolute;
    height: 60px;
    top: 0px;
    right: 37px;
}

.wood-filter .row .col {
    position: relative;
}

.wood-floor-sec ul li {
    color: #fff;
}

/*-----------01-12-2020---------------*/
.hide_row {
    display: none !important;
}

.sow-accordion-panel-border {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #3b3737;
    font-weight: 400;
    font-family: "Poppins";
    padding: 30px !important;
}

.page-id-565 .tsec-box .button {
    display: none;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #fff !important;
    z-index: 10 !important;
    max-width: 1920px;
    max-height: max-content;
}

.announcement {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
    background-color: #75124a;
    color: #fff;
    font-family: "Poppins";
    font-weight: 400;
    padding: 10px;
}

.announcement p {
    font-size: 22px;
    line-height: 1.4;
    font-family: "Poppins";
}

.announcement p a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.announcement p a:hover {
    color: #fff;
    text-decoration: underline;
}

#crow-2,
#crow-3,
#crow-4 {
    display: none;
}

.wooden-icon {
    cursor: pointer;
}

.rem-top-mar .panel-grid-cell > div {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#crow-2 .title-in-line.white::after,
#crow-2 .title-in-line.white::before {
    width: 35%;
}

#crow-3 .title-in-line.white::after,
#crow-3 .title-in-line.white::before {
    width: 35%;
}


/*-----------01-12-2020---------------*/



/* Masnory Layout Css */

ul.filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 100%;
    border-top: 2px solid #e2deda;
    border-bottom: 2px solid #e2deda;
    padding: 10px 0px;
    margin-bottom: 70px;
}

ul.filter-row li {
    position: relative;
    padding-right: 30px;
}

ul.filter-row > li:after {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    position: absolute;
    right: 0px;
    top: 40px;
}

ul.filter-row > li:last-child:after {
    display: none;
}

ul.filter-row li > a.clear-filters {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #8c5b43;
    font-weight: 600;
    font-family: "Poppins";
}

ul.filter-row li span {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 32px;
    color: #505145;
    font-weight: 500;
    font-family: "Futura LT Pro";
    text-transform: uppercase;
}

ul.filter-row li ul {
    position: absolute;
    opacity: 0;
    z-index: 99;
    background: #fff;
    margin: 0px;
    padding: 0px;
    top: 75px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    min-width: 215px;
    display: none;
}

ul.filter-row li ul li {
    padding: 4px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul.filter-row li ul li a {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #8c5b43;
    font-weight: 600;
    font-family: "Poppins";
}

ul.filter-row li:hover ul {
    opacity: 1;
    display: block;
}

#galler {
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
}

.content-gallery {
    position: absolute;
    padding: 45px;
    bottom: -280px;
    left: 0px;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(253, 187, 45, 0) 70%);
    visibility: hidden;
}

.content-gallery h1 {
    line-height: 20px;
    margin-bottom: 20px;
}

.content-gallery h1 a {
    font-size: 36px;
    letter-spacing: 2px;
    color: #ffffff !important;
    font-family: "Chronicle Display";
}

.content-gallery p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Futura LT Pro";
}

.content-gallery a {
    color: #ffffff;
    font-size: 26px;
}

ul.filter-row li .select {
    display: flex;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #8c5b43;
    font-weight: 600;
    font-family: "Poppins";
}


.masnory-layout {
    float: left;
    width: 100%;
    position: relative;
}

.pageloader {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    bottom: 0px;
    top: 0px;
    display: none;

}

.loading .pageloader {
    display: block;
}

.pageloader:after {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#mas-grid {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-bottom: 100px;
}

.grid-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.white-panel {
    position: absolute;
    padding: 0px;
    overflow: hidden;
    cursor: pointer;
}

.white-panel h1 a {
    color: #A92733;
}

.white-panel:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    margin-top: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.white-panel:hover .image-right:hover .content-gallery,
.white-panel:hover .image-left:hover .content-gallery,
.white-panel:hover .content-gallery {
    bottom: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    visibility: visible;
    cursor: pointer;
}

.image-left {
    float: left;
    width: calc(50% - 13px);
    position: relative;
    overflow: hidden;
}

.image-right {
    float: right;
    width: calc(50% - 13px);
    position: relative;
    overflow: hidden;
}

.white-panel:hover .image-right .content-gallery,
.white-panel:hover .image-left .content-gallery {
    bottom: -280px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

.modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0px 0px 30px;
    width: auto;
    max-width: 1200px;
    text-align: center;
    height: 100%;

}

.image-container {
    width: auto;
    display: inline-block;
    height: 100%;
}

.image-container img {
    height: 100%;
    width: auto;
}

.modal {
    -webkit-animation: scalepopup .4s linear;
    -moz-animation: scalepopup .4s linear;
    -o-animation: scalepopup .4s linear;
    animation: scalepopup .4s linear;
}

@-webkit-keyframes scalepopup {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@-moz-keyframes scalepopup {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@-o-keyframes scalepopup {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scalepopup {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.caption-container {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    padding: 10px 0px;
}

.image-container {
    width: auto;
    display: inline-block;
}

.close {
    color: white;
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 1);
}

.prev {
    left: 0px;
}

.next {
    right: 0px;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

#loader {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 999999;
    overflow: hidden;
}

#loader:after {
    border: 12px solid #a68a6f;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0px 0px -35px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.center-mid {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

footer#site-footer .section-inner .row {
    width: 100%;
}

.testimonial-slider2 button.owl-prev {
    position: absolute;
    top: 13%;
    left: -31px;
}

.testimonial-slider2 button.owl-next {
    position: absolute;
    top: 13%;
    right: -31px;
}

.item.testimonial-box2 p {
    text-align: justify;
}

.testimonial-slider2 .owl-nav button {
    font-size: 61px !important;
    color: #fff !important;
    background-color: transparent !important;
}

.testimonial-slider2 .owl-nav button:hover {
    color: #000 !important;
}

.testimonial-slider strong {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.3;
    color: #3b3737;
    font-family: "Chronicle Display" !important;
}



/*09-12-20*/
.thankyou h2 {
    letter-spacing: 2px;
    font-size: 40px;
    font-family: "Chronicle Display";
}

.testimonial-slider2 {
    max-width: 345px;
}

.testimonial-slider2 strong {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #ffffff;
}

.home-row.policy h3 {
    margin-bottom: 10px;
}

.home-row.policy p {
    padding-bottom: 20px;
}

.flooring-sec .title-wood {
    letter-spacing: 2px;
}

.woodtype-table td img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.wooden-block .blue-btn {
    margin-top: 20px;
}

.showroom-img img {
    width: 100%;
    margin-top: 20px;
    max-width: 282px !important;
}

#direction iframe {
    display: block;
    max-width: 100%;
    width: 100% !important;
}

.denver-sec .left-row {
    left: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.denver-sec .panel-grid-cell:last-child .col-sec-2 {
    margin-left: 0 !important;
}

.home-row.featured-prod .left-row {
    padding-left: 70px;
}

.featured-prod .left-row {
    position: relative;
}

.home-row.featured-prod h4 {
    font-size: 20px;
    line-height: 38px;
    text-transform: uppercase;
    color: #8b5b43;
    font-weight: 500;
    font-family: "Poppins";
    margin-top: 11px;
    margin-bottom: 24px;
    letter-spacing: 0.4px;
}



.call {
    position: relative;
    padding-left: 45px;
    margin-right: -35px;
}

.call::after {
    background-image: url(https://macwoods.com/wp-content/uploads/2022/11/call-1.png);
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.hide-mob {
    display: none;
}

#shadow-host-companion {
    padding: 0px;
}

.inner-banner h4 {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    letter-spacing: 0.4px;
}

.inner-banner h3 {
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
    font-family: "Chronicle Display";
    margin-bottom: 7px !important;
}

/*Custom Css  */

.client-testimonial-container .testimonial-box {
    max-width: none;
    text-align: center;
}

.inner-banner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: center;
}

.difference-container .panel-grid.panel-no-style {
    padding: 140px 0px;
}

.difference-container .panel-grid-cell:first-child {
    max-width: 640px;
    width: 100%;
}

.difference-container .panel-grid-cell:last-child {
    max-width: 765px;
    width: 100% !important;
    margin-right: -137px;
}

.difference-container .blue-btn {
    margin-top: 55px;
}

.call,
.inspired-section p.call {
    font-size: 24px;
    color: #8b5b43;
    font-weight: 500;
    font-family: "Poppins";
    line-height: 1.476;
}

.call a {
    color: #8b5b43;
}

.call a:hover {
    color: #cd2653;
}

.flex-container a {
    display: inline-block;
    font-size: 22px !important;
    line-height: 22px !important;
    height: auto;
    padding: 18px 30px !important;
    text-transform: uppercase;
    background-color: #41485a !important;
    border: 1px solid #41485a !important;
    border-radius: 0 !important;
    color: white;
    max-width: 362px;
    width: 100%;
    text-align: center;
}

.flex-container a:hover {
    color: black !important;
    border: 1px solid black !important;
    background-color: white !important;
}

.flex-container a:last-child {
    color: black !important;
    border: 1px solid black !important;
    background-color: transparent !important;
}

.flex-container a:last-child:hover {
    color: white !important;
    border: 1px solid #404959 !important;
    background-color: #404959 !important;
}

.flex-container {
    display: flex;
    column-gap: 20px;
    margin-top: 50px;
}

.client-testimonial-container .testimonial-box p {
    font-size: 22px !important;
    line-height: 38px;
    color: #4b453f;
    font-weight: 500;
    font-family: "Poppins" !important;
}

.testimonial-slider strong {
    font-size: 22px;
    line-height: 38px;
    color: #4b453f;
    font-weight: 500;
    font-family: "Poppins" !important;
    margin-top: 20px;
    display: block;
}

.testimonial-box .button {
    display: none;
}

#post-22455 .section-inner {
    display: none;
}

.h-slider .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.h-slider .owl-dots {
    display: block !important;
    margin-top: 24px !important;
}

.consultation-container {
    padding: 20px 0px 140px 0px;
}

.home-row.featured-prod .panel-grid-cell:first-child {
    max-width: 760px;
    width: 100% !important;
}

.home-row.featured-prod .panel-grid-cell:first-child .left-row {
    max-width: none;
    width: 100% !important;
}

.testimonial-section {
    background-position: top !important;
}

.inspired-section {
    background-size: cover;
    background-position: top center;
}


.carousel-section .carousel-slider .owl-item {
    transform: scale(0.72, 0.66) !important;
    transition: all .4s ease-in-out;
}

.carousel-section .carousel-slider .center {
    transform: scale(1.3, 1.35) !important;
    opacity: 1 !important;
}

.carousel-section .owl-carousel .owl-stage-outer {
    overflow: hidden !important;
    padding: 64px 0px;
}

.carousel-section .owl-prev,
.carousel-section .owl-next {
    position: initial !important;
}

.project-carousel .owl-nav {
    display: flex;
    position: absolute;
    top: 40px;
    max-width: 868px;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    left: 50%;
    transform: translatex(-50%);
    margin-top: 0px !important;
}

.carousel-section .carousel-slider {
    margin-left: -100px;
    margin-right: -100px;
}

.carousel-slider .owl-dots {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.carousel-section {
    position: relative;
}

.panel-layout {
    max-width: 1367px !important;
    margin: 0 auto;
}

.ow-icon-placement-left.ow-button-hover {
    background: none !important;
    background-color: #41485a !important;
    border: 1px solid #41485a !important;
}

.ow-icon-placement-left.ow-button-hover:hover {
    color: black !important;
    border: 1px solid black !important;
    background-color: white !important;
}

.flex-container br {
    display: none !important;
}

.inspired-section p.call::after {
    left: 40px;
    top: 4px;
}

.consultation-container .panel-grid-cell:last-child {
    max-width: 743px;
    width: 100% !important;
}

.call {
    position: relative;
    padding-left: 45px;
    margin-right: -35px;
}

.call::after {
    background-image: url(https://staging2.macwoods.com/wp-content/uploads/2022/11/call-1.png);
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 7px;
    left: 0px;
}

.carousel-section::after {
    background-image: url(https://staging2.macwoods.com/wp-content/uploads/2022/11/carousel-bg-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    height: 280px;
    bottom: 0px;
    left: 0px;
}

.tcarousel-section.carousel-section {
    padding-bottom: 40px;
}

.tcarousel-section.carousel-section::after {
    height: 50px;
}

.inspired-section p.call {
    margin-bottom: 10px;
}

.inner-banner {
    position: absolute;
    top: 60%;
    max-width: 1920px;
    width: 100%;
    margin: 0px auto;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.video-banner {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.video-banner .widget {
    margin-top: 0px !important;
}

.baaner-video-animation .panel-layout {
    max-width: none !important;
    width: 100%;
}

.baaner-video-animation #video_player {
    width: 100% !important;
    height: auto !important;
}

.mejs-controls,
.mejs-layers {
    display: none;
}

.log-sec p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    color: #4B453F;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding: 0px 40px;
}

.ban-area h3 {
    text-align: center;
    font-family: "Chronicle Display", sans-serif;
    color: #4B453F;
    font-size: 35px;
    letter-spacing: 1px;
}

.ban-area p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    color: #4B453F;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: left;
    margin-bottom: 10px;
}

.ban-area h5 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.ban-area ul li {
    text-align: left;
    margin-bottom: 10px;
}

.ban-area ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #3A3737;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 18px;
    margin-right: 10px;
}

ul.sub-line li:before {
    content: "-";
    background: transparent;
    color: #000;
}

.ban-area ul.sub-line li {
    margin-bottom: 0px;
    margin-top: 0px;
}

.post-inner {
    padding-top: 0;
}

.install-sec {
    padding: 140px 0;
    padding-right: 20px !important;
}

.ins-sec {
    padding-bottom: 0 !important;
}

.last-sec,
.cleaning-sec,
.monthly_special,
.installation-sec {
    padding-top: 0 !important;
    padding: 140px 0;
}

.ins-sec,
.rent_row,
.brown-sec,
.the_basic,
.expert_sec,
.quality_sec,
.install_sec,
.trending_sec,
.top_finishes,
.trending-sec,
.fspecial_sec,
.humidity-sec,
.original-sec,
.choosing_wood,
.diy-learn-sec,
.about-owned,
.glossary_sec,
.flooring-tips-sec,
.home-row.color_sec,
.hardwood-specials-sec,
.home-row.flooring-sec,
.testimonial-section.denver-testimonial {
    padding: 140px 0;
}

.about-owned,
.glossary_sec,
.diy-learn-sec {
    padding-bottom: 0;
}

.hardwood-specials-sec {
    padding-bottom: 60px;
}

.testimonial-section.denver-testimonial {
    margin-bottom: 140px;
}

.home-row.featured-prod.denver-sec {
    margin-top: 0;
    padding-top: 140px;
}

.specials_sec {
    padding: 140px 0 0;
}

.wood-results {
    padding-bottom: 90px;
}

.testimonial-section.m-pad {
    padding-top: 140px;
    position: relative;
}

.inspired-section.testimonials-read-sec {
    padding-top: 140px;
}

.blog-sec,
.gallery-sec {
    padding: 100px 0 40px;
}

/*===============================

          Responsive

=================================*/

@media (max-width: 1800px) {

    .top-head h2,
    .main-heading {
        font-size: 62px;
        letter-spacing: 2px;
    }

    .stestimonial-sec {
        margin-top: -140px;
    }

}

@media (max-width: 1680px) {

    .wooden-block {
        max-width: 680px;
        min-height: 600px;
        padding: 75px 40px 75px 75px;
    }

    .panel-layout {
        max-width: 1280px !important;
    }

    .inner-banner {
        padding-top: 170px;
        padding-bottom: 220px;
        text-align: center;
    }

    .inner-banner h3 {
        font-size: 40px !important;
        line-height: 50px;
    }

    .inner-banner h4 {
        font-size: 20px !important;
        line-height: 30px;
    }

    .difference-container .panel-grid-cell:first-child,
    .difference-container .panel-grid-cell:last-child {
        max-width: none;
        width: 45% !important;
        margin-right: 0px !important;
    }

    .ow-button-base a {
        display: inline-block;
    }

    .blue-btn a {
        font-size: 18px !important;
        padding: 18px 40px !important;
    }

    .difference-container .blue-btn {
        margin-top: 30px;
    }

    .home-row.featured-prod {
        margin-top: 60px;
        align-items: start !important;
        padding-bottom: 0px;
    }

    .home-row.featured-prod h4 {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .home-row.featured-prod .panel-grid-cell:first-child {
        max-width: none;
        width: 50% !important;
    }

    .home-row.featured-prod.denver-sec .left-row {
        left: 0 !important;
        margin-bottom: inherit;
    }

    .consultation-container .panel-grid-cell:last-child {
        max-width: none;
        width: 50% !important;
    }

    .call,
    .inspired-section p.call {
        font-size: 20px;
    }

    .flex-container a {
        font-size: 18px !important;
        line-height: 22px !important;
        padding: 18px 40px !important;
        max-width: 266px;
        width: 100%;
    }

    .flex-container {
        margin-top: 30px;
    }

    .client-testimonial-container .testimonial-box p,
    .testimonial-slider strong {
        font-size: 18px !important;
        line-height: 34px;
    }

    .inspired-section .panel-grid-cell-mobile-last {
        text-align: center;
    }

    .inspired-section p.call {
        display: inline-block;
        margin-bottom: 0px;
    }

    .call {
        margin-right: 0px;
    }

    .inspired-section p.call::after {
        left: 0px;
    }

    .carousel-slider .owl-dots {
        margin-top: 10px;
    }

    .proud-section .panel-grid-cell:first-child {
        width: 520px !important;
    }

    .proud-section .main-heading {
        font-size: 28px !important;
    }

    .header-post .heading {
        font-size: 50px;
    }

    .carousel-section .owl-next {
        position: absolute;
        right: calc((85% - 1400px) / 2);
        z-index: 99;
        top: 32%;
    }

    .carousel-section .owl-prev {
        position: absolute;
        left: calc((85% - 1400px) / 2);
        z-index: 99;
        top: 32%;
    }

    .footer-one .middle h3 {
        font-size: 40px;
    }

    .last-txt {
        padding: 0px 20px;
    }

    .grey-txt {
        font-size: 14px;
    }

    .title-wood:before,
    .title-wood:after {
        width: 26%;
    }

    .denver-sec .left-row {
        left: 0 !important;
        margin-bottom: inherit;
    }

    .top-head h2,
    .main-heading {
        font-size: 54px;
    }

    .project-carousel .owl-dots .owl-dot span,
    .testimonial-slider .h-slider .owl-dots .owl-dot span {
        height: 12px !important;
        width: 12px !important;
    }

    .brown-line img {
        height: 160px;
    }

    .about-side {
        margin-top: -480px;
    }

    .f-inner-sec .tittle,
    .top-finishes .widget-title {
        font-size: 28px;
    }

    .diy-learn-sec .blue-sec {
        margin-top: -450px;
    }

    .stestimonial-sec {
        margin-top: -120px;
    }

}


@media (max-width: 1440px) {

    .wooden-block {
        top: 50px;
        min-height: 580px;
        margin-left: 40px;
    }

    .specials-sec .wooden-block .slide-content {
        width: 500px;
    }

    .service-sec .slide-content {
        width: 569px;
        margin-top: 25px;
    }

    .prod-sec-one .slide-content {
        width: 659px;
    }

    .header-inner .site-logo {
        margin-left: 13px;
    }

    .slide-content {
        width: 431px;
        margin-top: 25px;
    }

    .carousel-section .owl-next {
        position: absolute;
        right: calc((75% - 1000px) / 2);
        z-index: 99;
        top: 32%;
    }

    .carousel-section .owl-prev {
        position: absolute;
        left: calc((75% - 1000px) / 2);
        z-index: 99;
        top: 32%;
    }

    .footer-one .middle h3 {
        font-size: 30px;
    }

    .right-row {
        margin-top: 22px;
    }

    .left-row {
        margin-top: 22px;
    }

    .large-img-sec {
        margin-top: -269px;
    }

    .f-inner-sec .tittle,
    .top-finishes .widget-title {
        font-size: 24px;
    }

    .home #pg-2-4 {
        margin-bottom: 144px !important;
    }

    .flip-section {
        height: 680px;
    }

    .testimonial-slider strong {
        font-size: 18px;
    }

    .top-head h2,
    .main-heading {
        font-size: 40px;
    }

    .sub-title {
        font-size: 16px;
    }

    .content,
    .checklist li,
    .home-row ul li,
    .ban-area ul li,
    .home-row .content,
    .number-checklist ol li {
        font-size: 16px;
        line-height: 1.6;
    }

    .testimonial-box .content-wrapper p {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 0px;
    }

    .home-row.featured-prod .panel-grid-cell:first-child {
        max-width: none;
        width: 45% !important;
    }

    .client-testimonial-container .testimonial-box p,
    .testimonial-slider strong {
        font-size: 16px !important;
        line-height: 34px;
    }

    .testimonial-section .panel-grid-cell-mobile-last {
        max-width: 52%;
    }

    .f-inner-sec .content {
        font-size: 18px;
        line-height: 1.6;
        padding-bottom: 30px !important;
    }

    .custom-blog .container {
        max-width: 1300px;
    }

    .testimonial-section {
        padding-top: 120px;
    }

    .ins-sec,
    .rent_row,
    .last-sec,
    .floor-sec,
    .oak-floor,
    .the_basic,
    .wood_spec,
    .brown-sec,
    .expert_sec,
    .quality_sec,
    .install_sec,
    .install-sec,
    .trending_sec,
    .about-owned,
    .fspecial_sec,
    .cleaning-sec,
    .top_finishes,
    .original-sec,
    .trending-sec,
    .choosing_wood,
    .glossary_sec,
    .diy-learn-sec,
    .community-sec,
    .monthly_special,
    .humidity-sec,
    .installation-sec,
    .flooring-tips-sec,
    .home-row.color_sec,
    .hardwood-specials-sec,
    .home-row.flooring-sec,
    .testimonial-section.denver-testimonial,
    .difference-container .panel-grid.panel-no-style {
        padding: 80px 0;
    }

    .about-owned,
    .glossary_sec,
    .diy-learn-sec {
        padding-bottom: 0;
    }

    .hardwood-specials-sec {
        padding-bottom: 20px;
    }

    .testimonial-section.denver-testimonial {
        margin-bottom: -80px;
    }

    .free-quote-sec {
        top: 99%;
    }

    .about-side {
        margin-top: -410px;
    }

    .wood_spec,
    .trending-sec,
    .about-quality-sec {
        padding-top: 160px;
    }

    .inspired-section {
        margin-top: 160px;
    }

    .consultation-container {
        padding: 20px 0px 80px 0px;
    }

    .home-row.featured-prod.denver-sec {
        padding-top: 80px;
    }

    .specials_sec {
        padding: 80px 0 0;
    }

    .wood-results {
        padding-bottom: 20px;
    }

    .testimonial-section.m-pad {
        padding-top: 80px;
    }

    .inspired-section.testimonials-read-sec {
        padding-top: 0;
    }

    .diy-learn-sec .blue-sec {
        margin-top: -360px;
    }

    .about-side {
        padding-bottom: 40px;
    }

    .blog-sec,
    .gallery-sec {
        padding: 80px 0 40px;
    }

    .stestimonial-sec {
        margin-top: -100px;
    }


}

@media (max-width: 1366px) {

    .wooden-block {
        min-height: 480px;
    }

    .wooden-block .main-heading br {
        display: none;
    }

    .custom-blog .container {
        max-width: 1200px;
    }

    .footer-one .column:last-child {
        display: none;
    }

    .footer-one .row .column {
        flex: 0 0 48.33%;
    }

    .proud-section .panel-grid-cell:last-child {
        padding-left: 20px;
    }

    .single-sec .inner-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wooden-icon .widget-title {
        font-size: 24px;
    }

    .content br {
        display: none !important;
    }


}

@media (max-width: 1366px) and (min-width:1280px) {


    .specials-sec .slide-content {
        margin-top: 0;
        width: 410px !important;
    }

    .service-sec .wooden-block .slide-content {
        width: 445px;
    }

    .prod-sec-one .slide-content {
        width: 490px;
    }

    .wooden-block .slide-content {
        font-size: 15px !important;
    }

    .blue-btn a {
        padding: 15px 20px !important;
        font-size: 14px !important;
    }

    footer#site-footer .section-inner .row .col-1 {
        margin-left: 9px;
    }

    .header-inner .site-logo {
        margin-left: 13px;
    }

    .right-row2 {
        position: relative;
        margin-top: -11px;
    }

    .left-row {
        margin-top: -7px;
    }

    .homesection-one .panel-first-child {
        width: 89%;
        float: right;
    }

    .about-side {
        position: relative;
        left: -40px;
    }

    footer#site-footer p,
    footer#site-footer a {
        font-size: 13px !important;
    }

    .flip-section {
        height: 550px;
    }

    .left-row {
        margin-left: 22px;
    }

    .heading {
        font-size: 53px !important;
    }

    .testimonial-box .content-wrapper p {
        line-height: 1.5 !important;
    }

    .home #pg-2-6 {
        margin-bottom: 0px !important;
    }

    .home #pg-2-4 {
        margin-bottom: 144px !important;
    }
}


@media only screen and (min-width:1000px) and (max-width:1279px) {

    .proud-section .panel-grid-cell:last-child {
        width: 740px !important;
    }

    .header-post .heading {
        font-size: 40px !important;
    }

    .social-checklist i {
        font-size: 16px !important;
    }

    .title-in-line.white::after,
    .title-in-line.white::before {
        width: 33%;
    }

    .oak-floor {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .prod-sec-one .slide-content {
        width: auto;
    }

    .wood-col-one {
        border-right: 0px solid #fff !important;
    }

    .flooring-sec .title-wood:before,
    .flooring-sec .title-wood:after {
        width: 20% !important;
    }

    .flooring-sec .panel-row-style {
        padding-left: 11px !important;
    }

    .about-second.siteorigin-panels-stretch.panel-row-style.panel-row-style-for-225-5 {
        margin-top: 70px;
    }

    .style_prefer .sow-tabs-tab {
        border-bottom: 2px solid #A68A72;
        margin: 0px !important;
        padding: 16px 22px !important;
    }

    .brown-sec .content {
        width: auto;
    }

    .trending_sec .content {
        width: auto !important;
    }

    .carousel-section .owl-prev {
        position: absolute;
        left: 21px;
        z-index: 99;
        top: 26%;
    }

    .carousel-section .owl-next {
        position: absolute;
        right: 21px;
        z-index: 99;
        top: 26%;
    }

    #site-header .menu-item a {
        font-size: 13px !important;
    }

    .header-inner .site-logo {
        width: 164px;
    }

    .right-row {
        margin-right: 20px !important;
    }

    .left-row {
        margin-left: 20px !important;
    }

    .proud-section .panel-grid-cell:first-child .panel-widget-style {
        padding-left: 10px !important;
    }

    .entry-content .proud-section {
        padding: 18px 10px 18px 0 !important;
    }

    .proud-section .main-heading {
        font-size: 22px;
    }

}

@media (max-width: 1200px) {

    .wooden-block {
        min-height: 400px;
    }

    .announcement p {
        font-size: 18px;
    }

    #site-header .header-titles-wrapper {
        margin-right: 2rem;
    }

    .header-navigation-wrapper {
        flex: 0 0 80%;
    }

    #site-header .menu-item {
        margin-left: 12px;
    }

    footer#site-footer .section-inner .row {
        display: flex;
        flex-wrap: wrap;
    }

    footer#site-footer .section-inner .row .col-1 {
        width: 100%;
    }

    footer#site-footer .section-inner .row .col-1 .widget_text.widget {
        margin: 20px 0;
    }

    .social-checklist {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .social-checklist li {
        flex: 0 0 50px;
        text-align: center;
        justify-content: center;
    }

    footer#site-footer .section-inner .row .col-2 {
        width: 35%;
        margin-right: 20px;
    }

    footer#site-footer .section-inner .row .col-3,
    footer#site-footer .section-inner .row .col-4,
    footer#site-footer .section-inner .row .col-5,
    footer#site-footer .section-inner .row .col-6 {
        margin: 0;
        width: 15%;
        padding-left: 10px;
    }

    .footer-logo img {
        margin-top: 0;
    }

    footer#site-footer {
        padding-top: 60px;
        padding-bottom: 22px;
    }

    .home-row.featured-prod .left-row {
        padding: 0 30px;
    }

    .top-head h2,
    .main-heading,
    .home-row .heading-sec {
        font-size: 34px;
    }

    .testimonial-section .panel-grid-cell-mobile-last {
        max-width: 52%;
    }

    .home #pg-2-4 {
        margin-bottom: 0px !important;
    }

    .inner-banner {
        padding-top: 150px;
        padding-bottom: 160px;
        text-align: center;
    }

    .inner-banner h3 {
        font-size: 30px !important;
        line-height: 40px;
    }

    .inner-banner h4 {
        font-size: 16px !important;
        line-height: 24px;
    }

    .blue-btn a {
        font-size: 16px !important;
        padding: 16px 40px !important;
    }

    .home-row.featured-prod h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .home-row.featured-prod .left-row .sow-image-container {
        justify-content: center;
    }

    .home-row.featured-prod .panel-grid-cell {
        max-width: none;
        width: 100% !important;
    }

    .home-row.featured-prod .panel-grid-cell:first-child {
        max-width: none;
        width: 100% !important;
    }

    .consultation-container .panel-grid-cell:last-child {
        max-width: none;
        width: 60% !important;
    }

    .call,
    .inspired-section p.call {
        font-size: 16px;
        line-height: 24px !important;
    }

    .call {
        padding-left: 30px;
    }

    .call::after {
        width: 20px;
        height: 20px;
    }

    .flex-container a {
        font-size: 16px !important;
        line-height: 16px !important;
        padding: 18px 40px !important;
        max-width: 266px;
        width: 100%;
    }

    .flex-container {
        margin-top: 20px;
    }

    .client-testimonial-container .testimonial-box p,
    .testimonial-slider strong {
        font-size: 14px !important;
        line-height: 30px;
    }

    .inspired-section {
        padding-bottom: 0px !important;
    }

    .flip-section {
        height: 540px;
    }

    .large-img-sec {
        margin-top: -240px;
    }

    .about-side {
        margin-top: -340px;
    }

    .brown-line img {
        height: 120px;
    }

    .wooden-block h3 br {
        display: none;
    }

    .stestimonial-sec {
        margin-top: -100px;
    }

    .contact_sec p,
    .contact_sec li {
        font-size: 20px;
    }

    .blog-sec,
    .gallery-sec {
        padding: 60px 0 40px;
    }

    .request-quote .specials-quote-sec {
        margin-top: -122px;
    }

}

@media (max-width: 1024px) {

    .wooden-block {
        top: 0px;
        padding: 40px;
        margin-left: 0;
        max-width: 94%;
        margin-top: -180px;
        position: relative;
        min-height: inherit;
    }

    .second-section.home-wooden .panel-grid-cell {
        flex: 0 0 100%;
        width: 100% !important;
    }

    .section-tailor .right-row {
        margin-top: 40px !important;
        margin-bottom: 60px !important;
    }

    .free-quote-sec {
        padding: 0px 0;
    }

    .log-sec p {
        font-size: 18px;
        padding: 0px 20px;
    }

    .ban-area h3 {
        font-size: 28px;
    }

    .ban-area p {
        font-size: 16px;
    }

    .ban-area h5 {
        font-size: 18px;
    }

    .ban-area ul li:before {
        padding: 5px;
        font-size: 16px;
    }

    .slide-sec {
        padding-left: 80px;
    }

    .featured-prod,
    .home-row.section-tailor {
        flex-direction: column !important;
    }

    .section-tailor .right-row,
    .home-row.featured-prod .left-row {
        max-width: 100%;
        padding: 0 30px;
        margin-bottom: 40px;
    }

    .home-row.featured-prod {
        flex-direction: column-reverse;
    }

    .section-tailor .panel-grid-cell:nth-child(1) {
        order: 2;
        width: 100% !important;
    }

    .section-tailor .panel-grid-cell:nth-child(2) {
        order: 1;
        width: 100% !important;
    }

    footer#site-footer .section-inner .row .col-2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .testimonial-slider2 {
        max-width: 100%;
    }

    footer#site-footer .section-inner .row .col-3,
    footer#site-footer .section-inner .row .col-4,
    footer#site-footer .section-inner .row .col-5,
    footer#site-footer .section-inner .row .col-6 {
        margin: 0;
        width: 25%;
        padding-left: 10px;
    }

    .footer-one .row .column {
        display: none;
    }

    .footer-one .row .column.middle {
        display: block;
    }

    .project-carousel .owl-nav {
        display: none;
    }

    .footer-one .contact-form {
        padding-top: 15px !important;
        padding-bottom: 35px !important;
    }

    .carousel-slider .owl-dots {
        margin-bottom: 0px;
        display: block !important;
    }

    .header-inner .toggle {
        height: 140px;
    }

    .sticky .header-inner .toggle {
        height: 124px;
    }

    .footer-one .row .column {
        flex: 0 0 100%;
    }

    .footer-contact {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .large-img-sec {
        padding-bottom: 80px;
        margin-top: -160px;
    }

    .inspired-section {
        margin-top: 160px !important;
    }

    .brown-line {
        display: none;
    }

    .home #pg-2-0,
    .home #pg-2-6 {
        margin-bottom: 0px !important;
    }

    .policy {
        padding: 60px 0px 30px !important;
    }

    .contact_sec p,
    .contact_sec li {
        font-size: 18px;
    }

    .second-section {
        flex: 0 0 100%;
        flex-wrap: wrap !important;
    }

    .second-section .panel-grid-cell {
        width: 100% !important;
    }

    .consultation-container .panel-grid-cell:last-child {
        width: 100% !important;
        flex: 0 0 100%;
    }

    .flip-section {
        margin-top: 60px;
    }


}

@media (max-width: 999px) {

    .header-post .heading {
        font-size: 38px;
    }

    .toggle-inner {
        width: 100%;
    }

    .nav-toggle {
        right: 0 !important;
    }

    .mobile-menu .modal-menu {
        left: auto;
        width: 100%;
        flex-wrap: wrap;
    }

    .reset-list-style li {
        flex: 0 0 100%;
    }

    .single-sec .inner-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .trending_sec .ow-button-base.ow-button-align-center {
        text-align: left !important;
    }

    .brown-sec .content {
        width: auto;
    }

    .left-row {
        margin-left: 20px;
    }

    .social-checklist li {
        flex: 0 0 9%;
    }

    .social-checklist {
        justify-content: center;
    }

    .oak-floor {
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .slide-content {
        font-size: 16px;
    }

    .slide-content {
        margin-top: 16px;
    }

    .prod-sec-one .slide-content {
        width: auto !important;
    }

    .wood_species .content br {
        display: none;
    }

    .icon-box .col-1 img {
        margin: 0 auto;
    }

    .community-sec .content br {
        display: none;
    }

    .free-quote-sec {
        position: absolute;
        top: 100%;
    }

    .about-side img {
        width: 100%;
    }

    .about-side {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .header-inner .toggle {
        padding: 0 3rem;
        width: 110px;
        height: 100px;
    }

    .sticky .header-inner .toggle {
        height: 100px;
    }

    .post-inner {
        padding-top: 0 !important;
    }

    .cs-lines {
        background-color: #ffffff !important;
        height: 2px;
        border-radius: 0px;
        position: absolute;
        width: 100%;
        right: 0;
        top: -15px;
    }

    .cs-md-lines {
        background-color: #ffffff !important;
        height: 2px;
        border-radius: 0px;
        position: absolute;
        width: 100%;
        right: 0;
        top: 5px;
    }

    .cs-btm-lines {
        background-color: #ffffff !important;
        height: 2px;
        border-radius: 0px;
        position: absolute;
        width: 100%;
        right: 0;
        top: 25px;
    }

    .mobile-nav-toggle {
        background-color: #41485a !important;
    }

    .header-inner .toggle-text {
        display: none;
    }

    .footer-one .row {
        display: inline-block;
    }

    .footer-one .row .column img {
        width: 100%;
    }

    .footer-one .row .column .col-12 {
        width: 100%;
    }

    .contact-form {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer-one .contact-form {
        padding-top: 15px;
        padding-bottom: 50px;
    }

    .title-wood:before,
    .title-wood:after {
        width: 12%;
    }

    .proud-section .panel-widget-style.panel-widget-style-for-9-3-0-0 {
        padding-left: 10px !important;
    }

    .proud-section .panel-grid-cell:first-child {
        width: 580px !important;
    }

    .proud-section .panel-grid-cell:last-child {
        padding-left: 15px;
    }

    .proud-section .main-heading {
        font-size: 22px;
        padding-right: 10px;
    }

    .proud-section p {
        line-height: 1;
    }

    .entry-content .proud-section {
        padding: 18px 10px 18px 0 !important;
    }

    .header-post .meta-description {
        bottom: 15px;
    }

    .proud-section .panel-grid-cell:first-child {
        width: 480px !important;
    }

    .inner-banner {
        top: 70%;
    }

    .difference-container .panel-grid.panel-no-style {
        flex-direction: column;
    }

    .difference-container .panel-grid-cell:first-child,
    .difference-container .panel-grid-cell:last-child {
        max-width: none;
        width: 100% !important;
        margin-right: 0px !important;
    }

    .difference-container .panel-grid.panel-no-style {
        flex-direction: column;
        row-gap: 50px;
    }

    .difference-container .sow-image-container {
        justify-content: center;
    }

    .consultation-container .panel-grid-cell:last-child {
        max-width: none;
        width: auto !important;
    }

    .consultation-container {
        justify-content: center !important;
    }

    .panel-grid-cell.panel-grid-cell-empty {
        display: none;
    }

    .h-slider {
        padding: 0px;
    }

    .inspired-section p.call::after {
        left: 0px;
        top: 0px;
    }

    .homesection-one {
        justify-content: end !important;
    }

    #crow-3 .title-in-line.white::after,
    #crow-3 .title-in-line.white::before,
    #crow-2 .title-in-line.white::before,
    #crow-2 .title-in-line.white::after,
    .title-in-line.white::before,
    .title-in-line.white::after {
        width: 25%;
    }

    .mob-section .panel-grid-cell {
        margin-bottom: 5px !important;
    }

    .mob-section .panel-cell-style {
        background-position: bottom !important;
    }

    .last-sec .in-col {
        display: none;
    }

    div#pg-225-11 {
        display: block !important;
    }

    .mob-section h3 {
        font-size: 24px;
        letter-spacing: 1px;
        color: #ffffff;
        font-family: "Chronicle Display";
        position: relative;
        margin-top: -43px;
        text-align: left;
        left: 16px;
    }

    .tsecond-slider .owl-theme .owl-nav {
        margin-top: 39px;
    }

    .inspired-section .content br {
        display: none;
    }

    .arrow a img {
        position: absolute;
        right: 0;
        top: -36px;
    }

    .arrow {
        position: relative;
    }

    .blog-sec br {
        display: none;
    }

    .blog-row {
        margin-bottom: 70px;
    }

    .contact-sec .heading {
        margin-bottom: 0 !important;
    }

    .mobile-btn {
        display: block !important;
    }

    .desktop-btn {
        display: none;
    }

    .contact_sec .social-checklist {
        justify-content: left;
        position: relative;
        left: -12px;
    }

    .trending_sec .col-one:after,
    .trending_sec .col-two:after {
        display: none;
    }

    .install-sec div#pgc-7-4-1 {
        order: 1;
    }

    .install-sec div#pgc-7-4-0 {
        order: 2;
    }

    .install-sec .right-row2 {
        margin-bottom: 40px;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .site-logo img {
        max-height: 10rem !important;
    }

    .install-sec,
    .reputation-rw {
        flex-wrap: wrap !important;
    }

    .second-section.about-sec .panel-grid-cell {
        width: 100% !important;
    }

    .install-sec .panel-grid-cell,
    .about-second .panel-grid-cell,
    .reputation-rw .panel-grid-cell {
        width: 100% !important;
        padding: 40px 0px 0;
    }

    .about-second .home-row .panel-grid-cell {
        padding: 40px 20px 0;
    }

    .install-sec {
        padding: 40px 0 80px !important;
    }

    .free-quote-sec .panel-grid-cell {
        padding: 0 !important;
    }

    .icon-box .col-1 {
        width: 15%;
        margin-right: 10px !important;
    }

    .right-row {
        max-width: 100%;
    }

    .f-inner-sec .content {
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 0px !important;
    }

    .inspired-section .panel-grid-cell {
        width: 100% !important;
    }

    .contact-sec.contact-2 {
        flex-wrap: wrap !important;
    }

    .contact-sec.contact-2 .panel-grid-cell {
        width: 100% !important;
    }

    .cleaning-sec .right-row {
        padding-right: 20px;
    }

    .cleaning-sec {
        padding-bottom: 20px;
    }

    .inspired-section {
        margin-top: 140px !important;
    }

    .top-prod-sec {
        padding-right: 0;
    }

    .last-sec .panel-grid-cell {
        width: 100%;
    }

    .denver-inspired-phone-sec {
        justify-content: center !important;
    }

    .denver-inspired-phone-sec .panel-grid-cell {
        width: 100% !important;
        text-align: center;
        max-width: 480px;
        margin: auto !important;
    }

    .specials_sec .panel-grid {
        flex: 0 0 100%;
        justify-content: center;
    }

    .testimonial-section.m-pad .panel-grid-cell-mobile-last {
        max-width: 100%;
    }

    .stestimonial-sec {
        margin-top: 80px;
    }

    .stestimonial-sec .panel-grid-cell {
        width: 100% !important;
        padding: 0 20px;
    }

    .testimonial-section.m-pad .panel-grid-cell {
        width: 100% !important;
        flex: 0 0 100%;
    }

    .testimonial-section.m-pad .last-col-sec {
        order: 2;
        padding: 0 20px;
    }

    .testimonial-section.sec-test {
        padding-left: 20px !important;
        padding-right: 20px !important;
        flex-direction: column-reverse !important;
    }

    .testimonial-section.m-pad .col-one.image-side {
        margin-top: 100px;
    }

    .testimonial-section.m-pad {
        flex-wrap: wrap !important;
    }

    .testimonial-section.last-testi .testimonail-sec {
        top: 0;
        margin-bottom: 50px;
    }

    .carousel-section.tcarousel-section {
        padding: 0 20px !important;
    }

    .carousel-section.tcarousel-section .panel-grid-cell {
        width: 100% !important;
    }

    .carousel-section .tsec-slider .owl-dots {
        margin-bottom: 0;
    }

    .blue-sec {
        margin-top: 0;
    }

    .markdown_sec .left-row {
        margin-top: 0;
    }

    .trending_sec .panel-grid-cell,
    .markdown_sec .panel-grid-cell {
        width: 100% !important;
    }

    .last-three-image {
        margin-top: -60px;
    }

    .contact-sec .right-row {
        margin-top: 40px !important;
    }

    .diy-learn-sec .blue-sec {
        margin-top: 60px;
    }

    .trending_sec .content {
        width: 100%;
    }

    .trending_sec .panel-grid {
        flex-wrap: wrap !important;
    }

    .about-owned {
        padding: 0;
    }

}


@media (max-width: 780px) {

    .home-row.the_basic #pgc-9-2-0 {
        margin-bottom: 0 !important;
    }

    .woodtype-table td img {
        width: 120px;
        height: 120px;
    }

    .home-row.new-row {
        margin: 0 -10px;
    }

    .home-row.new-row .humidity_sec {
        padding: 0;
    }

    .top-prod-sec .heading {
        margin-bottom: 0 !important;
    }

    .style_prefer {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .style_prefer div#panel-w5fa133655bb8b-0-1-0 {
        margin-bottom: 0px !important;
    }

    .line {
        display: none;
    }

    div#panel-2-2-1-1,
    div#panel-2-3-0-1,
    div#panel-2-9-0-1,
    div#panel-7-3-0-1,
    div#panel-7-4-1-4 {
        margin-top: 0;
    }

    div#panel-2-2-1-0,
    div#panel-2-3-0-0,
    div#panel-2-9-0-0,
    div#panel-7-3-0-0 {
        margin-bottom: 10px !important;
    }

    .trending_sec .panel-grid-cell {
        margin-bottom: 0 !important;
    }

    .find_floor .heading {
        margin-bottom: 0 !important;
    }

    .phone_sec a {
        font-size: 30px;
    }

    .header-post .row .column:first-child {
        padding-bottom: 0;
        margin-top: 50px !important;
    }

    #pl-w5fa0f84cdc0a0 #panel-w5fa0f84cdc0a0-0-0-0 {
        margin: 0px 0px 17px 0px !important;
    }

    .cleaning-sec .col-one {
        margin-right: 80px;
        margin-bottom: 50px;
    }

    .proud-section .panel-grid-cell:first-child {
        width: 100% !important;
        text-align: center;
        margin-bottom: 10px !important;
    }

    .proud-section .panel-grid-cell:last-child {
        width: 100% !important;
        text-align: center;
    }

    .proud-section .checklist li:after {
        content: "";
        border-right: 1px solid #333;
        right: -19px;
        position: relative;
    }

    .left-row {
        margin-left: 0;
    }

    .homesection-one .owl-dots {
        display: none;
    }

    .homesection-one .item.product-box h3 {
        display: none;
    }

    .blue-btn a {
        padding: 20px 20px !important;
    }

    .copy-m {
        margin-top: 30px;
    }

    .logo-mob {
        margin-bottom: 30px;
    }

    .footer-m a {
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 18px;
        color: #ffffff;
        font-weight: 500;
        font-family: "Poppins";
    }

    .footer-m .row {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .footer-m .row .col-6 {
        flex: 0 0 33.33%;
    }

    .footer-m {
        display: block !important;
    }

    .footer-desk {
        display: none !important;
    }

    .social-checklist li {
        text-align: center !important;
    }

    .footer-m p {
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 16px;
        color: #ffffff;
        font-weight: 400;
        font-style: italic;
        font-family: "Poppins";
    }

    .footer-m {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-m.copy-m {
        text-align: center;
    }

    .footer-m.copy-m p br {
        display: none;
    }

    .footer-m.copy-m .widget {
        margin-top: 15px;
    }

    .color_sec .left-row {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .color_sec .left-row {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }

    .featured-prod .col-sec-2 {
        margin-left: 80px;
    }

    .section-tailor .col-one {
        margin-right: 80px;
    }

    .top-prod-sec {
        padding-right: 30px;
        padding-left: 30px;
    }

    .tab-row .column1 {
        margin-right: 0px;
        width: 100%;
        order: 2;
    }

    .tab-row {
        flex-flow: wrap;
    }

    .tab-row .column2 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 40px;
    }

    .style_prefer .content {
        width: 100%;
    }

    .style_prefer .sow-tabs-tab-container {
        display: inline-block;
    }

    .style_prefer .sow-tabs-tab {
        width: 48%;
        flex: inherit;
    }

    .top_finishes div#pgc-225-8-0 {
        order: 2;
    }

    .top_finishes .right-row {
        margin-bottom: 80px;
    }

    .trending-sec div#pgc-225-6-0 {
        order: 2;
    }

    .trending-sec .col-sec-2 {
        margin-bottom: 50px;
    }

    .ins-sec div#pgc-225-4-0 {
        order: 2;
    }

    .ins-sec .col-two {
        margin-bottom: 80px;
    }

    .green-sec .col-sec-2 {
        margin-top: 50px;
        margin-left: 80px;
    }

    .quality_sec .col-one {
        margin-right: 80px;
    }

    .quality_sec div#pgc-225-2-0 {
        order: 2;
    }

    .quality_sec .col-two {
        margin-bottom: 40px;
    }

    .flooring-sec .content br {
        display: none;
    }

    .humidity_sec {
        padding-left: 15px;
    }

    .humidity-sec .col-sec {
        margin-right: 80px;
    }

    .humidity-sec .content br {
        display: none;
    }

    .humidity-sec .col-sec {
        margin-right: 80px;
        margin-bottom: 30px;
    }

    .flooring-sec .checklist li br {
        display: none;
    }

    .wood-row .panel-row-style {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .flooring-sec .content br {
        display: none;
    }

    .wood-col-one {
        border-right: none !important;
    }

    .flooring-sec .title-wood:before {
        display: none
    }

    .flooring-sec .title-wood:after {
        display: none
    }

    .cleaning-sec .col-sec {
        margin-right: 80px;
    }

    .cleaning-sec .col-two {
        margin-bottom: 65px;
    }

    .cleaning-sec .content br {
        display: none;
    }

    .cleaning-sec div#pgc-515-8-0 {
        order: 2;
    }

    .original-sec .col-sec-2 {
        margin-left: 80px;
    }

    .original-sec .left-row {
        margin-bottom: 60px;
    }

    .original-sec .content br {
        display: none;
    }

    .flooring-sec .col-one {
        margin-right: 80px;
    }

    .flooring-sec div#pgc-515-2-0 {
        order: 2;
    }

    .flooring-sec .col-two {
        margin-bottom: 80px;
    }

    .tcarousel-section {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .tcarousel-section .quote {
        font-size: 150px;
        top: -75px;
        left: -0px;
    }

    .last-col-sec {
        margin-left: 80px;
    }

    .m-pad .quote {
        top: -52px;
        font-size: 150px;
        left: -5px;
    }

    .m-pad .image-side {
        margin-right: 80px;
    }

    .right-img .col-two {
        margin-left: 100px;
    }

    .m-pad .heading {
        padding-left: 0 !important;
    }

    .stestimonial-sec {
        position: relative;
        margin-top: 80px;
    }

    .five-sec {
        flex-direction: inherit !important;
        display: inline-block !important;
    }

    .five-sec .panel-grid-cell {
        width: 33% !important;
        margin-right: 0;
        float: left;
    }

    .five-sec .panel-grid-cell img {
        width: 80%;
    }

    .col-sec-2 {
        flex-direction: inherit !important;
        display: inline-block !important;
    }

    .col-sec-2 .panel-grid-cell {
        width: 48% !important;
        margin-right: 0;
        float: left;
    }

    .col-sec-2 .panel-grid-cell img {
        width: 80%;
    }

    .col-sec .wooden-icon img {
        width: 90%;
    }

    .col-sec {
        flex-direction: inherit !important;
        display: inline-block !important;
    }

    .col-sec .panel-grid-cell {
        width: 33.33% !important;
        margin-right: 0;
        float: left;
    }

    .about-second.request-quote {
        width: 100%;
        position: relative;
        margin-bottom: 80px;
        margin-top: 80px;
    }

    .request-quote .free-quote-sec {
        margin-top: 0px;
        right: -39px;
    }

    /*.specials-sec {
        margin-top: -337px !important;
        margin-bottom: 0px !important;
    }*/

    .specials-sec .wooden-block .slide-content {
        width: 100%;
    }

    .last-three-image {
        margin-top: 0px !important;
    }

    .blue-sec {
        margin-top: 70px !important;
    }

    .rent_row .col-one {
        margin-right: 80px;
    }

    .rent_row div#pgc-432-9-0 {
        order: 2;
    }

    .rent_row .right-row {
        margin-bottom: 80px;
    }

    .team_row .left-row {
        margin-bottom: 66px;
    }

    .team_row .col-two {
        margin-left: 80px;
    }

    .install_sec div#pgc-432-7-0 {
        order: 2;
    }

    .install_sec .right-row {
        margin-bottom: 80px;
    }

    .install_sec .col-one {
        padding-left: 30px;
        padding-right: 30px;
    }

    .find_floor .col-two {
        margin-left: 80px;
    }

    .find_floor .left-row {
        margin-bottom: 65px;
    }

    .choosing_wood div#pgc-432-2-0 {
        order: 2;
    }

    .choosing_wood .right-row {
        margin-bottom: 80px;
    }

    .choosing_wood .col-one {
        padding-right: 80px;
    }

    .trending_sec .content {
        width: 100%;
    }

    .brown-sec .content {
        width: 100%;
    }

    .related-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-post .row .column {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-post .heading {
        font-size: 48px;
        line-height: 1.2;
        margin-bottom: 21px;
    }

    .single-sec .inner-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-post .row {
        display: block;
    }

    .header-post .meta-description {
        position: relative;
        bottom: 0;
    }

    .blog-row {
        padding-top: 25px !important;
    }

    .custom-blog .row .column {
        width: 100%;
        display: block;
        margin: 10px 0px;
    }

    .blog-row div#panel-16-0-0-0 {
        margin-bottom: 0px !important;
    }

    .contact-form .form {
        width: 85%;
        margin: 0 auto;
    }

    .cleaning-row .panel-grid-cell {
        margin-bottom: 0px !important;
    }

    .proud-section {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .expert_sec .col-one {
        padding-right: 80px;
    }

    .installation-sec .col-sec {
        padding-left: 80px;
    }

    .expert_sec .col-two {
        margin-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .expert_sec div#pgc-13-2-0 {
        order: 2;
    }

    .service-sec .slide-content {
        width: 100%;
    }

    .contact-2 .col-one {
        margin-bottom: 60px;
    }

    .contact-sec .col-one .so-panel {
        margin-bottom: 15px !important;
    }

    .contact-sec .right-row {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contact_sec .social-checklist li {
        flex: 0 0 7% !important;
    }

    .monthly_special div#pgc-9-7-0 {
        order: 2;
    }

    .floor-sec .right-row {
        padding-right: 0px;
        padding-left: 0px;
    }

    .floor-sec .left-row {
        margin-bottom: 60px;
    }

    .left-row {
        max-width: 100%;
    }

    .inner_wood {
        flex-direction: inherit !important;
        display: inline-block !important;
    }

    .wood_spec .inner_wood .panel-grid-cell {
        width: 48% !important;
        margin-right: 0;
        float: left;
    }

    .the_basic .col-two {
        margin-bottom: 65px;
    }

    .the_basic div#pgc-9-2-0 {
        order: 2;
    }

    .header-inner .toggle {
        padding: 0 3rem;
        width: 100px;
    }

    .toggle-inner {
        width: 50px;
    }

    .testimonial-section .heading {
        padding-left: 27px;
        padding-right: 27px;
    }

    .home-row .left-row {
        padding-left: 30px;
        padding-right: 30px;
    }

    .quote {
        top: -100px;
        left: -0px;
    }

    .flip-section .col-d .f-inner-sec {
        background-color: #8c5b43 !important;
    }

    .flip-section .col-c .f-inner-sec {
        background-color: #4b453f !important;
    }

    .flip-section .col-b .f-inner-sec {
        background-color: #828e8b !important;
    }

    .f-inner-sec:hover .content {
        padding-bottom: 0 !important;
    }

    .flip-section {
        height: auto !important;
    }

    .flip-section .panel-grid-cell {
        margin-bottom: 0px !important;
    }

    .second-quote .free-quote-sec {
        display: block !important;
    }

    .large-img-sec {
        margin-top: 0 !important;
    }

    .f-inner-sec .content {
        display: block !important;
    }

    .f-inner-sec {
        background-color: #41485a !important;
        opacity: 0.8;
    }

    .featured-prod .left-row {
        margin-bottom: 60px !important;
    }

    .section-tailor div#pgc-2-2-0 {
        order: 2;
    }

    .right-row {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    #gallery-top .right-row {
        padding-left: 0;
        padding-right: 0;
    }

    .testimonial-box .content-wrapper p {
        font-size: 15px !important;
        line-height: 1.5;
    }

    .inspired-section .heading {
        font-size: 48px;
    }

    .about-side {
        padding-bottom: 0px;
    }

    .reputation-rw .col-sec {
        margin-left: 80px;
    }

    .install-sec .col-one {
        margin-right: 80px;
    }

    .contact-form .wpcf7-form-control.wpcf7-submit {
        margin-top: 12px;
    }

    .the_basic .col-one {
        margin-right: 80px;
    }

    .wood_spec div#panel-9-4-0-1 {
        margin-bottom: 0px !important;
    }

    .monthly_special .col-1 {
        margin-right: 80px;
    }

    .related-content .heading::before {
        width: 29%;
    }

    .related-content .heading::after {
        width: 28%;
    }

    .wood-filter .row .col::after {
        border: 0px;
    }

    .wood-filter .select-opt {
        padding: 0px !important;
        font-size: 16px !important;
    }

    .testimonial-slider2 {
        margin: 0 auto;
        margin-bottom: 0px !important;
    }

    .testimonial-section .panel-grid-cell-mobile-last {
        max-width: 100%;
    }

    .inner-banner {
        padding-top: 100px;
        padding-bottom: 130px;
        text-align: center;
    }

    .inner-banner {
        top: 70%;
    }

    .f-inner-sec {
        position: relative !important;
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }

    .flip-section .panel-grid-cell {
        width: 100% !important;
    }

    .flip-section .panel-cell-style {
        border-bottom: 5px solid #fff;
    }

    .oak-floor .content {
        text-align: center;
    }

    .cleaning-sec {
        padding-bottom: 40px;
    }

    .installation-sec .col-sec {
        padding: 0 20px;
        display: block !important;
    }

    .installation-sec .col-sec .mejs-container {
        width: 100% !important;
    }

    .expert_sec {
        padding-bottom: 20px;
    }

    .last-sec {
        padding-bottom: 0;
    }

    .quality_sec,
    .top_finishes,
    .trending-sec {
        padding-bottom: 50px;
    }

    .about-second .home-row {
        padding-top: 80px;
    }

}

@media (max-width: 767px) {

    #gallery-top {
        margin: 0px;
    }

    .thankyou h2 {
        font-size: 30px;
    }

    #gallery-top > .panel-grid-cell > .so-panel {
        margin-bottom: 0px !important;
    }

    ul.filter-row > li:after {
        top: 68px;
    }

    ul.filter-row {
        border-top: 0px;
        border-bottom: 0px;
        padding: 10px 30px;
        margin-bottom: 0;
        flex-direction: column;
    }

    ul.filter-row li {
        position: relative;
        width: 100%;
        padding: 25px 0px;
        border-top: 2px solid #e2deda;
    }

    ul.filter-row li:last-child {
        border-bottom: 2px solid #e2deda;
        margin-bottom: 20px;
    }

    .content-gallery {
        padding: 15px;
    }

    .content-gallery h1 {
        line-height: 30px;
    }

    .content-gallery h1 {
        line-height: 22px;
        margin-bottom: 30px;
    }

    .content-gallery h1 a {
        font-size: 20px;
        letter-spacing: 0px;
    }

    .content-gallery p {
        font-size: 15px;
    }

    .image-left {
        width: calc(50% - 6px);
    }

    .image-right {
        width: calc(50% - 6px);
    }

    .top-head h2,
    .main-heading,
    .home-row .heading-sec {
        font-size: 32px;
    }

    .sub-title {
        font-size: 15px;
    }

    .wood-filter .select-opt {
        font-size: 14px !important;
    }

    .install-sec .panel-grid-cell {
        margin-bottom: 0 !important;
    }

    .custom-blog {
        padding: 0 20px;
    }

    .custom-blog .row .column {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testimonial-section.m-pad {
        padding-top: 50px;
    }

    .wooden-icon img {
        width: 100%;
    }

    .trending-sec {
        padding-top: 120px;
    }

    .about-side {
        padding-bottom: 0px;
    }

    .about-quality-sec {
        padding-top: 140px;
    }

    .custom-blog #mas-grid {
        padding-top: 0;
    }

    .blog-sec,
    .gallery-sec {
        padding: 60px 0 20px;
    }
}


@media (max-width: 600px) {

    .blue-sec .so-panel:first-child {
        margin-bottom: 50px !important;
    }

    .related-content {
        margin-bottom: 64px;
    }

    .cleaning-sec .col-two {
        margin-bottom: 40px !important;
    }

    .glossary_sec .sow-accordion-open-button::before,
    .glossary_sec .sow-accordion-close-button::before {
        content: "";
        top: 22px;
        right: 20px;
    }

    .glossary_sec .sow-accordion-title {
        font-size: 13px;
        line-height: 1.5;
    }

    .glossary_sec .sow-accordion-panel-content p {
        font-size: 13px;
        line-height: 1.5;
    }

    .rent_row .right-row {
        margin-bottom: 56px !important;
    }

    .team_row .left-row {
        margin-bottom: 30px;
    }

    .install_sec .right-row {
        margin-bottom: 58px;
    }

    .blue-bg-sec {
        padding: 80px 30px 80px 30px !important;
    }

    .number-checklist .title {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .choosing_wood .right-row {
        margin-bottom: 64px;
    }

    .brown-sec {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .find_floor .left-row {
        margin-bottom: 25px;
    }

    .find_floor .so-panel {
        margin-bottom: 0px !important;
        margin-top: 10px !important;
    }

    .top_finishes .so-panel,
    .ins-sec .so-panel,
    .green-sec .so-panel,
    .quality_sec .so-panel,
    .top-prod-sec .so-panel,
    .trending_sec .so-panel,
    .brown-sec .so-panel,
    .team_row .so-panel,
    .rent_row .so-panel,
    .diy-sec .so-panel,
    .cleaning-sec .so-panel,
    .humidity-sec .so-panel {
        margin-top: 10px;
        margin-bottom: 0px !important;
    }

    .style_prefer .sow-tabs-panel {
        padding-bottom: 0px !important;
    }

    .style_prefer div#panel-225-9-0-1 {
        margin-top: 0px;
    }

    .top-finishes .widget-title {
        font-size: 24px !important;
    }

    .page-id-225 .f-inner-sec {
        position: relative !important;
        padding-top: 220px !important;
        padding-bottom: 10px !important;
    }

    .style_prefer .sow-tabs-tab {
        padding: 15px 23px !important;
    }

    .style_prefer .sow-tabs-title {
        font-size: 20px !important;
    }

    .home .inspired-section {
        margin-top: 126px !important;
    }

    .contact_form .message {
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 20px;
        color: #3b3737;
        font-weight: 400;
        border: none;
        font-family: "Poppins";
        padding-left: 0;
        margin-top: 18px;
    }

    .contact_form input,
    .contact_form select {
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 20px;
        color: #3b3737;
        font-weight: 400;
        border: none;
        font-family: "Poppins";
        border-bottom: 2px solid #3b3737;
        padding-left: 0;
        margin-top: 2px;
    }

    .contact_form .blue-contact {
        font-size: 13px !important;
        padding: 9px 56px !important;
    }

    body .contact-sec .heading {
        margin-bottom: 0px !important;
    }

    .contact_sec .social-checklist li {
        flex: 0 0 10% !important;
    }

    .contact-sec .heading {
        line-height: 1.3;
        margin-bottom: 0 !important;
    }

    #site-footer .social-checklist {
        display: flex;
    }

    .floor-sec .left-row {
        margin-bottom: 20px;
    }

    .free-quote-sec .small {
        font-size: 10px;
        left: 14px;
    }

    .qtn-btn a {
        font-size: 13px !important;
    }

    .free-quote-sec {
        padding-top: 3px;
        padding-bottom: 9px;
    }

    .the_basic div#panel-9-2-1-0 {
        margin-bottom: 0 !important;
    }

    .the_basic div#panel-9-2-1-1 {
        margin-top: 8px;
    }

    .glossary_sec .sow-accordion-panel-content p {
        padding: 0px !important;
    }

    .wood_spec div#panel-515-4-0-0 {
        margin-bottom: 40px !important;
    }

    .plus-icon {
        width: 41px;
    }

    .install-sec .heading-sec {
        font-size: 24px;
        margin-bottom: 7px;
    }

    .qtn-btn a {
        font-size: 21px !important;
    }

    #pl-619 #panel-619-5-0-2 {
        margin: 0px 0px 0px 0px !important;
    }

    .col-sec-2 .panel-grid-cell {
        width: 35% !important;
        ;
    }

    .last-three-image {
        margin-left: -20px !important;
        margin-right: -20px !important;
        padding: 0 !important;
    }

    .blue-bg-sec br {
        display: none;
    }

    .contact-form input[type="email"]::placeholder {
        color: #8c5b43 !important;
    }

    .contact-form input::placeholder {
        font-size: 14px !important;
        letter-spacing: 0px;
        line-height: 30px;
        color: #8c5b43 !important;
        font-weight: 500 !important;
        font-family: "Poppins" !important;
    }

    .contact-form .in-txt {
        width: 216px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .carousel-section .tsec-slider .owl-item {
        opacity: 0;
        transition: all .4s ease-in-out;
    }

    .tsec-box .content-wrapper {
        width: 100%;
    }

    .custom-blog .box {
        height: 400px;
        position: relative;
        background-size: cover;
    }

    .blog-grid h3 {
        font-size: 25px;
    }

    .title-in-line.white::after,
    .title-in-line.white::before {
        width: 25%;
    }

    .related-content .heading::after,
    .related-content .heading::before {
        width: 29%;
    }

    .wooden-icon img {
        width: 83%;
        margin: 0 auto !important;
    }

    .reputation-rw .left-row {
        margin-bottom: 50px;
    }

    .header-inner .toggle {
        height: 95px;
    }

    .cs-btm-lines {
        top: 24px;
    }

    .cs-md-lines {
        top: 8px;
    }

    .cs-lines {
        top: -9px;
    }

    #site-content {
        margin-top: 0 !important;
        position: relative;
    }

    .header-inner .site-logo {
        margin-left: 0;
        width: 150px;
    }

    .f-inner-sec .content {
        font-size: 16px;
    }

    .inspired-section .heading {
        font-size: 34px;
    }

    .content,
    .home-row ul li,
    .ban-area ul li,
    .home-row .content,
    .number-checklist ol li {
        font-size: 15px;
        line-height: 1.5;
    }

    .home-wooden .wooden-block .ow-button-base {
        margin-top: 20px;
    }

    .blue-btn a {
        font-size: 14px !important;
        padding: 16px 32px !important;
    }

    .sticky .header-inner .toggle {
        height: 67px;
    }

    .wooden-block .slide-content {
        width: 100%;
    }

    .wood-filter .black {
        font-size: 15px !important;
    }

    .wood-filter .select-opt {
        font-size: 11px !important;
    }

    .header-inner .toggle {
        height: 100px;
    }

    .sticky .header-inner .toggle {
        height: auto;
    }

    .free-quote-sec {
        top: 85%;
    }

    .wooden-block {
        margin-top: -80px;
    }

    .about-side {
        padding-bottom: 140px;
    }

    .about-quality-sec {
        padding-top: 0px;
    }

}

@media only screen and (max-width: 575px) {

    .announcement p {
        font-size: 16px;
    }

    .inner-banner {
        padding-top: 90px;
        padding-bottom: 80px;
        text-align: center;
    }

    .baaner-video-animation #video_player {
        width: 100% !important;
        height: auto !important;
    }

    .difference-container .blue-btn {
        margin-top: 17px;
    }

    .inner-banner h4 {
        font-size: 14px;
        line-height: 22px;
    }

    .inner-banner {
        padding-top: 120px;
        padding-bottom: 120px;
        text-align: center;
    }

    .blue-btn a {
        font-size: 14px !important;
        padding: 12px 30px !important;
    }

    .difference-container .widget {
        margin-top: 0px;
    }

    .difference-container .panel-grid.panel-no-style {
        row-gap: 0px;
    }

    .left-row {
        margin-top: 0px !important;
    }

    .home-row.featured-prod h4 {
        margin-top: 3px;
        margin-bottom: 9px;
    }

    .call::after {
        top: 0px;
    }

    .flex-container a {
        font-size: 14px !important;
        line-height: 14px !important;
        padding: 18px 40px !important;
        max-width: none;
        width: 100%;
    }

    .flex-container {
        flex-wrap: wrap;
        width: 100%;
        row-gap: 10px;
    }

    .testimonial-slider {
        padding: 0px;
    }

    .footer-contact {
        padding-bottom: 40px;
        padding-top: 40px;
    }


    .woodtype-table td img {
        width: 100px;
        height: 100px;
    }

    .footer-m .row .col-6 {
        flex: 0 0 50%;
        margin: 10px 0;
    }

    .footer-m .row .col-6 .widget-content {
        text-align: left;
    }

    .large-img-sec {
        padding-bottom: 40px;
    }

    .testimonial-section.m-pad .last-col-sec {
        margin-bottom: 60px;
    }

}


@media (max-width: 480px) {

    .woodtype-table td img {
        width: 60px;
        height: 60px;
    }

    .thankyou h2 {
        font-size: 24px;
    }

    .phone_sec a {
        font-size: 25px;
    }

    .tsec-box .content-wrapper {
        width: 100%;
    }

    .custom-blog .box {
        height: 325px;
        position: relative;
        background-size: cover;
    }

    .blog-grid h3 {
        font-size: 22px;
    }

    .title-in-line.white::after,
    .title-in-line.white::before {
        width: 18%;
    }

    .inspired-section .heading {
        font-size: 24px;
    }

    .testimonial-box .button a {
        font-size: 13px !important;
    }

    .header-inner.section-inner {
        height: 67px;
    }

    .sticky .header-inner .site-logo img {
        max-width: 115px !important;
    }

    .wood-filter .row {
        padding-left: 25px;
        padding-right: 25px !important;
        padding-top: 15px;
        border-top: 1px solid #e8e8e8;
        padding-right: 25px;
    }

    .wood-filter .row .col {
        width: 100% !important;
        border-bottom: 1px solid #e8e8e8;
    }

    .wood-filter .select-opt {
        width: 100% !important;
    }

    .wood-filter .select-opt {
        font-size: 13px !important;
    }

    table.woodtype-table {
        padding: 0px 25px;
    }

    .log-sec p {
        padding: 0px;
    }

    .header-inner.section-inner {
        height: auto !important;
    }

    .carousel-slider .owl-dots {
        margin-top: 10px;
        margin-bottom: 5px !important;
    }

    .top-head h2,
    .main-heading,
    .home-row .heading-sec {
        font-size: 28px;
    }

    table.woodtype-table td {
        font-size: 13px !important;
    }

}


/*=============================
      
       Min Width Media

================================*/


@media (min-width: 1681px) {

    .markdown_sec .blue-sec {
        margin-top: -250px;
    }

    .blue-sec {
        margin-top: -399px;
    }

    .oak-floor .panel-layout {
        max-width: 90% !important;
        width: 100%;
    }

    .blog-grid h3 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .single-sec p {
        font-size: 20px !important;
        color: #3b3737;
    }

    .panel-layout {
        max-width: 1480px !important;
        margin: auto;
    }

    .single-sec .container {
        max-width: 1500px;
        margin: 0 auto;
    }

    .left-row {
        max-width: 718px;
    }

    .right-row {
        max-width: 666px !important;
    }

    .last-three-image {
        margin-top: -380px;
    }

    .Markdown {
        margin-top: -24px;
        margin-bottom: -20px;
    }

    .blue-bg-sec {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }

    .quality_sec .right-row {
        max-width: 666px;
    }

    .green-sec .left-row {
        max-width: 650px;
    }

    .contact-sec {
        padding-left: 16% !important;
        padding-right: 16% !important;
    }

    .slide-content {
        width: 520px;
        margin-top: 25px;
    }

    .home-slider .image-box img {
        height: 934px;
    }

}
