/*
Theme Name: Quixites2
*/
:root {
    --green: #142C22;
    --gold: #C7A875;
    --stone: #C7C1B8;
    --wool: #FAF9F7;
    --slate: #4F5450;
    --dark: #181818;
/*
    --displayfont: 'Barlow Condensed', sans-serif;
*/
    --headingfont: "Roboto Condensed", sans-serif;
    --bodyfont: roboto, sans-serif;
    --padding: 40px;
  }

 body {
     margin: 0;
     font-family: var(--bodyfont);
     font-size: 18px;
     font-weight: 300;
     line-height: 1.8;
     color: var(--green);
     background-color: var(--stone);
}
 h1, h2, h3, h4, h5, h6{
     margin-bottom: 1rem;
     font-family: inherit;
     line-height: 1.2em;
     color: inherit;
     color:var(--green);
    font-weight: 300;
    font-family: var(--headingfont);
}

 a {
     color:var(--gold);
     -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: var(--gold);
}
h1 {
    font-size: 2em;
    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 var(--green);
    color: var(--wool);
    background: var(--green);
    font-family: var(--headingfont);
    text-decoration: none;
    padding: 15px 25px;
    display: block;
    width: 250px;
    transition: all 0.1s linear;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
a.btn:hover, input.wpcf7-form-control.wpcf7-submit:hover{
    background: var(--gold);
    border: 1px solid var(--gold);
    color:var(--green);
}
a.btn.btn-white, #footer input.wpcf7-form-control.wpcf7-submit {
    border: 1px solid var(--wool);
    background-color: var(--wool);
    color: var(--green);
}
a.btn.btn-white:hover, #footer input.wpcf7-form-control.wpcf7-submit:hover {
    background:var(--green);
    color:var(--wool);
    border: 1px solid var(--green);
}

.btn-center {
    margin:auto;
}
a.btn.btn-orange {
	background:var(--gold);
	border: 1px solid var(--gold);
}
a.btn.btn-orange:hover {
	background:var(--wool);
}
a.btn-topbar {
    padding: 5px 15px;
    margin: 10px 0;
}
a.btn.btn-outline {
	color:var(--wool);
	background:transparent;
	border: 1px solid var(--wool);
}
a.btn.btn-outline:hover {
	background:var(--wool)
    color: var(--gold);
}
.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%;
}
#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
    opacity: 1;
    background-color: var(--green);
    border-bottom: 1px solid #fff;
    z-index: 9998;
}
.admin-bar #header.fixed {
  top: 32px;

}
#header.fixed img#logo {
    max-height: 90px;
    width: auto;
}

#header #logo {
    max-width: 150px;
    height: auto;
    padding: 10px;
}
.topbar {
    background-color: rgba(0,0,0,0.4);
    font-size: 0.8em;
}
.topbar a {
    color:var(--wool);
    text-decoration: none;
}
.page-template-tmpl-category #header,
#header.no-banner {
	position: relative;
	background-color: var(--green);
    padding-bottom: 10px;
}

.mobile-menu-btn {
    background: var(--wool);
    color:var(--gold);
    padding: 0 10px;
    height: 44px;
    line-height: 44px;;
    text-align: center;
    display: block;
    border: 1px solid var(--wool);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.st-trigger-effects button {
    color: var(--gold);
}
.st-menu ul li a {
	display: block;
	padding: 15px;
	outline: none;
	color: var(--green);
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
	text-decoration: none;
	font-size: 13px
}
.st-menu ul li a:hover {
	background: var(--gold);
	color: var(--wool);
}
i.fa.fa-times {
    font-size: 26px;
    color: var(--green);
    cursor: pointer;
    padding: 0 25px;
}
.sub-nav-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    height: 53px;
    line-height: 33px;
    text-align: center;
    padding: 10px;
    background: var(--gold);
    color: var(--wool);
    width: 53px;
    border-left: 1px solid var(--wool);
    transition: 0.2s all linear;
    cursor: pointer;
}
.st-menu ul li a.side-book {
    background: var(--gold);
    color: var(--wool);
    text-align: center;
    margin: 20px;
}
i.fas.fa-bars {
    color: var(--gold);
}
#header .social{
    display: none;
}
#header .btn-topbar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    font-size: 0.85rem;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#header.fixed .btn-topbar {
        display: none;
    }
.social {
    padding:5px;
    font-size: 18px;
}

.social a {
    color: var(--wool);
    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);
    }
}
.home-video-banner {
    position: relative;
}
.narrow-video-banner {
    position: relative;
}
.home-video-banner #home-slider,
.narrow-video-banner #home-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header-video {
    position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.header-video video {
    height: 100%;
  width: 100%;
  object-fit: cover;
}
.hb-next.slick-arrow {
    position: absolute;
    left: 10px;
    top: calc(50% - 44px);
    z-index: 9999;
    color: var(--wool);
    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: var(--wool);
    font-size: 44px;
    cursor: pointer;
    transition: 0.2s all linear;
}
.banner-slider {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner-slider,
.home-video-banner,
#home-slider {
    height:900px;
}
.banner-slider.narrow-banner

 {
    height: 600px;
}
.banner-slider .container-fluid,
.banner-slider .row {
    height: 100%;
}
.enquire-box {
    background-color: var(--gold);
    padding: 30px 15px;
    color: var(--wool);
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: none;
    max-width: 500px;
    margin:auto;
}
.enquire-box h3 {
    color: var(--wool);
    margin:0;
}

#home-slider {
    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:var(--wool);
}
.banner-wrap {
    position: relative;
}
.banner-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.banner-footer img {
    display: block;
    width: 100%;
}
.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 .headline {
    color: var(--wool);
    margin: 0;
    font-size: 2em;
    line-height: 1.2em;
    font-family: var(--headingfont);

}

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

.home-slider-wrap a.btn:hover, .banner-slider-wrap a.btn:hover {
    background: var(--wool);
    color: #3a457f;
}

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


.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: var(--wool);
}

.overlay {
    width: 100%;
    height: 100%;
}
/* 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:var(--wool);
}

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


/* Booking  Bar */
.booking-bar-wrap {
    background:var(--green);
    padding:20px;
    text-align:center;
}

.booking-bar a {
    letter-spacing: 1px;
    color: var(--wool);
    text-decoration: none;
    transition: 0.1s all linear;
    background: var(--gold);
    border: 1px solid var(--wool);
}
.booking-bar a:hover {
    color: var(--gold);
    background:var(--wool);
}

/* CTA Bar */

.cta-bar {
    background:var(--green);
    padding:20px;
    text-align:center;
}
.cta-bar a.btn {
    background-color: var(--gold);
    color: var(--wool);
    margin:5px;
}
.cta-bar a.btn:hover {
    background-color: var(--wool);
    color:  var(--gold);
}
/* Image/Text Block */
.image-text p a,
.image-text li a {
    color:var(--slate);
}
.image-text.dark {
    background-color: var(--green);
}
.image-text.dark,
.image-text.dark h2,
.image-text.dark h3 {
    color: var(--wool);
}
.image-text.dark p a,
.image-text.dark li a {
    color: var(--gold);
}
.image-text.orange {
    background-color: var(--gold);
}
.image-text.orange a, .image-text.orange a:hover {
    color: var(--green);
}
.bg-image img, .image-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.bg-image {
    min-height: 400px!important;
}
.image-text-content {
    padding: 40px 25px;
    
}

.image-slider {
    width: 100%;
    height: 100%;
}
/* Text Block */

.left-underline:after {
    width: 150px;
    height: 2px;
    background-color: var(--gold);
    content: '';
    display: block;
    margin-top: 15px;
}

.center-underline:after {
	width: 150px;
    height: 2px;
    background-color: var(--gold);
    content: '';
    display: block;
    margin: 15px auto 0;
}
.underline-white:after {
	background-color: var(--wool);
}

.cat-box-inner {
	font-size: 0.9em;
	padding: 0 30px;
}
.cat-box-inner h3 {
	text-align: center;
}
.cat-list-icons {
    font-size: 0.85em;
}
.cat-list-icons a {
    color: var(--gold);
    text-decoration: underline;
}
.cat-icon {
    font-size: 1.25em;
    margin-right: 10px;
    width: 30px;
    text-align: center;
}
.cat-list-icons-wrap {
    margin-bottom: 30px;
    text-align: left;
}

/* 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:var(--gold);
    padding-bottom:10px;
}

.icon-row a {
    text-decoration: none;
}
.icon-row .icon {
    font-size: 34px;
    border: 2px solid var(--gold);
    color: var(--gold);
    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: 
}
/* Info Boxes */
.info-boxes {
    margin: 50px 0;
}
.info-boxes img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.info-box-wrap {
    margin-bottom:50px;
}
.info-box {
    height: 100%;
    display: flex !important;
    flex-flow: column;
}
.info-box-content {
    padding: 15px;
    color: var(--wool);
    background-color: var(--green);
}
.info-box-content h3 {
    color: var(--wool);
    margin:10px 0;
}
.info-box-excerpt,
.info-box-details ul {
    font-size: 0.9em;
}
.info-box a.btn {
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 250px;
    transform: translateX(-50%);
}
.info-box-details {
    padding: 15px 15px 50px;
    background-color: var(--stone);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.info-box-details i {
    font-size: 0.8em;
}
.info-box-details ul {
    padding-left: 15px;
    margin: 0;
}
.info-box-details ul li {
    margin-left:15px;
}
/* Price Table */

.price-list-table td,
.price-list-table th {
    border: 1px solid #000;
    padding: 5px;
    font-size: 0.8em;
}
/* Full Width */
.full-width {
    padding:80px 0;
    color:var(--wool);
    background-color: var(--green);
}

.full-width p a,
.full-width li a  {
	color:  var(--wool);
}
.full-width h1,
.full-width h2, 
.full-width h3 {
    color: var(--wool);
}
.full-width.padding-sm {
    padding:30px 0 80px;
}
.full-width.orange {
    background:var(--gold);
    color:var(--green);
}
.full-width.light {
    background:var(--stone);
    color:var(--green);
}
.full-width.orange p a,
.full-width.orange li a,
.full-width.light p a, 
.full-width.light li a{
    color:var(--green);
}

.full-width.light h1,
.full-width.light h2, 
.full-width.light h3,
.full-width.orange h1,
.full-width.orange h2,
.full-width.orange h3 {
    color: var(--green);
}
.full-width a.btn, input.wpcf7-form-control.wpcf7-submit {
    background-color: var(--gold);
}
.full-width a.btn, input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: var(--green);
    color: var(--wool);
}

/* Sidebar Block */
.sidebar-block  {
}
.sidebar-block .main-wrap {
    padding:15px 50px;
}
.sidebar-block .sidebar-wrap {
    height: 100%;
    padding:15px 30px;
    color:var(--wool);
    background-color: var(--green);
    font-family: var(--headingfont);
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: 100;
}
.sidebar-block .sidebar-item {
    margin:40px 0;
}
.sidebar-block .sidebar-wrap p a,
.sidebar-block .sidebar-wrap li a  {
	color:  var(--wool);
}
.sidebar-block .sidebar-wrap h1,
.sidebar-block .sidebar-wrap h2, 
.sidebar-block .sidebar-wrap h3 {
    color: var(--gold);
}
.sidebar-block .sidebar-wrap.orange {
    background:var(--gold);
    color:var(--green);
}

.sidebar-block .sidebar-wrap.orange p a,
.sidebar-block .sidebar-wrap.orange li a{
    color:var(--green);
}


.sidebar-block .sidebar-wrap.orange h1,
.sidebar-block .sidebar-wrap.orange h2,
.sidebar-block .sidebar-wrap.orange h3 {
    color: var(--green);
}

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

/* Faqs */

.faqs-block {
    padding:30px 0 50px;
}

/* Responsive Video */
video {
    display: block;
}
iframe[src*="//youtube.com/"], iframe[src*="//www.youtube.com/"] {
   display: block;
   margin: 0 auto;
}
.video-wrap {
	margin:20px auto;
}
.video-block svg {
    max-width: 100%;
    height: 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: var(--gold);
    padding: 15px 0;
}
/* Cat Box */
.cat-box-wrap {
    margin-bottom: 30px;
}
.cat-box {
    margin-top:15px;
    display: flex!important;
    flex-flow: column;
}
.cat-box-wrap:hover .cat-box img {
    opacity: 0.85;
}
.cat-box {
    background-color: var(--green);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    color: var(--wool);
    text-align: center;

    height: 100%;
}
.cat-box img {
    width: 100%;
    height:auto;
    transition: 0.2s all linear;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.cat-box-content {
    padding: 15px;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;

}
.cat-box-content .btn {
    width: auto;
}
.cat-box h3 {
    font-size: 1.5em;
    color: var(--wool);
    margin: 10px 0;
}
.cat-box-content a {
    text-decoration: none;
    margin-top: auto;
}
.cat-box-content .cat-link {
    margin-top: auto!important;
    border: 1px solid var(--gold);
    padding: 10px;
    font-size: 0.85em;
    transition: 0.1s all linear;
    text-transform: uppercase;
}
.cat-box-content .cat-link:hover {
    color: var(--wool);
    background-color: var(--gold);
}

/* Flowchart */

.flowchart .cat-box {
    padding: 0;
}
.flowchart h3 {
    font-size: 2.5em;
    margin:20px 0 10px;
}
.flowchart-image {
    padding: 15px;
}
.flowchart .flow-number {
    font-size: 2.5em;
    font-family: "ultra", georgia, serif;
    padding-left: 30px;

}
.flowchart .cat-excerpt {
    padding: 0 30px 0 10px;
    text-align: left;
}
/* Cat Grid */

.cat-grid-content {
    padding: 100px 20px;
}
.cat-grid-content h2 {
    color: var(--slate);
    font-family: var(--headingfont);
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
}
.cat-grid-content p {
    font-family: var(--headingfont);
    font-size: 1.5em;
    line-height: 1.4em;
    color:var(--green);
}


/* Tabs */

ul.tabs {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 0.9em;
    font-weight: 500;
}

ul.tabs li {
	cursor: pointer;
	color: var(--green);
	transition: all 0.1s linear;
	background: #f1f2f3;
	width: 100%;
	padding: 15px 0;
    margin-bottom: 5px;
}

ul.tabs li.tab-link.current {
	color: var(--wool);
	background: var(--gold)
}

ul.tabs li:hover {
	color: var(--wool);
	background: var(--gold)
}

.tab-content {
	opacity: 0;
	height: 0;
	transition: opacity 0.2s linear;
	overflow: hidden;
}

.tab-content.current {
	height: auto;
	overflow: hidden;
	opacity: 1;
}

/* 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: var(--gold);
    font-style: italic;
        font-family: 'Kaushan Script', georgia,serif;
        font-size: 1.3em;
}
.menu-heading-wrap {
    padding:15px 0;
}
.underline-dots {
    border-bottom: 1px dotted var(--gold);
    margin-bottom: 15px;
}

.menu-highlight {
    border: 2px solid var(--gold);
        margin-bottom: 20px;
}

.menu-highlight-title {
    background: var(--gold);
    color: var(--wool);
    padding: 5px 20px;
    font-family: var(--headingfont);
}
/* Title Block */

.title-block.orange {
    background:var(--gold);
}
.title-block.orange h1,
.title-block.orange h2,
.title-block.orange h2 {
    color: var(--green)
}
.title-block.dark {
    background: var(--green);
}
.title-block.dark h1,
.title-block.dark h2,
.title-block.dark h2 {
    color: var(--wool);
}
/* Testimonials Block */
.header-wide {
    text-align: center;
    margin: 30px 0;
}
.testimonials-block-heading {
    font-weight: 400;
    font-family: var(--headingfont);
    font-size: 1.5em;
    margin-bottom: 30px;
    color: var(--gold);
}
.testimonials-block-quote {
    padding-left: 100px;
    margin-top:80px;
    position: relative;
        font-size: 18px;
        font-style: italic;
        
}
.testimonials-block-quote:before {
    content: '“';
    font-size: 180px;
    line-height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--bodyfont);
    color: var(--gold);
}

.testimonials-block {
    padding: 30px 0 50px;
    
}

a.testimonials-block-url {
display: block;
text-align: right;
text-decoration: none;
font-style: italic;
color: var(--gold);
text-transform: uppercase;
}
.testimonial-full-wrap {
    margin-bottom: 30px;
}
.testimonial-full {
    color: var(--wool);
    background: var(--gold);
    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: var(--gold) transparent transparent transparent;
}

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

.order-lg-last .testimonial-full {
    background-color: var(--green);
    color: var(--wool);
    -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: var(--wool);
}
.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);
    }
}

/* Schema accordion */

.schema-faq-question.open .accordion-block-arrow i {
    transform: rotate(180deg);
}
.accordion-block-wrap {
    width: 100%;
    margin-bottom: 30px; 
}
.schema-faq-question {
    padding: 10px;
    background: var(--green);
    color: var(--wool);
    cursor: pointer;
    display: block;
}
.schema-faq-section {
    margin-bottom: 5px;
}
span.accordion-block-arrow i {
    margin-right: 10px;
    transition: transform 0.2s linear;
}
.schema-faq-answer {
    display: none;
        padding: 10px;
}
.wp-block-yoast-faq-block {
    margin-bottom: 50px;
}
/* Blog */
figcaption {
    text-align: center;
    font-style: italic;
    font-size: 0.85em;
    display: block;
    color: var(--gold);
}
body.blog,
body.single,
body.category  {
    background-color: var(--dark);
    color: var(--wool);
}
body.blog h1, 
body.single h1,
body.single h2,
body.single h3,
body.single h4,
body.category h1,
body.category h2,
body.category h3,
body.category h4     {
    color: var(--wool);
}
.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 var(--gold);
    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: var(--gold);
}
ul.tax-list {
    margin: 0;
    padding: 0;
}
ul.tax-list li {
    list-style: none;
    float: left;
}
ul.tax-list li a {
    background-color: var(--gold);
    text-decoration: none;
    margin: 0 5px 5px 0;
    padding: 5px;
    display: block;
    transition: .2s all linear;
    color: var(--wool);
    font-size: 14px;
}
/* Video Block */
.floating-text-wrap a {
    color: var(--wool);
}
.video-bg-wrap .overlay {
    height: 100%;
    width: 100%;
    padding: 50px 0;
    background: var(--gold);
}

.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: var(--wool);
    border: 1px solid var(--gold);
    background: var(--gold);
    padding: 15px;
    transition: 0.1s all linear;
}

.nl-popup input[type="submit"]:hover {
    background: var(--wool);
    color: var(--gold);
}

.page-id-602 #main-content {
	font-size:0.95rem;
}
/* Footer */


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

}

#footer {
    background-color: var(--green);
    color: var(--wool);
}
#footer i {
    margin-right:5px;
    color: var(--gold);
}
.footer-wrap {
    padding:50px 0;
}
#footer, #footer h4 {
    color:var(--wool);
}
#footer h4 {
    font-size: 1.5em;
}
#footer ul {
    margin: 0 0 50px;
    padding: 0;
}
#footer li {
    list-style: none;
}
#footer li a {
    color: var(--wool);
    text-decoration: none;
}
#footer li a:hover {
    text-decoration: underline;
}
.logo-footer {
    max-width: 150px;
    height:auto;
}
.copyright {
    font-size: 0.85em;
}
.copyright a {
    color:var(--wool);
}
.copyright p {
    margin: 0;
}
.recaptcha-disclaimer a {
    color: var(--wool);
}
#copyright {
    background-color: var(--green);
    color:var(--wool);
    padding: 30px 0
}
#copyright .social {
    display: inline-block;
    font-size: 24px;
    padding-left: 5px;
    margin: 20px 0;
}
#copyright .social a{
    color:var(--wool);
}
#copyright .newsletter {
    background: none;
    text-align: center;
    margin:0;
}
.mc4wp-checkbox-contact-form-7 span {
    margin-left: 5px;
    font-size: 0.9em;
}
#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;
}
.wpcf7 label {
    font-size: 0.8em;
    font-weight: 600;
    margin-top: 20px;
}
.full-width .wpcf7 {
    max-width: 600px;
    margin: auto;
    text-align: -webkit-auto;
}
.form-narrow {
    max-width: 800px;
}
.form-narrow .wpcf7-list-item {
    display: block;
}
.form-narrow label {
    font-size: 1em;
}
span.wpcf7-not-valid-tip {
    font-size: 0.8em;
    font-weight: 600;
}
#footer input.wpcf7-form-control, #footer textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 0.8em;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}

.content-layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "content1"
        "content3"
        "content2";
		gap: 0 30px;
}

.content-1 {
    grid-area: content1;
}

.content-2 {
    grid-area: content2;
}

.content-3 {
    grid-area: content3;
}

/* Newsletter */
.newsletter-form {
    max-width: 600px;
    margin: auto;
    padding: 15px;
    text-align: center;
}
.mc4wp-form-basic input {
    width: 100%;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    max-width: 600px!important;
}

.newsletter-side .row {
    flex-direction: column;
}
.newsletter-side .mc4wp-form-basic input[type=submit] {
    margin-top:10px;
}
.newsletter-side p {
    font-size: 0.85em;
}
input[type="submit"] {
    padding: 10px 20px;
    background: var(--gold);
    color: var(--wool);
    font-weight: 500;
    border: 1px solid var(--gold);
    width: 100%;
}
.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;
    }
    #header .btn-topbar {
        font-size: 1rem;
        margin: 0;
    }
    #header.fixed .btn-topbar {
        display: block;
    }
    .home-slider-wrap .headline {
        font-size: 3.5em;
    }
    .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;
    }
    .floating-text-block ul {
        columns: 2;
    }
    .info-box-details ul {
        columns: 2;
        column-gap: 20px;
    }
    .testimonials-heading {
   
    font-size: 2em;
}
.cta-bar-inner {
    border-top:1px solid var(--wool);
    border-bottom:1px solid var(--wool);
    padding: 20px;
}
.full-width ul:after {
    clear: both;
    content: '';
    display: block;
}
.full-width.bullet-column li {
    width: 40%;
    float: left;
    margin-right: 5%;
}

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

@media (min-width: 992px) {

.content-layout {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "content1 content3"
            "content2 content3";
    }
    .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);
}
	#menu-main-menu {
	    padding: 0;
	    margin: 0;
	    list-style: none;
	}

	.slider-content {
		padding: 0 100px;
	}
    .banner-content {
        margin-bottom: 0;
        margin-left:50px;
        text-align: left;
    }
        .image-text-content {
            padding: 70px 50px;
        }
        .enquire-box {
            width: 400px;
            margin:0 50px;
            
        }

}
@media(min-width: 1300px) {
    .mobile-menu-btn {
        display: none;
    }
    .nav-menu {
        display: block;
        margin-right: 20px;
    }
    .nav-menu ul {
        display: flex;
            justify-content: flex-end;
            margin:0;
            padding: 0;
    }
    .nav-menu li {
        position: relative;
    }
    .nav-menu li a {
        display: block;
        padding: 10px 8px;
        text-decoration: none;
        color: var(--wool);
        font-size: 0.9em;
        -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: var(--gold);
    }
     .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: rgba(32,32,32,0.8);
     z-index: 3;
     padding: 0;
     text-align: center;
     left: 50%;
     transform: translateX(-50%);
     width: 200px;
     border: 1px solid var(--gold);
     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: var(--gold);
     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: var(--wool);
     line-height: 1.8em;
     padding: 10px;
}
 .nav-menu ul.sub-menu li a:hover {
     color: var(--wool);
     background: var(--gold);
}

/* 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%;
}
    
}
@media(min-width: 1400px) {
    .nav-menu li a {
        padding: 10px;
    }

    .slider-content{
        padding:0 100px;
        text-align: left;
        margin-bottom: 100px;
    }
}