body {
font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
font-size: 18px;
word-spacing: 1px;
background-color: #d6a43805;
color: #32284A;
margin: 0;
background-size: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: none;
}
.site-container {
position: relative;
background: #303030;
max-width: 1400px;
margin: 0 auto;
display: block;
}
.container {
margin: 0 auto;
display: block;
padding: 0;
overflow: hidden;
}
.bh-padding {
padding-top: 80px;
}
.main {
display: block;
position: relative;
clear: both;
overflow: hidden;
max-width: 1200px;
padding: 0 30px 0 30px;
margin: 0 auto;
}
.constrain {
max-width: 1600px;
}
.section {
position: relative;
display: block;
clear: both;
}
.cta-section {
overflow: hidden;
}
.section-container {
padding: 90px 60px;
margin: 0 auto;
position:relative;
display: block;
clear: both;
}
.narrow-container {
max-width: 600px;
width: 65%;
margin: 0;
box-sizing: border-box 
}
.full-container {
margin: 0 auto;
position:relative;
display: block;
clear: both;
}
.flex-container {
display: flex;
flex-wrap: wrap;
grid-column-gap: 60px;
column-gap: 60px;
gap: 60px;
}
.nowrap {
flex-wrap: nowrap;
}
.gap-60 {
grid-column-gap: 60px;
column-gap: 60px;
gap: 60px;
}
.gap-30 {
grid-column-gap: 30px;
column-gap: 30px;
gap: 30px;
}
.gap-20 {
grid-column-gap: 20px;
column-gap: 20px;
gap: 20px;
}
.gap-10 {
grid-column-gap: 10px;
column-gap: 10px;
gap: 10px;
}
.gap-0 {
grid-column-gap: 0px;
column-gap: 0px;
gap: 0px;
}
.inner-flex-container {
display: flex;
flex-wrap: wrap;
width: auto;
flex-direction: column;
text-align: left;
}
.align-center {
justify-content: center;
}
.align-middle {
align-items: center;
}
.image-container {
background-size: cover !important;
background-position: 50% !important;
background-repeat: no-repeat !important;
min-height: 350px;
align-self: stretch;
border-radius: 20px;
}
.image-text-alt-section .full-container { 
overflow: visible;
}
.image-text-alt-section .image-container { 
max-height: 0;
padding-bottom: 50%;
min-height: 0;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.image-text-section .image-container { 
align-self: baseline;
}
.block-image-container {
background-size: 105% !important;
background-position: 50% !important;
background-repeat: no-repeat !important;
padding-bottom: 100%;
transition: all 0.4s ease;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
position: relative;
}
.portrait-image-container {
background-size: cover !important;
background-position: 50% !important;
background-repeat: no-repeat !important;
padding-bottom: 135%;
transition: all 0.4s ease;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
position: relative;
}
li:hover .block-image-container { 
background-size: 115% !important;
}
.text-container {
padding: 60px;
position:relative;
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
max-width: 745px;
}
.image-right .text-container {
margin-left: auto;
}
.image-left .text-container {
margin-right: auto;
}
.info-container {
padding: 40px;
overflow: hidden;
box-sizing: border-box;
}
.seamless-boxes .info-container {
padding: 40px 0;
}
.very-narrow {
max-width: 700px;
}
.quite-narrow {
max-width: 800px;
margin: 0 auto;
}
.narrow {
max-width: 960px;
margin: 0 auto;
}
.book-narrow {
max-width: 935px;
margin: 0 auto;
}
.standard {
max-width: 1220px;
}
.wide {
max-width: 1500px;
margin: 0 auto;
}
.middle {
position: absolute;
top: 50%;
display: inline-block;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
} .site-header {
position: absolute;
z-index: 9999;
width: 100%;
background: transparent;
display: block;
box-sizing: border-box;
min-height: 62px;
} .block-header {
}
.block-header .site-header-container {
padding: 15px 60px;
}
.header-active.site-header {
background: rgba(38, 42, 81, 0.95);
transition: all 0.4s ease;
display: block;
margin: 0 auto;
left: 0;
}
.header-active.site-header .site-logo img {
max-width: 150px !important;
}
.active.site-header .site-header-container {
padding: 15px 60px;
}
.block-header {
background: #262A51;
}
.block-header:not(.active) .site-logo img.logo {
max-width: 150px;
}
.block-header.active .site-logo img.colour-logo {
display: none;
}
.site-header-container {
margin: 0 auto;
padding: 30px 60px;
transition: all 0.4s ease;
}
.site-logo {
transition: all 0.4s ease;
overflow: hidden;
width: 200px;
}
.site-logo:hover img {
opacity: 0.7;
}
.site-logo img, .logo-dark {
max-width: 200px;
transition: all 0.4s ease;
height: auto !important;
display: block;
} .navigation {
margin-left: auto;
margin-top: 0;
}
.navigation ul {
margin:0;
padding:0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.site-header nav ul li a:link, .site-header nav ul li a:visited {
display: block;
}
.navigation ul:before, .site-nav ul:after {
content: "";
display: table;
}
.navigation ul:after {
clear:both;
}
.navigation ul li {
list-style: none;
float: left;
font-size: 16px;
margin: 0 16px;
padding-bottom: 0;
transition: all 0.4s ease-in-out;
}
.navigation > div > ul > li:last-of-type {
margin-right: 0;
}
.navigation ul li a {
font-family: 'Plus Jakarta Sans', Helvetica, Arial, sans-serif;
font-weight: 600;
color: #fff;
font-size: 18px;
padding: 22px 0 14px;
transition: all 0.4s ease-in-out;
display: block;
}
.block-header:not(.active) .navigation > div > ul > li > a {
color: #fff;
}
.block-header:not(.active) .navigation > div > ul > li.menu-cta > a, .block-header:not(.active) .navigation > div > ul > li.menu-cta.current-menu-item > a {
}
.block-header:not(.active) .navigation ul.menu > li:not(.menu-cta):hover > a > span, .block-header:not(.active) .navigation ul.menu > li:not(.menu-cta):hover > a {
color: #F48876 !important;
}
.block-header:not(.active) .navigation ul.menu > li:not(.menu-cta):hover > a::after {
background: #F48876 !important;
}
.navigation ul > li > a span {
border-bottom: 0 solid transparent;
padding: 0;
transition: none !important;
}
.navigation ul.menu > li:not(.menu-cta):hover > a > span, .navigation ul.menu > li:not(.menu-cta):hover > a, .navigation ul.menu > li.current-menu-item > a > span, .navigation ul.menu > li.current-menu-item > a {
color: #fff;
}
.navigation ul.menu > li:not(.menu-cta) > a::after, .navigation ul.menu > li.current-menu-item:not(.menu-cta) > a::after {
content: "";
display: block;
width: 0;
height: 2px;
background: transparent;
margin-top: 8px;
transition: all 0.5s ease;
border-radius: 1px;
}
.navigation ul.menu > li:not(.menu-cta):hover > a::after, .navigation ul.menu > li.current-menu-item:not(.menu-cta) > a::after {
width: 100%;
background: #fff;
}
.navigation ul li.menu-item-has-children:hover > a span {
border-color: transparent !important;
}
.navigation ul li.menu-cta {
margin: 0 15px;
border-bottom: 0 !important;
opacity: 1 !important;
}
.navigation ul li.menu-cta a {
background: transparent;
color: #fff;
border: 2px solid #fff !important;
padding: 18px 28px;
border-radius: 12px;
}
.navigation ul li.menu-cta span {
transition: none !important;
border-bottom: 0 !important;
}
.navigation ul li.menu-cta a:hover {
background: #fff !important;
border-color: #fff !important;
color: #202326;
}
.menu-item-has-children a:hover + .sub-menu {
height: auto !important;
padding: 6px 0 !important;
}
.active.site-header .navigation, .header-active.site-header .navigation {
margin-top: 0;
}
.active.site-header .navigation ul.menu > li:not(.menu-cta) > a, .header-active.site-header .navigation ul.menu > li:not(.menu-cta) > a {
padding: 18px 0 10px !important;
}
.active .sub-menu, .header-active .sub-menu {
margin-top: 1px;
}
.navigation .sub-menu li {
margin: 0;
padding: 12px 20px !important;
border-bottom: 0 !important;
}
.navigation .sub-menu li a {
margin: 0;
padding: 0 !important;
border-bottom: 0 !important;
}
.navigation .sub-menu li a span {
border-bottom: 0 !important;
transition: none !important
}
#rmp-container-1867 {
box-sizing: border-box;
}
#rmp-menu-wrap-1867 .rmp-menu-item-link {
box-sizing: border-box;
padding-right: 0;
}
#rmp_menu_trigger-1867 {
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
}
.responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after {
transition: all 0.4s ease !important;
} ::-moz-selection {
color: #fff;
background: #F48876;
}
::selection {
color: #fff;
background: #F48876;
} h1, h2, h3, h4, h5, h6 {
font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
font-style: normal;
line-height: 1.4em;
transition: all 0.4s ease;
color: #304d3d;
font-weight: 600;
position: relative;
z-index: 1;
}
.largest-title {
font-size: 75px;
font-weight: 700;
letter-spacing: -3px;
color: #fff;
margin-bottom: 20px;
}
h1, .large-title {
font-size: 42px;
font-weight: 600;
margin: 0 0 20px 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p {
margin-bottom: 0 !important;
line-height: inherit;
}
h1 strong, h2 strong, h3 strong, h4 strong {
font-weight: inherit !important;
color: #F48876;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4 {
color: #fff;
}
.highlight-bg .section-intro h1, .highlight-bg .section-intro h2, .highlight-bg .section-intro h3, .highlight-bg .section-intro h4 {
color: #fff;
}
.highlight-bg h6 {
color: #304d3d;
}
.dark-bg p {
color: #D7D7D8
}
h2, .medium-title {
font-size: 35px;
margin: 0 0 20px 0;
font-weight: 600;
}
h3, .small-title {
font-size: 30px; margin: 0 0 20px 0; }
h4 {
font-size: 24px;
margin: 0 0 15px 0;
}
h5 {
font-weight: 600;
line-height: 1.4em;
font-size: 20px;
margin: 0 0 20px 0;
}
h6 {
font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
font-size: 16px;
margin: 0 0 10px 0;
font-weight: 900;
letter-spacing: 1px;
color: #d6a438;
text-transform: uppercase;
} p {
line-height: 1.5em;
margin-top: 0;
margin-bottom: 1.5em !important;
transition: all 0.4s ease;
}
p:empty {
display: none
}
section > div > p:last-of-type, .padding > *:last-child {
margin-bottom: 0 !important
}
span {
transition: all 0.4s ease;
line-height: 1.5em;
} ul li, ol li {
padding-bottom: 10px;
}
body:not(.single-post) .section ul:not([class]) {
list-style: none;
}
body:not(.single-post) .section ul:not([class]) li {
padding-bottom: 15px;
}
body:not(.single-post) .section ul:not([class]) li::before{
color: #d6a438;
content: '\f058';
font-family: 'Font Awesome 6 Pro';
padding-right: 15px;
margin-left: -35px;
}
strong {
font-weight: 700;
}
blockquote {
font-family: 'Lora', 'Plus Jakarta Sans', Arial, Helvetica, sans-serif; 
color: #202326;
font-weight: 400;
border-left:0;
margin-left: 0;
padding-left: 0;
font-size: 26px;
}
blockquote p {
margin-bottom: 0 !important; }
hr {
margin: 30px 0;
border-top: 0;
border-bottom: 1px solid #e0dee0;
}
img {
transition: all 0.4s ease;
}
a:link, a:visited {
color: #d6a438;
text-decoration: none;
transition: all 0.4s ease;
}
a:hover {
color: #262A51;
}
.subtitle {
} .center, p.center p {
text-align: center;
}
.m-0auto {
margin: 0 auto;
}
.subtext {
font-size: 15px;
margin-bottom: 0px !important
}
.black-bg {
background: #262A51;
}
.darkgrey-bg {
background: #262A51;
}
.highlight-bg, .green-bg {
background: #d6a438;
}
.white {
color: #fff;
}
.dark-text {
color: #262A51 !important;
}
.dark {
color: #262A51;
}
.highlight {
color: #d6a438 !important;
}
.lightgrey {
color: #b3b3b3;
}
.greybg, .grey-bg {
background: #d6a43836;
}
.dark-bg {
background: #304d3d;
}
.white-bg {
background: #fff6e4;
}
.full-white-bg {
background: #fff;
}
.mid-grey-bg {
background: #DED5C8;
}
.post-overlay {
background: rgba(50, 55, 60, 0.5);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.grey-overlay {
background: rgba(249, 249, 249, 0.92);
}
.dark-overlay {
background: rgba(0, 0, 0, 0.75);
}
.subtle-overlay {
background: rgba(50, 50, 50, 0.2);
}
.no-center {
margin: 0 !important;
}
.padding {
padding: 60px;
margin: 0 auto;
}
.padding-30 {
padding: 20px 30px;
}
.padding-vertical {
padding: 60px 0;
margin: 0 auto;
}
.extra-padding {
padding: 90px 60px;
}
.vertical-padding {
padding: 90px 0;
}
.no-padding-bottom, .no-space-bottom {
padding-bottom: 0 !important;
}
.extra-padding-bottom, .extra-space-bottom {
padding-bottom: 60px;
}
.light, .fw-300 {
font-weight: 300;
}
.fw-500 {
font-weight: 500;
}
.bold, .fw-700 {
font-weight: 700;
}
.uppercase {
text-transform: uppercase;
}
.spaced-uppercase {
text-transform: uppercase;
font-weight: 600;
font-size: 15px;
letter-spacing: 1px;
color: #F48876 !important;
line-height: 1.4em;
}
.clear {
clear:both;
}
.large-space-bottom {
margin-bottom: 60px !important;
}
.space-bottom {
margin-bottom: 40px;
}
.bottom-30 {
margin-bottom: 30px;
}
.gap-bottom {
margin-bottom: 20px;
}
.twelve-bottom {
margin-bottom: 12px;
}
.fifteen-bottom {
margin-bottom: 15px;
}
.five-bottom {
margin-bottom: 5px;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.no-mb, .no-mb p {
margin-bottom: 0 !important;
}
.no-pb {
padding-bottom: 0 !important;
} .button {
font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
transition: all 0.4s ease;
display: inline-block;
background: #F48876;
color: #fff;
border: 2px solid #304d3d;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
font-size: 18px;
font-weight: 700;
padding: 18px 24px;
border-radius: 12px;
}
.button:hover {
background: #262A51;
border-color: #262A51;
}
.large-button {
font-size: 21px;
font-weight: 700;
}
.text-button {
font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
transition: all 0.4s ease;
display: inline-block;
color: #d6a438 !important;
font-size: 19px;
font-weight: 600;
}
.text-button:hover, .box-link:hover + .info-container .text-button:hover {
opacity: 0.85;
}
.text-button::before {
content: "\f061";
font-family: "Font Awesome 6 Pro";
padding-right: 15px;
transition: all 0.4s ease;
}
.text-button:hover::before, .box-link:hover + .info-container .text-button::before {
padding-right: 20px
}
.text-button::after {
content: "";
display: block;
height: 2px;
width: 0;
transition: all 0.5s ease;
background: transparent;
margin-top: 8px;
}
.text-button:hover::after, .box-link:hover + .info-container .text-button::after {
width: 100%;
background: #d6a438;
}
.text-button-alt {
font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
font-weight: 500;
line-height: 1.4em;
transition: all 0.4s ease;
font-size: 12px;
letter-spacing: 0.1em;
margin: 0;
color: #262A51;
text-transform: uppercase;
display: block;
}
.text-button-alt:hover {
color: #262A51 !important;
}
.small-button {
font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
font-weight: 400;
transition: all 0.4s ease;
display: inline-block;
color: #F48876 !important;
border: 2px solid #F48876;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
font-size: 14px;
padding: 13px 24px;
font-weight: 700;
}
.center-button {
margin: 0 auto;
display: block;
max-width: 150px;
text-align: center;
}
.white-button {
background: #ffffff;
color: #262A51 !important;
border: 2px solid #ffffff;
}
.white-button:hover {
background: transparent;
color: #fff !important;
border-color: #fff !important;
}
.video-banner .white-button:hover {
background: #F48876;
color: #fff !important;
border-color: #F48876 !important;
}
.white-border-button {
background: transparent;
color: #fff !important;
border: 2px solid #ffffff;
}
.white-border-button:hover {
background: #fff;
color: #262A51 !important;
}
.highlight-button {
color: #F48876 !important;
border: 2px solid #F48876;
}
.highlight-button:hover {
background: #F48876;
color: #ffffff !important;
}
.highlight-bg-button {
background: #d6a438 !important;
color: #fff !important;
border: 2px solid #d6a438;
}
.highlight-bg-button:hover {
background: transparent !important;
color: #d6a438 !important;
border-color: #d6a438 !important;
}
.dark-bg-button {
background: #262A51 !important;
color: #fff !important;
border: 2px solid #262A51;
}
.dark-bg-button:hover {
background: #fff !important;
border-color: #fff !important;
color: #262A51 !important;
}
.spaced-button {
max-width: 170px;
display: block;
position: relative;
clear: both;
} .video-banner {
position: relative;
max-height: 800px;
max-height: 100vh;
overflow: hidden;
display: block;
background-color: #262A51;
}
.banner-cont {
position: relative;
overflow: hidden;
background-color: #262A51;
}
.banner {
position: relative;
background-size: cover;
background-color: #304d3d;
-webkit-background-size: cover;
-moz-background-size: cover;
background-repeat: no-repeat;
background-position: 75% 50%;
height: 700px;
transition: all 0.4s ease;
}
.banner.section-banner {
height: 700px;
padding-bottom: 0;
background-attachment: fixed;
}
.banner-overlay {
position: absolute;
left: 0;
right: 0;
width: 100%;
margin: 0 auto;
top: 50%;
transition: all 0.4s ease;
transform: translateY(-50%);
}
.section-banner .banner-overlay {
max-width: 750px;
margin-top: 0;
right: auto !important;
}
.bo-container {
padding: 60px;
}
.bo-inner {
max-width: 960px;
margin: 0 auto;
}
.page-template-template-optin .bo-container {
text-align: right;
padding-right: 45px;
}
.banner-title, .banner-text {
color: #ffffff;
}
.banner-title {
font-size: 55px;
font-weight: 700;
line-height: 1.2em;
padding-bottom: 0px;
font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
color: #fff;
margin-bottom: 15px;
text-shadow: 0 2px 30px rgba(0,0,0,0.4);
letter-spacing: -1px;
}
.smaller-banner-title {
font-size: 60px;
}
.banner-text {
font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif; 
font-size: 21px;
font-weight: 500;
margin-bottom: 40px !important;
}
.banner-text:last-child {
margin-bottom: 0 !important;
}
.banner-scroll {
bottom: 0;
position: absolute;
left:0;
right:0;
max-width: 50px;
margin: 0 auto;
text-align: center;
padding-bottom: 20px;
font-size: 40px;
z-index: 80
}  .half-text {
width: 50%;
float: left;
display: block;
postion: relative;
transition: width 0.4s ease, min-height 0.4s ease;
}
.third {
width: calc(34% - 30px);
display: block;
transition: all 0.4s ease;
}
.forty {
width: calc(45% - 30px);
display: block;
transition: all 0.4s ease;
}
.half, .fifty {
position: relative;
width: calc(50% - 30px);
display: block;
transition: all 0.4s ease;
}
.sixty {
width: calc(55% - 30px);
display: block;
transition: all 0.4s ease;
}
.twothirds {
width: calc(66 - 30px);
display: block;
transition: all 0.4s ease;
}
.half-left {
width: 50%;
float: left;
display: block;
transition: width 0.4s ease, min-height 0.4s ease;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.half-right {
width: 50%;
float: right;
display: block;
transition: width 0.4s;
postion: relative;
}
.half-image {
min-height: 500px;
background-size: cover !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.one-column li {
width: 100%;
}
.one-column li:not(:last-of-type) {
margin-bottom: 20px;
} .two-column {
margin: 0 auto;
display: block;
overflow: hidden;
padding: 0;
}
.two-column > li:nth-child(2n) {
margin-right: 0;
}
.two-column > li {
position: relative;
float: left;
width: 47.5%;
margin-right: 5%;
list-style: none;
transition: all 0.4s ease;
padding-bottom: 0;
}
.two-column > li:nth-last-child(n+3) { 
margin-bottom: 3%;
} .three-column {
margin: 0 auto;
display: flex;
padding: 0;
flex-wrap: wrap;
}
.three-column.flex-container {
display: flex;
}
.three-column > li:nth-child(3n) {
margin-right: 0;
}
.three-column > li {
position: relative;
float: left;
width: 31%;
margin-right: 3.5%;
list-style: none;
transition: all 0.4s ease;
padding-bottom: 0;
margin-bottom: 3.5%;
} .four-column {
padding: 0;
margin: 0 auto;
display: block;
}
.four-column-ul {
overflow: hidden;
padding: 0;
margin: 0 0 0 0;
}
.four-column > li {
position: relative;
float: left;
width: 23.5%;
margin-right: 2%;
margin-bottom: 2%;
list-style: none;
padding-bottom: 0;
}
.four-column > li:nth-child(4n) {
margin-right: 0;
} .five-column {
margin: 0 auto;
padding: 0;
display: block;
overflow: hidden;
text-align: center;
}
.five-column ul {
overflow: hidden;
padding: 0;
margin: 0 0 0 0;
}
.five-column > li {
float: left;
width: 18%;
margin-right: 2.5%;
margin-bottom: 45px;
list-style: none;
padding-bottom: 0;
} .six-column {
margin: 0 auto;
padding: 0;
display: flex;
flex-wrap: wrap;
overflow: hidden;
text-align: center;
}
.six-column ul {
overflow: hidden;
padding: 0;
margin: 0 0 0 0;
}
.six-column > li {
float: left;
width: 14%;
margin-right: 2.5%;
margin-bottom: 45px;
list-style: none;
padding-bottom: 0;
min-width: 205px;
} .single-post .main, .blog .container, .archive .main, .category .main {
background: #fff !important;
}
.single-post .post, .author .post, .archive .post, .category .post {
max-width: 900px;
margin: 0 auto;
display: block;
}
.blog-category {
text-transform: uppercase;
font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
font-size: 13px;
letter-spacing: 1px;
}
.blog .post, .category .post, .author .post, .archive .post {
float: left;
width: 32%;
margin-right: 2%;
box-sizing: border-box;
float: left;
display: inline-block;
clear: none;
margin-bottom: 30px;
}
.blog .post:nth-child(3n), .category .post:nth-child(3n), .author .post:nth-child(3n), .archive .post:nth-child(3n) {
margin-right: 0 !important
}
.blog .post:nth-child(3n+1), .category .post:nth-child(3n+1), .author .post:nth-child(3n+1), .archive .post:nth-child(3n+1) {
clear:left;
}
.blog .post-container, .author .post-container, .archive .post-container, .category .post-container {
padding-top: 15px;
}
.blog .post:hover .post-image, .archive .post:hover .post-image, .author .post:hover .post-image, .post .result:hover .post-image {
opacity: 0.7;
}
.post-highlight {
font-size: 18px;
margin: 0 0 1.5em 0;
color: #F48876;
font-weight: 400;
display: block;
}
.single-post .content h2 {
font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
font-weight: 700;
font-size: 24px;
text-transform: none;
margin-top: 45px;
margin-bottom: 15px;
letter-spacing: 0px;
}
.single-post .content h3 {
font-size: 18px;
font-weight: 400;
letter-spacing: 1px;
line-height: 1.4em;
}
.sub-post-text {
color: #999;
font-size: 14px;
display: block;
margin-bottom: 10px;
}
.blog .post h5 {
font-weight: 600;
}
.blog-button {
font-family: 'Plus Jakarta Sans', Helvetica, Arial, sans-serif;
font-size: 12px;
letter-spacing: 1.25px;
text-transform: uppercase;
padding: 8px 16px;
color: #F48876 !important;
border: 1px solid #F48876;
}
.blog-button:hover {
background: #F48876;
color: #ffffff !important;
}
.blog-button i {
color: #F48876;
transition: all 0.4s ease;
}
.blog-button:hover i {
color: #ffffff !important;
}
.single-post .current_page_parent a, .blog .current_page_item {
color: #F48876 !important;
}
.blog .post h1 {
margin-top: 20px;
}
.blog .container, .author .container {
}
.blog-main {
margin: 0 auto;
position: relative;
max-width: 1400px;
overflow: hidden;
}
.blog .banner-container {
position: absolute;
bottom: 0;
left: 0;
right:0;
background-image: linear-gradient(rgba(30, 35, 40, 0), rgba(30, 35, 40, 1));
padding-top: 150px;
}
.blog .banner-post-container {
max-width: 750px;
padding: 45px;
}
.blog .post, .author .post, .archive .post {
}
.blog .post-info, .author .post-info, .archive .post-info {
font-size: 15px;
font-family: 'Plus Jakarta Sans', Helvetica, Arial, sans-serif;
margin-bottom: 12px !important;
margin-top: 5px;
}
.blog .post img, .author .post img, .archive .post img, .category .post img {
width:100%;
height: auto;
display: block;
}
.single .post-banner img {
margin-bottom: 0 !important;
width:100%;
height: auto;
display: block;
}
.single ol {
padding: 0 40px;
}
.single ol li {
padding-bottom: 30px;
}
.single ol li:last-child {
padding-bottom: 0 !important;
}
.single .content h3 {
color: #000;
}
.post-image {
max-height: 350px;
overflow: hidden;
padding-bottom: 56.25%;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
transition: all 0.4s ease;
}
.blog-date, .event-date {
text-transform: uppercase;
display: block;
font-weight: 600;
font-size: 13px;
margin-top: 8px;
letter-spacing: 1px;
color: #d6a438 !important;
}
.blog .post-categories, .author .post-categories, .archive .post-categories {
display: block;
margin-bottom: 0 !important;
}
.blog .post-categories a, .author .post-categories a, .archive .post-categories a {
}
.single-info {
background: #f6f6f6;
}
.single-info-container {
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
padding: 10px 20px;
}
.single-info img {
border-radius: 30px;
max-width: 40px;
display: inline-block;
float: left;
transition: all 0.4s ease;
}
.single-info .float-right {
padding-top: 8px;
}
.single .category-link {
text-transform: uppercase;
font-weight: 600;
font-size: 15px;
letter-spacing: 1px;
color: #F48876 !important;
}
.single .category-link:hover {
color: #fff !important;
}
.single .author-bio {
margin-bottom: 20px;
}
.single .post-author-name:hover {
color: #fff !important;
}
.single .date {
color: #fff !important;
}
.single-info p {
margin-bottom: 0 !important;
}
.single-info a:link, .single-info .post-author-name, .category-link {
color: #000 !important;
}
.single-info a:hover {
color: #F48876 !important;
}
.post-author-name {
display: inline-block;
}
.single-info .float-left:hover .post-author-name {
color: #F48876;
} 
.single-info .float-left:hover .avatar {
opacity: 0.7;
} 
.single .post {
margin: 0 auto;
}
.single .post p {
margin-bottom: 1em;
}
.single .post p:last-of-type {
margin-bottom: 0 !important;
}
.single .content p:last-child {
margin-bottom: 0 !important;
}
.single .post-info {
font-size: 16px;
margin-bottom: 14px;
}
.single .post-categories {
padding-top: 14px;
}
.post {
clear: both;
}
.blog-content {
width: 100%;
float:left;
position: relative;
}
.single .banner-image {
position: relative;
display: block;
clear: both;
background: #262A51;
overflow: hidden;
}
.single .banner-image img {
width:100%;
height: auto;
display: block;
}
.blog-container {
padding: 40px 20px;
}
.content {
width: 70%;
float:left;
}
.content-container {
padding: 40px 30px 40px 30px;
}
.sidebar {
box-sizing: border-box;
}
.sidebar-container {
padding: 40px;
}
.sidebar a {
color: #fff;
}
.sidebar a:hover {
color: #F48876 !important;
}
.post-banner {
width: 100%;
max-height: 600px;
overflow: hidden;
position: relative;
display: block
}
.post-info {
color: #999;
font-size: 15px;
}
.post-info i {
color: #999 !important;
}
.single-post .container {
padding-top: 0px;
}
.single-post .post {
max-width: none;
margin: 0 auto;
} ::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder {
color: #aaa;
} body .gform_wrapper h2.gform_title {
display: none !important;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
font-size: 17px !important;
padding: 20px !important;
background: #f7f7f7 !important;
color: #665C67;
border: 1px solid transparent !important;
border-radius: 8px !important;
font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
-webkit-appearance: none !important;
outline: 0 !important;
transition: all 0.4s ease;
margin-bottom: 10px !important;
}
.gform_wrapper.gravity-theme input[type=color]:focus, .gform_wrapper.gravity-theme input[type=date]:focus, .gform_wrapper.gravity-theme input[type=datetime-local]:focus, .gform_wrapper.gravity-theme input[type=datetime]:focus, .gform_wrapper.gravity-theme input[type=email]:focus, .gform_wrapper.gravity-theme input[type=month]:focus, .gform_wrapper.gravity-theme input[type=number]:focus, .gform_wrapper.gravity-theme input[type=password]:focus, .gform_wrapper.gravity-theme input[type=search]:focus, .gform_wrapper.gravity-theme input[type=tel]:focus, .gform_wrapper.gravity-theme input[type=text]:focus, .gform_wrapper.gravity-theme input[type=time]:focus, .gform_wrapper.gravity-theme input[type=url]:focus, .gform_wrapper.gravity-theme input[type=week]:focus, .gform_wrapper.gravity-theme select:focus, .gform_wrapper.gravity-theme textarea:focus {
border-color: #202326 !important
}
.gform_wrapper.gravity-theme textarea {
max-height: 126px;
}
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input {
background: #304d3d;
color: #fff !important;
}
.gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover {
background: #fff;
border-color: #fff !important;
color: #262A51 !important;
cursor: pointer 
}
.gfield_checkbox .gchoice {
display: inline-block;
margin-right: 25px;
width: calc(50% - 25px);
margin-bottom: 10px;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
max-width: 100% !important;
font-size: 16px !important;
}
.gfield_label {
color: #262A51 !important;
}
.gform_required_legend, .gfield_required.gfield_required_asterisk {
display: none !important;
}
.gfield_label.gfield_label_before_complex {
text-transform: uppercase;
letter-spacing: 0.1em;
}
.gform_wrapper {
width: 100%;
}
.contact-section .gform_wrapper.gravity-theme textarea {
max-height: 100px;
}
.contact-section .gform_wrapper.gravity-theme input[type=color], .contact-section .gform_wrapper.gravity-theme input[type=date], .contact-section .gform_wrapper.gravity-theme input[type=datetime-local], .contact-section .gform_wrapper.gravity-theme input[type=datetime], .contact-section .gform_wrapper.gravity-theme input[type=email], .contact-section .gform_wrapper.gravity-theme input[type=month], .contact-section .gform_wrapper.gravity-theme input[type=number], .contact-section .gform_wrapper.gravity-theme input[type=password], .contact-section .gform_wrapper.gravity-theme input[type=search], .contact-section .gform_wrapper.gravity-theme input[type=tel], .contact-section .gform_wrapper.gravity-theme input[type=text], .contact-section .gform_wrapper.gravity-theme input[type=time], .contact-section .gform_wrapper.gravity-theme input[type=url], .contact-section .gform_wrapper.gravity-theme input[type=week], .contact-section .gform_wrapper.gravity-theme select, .contact-section .gform_wrapper.gravity-theme textarea {
padding: 18px 22px 14px !important;
}
.contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=color], .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=date], .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=datetime-local], .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=datetime], .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=email], .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=month], .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=number], .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=password], .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=search], .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=tel], .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=text], .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=time], .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=url], .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=week], .contact-section.highlight-bg .gform_wrapper.gravity-theme select, .contact-section.highlight-bg .gform_wrapper.gravity-theme textarea {
background: rgba(255,255,255,0.2) !important;
color: #fff;
}
.contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=color]:focus, .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=date]:focus, .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=datetime-local]:focus, .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=datetime]:focus, .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=email]:focus, .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=month]:focus, .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=number]:focus, .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=password]:focus, .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=search]:focus, .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=tel]:focus, .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=text]:focus, .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=time]:focus, .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=url]:focus, .contact-section.highlight-bg .gform_wrapper.gravity-theme input[type=week]:focus, .contact-section.highlight-bg .gform_wrapper.gravity-theme select:focus, .contact-section.highlight-bg .gform_wrapper.gravity-theme textarea:focus {
background: rgba(255,255,255,1) !important;
border-color: #fff !important;
color: #262A51 !important;
}
.highlight-bg .gform_wrapper.gravity-theme .gfield label {
color: #fff !important;
}
.sidebar .gform_wrapper.gravity-theme textarea {
max-height: 100px;
}
.sidebar .gform_wrapper.gravity-theme input[type=color], .sidebar .gform_wrapper.gravity-theme input[type=date], .sidebar .gform_wrapper.gravity-theme input[type=datetime-local], .sidebar .gform_wrapper.gravity-theme input[type=datetime], .sidebar .gform_wrapper.gravity-theme input[type=email], .sidebar .gform_wrapper.gravity-theme input[type=month], .sidebar .gform_wrapper.gravity-theme input[type=number], .sidebar .gform_wrapper.gravity-theme input[type=password], .sidebar .gform_wrapper.gravity-theme input[type=search], .sidebar .gform_wrapper.gravity-theme input[type=tel], .sidebar .gform_wrapper.gravity-theme input[type=text], .sidebar .gform_wrapper.gravity-theme input[type=time], .sidebar .gform_wrapper.gravity-theme input[type=url], .sidebar .gform_wrapper.gravity-theme input[type=week], .sidebar .gform_wrapper.gravity-theme select, .sidebar .gform_wrapper.gravity-theme textarea {
padding: 18px 22px 14px !important;
border: none !important;
}
.sidebar .gform_wrapper.gravity-theme input[type=color], .sidebar .gform_wrapper.gravity-theme input[type=date], .sidebar .gform_wrapper.gravity-theme input[type=datetime-local], .sidebar .gform_wrapper.gravity-theme input[type=datetime], .sidebar .gform_wrapper.gravity-theme input[type=email], .sidebar .gform_wrapper.gravity-theme input[type=month], .sidebar .gform_wrapper.gravity-theme input[type=number], .sidebar .gform_wrapper.gravity-theme input[type=password], .sidebar .gform_wrapper.gravity-theme input[type=search], .sidebar .gform_wrapper.gravity-theme input[type=tel], .sidebar .gform_wrapper.gravity-theme input[type=text], .sidebar .gform_wrapper.gravity-theme input[type=time], .sidebar .gform_wrapper.gravity-theme input[type=url], .sidebar .gform_wrapper.gravity-theme input[type=week], .sidebar .gform_wrapper.gravity-theme select, .sidebar .gform_wrapper.gravity-theme textarea {
background: #EFE8E1 !important;
color: #665C67;
}
.sidebar .gform_wrapper.gravity-theme input[type=color]:focus, .sidebar .gform_wrapper.gravity-theme input[type=date]:focus, .sidebar .gform_wrapper.gravity-theme input[type=datetime-local]:focus, .sidebar .gform_wrapper.gravity-theme input[type=datetime]:focus, .sidebar .gform_wrapper.gravity-theme input[type=email]:focus, .sidebar .gform_wrapper.gravity-theme input[type=month]:focus, .sidebar .gform_wrapper.gravity-theme input[type=number]:focus, .sidebar .gform_wrapper.gravity-theme input[type=password]:focus, .sidebar .gform_wrapper.gravity-theme input[type=search]:focus, .sidebar .gform_wrapper.gravity-theme input[type=tel]:focus, .sidebar .gform_wrapper.gravity-theme input[type=text]:focus, .sidebar .gform_wrapper.gravity-theme input[type=time]:focus, .sidebar .gform_wrapper.gravity-theme input[type=url]:focus, .sidebar .gform_wrapper.gravity-theme input[type=week]:focus, .sidebar .gform_wrapper.gravity-theme select:focus, .sidebar .gform_wrapper.gravity-theme textarea:focus {
background: #fff !important;
color: #665C67 !important;
}
.sidebar .gform-button button {
background: #F48876;
color: #fff;
}
.gform_wrapper.gravity-theme #field_submit .gform-button--width-full, .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
margin-top: 0;
margin-bottom: 0;
width: auto !important;
}
.contact-section .gform_wrapper .button {
background: #304d3d !important;
border-color: #304d3d;
color: #fff !important;
}
.contact-section .gform_wrapper .button:hover, .contact-section .gform_wrapper.gravity-theme .gform_footer input:hover {
background: #fff !important;
border-color: #fff !important;
color: #262A51 !important;
}
.contact-section ::placeholder { color: #665C67;
}
.contact-section :-ms-input-placeholder { color: #665C67;
}
.contact-section ::-ms-input-placeholder { color: #665C67;
}
.cta-section ::placeholder { color: #fff;
}
.cta-section :-ms-input-placeholder { color: #fff;
}
.cta-section ::-ms-input-placeholder { color: #fff;
}
.cta-section input:focus::placeholder, .cta-section textarea:focus::placeholder { color: #665C67;
}
.cta-section input:focus:-ms-input-placeholder, .cta-section textarea:focus:-ms-input-placeholder { color: #665C67;
}
.cta-section input:focus::-ms-input-placeholder, .cta-section textarea:focus::-ms-input-placeholder { color: #665C67;
}
.gform_wrapper.gravity-theme .gfield label {
transition: all 0.4s ease;
font-size: 17px;
font-weight: 400;
}  .site-footer {
background: #304d3d;
overflow: hidden;
position: relative;
clear: both;
}
.site-footer-container {
margin: 0 auto;
display: block;
overflow: hidden;
padding: 60px 60px;
}
.logo-vector {
position:absolute;
max-width: 300px;
}
.lv-left {
left: 0;
bottom: 0;
}
.lv-right {
right: 0;
top: 0; 
transform: rotate(180deg);
}
.company-description {
font-size: 15px;
max-width: 330px;
}
.site-footer p, .site-footer a {
color: #fff
}
.bottom-footer a, .bottom-footer {
color: #9395A8;
}
.site-footer a:hover, .bottom-footer a:hover {
color: #d6a438;
transition: all 0.4s ease;
}
.site-footer h5 {
color: #fff;
}
.footer-content {
overflow: hidden;
}
.fcol {
display: inline-block;
float: left;
width: 23%; 
margin-right: 8%;
float: right;
}
.fcol a {
clear:both;
display: block;
}
.address p {
line-height: 2em;
}
#fc1 {
width: 40%;
float: none;
}
#fc2 {
max-width: 200px;
}
#fc3 {
margin-right: 0 !important;
max-width: 120px;
}
.footer-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.footer-menu ul, .contact-links a {
line-height: 1.6em;
}
.contact-links a {
padding-bottom: 10px;
font-size: 110%;
}
.contact-links a i {
}
.footer-posts {
list-style: none;
padding-top: 4px;
padding: 0;
margin: 0;
}
.footer-posts li {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #363636;
padding-bottom: 0;
}
.footer-posts li a {
display: block;
}
.footer-posts li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.social-links {
margin: 45px 0 0 0;
padding: 1px 0 0 0;
list-style: none;
overflow: hidden;
}
.social-links li {
float:left;
margin-right: 20px;
padding-bottom: 0;
}
.social-links a {
clear: none !important;
transition: none !important;
}
.social-links a:after {
display: none !important;
}
.social-links i {
font-size: 30px;
text-align: center;
border-radius: 0px;
transition: all 0.4s ease-in-out;
color: #d6a438;
}
.site-footer .social-links a:hover i {
color: #fff;
}
.bottom-footer {
padding: 45px 0 0 0;
font-size: 15px;
font-weight: 400;
overflow: hidden;
}
.bottom-footer-container {
margin: 0 auto;
width: 100%;
padding: 0;
overflow: hidden;
display: inline-block;
transition: all 0.4s ease;
}
.bf-container {
float: left;
max-width: 580px;
}
.copyright {
text-align: left;
display: inline-block;
}
.registered-number {
display: block;
padding-top: 10px;
}
.footer-logo {
display: block;
max-width: 160px;
margin-bottom: 40px;
}
.dpm {
text-align: right !important;
display: inline-block;
right: 0 !important;
float:right;
}
.dpm:hover{
color:#fff !important;
} .right-button-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
align-content: center;
align-items: center;
}
.banner-gradient { background: rgb(49 78 62 / 90%);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.left-gradient {
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); 
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.right-gradient {
background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
background: -o-linear-gradient(right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); 
background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.bottom-gradient {
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)); 
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
background: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.colour-overlay {
background: rgba(240, 106, 111, 0.85);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.orange-filter {
background: rgb(214 164 56 / 90%);
}
.purple-filter {
background: rgb(48 77 61 / 90%);
}
.grey-filter {
background: rgba(250, 246, 242, 0.9);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.video-container {
}
.video-side {
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
position: absolute; 
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.fadeInBlock {
opacity:0;
} .bg-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
opacity: 0.9;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
transition: all 0.4s ease;
}
.image-links h3 {
position: absolute;
left: 20px;
bottom: 20px;
margin-bottom: 0;
text-transform: none;
letter-spacing: 0;
font-size: 21px;
font-weight: 700;
color: #fff;
}
.image-links li {
height: 0;
padding-bottom: 30%;
}
.image-links li:hover h3 {
color: #F48876;
}
.image-links li:hover .bg-overlay {
opacity: 1;
}
.pagination {
clear: both;
position: relative;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
}
.no-bullets {
list-style: none;
padding-left: 20px;
}
.no-bullets li {
padding-bottom: 10px;
}
.boxes li {
background: #262A51;
color: #fff;
box-sizing: border-box;
padding: 25px;
padding-bottom: 100%;
margin-bottom: -100%;
}
.large-icon {
font-size: 75px;
}
#catapultCookie {
font-weight: 400;
border-radius: 30px !important;
-webkit-border-radius: 30px !important;
-moz-border-radius: 30px !important;
background: transparent !important;
border: 1px solid #fff !important;
letter-spacing: 1.5px;
text-transform: uppercase;
transition: all 0.4s ease;
font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
font-weight: 600;
padding: 7px 14px !important;
}
#catapultCookie:hover {
background: #fff !important;
color: #262A51 !important;
}
.has-cookie-bar #catapult-cookie-bar {
padding: 10px 15px !important;
}
.ctcc-left-side {
font-size: 85%;
font-weight: 300;
}
#cookies {
margin-bottom: 1.5em;
}
@media only screen and (max-width:650px) {
.ctcc-left-side {
font-size: 70% !important;
}
}
table {
border-collapse: collapse;
width: 100%;
margin-bottom: 30px;
}
.icon-inner-section {
margin-bottom: 60px;
}
.icon-columns {
list-style: none;
margin: 0;
padding: 3px 0 0 0;
text-align: center;
display: flex;
flex-wrap: wrap;
}
.icon-columns li {
width: 48.5%;
margin-right: 3%;
flex-grow: 1;
padding-bottom: 0;
}
.icon-columns li:nth-of-type(-n+3) {
margin-bottom: 50px
}
.icon-columns li:nth-of-type(2n) {
margin-right: 0
}
.icon-columns li i {
color: #F48876;
font-size: 50px;
margin-bottom: 25px;
}
.icon-columns li h5 {
color: #534D48;
}
.image-right .flex-container, .video-right .flex-container, .team-member:nth-of-type(2n) .flex-container {
flex-direction: row-reverse;
}
.image-bg-text-right .flex-container {
flex-direction: row-reverse;
}
.section-img-large {
width: 72%;
float: right;
}
.section-img-small {
width: 44.5%;
position: absolute;
bottom: -45px;
left: 0;
}
.image-right-padding {
padding: 0 60px 0 0;
}
.image-left-padding {
padding: 0 60px;
}
.two-images-section {
padding-top: 30px;
}
.two-images-section .image-half {
align-self: flex-end;
margin-bottom: 60px
}
.image-bg {
position: relative;
background-color: #262A51;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
background-repeat: no-repeat !important;
background-position: 35% 50% !important;
transition: all 0.4s ease;
}
.image-bg .full-container {
padding: 60px 0;
}
.link-blocks {
list-style: none;
margin: 45px 0 0 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}
.link-blocks li {
width: 31%;
margin-right: 3%;
margin-bottom: 3%;
position: relative;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: 50% !important;
padding-bottom: 31%;
transition: all 0.4s ease;
}
.overlay-container {
position: absolute;
bottom: 0;
right: 0;
color: #fff;
background: rgba(240, 106, 111,0.75);
padding: 25px;
transition: all 0.4s ease;
}
.link-blocks li h6 {
font-size: 27px;
margin-bottom: 0 !important;
text-align: center;
}
.box-link {
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
z-index: 9999; } .link-blocks li:hover .overlay-container {
background: rgba(240, 106, 111,1);
bottom: 30px;
}
.link-blocks li:hover .overlay-container h4 {
margin-right: 30px;
}
.link-blocks li:hover .overlay-container .text-button-alt {
margin-left: 15px;
}
.link-blocks li:nth-of-type(3n) {
margin-right: 0 !important;
} .plain-blocks p {
font-size: 16px;
}
.plain-blocks li:not(.event) i {
margin-bottom: 30px;
font-size: 60px;
color: #d6a438;
}
.text-blocks {
list-style: none;
margin: 45px 0 0 0;
padding: 0;
display: flex;
flex-wrap: wrap;
width: 100%;
}
.text-blocks > li {
padding-bottom: 0;
position: relative;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: 50% !important;
transition: all 0.4s ease;
}
.text-blocks > li h6 {
font-size: 14px;
margin-bottom: 20px !important;
letter-spacing: 2px;
font-weight: 700;
} .text-blocks > li:hover {
}
.text-blocks > li:hover .block-image-container {
opacity: 0.7;
}
.plain-blocks .info-container {
padding-left: 0 !important;
padding-right: 0 !important;
}
.text-split .sixty:not(:first-of-type) .inner-container {
padding: 0 0 0 45px;
}
.faq-boxes {
list-style: none;
padding: 0;
margin: 45px 0 0 0;
}
.faq-boxes li {
width: 48.5%;
margin-right: 3%;
margin-bottom: 3%;
background: #DED5C8;
padding-bottom: 0;
}
.faq-boxes li:nth-of-type(2n) {
margin-right: 0;
}
.faq-boxes li:nth-last-of-type(-n+2) {
margin-bottom: 0;
}
.contact-info li {
padding-bottom: 20px;
}
.contact-info li:last-of-type {
padding-bottom: 0;
}
.contact-info li i {
color: #F48876;
padding-right: 10px;
}
.contact-info li:hover::before {
color: #262A51;
}
.sidebar h6 {
color: #262A51;
}
.contact-info {
list-style: none;
padding: 1px 0 0 0;
margin: 0;
}
.ci-address::before {
color: #F48876;
content: '\f3c5';
font-family: 'Font Awesome 6 Pro';
padding-right: 15px;
position: absolute;
padding-top: 4px;
transition: all 0.4s ease;
}
.ci-address p {
padding-left: 30px;
margin-bottom: 0 !important;
}
.ci-phone::before {
color: #F48876;
content: '\f095';
font-family: 'Font Awesome 6 Pro';
padding-right: 15px;
position: absolute;
padding-top: 4px;
transition: all 0.4s ease;
}
.ci-phone span, .ci-email span {
padding-left: 35px;
margin-bottom: 0 !important;
}
.ci-email {
word-wrap: break-word;
}
.ci-email::before {
color: #F48876;
content: '\f0e0';
font-family: 'Font Awesome 6 Pro';
padding-right: 15px;
position: absolute;
padding-top: 6px;
transition: all 0.4s ease;
}
.booking-score {
margin-bottom: 10px;
}
.score-box {
font-size: 15px;
font-weight: 500;
background: rgba(255,255,255,0.25);
padding: 10px 7px !important;
text-align: center;
vertical-align: middle;
display: inline-block;
color: #fff;
align-items: center;
margin-right: 15px;
box-shadow: 0 1px 10px rgba(0,0,0,0.2);
}
.score-side {
display: inline-block;
padding: 0;
}
.score-subtitle {
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
color: #fff;
display: block;
text-shadow: 0 1px 10px rgba(0,0,0,0.4);
}
.score-tally {
color: #fff;
font-size: 13px;
text-shadow: 0 1px 10px rgba(0,0,0,0.4);
}
.score-tally span {
display: inline-block;
}
.score-tally img {
max-height: 14px;
display: inline-block;
margin: 0 0 -3px 6px;
}
.banner-overlay .button {
box-shadow: 0 2px 30px rgba(0,0,0,0.4);
margin: 0 5px;
}
.full-width {
width: 100%;
}
.acf-map {
margin: 0 !important;
}
.gallery-ul {
margin: 45px 0 0 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.gallery-ul li {
padding-bottom: 0;
}
.gallery-ul li img {
width: 100%;
height: auto;
display: block;
}
.mfp-bg {
z-index: 99998 !important;
}
.mfp-wrap {
z-index: 99999 !important;
}
.mfp-title {
font-size: 16px;
padding: 15px 0 !important;
text-align: center !important;
}
.splash {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: calc(100vh - 60px);
overflow: hidden;
background: #000000 none no-repeat scroll center center;
background-size: cover;
}
.splash::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
opacity: 0.4;
content: '';
pointer-events: none;
z-index: 2;
}
.splash__video {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
pointer-events: none;
}
.image-mosaic {
margin: 45px 0 0 0;
position: relative;
overflow: hidden;
display: flex;
flex-wrap: wrap;
}
.im-column-one {
width: 49%;
margin-right: 2%
}
.im-column-two {
width: 23.5%;
margin-right: 2%
}
.im-column-three {
width: 23.5%;
}
.im-block {
width: 100%;
padding-bottom: 100%;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
float: left;
position: relative;
transition: all 0.4s ease;
}
.im-block:hover {
opacity: 0.7;
}
.im-block:hover .h5 {
margin-bottom: 20px;
}
.im-block.block-one h5 {
font-size: 30px
}
.im-block.block-two {
margin-bottom: 8.5%
}
.im-block.block-four {
padding-bottom: 208.5%
}
.highlight-bg a, .highlight-bg .ci-phone::before, .highlight-bg .ci-email::before, .highlight-bg .ci-address::before {
color: #fff
}
.no-icon::before, h1.center::before, h2.center::before, h3.center::before, h4.center::before, .banner-title::before {
display: none !important;
}
.team-section {
margin: 45px 0 0 0;
}
.container-space-top {
padding-top: 95px;
}
.image-text-section .flex-container:not(.align-middle) {
align-items: stretch !important;
}
.image-text-section .flex-container .half:not(.image-container):not(.half-image-slider) {
display: flex;
align-items: center;
}
.split-banner .flex-container {
flex-direction: row-reverse !important;
}    .metaslider {
margin: 0 auto;
}
.metaslider .caption {
padding: 0 !important
}
.metaslider .caption-wrap {
position: initial !important;
background: none !important;
opacity: 1 !important;
width: auto !important;
}  .flexslider {
margin-bottom: 0 !important;
border: 0 !important;
background: none !important;
border-radius: 0 !important;
}
.testimonials-slider .flex-viewport {
background: #304d3d;
border-radius: 20px;
}
.testimonials-slider .flex-viewport blockquote {
color: #fff;
}
.testimonials-slider .flex-viewport h5, .testimonials-slider .flex-viewport .company-name {
color: #d6a438;
}
.slides {
overflow: hidden;
padding: 0;
margin: 0 0 10px 0;
}
.image-right .half-image-slider {
margin-right: -5px;
}
.image-left .half-image-slider {
margin-left: -5px;
}
.half-image-slider .flex-direction-nav {
}
.flex-control-nav {
width: 100% !important;
position: relative !important;
bottom: auto !important;
text-align: center !important;
display: inline-block;
margin-top: 30px !important;
}
.flex-control-nav li {
margin: 0 !important;
padding: 0 !important;
}
.flex-control-paging li a:not(.flex-active) {
}
.flex-control-paging li a {
color: #707070;
font-size: 0;
font-weight: 700;
margin-right: 15px;
width: auto !important;
height: auto !important;
text-indent: 0 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
border-radius: 4px !important;
background: #A8A4B2 !important;;
width: 50px !important;
height: 8px !important;
}
.flex-control-paging li a.flex-active {
background: #d6a438 !important;
width: 100px !important;
}
.flex-control-paging li a:hover {
background: #797B7C !important;
}
.flex-slider-count, .custom-controls-container {
display: inline-block;
}
.flex-slider-count, .custom-navigation a {
color: #707070;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
}
.flex-prev:hover, .flex-next:hover {
color: #fff;
}
.flex-prev {
padding-right: 1px;
}
.flex-prev::before {
content: "\f177";
font-family: 'Font Awesome 6 Pro';
font-weight: 700;
padding-right: 6px;
}
.flex-next {
padding-left: 20px;
}
.flex-next::after {
content: "\f178";
font-family: 'Font Awesome 6 Pro';
font-weight: 700;
padding-left: 6px;
}
.custom-navigation {
width: auto;
display: inline-block;
font-size: 14px;
margin-top: 20px;
margin-left: 30px;
}
.testimonial {
position: relative;
padding: 60px;
box-sizing: border-box;
} .testimonial-image {
width: 80px;
height: 80px;
background-size: cover !important;
background-position: 50%;
background-repeat: no-repeat;
position: relative;
transition: all 0.4s ease;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.testimonial-logo {
max-width: 180px;
max-height: 90px;
margin: 0 auto;
}  .half-image-slider .flex-viewport, .half-image-slider .flexslider > .slides > li, .half-image-slider .image-container {
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
overflow: hidden;
}
.half-image-slider .slides {
box-shadow: 0 0 30px rgba(0,0,0,0.15);
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.half-image-slider .flex-viewport {
box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
.half-image-slider .image-container {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-top-left-radius: 20px;
-moz-border-bottom-left-radius: 20px;
position: relative;
background-position: 0 0 !important;
background-size: cover !important;
}
.slider-caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(38, 42, 81,0.65);
color: #fff;
padding: 15px 25px;
text-align: center;
font-size: 16px;
z-index: 10;
}
.flex-direction-nav a {
transform: translateY(-29px);
}
.flex-direction-nav a:before {
color: rgba(255,255,255,1) !important;
text-shadow: 0 0 5px rgba(0,0,0,0.3) !important;
}
.testimonial-slider .flex-direction-nav a:before {
font-family: "Font Awesome 6 Pro";
}
.testimonial-slider .flex-direction-nav a.flex-prev::before {
content: "\f061";
}
.testimonial-slider .flex-direction-nav a.flex-next::after {
content: "\f060";
}
.flexslider:hover .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-next {
opacity: 1 !important;
}
.flex-direction-nav li {
padding-bottom: 0;
}
.half-image-slider .flex-direction-nav a.flex-prev::before {
content: '\f177' !important;
font-family: "Font Awesome 6 Pro" !important;
}
.half-image-slider .flex-direction-nav a.flex-next::before {
content: '\f178' !important;
font-family: "Font Awesome 6 Pro" !important;
} .newsletter-container {
border-bottom: 1px solid rgba(255,255,255,0.2);
padding-bottom: 60px;
margin-bottom: 60px;
}
.newsletter-title {
float: left;
margin-right: 30px;
margin-top: 0;
margin-bottom: 0;
}
#mc_embed_signup {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.newsletter-container .mc-field-group, .newsletter-container .optionalParent {
display: inline-block;
}
.newsletter-container #mc_embed_signup_scroll {
text-align: right;
display: flex;
align-items: center;
}
.newsletter-container .button {
font-size: 16px;
padding: 15px 32px;
margin: 0 3px !important;
vertical-align: middle;
cursor: pointer;
}
.newsletter-container .button:hover {
background: #fff !important;
border-color: #fff !important;
color: #262A51 !important;
}
.mc-field-group input[type=text], .mc-field-group input[type=email] {
font-size: 16px !important;
padding: 18px 19px 14px !important;
background: rgba(255,255,255,0.2) !important;
color: #fff;
border: 1px solid transparent !important;
border-radius: 0 !important;
font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
-webkit-appearance: none !important;
outline: 0 !important;
transition: all 0.4s ease;
margin: 0 3px !important;
vertical-align: middle;
box-sizing: border-box;
}
.mc-field-group input[type=text]:focus, .mc-field-group input[type=email]:focus {
background: #fff !important;
border-color: #fff !important;
color: #262A51; 
}
.big-race-winners {
width: 100%;
}
.big-race-winner {
background: #f7f7f7;
align-self: stretch;
background-position: 50% !important;
background-size: cover !important;
background-repeat: no-repeat;
}
.square-container {
position: relative;
z-index: 10;
padding: 45px;
}
.races-won {
list-style: none;
margin: 0;
padding: 20px 0 0;
}
.races-won li:not(:last-child) {
padding-bottom: 25px;
}
.races-won li:last-child {
padding-bottom: 0;
}
.logo-mark {
max-width: 115px;
display: block;
opacity: 0.3;
margin: 0 auto;
margin-bottom: 45px;
}
.racecourse {
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-family: 'Lora', 'Plus Jakarta Sans', Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #9c8697;
}
.horses-for-sale {
list-style: none;
margin: 0;
padding: 0;
}
.horses-for-sale li {
position: relative 
}
.horses-for-sale li:not(:last-child) {
padding-bottom: 45px;
margin-bottom: 45px;
border-bottom: 1px solid #e0dee0;
}
.horses-for-sale li .box-container {
padding-left: 40px;
}
.horse-description {
padding-top: 130px;
}
.image-bg-box {
max-width: 700px;
}
.client-name {
font-family: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
font-weight: 400;
line-height: 1.4em;
transition: all 0.4s ease;
font-size: 21px;
margin: 0 0 20px 0;
color: #666666;
display: block;
}
.single-horsesforsale .horse-price {
font-size: 16px
} .info-boxes {
list-style: none;
margin: 60px 0 0 0;
padding: 0 45px 45px 0;
display: flex;
flex-wrap: wrap;
}
.info-boxes > li {
width: 46%;
margin-right: 8%;
margin-bottom: 8%;
position: relative;
transition: all 0.4s ease;
padding-bottom: 0;
}
.info-boxes > li:nth-of-type(2n) {
margin-right: 0 !important;
}
.info-box-image {
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: 50% !important;
padding-bottom: 100%;
}
.info-box-text {
background: #F48876;
color: #F7F4F2;
width: 80%;
position: absolute;
bottom: -45px;
right: -45px;
font-size: 16px;
}
.info-box-text h3 {
color: #fff;
font-weight: 700;
margin-bottom: 10px;
font-size: 35px;
}
.info-box-text a {
color: #fff;
}
.info-box-text a:hover {
color: #262A51;
}  .focus-box {
margin: 0 0 60px 0;
padding: 0;
position: relative;
}
.focus-box:nth-of-type(2n) .flex-container {
flex-direction: row-reverse;
}
.focus-box:nth-of-type(2n) .focus-box-text {
right: auto !important;
left: 0 !important;
}
.focus-box-image {
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: 50% !important;
align-self: stretch;
}
.focus-box-text:not(.forty) {
width: 50%;
}
.focus-box-text {
background: #F48876;
color: #fff;
}
.section:not(.map-section) .focus-box-text {
font-size: 16px;
}
.align-middle .focus-box-text {
top: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
z-index: 999;
}
.focus-box-text h3, .focus-box-text h5 {
color: #fff;
}
.focus-box-text a {
color: #fff;
}
.focus-box-text a:hover {
color: #262A51;
} .single-clientresults blockquote {
font-size: 18px;
margin: 0;
}
.single-clientresults blockquote p {
font-size: 100% !important;
} .accordion-control {
-webkit-appearance: none;
background: none;
border: 0;
padding: 0;
}
.accordion-control {
cursor: pointer;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: all 0.4s ease;
position: relative;
background: #fff;
border-top: 1px solid #EAEAEA;
color: #262A51;
}
.accordion-item:first-child .accordion-control {
border-top: 0;
}
.accordion-control h5 {
margin-bottom: 0;
}
.features-accordion .accordion-control {
background-color: #F3F0F6;
padding: 20px 40px;
color: #3F4B49;
border-bottom: 1px solid #fff;
}
.simple-accordion .accordion-control {
padding: 30px 80px 30px 40px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
.simple-accordion .accordion-control h5 {
color: #242457
}
.plain-accordion .accordion-control {
background-color: transparent;
padding: 20px 0;
}
.plain-accordion.accordion .panel, .plain-accordion .accordion-item.open, .plain-accordion .accordion-item.open .accordion-control {
background: transparent;
}
.plain-accordion .accordion-control.active, .plain-accordion .accordion-control:hover {
background: transparent;
}
.plain-accordion .accordion-item.open .accordion-control h4, .plain-accordion .accordion-item.open .panel {
color: inherit
}
.accordion-control:not(.active) h4 {
margin-bottom: 0 !important;
}
.features-accordion .accordion-control.active, .features-accordion .accordion-control:hover {
background-color: #E6E1EE;
}
.accordion:not(.plain-accordion):not(.simple-accordion) .accordion-control.active {
padding-top: 40px;
padding-bottom: 0 !important;
border-bottom: 0 !important;
}
.accordion.simple-accordion .accordion-control.active {
padding-bottom: 20px;
}
.accordion-control:after {
content: '\f107';
font-family: "Font Awesome 6 Pro";
color: #3F4B49;
font-size: 21px;
font-weight: 400;
float: right;
margin-left: 5px;
position: absolute;
top: 25px;
right: 0px;
}
.features-accordion .accordion-control:after {
top: 40px;
}
.simple-accordion .accordion-control:after {
top: 30px;
color: #E73088;
}
.accordion:not(.plain-accordion):not(.simple-accordion) .accordion-control.active:after {
top: 40px;
color: #fff;
}
.accordion-control.active:after {
content: "\f106";
} .accordion .panel {
padding: 0;
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease;
}
.accordion-item.open .panel {
padding-bottom: 30px;
}
.feautures-accordion .panel {
background: #3F4B49;
color: #fff;
}
.accordion:not(.plain-accordion) .panel .panel-inner {
padding: 0 40px 40px;
}
.simple-accordion .accordion-item {
background: #fff;
box-shadow: 0 0 30px rgba(0,0,0,0.2);
margin-bottom: 20px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
.accordion-item.open .panel {
}
.features-images {
position: relative;
overflow: hidden;
box-sizing: border-box;
}
.features-images .accordion-image {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1;
}
.screen-image .image-container {
border-radius: 0 0 20px 20px !important;
background-position: 0 0% !important;
border: 1px solid #242457;
border-top: 0;
}
.active-image {
z-index: 10 !important;
}
.accordion-item.open, .accordion-item.open .accordion-control {
background: #3F4B49;
}
.accordion-item.open .accordion-control h4, .accordion-item.open .panel {
color: #fff;
}
.dark-bg .accordion-control {
color: #fff;
border-color: #515355 !important;
}
.dark-bg .accordion-control h5 {
color: #fff;
}
.dark-bg .accordion-control:after {
color: #fff;
}
.accordion-item .panel * {
opacity: 0;
transition: opacity 0.4s ease;
}
.simple-accordion .accordion-item .panel * {
opacity: 1;
}
.accordion-item.open .panel * {
opacity: 1;
} .logos-section {
list-style: none;
margin: 0;
padding: 0
}
.logos-section .ls-logo-container {
width: 13%;
}
.logos-section .ls-logo-padding {
padding: 10px;
max-width: 150px;
max-height: 100px;
display: flex;
justify-content: center;
}
.logos-section .ls-logo-container:nth-of-type(6n) {
margin-right: 0%;
}
.logos-section .ls-logo-container img {
width: auto;
height: auto;
max-height: 100px;
max-width: 100%;
opacity: 0.5;
}
.company-name {
font-size: 17px;
}
.flex-direction-nav a {
width: 40px !important;
height: 40px !important;
text-align: right !important;
background: #fff;
color: #949AA5;
border-radius: 50%;
padding: 17px 12px 7px;
font-size: 0;
}
.flex-direction-nav a:before {
font-family: "Font Awesome 6 Pro" !important;
font-size: 27px !important;
font-weight: 400 !important;
text-shadow: none !important;
color: #949AA5 !important;
text-align: center
}
.flex-direction-nav a:hover::before {
color: #262A51;
}
.flex-prev::before {
content: "\f060" !important;
}
.flex-next::before {
content: "\f061" !important;
}
.policy-menu {
float: right;
}
.policy-menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.policy-menu ul li {
display: inline-block;
}
.policy-menu ul li::after {
display: inline-block;
content: "|";
padding: 0 10px;
}
.policy-menu ul li:last-child::after {
display: none;
content: "";
}
.stretch {
align-self: stretch;
}
.rounded {
border-radius: 20px;
overflow: hidden;
}
.rounded-top {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.shadow {
box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.pb-60 {
padding-bottom: 60px;
}
.job-title {
font-size: 18px;
}
.overlap-section {
margin: 0 0 60px 0;
}
.overlap-section .image-container {
margin-top: -60px;
margin-bottom: -60px;
}
.hover-image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0;
}
.team-blocks li:hover .hover-image {
opacity: 1;
}
.image-text-overlap-section { }
.overlap-top {
margin-top: -150px;
}
.page-contact #rmp_menu_trigger-1867 .responsive-menu-pro-inner, .page-contact#rmp_menu_trigger-1867 .responsive-menu-pro-inner::before, .page-contact #rmp_menu_trigger-1867 .responsive-menu-pro-inner::after {
background: #262A51;
}
.ic-field-cat a {
color: #fff !important;
}
.ic-field-cat a:hover {
color: #fff !important;
opacity: 0.6;
}
.annual {
display: block;
}
.pricing-blocks {
font-size: 16px;
color: #262A51;
}
.pricing-blocks .button {
border-radius: 12px;
}
.price {
display: block;
font-size: 18px;
}
.includes {
list-style: none;
padding-left: 0px;
padding-top: 30px;
}
.includes li::before {
content: '\f00c';
font-family: "Font Awesome 6 Pro";
color: #F48876;
font-weight: 700;
padding-right: 10px;
}
.body-image-slider {
width: 100%;
}
.slider-and-text .section-container {
margin-top: -120px;
padding-top: 0;
}
.uplift-half {
margin-top: -75px
}
.half.uplift-half .inner-container {
width: 100%;
}
.pl-container {
max-width: 100%;
height: 50px;
margin-bottom: 30px;
overflow: hidden;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.partner-logo {
max-width: 100%;
height: auto;
max-height: 50px;
max-width: 150px
}
.date-day {
display: block;
}
.date-large {
font-size: 40px;
display: block;
line-height: 1.1em;
}
.event .meta {
min-width: 180px;
}
.event-time, .event-location {
display: block;
}
.event .date {
width: 10%;
}
.event .meta {
width: 30%;
}
.event .info {
width: 60%;
} @media only screen and (min-width:2100px) {
.banner {
height: 900px !important;
padding-bottom: 0 !important;
}
.blog-banner-image {
min-height: 925px;
}
.banner-cont {
max-height: 900px !important;
}
}
@media only screen and (min-width:1865px) and (max-width:2099px) {
.banner {
height: 800px !important;
padding-bottom: 0 !important;
}
.blog-banner-image {
min-height: 750px;
}
}
@media only screen and (min-width:1865px) {
.half-image {
min-height: 650px !important;
}
}
@media only screen and (min-width:1601px) {
.banner-cont {
max-height: 750px;
} .split-banner .image-container {
min-height: 700px;
}
}
@media only screen and (min-width:1200px) and (max-width:1600px) {
.split-banner .image-container {
min-height: 600px;
}
}
@media only screen and (min-width:1301px) {
.site-header:not(.active).navigation, .site-header:not(.header-active).navigation {
margin-top: 20px 
}
}
@media only screen and (min-width:1101px) and (max-width:1440px) {
.active.site-header .site-header-container, .header-active.site-header .site-header-container {
}
.active.site-header .site-logo, .header-active.site-header .site-logo {
}
.site-logo {
}
.site-header-container {
}
.site-logo, .site-logo img, .logo-dark {
max-width: 150px !important;
}
.site-header:not(.active).navigation, .site-header:not(.header-active).navigation {
margin-top: 20px 
}
.navigation ul li {
margin-left: 13px;
margin-right: 13px;
}
.navigation ul li a {
font-size: 16px;
}
.header-active.site-header .site-logo img {
max-width: 150px !important;
}
.container-space-top {
padding-top: 92px;
}
}
@media only screen and (min-width:1101px) and (max-width:1250px) {
.navigation ul li {
margin-left: 11px;
margin-right: 11px;
}
.navigation ul li a {
}
.active.site-header .site-logo img {
max-width: 130px !important;
}
.site-logo img, .logo-dark {
max-width: 130px !important;
}
}
@media only screen and (min-width:900px) and (max-width:1100px) {
.site-logo img, .logo-dark {
max-width: 140px !important;
}
}
@media only screen and (max-width:1100px) {
.navigation {
display:none;
}
.header-active.site-header {
height: 95px;
}
.header-active.site-header .site-logo {
left: 35px;
top: 35px;
}
.header-active.site-header .site-logo img {
max-width: 150px !important;
}
}
@media only screen and (max-width:1200px) {
.dashboard-main {
padding-top: 60px !important;
}
}
@media only screen and (max-width:1090px) {
.video-side.middle {
position: relative;
top: 0 !important;
transform: none !important;
}
}
@media only screen and (max-width:1068px) {
.newsletter-container #mc_embed_signup_scroll {
flex-wrap: wrap;	
}
.newsletter-container #mc_embed_signup_scroll h3 {
float: none;
display: block;
clear: both;
width: 100%;
text-align: left;
margin-bottom: 20px;
}
}
@media only screen and (min-width:1001px) and (max-width:1100px) {
.site-header-container {
}
.site-logo {
}
.navigation ul li a {
font-size: 14px !important;
padding: 21.5px 12px;
}
.navigation ul li .sub-menu a {
padding: 6px 12px !important;
}
}
@media only screen and (max-width:1014px) {
.sub-menu a {
padding: 10px 10px !important;
font-size: 14px !important; 
}
}
@media only screen and (min-width:901px) {
.video_with_text_side .text-container {
padding-top: 0;
padding-bottom: 0;
}
}
@media only screen and (min-width:901px) and (max-width:1200px) {
.info-box-text {
width: 100%;
position: relative;
bottom: auto;
right: -45px;
top: -45px;
}
}
@media only screen and (min-width:601px) and (max-width:900px) {
.info-boxes {
padding-right: 0;
}
.info-boxes > li {
width: 92%;
}
.info-box-image {
padding-bottom: 56.25%;
}
.info-box-text {
width: 100%;
position: relative;
bottom: auto;
right: -45px;
top: -45px;
}
}
@media only screen and (min-width:601px) and (max-width:900px) {
.video-wrapper {
padding-bottom: 80% !important;
max-width: 144%;
width: 144%;
margin-left: -30%;
}
}
@media only screen and (min-width:601px) {
body:not(.single) .icon-columns li {
width: 31%;
margin-right: 3.5%;
flex-grow: 1;
}
body:not(.single) .icon-columns li:nth-of-type(-n+3) {
margin-bottom: 50px
}
body:not(.single) .icon-columns li:nth-of-type(3n) {
margin-right: 0
}
.info-boxes > li:nth-last-of-type(-n+2) {
margin-bottom: 0;
}
}
@media only screen and (max-width:600px) {
.info-container {
padding: 30px;
}
.seamless-boxes .info-container {
padding: 30px 0;
}
h1::before {
left: -20px;
top: -10px;
width: 80px;
height: 61.8px;
}
h2::before {
left: -20px;
top: -10px;
}
.banner.section-banner {
height: 500px;
padding-bottom: 0 !important;
}
blockquote {
position: relative;
font-size: 16px;
margin-top: 40px;
margin-right: 0;
} .orange-filter {
background: rgba(240, 106, 111, 0.75);
}
.purple-filter {
background: rgba(38, 42, 81, 0.75);
}
.im-column-one, .im-column-two, .im-column-three {
width: 100%;
margin-right: 0;
margin-bottom: 4%;
}
.im-block.block-two {
width: 48%;
padding-bottom: 48%;
margin-right: 4%;
margin-bottom: 4%;
}
.im-block.block-three {
width: 48%;
padding-bottom: 48%;
margin-right: 0;
margin-bottom: 4%;
}
.im-block.block-four {
background-position: 50% 35%;
padding-bottom: 48%;
}
.video-wrapper {
padding-bottom: 130% !important;
max-width: 234%;
width: 234%;
margin-left: -49%;
}
.info-boxes {
padding-right: 0;
padding-bottom: 0;
}
.info-boxes > li {
width: 100%;
margin-right: 0;
}
.info-box-image {
padding-bottom: 80%;
width: 100%;
}
.info-box-text {
width: 100%;
position: relative;
bottom: auto;
right: 0;
top: 0;
}
.info-boxes > li:nth-last-of-type(-n+1) {
margin-bottom: 0;
}
}
@media only screen and (min-width:961px) and (max-width:1150px) {
.site-footer .email-container, .site-footer .submit-container {
width: 100% !important;
}
.site-footer .email-container input, .site-footer .submit-container input {
border-radius: 0 !important;
text-align: center !important;
}
}
@media only screen and (max-width:973px) {
.footer-signup-box h3 {
padding-top: 0 !important;
}
}
@media only screen and (min-width:961px) {
.cta-section .contact-text-container {
padding-left: 30px;
}
.gallery-ul li {
width: 23.5%;
margin-right: 2%;
margin-bottom: 2%;
}
.gallery-ul li:nth-of-type(4n) {
margin-right: 0;
}
.gallery-ul li:nth-last-of-type(-n+4) {
margin-bottom: 0;
}
.virtual-tour iframe {
height: 550px !important;
}  .blog-filters {
padding: 40px 20px 0 !important;
}
.empty-half {
min-height: 640px;
}
.image-container {
min-height: 700px;
}
.empty-half.image-container {
background: none !important;
min-height: 640px !important;
}
.body-image-slider .image-container {
min-height: 500px;
}
.half-image-slider .image-container {
min-height: 692px;
}
.acf-map {
min-height: 550px;
}
.ti-header {
position: absolute !important;
top: 0 !important;
right: 25px !important;
}
.reviews-container {
padding: 0 25px 25px;
}
.focus-box-text, .focus-box-image {
flex: 1;
}
.focus-box-text {
margin: 45px 0 45px -45px;
}
}
@media only screen and (min-width:601px) and (max-width:960px) {
.banner.section-banner {
height: 600px;
padding-bottom: 0 !important;
}
.gallery-ul {
margin: 15px 0 0 0;
}
.gallery-ul li {
width: 32%;
margin-right: 2%;
margin-bottom: 2%;
}
.gallery-ul li:nth-of-type(3n) {
margin-right: 0;
}
.gallery-ul li:nth-last-of-type(-n+3) {
margin-bottom: 0;
}
}
@media only screen and (max-width:600px) {
.gallery-ul {
margin: 15px 0 0 0;
}
.gallery-ul li {
width: 48.5%;
margin-right: 3%;
margin-bottom: 3%;
}
.gallery-ul li:nth-of-type(2n) {
margin-right: 0;
}
.gallery-ul li:nth-last-of-type(-n+2) {
margin-bottom: 0;
}
}
@media only screen and (max-width:960px) {
.map-section .third .padding {
padding: 30px 0 0 0 !important;
}
.testimonial .flex-container {
justify-content: left;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
padding: 16px 24px !important;
}
.three-column > li {
position: relative;
float: left;
width: 48.5%;
margin-right: 3%;
list-style: none;
transition: all 0.4s ease;
padding-bottom: 0;
}
.three-column > li:nth-child(2n) {
margin-right: 0;
}
three-column > li:nth-last-child(n+3) { 
margin-bottom: 3.5%;
}
.link-blocks, .info-boxes, .text-blocks, .team-section, .image-mosaic {
margin-top: 15px;
}
.focus-box-text, .focus-box-image, .focus-box-text:not(.forty) {
width: 100%;
}
.focus-box-image {
padding-bottom: 56.25%;
}
.focus-box-text {
margin: 0;
}
.image-bg .half:not(.empty-half) {
width: 100%;
}
.image-bg {
background: none !important;
}
.image-bg .full-container {
padding: 0;
gap: 0;
}
.image-bg .flex-container {
flex-direction: column-reverse;
}
.image-bg .empty-half { }
.image-bg .purple-filter {
background: rgb(48 77 61 / 100%);
}
.image-bg .orange-filter {
background: #d6a438;
}
.image-bg .right-gradient {
background: rgba(0, 0, 0, 0.35) !important;;
}
.image-bg .left-gradient {
background: rgba(0, 0, 0, 0.35) !important;;
}
.block-header .site-header-container {
padding: 15px 40px;
}
.section-container, .text-container {
padding: 40px;
}
.section-container.sc-extra-padding {
padding: 60px 35px;
}
.horse-description {
padding-top: 80px !important;
}
.ti-header {
display: none !important;
}
.reviews-container {
padding-bottom: 15px !important;
}
.button {
font-size: 13px;
padding: 14px 20px;
}
.newsletter-container .button {
font-size: 16px;
padding: 15px 20px;
}
.text-button {
font-size: 17px;
} .twothirds, .third {
width: 100% !important;
}
.sidebar-container {
overflow: hidden;
}
.main {
padding: 0 !important;
}
.blog-container, .content-container {
padding: 30px 30px 30px 30px;
}
.smalltitle, .bantitle {
font-size: 23px !important;
line-height: 26px !important;
}
.banner-overlay {
margin-top: 0;
width: 100%;
top: 20%;
transform: none;
-webkit-transform: none;
-ms-transform: none;
}
.site-header-container, .active.site-header .site-header-container {
padding: 20px 40px;
}
.site-footer-container {
padding: 40px;
}
.company-description {
font-size: 14px;
}
.contact-links a {
font-size: inherit;
}
.social-links {
margin-top: 30px;
}
.bo-container {
padding: 30px;
}
.single-post .post p img {
width: 100%;
height: auto;
display: block;
}
#responsive-menu a::before {
padding-right: 15px !important;
clear: none !important;
display: inline-block !important;
padding-top: 6px !important;
text-align: left !important;
}
.main {
padding: 0 !important;
}
.empty-half {
min-height: 500px;
}
.empty-half.image-container {
min-height: 500px !important;
border-radius: 0;
}
.cta-section .half {
width: 100%;
max-width: none !important;
}
.six-column > li {
width: 47%;
}
}
@media only screen and (min-width:931px) {
.formula-section h2 {
padding-top: 15px !important;
}
}
@media only screen and (min-width:911px) {
.sub-menu {
padding: 0 !important;
position: absolute;
display: block !important;
clear: both;
overflow:hidden;
transition: all 0.4s ease;
margin: 0 0 0 0 !important;
background-color: rgba(255, 255, 255, 1);
color: #fff !important;
float: none !important;
height:0 !important;
z-index: 11000;
transition: all 0.4s;
text-align: left !important;
width: auto;
max-width: 100%;
border-radius: 8px;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.sub-menu li {
text-align: left !important;
float: none !important;
display: block;
clear:both;
}
.sub-menu a:hover{
color: #F48876 !important;
}
.sub-menu a {
color: #262A51 !important;
margin: 0 auto !important;
font-weight: 400 !important;
padding: 6px 12px !important;
border-top: 0 !important;
}
.sub-menu a::after {
content: none !important;
}
.sub-menu:hover {
height: auto !important;
padding: 6px 0 !important;
}
}
@media only screen and (max-width:910px) {
.sub-menu {
border-left: 10px solid #F48876;
padding-left: 0;
}
.blog .post, .category .post, .author .post, .archive .post, .category .post {
width: 100% !important;
}
}
@media only screen and (min-width:901px) and (max-width:1200px) {
body:not(.single) .icon-columns h5 {
font-size: 11px;
letter-spacing: 2px;
}
}
@media only screen and (min-width:1101px) {
.active.site-header, .header-active.site-header {
position: fixed !important;
right: 0;
background: #304d3d;
transition: all 0.4s ease;
padding-top: 0 !important;
padding-bottom: 0 !important;
display: block;
margin: 0 auto;
left: 0;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.active.site-header .site-logo, .header-active.site-header .site-logo {
}
.active.site-header .site-logo img, .header-active.site-header .site-logo img {
max-width: 150px;
}
}
@media screen and (min-width:651px) and (max-width:900px) {
.logos-section.flex-container {
grid-column-gap: 20px;
column-gap: 20px;
gap: 20px;
}
.logos-section .ls-logo-container {
width: 18%;
}
.logos-section .ls-logo-container img {
max-height: 60px;
}
}
@media screen and (max-width:900px) {
.logos-section.flex-container {
grid-column-gap: 20px;
column-gap: 20px;
gap: 20px;
}
.video_with_text_side .flex-container {
flex-direction: column-reverse;
}
.video_with_text_side .text-container {
padding: 0;
}
.image-text-section.additional-icon-section .image-container {
margin-top: -105px;
z-index: 999;
}
.image-text-section.additional-icon-section .icon-inner-section {
padding-bottom: 75px;
}
.banner-spacing {
margin-bottom: 0;
}
.flex-container {
grid-column-gap: 40px;
column-gap: 40px;
gap: 40px;
}
.image-text-section .flex-container { padding: 40px !important;
grid-column-gap: 20px;
column-gap: 20px;
gap: 20px;
}
.image-text-section.slider-and-text .flex-container {
padding: 40px 0 !important;
}
.image-text-section.team-member .flex-container {
flex-direction: row-reverse !important;
}
.image-text-section .forty {
width: 90%;
}
.image-text-section .sixty {
width: 100%;
}
.video-container {
width: 100%;
float: left;
margin-right: 0;
}
.video-side {
margin-bottom: 45px;
width: 100%;
float: left;
}
.fcol {
width: 47% !important;
margin-right: 6% !important;
}
.fcol:last-of-type {
margin-bottom: 0;   
}
#footerleftcol, #footerrightcol {
clear: both;
float: left;
width: 100%;
padding-bottom: 30px;
}
.fcol:nth-child(2n) {
margin-right: 0 !important;
}
.bottom-footer {
padding-top: 40px;
}
.site-logo, .site-logo img, .logo-dark {
max-width: 150px;
}
}
@media screen and (min-width:501px) and (max-width:900px) {
.fcol:nth-of-type(-n+2) {
margin-bottom: 45px;
}
}
@media only screen and (min-width:851px) {
.book-left {
width: 28%;
float: left;
}
.book-content {
width: 68%;
float: right;
}
}
@media only screen and (max-width:850px) {
.book-left {
float: none !important;
display: block;
margin: 0 auto;
max-width: 240px !important;
clear: both;
padding: 0 0 20px 0;
}
}
@media only screen and (min-width:831px) and (max-width:1027px) {
.banner-title {
font-size: 45px !important;
}
.smaller-banner-title {
font-size: 40px !important;
}
}
@media only screen and (max-width:840px) {
.fcol {
width: 100% !important;
margin-bottom: 45px;
margin-right: 0 !important;
max-width: none !important;
}
.fcol:last-of-type {
margin-bottom: 0;   
}
.policy-menu {
float: none;
margin-top: 30px;
}
.copyright, .bf-container {
clear: both;
display: block;
position: relative;
width: 100%;
box-sizing: border-box;
float: none;
max-width: none;
line-height: 1.5em
}
.dpm {
display:block !important;
text-align: left !important;
float:none !important;
margin:0 auto;
position: relative;
width: 100%;
box-sizing: border-box;
padding-top: 20px;
}
}
@media only screen and (max-width:830px) {
.blog-filters li {
display: block;
padding-bottom: 10px;
}
}
@media only screen and (min-width:801px) {
.table-half {
width: 48%;
float: left;
}
.table-half.table-right {
float: right;
}
}
@media only screen and (min-width:801px) and (max-width:1200px) {
.two-images-section .image-half {
align-self: flex-start;
}
.two-images-section .image-half .section-img-large {
width: 80%;
}
.two-images-section .image-half .section-img-small {
width: 60%;
top: 80%;
}
}
@media only screen and (max-width:800px) {
.slider-and-text .section-container {
margin-top: -100px !important;
}
.image-text-section.slider-and-text .flex-container.section-container {
padding: 40px !important;
}
.slider-and-text .image-container {
min-height: 250px !important;
}
.overlap-top {
margin-top: 0px;
}
.uplift-half {
margin-top: 0 !important;
}
.uplift-half .inner-container {
padding-top: 20px;
width: 100%;
}
.event .nowrap {
flex-wrap: wrap !important;
}
.event .info, .event .meta, .event .date {
width: 100%;
}
.event .date {
text-align: left;
}
.title-text-section .flex-container {
grid-column-gap: 0;
column-gap: 0;
gap: 0;
}
.padding {
padding: 40px !important;
}
.image-right .half-image-slider {
margin: 0 0 0 40px;
}
.image-right .flex-container {
flex-direction: row-reverse;
}
.horse-description .text-container {
padding-left: 0;
padding-right: 0;
}
.horses-for-sale li .box-container {
padding: 35px 0 0;
}
.half {
width: 100%;
}
.map-section .inner-container {
padding: 30px 30px;
}
.d-image {
padding-bottom: calc(100% - 40px) !important;
width: calc(100% - 40px);
margin-right: 40px;
}
.overlap-section {
margin-bottom: 0;
}
.overlap-section .image-container {
margin-top: -40px;
}
.two-images-section {
padding: 0;
}
.two-images-section .flex-container {
flex-direction: column-reverse;
}
.two-images-section .image-half {
margin-top: 30px;
margin-bottom: 45px;
}
.image-right-padding {
padding: 0;
}
h5 {
font-size: 18px;
letter-spacing: 0;
}
.accordion-item .panel p {
font-size: 16px;
}
.testimonial {
padding: 40px;
}
.testimonial .inner-container.center {
text-align: left !important;
}
.testimonial-logo {
max-width: 120px;
margin: 0;
}
.testimonial-image {
width: 50px;
height: 50px;
}
.testimonial h6 {
font-size: 14px;
}
.testimonial .company-name {
font-size: 12px;
}
.right, .left {
width: 100%;
}
.left {
position: relative;
top: 0 !important;
display: block;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
}
@media only screen and (min-width:751px) {
.half-left .middle {
margin-right: 50%;
}
.result:nth-of-type(3n+1) {
clear:left;
}
}
@media only screen and (max-width:750px) {
.half-image {
float: none;
margin: 0 auto;
width: 100% !important;
display: block;
min-height: 350px !important; 
background-position-y: 38%;
}
.half-text {
width: 100% !important;
display: block;
max-width: 800px;
padding-bottom: 0px;
margin: 0 auto !important;
float:none !important;
overflow: hidden;
}
.half .middle {
position: relative !important;
top: 0 !important;
display: block;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
}
@media only screen and (max-width:736px) {
.video-banner {
background-position: 70% !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
.video-banner iframe {
}
}
@media only screen and (min-width:721px) {
.text-right {
position: absolute;
top: 50%;
display: inline-block;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding-right: 30px;
padding-left: 50px
}
}
@media only screen and (min-width:701px) and (max-width:900px) {
.image-links li {
padding-bottom: 35%;
}
.dashboard-boxes.image-links li {
padding-bottom: 30% !important;
}
}
@media only screen and (min-width:701px) {
.enquiry-text {
max-width: 64%;
}
.text-split .forty h2 {
margin-bottom: 0 !important;
}
}
@media only screen and (max-width:700px) {
.faq-boxes li {
width: 100%;
margin-right: 0;
margin-bottom: 30px;
}
.sixty, .forty {
width: 100%;
}
.text-split .forty, .text-split .sixty {
width: 100%;
}
.text-split .sixty .inner-container {
padding: 0;
}
#meet-the-team .three-column > li { 
width: 48.5% !important;
margin-right: 3% !important;
margin-bottom: 3% !important;
}
#meet-the-team .three-column > li:nth-child(2n) {
margin-right: 0 !important; 
}
#meet-the-team .three-column > li:nth-last-child(-n+2) {
margin-bottom: 0 !important; 
}
.enquiry-text {
margin-bottom: 20px !important;
display: block;
position: relative
}
.image-links li {
padding-bottom: 60%;
}
.image-links .dashboard-boxes li {
padding-bottom: 30% !important;
}
#meet-the-team.image-links .dashboard-boxes.three-column > li {
width: 31.3334% !important;
padding-bottom:31.3334% !important;
}
#meet-the-team.image-links .dashboard-boxes.three-column > li:nth-child(4) {
margin-right: 2% !important; 
}
#meet-the-team.image-links .dashboard-boxes.three-column > li:nth-child(5) {
margin-right: 0 !important; 
}
#meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(1), #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(2) {
width: 100% !important;
padding-bottom: 50% !important;
}
.four-column > li {
width: 48%;
margin-right: 4%;
margin-bottom: 4%;
}
.four-column > li:nth-child(2n) {
margin-right: 0;
}
.link-blocks li {
width: 48.5%;
margin-right: 3%;
margin-bottom: 3%;
padding-bottom: 60%;
}
.facilities .link-blocks li {
padding-bottom: 48.5%;
}
.link-blocks li:nth-of-type(2n) {
margin-right: 0;
}
.link-blocks li h6 {
font-size: 18px;
}
.facilities .link-blocks li h6 {
font-size: 14px;
}
.overlay-container {
left: 20px;
bottom: 20px;
right: 20px;
}
.blog-container, .content-container {
padding: 30px 30px !important;
}
}
@media only screen and (min-width:685px) {
.site-footer .email {
width: 300px;
}
.fname, .lname {
max-width: 190px;
}
}
@media only screen and (max-width:684px) {
.site-footer .footer-email-container {
margin-right: 2%;
width: 49%;
margin-bottom: 2%;
}
.site-footer .footer-email-container:nth-of-type(2n) {
margin-right: 0 !important;
}
.site-footer .footer-submit-container {
width: 49% !important;
}
.site-footer .footer-signup-submit {
width: 100%;
}
.site-footer .footer-signup-box h3 {
width: 100%;
text-align: center;
padding-top: 0 !important
}
.site-footer .site-footer #mc_embed_signup {
width: 100%;
max-width: 400px !important;
margin: 0 auto;
display: block;
float: none !important;
min-width: 280px !important
}
}
@media only screen and (min-width:651px) and (max-width:960px) {
.testimonial .testimonial-image {
width: 50%;
padding-bottom: 50%;
}
.icon-section li {
width: 48.5% !important;
margin-right: 3% !important;
}
.icon-section li:nth-of-type(3n) {
margin-right: 0 !important;
}
.icon-section li:first-of-type {
width: 100% !important;
margin-right: 0 !important;
margin-bottom: 70px !important;
padding-bottom: 25px !important;
}
}
@media only screen and (min-width:601px) and (max-width:1150px) {
.pricing-blocks.four-column > li {
width: 48%;
margin-right: 4%;
margin-bottom: 4%;
}
.pricing-blocks.four-column > li:nth-of-type(2n) {
margin-right: 0;
}
}
@media only screen and (min-width:961px) and (max-width:1150px) {
h1, .large-title {
font-size: 40px !important;
}
h2, .medium-title {
font-size: 35px !important;
}
h3, .small-title {
font-size: 30px !important;
}
h4 {
font-size: 28px !important;
}
}
@media only screen and (min-width:651px) and (max-width:960px) {
h1, .large-title {
font-size: 35px !important;
}
h2, .medium-title {
font-size: 30px !important;
}
h3, .small-title {
font-size: 28px !important;
}
h4 {
font-size: 26px !important;
}
}
@media only screen and (min-width:651px) and (max-width:768px) {
.extra-padding {
padding: 60px 30px
}
}
@media only screen and (max-width:767px) {
.newsletter-container .mc-field-group {
width: 100%;
display: block;
margin-bottom: 15px;
}
.newsletter-container .mc-field-group input[type=text], .newsletter-container .mc-field-group input[type=email] {
width: 100%;
}
}
@media screen and (max-width:650px){
.vertical-padding {
padding: 60px 0;
}
.banner-overlay {
}
.four-column > li {
width: 100%;
margin-right: 0;
margin-bottom: 30px;
}
.plain-blocks li:not(.event) i {
font-size: 35px;
}
.logos-section.flex-container {
grid-column-gap: 20px;
column-gap: 20px;
gap: 20px;
}
.logos-section .ls-logo-container {
width: 28%;
}
.logos-section .ls-logo-container img {
max-height: 50px;
}
.logo-vector {
max-width: 150px;
}
.lv-left {
left: -15%;
}
.lv-right {
right: -15%;
}
.empty-half.image-container {
min-height: 300px !important;
}
.two-column > li {
width: 100%;
margin-right: 0;
list-style: none;
transition: all 0.4s ease;
padding-bottom: 0;
}
.three-column > li {
width: 100%;
margin-right: 0;
margin-bottom: 30px !important;
}
.three-column > li:last-child {
margin-bottom: 0 !important;
}
.ci-email {
font-size: 14px;
}
.focus-box-image {
padding-bottom: 80%;
}
h1, .large-title {
font-size: 26px !important;
}
.large-title.price {
font-size: 40px !important;
}
h2, .medium-title {
font-size: 26px !important;
}
.largest-title {
font-size: 38px !important;
letter-spacing: -1px !important;
text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff;
}
h3, .small-title {
font-size: 23px !important;
margin-bottom: 20px;
}
h4 {
font-size: 19px !important;
}
.icon-section li {
margin-bottom: 70px !important;
padding-bottom: 25px !important;
width: 100% !important;
margin-right: 0 !important;
}
.icon-section li:last-of-type {
margin-bottom: 0 !important;
}
.accordion-title {
padding: 20px 35px 20px 20px !important;
font-size: 14px !important;
}
.narrow-container {
width: 100% !important;
}
.extra-padding {
padding: 50px 25px !important;
}
.padding-vertical {
padding: 45px 0 !important;
}
}
@media only screen and (min-width:621px) and (max-width:830px) {
.banner-title {
font-size: 45px;
padding-bottom: 0;
}
.smaller-banner-title {
font-size: 40px;
}
.banner-text {
font-size: 16px;
}
}
@media only screen and (max-width:620px) {
.banner-title {
font-size: 32px;
padding-bottom: 0;
}
.smaller-banner-title {
font-size: 28px;
}
.banner-text {
font-size: 14px;
display: block;
line-height: 1.4em;
margin-top: 5px;
margin-bottom: 1.5em !important;
}
.banner-scroll {
padding-bottom: 5px !important;
}
}
@media only screen and (min-width:1021px) {
.five-column li:nth-of-type(5n) { 
margin-right: 0;
}
}
@media only screen and (min-width:601px) and (max-width:1021px) {
.five-column li {
width: 32%;
margin-bottom:30px;
}
.five-column li:nth-of-type(3n) { 
margin-right: 0;
}
}
@media only screen and (min-width:601px) and (max-width:960px) {
.sidelink {
width: 49%;
float: left;
margin-right: 2%;
}
.sidelink:nth-of-type(2n) {
margin-right: 0 !important
}
.sidelink:nth-of-type(2n+1) {
clear: left;
}
}
@media only screen and (max-width:600px) {
.formula-section input {
max-width: none !important;
width: 100% !important;
}
#fc3, #fc4 {
width: 100% !important;
margin-right: 0 !important;
}
#footerrightcol {
padding-bottom: 0 !important;
}
.single-events .single-custom-post-image {
overflow: hidden;
height: 0;
padding-bottom: 65%;
margin-bottom: 15px;
}
.single-events .single-custom-post-image img {
width: 100% !important;
clear: both;
padding-right: 0 !important;
position: relative;
max-width: none !important
}
.threecol-ul li {
width: 100% !important;
padding: 0 !important;
max-width: 400px;
margin: 0 auto !important;
float: none !important;
}
.tc-img {
margin-bottom: 10px !important;
}
.tcoverlay {
bottom:20px !important;
}
.single ol {
padding: 0 30px !important;
}
.threecol-ul-home li {
width: 100% !important;
padding: 0 !important;
max-width: 400px;
margin: 0 auto !important;
float: none;
}
.breadcrumbs {
font-size: 13px;
}
.wpcf7 input, .wpcf7 textarea, wpcf7 select {
font-size: 14px !important;
}
.wpcf7-submit {
margin-top: 10px !important;
}
body {
font-size: 17px;
}
.race-title {
font-size: 15px;
}
.small-spaced {
font-size: 21px !important;
}
blockquote p {
font-size: 16px !important;
}
.five-column li {
width: 48%;
margin-right:4%;
margin-bottom: 30px
}
.five-column li:nth-of-type(2n) { 
margin-right: 0;
}
.page-template-template-optin .bo-container {
text-align: right;
padding-right: 20px;
}
.subtle-overlay {
background: rgba(50, 50, 50, 0.75) !important;
}
}
@media only screen and (min-width:512px) {
.social-links {
max-width: 210px !important;
}
.social-links li:nth-child(4n) {
margin-right: 0;
}
}
@media only screen and (min-width:511px) {
.single .banner-image {
min-height: 450px;
max-height: 750px;
}
}
@media only screen and (max-width:510px) {
#meet-the-team.image-links .dashboard-boxes.three-column > li {
width: 100% !important;
background-size: cover !important;
}
#meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(1), #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(2) {
padding-bottom: 80% !important;
}
#meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(3), #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(4), #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(5) {
padding-bottom: 50% !important;
}
.spaced-uppercase {
font-size: 13px !important;
}
.single .banner-image {
height: 0;
padding-bottom: 100%;
}
.single .banner-image img {
width: 250%;
margin-left: -50%
}
.post-overlay {
opacity: 0;
}
.intro p {
text-align: left !important;
}
.banner-title {
font-size: 25px !important;
letter-spacing: 0;
margin-bottom: 15px
}
.smaller-banner-title {
font-size: 28px !important;
}
#home-banner {
background-position: 25% 50%;
}
#about-banner {
background-position: 67% 50%;
}
.banner-scroll {
display: none;
}
}
@media only screen and (min-width:501px) and (max-width:754px) {
h1, .single-events h1 {
font-size: 23px;
}
.single h1 {
font-size: 30px !important;
}
.single h3 {
font-size: 18px !important;
}
}
@media only screen and (min-width:501px) and (max-width:750px) {
.result {
width: 48% !important;
margin-right:4% !important;
margin-bottom: 4% !important;
}
.result:nth-of-type(3n) {
margin-right: 4% !important;
}
.result:nth-of-type(2n) {
margin-right: 0 !important;
}
}
@media only screen and (max-width:500px) {
.link-blocks li {
width: 100% !important;
margin-right: 0 !important;
margin-bottom: 30px !important;
padding-bottom: 100% !important;
}
.link-blocks li h6 {
font-size: 18px;
}
.result, .other-event {
width: 100%;
margin-right: 0%;
margin-bottom: 30px;
}
.single .category-link {
font-size: 12px;
margin-bottom: 7px;
display: inline-block;
}
.single .date {
font-size: 14px !important;
display: block;
margin-top: 7px;
}
.team-float, .single-custom-post-image img {
width: 100%;
padding-right: 0 !important;
padding-bottom: 20px !important;
} .site-logo {
}
.single-info .date {
padding-left: 10px;
margin-left: 10px;
}
.single-info .float-right {
float: left !important;
padding-top: 10px;
clear:both;
font-size: 13px;
}
.half-image {
min-height: 200px !important;
background-size: 100% auto !important;
-webkit-background-size: 100% auto !important;
-moz-background-size: 100% auto !important;
}
}
@media screen and (max-width:460px) {
.bf-container {
text-align: center !important;
padding-top: 10px;
padding-bottom: 15px;
float: none !important;
margin: 0 auto;
width: 100%;
}
.footer-logo {
float:none !important;
display:block;
max-width: 120px !important;
}
.booking-link {
max-width: 120px;
padding-top: 30px;
}
}
@media only screen and (max-width:472px) {
.share-links {
margin-left: -10px;
margin-top: 15px;
}
}
@media only screen and (max-width:450px) {
.al-img {
max-width: 250px !important;
padding-right: 3% !important;
width: 47% !important;
}
#affiliate-cont {
padding: 15px 10px 5px 15px !important;
}
#al-last {
margin: 0 auto !important;
float: none !important;
display: block;
}
input.wpcf7-form-control.wpcf7-submit {
background: #F48876 !important;
color: #fff !important;
}
.formula-section input.wpcf7-form-control.wpcf7-submit {
background: #000 !important;
color: #fff !important;
margin: 0 !important;
border-width: 0 !important;
}
.tcoverlay {
font-size: 20px !important;
}
.fifth {
margin-right: 0;
width: 100% !important;
margin-bottom: 20px !important
}
.topleft, .topright, .bottomleft, .bottomright {
width: 100%;
margin-right: 0;
}
}
@media only screen and (max-width:420px) {
.site-footer .footer-email-container {
margin-right: 0 !important;
width: 100% !important;
margin-bottom: 7px !important
}
.site-footer .footer-submit-container {
width: 100% !important;
}
}
@media only screen and (max-width:400px) { .site-logo img {
max-width: 100px !important;
}
}
@media only screen and (max-width:736px) {
.banner {
height: 600px;
}
.flex-direction-nav {
display: none;
}
.six-column > li {
width: 100%;
}
}
@media only screen and (max-width:340px) {
.signup-submit, .footer-signup-submit {
padding: 13px 10px !important;
font-size: 11px !important;
letter-spacing: 1.5px !important;
}
.spaced-uppercase {
font-size: 11px !important;
}
.banner-title {
font-size: 25px !important;
letter-spacing: 0;
}
.smaller-banner-title {
font-size: 25px !important;
}
.largest-title {
font-size: 40px !important;
}
}
.blog .post:hover .post-image, .archive .post:hover .post-image, .author .post:hover .post-image {
opacity: 0.7;
}
.blog .post-image {
max-height: 350px;
overflow: hidden;
padding-bottom: 56.25%;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
transition: all 0.4s ease;
}
.team-float, .single-custom-post-image img {
float: left;
padding-bottom: 15px;
padding-right: 30px;
width: 50%;
max-width: 440px;
height: auto;
}
.custom-post-image {
transition: all 0.4s ease;
} .other-event a:hover .custom-post-image {
opacity: 0.7 !important;
}
@media only screen and (max-width:600px) {
.single-events .single-custom-post-image {
overflow: hidden;
height: 0;
padding-bottom: 65%;
margin-bottom: 15px;
}
.single-events .single-custom-post-image img {
width: 100% !important;
clear: both;
padding-right: 0 !important;
position: relative;
max-width: none !important
}
}
@media only screen and (max-width:500px) {
.team-float, .single-custom-post-image img {
width: 100%;
padding-right: 0 !important;
padding-bottom: 20px !important;
}
}