/*
Theme Name: Quixites2
*/

 body {
     margin: 0;
     font-family: "raleway", helvetica, arial;
     font-size: 18px;
     font-weight: 300;
     line-height: 1.8;
     color: #181E1B;
}
 h1, h2, h3, h4, h5, h6{
     margin-bottom: 1rem;
     font-family: inherit;
     line-height: 1.2em;
     color: inherit;
     letter-spacing: 1px;
     color:#536D5F;
    font-weight: 400;
    font-family: 'parisienne', georgia, serif;

}

 a {
     color:#536D5F;
     -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
     text-decoration: underline;
}
 a:hover {
     text-decoration: none;
     color: #223F2E;
}
h1 {
    font-size: 2.5em;
    margin-top: 0;
}
 h2{
     font-size: 2em;
}
 h3 {
     font-size: 1.75em;
}
 h4, h5, h6 {
     font-size: 1.5em;
}

em {
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
}
p {
    margin-bottom: 30px;
}
/* Buttons */ 

a.btn, input.wpcf7-form-control.wpcf7-submit,
.woocommerce ul.products li.product .button{
    border: 1px solid #536D5F;
    color: #fff;
    background: #536D5F;
    text-decoration: none;
    padding: 15px 25px;
    display: block;
    width: 250px;
    text-transform: uppercase;
    transition: all 0.1s linear;
    text-align: center;
    font-family: "raleway", helvetica, arial;
}
.woocommerce ul.products li.product .button {
    margin:auto;
}
a.btn:hover, input.wpcf7-form-control.wpcf7-submit:hover,
.woocommerce ul.products li.product .button:hover {
    background: #fff;
    color:#536D5F;
}
a.btn.btn-white, #footer input.wpcf7-form-control.wpcf7-submit {
    color: #536D5F;
    background:#fff;

}
a.btn.btn-white:hover, #footer input.wpcf7-form-control.wpcf7-submit:hover {
    background:#536D5F;
    color:#fff;
}
a.btn-topbar {
    padding: 5px;
    width: 180px;
    margin: 10px 0;
}
.btn-center {
    margin:auto;
}
a.btn.btn-outline {
	color:#fff;
	background:transparent;
	border: 1px solid #fff;
}
a.btn.btn-outline:hover {
	background:#fff;
    color: #536D5F;
}
.bg-center {
    background-size: cover;
    background-position: center center;
}
.no-padding {
    padding: 0;
}
.grecaptcha-badge { 
    visibility: hidden;
}
/* Header */
#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
.page-template-tmpl-category #header,
.blog #header,
#header.no-banner,
.woocommerce #header {
	position: relative;
	background-color: #536D5F;
}
.header-wrap {
        padding: 15px 0;
    }

.mobile-menu-btn {
    background: #000;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: block;
    border: 1px solid #fff;
}
i.fas.fa-bars {
    color: #fff;
}
#header .social, #header .btn-topbar {
    display: none;
}
.social {
    padding:5px;
    font-size: 18px;
}

.social a {
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    *display:inline;
    zoom:1;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    position: relative;
    text-decoration: none;
}
.social a:hover {
	opacity: 0.6;
}
/* Navigation */

.nav-menu {
    display: none;
}



/* Home Banner */

@-webkit-keyframes fadeInUpSD {
    0% {
        opacity: 0;
        margin-top: 50px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes fadeInUpSD {
    0% {
        opacity: 0;
        margin-top: 50px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes shrink {
    0% {
        background-size: 110% 110%;
    }
    100% {
        background-size: 100% 100%;
    }
}

@-webkit-keyframes shrink {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
.hb-next.slick-arrow {
    position: absolute;
    left: 10px;
    top: calc(50% - 44px);
    z-index: 9999;
    color: #fff;
    font-size: 44px;
    cursor: pointer;
    transition: 0.2s all linear;
}
.hb-prev.slick-arrow {
    position: absolute;
    right: 10px;
    top: calc(50% - 44px);
    z-index: 9999;
    color: #fff;
    font-size: 44px;
    cursor: pointer;
    transition: 0.2s all linear;
}
.banner-slider {
    height: 500px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

#home-slider {
    height: 800px;
    overflow: hidden;
    background-image:url(images/1496.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.home-slider-wrap {
    height: 100%;
    background-size: cover;
    background-position: center center;
    color:#fff;
    position: relative;
}

.home-slider-wrap .overlay {
        -ms-flex-align: center!important;
        align-items: flex-center!important;
        background: linear-gradient(180deg, rgba(17,17,17,0.6) 0%, rgba(17,17,17,0.2) 100%);

}
.home-slider-wrap p.headline {
    color: #fff;
    margin: 0;
    font-size: 2em;
    line-height: 1.2em;
    font-family: 'parisienne', georgia, serif;
    font-style: italic;
}

.home-slider-wrap p {
    margin: 20px 0 30px;
    text-shadow: 2px 2px 15px #000;
}
.home-slider-wrap a.btn, .banner-slider-wrap a.btn {
    color: #fff;
    border-color: #fff;
    margin: 0;
}

.home-slider-wrap a.btn:hover, .banner-slider-wrap a.btn:hover {
    background: #fff;
    color: #3a457f;
}

.slider-content {
    padding: 0 20px;
    opacity: 0;
    width: 100%;
    z-index: 50;
}
.banner-content {
    margin: 150px 20px 0;
}

.slick-list, .slick-track {
    height: 100%;
}

.slick-active .home-slider-wrap .slider-content {
    animation-name: fadeInUpSD;
    animation-duration: 1.5s;
    opacity: 1;
}




/* Header Banner */
.header-banner-wrap, .banner-slide {
    height: 550px;
    background-position: center center;
    background-size: cover;
}
.header-banner-wrap h1 {
    color: #fff;
}

.overlay {
    width: 100%;
    height: 100%;
}

/* Header Content */

.header-content {
    background-color: #F2F4F3;
    padding:60px 0;
}
/* Floating text block */
.floating-text-block {
	background-position: center center;
    background-size:cover;
    position: relative;
}

.floating-text-block.img-bg .overlay {
    background: rgba(0,0,0,0.4);
    padding:150px 15px;
}
.floating-text-block h2, .floating-text-block {
    color:#fff;
    font-size: 0.95em;
}

.shortcode-wrap {
    margin:50px 0;
}


/* Booking  Bar */
.booking-bar-wrap {
    background:#536D5F;
    padding:20px;
    text-align:center;
}
.booking-bar {
    border-top: 1px solid #536D5F;
    border-bottom: 1px solid #536D5F;
    padding: 20px;
}
.booking-bar a {
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    transition: 0.1s all linear;
    background: #536D5F;
    border: 1px solid #fff;
}
.booking-bar a:hover {
    color: #536D5F;
    background:#fff;
}

/* CTA Bar */
.cta-bar-inner {
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    padding: 20px;
}
.cta-bar {
    background:#536D5F;
    padding:20px;
    text-align:center;
}


/* Image/Text Block */
.bg-image {
    min-height: 400px!important;
}
.image-wrap {
    padding: 30px;
}
.image-text-content {
    padding:50px;
}
.image-slider {
    width: 100%;
    height: 100%;
}
/* Text Block */

.left-underline:after {
    width: 150px;
    height: 2px;
    background-color: #536D5F;
    content: '';
    display: block;
    margin-top: 15px;
}

.center-underline:after {
	width: 150px;
    height: 2px;
    background-color: #536D5F;
    content: '';
    display: block;
    margin: 15px auto 0;
}
.underline-white:after {
	background-color: #fff;
}
/* Icon Grid */
.icon-grid {
    padding: 50px 0;
}
/* Icon Row */
.icon-wrap {
    margin:20px 0;
} 
.icon-row {
    text-align: center;
    padding:60px 0;
}
.icon-row h2 {
    font-weight: 400;
    color:#536D5F;
    padding-bottom:10px;
}

.icon-row a {
    text-decoration: none;
}
.icon-row .icon {
    font-size: 34px;
    border: 2px solid #536D5F;
    color: #536D5F;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
    text-align: center;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.icon-text {
	margin-bottom: 20px;
}
/* Full Image/Text */
.full-image-text-content {
    padding:50px 20px;
}
.full-image-text-content h2, .full-image-text-content h3 {
    text-transform: uppercase;
}
.full-image-text-bg {
    background-size: cover;
    background-position: center center: 
}
/* Masonry Grid */
.masonry-grid {
    margin:60px 0;
}
.masonry-grid-content {
    height: 100%;
     display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.masonry-grid-text {
    padding: 40px 0;
}
.masonry-grid-text p {
    margin:0;
}
.masonry-grid h3,
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-family: "raleway", helvetica, arial;
    text-transform: uppercase;
    font-size: 1.2em;
}
.masonry-footer {
    margin-top:40px;
}
/* Full Width */
.full-width {
    padding:80px 0;
    background:#F2F4F3;
}



.full-width.light {
    background:#fff;
}

.wide-tmpl {
    padding: 50px 0;
}

/* Shop */

.shop-wrap {
    padding: 50px 0;
}
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
    display: block;
}
     
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: unset;
}

.woocommerce .products ul, .woocommerce ul.products {
    text-align: center;
}

.woocommerce ul.products li.product .price {
    color: #536D5F;
    font-size: 1em;
}
.woocommerce-products-header {
    background-color: #F2F4F3;
    padding: 60px 0;
    text-align: center;
}
/* Responsive Video */
iframe[src*="//youtube.com/"], iframe[src*="//www.youtube.com/"] {
   display: block;
   margin: 0 auto;
}
.video-wrap {
	margin:20px auto;
}
.video-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.video-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/* CTA Block */
.cta-row {
    background-color: #536D5F;
    padding: 15px 0;
}
/* Cat Box */



.cat-box-content h3{
    padding: 20px;
 

}
.cat-box-content h3 {
    font-size: 1.5em;
    color: #536D5F;
    font-family: 'raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.cat-box-content a {
    text-decoration: none;
    color: #545f6f;
}

p.cat-excerpt {
    font-size: 0.85em;
}
.cat-box-content a:hover {
    color: #334b7f;
}
/* Cat Grid */
.cat-grid {
    padding: 60px 0;
}
.cat-grid img {
    margin:10px 0 30px;
}
.cat-grid-3 {
    background-color: #F2F4F3;

}

.cat-grid-content h2 {
    color: #536D5F;
    font-family: 'raleway', sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
}
.cat-grid-content p {
    font-family: 'parisienne', serif;
    font-size: 1.5em;
    line-height: 1.4em;
    color:#536D5F;
}

/* Testimonials Block */
.testimonials-section {
        padding: 30px 0 50px;
}


.testimonials-quote {
    padding-left: 100px;
    margin-top:80px;
    position: relative;
        font-size: 18px;
        font-style: italic;
        
}
.testimonials-quote:before {
    content: '“';
    font-size: 180px;
    line-height: 110px;
    position: absolute;
    top: 0;
    left: 0;
        font-family: 'parisienne', georgia,serif;
    color: #536D5F;
}
a.testimonials-url {
    display: block;
    text-align: right;
    text-decoration: none;
    font-style: italic;
    color: #002E5D;
    text-transform: uppercase;
    font-family: 'parisienne', georgia, serif;
}
.testimonial-full p:before {
        content: '“';
}
.testimonial-full p:after {
        content: '“';
}
/* Menu */ 
.menu-terms {
    color: #244d5a;
    text-align: center;
    margin: 10px auto;
}
.menu-header {
    display: block;
    text-align: center;

}

.r-menu-item {
    padding:20px;
}
.menu-item-name {
    color: #536D5F;
    font-style: italic;
        font-family: 'parisienne', georgia,serif;
        font-size: 1.3em;
}
.menu-heading-wrap {
    padding:15px 0;
}
.underline-dots {
    border-bottom: 1px dotted #536D5F;
    margin-bottom: 15px;
}

.menu-highlight {
    border: 2px solid #536D5F;
        margin-bottom: 20px;
}

.menu-highlight-title {
    background: #536D5F;
    color: #fff;
    padding: 5px 20px;
    font-family: 'parisienne', serif;
}
/* Testimonials */
.header-wide {
    text-align: center;
    margin: 30px 0;
}
.testimonials-heading {
    font-weight: 400;
    font-family: 'parisienne', serif;
    font-size: 1.5em;
    font-style: italic;
    margin-bottom: 30px;
}
.testimonials-quote {
    padding-left: 100px;
    position: relative;
        font-size: 18px;
        font-style: italic;
        
}
.testimonials-quote:before {
    content: '“';
    font-size: 180px;
    line-height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'parisienne', serif;
    color: #002E5D;
}

/* Blog */
figcaption {
    text-align: center;
    font-style: italic;
    font-size: 0.85em;
    display: block;
    color: #536D5F;
}
.blog-header {
    margin:30px 0;
}
.blog-content {
    margin: 50px 0;
}
h1.blog-title a {
    text-decoration: none;
}
.entry-date {
    font-size: 13px;
    margin-bottom: 30px;
}
#sidebar {
    margin-top: 30px;
}
.sidebar-cat {
    border: 1px solid #536D5F;
    padding: 20px;
    margin-bottom: 30px;
}
.sidebar-cat.recent-posts a {
    text-decoration: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d6cf;
    padding-bottom: 10px;
    font-size: 14px;
    display: block;
}
.sidebar-cat h4 {
    text-align: center;
    text-transform: uppercase;
}
.sidebar-cat .social a {
    color: #536D5F;
}
ul.tax-list {
    margin: 0;
    padding: 0;
}
ul.tax-list li {
    list-style: none;
    float: left;
}
ul.tax-list li a {
    background-color: #536D5F;
    text-decoration: none;
    margin: 0 5px 5px 0;
    padding: 5px;
    display: block;
    transition: .2s all linear;
    color: #fff;
    font-size: 14px;
}
/* Video Block */
.floating-text-wrap {
    text-align: center;
}
.floating-text-wrap a {
    color: #fff;
}
.video-bg-wrap .overlay {
    height: 100%;
    width: 100%;
    padding: 50px 0;
    background: #536D5F;
}

.video-bg video {
    width: 100%;
    display: block;
}

.bottom-content {
    margin:60px 0;
}

/* Popup */

.nl-popup label {
    display: block;
    font-size: 0.9em;
}

.nl-popup input {
    width: 100%;
    padding: 10px;
}

.nl-popup input[type="submit"] {
    color: #fff;
    border: 1px solid #536D5F;
    background: #536D5F;
    padding: 15px;
    transition: 0.1s all linear;
}

.nl-popup input[type="submit"]:hover {
    background: #fff;
    color: #536D5F;
}
/* Footer */


.footer-image-wrap {
    position: relative;
}
.footer-image-wrap img{
    width: 100%;
    height:auto;

}

#footer {
    background-color: #f3f4f3;
}
.footer-wrap {
    padding:50px 0;
}
#footer h2,
#footer h3,
#footer h4 {
    font-family: "raleway", helvetica, arial;
    text-transform: uppercase;
}
#footer h4 {
    font-size: 1.5em;
}
#footer ul {
    margin: 0 0 50px;
    padding: 0;
}
#footer li {
    list-style: none;
}
#footer li a {
    text-decoration: none;
}
#footer li a:hover {
    text-decoration: underline;
}
.copyright {
    font-size: 0.85em;
}
.copyright a {
    color:#fff;
}
.copyright p {
    margin: 0;
}
.recaptcha-disclaimer a {
    color: #fff;
}
#copyright {
    background-color: #536D5F;
    color:#fff;
    padding: 30px 0
}
#copyright .social {
    display: inline-block;
    font-size: 24px;
    padding-left: 5px;
    margin: 20px 0;
}
#copyright .social a{
    color:#fff;
}
#copyright .newsletter {
    background: none;
    text-align: center;
    margin:0;
}
#copyright .newsletter button {
    background-color: #665570;
}
#copyright .newsletter p {
    margin-bottom: 10px;
}

/* Contact */ 

input.wpcf7-form-control, textarea.wpcf7-form-control.wpcf7-textarea, .wpcf7 select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #999;
}

.wpcf7 p {
    margin: 0;
}
#footer input.wpcf7-form-control, #footer textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 0.8em;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}
.footer-logos {
    text-align: center;
}
.footer-logo {
    display: inline-block;
    padding: 10px;
    text-align: center;
}
.footer-logo img {
    max-height: 150px;
    width: auto;
    margin: 0 10px;
}
@media (min-width: 480px) {
    .floating-text-block h2 {
        font-size: 2em;
    }

}

@media (min-width: 768px) {


    
    .home-slider-wrap p.headline {
        font-size: 3em;
    }
    .slider-content p, .banner-content p {
        font-size: 1.25em;
        line-height: 1.5em;
    }
    #header .social, #header .btn-topbar {
        display: block;
    }
    .slider-content {
        padding:100px 100px 0;
    }
    .banner-content {
        margin: 150px 50px 0;
    }

    .floating-text-wrap {
        width: 60%;
        margin: auto;
    }
    .testimonials-heading {
   
    font-size: 2em;
}
.testimonials-wrap {
    background-repeat: no-repeat;
    background-position: center left;
    padding: 40px;

}
.full-width ul:after {
    clear: both;
    content: '';
    display: block;
}
.full-width li {
    width: 40%;
    float: left;
    margin-right: 5%;
}

.cat-grid-content p {
    font-size: 2em;
}

}

@media (min-width: 992px) {

    .banner-content {
        margin-top: 150px;
    }

    .video-bg-wrap .overlay {
    position: absolute;
    top:0;
    left:0;
    z-index: 9999;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

	.slider-content {
		padding: 0 100px;
	}

}
@media(min-width: 1200px) {
    .mobile-menu-btn {
        display: none;
    }
    .nav-menu {
        display: block;
        margin-right: 20px;
        padding: 0;
	    margin: 0;
	    
    }
    .nav-menu ul {
        display: flex;
            
            margin:0;
            padding: 0;
            list-style: none;
    }
    #menu-right-menu {
        justify-content: flex-end;
    }
    #menu-left-menu {
        justify-content: flex-start;
    }
    .nav-menu li {
        position: relative;
    }
    .nav-menu li a {
        display: block;
        padding: 10px 8px;
        text-decoration: none;
        color: #fff;
        font-size: 0.7em;
            text-transform: uppercase;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }
    .nav-menu li a:hover {
        color: #e5d7de;
    }
     .nav-menu li:hover ul.sub-menu {
     display: block;
     overflow: visible;
     transition: max-height 0.8s ease-in;
}
 .nav-menu ul.sub-menu {
     display: none;
     position: absolute;
     overflow: hidden;
     left: auto;
     background-color: #fff;
     z-index: 3;
     padding: 0;
     text-align: center;
     left: 50%;
     transform: translateX(-50%);
     width: 200px;
     border: 1px solid #536D5F;
     border-bottom-right-radius: 3px;
     border-bottom-left-radius: 3px;
     transition: max-height 0.1s ease-out;
     line-height: 1.8em;
}
 .nav-menu  li:last-of-type ul.sub-menu {
    left: 100%;
     transform: translateX(-100%);
 }
 .nav-menu ul.sub-menu:after {
     content: '';
     border: 6px solid transparent;
     width: 0;
     height: 0;
     border-bottom-color: #536D5F;
     position: absolute;
     top: -12px;
     left: 45%;
}
 .nav-menu  li:last-of-type ul.sub-menu:after {
    left: 75%;
 }
 .nav-menu ul.sub-menu li {
     padding: 0;
     width: 100%;
     position: relative;
     list-style: none;
}
 .nav-menu ul.sub-menu li:after {
     border: none;
}
 .nav-menu ul.sub-menu li a {
     font-size: 13px;
     display: block;
     margin-bottom: 0;
     color: #536D5F;
     line-height: 1.8em;
     padding: 10px;
}
 .nav-menu ul.sub-menu li a:hover {
     color: #fff;
     background: #536D5F;
}

/* 3rd level */
.nav-menu ul.sub-menu li ul {
    position: absolute;
    left: 100%;
    top: 0;
    transform: none;
    display: none!important;
}
.nav-menu ul.sub-menu li:hover ul {
     display: block!important;
}
 .nav-menu ul.sub-menu li ul:after {
     border:none;
 }
    
    /* Tabs */
}
@media(min-width: 1400px) {
    .nav-menu li a {
        padding: 10px;
        font-size: 0.85em;
    }
    .home-slider-wrap .overlay {
        -ms-flex-align: end!important;
        align-items: flex-end!important;
    }
    .slider-content{
        padding:0 100px;
        text-align: left;
        margin-bottom: 100px;
    }
}