@font-face {
    font-family: 'GillSans-Heavy';
    src: url('../fonts/GillSans-Heavy.eot');
    src: url('../fonts/GillSans-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GillSans-Heavy.woff2') format('woff2'),
        url('../fonts/GillSans-Heavy.woff') format('woff'),
        url('../fonts/GillSans-Heavy.ttf') format('truetype'),
        url('../fonts/GillSans-Heavy.svg#GillSans-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans-Medium';
    src: url('../fonts/GillSans-Medium.eot');
    src: url('../fonts/GillSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GillSans-Medium.woff2') format('woff2'),
        url('../fonts/GillSans-Medium.woff') format('woff'),
        url('../fonts/GillSans-Medium.ttf') format('truetype'),
        url('../fonts/GillSans-Medium.svg#GillSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans-Bold';
    src: url('../fonts/GillSans-Bold.eot');
    src: url('../fonts/GillSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GillSans-Bold.woff2') format('woff2'),
        url('../fonts/GillSans-Bold.woff') format('woff'),
        url('../fonts/GillSans-Bold.ttf') format('truetype'),
        url('../fonts/GillSans-Bold.svg#GillSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans-Regular';
    src: url('../fonts/GillSans.eot');
    src: url('../fonts/GillSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GillSans.woff2') format('woff2'),
        url('../fonts/GillSans.woff') format('woff'),
        url('../fonts/GillSans.ttf') format('truetype'),
        url('../fonts/GillSans.svg#GillSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans-Light';
    src: url('../fonts/GillSans-Light.eot');
    src: url('../fonts/GillSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GillSans-Light.woff2') format('woff2'),
        url('../fonts/GillSans-Light.woff') format('woff'),
        url('../fonts/GillSans-Light.ttf') format('truetype'),
        url('../fonts/GillSans-Light.svg#GillSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Georgia-Italic';
    src: url('../fonts/Georgia-Italic.eot');
    src: url('../fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-Italic.woff2') format('woff2'),
        url('../fonts/Georgia-Italic.woff') format('woff'),
        url('../fonts/Georgia-Italic.ttf') format('truetype'),
        url('../fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Georgia-BoldItalic';
    src: url('../fonts/Georgia-BoldItalic.eot');
    src: url('../fonts/Georgia-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-BoldItalic.woff2') format('woff2'),
        url('../fonts/Georgia-BoldItalic.woff') format('woff'),
        url('../fonts/Georgia-BoldItalic.ttf') format('truetype'),
        url('../fonts/Georgia-BoldItalic.svg#Georgia-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.eot');
    src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia.woff2') format('woff2'),
        url('../fonts/Georgia.woff') format('woff'),
        url('../fonts/Georgia.ttf') format('truetype'),
        url('../fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Georgia-Bold';
    src: url('../fonts/Georgia-Bold.eot');
    src: url('../fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-Bold.woff2') format('woff2'),
        url('../fonts/Georgia-Bold.woff') format('woff'),
        url('../fonts/Georgia-Bold.ttf') format('truetype'),
        url('../fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'GillSans-Regular';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GillSans-Regular';
}

a {
    color: #356fbc;
}

a:hover {
    color: #00628b;
    text-decoration: none;
}

/* .container {
    max-width: 1200px;
} */

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

h2,
h3,
h4,
h6 {
    color: #42474c;
}

p {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 24px;
}

.btn {
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    padding: 9px 12px;
    font-family: 'Georgia-Bold';
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    white-space: normal;
}

.btn-primary {
    color: #fff;
    background-color: #bd2846;
    border-color: #bd2846;
    background-image: url(../images/make-an-app-bg.png);
    background-repeat: repeat;
    background-position: center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.btn-primary:hover {
    color: #fff;
    background-color: #bd2846;
    border-color: #bd2846;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: nine;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #bd2846;
    border-color: #bd2846;
}

button,
input {
    outline: none;
}

textarea {
    outline: none;
}

button:focus,
input:focus,
button:visited,
input:visited,
button:active,
input:active {
    outline: none;
}

input:focus,
button:visited,
button:active {
    outline: none;
    border: none;
}

.site-section {
    padding: 58px 0;
}

.site-title h2 {
    color: #8299ce;
    font-family: 'Georgia-Bold';
    margin: 0 0 8px 0;
    line-height: 30px;
    font-size: 30px;
}

.site-title h3 {
    color: #000;
    font-family: 'Georgia-Bold';
    font-size: 21px;
    line-height: 28px;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 18px;
    margin: 3px;
    padding: 0;
    background: none;
    border-radius: 0;
    width: 42px;
    height: 42px;
    line-height: 23px;
    border: 0px solid #00628b;
    background-color: #8bc6c9;
    background-size: contain;
}

.owl-theme .owl-nav [class*="owl-"] i {
    display: none;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-next:hover {
    background: url(../images/arrow-right.png) no-repeat center center;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-prev:hover {
    background: url(../images/arrow-left.png) no-repeat center center;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -4%;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -4%;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}


.home-main-banner {
    position: relative;
    background: url(https://www.winecountryfinefurniture.com/wp-content/uploads/2021/07/patterns-4-min.jpg) repeat top left;
}

/*
.banner-sidebar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    bottom: 0;
}
*/
.banner-sidebar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    bottom: 0;
    width: 100%;
}

.banner-sidebar .container {
    width: 100%;
    height: 100%;
}

.banner-sidebar-inner {
    width: 358px;

    text-align: center;
    margin-left: 8px;
    position: relative;
}

.banner-sidebar-inner:before {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 358px;
    z-index: 8;
    background: url(../images/vid-content-bg.png) no-repeat;
    background-size: 100% 100%;

}

.banner-sidebar-inner-table {
    height: 100%;
    display: table;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;

}

.banner-sidebar-inner-table-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    bottom: -62px;
    z-index: 9;
}

.banner-sidebar-inner h2 {
    font-family: 'Georgia-Bold';
    color: #4d4d4d;
    font-size: 32px;
    line-height: 34px;
}

.banner-sidebar-inner h6 {
    font-family: 'Georgia';
    color: #4d4d4d;
    font-size: 22px;
    line-height: 25px;
}

#video-bg {
    width: 100%;
    margin-bottom: -7px;
}

.main-nav {
    background: #8bc6c9;
    padding: 0px;
}

.wsmenu {
    color: #42474c;
    font-size: 16px;
    padding: 0;
    width: auto;
    float: none;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
}

.wsmenu > .wsmenu-list {
    text-align: center;
    margin: auto;
    width: auto;
    display: table;
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
    margin-left: -7px;
}

.wsmenu > .wsmenu-list > li {
    text-align: center;
    display: table-cell;
    padding: 0;
    margin: 0;
    float: none;
    vertical-align: middle;
    height: 100%;
    position: initial;
}

.wsmenu > .wsmenu-list > li > a {
    display: block;
    padding: 18px 12px;
    line-height: normal;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-family: 'GillSans-Medium';
    color: #007970;
    vertical-align: middle;
    min-height: 66px;
    line-height: 15px;
}

.wsmenu > .wsmenu-list > li > a:before {
    content: '';
    width: 2px;
    position: absolute;
    left: auto;
    right: 0;
    background-color: #52a7a5;
    height: 70%;
    top: 0px;
    bottom: 0;
    margin: auto;
}

.wsmenu > .wsmenu-list > li > a:hover:before {
    display: none;
}

.wsmenu > .wsmenu-list > li:last-child > a:before {
    display: none;
}

.wsmenu > .wsmenu-list > li > a:after {
    content: '';
    background: url(../images/nav-btm-arrow.png) no-repeat center center;
    background-size: 100%;
    width: 40px;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    border: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}


.wsmenu > .wsmenu-list > li > a:hover,
.wsmenu > .wsmenu-list > li > a:active,
.wsmenu > .wsmenu-list > li > a:focus {
    color: #fff;
    background-color: #bd2846;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.wsmenu > .wsmenu-list > li > a:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.wsmenu > .wsmenu-list > li:hover > a {
    color: #fff;
    background-color: #bd2846;
}

.wsmenu > .wsmenu-list > li:hover > a:before {
    display: none;
}

.wsmenu > .wsmenu-list > li:hover > a:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.wsmenu > .wsmenu-list {
    background-color: transparent;
}

.wsmenu > .wsmenu-list > li:nth-child(9) > a,
.wsmenu > .wsmenu-list > li:nth-child(10) > a,
.wsmenu > .wsmenu-list > li:nth-child(11) > a {
    color: #fff;
}

.wsmenu > .wsmenu-list > li:nth-child(9) > a:hover:after,
.wsmenu > .wsmenu-list > li:nth-child(10) > a:hover:after,
.wsmenu > .wsmenu-list > li:nth-child(11) > a:hover:after {
    display: none;
}

.wsmenu > .wsmenu-list > li:nth-child(4) > a,
.wsmenu > .wsmenu-list > li:nth-child(9) > a,
.wsmenu > .wsmenu-list > li:nth-child(11) > a {
    padding-top: 26px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu {
    top: 100%;
    padding: 14px 0px;
    z-index: 2;
    background: #8bc6c9;
    border: none;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu > .container {
    padding-left: 30px;
    padding-right: 30px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu:before {
    content: '';
    background: #8bc6c9;
    position: absolute;
    left: -1500px;
    right: 0;
    width: 9000px;
    height: 100%;
    top: 0;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list {
    padding: 0;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list ul {
    margin: 0;
    padding: 0;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
    white-space: normal;
    display: inline-block;
    width: 25%;
    float: left;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a {
    text-align: center;
    background: #fff;
    background-image: none;
    border-right: 0 none;
    display: block;
    background-color: transparent;
    padding: 3px 0;
    line-height: normal;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-family: 'GillSans-Medium';
    color: #007970;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover {
    background: #bd2846;
    color: #fff;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:before {
    content: "- ";
    color: #007970;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover:before {
    color: #fff;
}

.site-main-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    width: 100%;
    box-shadow: 0px 0px 3px #999;
    z-index: 999;
}


@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.bck {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    background-color: rgba(210, 95, 7, 0.6);
    color: #fff;
    visibility: hidden;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    transition-property: all;
    z-index: 9999;
    font-size: 24px;
    border-radius: 100%;
}

.bck:hover {
    background-color: rgba(210, 95, 7, 1);
    color: #fff !important;
}

.site-footer {
    padding: 0;
}

.site-footer ul li a {
    font-size: 15px;
    color: #8bc6c9;
    position: relative;
}

.site-footer ul li a:hover {
    color: #fff;
}

.site-footer .footer-heading {
    font-size: 16px;
    color: #fff;
    font-family: 'GillSans-Bold';
    margin-bottom: 7px !important;
}


.footer-top {
    padding: 40px 0 50px;
    background: #4d4d4d;
}

.footer-socials {
    margin: 30px 0 0;
}

.socials {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.socials li {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
}

.socials li a {
    display: block;
    text-align: center;
}

.socials li a img {
    margin: auto;
}

.list-unstyled li {
    line-height: 22px;
}

.list-unstyled li ul {
    list-style-type: "- ";
    color: #8bc6c9;
    padding-left: 12px;
}


/*
.footer-sec.footer-sec-1 {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
}

.footer-sec.footer-sec-2 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.footer-sec.footer-sec-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.footer-sec.footer-sec-4 {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}
*/

.latest-blog-carousel {
    margin-top: 15px;
}

.latest-blog-inner {
    background: #fff;
    padding: 14px;
    margin: 0 -7px;
    height: 100%;
}

.blog-content {
    padding: 14px 10px 5px 10px;
}

.blog-content p {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.latest-blog-inner h3 {
    color: #000;
    font-size: 20px;
    font-family: 'Georgia-Bold';
    line-height: 25px;
    line-height: 25px;
}

.btn-middle-area {
    margin-top: 50px;
}

.see-all-btn {
    background-image: url(../images/see-all-bg.png);
    min-width: 240px;
    padding: 13px 20px;
    font-size: 16px;
    line-height: 20px;
}

.see-all-btn:hover {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

.testimonials-carousel {
    margin-top: 16px;
}

.testimonials-carousel-area {
    margin-left: 10px;
    margin-right: 10px;
}

.testimonials-inner {
    background-color: #8bc6c9;
    position: relative;
    padding: 70px 30px 80px;
    height: 100%;
    margin: 0 -7px;
}

.testimonials-inner p {
    color: #000;
    font-size: 15px;
    line-height: 20px;
}

.testimonials-carousel .col {
    padding-bottom: 60px;
}

.testimonials-inner:before {
    content: '';
    background: url(../images/testi-curve-arrow.png) no-repeat center center;
    width: 82px;
    height: 50px;
    position: absolute;
    top: auto;
    bottom: -46px;
    right: 50px;
    margin: auto;
    z-index: 2;
    background-size: contain;
}

.testimonials-inner h3 {
    color: #4d4d4d;
    font-family: 'GillSans-Bold';
    font-size: 18px;

}

.testimonials-inner p {
    color: #000;
    font-size: 15px;
    line-height: 20px;
}

.read-more-btn {
    display: inline-block;
    color: #bd2846;
    font-size: 14px;
    margin-top: 0;
    font-family: 'Georgia-Bold';
    padding: 0px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;

}

.read-more-btn img {
    display: inline-block !important;
    margin: 0 0 0 4px;
}

.read-more-btn:hover {
    color: #bd2846;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.footer-address {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-address li {
    margin-bottom: 22px !important;
}

.footer-address p {
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 20px;
}

.footer-address p {
    color: #8bc6c9;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;

}

.footer-address p:hover {
    color: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;

}

.footer-address p a {
    text-transform: none !important;

}

.footer-address p a.f-phone {
    font-size: 20px !important;
}

p.submit-here {
    color: #8bc6c9;
    cursor: pointer;
    -webkit-transition: .3s all ease;

    -o-transition: .3s all ease;
    transition: .3s all ease;

}

p.submit-here:hover {
    color: #fff;
}

.ftr-input-wrap {
    width: 100%;
    float: left;
    margin: 0 0 13px 0;
}

input.ftr-input {
    color: #4d4d4d;

    line-height: 24px;
    border: 1px solid #8c8888;
    width: 100%;
    height: 35px;
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 18px;
    color: #000;
    font-family: 'GillSans-Regular';
}

.ftr-txta {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #8c8888;
    width: 100%;
    height: 140px;
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 18px;
    color: #000;
    font-family: 'GillSans-Regular';
}

input.ftr-input:focus,
.ftr-txta:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f9b7c5;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 66, 102, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(238, 66, 102, 0.25);
}

.ftr-input-wrap input::-webkit-input-placeholder,
.ftr-input-wrap textarea::-webkit-input-placeholder {
    color: #000;
    font-style: italic;
}

.ftr-input-wrap input::placeholder,
.ftr-input-wrap textarea::placeholder {
    color: #000;
    font-style: italic;
}

.cd-panel__content img {
    max-width: 100%;
}


.footer-form {
    width: 100%;
    padding: 0 20px;
    float: left;
}


.ftr-submit-wrap {
    width: 100%;
    float: left;
    text-align: right;
}

.modal-header {
    border-bottom: 0;
    border-radius: 0;

}

.modal-header:focus {
    outline: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {

    outline: none !important;
}

.modal-footer {

    border-top: 0;
    border-radius: 0;
}

.make-appoint-sec,
#ftr-contact-popup .call-us-sec {
    width: 100%;
    float: left;
    text-align: center;
}

.make-appoint-sec a,
#ftr-contact-popup .call-us-sec a {
    color: #000;
    font-size: 25px;
    line-height: 25px;
    padding: 0 0 15px 0;
    display: inline-block;
    font-family: 'GillSans-Regular';
}

.make-appoint-sec p,
#ftr-contact-popup .call-us-sec p {
    color: #4d4d4d;
    font-size: 20px !important;
}

.latest-blog-carousel .latest-blog-image img {
    width: 100%;
}

.footer-sec.footer-sec-4 {
    padding-left: 61px;
}

.mobile-socials {
    display: none;
}

.parallax-window {
    min-height: 300px;
    background: transparent;
}

.find-us-btn {
    background: url(../images/where-find-btn-bg.png) no-repeat center;
    background-color: 100%;
    background-size: cover;
    text-align: center;
    font-family: 'Georgia';
    color: #fff;
    display: inline-block;
    right: -54px;
    top: 80%;
    z-index: 30;
    transform: rotate(-90deg);
    position: fixed;
    width: auto;
    height: auto;
    padding: 16px 21px;
    bottom: auto;
    font-size: 15px;
}

.find-us-btn:hover {
    color: #fff;
    font-size: 19px;
    right: -60px;
}

.home-top-btn-area {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    top: 28px;
}

.home-top-btn-area-inner {
    float: right;
}

.rooms-sec-middle-content {
    padding: 0 15% 40px;
}

.rooms-sec-middle-content p {
    color: #4d4d4d;
    font-size: 16px;
    font-family: 'Georgia';
    line-height: 30px;
}

.rooms-lists {
    margin: 0 10px;
}

.rooms-lists .col-md-3 {
    margin-bottom: 10px;
}

.rooms-lists-col {
    background-color: #8bc6c9;
    height: 100%;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
    display: table;
    vertical-align: middle;
    position: relative;
}

.rooms-lists-col p {
    color: #007970;
    font-family: 'GillSans-Bold';
    font-size: 18px;
}

.rooms-lists-title {
    padding: 23px 0;
    color: #fff;
    font-family: 'GillSans-Medium';
    font-size: 16px;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    background-color: #8bc6c9;
    -webkit-transition: background-color 0.4s linear;
    -ms-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

.rooms-lists .col-md-3:first-child .rooms-lists-title {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.rooms-lists .col-md-3:first-child .rooms-lists-title p {
    margin: 0;
}

.rooms-lists-col-hover {
    overflow: hidden;
}

.rooms-lists-img {
    position: relative;
}

.rooms-lists-img-hover {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(189, 40, 70, .85);
    -webkit-transition: background-color 0.4s linear;
    -ms-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.rooms-lists-col:hover .rooms-lists-img-hover {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition: background-color 0.4s linear;
    -ms-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

.rooms-lists-img-hover img {
    max-width: 90%;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.rooms-lists-col:hover .rooms-lists-img-hover img {
    -webkit-transform: translateY(22px);
    -moz-transform: translateY(22px);
    -ms-transform: translateY(22px);
    transform: translateY(22px);
}

.rooms-lists-col:hover .rooms-lists-title {
    background-color: rgba(189, 40, 70, 1);
    -webkit-transition: background-color 0.4s linear;
    -ms-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.rooms-lists .col-md-3:first-child .rooms-lists-col:hover .rooms-lists-title {
    background-color: #8bc6c9;
}

.getting-started-lists {
    padding: 0 12px;
}

.getting-started-lists-col {
    background-color: #fff;
    height: 100%;
    position: relative;
    margin: 0 -7px;
}

.getting-started-lists-col:before {
    content: '';
    background: url(../images/arrow-sky-color.png) no-repeat center center;
    width: 60px;
    height: 60px;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: -52px;
    right: -38px;
    margin: auto;
    z-index: 2;
}

.getting-started-lists .col-md-4:last-child .getting-started-lists-col:before {
    display: none;
}

.getting-started-content {
    padding: 20px 35px 30px 30px;
}

.getting-started-content p {
    color: #000;
    font-size: 15px;
    line-height: 20px;
}

.getting-started-content h4 {
    color: #000;
    font-family: 'Georgia-Bold';
    font-size: 24px;
    line-height: 25px;
    margin: 0 0 7px 0;
}

.getting-started-img {
    text-align: center;
    padding-top: 10px;
}

.getting-started-img img {
    margin: auto;
    width: 100%;
}

.cta-btn-area {
    text-align: right;
    margin: 45px 7px 0px;
    display: inherit;
    width: 100%;
}

.cta-btn {
    color: #bd2846;
    min-width: 200px;
    text-align: center;
    background-image: url(../images/cta-btn-bg.png);
    background-color: #fff;
    border: 2px solid #bd2846;
    padding: 9px 13px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
}

.cta-btn:hover {
    color: #bd2846;
    background-image: url(../images/cta-btn-bg.png);
    background-color: #fff;
}

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

.video-section .site-title {
    padding-right: 14%;
}

.video-section .site-title p {
    line-height: 26px;
}

.video-main img {
    width: 100%;
}

.header-gap {
    display: none;
    width: 100%;
}

.header-gap.show {
    display: inline-block;
}

.inner-pages-heading {
    text-align: center;
    padding-bottom: 50px;
}

.inner-pages-header .container {
    position: relative;
}

.inner-pages-header-image {
    background: url(../images/patterns-3.jpg) repeat top -7px left;
}

.inner-pages-heading h1 {
    color: #fff;
    font-family: 'Georgia-Bold';
    background: url(../images/inner-heading-bg.png) no-repeat center top;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0;
    padding: 40px 100px 25px;
    font-size: 35px;
}

.call-us-btn-outer {
    position: absolute;
    width: 100%;
    top: 0;
}

.call-us-btn {
    text-align: center;
    color: #bd2846;
    font-family: 'Georgia-Bold';
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 38px;
    z-index: 20;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.call-us-btn a {
    color: #bd2846;
    font-family: 'Georgia-Bold';
}

.call-us-btn:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.inner-pages-container p {
    line-height: 26px;
}

.faq-heading h2 {
    color: #fff;
    background: #8299ce;
    font-family: 'Georgia-Bold';
    padding: 23px 29px;
    margin: 0;
    margin-bottom: 18px;
}

.faq-accordion button {
    color: #000;
    font-family: 'Georgia';
    font-size: 20px;
    padding: 24px 30px;
    border: none;
    width: 100%;
    text-align: left;
    padding-right: 92px;
}

.faq-accordion button:focus {
    text-decoration: none;
}

.faq-accordion button:hover {
    color: #000;
    text-decoration: none;
}

.faq-accordion .card {
    border-radius: 0px;
    border: none;
    margin-bottom: 18px;
}

.faq-accordion .card:last-child {
    margin-bottom: 0px;
}

.faq-accordion .card-header h2 {
    line-height: initial;
    font-size: 20px;
}

.faq-accordion .card-header {
    border-radius: 0px;
    border: none;
    position: relative;
    padding: 0px;
    background-color: #fff;
}

.arrow-accordion {
    position: absolute;
    right: 26px;
    top: 19px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.arrow-accordion img {
    width: 46px;
}

.faq-accordion button[aria-expanded="true"] .arrow-accordion {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.column-text-list {
    margin-bottom: 40px;
}

.column-text-list:last-child {
    margin-bottom: 0px;
}

.column-text-list .read-more-btn {
    margin-top: -5px;
}

.our-people-column {
    background: #fff;
    padding: 40px 30px 30px;
    margin-top: 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.our-people-column:last-child {
    margin-bottom: 60px;
}

.our-people-bio-img img {
    border-radius: 100%;
}

.blog-sec .unq-div {
    margin-bottom: 15px;
}

.blog-sec .btn-middle-area {
    margin-top: 45px;
}

.blog-main-banner {
    overflow: hidden;
}

.blog-main-banner .banner-sidebar-inner {
    background: url(../images/header-content-bg2.png) no-repeat center top;
    background-size: 100% 100%;
    padding-top: 0;
    display: table;
    vertical-align: middle;
    height: 101%;
}

.blog-main-banner .banner-sidebar-inner h2 {
    display: table-cell;
    vertical-align: middle;
}

.blog-post-socials {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-post-socials li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.blog-post-socials li a {
    display: block;
    padding: 6px 4px;
    font-size: 15px;
}

.blog-post-socials li i.fa-facebook-f {
    color: #3c57b3;
}

.blog-post-socials li i.fa-twitter {
    color: #309ff2;
}

.blog-post-socials li i.fa-linkedin {
    color: #4878c0;
}

.blog-post-socials li i.fa-link {
    color: #fe8b00;
    transform: rotate(90deg);
}

.latest-blog-image {
    position: relative;
}

.latest-blog-image .blog-post-socials {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    background-color: #fff;
    padding: 0 8px;
}

.blog-right-col {
    margin-bottom: 62px;
}

.blog-right-col:last-child {
    margin-bottom: 0px;
}

.blog-right-col-inner {
    padding: 0px;
}

.blog-post-lists {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-right-title h2 {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 22px;
    font-family: 'Georgia-Bold';
    margin-bottom: 20px;
}

.blog-post-lists li {
    position: relative;
    padding: 0;
    margin: 0;
}

.blog-post-lists li a {
    color: #000;
    font-size: 16px;
    font-family: 'Georgia-Bold';
}

.search-area .form-control {
    background: #fff;
    height: 41px;
    border: none;
    border-radius: 0px;
    padding: 3px 18px;
    font-size: 18px;
    color: #000;
    padding: 13px 10px;
    font-family: 'GillSans-Light';
}

.search-area input::-webkit-input-placeholder {
    color: #000;
    font-style: italic;
}

.search-area input::-moz-placeholder {
    color: #000;
    font-style: italic;
}

.search-area input:-ms-input-placeholder {
    color: #000;
    font-style: italic;
}

.search-area input:-moz-placeholder {
    color: #000;
    font-style: italic;
}

.blog-right-col-inner .btn-primary {
    margin-top: 12px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 18px;
    padding: 11px 15px;
}

.blog-right-col-inner .form-control {
    border: none;
    border-radius: 0px;
    font-size: 18px;
    color: #000;
    font-family: 'GillSans-Regular';
}

.blog-right-col-inner input::-webkit-input-placeholder {
    color: #000;
    font-style: italic;
}

.blog-right-col-inner input::-moz-placeholder {
    color: #000;
    font-style: italic;
}

.blog-right-col-inner .form-group {
    margin-bottom: 7px;
}

.blog-right-col-inner input:-ms-input-placeholder {
    color: #000;
    font-style: italic;
}

.blog-right-col-inner input:-moz-placeholder {
    color: #000;
    font-style: italic;
}

.search-area .input-group-text {
    cursor: pointer;
    border: none;
    border-radius: 0px;
    text-align: center;
    padding: 0;
    border: none;
    background-color: #fff;
}

.search-area .input-group-text img {
    margin: auto;
}

.search-area .input-group-text input[type="submit"] {
    background: url(../images/arrow-right.png) no-repeat center center;
    text-indent: 50px;
    width: 41px;
    border: none;
    background-color: transparent;
    height: 41px;
    box-shadow: none;
    background-size: cover;
}

.search-area .btn {
    padding: 0 !important;
    background-color: transparent !important;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 100%;
}

.blog-post-lists {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-right-col3 {
    position: relative;
    padding-top: 50px;
}

.blog-right-col3:before {
    content: '';
    background: #8bc6c9;
    position: absolute;
    width: 25%;
    height: 12px;
    left: 0;
    top: 0;
}

.inner-pages-header {
    position: relative;
}


.category-pages-header {
    position: relative;
    background: url(../images/patterns-3.jpg) repeat top -7px left;
    overflow: hidden;
}

.category-pages-header-middle {
    background: url(../images/category-header-bg.png) no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    z-index: 20;
    margin: auto;
    left: -11px;
    right: 0;
    max-width: 580px;
}

.category-pages-header-table {
    display: table;
    vertical-align: middle;
    width: 100%;
    min-height: 206px;
}

.category-right-text-inner {
    min-height: 235px;
}

.category-pages-image,
.category-pages-heading {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
}

.category-pages-image {
    text-align: center;
    padding: 20px 20px 15px 10px;
}

.category-pages-heading h1 {
    color: #fff;
    font-family: 'Georgia-Bold';
    margin: 0;
    font-size: 35px;
}

.col-md-6.rt-wrap-outer:after {
    top: 135px;
    content: '';
    position: absolute;
    width: 9000px;
    background: #fff;
    height: 9000px;
    right: 0;
    left: 0px;
    bottom: 0;
    z-index: -3;
}

.col-md-6.rt-wrap-outer {
    z-index: 19;
}

.category-right-text {
    text-align: left;
    padding-top: 238px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 15px;
    max-width: 540px;
}

.category-right-innerwrap {
    background: #fff;
    padding: 60px 20px 0;

    position: absolute;
    bottom: 30px;

}

.category-pages-heading {
    padding: 15px 20px 15px 10px;
    text-align: center;
}

.category-right-text p {
    color: #4d4d4d;
    font-size: 16px;
    font-family: 'Georgia';
    line-height: 30px;

}

.banner-inline-btns .btn {
    margin-right: 8px;
}

.banner-inline-btns .btn:last-child {
    margin-right: 0px;
}

.category-left-big-img {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.category-left-big-img:before {
    content: '';
    background-color: rgba(226, 198, 117, 0.22);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.category-left-big-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.category-listing-gallery .owl-nav .owl-prev {
    left: 0;
}

.category-listing-gallery .owl-nav .owl-next {
    right: 0;
}

.category-listing-gallery figure {
    overflow: hidden;
    margin: 0;
    height: 300px;
    background: #fff;
}

.category-listing-gallery .item img {
    max-width: 100%;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-listing-gallery .item img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.category-listing-gallery .item figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px 10px;
    background-color: rgba(139, 198, 201, 0.85);
    color: #fff;
}

.category-listing-gallery .item figcaption {
    height: auto;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.category-listing-gallery .item figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

/*
.category-listing-gallery .item figure:hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
*/

.category-listing-gallery .item figure:hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.category-title-col {
    padding-top: 0;
    padding-right: 8px;
    height: 300px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
}

.category-listing-sec .order-lg-last .category-title-col {
    padding-right: 0px;
    padding-left: 8px;
}

.fancybox-skin {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    align-items: center;
}

.fancybox-outer {
    width: 50%;
}

.fancybox-title {
    width: 50%;
    padding-top: 0px !important;
    padding-left: 20px;
    font-size: 19px;
}

.fancybox-inner {
    width: 100% !important;
    height: auto !important;
}

.fancybox-overlay {
    background: none !important;
    background-color: rgba(255, 255, 255, 0.85) !important;
}

#fancybox-buttons {
    display: none;
}

.fancybox-close {
    background-image: none;
    position: absolute;
    right: -20px;
    top: -40px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 31px;
}

.fancybox-close:before {
    content: 'x';
    font-size: 39px;
    color: #000;
    font-weight: bold;
}

.fancybox-wrap {
    min-width: 60% !important;
}

.testimonials-carousel .owl-stage {
    display: flex;
}

.testimonials-carousel .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.testimonials-carousel .col {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.image-object-col {
    height: 326px;
    background-color: #fff;
    overflow: hidden;
}

.image-object-col img {
    height: 100%;
    object-fit: contain;
}

div#find-us-modal .modal-header,
div#find-us-modal .modal-footer {
    border: 0;
}

.main-nav {
    position: relative;
}

.home-menu {
    position: absolute;
    left: 0;
    height: 100%;
    display: none;
}

.home-menu a {
    padding: 15px 15px;
    text-decoration: none;
    font-size: 20px;
    font-family: 'GillSans-Medium';
    color: #007970;
    vertical-align: middle;
    min-height: 66px;
    display: inline-block;
    line-height: 36px;
    box-sizing: border-box;
    min-width: 70px;
}

.home-menu a:hover {
    color: #fff;
    background-color: #bd2846;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}



.footer-wine-logo {
    color: #fff;
    background-color: #bd2846;
    max-width: 200px;
    text-align: center;
    font-size: 21px;
    line-height: 28px;
    padding: 8px 10px;
    font-family: 'Georgia-Bold';
    display: block;

}

.footer-wine-logo:hover {
    color: #fff;
    background-color: #bd2846;
}

.footer-wine-logo span {
    display: block;
}



/* -------------------------------- 
Slide In Panel 
-------------------------------- */
.cd-main-content {
    text-align: center;
}

.cd-main-content h1 {
    font-size: 2rem;
    color: #64788c;
    padding: 4em 0;
}

.cd-btn {
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    background-color: #89ba2c;
    color: #ffffff;
    border-radius: 50em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.cd-btn:hover {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}



.cd-panel {
    position: absolute;
    top: 0;
    right: 0;

    width: 420px;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
    z-index: 9999;
}

.find-us-btn:hover .cd-panel {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}


.cd-panel.cd-panel--is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

.cd-panel.cd-panel--is-visible::after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
}

.cd-panel__header {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: -webkit-transform 0.3s 0s;
    transition: -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s;
    transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;

}

.cd-panel__header h1 {
    color: #89ba2c;
    padding-left: 5%;
}

.cd-panel--from-right .cd-panel__header {
    right: 0;
}

.cd-panel--from-left .cd-panel__header {
    left: 0;
}




.cd-panel__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.cd-panel__close::before,
.cd-panel__close::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 20px;
    height: 3px;
    width: 20px;
    background-color: #8bc6c9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-panel__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-panel__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-panel__close:hover {
    background-color: #8bc6c9;
}

.cd-panel__close:hover::before,
.cd-panel__close:hover::after {
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-panel__close:hover::before {
    -webkit-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    transform: rotate(220deg);
}

.cd-panel__close:hover::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
    -webkit-animation: cd-close-1 0.6s 0.3s;
    animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
    -webkit-animation: cd-close-2 0.6s 0.3s;
    animation: cd-close-2 0.6s 0.3s;
}

.panel-wrap {
    position: relative;
    padding: 0;
}

@-webkit-keyframes cd-close-1 {

    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes cd-close-1 {

    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes cd-close-2 {

    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes cd-close-2 {

    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.cd-panel__container {
    position: fixed;
    width: 420px;
    height: 80%;
    bottom: 0;
    background: #fff;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    min-width: 300px;
    max-height: 660px;
}

.cd-panel--from-right .cd-panel__container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.cd-panel__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 52px 0 15px 0;
    overflow: auto;
    /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
}


.ftr-left-address {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    padding: 0 0 0 20px;
}

.ftr-left-address p {
    color: #fff;
}

.ftr-left-address p a,
.ftr-left-address a {
    color: #fff;
}

.ftr-left-address p a:hover,
.ftr-left-address a:hover {
    color: #8bc6c9;
}

.wsmenu > .wsmenu-list > li.active a,
.wsmenu > .wsmenu-list > li.current a {
    color: #fff;
    background-color: #bd2846;
}

.wsmenu > .wsmenu-list > li.active a:before,
.wsmenu > .wsmenu-list > li.current a:before {
    display: none;
}

#make-appointment .modal-content,
#ftr-contact-popup .modal-content {
    border-radius: 0;
}

#make-appointment .modal-dialog,
#ftr-contact-popup .modal-dialog {
    max-width: max-content;
    width: 100%;
}

#make-appointment .modal-footer,
#ftr-contact-popup .modal-footer {
    padding: 0;
}

#make-appointment .modal-header,
#ftr-contact-popup .modal-header {
    padding-bottom: 0;
}

.call-map-btn {
    display: block;
    width: 137px;
    height: 30px;
    position: absolute;
    right: 27px;
    top: 37px;
    z-index: 2;
}

.rt-wrap-image {
    padding-right: 0px;
}

.main-banner-video-row {
    display: flex;
    flex-wrap: wrap;
}

.video-container {
    display: inline-block;
    width: calc(100% - 360px);
    position: relative;
    z-index: 2;
    margin-left: -10px;
}

.home-main-banner .home-top-btn-area-inner {
    margin-right: 16%;
}

.blog-main-banner .banner-sidebar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    bottom: 0;
}

.blog-main-banner .video-container {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-left: 0px;
}

.blog-main-banner .banner-sidebar-inner:before {
    display: none !important;
}

.aboutHome,
.innerPage {
    padding: 58px 0;
}

header.entry-header {
    margin-top: 30px;
}

h1.entry-title {
    color: #8299ce;
    font-family: 'Georgia-Bold';
    margin: 0 0 30px 0;
    line-height: 30px;
    font-size: 30px;
}

.blog-details-col .container > h1,
.blog-details-col .entry-header .entry-meta {
    display: none;
}

.blog-details-col h2 {
    font-family: 'GillSans-Regular';
    font-size: 24px;
}

.blog-details-col h3 {
    font-family: 'GillSans-Regular';
    font-size: 18px;
}

.blog-details-col ul {
    margin: 20px 0 30px;
}

.blog-details-col ul li {
    font-family: 'GillSans-Regular';
}

.blog-details-col ul li p {
    margin-bottom: 6px;
    font-size: 18px;
}

.replayForm {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

h3#comments {
    font-size: 25px;
    margin-bottom: 28px;
}

ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.commentlist .comment-author img {
    border-radius: 100%;
    margin-right: 11px;
}

a.comment-edit-link {
    background: #8bc6c9;
    color: #fff;
    padding: 3px 13px;
    font-size: 13px;
    margin-left: 14px;
}

.commentlist li {
    border-bottom: 1px solid #ccc;
    padding: 23px 0;
}

.comment-reply-link {
    color: #fff;
    background-color: #bd2846;
    display: inline-block;
    padding: 5px 35px;
    border-color: #bd2846;
    background-image: url(../images/make-an-app-bg.png);
    background-repeat: repeat;
    background-position: center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.comment-reply-link:hover {
    color: #fff;
    background-color: #bd2846;
    border-color: #bd2846;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

div#respond {
    margin-top: 26px;
}

a#cancel-comment-reply-link {
    background-color: #bd2846;
    color: #fff;
    padding: 5px 8px;
    display: inline-block;
    font-size: 14px;
}

#commentform label,
#commentform .acf-comment-fields .acf-label {
    padding: 6px 15px 0 0;
    text-align: left;
    border-bottom: 0;
    width: 15%;
    float: left;
    font-weight: normal;
}

#commentform .comment-form-rating,
#commentform .comment-form-comment,
#commentform .comment-form-author,
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-cookies-consent,
.form-submit {
    width: 100%;
}

#commentform .acf-comment-fields .acf-field {
    width: 100% !important;
    min-height: auto !important;
    margin: 0 0 11px !important;
}

#commentform .comment-form-cookies-consent label {
    width: auto;
    float: none;
}

#commentform input[type="text"],
#commentform input[type="email"] {
    border: 1px solid #ccc;
    height: 42px;
    padding: 6px 12px;
    width: 85%;
}

#commentform textarea {
    border: 1px solid #ccc;
    height: 150px;
    resize: none;
    padding: 6px 12px;
    width: 85%;
}

#commentform .acf-comment-fields .acf-input {
    width: 85%;
    float: right;
}

#commentform .acf-comment-fields .acf-input input[type="text"] {
    width: 100%;
}

#commentform p.stars {
    margin-top: 6px !important;
}

#commentform input[type="submit"],
#commentform input#submit {
    left: auto !important;
    background-color: #bd2846 !important;
    color: #fff !important;
    margin: auto !important;
    font-weight: normal !important;
    text-transform: uppercase;
    border-radius: 0px !important;
    font-size: 16px !important;
    padding: 9px 45px !important;
    border: none;
}

.comment-notes {
    font-size: 18px !important;
    margin-bottom: 18px !important;
}

.post-submit-btn {
    background: #bd2846;
    padding: 12px 36px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #fff;
    font-size: 15px;
    outline: 0px;
    border: 0px;
    float: right;
    cursor: pointer;
    text-transform: uppercase;
}

.comment-author {
    margin-bottom: 10px;
}

.comment-metadata {
    margin-bottom: 5px;
}

.blog-details-col img {
    max-width: 100%;
}

.blog-details-col h1,
.page-title {
    font-family: 'Georgia-Bold';
}

h3#reply-title {
    color: #8299ce;
    font-family: 'Georgia-Bold';
    margin: 0 0 8px 0;
    font-size: 26px;
}

.error-page {
    padding: 90px 0 160px;
    text-align: center;
}

.error-page h1 {
    color: #8299ce;
    font-family: 'Georgia-Bold';
    font-size: 35px;
    margin-bottom: 10px;
}

.return-home-btn {
    color: #fff !important;
    border: 1px solid #bd2846;
    display: inline-block;
    padding: 8px 18px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    line-height: normal;
    background-color: #bd2846;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    text-transform: uppercase;
}

.error-page .return-home-btn i {
    color: #fff;
    margin-left: 15px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.return-home-btn:hover,
.return-home-btn:focus {
    text-decoration: none;
    color: #fff;
    border: 1px solid #bd2846;
    background-color: #bd2846;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.home-menu-dropdown {
    position: absolute;
    left: 0;
    height: 100%;
}

.home-menu-dropdown .dropdown > a {
    padding: 15px 15px;
    text-decoration: none;
    font-size: 20px;
    font-family: 'GillSans-Medium';
    color: #007970;
    vertical-align: middle;
    min-height: 66px;
    display: inline-block;
    line-height: 36px;
    box-sizing: border-box;
    min-width: 70px;
}

.home-menu-dropdown .dropdown > a:hover {
    color: #fff;
    background-color: #bd2846;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.dropdown-menu {
    margin: 0;
    background: #8bc6c9;
    border: none;
    border-radius: 0;
    padding: 0;
    min-width: 195px;
}

.dropdown-menu a {
    text-align: center;
    background: #fff;
    background-image: none;
    border-right: 0 none;
    display: block;
    background-color: transparent;
    padding: 8px 0;
    line-height: normal;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-family: 'GillSans-Medium';
    color: #007970;
}

.dropdown-menu a:hover {
    background: #bd2846;
    color: #fff;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

ul#menu-main-menu li#menu-item-465 > a {
    min-width: 55px;
    text-indent: -300px;
    overflow: hidden;
    text-align: center;
}

ul#menu-main-menu li#menu-item-465 .caret {
    width: 20px;
    text-indent: 0;
    background-color: transparent;
    font-size: 20px;
    padding: 0;
    position: absolute;
    height: 20px;
    display: inline-block !important;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

ul#menu-main-menu li#menu-item-465 .caret::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f015";
    font-size: 20px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li.blank {
    visibility: hidden !important;
}

.testimonials-table {
    display: table;
    vertical-align: middle;
    height: 100%;
}

.testimonials-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.read-more-btn.less {
    margin-top: 20px;
}

.unq-less-more img {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.list-text-column-sec .site-title h2 {
    margin-bottom: 15px;
}

.tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    background: #f3f3f3;
    border: 1px solid #737373;
    color: #737373;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important;
}

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}

.tooltip-inner {
    max-width: 340px !important;
    height: auto;
    border-radius: 0px;
    font-size: 12px;
    padding: 20px 10px 15px 10px;
    background: #FFFFFF;
    color: rgb(0, 0, 0, .7);
    border: 1px solid #fff;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.tooltip-inner a {
    color: #000;
    font-size: 18px;
}

.tooltip-inner p {
    color: #4d4d4d;
    font-size: 16px;
    margin: 0;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #fff;
}

.banner-upper-logo {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    bottom: auto;
    padding: 6% 23%;
}
/*********************
CUSTOM FURNITURE PAGE
*********************/
.cf-topcontent {
    width: 85%;
    margin: 2em auto;
}
.cf-top-text {
    width: 100%;
    display: block;
    padding: 0 0.5em .5em;
}
.cf-top-text h2 {
    text-align: center;
    font-weight: 900;
    font-family: 'Georgia-Bold';
}
.cf-top-text p {
    text-align: center;
	font-size: .9em;
}
.cf-top-img {
    display: block;
    width: 100%;
    vertical-align: top;
}
.cf-top-img img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.cf-main-content {
    width: 100%;
    margin: .5em auto;
}
.cf-content {
    width: 100%;
    margin: 0 auto;
    clear: both;
}
.cf-sub-content {
    width: 100%;
}
.cf-2-col {
	width: 80%;
	margin: 0 auto;
}
.cf-sub-content h2 {
    font-family: 'Georgia-Bold';
    font-size: 1.75em;
    width: 90%;
    padding: .5em;
    margin: 0 auto;
}
.left-col {
    display: block;
    width: 100%;
    margin-right: 4%;
	vertical-align: top;
}
.right-col {
    display: block;
    width: 100%;
	vertical-align: top;
}
#gallery-1 {
    text-align: center;
}
.gallery-item {
    display: inline-block;
    margin: .15em;
}
.gallery-item:hover {
    opacity: 0.5;
}
#gallery-1 .gallery-item {
    border-bottom: 1px solid #999;
}
#gallery-1 .gallery-item img {
    width: auto;
    max-height: 200px;
}
#gallery-1 .gallery-item:hover {
    opacity: 0.4;
}
.left-col.made-to-order h2 {
    color: #8299ce;
    font-family: 'Georgia-Bold';
    margin: 0 0 8px 0;
    line-height: 30px;
    font-size: 30px;
}
.cf-getStarted {
    width: 100%;
    background: url(https://www.winecountryfinefurniture.com/wp-content/uploads/2021/07/patterns-4-min.jpg);
}
.rooms-lists.cf-subGS {
    margin: 0px auto;
    padding-top: .5em;
}
.main-content {
    width: 75%;
    margin: 1em auto;
}
.main-content p {
    font-size: 1.25em;
}
@media only screen and (min-width:768px) {
	.left-col {
		display: inline-block;
		width: 55%;
		margin-right: 4%;
		vertical-align: top;
	}
	.right-col {
		display: inline-block;
		width: 40%;
		vertical-align: top;
	}
	.cf-top-img {
		display: inline-block;
		width: 64%;
		vertical-align: top;
	}
	.cf-top-text {
		width: 35%;
		display: inline-block;
	}
	.cf-top-img {
		display: inline-block;
		width: 64%;
		vertical-align: top;
	}
	.cf-top-text {
		width: 35%;
		display: inline-block;
		padding: 0 0.5em .5em;
	}
	.gallery-item {
		margin: 0 1em 1em 1em;
	}
	.rooms-lists.cf-subGS {
		width: 75%;
	}
	.main-content-col {
		width: 75%;
		margin: 0 auto;
	}
	.left-col.made-to-order {
		width: 45%;
		margin-top: 7%;
	}
	.right-col.img-gif {
		width: 50%;
	}
}

/*****CUSTOM PRODUCT PAGE*****/

 .product-template .inner-content{
    background: url('https://www.winecountryfinefurniture.com/wp-content/themes/winecountryfinefurniture/images/patterns-4.jpg');
        background-repeat: repeat;
        background-size: auto;
    background-size: contain;
    background-repeat: repeat-y;
}
.cp-productGrid.col-12 {
    margin: 1em auto;
	width: 100%;
}
.cp-productGrid h2 {
    font-size: 2.5em;
    font-weight: 900;
    font-family: 'Georgia Bold';
}
.cp-bgImg img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}
.prod-grid {
    padding: 0 0 .5em 0;
}
.productGrid-sub {
	background: #fff;
	border: 1px solid #111;
	padding: 0 0 .5em 0;
	display: inline-block;
	vertical-align: top;
	min-height: 540px;	
}
.productGrid-sub:hover {
    box-shadow: 2px 2px 4px #111;
    transition: ease-in .5s;
}
.productGrid-sub {
    margin: .5em;
}
.productGrid-sub .prod-grid {
	display: inline-block;
	vertical-align: top;
}
.prod-grid h3 {
    font-size: 1.5em !important;
	margin: .25em;
}
.prod-img img {
    width: 100%;
    height: auto;
	max-height: 275px;
	object-fit: cover;
}
.addt-prod-img img {
	width: 150px;
	padding: 1em;
	height: 150px;
	object-fit: cover;
}
.prod-brand {
    position: absolute;
    top: 85%;
    right: 5%;
	color: #fff;
	text-shadow: 1px 1px 2px #111;
}
.prod-price, .prod-desc {
    margin: 1em;
}
.prod-price .reg {
	font-size: 1.25em;
}
.prod-price .sale {
	font-size: 1.5em;
	color: #f00;
	font-weight: 900;
}
.reg.on-sale {
    color: #999;
    text-decoration: line-through;
}
.sale.on-sale {
	color: #999;
    text-decoration: line-through;
	font-size: 1.25em;
}
.specialPrice p {
	font-size: 1.5em;
	color: #fff;
	font-weight: 900;
	width: max-content;
	background: #f00;
	padding: .25em;
	font-family: 'Georgia Bold';
}
.saleRibbon {
	position: relative;
}
.saleRibbon__wrapper {
	left: 0;
	position: absolute;
	top: 0;
	height: 500px;
	width: 500px;
	overflow: hidden;
}
.saleRibbon__ribbon {
	left: -11%;
	position: absolute;
	top: 13%;
	height: 35px;
	width: 275px;
	transform: rotate(-45deg);
	background-color: #ff0;
	text-align: center;
}

.saleRibbon__ribbon p {
	font-size: 1.25em;
	line-height: 1.75em;
	font-weight: 900;
	margin: 0;
	font-family: 'Georgia-Bold';
}
/*****CUSTOM GRID LAYOUT *****/
.grid-12m {
	width: 98%;
	margin: 1;
}
@media only screen and (min-width: 768px) and (max-width:1020px) {
	.grid-2t {    
		width: 44%;
		margin: 2%;
	}
}
@media only screen and (min-width: 1021px) {
	.grid-4d {    
		width: 31%;
		margin: 1%;
	}
	.cp-productGrid.col-12 {
		margin: 1em auto;
		width: 80%;
	}
}