@import url("https://fonts.googleapis.com/css2?family=Koulen&family=Lato:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.place-card {
display: none;
}
a:hover {
text-decoration: underline;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}  @-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
} .container {
margin-left: auto;
margin-right: auto;
padding: 0rem 1rem;
width: 100%;
}
@media (min-width: 768px) {
.container {
max-width: 100%;
padding: 0rem 4rem;
}
}
@media (min-width: 768px) {
.container.slim {
width: 50%;
}
}
body {
font-family: "Lato", sans-serif !important;
color: #646464;
font-weight: 300;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 1rem;
line-height: 1.6;
overflow-x: hidden;
background: #ffffff;
max-height: 100%;
}
section {
width: 100%;
float: left;
padding: 3rem 0rem 3rem 0rem;
scroll-margin: 7vh;
}
@media (min-width: 1200px) {
section {
padding: 5rem 0rem 5rem 0rem;
}
}
section.lightbrown {
background: #FFF7F2;
}
ul.ticks {
list-style: none !important;
padding-top: 1.2rem;
width: 100%;
display: inline-block;
}
ul.ticks li {
list-style: none !important;
}
ul.ticks li:before {
font-family: "FontAwesome";
content: "\f00c";
margin: 0 10px 0 -15px;
color: #82c91e;
}
ul.ticks.big {
font-size: 1.4rem;
}
ul.ticks.split {
-webkit-columns: 1;
-moz-columns: 1;
columns: 1;
}
@media (min-width: 1200px) {
ul.ticks.split {
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
}
}
.np {
padding: 0rem;
}
.np-top {
padding-top: 0px;
}
.np-bottom {
padding-bottom: 0px;
}
.np-left {
padding-left: 0px;
}
.np-right {
padding-right: 0px;
}
.ptb {
padding: 3rem 0;
}
.nm-left {
margin-left: 0 !important;
}
.pt {
padding-top: 3rem;
}
.txt-left {
text-align: left;
}
.txt-right {
text-align: right;
}
.txt-center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.flex-start-center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-items: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.contain-image img {
-o-object-fit: contain;
object-fit: contain;
width: 100%;
height: 100%;
}
.txt-white {
color: #ffffff !important;
}
.txt-justify {
text-align: justify;
}
.hide-mobile {
display: none;
}
a.button,
button.button,
input.button,
.button,
span.button {
border: none;
margin: 0;
padding: 0;
overflow: visible;
background: transparent; color: inherit;
font: inherit; line-height: normal; -webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit; -webkit-appearance: none;
display: inline-block;
color: #ffffff !important;
font-size: 1.1rem;
text-align: center;
padding: 10px 25px !important;
text-transform: uppercase !important;
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
font-weight: 600;
background: #B6A292;
border-radius: 0px;
-webkit-box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
}
a.button span,
button.button span,
input.button span,
.button span,
span.button span {
font-weight: 600;
}
a.button i,
button.button i,
input.button i,
.button i,
span.button i {
color: #ffffff;
}
a.button:hover,
button.button:hover,
input.button:hover,
.button:hover,
span.button:hover {
-webkit-animation: none;
animation: none;
background: #4b4b4b !important;
text-decoration: none;
cursor: pointer !important;
}
a.button.hollow,
button.button.hollow,
input.button.hollow,
.button.hollow,
span.button.hollow {
background: none;
color: #646464 !important;
border: #646464 2px solid;
}
a.button.hollow:hover,
button.button.hollow:hover,
input.button.hollow:hover,
.button.hollow:hover,
span.button.hollow:hover {
color: #ffffff !important;
border: #786250 2px solid !important;
}
a.button.large,
button.button.large,
input.button.large,
.button.large,
span.button.large {
font-size: 2.2rem;
padding: 1rem 2rem 1rem 2rem !important;
}
@media (max-width: 640px) {
a.button,
button.button,
input.button,
.button,
span.button {
margin-bottom: 10px;
}
}
a.button.orange,
button.button.orange,
input.button.orange,
.button.orange,
span.button.orange {
background: #FF7F00;
color: #ffffff;
}
.row {
position: relative;
width: 100%;
}
@media (min-width: 768px) {
.row {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
}
.row [class^=col] {
float: left;
margin: 0.5rem 2%;
min-height: 0.125rem;
}
.row::after {
content: "";
display: table;
clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
width: 96%;
height: 100%;
}
@media (min-width: 768px) {
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
height: unset;
}
.col-1.flex,
.col-2.flex,
.col-3.flex,
.col-4.flex,
.col-5.flex,
.col-6.flex,
.col-7.flex,
.col-8.flex,
.col-9.flex,
.col-10.flex,
.col-11.flex,
.col-12.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.col-1-sm {
width: 4.3333333333%;
}
.col-2-sm {
width: 12.6666666667%;
}
.col-3-sm {
width: 21%;
}
.col-4-sm {
width: 29.3333333333%;
}
.col-5-sm {
width: 37.6666666667%;
}
.col-6-sm {
width: 46%;
}
.col-7-sm {
width: 54.3333333333%;
}
.col-8-sm {
width: 62.6666666667%;
}
.col-9-sm {
width: 71%;
}
.col-10-sm {
width: 79.3333333333%;
}
.col-11-sm {
width: 87.6666666667%;
}
.col-12-sm {
width: 96%;
}
@media only screen and (min-width: 45em) {
.col-1 {
width: 4.3333333333%;
}
.col-2 {
width: 12.6666666667%;
}
.col-3 {
width: 21%;
}
.col-4 {
width: 29.3333333333%;
}
.col-5 {
width: 37.6666666667%;
}
.col-6 {
width: 46%;
}
.col-7 {
width: 54.3333333333%;
}
.col-8 {
width: 62.6666666667%;
}
.col-9 {
width: 71%;
}
.col-10 {
width: 79.3333333333%;
}
.col-11 {
width: 87.6666666667%;
}
.col-12 {
width: 96%;
}
.hidden-sm {
display: block;
}
}
.aligncenter, .alignleft, .alignright {
display: block;
padding: 0;
}
.aligncenter {
float: none;
margin: 0.5em auto 1em;
}
.alignright {
float: right;
margin: 0.5em 0 1em 1em;
}
.alignleft {
float: left;
margin: 0.5em 1em 1em 0;
}
.wp-caption {
padding: 5px 0;
border: 1px solid #555;
background: #444;
text-align: center;
}
.wp-caption img {
display: inline;
}
.wp-caption p.wp-caption-text {
margin: 5px 0 0;
padding: 0;
text-align: center;
font-size: 75%;
font-weight: 100;
font-style: italic;
color: #ddd;
}
.cc-window {
opacity: 1;
-webkit-transition: opacity 1s ease;
transition: opacity 1s ease;
}
.cc-window.cc-invisible {
opacity: 0;
}
.cc-animate.cc-revoke {
-webkit-transition: -webkit-transform 1s ease;
transition: -webkit-transform 1s ease;
transition: transform 1s ease;
transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
-webkit-transform: translateY(-2em);
transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
-webkit-transform: translateY(2em);
transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.cc-grower {
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 1s;
transition: max-height 1s;
}
.cc-link, .cc-revoke:hover {
text-decoration: underline;
}
.cc-revoke, .cc-window {
position: fixed;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: Helvetica, Calibri, Arial, sans-serif;
font-size: 16px;
line-height: 1.5em;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
z-index: 9999;
}
.cc-window.cc-static {
position: static;
}
.cc-window.cc-floating {
padding: 2em;
max-width: 24em;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.cc-window.cc-banner {
padding: 1em 1.8em;
width: 100%;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
}
.cc-revoke {
padding: 0.5em;
}
.cc-header {
font-size: 18px;
font-weight: 700;
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
cursor: pointer;
}
.cc-link {
opacity: 0.8;
display: inline-block;
padding: 0.2em;
}
.cc-link:hover {
opacity: 1;
}
.cc-link:active, .cc-link:visited {
color: initial;
}
.cc-btn {
display: block;
padding: 0.4em 0.8em;
font-size: 0.9em;
font-weight: 700;
border-width: 2px;
border-style: solid;
text-align: center;
white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
background-color: transparent;
border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
background-color: transparent;
text-decoration: underline;
}
.cc-close {
display: block;
position: absolute;
top: 0.5em;
right: 0.5em;
font-size: 1.6em;
opacity: 0.9;
line-height: 0.75;
}
.cc-close:focus, .cc-close:hover {
opacity: 1;
}
.cc-revoke.cc-top {
top: 0;
left: 3em;
border-bottom-left-radius: 0.5em;
border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
bottom: 0;
left: 3em;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
left: 3em;
right: unset;
}
.cc-revoke.cc-right {
right: 3em;
left: unset;
}
.cc-top {
top: 1em;
}
.cc-left {
left: 1em;
}
.cc-right {
right: 1em;
}
.cc-bottom {
bottom: 1em;
}
.cc-floating > .cc-link {
margin-bottom: 1em;
}
.cc-floating .cc-message {
display: block;
margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cc-window.cc-banner {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.cc-banner.cc-top {
left: 0;
right: 0;
top: 0;
}
.cc-banner.cc-bottom {
left: 0;
right: 0;
bottom: 0;
}
.cc-banner .cc-message {
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cc-compliance {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-line-pack: justify;
align-content: space-between;
}
.cc-compliance > .cc-btn {
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cc-btn + .cc-btn {
margin-left: 0.5em;
}
@media print {
.cc-revoke, .cc-window {
display: none;
}
}
@media screen and (max-width: 900px) {
.cc-btn {
white-space: normal;
}
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
.cc-window.cc-top {
top: 0;
}
.cc-window.cc-bottom {
bottom: 0;
}
.cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
left: 0;
right: 0;
}
.cc-window.cc-banner {
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}
.cc-window.cc-banner .cc-compliance {
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cc-window.cc-floating {
max-width: none;
}
.cc-window .cc-message {
margin-bottom: 1em;
}
.cc-window.cc-banner {
-ms-flex-align: unset;
-webkit-box-align: unset;
align-items: unset;
}
}
.cc-floating.cc-theme-classic {
padding: 1.2em;
border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
text-align: center;
display: inline;
-ms-flex: none;
-webkit-box-flex: 0;
flex: none;
}
.cc-theme-classic .cc-btn {
border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
display: inline-block;
}
.cc-theme-edgeless.cc-window {
padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
margin: 0;
padding: 0.8em 1.8em;
height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
margin-left: 0;
} .slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: "";
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.slick-slide div {
width: 100%;
float: left;
}
[dir=rtl] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
#menu {
display: none;
}
.slideout-menu {
position: fixed;
top: 0;
bottom: 0;
left: auto;
width: 300px;
min-height: 100vh;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
z-index: 0;
background: #B6A292; padding: 4.375rem 2.1875rem !important;
font-size: 0.9375rem; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2cbde4", endColorstr="#1e9cbd",GradientType=1 ); overflow-y: scroll;
-webkit-overflow-scrolling: touch;
display: none;
padding: 1.875rem 1.25rem;
-webkit-box-shadow: inset 10px 0px 29px -21px rgba(0, 0, 0, 0.8);
box-shadow: inset 10px 0px 29px -21px rgba(0, 0, 0, 0.8);
}
.slideout-menu h2 {
width: 100%;
float: left;
font-size: 1.5625em; color: #ffffff;
font-weight: bold;
padding-bottom: 0.625rem;
border-bottom: #ffffff 0.125rem solid;
margin-bottom: 0.625rem;
}
.slideout-menu ul {
width: 100%;
float: left;
list-style: none;
}
.slideout-menu ul li {
width: 100%;
float: left;
line-height: 3rem;
font-weight: bold;
}
.slideout-menu ul li a {
color: #ffffff;
font-size: 1.8em; width: 100%;
line-height: 2.3rem;
float: left;
text-transform: uppercase;
font-family: "Koulen", cursive;
}
.slideout-menu ul li ul {
padding-left: 1.25rem;
}
.slideout-menu ul li ul li {
font-weight: normal;
padding-bottom: 10px;
}
.slideout-menu-left {
left: 0;
}
.slideout-menu-right {
right: 0;
}
.slideout-panel {
position: relative;
z-index: 1;
will-change: transform;
background-color: #ffffff;
min-height: 100vh;
float: left;
width: 100%;
border: 0px;
top: 0px;
}
@media (min-width: 768px) {
.slideout-panel {
top: 0px;
}
}
.slideout-open .slideout-menu {
display: block;
}
.lb-loader, .lightbox {
text-align: center;
line-height: 0;
position: absolute;
left: 0;
}
body.lb-disable-scrolling {
overflow: hidden;
}
.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: #000;
filter: alpha(Opacity=80);
opacity: 0.8;
display: none;
}
.lightbox {
width: 100%;
z-index: 10000;
font-weight: 400;
outline: 0;
}
.lightbox .lb-image {
display: block;
height: auto;
max-width: inherit;
max-height: none;
border-radius: 3px;
border: 4px solid #fff;
}
.lightbox a img {
border: none;
}
.lb-outerContainer {
position: relative;
width: 250px;
height: 250px;
margin: 0 auto;
border-radius: 4px;
background-color: #fff;
}
.lb-outerContainer:after {
content: "";
display: table;
clear: both;
}
.lb-loader {
top: 43%;
height: 25%;
width: 100%;
}
.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(https://www.clean-hearing.co.uk/wp-content/themes/CleanHearing/assets/images/loading.gif) no-repeat;
}
.lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
.lb-container > .nav {
left: 0;
}
.lb-nav a {
outline: 0;
background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next, .lb-prev {
height: 100%;
cursor: pointer;
display: block;
}
.lb-nav a.lb-prev {
width: 34%;
left: 0;
float: left;
background: url(https://www.clean-hearing.co.uk/wp-content/themes/CleanHearing/assets/images/prev.png) left 48% no-repeat;
filter: alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
filter: alpha(Opacity=100);
opacity: 1;
}
.lb-nav a.lb-next {
width: 64%;
right: 0;
float: right;
background: url(https://www.clean-hearing.co.uk/wp-content/themes/CleanHearing/assets/images/next.png) right 48% no-repeat;
filter: alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
filter: alpha(Opacity=100);
opacity: 1;
}
.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
width: 100%;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
content: "";
display: table;
clear: both;
}
.lb-data {
padding: 0 4px;
color: #ccc;
}
.lb-data .lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1em;
}
.lb-data .lb-caption {
font-size: 13px;
font-weight: 700;
line-height: 1em;
}
.lb-data .lb-caption a {
color: #4ae;
}
.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999;
}
.lb-data .lb-close {
display: block;
float: right;
width: 30px;
height: 30px;
background: url(https://www.clean-hearing.co.uk/wp-content/themes/CleanHearing/assets/images/close.png) top right no-repeat;
text-align: right;
outline: 0;
filter: alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
cursor: pointer;
filter: alpha(Opacity=100);
opacity: 1;
}
.grecaptcha-badge {
z-index: 1000;
bottom: 100px !important;
}
#wpadminbar {
display: none;
}
.button-wrap {
width: 100%;
float: left;
}
.top-gap {
width: 100%;
height: 150px;
float: left;
background: #ffffff;
}
body {
color: #646464;
background: #ffffff;
letter-spacing: 0.4px;
}
header.main {
width: 100%;
float: left;
position: fixed;
z-index: 1000;
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(7.7px);
-webkit-backdrop-filter: blur(7.7px);
}
header.main .container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 2fr;
grid-template-columns: 1fr 2fr;
}
@media (min-width: 768px) {
header.main .container {
-ms-grid-columns: 150px 4fr;
grid-template-columns: 150px 4fr;
}
}
header.main .container .header-left a.logo {
width: 100%;
}
header.main .container .header-left a.logo img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
header.main .container .header-right {
text-align: right;
padding: 1rem 0px;
}
@media (max-width: 640px) {
header.main .container .header-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
header.main .container #navigation {
padding-top: 10px;
}
header.main .container .hri-mobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (min-width: 768px) {
header.main .container .hri-mobile {
display: none;
}
}
header.main .container .hri-mobile .mobile-call-button {
margin-bottom: 0;
height: 55px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #646464;
}
header.main .container .hri-mobile .mobile-call-button i {
color: #ffffff;
font-size: 2rem;
}
header.main .container .hri-mobile .mobile-call-button:hover i {
background: #B6A292;
}
header.main .container .header-call-button {
display: none;
color: #646464;
font-size: 2rem;
font-weight: 800;
}
@media (min-width: 768px) {
header.main .container .header-call-button {
display: inline-block;
}
}
header.main .container .header-call-button span {
color: #B6A292;
}
header.main .container .header-call-button:hover {
color: #B6A292;
text-decoration: none;
}
header.main .container .header-call-button:hover span {
color: #646464;
}
header.main .container .mobile-menu-button {
text-align: right;
margin-left: 10px;
}
header.main .container .mobile-menu-button button {
min-width: 65px;
width: 65px;
max-width: 65px;
min-height: 55px;
height: 55px;
max-height: 55px;
font-size: 30px;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #B6A292;
border: 0px;
margin: 0px !important;
padding: 0px !important;
color: #ffffff;
-webkit-box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
}
header.main .container .mobile-menu-button button:hover {
background-color: #646464;
text-decoration: none;
color: #ffffff;
}
.hero {
background: #ffffff;
}
.hero .hero-slide {
width: 100%;
height: 500px;
position: relative;
z-index: 1;
}
@media (min-width: 768px) {
.hero .hero-slide {
height: 750px;
}
}
.hero .hero-slide .hero-fade {
width: 100%;
height: 100%;
position: absolute;
z-index: 3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 100px 1rem 3rem 1rem;
}
@media (min-width: 768px) {
.hero .hero-slide .hero-fade {
padding: 100px 3rem 3rem 3rem;
}
}
.hero .hero-slide .hero-fade h1, .hero .hero-slide .hero-fade p.subtitle {
color: #ffffff;
text-transform: uppercase;
font-size: 4rem;
line-height: 4.5rem;
font-weight: 700;
font-family: "Koulen", cursive;
text-shadow: 1px 1px 2px rgba(8, 8, 8, 0.22);
}
@media (min-width: 768px) {
.hero .hero-slide .hero-fade h1, .hero .hero-slide .hero-fade p.subtitle {
font-size: 6rem;
line-height: 6.5rem;
}
}
.hero .hero-slide img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
z-index: 2;
opacity: 0.8;
}
.hero.page-hero .hero-slide {
height: 550px;
}
.section-title {
width: 100%;
float: left;
font-size: 3rem;
line-height: 3.5rem;
padding-bottom: 1rem;
font-family: "Koulen", cursive;
color: #646464;
text-shadow: 1px 1px 2px rgba(95, 95, 95, 0.22);
}
.section-title strong, .section-title span, .section-title b {
font-weight: bold;
color: #B6A292;
}
.section-title.white {
color: #ffffff;
}
.section-title.small {
font-size: 2rem;
line-height: 2.5rem;
}
.section-title.bold {
font-weight: bold;
}
.split-section {
padding-top: 0;
padding-bottom: 0;
text-align: left;
}
.split-section .ss-content {
padding: 3rem 1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 768px) {
.split-section .ss-content {
padding: 5rem 4rem;
min-height: 500px;
}
}
.split-section .ss-content.whychooseus {
background: #B6A292;
}
.split-section .ss-section-form {
background: #000000;
padding: 3rem 1rem;
float: left;
}
@media (min-width: 768px) {
.split-section .ss-section-form {
padding: 5rem 4rem;
min-height: 500px;
position: relative;
z-index: 10001;
top: -100px;
height: calc(100% + 100px);
}
}
.split-section.has-image {
display: -ms-grid;
display: grid;
-ms-grid-columns: 100%;
grid-template-columns: 100%;
text-align: left;
}
@media (min-width: 768px) {
.split-section.has-image {
-ms-grid-columns: minmax(50%, -webkit-min-content) calc(100vw - 50% - 1rem);
-ms-grid-columns: minmax(50%, min-content) calc(100vw - 50% - 1rem);
grid-template-columns: minmax(50%, -webkit-min-content) calc(100vw - 50% - 1rem);
grid-template-columns: minmax(50%, min-content) calc(100vw - 50% - 1rem);
}
}
.split-section.has-image .ss-content {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media (min-width: 768px) {
.split-section.has-image .ss-content {
padding: 5rem;
}
}
.split-section.contained {
padding: 3rem 0;
}
.split-section.contained .container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 100%;
grid-template-columns: 100%;
text-align: left;
}
@media (min-width: 768px) {
.split-section.contained .container {
-ms-grid-columns: minmax(50%, 1fr) minmax(50%, 1fr);
grid-template-columns: minmax(50%, 1fr) minmax(50%, 1fr);
}
}
.split-section.contained .container .ss-content {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media (min-width: 768px) {
.split-section.contained .container .ss-content {
padding: 5rem;
}
}
@media (min-width: 768px) {
.split-section.contained.no-image .container {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
.wcu-ctas {
width: 100%;
float: left;
display: -ms-grid;
display: grid;
grid-column-gap: 2rem;
-ms-grid-columns: 70px 2rem 1fr 2rem 40px;
grid-template-columns: 70px 1fr 40px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 2rem;
}
.wcu-ctas .section-title {
font-size: 1.5rem;
line-height: 2rem;
padding-bottom: 0;
color: #ffffff;
font-weight: bold;
}
.wcu-ctas .wcu-icon img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.wcu-ctas a.next-arrow {
color: #ffffff;
font-size: 3rem;
text-align: right;
}
.split-section-gallery {
width: 100%;
height: 100%;
float: left;
}
.split-section-gallery .split-section-gallery-slider {
width: 100%;
float: left;
position: relative;
height: 100%;
}
.split-section-gallery .split-section-gallery-slider a {
float: left;
width: 100%;
overflow: hidden;
min-height: 300px;
height: 300px;
}
@media (min-width: 768px) {
.split-section-gallery .split-section-gallery-slider a {
min-height: 500px;
height: 500px;
}
}
.split-section-gallery .split-section-gallery-slider a img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.split-section-gallery .split-section-gallery-slider .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
float: left;
margin: 0;
bottom: 1rem;
padding: 20px 0px 0px 0px;
list-style-type: none;
position: absolute;
}
.split-section-gallery .split-section-gallery-slider .slick-dots li {
margin: 0 0.25rem;
}
.split-section-gallery .split-section-gallery-slider .slick-dots button {
display: block;
width: 1rem;
height: 1rem;
padding: 0;
background: none;
border: none;
border-radius: 100%;
border: #ffffff 2px solid;
text-indent: -9999px;
}
.split-section-gallery .split-section-gallery-slider .slick-dots li.slick-active button {
background-color: #ffffff;
}
.accred-slider-container {
width: 100%;
float: left;
background: #ffffff;
padding: 14px 0;
}
.accred-slider-container .accred-slider {
width: 100%;
float: left;
}
.accred-slider-container .accred-slider .accred {
padding: 10%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
height: 100px;
}
.accred-slider-container .accred-slider .accred img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
-webkit-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.accred-slider-container .accred-slider .accred:hover img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.getintouch-section {
background: #646464;
}
.getintouch-section .container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 2rem;
grid-row-gap: 2rem;
}
@media (min-width: 768px) {
.getintouch-section .container {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
.getintouch-section .button-wrap {
width: 100%;
display: inline-block;
margin-bottom: 2rem;
}
.social-icons {
width: 100%;
float: left;
font-size: 3rem !important;
}
.social-icons a {
color: #646464;
padding-right: 5px;
display: inline-block;
}
.social-icons a i {
color: #646464;
}
.social-icons a:hover {
color: #B6A292;
}
.social-icons a:hover i {
color: #B6A292;
}
.map-section {
padding: 0px;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 1rem;
grid-row-gap: 1rem;
}
@media (min-width: 768px) {
.map-section {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
.map-embed {
width: 100%;
float: left;
height: 350px;
}
.map-embed iframe {
width: 100%;
height: 100%;
} .scrollup {
padding: 0.75rem 0.625rem; position: fixed;
bottom: 5%; right: 2%; z-index: 2000;
display: none;
background-color: #646464;
color: #B6A292 !important;
font-size: 0.875em; text-decoration: none;
border-radius: 50%;
width: 3.125rem;
height: 3.125rem;
text-align: center;
-webkit-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.scrollup:hover {
background: #B6A292;
color: #646464;
text-decoration: none;
}
.social-icons {
font-size: 2rem;
padding-top: 1.4rem;
}
.social-icons a {
padding: 0px 5px 0px 0px;
color: #B6A292;
}
.social-icons a:hover {
color: #646464;
text-decoration: none;
}
.map-embed {
width: 100%;
height: 450px;
float: left;
}
.map-embed iframe {
width: 100%;
height: 100%;
display: inline-block;
}
.contact-details {
width: 100%;
float: left;
font-size: 1.2rem;
color: #646464;
font-weight: 400;
}
.contact-details a {
color: #646464;
width: 100%;
float: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 1rem;
}
.contact-details a i {
color: #646464;
padding-right: 10px;
font-size: 1.6rem;
}
.contact-details a:hover {
text-decoration: none;
}
.contact-details a:hover i {
color: #646464;
}
.contact-form {
width: 100%;
float: left;
padding-top: 0em !important;
}
.contact-form .wpcf7-response-output {
width: 100%;
float: left;
}
.contact-form .section-title > span {
font-size: 3.5rem !important;
}
.contact-form .gform_wrapper .gfield_required {
color: #B6A292 !important;
}
.contact-form input {
width: 100%;
background: #ffffff;
border: 0rem;
padding: 15px !important;
color: #646464 !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0rem;
-webkit-box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
}
.contact-form input::-webkit-input-placeholder {
color: #646464;
}
.contact-form input::-moz-placeholder {
color: #646464;
}
.contact-form input:-ms-input-placeholder {
color: #646464;
}
.contact-form input::-ms-input-placeholder {
color: #646464;
}
.contact-form input::placeholder {
color: #646464;
}
.contact-form input[type=checkbox],
.contact-form input[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
float: left;
width: auto;
margin-right: 0.3125rem;
}
.contact-form select {
width: 100%;
background: #191E22;
border: 0rem;
padding: 15px !important;
color: #ffffff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
}
.contact-form textarea {
width: 100%;
border: 0rem;
color: #646464;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Lato", sans-serif !important;
overflow: hidden;
background: #ffffff;
padding: 15px !important;
-webkit-box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
}
.contact-form textarea::-webkit-input-placeholder {
color: #646464;
}
.contact-form textarea::-moz-placeholder {
color: #646464;
}
.contact-form textarea:-ms-input-placeholder {
color: #646464;
}
.contact-form textarea::-ms-input-placeholder {
color: #646464;
}
.contact-form textarea::placeholder {
color: #646464;
}
.contact-form label {
width: 100%;
float: left;
display: inline-block;
padding-bottom: 0.625rem;
}
.contact-form p {
font-size: 0.875em; width: 100%;
padding-bottom: 0.3125rem;
float: left;
color: #646464;
}
.contact-form p a {
color: #646464;
}
.contact-form .form-big {
width: 100%;
float: left;
margin-left: 0em;
padding-bottom: 0.9375rem;
}
.contact-form .form-left {
width: 100%;
float: left;
margin-right: 0%;
padding-bottom: 0.9375rem;
}
@media (min-width: 768px) {
.contact-form .form-left {
width: 49%;
float: left;
margin-right: 1%;
}
}
.contact-form .form-right {
width: 100%;
float: left;
margin-right: 0%;
padding-bottom: 0.9375rem;
}
@media (min-width: 768px) {
.contact-form .form-right {
width: 50%;
float: left;
}
}
.contact-form .wpcf7-submit,
.contact-form #wp-submit, .contact-form input[type=button], .contact-form input[type=submit] {
display: inline-block;
border: none !important;
font-size: 1rem;
color: #ffffff !important;
font-weight: 600;
text-transform: uppercase;
width: auto;
float: right;
padding: 0.9375rem 1.5625rem !important;
text-transform: uppercase !important;
-webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
font-weight: 600;
background: #646464 !important;
border-radius: 0rem !important;
}
.contact-form .wpcf7-submit:hover,
.contact-form #wp-submit:hover, .contact-form input[type=button]:hover, .contact-form input[type=submit]:hover {
background: #4b4b4b !important;
text-decoration: none;
}
.post-grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 2rem;
grid-row-gap: 2rem;
}
@media (min-width: 768px) {
.post-grid {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 1200px) {
.post-grid {
-ms-grid-columns: 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
.post-grid.recent {
margin-top: 2rem;
}
.blog-post-pre {
display: inline-block;
margin-bottom: 2rem !important;
overflow: hidden;
text-align: left;
}
.blog-post-pre .bimage {
width: 100%;
float: left;
height: 250px;
position: relative;
z-index: 1;
margin-bottom: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin-bottom: 1rem;
-webkit-box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
}
@media (min-width: 768px) {
.blog-post-pre .bimage {
height: 250px;
}
}
.blog-post-pre .bimage img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.blog-post-pre .post-title {
display: inline-block;
color: #646464;
padding-bottom: 10px;
font-weight: bold;
font-size: 1.6rem;
line-height: 2.2rem;
font-family: "Koulen", cursive;
}
.blog-post-pre .blog-post-inner {
width: 100%;
float: left;
}
.blog-post-pre a.button {
border: #B6A292 2px solid !important;
background: unset !important;
color: #B6A292 !important;
}
.blog-post-pre a.button:hover {
background: #B6A292 !important;
color: #ffffff !important;
}
.blog-categories {
padding-bottom: 0px;
}
.blog-categories .categories {
width: 100%;
float: left;
}
.blog-categories .categories ul {
width: 100%;
float: left;
text-align: center;
padding: 0px;
margin: 0px;
}
@media (min-width: 768px) {
.blog-categories .categories ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.blog-categories .categories ul li {
display: inline-block;
list-style: none;
padding: 0px;
margin: 0px;
margin: 0px 10px;
margin-bottom: 15px;
}
.blog-categories .categories ul li a {
width: 100%;
float: left;
text-align: center;
color: #B6A292;
font-size: 20px;
list-style: none;
padding: 10px 15px;
border: #B6A292 2px solid;
font-weight: 600;
}
.blog-categories .categories ul li a:hover {
background: #B6A292;
color: #ffffff;
border-color: #B6A292;
text-decoration: none;
}
.blog-main-image {
width: 100%;
float: left;
height: 500px;
-webkit-box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
margin-bottom: 3rem;
position: relative;
}
.blog-main-image .post-date {
position: absolute;
right: 0;
bottom: 0;
padding: 1rem 2rem;
font-size: 1.2rem;
line-height: 1.7rem;
color: #ffffff;
background: #B6A292;
z-index: 2;
}
.blog-main-image .post-date span {
font-weight: 700;
}
.blog-main-image img {
width: 100%;
position: relative;
z-index: 1;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.page-navigation {
width: 100%;
float: left;
text-align: center;
font-size: 1.2rem;
font-family: "Koulen", cursive;
}
.page-navigation a {
color: #646464;
}
.page-navigation .prev, .page-navigation .next {
padding: 10px 20px;
color: #ffffff;
background: #B6A292;
}
.page-navigation .prev:hover, .page-navigation .next:hover {
background: #b49f8f;
text-decoration: none;
}
.page-navigation .page-navi.meta {
color: RGB(38, 166, 154);
font-size: 20px;
font-weight: normal;
padding-left: 0;
}
.page-navigation .page-numbers {
padding: 10px;
font-family: "Open Sans", sans-serif !important;
font-weight: normal;
}
.page-navigation .page-numbers.current {
background: #B6A292;
font-weight: 600;
color: #ffffff;
}
.page-navigation .page-numbers:hover {
background: #B6A292;
color: #ffffff;
text-decoration: none;
}
.page-navigation .page-navi .prev {
float: left;
margin-right: 0;
margin-top: -10px;
border-right: solid 1px #eee;
font-family: "Open Sans", sans-serif !important;
font-size: 18px;
letter-spacing: 0;
font-weight: normal;
}
.page-navigation .page-navi .next {
float: right;
margin-top: -10px;
border-left: solid 1px #ddd;
border-right: none;
border-top: none;
border-bottom: none;
font-size: 18px;
font-weight: normal;
letter-spacing: 0;
}
.category-list, .archive-list {
margin-bottom: 25px;
width: 100%;
float: left;
background: #ffffff;
-webkit-box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
}
.category-list h3, .archive-list h3 {
color: #B6A292;
font-size: 25px;
font-weight: bold;
line-height: 40px;
padding: 15px;
width: 100%;
float: left;
font-family: "Koulen", cursive;
}
.category-list ul, .archive-list ul {
width: 100%;
float: left;
list-style: none;
}
.category-list ul li, .archive-list ul li {
width: 100%;
float: left;
}
.category-list ul li a, .archive-list ul li a {
width: 100%;
float: left;
color: #646464;
font-size: 18px;
font-weight: 400;
padding: 10px 15px;
}
.category-list ul li a:hover, .archive-list ul li a:hover {
background: #B6A292;
color: #ffffff;
text-decoration: none;
}
.archive-list h3 {
color: #646464;
}
.blog-post-single .container {
display: -ms-grid;
display: grid;
grid-column-gap: 2rem;
grid-row-gap: 2rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
@media (min-width: 768px) {
.blog-post-single .container {
-ms-grid-columns: 2fr 1fr;
grid-template-columns: 2fr 1fr;
}
}
@media (min-width: 1200px) {
.blog-post-single .container {
-ms-grid-columns: 3fr 1fr;
grid-template-columns: 3fr 1fr;
}
}
.testimonial-slider {
width: 100%;
float: left;
padding-top: 2rem;
padding-bottom: 2rem;
}
.testimonial-slider .slick-list {
padding: 10px 0px;
}
.testimonial-slider .slick-slide {
margin: 0px 10px;
padding: 1rem;
display: inline-block;
background: #ffffff;
-webkit-box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
box-shadow: 0px 7px 9px -5px rgba(46, 46, 46, 0.2);
margin: 0px 10px;
height: 100%;
}
.testimonial-slider .slick-slide > div {
margin: 0px 10px;
}
.testimonial-slider .testimonial .client-name {
color: #646464;
font-weight: bold;
font-size: 1.2rem;
}
.testimonial-slider .testimonial .testimonial-stars {
width: 100%;
float: left;
color: #CBA52B;
font-size: 1.3rem;
}
.testimonial-slider .testimonial .testimonial-stars i {
margin: 0 2px;
}
.testimonial-slider .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
float: left;
margin: 0;
padding: 20px 0px 0px 0px;
list-style-type: none;
}
.testimonial-slider .slick-dots li {
margin: 0 0.25rem;
}
.testimonial-slider .slick-dots button {
display: block;
width: 1rem;
height: 1rem;
padding: 0;
background: none;
border: none;
border-radius: 100%;
border: #B6A292 2px solid;
text-indent: -9999px;
}
.testimonial-slider .slick-dots li.slick-active button {
background-color: #B6A292;
}
.three-ctas {
width: 100%;
float: left;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 1rem;
grid-row-gap: 1rem;
}
@media (min-width: 1200px) {
.three-ctas {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
}
.cta {
background: #646464;
padding: 2rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: 70px 2rem 1fr 2rem 40px;
grid-template-columns: 70px 1fr 40px;
grid-column-gap: 2rem;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 2rem;
}
.cta .section-title {
font-size: 1.5rem;
line-height: 2rem;
padding-bottom: 0;
color: #ffffff;
font-weight: bold;
}
.cta .wcu-icon img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.cta .next-arrow {
color: #ffffff;
font-size: 3rem;
text-align: right;
}
.cta:hover {
background: #B6A292;
text-decoration: none;
}
.faq-page-section .container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 2rem;
grid-row-gap: 2rem;
}
@media (min-width: 768px) {
.faq-page-section .container {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 1200px) {
.faq-page-section .container {
-ms-grid-columns: 1fr 2fr;
grid-template-columns: 1fr 2fr;
}
}
.faq-accord .accord-header {
width: 100%;
float: left;
}
.faq-accord .accord-header a {
width: 100%;
float: left;
color: #ffffff;
background: #B6A292;
padding: 1.25rem 0.9375rem;
font-weight: 600;
display: -ms-grid;
display: grid;
-ms-grid-columns: 2fr 0.5fr;
grid-template-columns: 2fr 0.5fr;
}
.faq-accord .accord-header a span.icon {
color: #ffffff;
font-size: 1.25rem;
text-align: right;
}
.faq-accord .accord-header a span.icon.active i {
-webkit-transform: rotateY(0deg) rotate(90deg);
transform: rotateY(0deg) rotate(90deg); -webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
color: #ffffff;
}
.faq-accord .accord-header a.yellow {
background: #B6A292;
color: #ffffff;
}
.faq-accord .accord-header a:hover {
background: #646464;
color: #ffffff;
text-decoration: none;
}
.faq-accord .accord-header a:hover span.icon i {
-webkit-transform: rotateY(0deg) rotate(90deg);
transform: rotateY(0deg) rotate(90deg); -webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
color: #B6A292;
}
.faq-accord .accord-body {
width: 100%;
float: left;
padding: 1rem;
background: #F8F3EF;
}
footer.main {
padding: 2rem 0;
color: #646464;
font-size: 1rem;
width: 100%;
line-height: 2rem;
float: left;
background: #ffffff;
font-weight: 400;
}
footer.main a {
color: #646464;
display: inline-block;
}
footer.main a:hover {
text-decoration: underline;
}
footer.main a.button {
text-decoration: none;
}
footer.main a.button:hover {
text-decoration: none;
}
footer.main ul {
list-style: none;
margin: 0;
padding: 0;
}
footer.main .footer-title {
width: 100%;
float: left;
font-weight: 500;
padding-bottom: 5px;
font-size: 1.3rem;
font-family: "Koulen", cursive;
}
footer.main p.footer-logo {
width: 100%;
float: left;
}
footer.main p.footer-logo a {
width: 100%;
display: inline-block;
}
footer.main p.footer-logo a img {
width: 200px;
}
.content {
font-size: 1.1rem; line-height: 1.8rem;
margin-bottom: 0.9375rem;
font-weight: 400;
}
.content img {
max-width: 100%;
}
.content ol {
list-style: decimal;
margin-left: 0.9375rem;
}
.content p {
padding-bottom: 0.9375rem; font-style: normal;
width: 100%;
}
.content p:last-of-type {
padding-bottom: 0rem;
}
.content.center {
text-align: center;
}
.content.white {
color: #ffffff;
}
.content iframe {
display: inline-block;
}
.content hr {
width: 100%;
float: left;
margin-bottom: 1.25em; margin-top: 1.25em; }
.content b {
font-weight: 600;
}
.content i {
font-style: italic;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
margin-bottom: 0.625rem; display: inline-block;
font-size: 1.8rem;
line-height: 2.3rem;
color: #646464;
font-family: "Koulen", cursive;
padding-bottom: 10px;
font-weight: 600;
}
.content h1 span,
.content h2 span,
.content h3 span,
.content h4 span,
.content h5 span,
.content h6 span {
font-weight: 600;
}
.content ul {
padding-left: 1.5625em; padding-bottom: 1.25em; }
.content ul li {
line-height: 1.375em; list-style: disc;
padding-bottom: 0.625rem;
}
.content a {
color: #646464;
}
.content a:hover {
text-decoration: underline;
}
.content strong {
font-weight: 600;
}
.content b {
font-weight: 600;
}
.content i {
font-style: italic;
}
.content input {
width: 100%;
background: #ffffff;
border: 0rem;
padding: 0.9375rem;
color: #646464;
border: #c3c3c3 1px solid !important;
}
.content input[type=checkbox],
.content input[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
float: left;
width: auto;
margin-right: 0.5rem;
margin-top: 0.625rem;
}
.content select {
width: 100%;
background: #ffffff;
padding: 0.9375rem;
border: 0rem;
color: #646464;
border: #c3c3c3 1px solid !important;
}
.content textarea {
width: 100%;
background: #ffffff;
font-family: "Lato", sans-serif !important;
padding: 0.9375rem;
border: 0px;
color: #646464;
border: #c3c3c3 1px solid !important;
}
.content.dark {
color: #B6A292 !important;
}
ul.slimmenu {
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
font-size: 1.2rem; font-weight: 500;
text-align: right;
text-transform: uppercase;
}
ul.slimmenu li {
position: relative;
display: inline-block;
}
ul.slimmenu > ul {
padding: 0px;
}
ul.slimmenu > li {
margin-right: -5px;
}
ul.slimmenu > li:first-child {
border-left: 0;
}
ul.slimmenu > li:last-child {
margin-right: 0;
}
ul.slimmenu li a {
display: block;
color: #646464;
font-size: 1.2rem;
text-decoration: none;
padding: 5px 10px 5px 10px;
display: inline-block;
text-align: center;
}
ul.slimmenu li a:hover {
text-decoration: none;
color: #ffffff;
background: #B6A292;
}
ul.slimmenu li .sub-collapser {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
position: absolute;
right: 0;
top: 0;
height: 100%;
text-align: center;
z-index: 999;
cursor: pointer;
display: none;
}
ul.slimmenu li .sub-collapser:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
display: none;
}
ul.slimmenu li .sub-collapser > i {
color: #ffffff;
font-size: 1.125em; display: inline-block;
vertical-align: middle;
display: none;
}
ul.slimmenu li ul {
margin: 0;
top: 10px;
list-style-type: none;
overflow: hidden;
background: #646464;
}
ul.slimmenu li ul li {
color: #FFFFFF;
width: 100%;
float: left;
border-radius: 0px;
}
span.sub-toggle {
display: none;
}
ul.slimmenu li > ul {
display: none;
position: absolute;
z-index: 1000;
left: 0;
top: 120%;
z-index: 999;
width: 100%;
width: 300px !important;
text-align: left !important;
line-height: 25px;
padding: 0px !important;
height: auto !important;
}
ul.slimmenu li > ul a {
color: #ffffff !important;
width: 100%;
background: #646464;
-webkit-transition: all 0.2s ease-out, all 0.2s ease-in; transition: all 0.2s ease-out, all 0.2s ease-in;
border-radius: 0px;
text-align: left;
font-size: 1.2rem;
padding: 10px 15px;
}
ul.slimmenu li > ul a:hover {
background: #646464 !important;
color: #B6A292 !important;
border-bottom: 0px !important;
}
ul.slimmenu li > ul > li ul {
display: none;
position: absolute;
left: 100%;
top: 0;
z-index: 3999;
width: 100%;
}
ul.slimmenu.collapsed {
z-index: 100;
margin-top: 20px;
}
ul.slimmenu.collapsed li {
display: block;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
display: block;
color: #ffffff !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 5px !important;
}
ul.slimmenu.collapsed li a:hover {
color: #ffffff !important;
border-top: none;
background: #000000;
}
ul.slimmenu.collapsed li .sub-collapser {
height: 40px;
}
ul.slimmenu.collapsed li > ul {
display: none;
position: static;
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}