/*
Theme Name: Quixites2
*/

 body {
     margin: 0;
     font-family: "raleway", helvetica, arial;
     font-size: 18px;
     font-weight: 400;
     line-height: 1.8;
     color: #000;
}
 h1, h2, h3, h4, h5, h6{
     margin-bottom: 1rem;
     line-height: 1.2em;
     color: inherit;
     letter-spacing: 1px;
     color:#000;
    font-weight: 900;
    text-transform: uppercase;

}

 a {
     color:#dc1613;
     -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: #dc1613;
}
h1 {
    font-size: 1.75em;
    margin-top: 0;
}
 h2{
     font-size: 1.75em;
}
 h3 {
     font-size: 1.5em;
}
 h4, h5, h6 {
     font-size: 1em;
}

em {
    font-style: italic;
}

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

a.btn, input.wpcf7-form-control.wpcf7-submit{
    border: 1px solid #000;
    color: #fff;
    background: #000;
    text-decoration: none;
    padding: 15px 25px;
    display: block;
    width: 250px;
    text-transform: uppercase;
    transition: all 0.1s linear;
    text-align: center;
    font-weight: 900;
    
}
a.btn:hover, input.wpcf7-form-control.wpcf7-submit:hover{
    background: #fff;
    color:#dc1613;
}
a.btn.btn-white, #footer input.wpcf7-form-control.wpcf7-submit {
    border: 1px solid #fff;
    color: #000;
    background-color: #fff;
}
a.btn.btn-white:hover, #footer input.wpcf7-form-control.wpcf7-submit:hover {
    background:#000;
    color:#fff;
}
a.btn.btn-red{
    border: 1px solid #dc1613;
    color: #fff;
    background-color: #dc1613;
}
a.btn.btn-red:hover{
    background:#fff;
    color:#dc1613;
}
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: #dc1613;
}
a.btn.btn-header {
    width: auto;
    display: none;
}
.bg-center {
    background-size: cover;
    background-position: center center;
}
.no-padding {
    padding: 0;
}
.grecaptcha-badge { 
    visibility: hidden;
}
/* Header */
#header {

}

.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;
    margin-left: auto;
}
i.fas.fa-bars {
    color: #fff;
}
.header-telephone a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.header-telephone {
    display: none;
}
#header .social, #header .btn-topbar {
    display: none;
}
.social {
    padding:5px;
    font-size: 18px;
}

.social a {
    color: #000;
    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 {
    overflow: hidden;
    background-image:url(images/1496.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.home-slider-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    color:#000;
    position: relative;
}

.home-slider-wrap p.headline {
    color: #dc1613;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1.2em;
}

.home-slider-wrap p {
    margin: 20px 0 30px;
}
.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: 40px;
    opacity: 0;
    width: 100%;
    z-index: 50;
}
.banner-content {
    margin: 150px 20px 0;
}

.slider-content p {
}

.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;
}
p.subheadline {
    font-weight: 600;
    text-transform: uppercase;
}
.banner-content-wrap {
    margin-top: 20px;
    text-align: center;
}
.banner-content-wrap a.btn {
    margin: auto;
}
.overlay {
    width: 100%;
    height: 100%;
}

/* Brochure Content */

.header-overlay {
    background-color:rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}
.header-content-wrap {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    width: 100%;
    padding: 0 10%;
}
.header-content-wrap .strapline2 {
    color: #fff;
}
.header-image-wrap {
    min-height: 600px;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.page-header {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.page-header-overlay {
    padding: 50px 20px;
    text-align: center;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.4)!important;
}
.strapline1 {
    font-size: 32px;
    line-height: 1.5em;
    margin-bottom: 5px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 900;
}
.strapline2 {
     font-size: 21px;
     color: #fff;
        text-transform: uppercase;
        line-height: 1.8em;
        margin: 0 0 20px 0;
        font-weight: 600;
}
.header-divider {
    border-bottom: 2px solid #fff;
    width: 50%;
    margin: 20px auto;
}
.content-white {
	background-color: #fff;
	margin-bottom: 50px;
}
.content-white h1 {
    text-align: center;
    color: #dc1613;
}
.box-content-wrap {
    margin-bottom: 50px;
    
}
@media (max-width:991px) or (hover:none) {
    .box-content-wrap,
    .box-content-overlay {
    background: none!important;
    }
}
.brochure-header {
    padding: 30px 0;
}
.main-content p:first-of-type:first-letter {
    color: #dc1613;
    float: left;
    font-size: 3.5em;
    line-height: 1em;
    padding-right: 4px;
    font-weight: 900;
}
/* Image Gallery */
.img-gallery-wrap {
    margin-bottom: 30px;
}
.img-gallery img {
    width: 100%;
    height: 100%;
    padding: 5px;
}
/* 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:#dc1613;
    padding:20px;
    text-align:center;
}
.booking-bar {
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    padding: 20px;
}
.booking-bar a {
    font-size: 1.5em;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    transition: 0.1s all linear;
}
.booking-bar a:hover {
    opacity: 0.5;
}

/* CTA Bar */

.cta-bar {
    background:#000;
    padding:20px;
    text-align:center;
}
.cta-bar.bg-red {
    background-color: #dc1613;
}

/* Image/Text Block */
.bg-image {
    min-height: 400px!important;
}
.image-text-content {
    padding:50px 20px;
}
.image-text img {
    padding: 20px;
}
.image-slider {
    width: 100%;
    height: 100%;
}
.rounded-image-text img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 50px;
}
/* Text Block */

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

.center-underline:after {
	width: 150px;
    height: 2px;
    background-color: #dc1613;
    content: '';
    display: block;
    margin: 15px auto 0;
}
.underline-white:after {
	background-color: #fff;
}

.cat-box-inner {
	font-size: 0.9em;
	padding: 0 30px;
}
.cat-box-inner h3 {
	text-align: center;
}


/* Icon Grid */
.icon-grid {
    padding: 50px 0;
}
/* Icon Row */
.icon-wrap {
    padding:20px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
} 
.icon-row {
    text-align: center;
    padding:60px 0;
    background-color: #000;
    color: #fff;
}
.icon-row h3 {
    font-weight: 400;
    color:#fff;
    padding-bottom:10px;
    font-weight: 900;
    text-transform: uppercase;
}

.icon-row a {
    text-decoration: none;
}
.icon-row .icon {
    font-size: 34px;
    border: 2px solid #fff;
    color: #fff;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
    text-align: center;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.icon-wrap a.btn {
    margin: 20px auto;
}
/* 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: 
}

/* Full Width */
.full-width {
    background:#777474;

    color:#fff;
}
.full-width img {
    max-width: 1200px;
    margin:auto;
    display: block;
}
.full-width-content {
    max-width: 650px;
    margin: 80px auto;
}
.full-width a {
	color: #fff;
}
.full-width h2, .full-width h3 {
    color: #fff;
    text-transform: uppercase;
}

.full-width.light {
    background:#fff;
    color:#000;
}
.full-width.light p a{
    color:#000;
}
.full-width.light h2, .full-width.light h3 {
    color: #000;
}
.wide-tmpl {
    padding: 50px 0;
}
/* Responsive Video */
iframe[src*="//youtube.com/"], iframe[src*="//www.youtube.com/"] {
   display: block;
   margin: 0 auto;
}
.video-wrap {
	max-width: 800px;
	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: #dc1613;
    padding: 15px 0;
}

/* Cat Box */

.category-box-block img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cat-box-wrap {
    margin-top:15px;
    display: flex!important;
    flex-flow: column;
}
.cat-box-wrap:hover .cat-box img {
    opacity: 0.85;
}
.cat-box img {
    width: 100%;
    height:auto;
    transition: 0.2s all linear;
    padding: 0 30px;
}
.cat-box-content {
    padding: 20px;
    text-align: center;
    position: relative;
    background: #fff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;

}
.cat-box-content h3 {
    font-size: 1.5em;
}
.cat-box-content a {
    text-decoration: none;
    color: #000;
}
.cat-box-content .cat-link {
    margin-top: auto!important;
    border: 1px solid #dc1613;
    padding: 10px;
    font-size: 0.85em;
    transition: 0.1s all linear;
    background: #dc1613;
    color: #fff;
    text-transform: uppercase;
}
.cat-box-content .cat-link:hover {
    color: #fff;
    background-color: #dc1613;
}
p.cat-excerpt {
    font-size: 0.85em;
}
.cat-box-content a:hover {
    color: #334b7f;
}
/* Cat Grid */
.cat-grid-content {
    padding: 100px 20px;
}
.cat-grid-content h2 {
    color: #dc1613;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
}
.cat-grid-content p {
    font-size: 1.5em;
    font-style: italic;
}


/* 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: #dc1613;
    font-style: italic;
        font-size: 1.3em;
}
.menu-heading-wrap {
    padding:15px 0;
}
.underline-dots {
    border-bottom: 1px dotted #dc1613;
    margin-bottom: 15px;
}

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

.menu-highlight-title {
    background: #dc1613;
    color: #fff;
    padding: 5px 20px;
}
/* Testimonials Block */
.testimonials-section {
    padding: 30px 0 50px;
    
}

.testimonials-wrap {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.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;
color: #dc1613;
}

.testimonials-heading {
font-size: 1.5em;
margin-bottom: 30px;
color: #dc1613;
        font-weight: 800;
        text-transform: uppercase;
}


a.testimonials-url {
display: block;
text-align: right;
text-decoration: none;
font-style: italic;
color: #dc1613;
text-transform: uppercase;
}

/* Testimonials Full */
.testimonial-full-wrap {
margin-bottom: 30px;
}
.testimonial-full {
color: #fff;
background: #000;
padding: 30px 50px;
-webkit-border-top-right-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topright: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;
margin-top: 40px;
}
.testimonial-full::after {
content: '';
position: absolute;
bottom: -50px;
left: 70px;
width: 0;
height: 0;
border-style: solid;
border-width: 50px 50px 0 0;
border-color: #000 transparent transparent transparent;
}

.order-lg-last .testimonial-full::after {
content: '';
color: #dc1613;
position: absolute;
bottom: -50px;
left: auto;
right: 70px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 50px 50px 0;
border-color: transparent #dc1613 transparent transparent;
}

.order-lg-last .testimonial-full {
background-color: #dc1613;
color: #fff;
-webkit-border-top-left-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomright: 50px;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;

-webkit-border-top-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomleft: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
}
.testimonial-full h2 {
margin: 0 0 10px 0;
font-size: 1.25em;
color: #fff;
}
.testimonial-quote {
display: none;
}
@media (min-width:992px) {
.testimonial-full {
    padding: 30px 80px;
    margin-top:0;
}
.testimonial-quote {
    text-align: center;
    margin:50px 0;
    display: block;
}
.testimonial-quote.quote-last {
    transform: rotate(180deg);
}
}
/* Title BLock */

.title-block h2 {
    margin:40px 0;
}
/* Blog */
.blog-section {
    margin: 30px 0 60px;
}
figcaption {
    text-align: center;
    font-style: italic;
    font-size: 0.85em;
    display: block;
    color: #dc1613;
}
.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;
}
.blog-section .cat-box-content {
    border: 1px solid #dc1613;
}
button#load-more {
    margin: 20px 0;
    padding: 5px 20px;
    border: 1px solid #dc1613;
    background: #dc1613;
    color: #fff;
    transition: 0.1s all linear;
}
button#load-more:hover {
    background: #fff;
    color: #dc1613;
}
button#load-more:focus {
    outline:none;
}
#sidebar {
    margin-top: 30px;
}
.sidebar-cat {
    border: 1px solid #dc1613;
    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: #dc1613;
}
ul.tax-list {
    margin: 0;
    padding: 0;
}
ul.tax-list li {
    list-style: none;
    float: left;
}
ul.tax-list li a {
    background-color: #dc1613;
    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 a {
    color: #fff;
}
.video-bg-wrap .overlay {
    height: 100%;
    width: 100%;
    padding: 50px 0;
    background: #dc1613;
}

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

.bottom-content {
    margin:30px 0 50px;
}

/* 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 #dc1613;
    background: #dc1613;
    padding: 15px;
    transition: 0.1s all linear;
}

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


/*.popup-trigger {
    background: #25d366;
    color: #fff;
    font-size: 44px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: 2px solid #fff;
}
*/
.popup-trigger {
    background: #dc1613;
    color: #fff;
    font-size: 0.8em;
    width: 300px;
    text-align: center;
    -moz-border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: 2px solid #fff;
    z-index: 9999;
}
i.fab.fa-whatsapp {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    background: #dc1613;
    font-size: 44px;
    line-height: 44px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    padding: 5px;
}

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

}

#footer {
    background-color: #000;
    color: #fff;
}
.footer-wrap {
    padding:50px 0;
}
#footer, #footer h4 {
    color:#fff;
}
#footer h4 {
    font-size: 1.5em;
}
#footer ul {
    margin: 0 0 50px;
    padding: 0;
}
#footer li {
    list-style: none;
}
#footer li a {
    color: #fff;
    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: #777474;
    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 {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #999;
}
.wpcf7-form-control.wpcf7-radio, .wpcf7-form-control.wpcf7-checkbox {
    margin-bottom:15px;
    display: block;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}
.wpcf7 p {
    margin: 0!important;
    font-size: 1em!important;
}
.wpcf7-list-item {
    margin:0;
    margin-right:20px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%!important;
}
#wpcf7-f772-p773-o2 {
    max-width: 800px;
}

#wpcf7-f1151-p1152-o2 label {
    font-weight: 600;
    font-size: 0.9em;
    margin: 20px 0 0;
}
#wpcf7-f1151-p1152-o2 {
    max-width: 800px;
}
.nl-popup h3 {
    color:#dc1613;
}
.nl-popup p {
    font-size:1.2em;
}
@media (min-width:768px) {
    .nl-popup h3 {
        font-size:3em;
    }
}
#footer input.wpcf7-form-control, #footer textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 0.8em;
}
#footer textarea.wpcf7-form-control.wpcf7-textarea {
    max-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) {

    h1 {
    font-size: 2.5em;
    margin-top: 0;
    }
     h2{
         font-size: 2em;
    }
     h3 {
         font-size: 1.5em;
    }
    
    .home-slider-wrap p.headline {
        font-size: 2em;
    }
    .slider-content p, .banner-content p {
        font-size: 1.25em;
        line-height: 1.2em;
    }
    #header .social, #header .btn-topbar {
        display: block;
    }

    .banner-content {
        margin: 150px 50px 0;
    }
    .testimonials-heading {
   
    font-size: 2em;
}
.testimonials-wrap {
    background-repeat: no-repeat;
    background-position: center left;
    padding: 40px;

}
.full-width {
    background-image: url(/wp-content/themes/quixites2/images/bg-tp1.png), url(/wp-content/themes/quixites2/images/bg-bp1.png);
    background-position: top center, bottom center;
    background-size: 650px auto;
    background-repeat: no-repeat;
    padding: 220px 0 250px;
    }
    .full-width.light {
        background-image: url(/wp-content/themes/quixites2/images/bg-tp2.png), url(/wp-content/themes/quixites2/images/bg-bp2.png);
        background-position: top center, bottom center;
        background-size: 650px auto;
        background-repeat: no-repeat;
        padding: 220px 0 250px;
        }
    .full-width-content {
        margin:0 auto;
    }
    .full-width a.btn {
        float:right;
    }
.full-width ul:after {
    clear: both;
    content: '';
    display: block;
}

.image-text-content {
    padding: 50px;
}
}

@media (min-width: 992px) {
    #home-slider {
        padding: 50px 0;
    }
    .banner-content {
        margin-top: 150px;
    }
    .booking-bar a {
        font-size: 2em;
    }


    .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);
}
.banner-content-wrap {
    text-align: left;
}
.banner-content-wrap a.btn {
    margin: 0;
}
	#menu-main-menu {
	    padding: 0;
	    margin: 0;
	    list-style: none;
	}

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

    .content-white {
        padding:50px;
    }
    .strapline1 {
	    font-size: 48px;
	}
	.strapline2 {
		 font-size: 32px;
		 line-height: 1.2em;
	}

}
@media (hover:hover) and (min-width:992px) {
    .box-content-wrap {
        background-size: cover;
        margin: 15px 0;
        background-attachment: fixed;
        background-position: top center;
    }
    .box-content-overlay {
        padding-bottom: 50px;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,.4);
    }
    .page-header,
    .page-header-overlay {
        background: none!important;
    }
}
@media(min-width: 1200px) {
    .mobile-menu-btn {
        display: none;
    }
    .nav-menu {
        display: block;
        background-color: #dc1613;
    }
    .nav-menu ul {
        display: flex;
            justify-content: space-around;
            margin:0;
            padding: 0;
    }
    .nav-menu li {
        position: relative;
    }
    .nav-menu li a {
        display: block;
        padding: 10px 8px;
        text-decoration: none;
        color: #fff;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        font-weight: 600;
    }
    .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 #dc1613;
     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: #fff;
     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;
     font-weight: 400;
     display: block;
     margin-bottom: 0;
     color: #dc1613;
     line-height: 1.8em;
     padding: 10px;
}
 .nav-menu ul.sub-menu li a:hover {
     color: #fff;
     background: #dc1613;
}

/* 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;
 }
    .floating-text-wrap {
    width: 80%;
}
    .full-width, .full-width.light {
    background-size: 1200px auto;
    padding: 290px 0 400px;
    }
    .header-telephone {
        display: block;
    }
    a.btn.btn-header {
        display: block;
    }
    .strapline1 {
	    font-size: 64px;
	    line-height: 1em;
	}
}
@media(min-width: 1400px) {
    .nav-menu li a {
        padding: 10px;
        font-size: 0.85em;
    }
    
    .strapline1 {
        font-size: 72px;
        line-height: 72px;
        margin-bottom: 5px;
        color:#fff;
        text-transform: uppercase;
    }
    
    .strapline1 {
        font-size: 72px;
    }

    
    .strapline2 {
        font-size: 36px;
        line-height: 50px;
    }
}

/* 404 */
.not-found-wrap {
    background-color: #1D1D1B;

}
.not-found-wrap .not-found-inner {
    color:#fff;
    max-width: 900px;
    margin:auto;
    padding: 50px 20px;
}
.not-found-wrap img {
    max-width: 100%;
    height: auto;
    padding:30px 0;
}
.not-found-wrap h2, .not-found-wrap h3 {
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    font-family: raleway, Arial, Helvetica, sans-serif;
    margin:0;
}
.not-found-wrap h2 {
    font-weight: 800;

}
.not-found-wrap h3 {
    font-weight: 400;
    margin: 20px 0;
    font-size: 1.25em;
}
@media(min-width:768px) {

    .not-found-wrap h2 {
        font-size: 3em;
    }
    .not-found-wrap h3 {
        font-size: 1.5em;
    }
}