/*
Theme Name: Kernow Strength & Conditioning
Theme URI: https://www.kernowstrength.co.uk/
Author: Majik Websites Author
URI: http://www.majik-websites.co.uk
Version: 2.0
*/
/*--------Start - WordPress Core--------*/
 .alignnone {
     margin: 5px 20px 20px 0;
}
 .aligncenter, div.aligncenter {
     display: block;
     margin: 5px auto 5px auto;
}
 .alignright {
     float: right;
     margin: 5px 0 20px 30px;
}
 .alignleft {
     float: left;
     margin: 5px 30px 20px 0;
}
 .aligncenter {
     display: block;
     margin: 5px auto 5px auto;
}
 a img.alignright {
     float: right;
     margin: 5px 0 20px 30px;
}
 a img.alignnone {
     margin: 5px 20px 20px 0;
}
 a img.alignleft {
     float: left;
     margin: 5px 30px 20px 0;
}
 a img.aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .wp-caption {
     background: #fff;
     border: 1px solid #f0f0f0;
     max-width: 96%;
     padding: 5px 3px 10px;
     text-align: center;
}
 .wp-caption.alignnone {
     margin: 5px 20px 20px 0;
}
 .wp-caption.alignleft {
     margin: 5px 20px 20px 0;
}
 .wp-caption.alignright {
     margin: 5px 0 20px 20px;
}
 .wp-caption img {
     border: 0 none;
     height: auto;
     margin: 0;
     max-width: 98.5%;
     padding: 0;
     width: auto;
}
 .wp-caption p.wp-caption-text {
     font-size: 11px;
     line-height: 17px;
     margin: 0;
     padding: 0 4px 5px;
}
 .clear {
     clear: both;
}
/*--------End - WordPress Core--------*/
/*--------Start - Wesbite Styles--------*/
 *, :after {
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}
 body {
     margin: 0px;
     padding: 0px;
     font-size: 16px;
     line-height: 28px;
     color: #e3e3df;
     font-family: 'Roboto', sans-serif;
     font-weight: 400;

}
 p {
     margin: 0 0 15px;
}
 strong {
     font-weight: 600;

}
 a {
     text-decoration: none;
     outline: none;
     color: inherit;

}
 a:hover {
     text-decoration: none;
     color:#ff2523;
}
 a[href^=tel] {
     color: inherit;
     text-decoration: none;
}

 hr {
     width: 80%;
     margin: 20px 10%;
     clear: both;
}
 img {
     border: none;
}
 ul{
    padding:0px;
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0px;
     font-family: 'Roboto', sans-serif;
     color: #fff;
     font-weight: 800;
}
/*.center-title h2:after, .left-title h2:after, .split-row h2:after, h1:after, .img-break h2:after {
     width: 80px;
     height: 2px;
     background: #000;
     content: "";
     position: absolute;
     bottom: -0px;
     left: 0%;
     margin: 0px;
}
*/
/*.page-template-template-full h2{
     margin: 0 0 20px;
     padding: 0px;
}
 .page-template-template-full h2:after{
    display:none;
}
 .split-row.right-img h2:after{
    left:auto;
     right:0;
}
*/

 .center-title .single-col h3{
    position: relative;
     padding: 0 0 20px;
}
/*.single h1:after, .center-title h1:after, h2:after, .center-title.wide h2:after, .center-title.vlog-section h2:after, .center-title.centered h2:after, .our-clients h2:after, .portfolio h2:after, .center-title .single-col h3:after {
     width: 80px;
     height: 2px;
     background: #000;
     content: "";
     position: absolute;
     bottom: -0px;
     left: 50%;
     margin: 0 0 0 -40px;
}
*/

 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     color: #fff;
     text-decoration: none !important;
}
 h1 {
     font-size: 76px;
     line-height: 82px;
     margin: 0 0 30px;
     position: relative;
     letter-spacing: 1px;
}
 h2 {
   font-size: 58px;
   line-height: 66px;
     margin: 0 0 20px;
     position: relative;
}
 .img-break h2{
    color:#fff;
}
 h3 {
     margin: 0 0 20px;
     display: block;
     font-size: 42px;
     line-height: 46px;
}
 h4 {
     font-size: 28px;
     line-height: 32px;
     margin: 0 0 10px;
     color:#ff2523;
}

 h5 {
     font-size: 18px;
     line-height: 22px;
     margin: 0 0 5px;
     color: #000000;
}
 h6 {
     font-size: 16px;
     line-height: 22px;
     margin: 0 0 5px;
}
 .page-content h2 {
     font-size: 32px;
     line-height: 38px;
     margin: 0 0 10px;
}

 .post h2 {
     margin: 0 0 10px;
}
 .centered {
     text-align: center;
}
 #wpseo_sitemap ul {
     font-size: 18px;
}
 blockquote {
     float: left;
     width: 100%;
     clear: both;
     padding: 10px 40px;
     margin: 10px 0 20px;
     font-size: 20px;
     line-height: 26px;
     color: #fff;
     background: #000000;
     font-style: italic;
     position: relative;
}
 blockquote:before {
     position: absolute;
     top: 20px;
     left: 25px;
     font-size: 18px;
     font-family: 'FontAwesome';
     font-style: normal;
}
 blockquote p {
     margin: 20px 0;
     padding: 0 20px;
     border-left: 3px solid #fff;
}
 hr {
     width: 100%;
     border: none;
     height: 1px;
     display: block;
     background: #000000;
     margin: 30px 0;
}
 hr.clear {
     background: none;
}
 .wrapper {
     width: 1298px;
     margin: 0px auto;
     padding: 0;
}
 .no-margin {
     margin: 0px !important;
}
 #header {
     color: #fff;
     width: 100%;
     float: left;
     clear: both;
     padding: 0px 0;
     position: fixed;
     z-index: 999;
     background: none;
     -moz-transition: all 0.5s ease !important;
     -o-transition: all 0.5s ease !important;
     -ms-transition: all 0.5s ease !important;
     top: 0px;
     left: 0px;
     background: url(images/nav-bg.png) repeat-x 0 100%;;
}
 #header .wrapper {
     width: 100%;
     padding: 0 20px;
}

 #header.scroll {
     background: #000;
     border-bottom: 1px solid #ff2523;
}
 #header .top-icons ul li i, ul.contact span {
     color: #000;
     font-weight: 600;
     margin: 0 5px 0;
}
 #header .top-icons ul li a {
     color: #ff2523;
}
 #header .top-icons ul li a:hover {
     color: #fff;
     text-decoration: none;
}
 .header-space {
     width: 100%;
     float: left;
     display: none;
     height: 110px;
     background:#000;

}
 .top-icons {
     display: block;
     width: auto;
     float: left;
     padding: 5px 0;
     margin: 0px;
     position: absolute;
     top: 15px;
     right: 25px;
}
 .scroll .top-icons {
     display: none;
}
 .top-icons ul {
     margin: 0px;
     padding: 0;
     list-style: none;
     float: left;
     display: block;
}
 .top-icons ul li {
     float: left;
     display: inline-block;
     margin: 0;
     line-height: 22px;
     font-size: 18px;
     margin: 0 30px 0px 0;
     position: relative;
}
 .top-icons ul.social li{
     margin: 0 0 0 20px;
}
 .top-icons ul li a {
     display: inline-block;
     color: #fff;
     padding: 0px;
     font-size: 18px;
     margin: 0 0 0 5px;
}
 .top-icons ul li a.email {
     margin: 0px;
}
 .top-icons ul li.email-item:after {
     content:"";
     position: absolute;
     top:3px;
     right: -20px;
     width: 1px;
     height: 15px;
     background: #fff;
     display: block;
}
 .top-icons .social {
     float: right;
     width: auto;
     clear:none;
     margin:0px;
}
 .top-icons .social li {
     background:none;
     width:auto;
     height:auto;
     -moz-transition: all 0.5s ease !important;
     -o-transition: all 0.5s ease !important;
     -ms-transition: all 0.5s ease !important;
     display: inline-block;
     float: left;
}
 .top-icons .social li a {
     padding: 0px;
     width: 100%;
     font-size: 22px;
     line-height: 22px;
     margin: 0px;
     display: inline-block;
     color: #fff;
}
 .top-icons ul.social li a i {
     color: #fff;
}
 .top-icons ul.social li:hover a i {
     color: #fff;
}
 #header.slide-header .top-icons ul li a.phone {
     color: #fff;
}
 #page-image {
     text-align: center;
}
 #page-image img {
     display: block;
     width: 100%;
     height: auto;
}
 #page-image.full-img img {
     display: block;
}
 .book-btn, input[type="submit"], input[type="button"], button, .button, .read-more {
     line-height: 20px;
     display: inline-block;
     margin: 30px 0px 0 0;
     cursor: pointer;
     font-family: 'Roboto', sans-serif;
     background: none;
     color: #000;
     background: none;
     font-weight: 600;
     border: none;
     padding: 15px 20px;
     -moz-transition: all 0.5s ease !important;
     -o-transition: all 0.5s ease !important;
     -ms-transition: all 0.5s ease !important;
     font-size: 16px;
     border: 2px solid #000;
     float:left;
}
.title-col .read-more{margin: 10px 0 0;}
.dual-block .read-more, .light.overlap-split-row .read-more, .dark .read-more {color:#fff; border-color:#fff;}
.dual-block .read-more{display:inline-block; float:none;}
.dual-block .read-more:hover, .light.overlap-split-row .read-more:hover, .dark .read-more:hover {background:#fff; color:#000;}

 .book-btn:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover, .read-more:hover {
     background: #000;
     color: #fff;
     text-decoration: none;
}
 .what-we-do-link{
    text-align:center;
}
 .cell .book-btn, .services .read-more, .what-we-do-link .read-more {
    display: inline-block;
     margin: 20px 0 0;
     border-color:#fff;
     color: #fff;
     float:none;
}
.cell .book-btn:hover, .services .read-more:hover, .what-we-do-link .read-more:hover {
background:#fff; color:#000;
     border-color:#fff;}

 .quick-link{
     font-size: 14px;
     line-height: 20px;
     display: inline-block;
     margin: 30px 0px 0 0;
     text-transform: uppercase;
     color: #fff;
}
 .quick-link.alt{
    color:#000;
}
 .quick-link:hover{
     color:#fff;
     margin-left:10px;
     transition: all .6s;
     -moz-transition: all .6s;
     -webkit-transition:all .6s;
     -o-transition: all .6s;
}
 .quick-link.alt:hover{
    color:#000;
}
 #responsive-menu-additional-content .book-btn.alt {
     padding: 5px 20px !important;
     display: block !important;
     text-align: center !important;
}
 #responsive-menu-additional-content .book-btn.alt:hover {
     border-color: #fff !important;
     background: #fff !important;
     color: #000000 !important;
}
 #responsive-menu-container .responsive-menu-search-box {
     height: 36px !important;
}
 #responsive-menu-container #responsive-menu-additional-content, #responsive-menu-container #responsive-menu-search-box {
     padding: 10px !Important;
}
 input[type="submit"], input[type="button"], button {
     margin: 0px;
     background: #fff;
}
 .book-btn:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover {
     background: #000;
     border-color:#000;
     color: #fff;
}
 .icon-col {
     text-align: center;
}
 .icon-col img {
     max-width: 200px;
     width: 80%;
     display: inline-block !important;
     height: auto;
}
 .logo-holder {
     width: 100%;
     float: left;
     clear: both;
     margin: 0px;
}
 .logo {
     padding: 6px 0;
     width: auto;
     margin: 0;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     float: left;
     height: 90px;
     display: block;
}
 .woocommerce-page #header, #header.scroll {
     background: #000;
}
.woocommerce-page{padding-top:120px;}
 .scroll .logo {
     height: 54px;
     height: 54px;
     padding: 0px 0;
}
 .woocommerce .logo img, .woocommerce-page .logo img, .logo img {
     display: block;
     height: 100%;
     width: auto;
}
 .tag-line h1 {
     font-size: 28px;
     line-height: 28px;
     text-transform: none;
}
 .nav-row {
     background: #fff;
     width: 100%;
     float: left;
     margin: 20px 0 0;
}
 #nav {
     padding: 0;
     position: relative;
     width: auto;
     margin: 40px 0 0;
     float: right;
     clear: right;
     max-width: 100% !important;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
}
 .scroll #nav {
     margin: 8px 0 0;
}
 #nav ul {
     float: left;
     list-style: none;
     margin: 0;
     padding: 0;
     display: block;
}
 .home-header #nav ul li li, #header.slide-header #nav ul li li {
     border: none;
}
 #nav ul li {
     display: inline-block;
     margin: 0px;
     padding: 10px 10px;
     position: relative;
}
#nav ul li.book-now{padding: 3px 0!important;}
#nav ul li.book-now a{background:#ff2523; padding: 12px 20px!important;}
#nav ul li.book-now a:hover{background: #fff; color: #000;}
 #nav ul li a, .home #nav ul li a, .home-header #nav ul li a, .home #header.slide-header #nav ul li a {
     padding: 5px;
     color: #fff;
}
#nav ul li.book-now a::after{display: none;}
 #nav ul li a:after, #nav ul li.current-menu-item a:after{
     position: absolute;
     left: 50%;
     -moz-transition: all 0.5s ease !important;
     -o-transition: all 0.5s ease !important;
     -ms-transition: all 0.5s ease !important;
     width: 0px;
     height: 2px;
     background: #ff2523;
     content: "";
     position: absolute;
     bottom: 0px;
     margin: 0 0 0 -20px;
}
#nav ul li#menu-item-744 a::after{display:none!important;}
#nav ul li#menu-item-744 a{background:#ff2523; color: #fff; padding: 10px 20px; font-weight: 600;}
#nav ul li#menu-item-744 a:hover{background: #fff; color:#000;}
 #nav ul li:hover a:after, #nav ul li.current-menu-item a:after{
     width:40px;
}
 .home-header.scroll #nav ul li a, #header.slide-header.scroll #nav ul li li a {
     color: #fff;
}
 #nav ul li a:hover {
     text-decoration: none !important;
     color: #fff;
}
 #nav ul li:first-child, #header.scroll #nav ul li:first-child, .scroll #nav ul li:first-child, #header.slide-header #nav ul li:first-child {
     border: none;
     margin: 0px;
}
 #nav li:hover .sub-menu {
     display: block;
     position: absolute;
     top: 38px;
}
 #nav li ul.sub-menu {
     left: 15px;
     padding: 0px 0 0px;
     position: absolute;
     top: -9999px;
     z-index: 9999;
     font-size: 18px;
     line-height: 22px;
     text-align: left;
     text-transform: none;
     width: auto;
     margin: 0;
     text-align: left;
}
 #nav ul.sub-menu li, #nav ul.sub-menu li:first-child {
     clear: both;
     display: block;
     margin: 0px;
     width: 100%;
     padding: 0;
     font-size: 15px;
     line-height: 20px;
     background: #F0EDED;
     border: none;
}
 #nav ul.sub-menu a, #nav ul.sub-menu li:first-child a, #header #nav ul.sub-menu a, #header #nav ul.sub-menu li:first-child a {
     display: block;
     white-space: nowrap;
     margin: 0;
     padding: 7px 10px !important;
     width: auto;
     border: none;
     color: #000000;
     background: #F0EDED;
     border-bottom: 1px solid #000;
}
 #nav ul.sub-menu a:hover, #nav ul.sub-menu li:first-child a:hover, #nav ul.sub-menu li.current-menu-item>a {
     text-decoration: none !important;
     background: #000000 !important;
     color: #fff !important;
}
 .left-title, .center-title {
     margin-bottom: 50px;
}


 .content-holder.center-title.minus-twenty {
     margin: 0px;
}
 .content-holder.center-title.carousel{
    margin: 80px 0 0;
}
 .single .content-holder.center-title.minus-twenty {
     margin: 40px 0 0px;
}
 .content-holder {
     position: relative;
     float: left;
     width: 100%;
     clear: both;
     padding: 0;
     overflow: hidden;
}
 .center-title .single-col {
     padding: 0px 15%;
}
 .center-title.wide .single-col {
     padding: 0px;
     text-align: center;
}
 .center-title.central .single-col {
     text-align: center;
}
 .content-holder.grey {
     background: #d9d9d7;
     padding-bottom: 60px;
}
 .text-content img {
     max-width: 100%;
     display: inline-block;
     height: auto;
}
 .top-border {
     padding: 0px;
}
 .main-img {
     float: left;
     overflow: hidden;
     width: 100%;
     clear: both;
     margin: 0px;
}
 .home-slider {
     width: 100%;
     float: left;
     clear: both;
     margin: 0;
     overflow: hidden;
     position: relative;
     text-align: center;
}
 .page-slider {
     width: 100%;
     float: left;
     clear: both;
     margin: 0;
     overflow: hidden;
     position: relative;
     text-align: center;
     height: 600px !important;
}
 .page-slider .mc-image {
     background-position: 50% 50%;
     height: 100% !important
}
 .home-panel {
     border: none;
     box-sizing: border-box;
     display: block;
     height: 100%;
     left: 0;
     margin: 0;
     overflow: auto;
     padding: 20px 20px 60px;
     position: absolute;
     top: 0;
     width: 100%;
     background: rgba(0,0,0,0.45);
}
 .page-slider .home-panel {
     padding: 20px 20px 60px;
}
 body .mc-cycle {
     z-index: 2 !important;
}
 .home-panel .table {
     display: table;
     height: 100%;
     width: 100%;
}
 .home-panel h2 {
   font-size: 88px;
     line-height: 92px;
   color: #fff;
   margin: 0;
   padding: 0px;
   font-weight: 800;
     text-shadow: 0px 1px 2px #000;

}
.home-panel h2 span{color:#ff2523; display:inline-block; font-weight: 800;}

 .home-panel h2:after {
     display: none;
     padding: 0px;
     margin: 0px;
}
 .home-panel h4 {
     font-size: 26px;
     line-height: 32px;
     margin: 0px 0 15px;
     color:#fff;
     font-weight: 400;
}
 .logo-holder {
     display: table;
     height: 100%;
     width: 100%;
}
 .home-panel .slider-box {
     max-width: 1258px;
     width: 100%;
     text-align:  left;
     margin: 0 auto;
}
 .home-panel .slider-box .inslide{
   width: 70%; display: block;
 }
 .slider-box .home-logo{
    display:inline-block;
}
 .slide-next, .slide-prev {
     color: #fff;
     cursor: pointer;
     display: block;
     height: 30px;
     margin: -15px 0 0;
     position: absolute;
     top: 50%;
     width: 30px;
     font-size: 30px;
     z-index: 999;
}

 .slide-next {
     right: 20px;
}
 .slide-prev {
     left: 20px;
}
 .slide-next .fa {
     float: left;
}
 .slide-prev .fa {
     float: right;
}
 .cell {
     display: table-cell;
     text-align: center;
     vertical-align: bottom;
}
 .logo-holder img {
     width: 50%;
     height: auto;
     display: inline-block;
     max-width: 300px;
}
 .cell h2.caption-block {
     display: block;
     color: #fff;
     margin: 10px 0 0;
}
 .cell h2.caption-block.yellow span {
     color: #fff;
}
 .cell h2.caption-block.blue span {
     color: #3cdbc0;
}
 .cell h2.caption-block span {
     padding: 15px;
     text-align: left;
     display: inline-block;
     font-size: 40px;
     line-height: 46px;
     background: rgba(0, 98, 125, 0.65);
     color: #fff;
     float: left;
     clear: both;
}
 .cell h2.caption-block span em {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-transform: initial;
     font-style: normal;
     display: block;
}
 .metaslider {
     display: block;
     width: 100%;
     height: auto;
     max-width: 100% !important;
}
 .main-img img {
     width: 100%;
     height: auto;
     display: block;
}
 .main-img.single-col {
     margin-top: 30px;
     position: relative;
}
 .center-align {
     text-align: center;
}
 .content-section.main-article {
     margin: 50px 0 0;
}
 .quote {
     background: url(images/quote-bg.jpg) no-repeat 30% 50%;
     background-size: cover;
     color: #fff;
     padding: 320px 0 120px;
}
 .quote-block{
    padding: 20px 80px 0;
}
 .quote h2 {
     margin: 0 0 60px;
     color: #fff;
}
 .content-holder.quote-holder {
     margin: 0;
}
 .quote .text-content {
     padding: 80px 0 0;
     position: relative;
     margin: 0px;
     font-size: 24px;
     line-height: 40px;
     max-width: 900px;
     width: 70%;
}
 .quote .text-content p {
     margin: 0px;
     font-size: 46px;
       line-height: 54px;
     font-weight: 600;
}
 .quote .text-content span {
     color: #fff;
     margin: 0px 0 0;
     display: block;
     font-size: 18px;
     line-height: 22px;
     font-weight: bold;
}
.quote .text-content span.pt {
    color: #e3e3df;
    margin: 40px 0 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.quote .text-content span.name {
    color: #fff;
    margin: 10px 0 0;
    font-size: 24px;
    font-weight: 600;
}
 .main-article span {
     font-size: 24px;
     line-height: 28px;
     margin: 30px 0 0;
     display: block;
}
 .main-article .text-content {
     width: 100%;
     margin: 0;
     padding: 0;
}
 .text-content {
     width: 100%;
     float: left;
     clear: both;
     position: relative;
     margin: 0;
}
 .content-section {
     margin: 0px;
     width: 100%;
     float: left;
     clear: both;
}
 .content-section.blog-img {
     margin-top: 150px;
}
 .content-section.blog-img img {
     width: 100%;
     height: auto;
     display: block;
}
 .content-section.main-img {
     margin: 0px;
}
 .four-col, .three-col, .two-col, .twin-col {
     width: 100%;
     float: left;
     clear: both;
     margin: 0;
}
 .single-col {
     float: left;
     margin: 0;
     padding: 0 20px;
     width: 100%;
}
 #header .single-col {
     padding: 10px;
}
 .col {
     float: left;
     margin: 0;
     padding: 0 30px;
}
 .four-col .col {
     width: 25%;
}
 .four-col .triple {
     width: 75%;
}
 .full-col {
     width: 100% !important;
}
 .three-col .col {
     width: 33.333%;
}
 .column-carousel .three-col .col:nth-child(3n+1) {
    float:left;
     clear: both;
}
 .three-col .twin {
     width: 66.666%;
}
 .two-col .col, .four-col .twin {
     width: 50%;
}
 .col .thumb-img {
     width: 100%;
     float: left;
     clear: both;
     margin: 0 0 10px;
     position: relative;
}
 .thumb-img img {
     width: 100%;
     height: auto;
     display: block;
}
 .thumb-col img {
     width: 100%;
     display: block;
     height: auto;
}
 .centered .read-more, .center-title .read-more {
     display: inline-block;
     float: left;
}
 .nf-form-content input[type="button"] {
     margin-top: 20px !important;
}
 .nf-form-content input[type="button"]:hover {
     background: #fff !important;
}
 .read-more.margin {
     margin: 20px 0 0;
}
 .page-content .read-more {
     float: none;
     display: inline-block;
}
 .light-bg {
     padding: 20px 0;
}
 body::-webkit-input-placeholder {
     color: #000000;
     opacity: 1;
}
 body:-moz-placeholder {
    /* Firefox 18- */
     color: #000000;
     opacity: 1;
}
 body::-moz-placeholder {
    /* Firefox 19+ */
     color: #000000;
     opacity: 1;
}
 body:-ms-input-placeholder {
     color: #000000;
     opacity: 1;
}
 #footer {
     color: #fff;
     float: left;
     width: 100%;
     padding: 80px 0 0;
     margin: 0px 0 0;
     position: relative;
     background: #000;
     font-size: 14px;
}
#footer .wrapper{width: 1600px;}
 #footer .three-col {
     float: none;
     display: table;
}
 #footer .col {
     float: none;
     display: table-cell;
     vertical-align: top;
     position: relative;
     text-align: left;
}
 #footer .col:after {
     height: 100%;
     width: 1px;
     background: #e3e3df;
     content: "";
     right: 0px;
     top: 0px;
     position: absolute;

}
 #footer .col:last-child:after {
     display: none;
}
 #footer h4 {
     color: #fff;
}
 #footer ul, ul.social {
     margin: 0px 0px 20px;
     padding: 0px;
     list-style: none;
     float: left;
     width: 100%;
     clear: both;
}
 #footer .foot-ad {
     margin-bottom: 24px;
}
 .social {
     margin: 0;
}
 #footer ul li {
     margin: 0px;
}
#footer ul.no-bullets li{margin: 0 0 10px;}
 .social li {
     text-align: center;
     border-radius: 20px;
     -moz-transition: all 0.5s ease !important;
     -o-transition: all 0.5s ease !important;
     -ms-transition: all 0.5s ease !important;
     display: inline-block!important;
     width: 36px;
     height: 36px;
     float: none;
     padding: 0px!important;
     margin: 0!important;
     background: #000000;
     background-image: none!important;
}
 #footer .social li {
     height: 36px;
     width: 36px;
     margin: 0 4px;
}
 #footer .social a i {
     color: #fff;
}
 #footer .social li:hover a i{
     color:#ff2523;
}
 .social li a {

     width: 100%;
     font-size: 28px;
     line-height: 28px;
     margin: 0px;
     display: inline-block;
     color: #fff;
}
 #footer a {
     color: #fff;
}
 #footer a:hover {
     text-decoration: underline;
}
 .social a i {
     color: #fff;
}
 .social li:hover i {
     color: #ff2523;
}
 .quick-links form {
     margin: 10px 0 0;
}
 #footer h3 {
     font-size: 22px;
     line-height: 24px;
     color: #000000;
     padding-top: 0px;
     margin: 0 0 15px;
}
 #footer .logo {
     margin: 0 0 30px;
     height: auto;
     width: 80%;
     float: left;
}
 #footer .logo img {
     width: 100%;
     height: auto;
     max-width: 230px;
     display: inline-block;
}
 #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
     width: 20% !important;
}
 input[type=number], input[type=text], input[type=password], input[type=email], input[type=tel], textarea, select, #searchform-box .ftb_w_arr input[type="text"], #searchform-box .ftb_w_dep input[type="text"], #searchform-box .ftb_thin_wrap input[type="text"] {
     border: none;
     padding: 5px;
     width: 100%;
     margin: 0 0 10px;
     color: #53565a;
     font-size: 18px;
     line-height: 24px;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     border: 1px solid #fff;
     background: #fff;
     font-family: 'Roboto', sans-serif;
     font-weight: 400;
}
 .label-above .nf-field-label {
     margin: 0 0 3px !important;
}
 .nf-field-element textarea {
     height: 120px !important;
}
 body.fts-powered-by-text-popup a.fts-powered-by-text {
     display: none !important;
}
 #subForm {
     width: 100%;
     float: left;
}
 .nf-form-fields-required {
     font-style: italic;
     font-size: 18px;
     margin: 0 0 5px;
}
 #nf-form-1-cont .nf-field-container, #nf-form-1-cont #ninja_forms_required_items {
     margin: 0px !important;
}
 .nf-input-limit {
     display: none !important;
}
 .comp-terms {
     font-size: 18px;
     line-height: 18px;
}
 .end-footer {
     font-size: 14px;
     background: #000;
     padding: 10px 0;
     width: 100%;
     float: left;
     width: 100%;
     margin: 80px 0 0;
     line-height: 22px;
     border-top: 1px solid #e3e3df;
}
 .majik {
     float: right;
}
 .sidebar-layout {
     width: 100%;
     float: left;
     clear: both;
     text-align: left;
}
 .sidebar-layout .article-content {
     width: 66.666%;
     float: left;
     margin: 0px;
     padding: 0px;
}
 .page-layout .article-content {
     width: 66.666%;
}
 .article-content img {
     max-width: 100%;
     height: auto;
}
 .dog-content .article-content {
     padding: 0px;
}
 .sidebar {
     width: 33.333%;
     padding: 0 20px;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     float: left;
     margin: 0 0 30px;
}
 .page-layout .sidebar {
     width: 33.333%;
}
 .post-details {
     margin: 5px 0;
     padding: 0 20px 0 0;
     color: #494948;
     display: block;
     font-size: 14px;
     font-style: italic;
     position: relative;
     float: left;
     width: 100%;
     text-align: right;
}
 .testimonial-grid .col {
     width: 100% !important;
     margin: 0 0 30px;
     padding: 20px 20%;
     background: #E6E6E6;
     text-align: center;
     position: relative;
     overflow: hidden;
}
 .testimonial-grid .inner-col {
     position: relative;
     z-index: 10;
}
 .index-grid .inner-col:hover .link {
     background: #000;
}
 .home-grid {
     margin: 0 !important;
     padding: 0 10px;
     float: left;
     width: 100%;
     position: relative;
     clear: none;
}
 .home-grid .thumb-img {
     display: block;
     height: auto;
     margin: 0;
     width: 100%
}
 .home-grid .single-col {
     padding: 10px;
     position: relative
}
 .home-grid .col {
     padding: 20px;
     position: relative
}
 .home-grid .inside-col {
     display: block;
     width: 100%;
     padding-top: 75%;
     position: relative;
     float: left;
     overflow: hidden;
     background-size: cover;
     background-position: 50% 50%;
     -moz-transition: all .5s ease;
     -o-transition: all .5s ease;
     -ms-transition: all .5s ease;
}
 .home-grid .inside-col {
     padding-top: 133.333%;
}
.center-title .home-grid.single-col{padding: 0 30px;}
.home-grid.single-col .inside-col{     padding-top: 40%;}
 .one-half.home-grid .inside-col, .portfolio .home-grid .inside-col {
     padding-top: 150%;
}
 .one-half.home-grid .col {
     padding: 0 20px;
}
 .home-grid .fade {
     background: rgba(0, 0, 0, 0.6);
}
 .home-grid .fade:hover {
     background: rgba(0, 0, 0, 0.85);
}
 .home-grid .inside-col:hover {
     transform: scale(1.02);
     filter: contrast(1.1);
}
 .full-width-grid .home-grid .col:hover .inside-col {
     transform: scale(1.02);
     filter: contrast(1.1);
}
 .split-grid .inside-col {
     width: 50%;
     padding-top: 40% !important;
     float: left;
}
 .split-grid .row-2 .inside-col {
     float: right;
}
 .split-grid .home-grid .row-2 .text-content {
     right: auto;
     left: 0;
}
 .split-grid .home-grid .text-content {
     width: 50% !important;
     left: auto;
     right: 0px;
     color: #fff;
     background: #000000;
}
 .split-grid .home-grid .col:hover .text-content {
     background: #000;
}
 .split-grid .home-grid .text-content h3 {
     margin: 0 0 30px;
     color: #fff;
}
 .split-grid .home-grid .col {
     overflow: hidden;
}
 .split-grid .home-grid .fade {
     display: table;
     height: 100%;
     padding: 0;
     width: 100%;
     padding: 20px;
     background: none;
}
 .split-grid .home-grid .fade:hover {
     background: none;
}
 .split-grid .home-grid .fade p {
     display: none;
}
 .split-grid .home-grid .fade:hover p {
     display: block;
}
 .split-grid .home-grid .read-more {
     display: inline-block !important;
     margin: 20px 0 0 !important;
     text-transform: Initial;
}
 .split-grid .home-grid .fade .t-cell {
     display: table-cell;
     height: 100%;
     vertical-align: middle;
     text-align: center;
     width: 100%;
     position: relative;
     z-index: 10;
}
 .home-grid .single-col .inside-col {
     padding-top: 33.333%
}
 .home-grid .twin .inside-col {
     padding-top: 50%
}
 .home-grid .text-content {
     height: 100%;
     position: absolute;
     width: 100%;
     color: #fff;
     -moz-transition: all 1s ease;
     -o-transition: all 1s ease;
     -ms-transition: all 1s ease;
     left: 0;
     top: 0
}
 .home-grid .inside-col:hover .text-content {
     display: block !important;
     opacity: 1
}
 .home-grid .fade {
     display: table;
     height: 100%;
     padding: 0;
     width: 100%;
     padding: 40px 20px;
}
 .home-grid .fade h3, .home-grid .fade h4 {
     color: #fff;
     margin: 0 0 10px;
     padding: 0;
     font-size: 28px;
     line-height: 34px
}
 .home-grid .fade:hover h3, .home-grid .fade:hover h4 {
     margin: 0 0 10px;
}
 .home-grid.four-col .fade:hover h3, .home-grid.four-col .fade:hover h4 {
     margin: 0 0 15px;
}
 .home-grid .read-more {
     display: none;
     color:#fff;
     border-color:#fff;
     float:none!important;
}
 .home-grid .fade p {
     display: none;
}
 .home-grid .slide-text-wrap:hover .read-more {
     display: inline-block;
     margin: 20px 0 0;
}
 .home-grid .read-more:hover {
     background: #fff;
     color: #000;
}
 .home-grid .fade:hover p {
     display: block;
}
 .home-grid .fade a, .home-grid .fade .link-replace {
     display: table-cell;
     height: 100%;
     vertical-align: middle;
     text-align: center;
     width: 100%;
     color: #fff;

}
 .home-grid .fade a:hover {
   background: rgba(255, 37, 35, 0.90);
}
 .carousel .slick-prev {
     top: 50%;
     left: 20px;
     width: 27px;
     height: 50px;
     background: url(images/prev-green.png) no-repeat 100% 50%;
     border: none;
     text-indent: -999999px;
     outline: none;
     cursor: pointer;
     padding: 0px;
     margin-top: -14px;
     left: -60px;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 .carousel .slick-next {
     right: 20px;
     top: 50%;
     width: 27px;
     margin-top: -25px;
     height: 50px;
     background: url(images/next-green.png) no-repeat 100% 50%;
     border: none;
     text-indent: -999999px;
     outline: none;
     cursor: pointer;
     padding: 0px;
     right: -60px;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 .carousel .slick-prev:hover, .carousel .slick-prev:focus {
     background: url(images/prev-black.png) no-repeat 100% 50%;
}
 .carousel .slick-next:hover, .carousel .slick-next:focus {
     background: url(images/next-black.png) no-repeat 0 50%;
}
 .pagination .wp-pagenavi {
     padding: 0;
     font-size: 16px;
     line-height: 16px;
     float: left;
     clear: both;
     width: 100%;
     margin: 0 0 40px;
     text-align: center;
}
 .post-holder {
     float: left;
     clear: both;
     width: 100%;
}
 .post-holder .post {
     float: left;
     clear: both;
     width: 100%;
     padding: 0 0 30px;
     margin: 30px 0 0;
     border-bottom: 3px solid #000000;
}
 .post.four-col {
     border: none;
     padding: 0px;
}
 .post-holder .post:first-child {
     margin-top: 20px;
     padding-top: 30px;
     border-top: 3px solid #000000;
}
 .post .thumb-img img {
     display: block;
     width: 100%;
     height: auto;
}
 .post .thumb-img {
     width: 100%;
     float: left;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     margin: 0px;
}


 .post .text {
     width: 100%;
     float: left;
     padding: 20px 0 0 0px;
}
 .post.full .text {
     width: 100%;
     padding: 0px;
}
 .arrow-up {
     background: url('images/arrow-up.png') no-repeat 0 0;
     width: 49px;
     display: block;
     height: 24px;
     position: absolute;
     top: -23px;
     left: 50%;
     margin: 0 0 0 -25px;
}
 .rmm-toggled-controls {
     display: none !important;
}
 .rmm-toggled-controls {
     cursor: pointer;
}
 .ninja-forms-cont {
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     clear: both;
     float: left;
     margin: 0 0 20px;
     padding: 20px;
     width: 100%;
     background: #DBD9D6;
     border: 1px solid #555759;
     color: #555759;
}
 .field-wrap, #ninja_forms_required_items {
     margin: 0px !important;
}
 .ninja-forms-required-items {
     display: none;
}
 .ninja-forms-field p {
     margin: 0 0 20px;
}
 .pagination {
     clear: both;
     margin: 0;
     width: 100%;
}
 .pagination .pages {
     display: none;
}
 .pagination .wp-pagenavi a, .pagination .wp-pagenavi .extend, .pagination .wp-pagenavi .current {
     border: none;
     color: #535453;
     display: inline-block;
     margin: 0 0 0 10px;
     line-height: 20px;
     padding: 10px 0;
     width: 40px;
     height: 40px;
     border: none;
     background: #E6E6E6;
}
 .pagination .wp-pagenavi .current {
     background: #444549;
     color: #fff;
}
 .pagination .wp-pagenavi a:hover {
     background: #3C3C3B;
     color: #fff;
}
 .pagination .wp-pagenavi a.nextpostslink, .pagination .wp-pagenavi a.previouspostslink {
     display: none;
}
 .wp-caption-text {
     display: none;
}
/*--------End - Wesbite Styles--------*/
 .twin-col {
     margin: 0px;
     -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
     -moz-column-count: 2;
    /* Firefox */
     column-count: 2;
     -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
     -moz-column-gap: 20px;
    /* Firefox */
     column-gap: 20px;
}
 .iframe-wrap {
     height: 0;
     margin: 0 0 20px;
     overflow: hidden;
     padding-bottom: 65.25%;
     padding-top: 30px;
     position: relative;
}
 ul.contact {
     list-style: none;
}
.dark ul.contact a{color:#fff;}
 .iframe-wrap iframe {
     height: 100% !important;
     left: 0;
     position: absolute;
     top: 0;
     width: 100% !important;
}
 .map-wrap {
     width: 100%;
     float: left;
     width: 100%;
     padding: 0 20px;
}
 .home .map-wrap {
     padding: 0px;
}
 .map-wrap iframe {
     width: 100%;
     display: block;
    /* pointer-events: none;
     */
}
 .video-container {
     position: relative;
     padding-bottom: 56.25%;
    /* 16:9 */
     padding-top: 25px;
     height: 0;
     margin: 0 0 20px;
}
 .home-video .video-container {
     margin: 20px 0 0;
}
 .video-container iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .table-container {
     max-width: 100%;
     overflow-x: auto;
     margin: 0 0 20px
}
 .table-container table, .table-wrap {
     border-collapse: collapse;
     margin: 0 0 20px;
     text-align: left;
     width: 100%
}
 .table-container table th {
     background: #000000;
     border: 1px solid #000000;
     color: #131516;
     font-size: 18px;
     padding: 10px;
     vertical-align: top
}
 .prices-table td, .prices-table th {
     text-align: center;
}
 .prices-table.table-container table th {
     background: #000000;
     font-size: 32px;
     line-height: 32px;
     margin: 0px;
     padding: 20px 0;
     border: #fff 1px solid;
     border-bottom: none;
     color: #fff
}
 .prices-table.table-container table td {
     padding-top: 20px;
}
 .table-container table th {
     border-right: 1px solid #000000;
}
 .table-container table th:last-child {
     border-right: 1px solid #000000
}
 .table-container table td {
     vertical-align: top;
     background: #fff;
     border: 1px solid #000000;
     color: #000000;
     padding: 10px
}
 .table-wrap td {
     vertical-align: top;
     padding: 0 20px 10px 0
}
 .widget {
     float: left;
     width: 100%;
     clear: both;
     padding: 20px;
     background: #d9d9d7;
     margin: 0 0 30px;
     border-left: 3px solid #000000;
}
 .widget h3, h3.under {
     color: #000000;
     margin: 0 0 18px;
     padding: 0px;
     font-size: 20px;
     line-height: 24px;
}
 h3.under {
     margin-top: 40px;
}
 .widget .thumb-img {
     margin: 0px;
}
 .widget .col {
     width: 100%;
     padding: 0px;
}
 .thumb-img {
     width: 25%;
     float: left;
}
 .thumb-img img {
     width: 100%;
     height: auto;
     display: block;
}
 .widget .text {
     width: 100%;
     float: left;
}
 .widget .text em {
     font-size: 14px;
     line-height: 18px;
     margin: 0 0 3px;
     display: block;
     font-style: normal;
}
 .widget .full .text {
     width: 100%;
     padding: 0px;
}
 .widget a {
     color: #53565a;
}
 .widget h5 a, .widget a:hover {
     color: #000000;
}
 .social-col {
     position: relative;
}
 .social-col .icon {
     background: #000000;
     border-radius: 30px;
     color: #fff;
     display: block;
     font-size: 20px;
     height: 38px;
     line-height: 28px;
     padding: 7px 0 0;
     position: absolute;
     text-align: center;
     top: 0;
     width: 38px;
     z-index: 0;
}
 .social-col h4 a {
     display: block;
     padding: 6px 0 4px 46px;
     position: relative;
     z-index: 1;
     font-size: 18px;
}
 .social-col h4:hover a {
     background: #000000;
}
 .feed-content {
     width: 100%;
     float: left;
     clear: both;
     padding: 10px 0;
     overflow-y: auto;
     padding: 0 20px 0 0;
}
 .tweeter-info .fts-right {
     font-size: 16px !important;
     line-height: 24px !important;
}
 .feed-content .fts-jal-single-fb-post {
     padding: 0px !important;
     margin-bottom: 15px !important;
}
 .link {
     display: block;
     margin: 30px 0 0;
     color: #3C3C3B;
     font-size: 18px;
}
 .link:hover {
     color: #444549;
}
 .slick-prev, .slick-next {
     width: 30px;
     line-height: 30px;
     font-size: 30px;
     height: 30px;
     cursor: pointer;
     margin-top: -15px !IMPORTANT;
}
 .slick-prev:before, .slick-next:before {
     line-height: 30px;
     font-size: 30px;
     height: 30px;
     font-family: 'FontAwesome';
     opacity: 1;
     color: #fff !important;
}
 .slick-prev:before {
     content: '\f0a8';
}
 .slick-next:before {
     content: '\f0a9';
}
 .vlog-section{
    background:#f0eded;
    text-align: center;
     padding: 80px 0;
    margin:0px!important;
}
 .blog-section {
     position: relative;
     padding: 0 0 0px;
     margin: 0px 0 0;
}
 .blog-section .col {
     padding-bottom: 30px;
}
 .blog-section.three-col .col:nth-child(3n+1){
    clear:both;
}
 .blog-section .col .vlogs-2 {
     padding-bottom: 0px;
}
 .blog-section .vlogs-2 .article{
     padding-bottom: 30px;
     float:left;
     width:100%;
}
.blog-section .blog-article{
padding: 0 30px; width: 100%; float:left; clear: both; margin: 0 0 50px;
}
.blog-section .blog-article .blog-content {
  color: #000!important;
}
.blog-section .blog-article .thumb-img { width: 40%; float: left; padding: 0 30px 0 0; position: relative;
}
.category-flag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff2523; /* red accent, change as needed */
  color: #fff;
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
}
.main-img.single-col .category-flag{left: 30px;}
.blog-section .blog-article .text-content { width: 60%; float: left; padding: 0; clear: none;

}
.blog-section .blog-article h3 a{
    color: #000!important;
}

 .blog-section .text-content {
     text-align: left;
     padding: 20px 30px;
}
 .vlog-section .blog-section .text-content {
     background: #fff;
}
 .blog-section .text-content .read-more {
     margin: 10px 0 3px;
}
 .blog-section .col .thumb-img {
     margin: 0px;
}
 .blog-section .text-content .read-more {
     margin: 10px 0 0;
}
 .blog-section .col .thumb-img {
     margin: 0px;
}

 .content-pad {
     padding: 0 20px;
}
 .nf-field-label label {
     font-weight: 500 !important;
}
 .nf-form-cont {
     background: #e3e3df;
     color: #000;
     padding: 20px;
     margin: 0 0 40px;
}
 .nf-form-content input[type="submit"]{
    background:#000!important;
     color:#fff!important;
     margin-top: 20px!important;
     padding: 10px 20px;
}
 .nf-form-content input[type="submit"]:hover{
    background:#ff2523!important;
}
 .nf-form-cont h3 {
     color: #000;

}
 .quick-book .nf-form-cont {
     color: #fff;
}
 .foot-btn {
     font-weight: bold;
}
 .nf-form-cont label {
     font-size: 16px !important;
     font-weight: 400 !important;
     margin-top: 10px!important;

  line-height: 22px!important;
}
 .nf-form-cont a {
     color: #000 !important;
}
 .nf-form-cont a:hover {
     text-decoration: underline;
}
 .booking-bar input#check_in_date, .booking-bar input#check_out_date {
     background: none;
}
 .booking-bar input, .booking-bar select {
     color: #000000;
     padding: 5px;
}
 .booking-bar input[type=button] {
     font-family: 'Roboto', sans-serif;
     font-weight: 500;
     background: #fff;
     color: #fff;
     padding: 5px 10px !important;
     width: 100% !important;
     margin: 26px 0 0;
     clear: none;
     border: none !important;
     float: left;
     height: auto;
     outline: none !important;
     border-radius: 5px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     color: #fff !important;
     line-height: 20px;
     text-transform: uppercase !important;
     font-size: 16px !important;
}
 .booking-bar input[type=button]:hover {
     text-decoration: none !important;
     background: #fff !important;
     color: #fff !important;
}
 .booking-bar select {
     -webkit-appearance: none;
     -moz-appearance: none;
}
 .booking-bar .nf-error-msg {
     clear: both;
     display: block;
     float: left;
     color: #fff;
     font-size: 14px;
     line-height: 16px;
}
 .booking-bar .nf-error-required-error {
     display: none;
}
 .services{
    padding:100px 0;
     background:#000 url(images/services-bg.jpg) no-repeat 50% 50%;
     background-size: cover;
     color:#fff;
    margin-top:0px!Important;
}
 .services .inside-col{
    border: 1px solid #fff;
    display: block;
     width: 100%;
     float: left;
     padding: 30px;
}
 .services h2{
    color:#fff;
}
 .services.left-title h2:after{
    background: #fff;
}
 .services h3{
    margin: 0 0 20px;
}
 .services h3 a{
     font-size: 32px;
     line-height: 36px;
     color:#fff;
     transition: all .6s;
     -moz-transition: all .6s;
     -webkit-transition:all .6s;
     -o-transition: all .6s;
}
 .services h3 a:hover{
    position: relative;
     margin-left: 10px;
}
 .services .service-section{
    margin-top:30px;
}
 .services .col, .carousel .col, .projects-row .col {
     position: relative;
     top: 0px;
     left: 0px;
     margin: 0 0 20px;
}
 .project-row .col:hover .inner-wrap, .carousel .col:hover .inner-wrap, .services .col:hover .inner-wrap {
     display: table;
}
 .hover-wrap {
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     position: absolute;
     display: block;
}
 .hover-wrap .inner-wrap {
     width: 100%;
     text-align: center;
     display: none;
     height: 100%;
     display: block;
     background: rgba(2, 63, 133, 0.65);
}
 .hover-wrap .title {
     display: table-cell;
     vertical-align: middle;
}
 .spaced {
     margin-top: 100px;
}
 .hover-wrap .title h3 {
     color: #fff;
}
 .project-row, .carousel, .services {
     position: relative;
}

.slick-dots{bottom: 0px!important; position: relative!important;}
 .slick-dots li button:before {
     display: none;
}
 .slick-dots li button {
     border-radius: 20px;
     height: 12px !important;
     width: 12px !important;
     background: #d9dbdd !important;
     margin: 0 4px !important;
}
.light .slick-dots li button {
    background: #000 !important;

}
 .slick-dots li.slick-active button, .slick-dots li button:hover {
     background: #ff2523 !important;
}
 .slick-list {
     overflow: hidden;

}
.carousel-overflow-wrap .slick-list {
     padding: 10px 0!important;}
 .slide-show .slide img {
     width: 100%;
     height: auto;
     display: block;
}
 .slide-show .slick-next {
     right: 10px;
}
 .slide-show .slick-prev {
     left: 10px;
}
 .slide-show.slick-slider {
     margin: 0px;
}
 .slider-nav {
     padding: 0 12px 0 15px;
     margin: 0 0 10px !important;
     float: left;
     width: 100%;
}
 .slider-nav .slide {
     cursor: pointer;
     padding: 0 3px 0 0;
     width: 20% !important;
}
 .slider-nav .slick-track {
     width: 100% !important;
}
 .side-list i {
     font-size: 22px;
     line-height: 22px;
     display: block;
     top: 1px;
     left: 0px;
     color: #53565a;
     position: absolute;
}
 .widget li:hover a, .widget li:hover i {
     color: #000000;
}
 .side-list ul {
     margin: 0px;
     list-style: none;
     padding: 0px;
}
 .side-list li {
     display: block;
     line-height: 26px;
     font-size: 18px;
     text-transform: capitalize;
     position: relative;
     padding: 0;
     margin: 0 0 10px;
}
 .featured-img {
     width: 100%;
     float: left;
     clear: both;
     margin: 0 0 10px;
}
 .featured-img img {
     display: block;
     width: 100%;
     height: auto;
}
 .widget .read-more {
     margin: 0px;
}
 .post-item {
     margin-top: 20px;
     padding-top: 20px;
     float: left;
     width: 100%;
     border-top: 1px solid #000000;
}
 .post-item:first-child {
     margin-top: 0px;
     padding: 0px;
     border: none;
}
 .home-slider .booking-bar {
     position: absolute;
     bottom: 0px;
     left: 0px;
     z-index: 999;
}
 .footer-booking.booking-bar {
     background: #000000;
     margin: 40px 0 0;
}
 .booking-bar h3 {
     color: #fff;
}
 .nf-field-container.spaced {
     margin: 0 0 20px !important;
}
 #check_in_select, #check_out_select, #checkInDisplay {
     display: none;
}
 #check_in_date, #check_out_date {
     position: absolute;
     left: 0px;
     top: 0px;
     text-indent: -9999px;
     border: none;
}
 .field-wrap {
     width: 100%;
     display: block;
     position: relative;
}
 #checkInDisplay, .cin-box, #stayLength, .duration-box {
     box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
     -webkit-box-sizing: border-box !important;
}
 #searchform-box {
     color: #fff;
     float: right;
     position: absolute;
     padding: 0 0 0 360px;
     width: 100%;
     top: 0px;
     left: 0px;
}
 #searchform-box input {
     color: #000000 !important;
     line-height: 20px !important;
     padding: 5px !important;
     height: auto !important;
     box-sizing: border-box !important;
     -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
}
 #searchform-box .ftb_w_cin_t, #searchform-box .ftb_w_cout_t {
     color: #fff;
     float: left;
     padding: 0px;
     width: auto;
     font-size: 16px;
     line-height: 20px;
     font-weight: bold;
     margin: 0 0 3px;
}
 .booking-bar .single-col {
     position: relative;
}
 #search-form {
     float: left;
     width: 100%;
}
 .booking-bar .col {
     width: 33.333%;
     padding: 0 20px 0 0;
     float: left;
}
 .ftb_w_search {
     padding: 0px !important;
}
 #searchform-box br {
     display: inline !important;
}
 .ui-datepicker-trigger {
     display: none !important;
}
 #searchform-box .ftb_widget {
     width: 100% !important;
     border: none;
     background: none;
     padding: 0px;
}
 #searchform-box .ftb_w_arr, #searchform-box .ftb_w_dep {
     width: 30% !important;
     float: left;
     clear: none;
     display: inline-block;
     padding: 0 20px 0 0;
     margin: 0px;
     box-sizing: border-box !important;
     -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
}
 #searchform-box .ftb_widget {
     min-height: 0px;
}
 .scroll-menu {
     float: left;
     width: 100%;
}
 .banner-section img {
     display: block;
     width: 100%;
     height: auto;
}
 .simple-img img {
     margin-top: 44px;
     float: right;
}
 .subscribe-form {
     background: #53565a;
     width: 100%;
     float: left;
     padding: 20px;
}
 .subscribe-form h3 {
     color: #fff;
}

 .side-gallery {
     float: left;
     width: 100%;
     clear: both;
     padding: 0px;
     margin: 0px;
}
 .side-gallery li {
     float: left;
     padding: 0px;
     list-style: none;
     margin: 0 0 20px;
}
 .side-gallery li img {
     display: block;
     float: left;
     width: 100%;
     height: auto;
}
 .image-row {
     width: 100%;
     float: left;
     margin: 20px 0 0;
}
 .image-row .thumb-col {
     width: 30%;
     padding: 0 20px 0 0;
     float: left;
}
 .image-row .text-col {
     width: 70%;
     padding: 0 20px 0 0;
     float: left;
}
 .gallery-holder-out {
     float: left;
     padding: 0 20px;
     width: 100%;
}
 .gallery-holder-in {
     float: left;
     width: 100%;
     position: relative;
     margin: 0 0 3px;
}
 .slick-list {
     overflow: hidden;
}
 .article-content .widget {
     margin-bottom: 0px;
}
 .slide-show .slide img {
     width: 100%;
     height: auto;
     display: block;
}
 .slide-show .slick-next {
     right: 10px;
}
 .slide-show .slick-prev {
     left: 10px;
}
 .slide-show.slick-slider {
     margin: 0px;
}
 .slider-nav {
     padding: 0 17px 0 20px;
     margin: 0 0 10px !important;
     float: left;
     width: 100%;
}
 .slider-nav .slide {
     cursor: pointer;
     padding: 0 3px 0 0;
     width: 20% !important;
}
 .slider-nav .slick-track {
     width: 100% !important;
}
 .grid-holder {
     padding: 0 10%;
     width: 100%;
     float: left;
     clear: both;
     display: table;
}
 .content-holder.grid-section {
     margin: 100px 0 0;
}
 .grid-holder, .scroll {
     width: 100%;
     float: left;
     clear: both;
     display: block;
}
 .grid-holder .cell-block {
     height: 600px;
}
 .gallery-block, .cell-block, .slick-slide.cell-block {
     display: block;
     position: relative;
     padding: 5px;
}
 .image-link {
     text-align: left;
     display: block;
     float: left;
     height: 100%;
     width: 100%;
     background-size: cover !important;
     background-color: #f6f6f6;
     background-position: 50% 50%;
}
 .cell-holder {
     transition: all .3s ease-out;
     -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
     -o-transition: all .3s ease-out;
     display: table;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.35);
}
 .cell-block:hover .cell-holder {
     background: rgba(0, 0, 0, 0.15);
}
 .grid-holder .cell {
     display: table-cell;
     padding: 0px;
     position: relative;
     padding: 20px;
     vertical-align: middle;
}
 .cell .excerpt {
     color: #fff;
     max-height: 200px;
     overflow: hidden;
     display: block;
}
 .cell h3 {
     color: #fff;
     font-size: 52px;
     line-height: 52px;
     text-transform: capitalize;
}
 .cell .read-more {
     display: inline-block;
     float: none;
}
 .content-holder.photo-break {
     margin: 100px 0 0;
}
 .photo-layout {
     display: table;
     padding: 0 10% 0px;
     width: 100%;
}
 .photo-layout .col {
     display: table-cell;
     vertical-align: bottom;
     float: none;
}
 .photo-layout .col-2-3 {
     width: 66.666%;
     padding: 20px;
}
 .photo-layout .col-1-3 {
     width: 33.333%;
     padding: 20px;
}
 .photo-layout .col-1 {
     width: 100%;
     padding: 20px 100px;
}
 .photo-layout img {
     display: block;
     width: 100%;
     height: auto;
}
 .img-break, .split-img {
     background-position: 50% 50%;
     background-repeat: no-repeat;
     margin-top: 120px;
     background-image: url(images/w-bg.jpg);
     min-height: 540px;
     display: block;
     background-size: cover;
}
 .split-img {
     margin: 0px;
}
 .narrow-split-row .split-img {
     height: 600px;
}
 .right-img .split-img {
     float: right;
}
 .split-row .text-content {
     padding: 30px 0 40px 10%;
}
.split-row.right-img .text-content {
    padding: 30px 10% 40px 0;
}
 .split-row.overlap-split-row .text-content {    padding: 30px 10% 40px;}
 .img-break {
     margin-top: 100px;
}
 .img-break strong{
    color:#000;
}
 .img-break .single-col {
     height: 100%;
     display: table;
     float: none;
     padding: 100px 20px;
}
 .img-break .text-content {
     margin: 0px;
     float: left;
     color: #fff;
     display: block;
     float: left;
     max-width: 60%;
}

 .split-row .read-more {
     margin: 40px 0 0;
     display: inline-block;
     float: none;
}
 .split-row {
     margin-top: 100px;
}
 .img-break.img-1 {
     background-position: 50% 50%;
}
 .foot-note {
     padding: 15px 0;
     margin: 0px 0 0;
     background:#ff2523;
     color:#fff;
}
.foot-note .single-col{position: relative; }
 .gallery-row img {
     display: block;
     width: 100%;
     height: auto;
}
 .foot-note h3 {
     margin: 4px 0 0px;
     display: inline-block;
     color: #fff;
     position: relative;
     padding: 0;
     font-size: 32px;
     line-height: 40px
}
 .foot-note .read-more {
     position: absolute;
     right: 20px; top: 16px;
     display: inline-block;
     margin: 0 0 0 30px;
     -moz-transition: all 0.5s ease !important;
     -o-transition: all 0.5s ease !important;
     -ms-transition: all 0.5s ease !important;
     background: none;
     padding: 15px 20px !important;
     border: 2px solid #fff;
     color: #fff!important;
}
 .foot-note .read-more:hover {
     background: #fff !important;
     color: #000 !important;
}
 .quick-links img {
     width: 80%;
     max-width: 200px;
     height: auto;
     display: block;
     margin: 20px 0 0;
}
 .fbx-caption-title {
     display: none !important;
}
 .center-title h4, .split-row h4 {
     font-size: 24px;
     line-height: 28px;
}
 .blog-index {
     margin-top: 60px;
}
 .blog-index .col {
     margin: 0 0 60px;
}
 .blog-index .col:nth-child(3n+1) {
     clear: both;
}
 .single-nav {
     margin: 40px 0 60px;
     border-top: 2px solid #000;
     padding: 40px 0 0;
     display: block;
  float: left;
  width: 100%;
}
 .single-nav a {
     margin: 0px 0 0;
     padding: 18px 28px;
     color: #000000 !important;
     background: none !important;
     display: block;
     float: left;
     position: relative;
     line-height: 20px;
     font-size: 15px;
     border: 2px solid #000000 !important;
     text-transform: capitalize;
     font-weight: 500;
     -moz-transition: all 0.5s ease !important;
     -o-transition: all 0.5s ease !important;
     -ms-transition: all 0.5s ease !important;
}
 .single-nav a:hover {
     background: #000000 !important;
     color: #fff !important;
     text-decoration: none;
}
 .single-nav .prev-post {
     display: inline-block;
     float: left;
}
 .single-nav .next-post {
     display: inline-block;
     float: right;
}
 #nf-form-2-cont .nf-form-wrap {
     text-align: left;
}
 #nf-form-2-cont .nf-form-content hr.ninja-forms-field {
     margin: 20px 0;
     background: #c4c4c4;
}
 .page-id-85 #nf-form-2-cont .nf-form-fields-required {
     text-align: center !important;
}
 body .nf-form-content button.nf-fu-fileinput-button, .nf-form-wrap input[type="button"]{
     line-height: 20px;
     display: inline-block;
     margin: 0;
     cursor: pointer;
     font-family: 'Roboto', sans-serif;
     background: none;
     font-weight: 600;
     color: #fff!important;
     background: #000!important;
     border: none;
     padding: 15px 20px!important;
     -moz-transition: all 0.5s ease !important;
     -o-transition: all 0.5s ease !important;
     -ms-transition: all 0.5s ease !important;
     font-size: 14px!important;
     border-radius:3px;
}
 body .nf-form-content button.nf-fu-fileinput-button:hover, .nf-form-wrap input[type="button"]:hover{
     background:#fff!important;
     color:#000000!important;
}
 .nf-form-wrap input[type="button"]:hover {
     color: #000000 !important;
}
 .portrait-img-grid .img-2 {
     width: 50%;
}
 .portrait-img-grid .img-3 {
     width: 70%;
     margin: 40px 0 0;
}
 .page-id-5 .column-layout{
    background:#eee;
     padding: 100px 0 0px;
    margin:0px;
}
 .overlap-split-row .col {
     padding: 0px !important;
}
 .overlap-split-row .text-content {
     background: #000;
     position: relative;
     width: 120%;
     top: 90px;
     margin-bottom: 90px;
     left: -20%;
     color: #fff;
     -moz-transition: all 0.5s ease !important;
     -o-transition: all 0.5s ease !important;
     -ms-transition: all 0.5s ease !important;
}
 .overlap-split-row .text-content h2, .overlap-split-row .text-content h3,.overlap-split-row .text-content h4 {
     color: #fff;
}
.dark.overlap-split-row .text-content {
    background: #e3e3df;

    color: #000;

}
.dark.overlap-split-row .text-content h2 {
    color: #000000;
}
 .inside-two-col{
    padding: 0 50px;
}
 .overlap-split-row .inside-two-col .split-img{
    height:380px;
     min-height: 380px;
}
 .overlap-split-row.right-img .text-content {
     right: auto;
     left: 0;
}
 .overlap-split-row .split-img {
     height: 660px;
}
 .single-img {
     width: 100%;
     text-align: center;
     padding: 0 10%;
}
 .double-img {
     width: 100%;
     text-align: center;
     padding: 0 10%;
}
 .double-img img, .single-img img {
     display: inline-block;
     width: 100%;
     height: auto;
     padding: 15px 0;
}
 .single-img.narrow {
     padding: 0 25%;
}
 .icon-header {
     padding-top: 70px;
}
 .icon-header.pres {
     background: url(images/hoghton-preservation-trust-white.png) no-repeat 50% 0;
     background-size: auto 70px;
     padding-top: 110px;
}
 .icon-header.wed {
     background: url(images/icons/wed.svg) no-repeat 0% 0;
     background-size: auto 50px;
}
 .wpbsearchform {
     display: block;
     width: 300px;
     position: absolute;
     right: 0;
     top: 100%;
     margin-top: 1px;
     z-index: 9999;
     padding: 0;
     border-radius: 0;
     background: #fff;
}
 .wpbsearchform form input:focus {
     color: #555;
}
 .wpbsearchform input[type="search"] {
     border-radius: 0;
     padding: 8px 10px;
     border: 2px solid #000000;
     width: 100%;
}
 .wpbsearchform ::-moz-placeholder {
     color: #999 !important;
     font-weight: 300;
     opacity: 1;
}
 .wpbsearchform ::-webkit-input-placeholder {
     color: #999 !important;
     font-weight: 300;
}
 .search-wpb {
     cursor: pointer;
}
 .divide-line {
     width: 90%;
     margin: 40px 5% 70px;
     display: block;
     height: 2px;
     background: #000000;
     position: relative;
}
 .divide-line .img-wrap {
     width: 80px;
     padding: 10px;
     background: #fff;
     position: absolute;
     left: 50%;
     margin: -30px 0 0 -40px;
}
 .divide-line.castle .img-wrap {
     margin-top: -60px;
     margin-left: -35px;
     width: 70px;
}
 .divide-line.calendar .img-wrap {
     margin-top: -41px;
     margin-left: -35px;
     width: 70px;
}
 .divide-line .img-wrap img {
     width: 100%;
     display: block;
     height: auto;
}
 .review-wrap {
     display: block;
     width: 100%;
     float: left;
     color: #000000;
     font-size: 20px;
     line-height: 26px;
     font-weight: 600;
     margin: 10px 0 0;
}
 .star-wrap {
     display: block;
     width: 100%;
     margin: 0 0 8px;
}
 .single-icon {
     display: inline-block;
     width: 60px;
     margin: 0 0 30px;
}
 .single-icon.castle {
     width: 50px;
}
 .single-icon img {
     width: 100%;
     height: auto;
     display: block;
}
 .img-col img {
     width: 100%;
     height: auto;
     display: block;
}
 .wrapper.full-width-grid {
     width: 100% !important;
}
 .wrapper.full-width-grid .home-special, .wrapper.full-width-grid .home-special .col {
     padding: 0px !important;
}
 .wrapper.full-width-grid .home-grid .fade a, .wrapper.full-width-grid .home-grid .fade .link-replace {
     padding: 20px 20%;
}
 .wrapper.full-width-grid .home-grid .fade h3 {
     font-size: 32px;
     line-height: 38px;
     margin: 0px;
}
 .wrapper.full-width-grid .home-grid .fade h3 span {
     font-family: 'Roboto', sans-serif;
     font-size: 18px;
     line-height: 22px;
     display: block;
     margin: 10px 0 30px;
     font-weight: 400;
}
 .popup-overlay {
     display: block;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5);
     left: 0;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 9999;
}
 .popup-overlay.hide {
     display: none !important;
}
 .pop-up {
     background: #fff;
     color: #000000;
     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
     -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
     display: block;
     height: auto;
     padding: 30px 30px 15px;
     z-index: 9999;
     text-align: center;
     width: 40%;
     position: absolute;
     margin: 0;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     max-height: 80%;
}
 .pop-up.green {
     background: #000000;
     color: #fff;
}
 .pop-up.green h2 {
     color: #fff;
}
 .pop-up .read-more {
     margin-bottom: 15px !important;
}
 .pop-up em {
     font-size: 12px;
     line-height: 14px;
}
 .pop-up h2 {
     margin: 0 0 25px;
}
 .close-window {
     background: url(images/close-icon.png) no-repeat 0 0;
     background-size: cover !important;
     width: 30px;
     height: 30px;
     position: absolute;
     top: -15px;
     right: -15px;
     display: block;
     cursor: pointer;
}
 .green .close-window {
     background: url(images/green-close-icon.png) no-repeat 0 0;
}
 .green .read-more {
     background: #000000;
     color: #fff;
}
 .green .read-more:hover {
     background: #fff !important;
     color: #000000 !important;
}
 .ticker {
     background: #000000;
     padding: 5px;
     display: block;
     width: 100%;
     color: #fff;
     text-transform: uppercase;
     font-weight: 600;
     text-align: center;
}
 .ticker p {
     margin: 0px;
}
 .scroll .ticker, .ticker.hide {
     display: none;
}
 .breadcrumbs {
     float: right;
     color: #000000;
     clear: both;
     margin: 0px;
     padding: 0px;
     font-weight: bold;
     font-size: 14px;
     margin: 5px 0 0px;
}
 .breadcrumbs a {
     text-decoration: undelrine;
}
 .breadcrumbs-holder {
     margin-bottom: -30px;
}
 .page-id-76 .breadcrumbs-holder {
     display: none;
}
 .quote-section {
     margin-top: 90px;
     background: url(images/apprentice-quote.jpg) no-repeat 50% 50%;
     color: #fff;
     font-size: 18px;
     background-size: cover;
     padding: 80px 0;
}
 .quote-section .slick-prev:before, .quote-section .slick-next:before {
     color: #22211f !important;
}
 .quote-section h2 {
     color: #fff;
}
 .quote-section .slick-prev {
     left: 0px !important;
}
 .quote-section .slick-next {
     left: 40px !important;
}
 .quote-section .content-section {
     margin: 0px;
}
 .quote-section .col {
     position: relative;
}
 .quote-section span {
     color: #fff;
     font-size: 14px;
     font-weight: bold;
}
 .quote-section h3 {
     margin-bottom: 20px;
}
 .quote-section .slick-next {
     left: 40px !important;
     bottom: -70px !important;
     top: auto !important;
}
 .quote-section .slick-prev {
     left: 0px !important;
     bottom: -70px !important;
     top: auto !important;
}
 .quote-section .slick-prev:before, .quote-section .slick-next:before {
     color: #fff !important;
}
 .open-quote {
     background: url(images/open-quote.png) no-repeat 0 0;
     position: absolute;
     width: 53px;
     height: 43px;
     display: block;
     left: 0px;
     top: 0px;
}

 #rmp_menu_trigger-160 {
     top: 21px !important;
     right: 10px !important;
}
 #rmp_menu_trigger-160 #rmp-menu-wrap-160 .rmp-menu-item-link{
     text-transform: uppercase!important;
}
 .scroll-btn #rmp_menu_trigger-160 {
     top: 8px !important;
}
 .home-intro {
     margin: 0px !important;
     position: relative;
     padding: 80px 0;
     background:#000 url(images/lift-icon.png) no-repeat 105% 105%;
     position: relative;
}
.dark{background:#000;color:#e3e3df;margin: 0px!important; padding: 80px 0;}
.light{color:#000; background:#e3e3df; margin: 0px!important; padding: 80px 0;}
.light h2,.light h3, .light h4{color:#000;}
.light .archive-grid h2,.light .archive-grid h3, .light .archive-grid h4{color:#fff;}

.single-col.intro-text{
  width: 70%;
    margin: 0;
}


 .contact-details {
     list-style: none;
     padding: 0px;
     margin: 20px 0;
}
 .contact-details li {
     padding: 20px 0 0;
     margin: 20px 0 0;
     border-top: 2px solid #000;
}
 .contact-details.profile{
    margin: 0;
     padding:5px 10px;
     width:100%;
     display:block;
     float:left;
     background:#000;
     color:#fff;
}
 .contact-details.profile li {
     border:none;
     margin:5px 0;
     padding:0px;
}
 .contact-details.profile li span{
    color:#C3B79C;
}
 .contact-details.profile li a{
    color:#fff;
}
 .one-third {
     float: left;
     width: 33.333%;
     padding: 0;
     float: left;
}
 .two-thirds {
     float: left;
     width: 66.666%;
     padding: 0;
     float: left;
}
 .one-half {
     float: left;
     width: 50%;
     padding: 0;
     float: left;
}
 .portfolio {
     background: #f2f4f6 url(images/portfolio-bg.jpg) no-repeat 50% 50%;
     padding: 100px 0 80px;
     background-size: cover;
}
 .our-clients {
     background: #fff;
     padding: 80px 0 0;
}
 .client-carousel {
     width: 100%;
     float: left;
     clear: both;
     margin: 30px 0 0px;
     position: relative;
}
 .client-carousel .carousel-frame {
     margin: 0px;
     padding: 0 60px;
     width: 100%;
}
 .client-carousel .slide {
     display: inline-block;
     padding: 0px;
     margin: 0px;
     float: left;
     width: auto;
}
 .client-carousel .slide span {
     padding: 0 30px 0 0;
     margin: 0 30px 0 0;
     float: left;
     display: block;
     height: 50px;
}
 .client-carousel .slide img {
     height: 100%;
     width: auto;
     display: block;
     filter: grayscale(1);
}
 .client-carousel .slide:hover img {
     filter: grayscale(0);
}
 .client-carousel .read-more {
     margin: 40px 0 0;
}
 .client-carousel .slick-list {
     overflow: hidden;
}
 .client-carousel .slick-prev, .client-carousel .slick-next {
     margin-top: 0px !important;
}
 .client-carousel .slick-prev:before, .client-carousel .slick-next:before {
     color: #000000 !important;
     opacity: 1 !important;
}
 .client-carousel .slick-prev:before:hover, .client-carousel .slick-next:before:hover {
     color: #000 !important;
}
 .mc-image {
     background-position: 0 0 !important;
}
 .team-cols img {
     width: 100%;
     height: auto;
     display: block;
}
 .team-cols .col {
     margin-bottom: 40px;
}
 .team-cols .col:nth-child(3n+1) {
     clear: both;
}
 .team-cols .col .img-block {
     display: block;
     float: left;
     width: 100%;
     position: relative;
}
 .team-cols .col .img-block span {
     display: none;
}
 .team-cols .col:hover .img-block span {
     width: 100%;
     height: 100%;
     background: rgba(40, 50, 66, 0.5) url(images/plus-icon.png) no-repeat 50% 50%;
     position: absolute;
     top: 0;
     left: 0;
     display: block;
}
 .team-cols .col .text-block {
     display: block;
     float: left;
     width: 100%;
     padding: 20px 10px;
     text-align: left;
     background:#F0EDED;
}
 .team-cols .col:hover {
     cursor: pointer;
}
 .team-cols .col:hover .text-block {
     background: #000;
     color: #fff;
}
 .team-cols .col:hover .text-block h3 {
     color: #fff;
}
 .white-popup-block h3, .team-cols .col h3 {
     margin: 0px;
     color: #000000;
     font-size: 24px;
}
 .qual, .job {
     display: block;
     clear: both;
     width: 100%;
     color: #C3B79C;
}
 .team-cols .col:hover .qual, .team-cols .col:hover .job {
     color: #C3B79C;
}
 .qual {
     font-style: italic;
     font-size: 14px;
}
 .job {
     font-weight: 500;
     margin: 10px 0 0;
     text-transform: uppercase;
}
 .white-popup-block {
     max-width: 1004px;
     width: 80%;
     display: block;
     margin: 0 auto;
     position: relative;
}
 .white-popup-block .inside-block {
     float: left;
     width: 100%;
     clear: both;
     background: #fff;
     padding: 40px 30px 20px;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}
 .mfp-close {
     right: 0px !important;
}
 .four-col .col.trip {
     width: 75%;
}
 .white-popup-block .img-block {
     float: left;
     clear: both;
     width: 100%;
     margin: 0;
}
 .white-popup-block .img-block img {
     width: 100%;
     height: auto;
     display: block;
}
 .bio {
     float: left;
     clear: both;
     width: 100%;
     margin: 20px 0 0;
}
 .profile-linkedin {
     background: #062234;
     width: 40px;
     text-align: center;
     height: 40px;
     display: block;
     padding: 5px 0;
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     margin: 20px 10px 0 0;
     float: left;
}
 .profile-linkedin .fa {
     color: #fff;
     font-size: 20px;
     line-height: 30px;
     margin: 0px;
}
 .profile-linkedin:hover {
     background: #6f727f;
}

 #footer .foot-icon{
    position: absolute;
     right: 21px;
     bottom: 60px;
}
 #footer .foot-icon img{
    width: 50px;
     height:auto;
     display:block;
}
 .bee-top{
    cursor:pointer;
}
 .column-layout .blog-section .text-content{
    text-align:center;
     padding: 20px 5px;
    background:none;
}
 .page-id-5 .column-layout .blog-section .text-content{
    text-align:left!important;
}
 .page-id-5 .column-layout {
    margin:0px!important;
}
 .rmp-container .rmp-menu-title .rmp-menu-title-image{
    height:56px!important;
     margin-bottom: 30px!IMPORTANT;
     width:auto!important;
}
 #rmp_menu_trigger-264{
    top:68px!important;
     right: 32px!important;
}
 .scroll-btn #rmp_menu_trigger-264{
    top: 20px!important;
}
 .center-title.vlog-section .temp-blog h2:after{
    left:0;
     margin:0px;
}
 .temp-blog{
    text-align:left;
}
 .text-content li{
    background: url(images/bullet-white.png) no-repeat 0px 15px;
     margin: 0 0 5px;
    list-style:none;
     padding: 8px 8px 8px 40px;
     display: block;
}
.light .text-content li{
      background: url(images/bullet-black.png) no-repeat 0px 15px;
}
 .text-content ul.no-bullets li{background:none; margin: 0px;
  padding: 4px 0px;}
  .text-content ul.no-bullets li i{width: 26px; font-size: 19px; text-align: center;}


 .home-split.overlap-split-row .inside-two-col .split-img{
    width:80%;
}
 .home-split.overlap-split-row .inside-two-col .text-col{
     width:100%;
     float: left;
     clear: both;
     position: relative;
}
 .home-split.overlap-split-row .inside-two-col .text-col .text-content{
     width: 80%;
     position: relative;
     left: 20%;
     top:-80px;
}
 .home-split.overlap-split-row .text-content {
     position: relative;
     width: 100%;
     top: auto;
     margin-bottom: 0;
     left: auto;
}
 .white-popup-block .col{
    width:40%!important;
}
 .white-popup-block .twin.col{
    width:60%!important;
}
 .course-details{
    float:right;
}
 .contact-details {
     list-style: none;
     padding: 0px;
     margin: 20px 0;
}
 .left-title .mobile-title{
    display: none;
}
 .one-half .text-block, .one-third .text-block, .two-thirds .text-block {
     padding-right: 10%;
     padding-left: 60px;
}
 .flag{
    color:#ff2523;
     font-weight:400;
     margin: 0 0 8px;
     text-transform: uppercase;
     display:block;
}
 .status{
    position: absolute;
     left: 0px;
     top: 15px;
     font-size: 15px;
     display: block;
     color: #000;
  font-weight: 500;
     padding: 6px 20px;
     text-transform: uppercase;
    background:#ff2523;
}
.cookie-buttons{color:#fff; border: 2px solid #fff; padding: 4px 10px;}
.cookie-buttons:hover{color:#ff2523; border: 2px solid #ff2523;}
#footer .col .cookie-buttons{color:#fff; border: none; padding: 0;}
#footer .col .cookie-buttons:hover{color:#ff2523; border:none;}


.rotating-phrase span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-20px) rotateY(90deg);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.rotating-phrase span.enter {
  opacity: 1;
  transform: translateX(0) rotateY(0);
}

.rotating-phrase span.exit {
  opacity: 0;
  transform: translateX(20px) rotateY(90deg);
}

.item-block {
  display: block;
width: 100%;
  margin-bottom: 50px;
}

.item-block .icon img {
  height: 50px; /* fixed height */
  width: auto;  /* maintain aspect ratio */
  display: block;
  margin: 0 0 15px;
}

.item-block .description {
  margin: 0;
}






.content-holder {
  width: 100%;
  overflow: hidden;
}

.full-slider{margin:0px;}
.full-slider .slide {
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.slick-slider{margin: 0px!important;}
.slide img {display: block;
}

.full-slider .slide-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;                /* enables flexbox */
  justify-content: center;      /* horizontal center */
  align-items: center;          /* vertical center */
  font-size: 90px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

/* Horizontal bars extending from text */
.full-slider .slide-text span {
  position: relative;
  z-index: 2;
}

.full-slider .slide-text span::before,
.full-slider .slide-text span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 300px; /* length of bar */
  height: 2px;   /* thickness of bar */
  background: #fff;
}
.full-slider .colour-red .slide-text span {
color:#ff2523;
}

.full-slider .colour-red .slide-text span::before,
.full-slider .colour-red .slide-text span::after {
background:#ff2523;
}

.full-slider .slide-text span::before {
  right: 100%;
  margin-right: 120px;
}

.full-slider .slide-text span::after {
  left: 100%;
  margin-left: 120px;
}


.dual-block {
  display: flex;
  height: 540px;
  width: 100%;
}

.dual-left,
.dual-right {
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
}

/* Background images */
.dual-left { background-image: url(images/group-training.jpg); }
.dual-right { background-image: url(images/personal-training.jpg); }

/* Overlay layer for smooth hover */
.dual-left .hover-overlay,
.dual-right .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  transition: background-color 0.5s ease;
  z-index: 1;
}

/* Text overlay */
.dual-left .overlay,
.dual-right .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 2;
}

.dual-left .overlay .small-text,
.dual-right .overlay .small-text {
  font-size: 16px;
  margin-bottom: 10px;
}

.dual-left .overlay .dot,
.dual-right .overlay .dot {
  color: #ff2523;
  margin: 0 5px;
}

.dual-left .overlay .main-text,
.dual-right .overlay .main-text {
  font-size: 58px;
    line-height: 66px;
}

.dual-left .overlay .cta,
.dual-right .overlay .cta {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.dual-left .overlay .cta i,
.dual-right .overlay .cta i {
  margin-left: 5px;
}

/* Hover effect */
.dual-left:hover .hover-overlay,
.dual-right:hover .hover-overlay {
  background: rgba(255, 37, 35, 0.90);
}

.dual-left:hover .overlay,
.dual-right:hover .overlay,
.dual-left:hover .overlay .dot,
.dual-right:hover .overlay .dot,
.dual-left:hover .overlay h3,
.dual-right:hover .overlay h3 {
  color: #fff;
  transition: color 0.5s ease;
}







.carousel-overflow-wrap {
  overflow: hidden;
}

.carousel-overflow {
  position: relative;
  width: 150%;
  padding: 0 !important;
}

.archive-grid{  padding: 40px 0 !important;}
.grid-block .archive-grid{  padding: 0 !important;}

.archive-grid .slide, .carousel-overflow .slide {
  padding: 0 20px;
  position: relative;
}
.archive-grid .slide img, .carousel-overflow .slide img{display: block;
  width: 100%;
  height: auto;
}
.archive-grid .slide{margin: 20px 0;}
/* Center the text block vertically, keep h4 and p stacked naturally */
.archive-grid .slide-text, .carousel-overflow .slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;               /* optional: padding from slide edges */
  text-align: center;       /* center text horizontally */
  color: #fff;
  display: block;           /* remove flex to let children stack naturally */
}
.archive-grid .slide-text a, .carousel-overflow .slide-text a, .archive-grid .slide-text a:hover, .carousel-overflow .slide-text a:hover{color:#fff!important;}
/* Text styling */
.archive-grid .slide-text h4, .carousel-overflow .slide-text h4 {
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 15px;
  color: #fff;
}

.archive-grid .slide-text p, .carousel-overflow .slide-text p {
  font-size: 16px;
  line-height: 1.25;
  max-width: 600px;
  margin: 0 auto;
  display: none;            /* hide initially */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.carousel-overflow .slide-text .read-more{ border-color:#fff; color:#fff; float: none; background:none!important; display: none;}
.carousel-overflow .slide-text-wrap:hover .read-more{display: inline-block;}
.page-id-590 .carousel-overflow .slide-text p{font-size: 22px; display: block!important; opacity:1!important;}
/* Fade in description on hover */
.archive-grid .slide-text-wrap, .carousel-overflow .slide-text-wrap{position: absolute; left: 20px; top: 0px; height: 100%; display: block; background: rgba(0,0,0,0.5);
width: calc(100% - 40px); transition: 0.5s ease;
}

.archive-grid .slide-text-wrap:hover, .carousel-overflow .slide-text-wrap:hover{background: rgba(255, 37, 35, 0.90);
  transform: scale(1.02);
  filter: contrast(1.1);}
.archive-grid .slide-text-wrap:hover h4, .carousel-overflow .slide-text-wrap:hover h4{color:#fff;}
.archive-grid .slide-text-wrap:hover p, .carousel-overflow .slide-text-wrap:hover p {
  display: block;
  opacity: 1;
  color: #fff;
}
/* Dark popup modal wrapper */
.dark-popup-block {
    background-color: #111; /* Dark background */
    color: #fff;            /* White text */
    padding: 0px;
    max-width: 900px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-radius: 8px; /* subtle rounded corners */
    box-shadow: 0 10px 30px rgba(0,0,0,0.7);
    position: relative;
    width:80%;
}

/* Columns inside the modal */
.dark-popup-block .three-col {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

/* Image column */
.dark-popup-block .three-col .col:first-child {
    width: 35%;
    padding: 0; /* remove all padding so image is flush */
    margin-right: 0px; /* gap between image and text */
}

.dark-popup-block .three-col .col:first-child .img-block {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.dark-popup-block .three-col .col:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0; /* no rounded corners on image */
    display: block;
}

/* Text column */
.dark-popup-block .three-col .col.twin {
    width: 65%; /* fills remaining space */
    padding: 30px;
    position: relative;
}

/* Titles and paragraphs */
.dark-popup-block h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.8em;
}

.dark-popup-block .bio,
.dark-popup-block p {
    color: #ddd;
    line-height: 1.6;
}

/* Contact links or details (if any) */
.dark-popup-block .contact-details li a {
    color: #fff;
    text-decoration: underline;
}
.mfp-close{color: #fff!important;}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dark-popup-block .three-col {
        flex-direction: column;
    }
    .dark-popup-block .three-col .col:first-child,
    .dark-popup-block .three-col .col.twin {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .dark-popup-block .three-col .col:first-child img {
        height: auto;
    }
}

.accordion {
  width:100%;
  overflow: hidden;
}
.dark .accordion{color: #000;}

.accordion dt {
  background-color: #fffffe;
color:#000;
  padding: 12px 50px 12px 12px;
  cursor: pointer;
  position: relative;
  font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  transition: background-color 0.3s ease;
  margin: 0 0 15px;
  border: 1px solid #bdc3cd;

}
.accordion dt.active, .accordion dt:hover{background:#ff2523!important; }
.accordion dt.active a, .accordion dt:hover a{color:#fff!Important;}
.accordion dt.active{margin:0px;}

.accordion dt a {
  text-decoration: none;
  display: block;
  width: 100%;
}

.accordion dd {
  padding: 20px;
  background-color: #fff;
  display: none;
    border: 1px solid #bdc3cd;
    border-top:none;
    margin: 0 0 15px;
}

/* Accordion Icon */
.accordion dt::after {
  content: "+";
  font-size: 26px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color:#000;
  transition: transform 0.3s ease;
  font-weight:bold;
}

.accordion dt.active::after {
  content: "-";
  transform: translateY(-50%) rotate(180deg);
  color:#fff;
  font-size: 30px;
    font-weight:bold;
      top: 55%;
      right: 22px;
}

 .accordion dt:hover:after{color:#fff!important;}
.q-a-section{margin-bottom: 60px;}


.mfp-close {
  right: 0px !important;
}
.mfp-bg{background:#000!important; opacity: 0.75!important;}
.pop-up {
  background: #fff;
  color: #1a1c1a;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  display: flex;                /* Flex container for two halves */
  flex-direction: row;
  width: 70%;                  /* Wider popup to fit form + image */
  max-width: 1200px;
  max-height: 80vh;            /* Viewport height max */
  padding: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: 9999;

}

/* Left half: form container */
.pop-up .form-container {
  flex: 1 1 50%;
  padding: 30px;
  overflow-y: auto;
  text-align: left;  /* Align form text left */
}

/* Right half: image container */
.pop-up .image-container {
  flex: 1 1 50%;
  background: url('images/register-bg.jpg') center center no-repeat;
  background-size: cover;
  border-radius: 8px 0 0 8px;
  display: flex;               /* flex container */
  flex-direction: column;      /* stack h3 and p vertically */
  justify-content: center;     /* center vertically */
  align-items: center;         /* center horizontally */
  text-align: center;          /* center text inside */
  padding: 0 10%;               /* some padding so text isn’t flush */
  color: white;                /* assuming image is dark, change as needed */
  position: relative;
  overflow: hidden;
}

.pop-up .image-container h3{color: #fff; display: block; font-size: 44px; line-height: 44px;}
.pop-up .image-container p{color: #fff; font-size: 24px; line-height: 30px;}
/* Style the popup heading */
.pop-up h2 {
font-size: 32px; line-height: 38px;

}

/* Ninja Form: clean & basic styling */
.pop-up .form-container form {
  max-width: 100%;
}

.pop-up .form-container label {
  display: block;
  font-weight: 400;
  margin-bottom: 6px;
  color: #333;
}
.pop-up  .nf-field-container {
  margin-bottom: 10px;
}
.pop-up .nf-form-cont{background:none; padding: 0px; margin: 0px;}
.nf-form-fields-required{display:none;}

.register-btn{margin-right: 30px!important;}

.nf-form-content input[type="number"],
.nf-form-content input[type="text"],
.nf-form-content input[type="password"],
.nf-form-content input[type="email"],
.nf-form-content input[type="tel"],
.nf-form-content textarea,
.nf-form-content select,
.nf-form-content #searchform-box .ftb_w_arr input[type="text"],
.nf-form-content #searchform-box .ftb_w_dep input[type="text"],
.nf-form-content #searchform-box .ftb_thin_wrap input[type="text"]{border: 1px solid #000!important;}

.rmp-menu-additional-content a {
color:#ff2523;
float: left;
clear:both;
}
.rmp-menu-additional-content a:first-child{ line-height: 20px;
 display: inline-block;
 margin: 15px 0;
 cursor: pointer;
 font-family: 'Roboto', sans-serif;
 background:#ff2523!important;
 color: #fff;
 background: none;
 font-weight: 600;
 border: none;
 padding: 10px 20px;
 font-size: 16px;
}
.gallery-section h2{color:#000;}
a.keltex{display: block; margin: 10px 0 0;}
a.keltex img{display: block; width: 70%; max-width: 190px; height: auto;}


/* Ensure gallery and slides fill the column */
.dark-popup-block .equipment-gallery {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

/* Slick’s internal wrapper needs width for proper calc */
.dark-popup-block .equipment-gallery .slick-list,
.dark-popup-block .equipment-gallery .slick-track {
  width: 100% !important;
  height: 100% !important;
}

/* Slides: keep image centered, maintain proportions */
.dark-popup-block .equipment-gallery .slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: auto !important;
}

/* Images: contain, no stretching */
.dark-popup-block .equipment-gallery img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  max-height: 80vh; /* keeps image inside viewport */
}

/* Arrows bottom-left */
.dark-popup-block .equipment-gallery .custom-prev,
.dark-popup-block .equipment-gallery .custom-next {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
.dark-popup-block .equipment-gallery .custom-next {
  left: 55px;
}
.equipment-gallery {
  width: 100%;
  min-height: 300px;
  background: #000;
  position: relative;
  overflow: hidden;
}
.equipment-gallery .slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.equipment-gallery img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}


.equipment-gallery .slick-track {
  display: flex;
}

.equipment-gallery .slide {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

.equipment-gallery img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.equipment-gallery .slick-prev {
  left: auto;
  right: 40px;
bottom: 0px;
  top: auto;
}
.equipment-gallery .slick-next {
  left: auto;
  right: 10px;
bottom: 0px;
  top: auto;
}
.mobile-image {
  display: none;
}
/* Desktop by default */
.desktop-gallery {
    display: block;
}
.mobile-gallery {
    display: none;
}
.single-post .post-content, .single-post .post-content h1, .single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4{color:#000;}
.single-post .post-content h1, .single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4{margin: 30px 0 15px; padding: 0px!important;}
.single-post h1{font-size: 58px; line-height: 58px;}
.single-post .center-title .single-col{padding: 0 10%;}
.single-post .post-content li{ font-weight: 600;
      background: url(images/bullet-black.png) no-repeat 0px 15px;
}
.single-post .header-space {
    display: block;
}

/* =========================
   GLOBAL RESET
   ========================= */

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
    color: #000;
}

.woocommerce #main,
.woocommerce-page #main {
    background: #fff;
    color: #000;
}

/* =========================
   LINKS
   ========================= */

.woocommerce #main a {
    color: #000;
    text-decoration: none;
}

.woocommerce #main a:hover {
    color: #ff2523;
}

/* =========================
   BUTTON SYSTEM
   ========================= */
.wc-block-components-button:not(.is-link),
.woocommerce #main .book-btn,
.woocommerce #main input[type="submit"],
.woocommerce #main input[type="button"],
.woocommerce #main button,
.woocommerce #main .button,
.woocommerce #main .read-more,
.woocommerce #main #respond input#submit,
.woocommerce #main a.button,
.woocommerce #main button.button,
.woocommerce #main input.button {
    line-height: 20px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    background: none !important;
    color: #000 !important;
    font-weight: 600;
    border: 2px solid #000;
    padding: 11px 20px;
    font-size: 16px;
    float: left;
    border-radius: 0 !important;
    transition: all 0.5s ease !important;
}

/* Hover */
.wc-block-components-button:not(.is-link):hover,
.woocommerce #main .book-btn:hover,
.woocommerce #main input[type="submit"]:hover,
.woocommerce #main input[type="button"]:hover,
.woocommerce #main button:hover,
.woocommerce #main .button:hover,
.woocommerce #main .read-more:hover,
.woocommerce #main a.button:hover,
.woocommerce #main button.button:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

/* Primary accent */
.woocommerce #main .single_add_to_cart_button {
    border-color: #000 !important;
}

.woocommerce #main .single_add_to_cart_button:hover {
    background: #ff2523 !important;
    border-color: #ff2523 !important;
    color: #fff !important;
}

/* Disabled */
.woocommerce #main button:disabled,
.woocommerce #main input:disabled,
.woocommerce #main .button.disabled,
.woocommerce #main .button:disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    background: none !important;
    color: #777 !important;
    border-color: #ccc !important;
}

/* =========================
   PRODUCT GRID
   ========================= */

.woocommerce #main ul.products {
    margin: 0 0 2em;
    padding: 0;
    list-style: none;
    clear: both;
}

.woocommerce #main ul.products li.product {
    background: #fff;
    padding: 0;
    margin: 0 1% 30px;
    width: 23%;
    overflow: hidden;
    position: relative;
    border-radius: 0 !important;
    transition: box-shadow 0.4s ease;
}

.woocommerce #main ul.products li.product:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* IMAGE */
.woocommerce #main ul.products li.product img {
    width: 100% !important;
    aspect-ratio: 1 / 1.25;
    object-fit: cover;
    display: block;
    margin: 0;
}

/* TITLE */
.woocommerce #main ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin: 15px 10px;
    color: #000;
}

/* PRICE */
.woocommerce #main ul.products li.product .price {
    margin: 0 10px 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}

.woocommerce #main ul.products li.product .price ins {
    color: #ff2523;
    text-decoration: none;
}

/* BUTTON */
.woocommerce #main ul.products li.product a.button,
.woocommerce #main ul.products li.product button.button,
.woocommerce #main ul.products li.product input.button {

    line-height: 20px !important;
    display: inline-block !important;

    margin: 20px 0 0 0 !important;

    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;

    background: none !important;
    color: #000 !important;

    border: 2px solid #000 !important;
    padding: 15px 20px !important;

    width: 100% !important;
    float: none !important;

    border-radius: 0 !important;
    transition: all 0.5s ease !important;
}

.woocommerce #main ul.products li.product a.button:hover {
    background: #000 !important;
    color: #fff !important;
}

/* BADGE */
.woocommerce #main ul.products li.product .onsale {
    background: #ff2523;
    color: #fff;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
}

/* =========================
   SINGLE PRODUCT
   ========================= */

.woocommerce #main .product_title {
    color: #000;
    font-size: 56px;
    line-height: 56px;
}

.woocommerce #main p.price {
    color: #000;
}

/* =========================
   TABS
   ========================= */

.woocommerce #main .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #eee;
    padding: 0;
}

.woocommerce #main .woocommerce-tabs ul.tabs li {
    background: none;
    border: none;
    margin: 0;
}

.woocommerce #main .woocommerce-tabs ul.tabs li a {
    border-bottom: 2px solid transparent;
    padding: 12px 16px;
    color: #000;
}

.woocommerce #main .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 2px solid #ff2523;
    color: #ff2523;
}

/* =========================
   INPUTS
   ========================= */

.woocommerce #main input.input-text,
.woocommerce #main textarea,
.woocommerce #main select {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 0 !important;
    background: #fff;
    color: #000;
}

.woocommerce #main input:focus,
.woocommerce #main textarea:focus,
.woocommerce #main select:focus {
    border-color: #000;
    outline: none;
}

/* =========================
   GALLERY THUMBS
   ========================= */

.woocommerce #main .flex-control-thumbs {
    display: flex;
    gap: 8px;
    margin-top: 8px !important;
}

.woocommerce #main .flex-control-thumbs img {
    border: none !important;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.25s ease;
}

.woocommerce #main .flex-control-thumbs img:hover {
    opacity: 0.9;
}

.woocommerce #main .flex-control-thumbs .flex-active {
    opacity: 1;

}

/* =========================
   PRODUCT GALLERY
   ========================= */

.woocommerce #main .woocommerce-product-gallery__image {
    aspect-ratio: 1 / 1.25;
    overflow: hidden;
    background: #fff;
}

.woocommerce #main .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/* =========================
   VARIATIONS
   ========================= */

.woocommerce #main .variations {
    margin-bottom: 20px;
    border-collapse: collapse;
}

.woocommerce #main .variations tr {
    border-bottom: 1px solid #eee;
}

.woocommerce #main .variations tr:last-child {
    border-bottom: 0;
}

.woocommerce #main .variations label {
    font-weight: 600;
    color: #000;
}

.woocommerce #main .variations td,
.woocommerce #main .variations th {
    vertical-align: middle;
    text-align: left;
}

.woocommerce #main .reset_variations {
    display: none !important;
}

/* =========================
   NOTICES (GLOBAL)
   ========================= */

.woocommerce-message,
.woocommerce-info {
    border-top-color: #ff2523;
}

.woocommerce-message::before {
    color: green;
}

.woocommerce-message .button {
    float: right !important;
}

/* =========================
   PANEL
   ========================= */

.woocommerce #main .panel h2 {
    color: #000;
    font-size: 28px;
    line-height: 34px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}
/* =========================
   CART + CHECKOUT GLOBAL
   ========================= */

.woocommerce-cart,
.woocommerce-checkout {
    background: #fff;
    color: #000;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
    border: 1px solid #eee;
    border-radius: 0;
}

/* =========================
   TABLES (CART ITEMS)
   ========================= */

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    border-bottom: 1px solid #eee;
    padding: 14px 10px;
    vertical-align: middle;
    color: #000;
}

/* Product links */
.woocommerce-cart a {
    color: #000;
}

.woocommerce-cart a:hover {
    color: #ff2523;
}

/* =========================
   PRODUCT THUMB (CART)
   ========================= */

.woocommerce-cart table.cart img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 0;
}

/* =========================
   QUANTITY INPUT
   ========================= */

.woocommerce-cart .quantity input.qty {
    border: 1px solid #ddd;
    padding: 6px;
    width: 60px;
    text-align: center;
    border-radius: 0;
}

.woocommerce-cart .quantity input.qty:focus {
    border-color: #ff2523;
    outline: none;
}

/* =========================
   REMOVE LINK
   ========================= */

.woocommerce-cart a.remove {
    color: #000 !important;
    font-size: 18px;
}

.woocommerce-cart a.remove:hover {
    color: #ff2523 !important;
    background: none;
}

/* =========================
   CART TOTAL BOX
   ========================= */

.woocommerce-cart .cart_totals {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 0;
}

/* Totals table */
.woocommerce-cart .cart_totals table {
    border: none;
}

.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
    padding: 10px 0;
    color: #000;
}

/* =========================
   COUPON INPUT
   ========================= */

.woocommerce-cart .coupon input.input-text {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 0;
    width: 180px;
}

.woocommerce-cart .coupon input.input-text:focus {
    border-color: #ff2523;
    outline: none;
}

/* =========================
   CHECKOUT FORM
   ========================= */

.woocommerce-checkout form.checkout {
    background: #fff;
}

/* Inputs */
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 0;
    background: #fff;
    color: #000;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    border-color: #ff2523;
    outline: none;
}

/* Labels */
.woocommerce-checkout label {
    font-weight: 600;
    color: #000;
}

/* =========================
   ORDER REVIEW TABLE
   ========================= */

.woocommerce-checkout-review-order-table {
    border: 1px solid #eee;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
}

/* =========================
   PAYMENT BOX
   ========================= */

.woocommerce-checkout #payment {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 20px;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #eee;
}

/* =========================
   PLACE ORDER BUTTON
   ========================= */

.woocommerce-checkout #place_order {
    background: none !important;
    border: 2px solid #000 !important;
    color: #000 !important;
    padding: 14px 20px;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.5s ease;
}

.woocommerce-checkout #place_order:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

/* =========================
   NOTICES
   ========================= */

.woocommerce-message,
.woocommerce-info {
    border-top-color: #ff2523;
}

.woocommerce-message::before {
    color: green;
}
.wc-block-cart .wc-block-cart__totals-title,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th{font-size: 20px!important; line-height: 26px!important;}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{font-size: 18px!important; line-height: 24px!important;}
.wp-block-woocommerce-coming-soon h1, .wp-block-woocommerce-coming-soon p{color:#000;}
/* =========================
   RESPONSIVE SAFETY
   ========================= */

@media (max-width: 768px) {

    .woocommerce-cart table.shop_table,
    .woocommerce-checkout table.shop_table {
        font-size: 14px;
    }

    .woocommerce-cart table.cart img {
        width: 50px;
        height: 50px;
    }

    .woocommerce-cart .coupon input.input-text {
        width: 100%;
        margin-bottom: 10px;
    }
}
