@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&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;
}
a:hover {
text-decoration: underline;
}
@-webkit-keyframes shine {
10% {
opacity: 1;
top: -30%;
left: -30%;
-webkit-transition-property: left, top, opacity;
transition-property: left, top, opacity;
-webkit-transition-duration: 0.7s, 0.7s, 0.15s;
transition-duration: 0.7s, 0.7s, 0.15s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
100% {
opacity: 0;
top: -30%;
left: -30%;
-webkit-transition-property: left, top, opacity;
transition-property: left, top, opacity;
}
}
@keyframes shine {
10% {
opacity: 1;
top: -30%;
left: -30%;
-webkit-transition-property: left, top, opacity;
transition-property: left, top, opacity;
-webkit-transition-duration: 0.7s, 0.7s, 0.15s;
transition-duration: 0.7s, 0.7s, 0.15s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
100% {
opacity: 0;
top: -30%;
left: -30%;
-webkit-transition-property: left, top, opacity;
transition-property: left, top, opacity;
}
}
@-webkit-keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.container {
margin-left: auto;
margin-right: auto;
max-width: 1440px;
padding-left: 20px;
padding-right: 20px;
width: 100%;
}
@media (min-width: 768px) {
.container.slim {
width: 30%;
}
}
body {
font-family: "Source Sans Pro", sans-serif !important;
color: #242424;
background: #fff;
font-weight: 300;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 1rem;
line-height: 1.6;
}
section {
width: 100%;
float: left;
background: #ffffff;
padding: 3.125rem 0rem 3.125rem 0rem;
scroll-margin: 7vh;
}
section.lightgrey {
background: #f7f7f7;
}
section.white {
background: #ffffff;
}
section.darkblue {
background: #2b2f38;
}
section.red {
background: #ff3d3d;
}
section.darkgrey {
background: #2b2f35;
}
section.border-bottom {
border-bottom: #2b2f35 2px solid;
}
ul.ticks {
list-style: none !important;
}
ul.ticks li {
list-style: none !important;
}
ul.ticks li:before {
font-family: "FontAwesome";
content: "\f00c";
margin: 0 5px 0 -15px;
color: #ff3d3d;
}
.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;
}
.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: 16px;
text-align: center;
padding: 15px 25px !important;
text-transform: uppercase !important;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
font-weight: 600;
background: #ff3d3d;
border-radius: 0px;
-webkit-box-shadow: 0px 7px 11px -5px rgba(46, 46, 46, 0.4);
box-shadow: 0px 7px 11px -5px rgba(46, 46, 46, 0.4);
}
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 {
background: #ff1919 !important;
color: #ffffff !important;
text-decoration: none;
-webkit-transform: scale(1.05);
transform: scale(1.05);
-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.row {
position: relative;
width: 100%;
display: inline-block;
}
.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%;
}
.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;
}
.main-wrap {
background: #ffffff;
margin-top: 0px;
border: 0px;
margin-bottom: 0px;
}
.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: #ff3d3d; padding: 4.375rem 1.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 p.social {
padding-bottom: 1.25rem;
}
.slideout-menu p.social a {
padding: 0rem 0.3125rem;
color: #ffffff;
font-size: 1rem; }
.slideout-menu p.social a:hover {
color: #707070;
}
.slideout-menu ul {
width: 100%;
float: left;
list-style: none;
}
.slideout-menu ul li {
width: 100%;
float: left;
line-height: 2.5rem;
font-weight: bold;
}
.slideout-menu ul li a {
color: #ffffff;
font-size: 1em; width: 100%;
float: left;
}
.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: #FFF; 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.willispestcontrol.co.uk/wp-content/themes/willispestcontrol/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.willispestcontrol.co.uk/wp-content/themes/willispestcontrol/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.willispestcontrol.co.uk/wp-content/themes/willispestcontrol/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.willispestcontrol.co.uk/wp-content/themes/willispestcontrol/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;
}
nav.mobile-menu ul {
width: 100%;
float: left;
}
nav.mobile-menu ul li {
width: 100%;
float: left;
}
nav.mobile-menu ul li a {
width: 100%;
float: left;
font-size: 16px;
font-weight: 600;
padding: 5px 0px;
}
nav.mobile-menu ul li a::after {
content: ">";
right: 0px;  float: right;
font-size: 25px;
}
nav.mobile-menu ul li a:hover {
text-decoration: none;
}
nav.mobile-menu ul li ul {
display: none;
padding-left: 10px;
}
nav.mobile-menu ul li ul li a {
font-size: 14px;
line-height: 25px;
}
nav.mobile-menu ul li ul li a::after {
content: "";
right: 0px;  float: right;
font-size: 25px;
}
#wpadminbar {
display: none;
}
.section-title {
width: 100%;
float: left;
font-size: 44px;
font-weight: 500;
line-height: 55px;
padding-bottom: 10px;
}
.section-title span {
color: #ff3d3d;
}
.section-title.center {
text-align: center;
}
.subtitle {
color: #2b2b38;
padding-bottom: 10px;
font-size: 32px;
font-weight: 100;
}
header.main {
width: 100%;
float: left;
padding: 1rem 0;
background: #ffffff;
}
header.main .container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 3fr;
grid-template-columns: 1fr 3fr;
}
@media (min-width: 768px) {
header.main .container {
-ms-grid-columns: 1fr 6fr;
grid-template-columns: 1fr 6fr;
}
}
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 .header-icon-cta {
display: none;
-ms-grid-columns: 50px 1rem 1fr;
grid-template-columns: 50px 1fr;
grid-column-gap: 1rem;
max-width: 250px;
}
@media (min-width: 768px) {
header.main .container .header-icon-cta {
display: -ms-inline-grid;
display: inline-grid;
}
}
header.main .container .header-icon-cta .icon {
font-size: 3rem;
color: #ff3d3d;
}
header.main .container .header-icon-cta .txt {
font-size: 1.4rem;
color: #242424;
line-height: 1.4rem;
font-weight: 500;
}
header.main .container .header-icon-cta .txt a {
color: #ff3d3d;
font-weight: 500;
}
header.main .container .header-icon-cta .txt a:hover {
text-decoration: underline;
}
header.main .container .mobile-menu-button {
text-align: right;
margin-left: 20px;
}
@media (min-width: 768px) {
header.main .container .mobile-menu-button {
display: none;
}
}
header.main .container .mobile-menu-button button {
min-width: 65px;
width: 65px;
max-width: 65px;
min-height: 55px;
height: 75px;
max-height: 75px;
font-size: 30px;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0px;
background: #ff3d3d;
color: #ffffff;
margin: 0px !important;
padding: 0px !important;
}
header.main .container .mobile-menu-button button:hover {
background: #2b2f35;
text-decoration: none;
color: #ffffff;
}
header.main .container .top-callnow {
background: #ff3d3d;
padding: 1rem 1rem;
font-size: 1.6rem;
color: #ffffff;
text-align: center;
text-decoration: none;
}
header.main .container .top-callnow:hover {
background: #2b2f35;
}
.header-navigation {
width: 100%;
float: left;
background: #ff3d3d;
padding: 0.5rem 0;
display: none;
}
@media (min-width: 768px) {
.header-navigation {
display: inline-block;
}
}
.hero {
width: 100%;
float: left;
background: #ffffff;
}
.hero .hero-slide {
width: 100%;
float: left;
background-size: cover;
background-position-x: center;
background-position-y: center;
}
.hero .hero-slide .hero-content {
height: 500px;
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;
}
@media (min-width: 768px) {
.hero .hero-slide .hero-content {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.hero .hero-slide .hero-content.left {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
@media (min-width: 768px) {
.hero .hero-slide .hero-content.left {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
text-align: left;
}
}
.hero .hero-slide .hero-content.center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.hero .hero-slide .hero-content.right {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
@media (min-width: 768px) {
.hero .hero-slide .hero-content.right {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
text-align: right;
}
}
.hero .hero-slide .hero-content a.button {
font-size: 1.5rem;
}
.hero .hero-slide .hero-content h1 {
font-size: 4rem;
font-weight: 500;
line-height: 4.5rem;
padding-bottom: 15px;
}
.hero .hero-slide .hero-content h1 span {
color: #ff3d3d;
}
.hero .hero-slide .hero-content .content {
padding-bottom: 15px;
font-weight: 500 !important;
font-size: 1.5rem;
}
.icon-ctas {
width: 100%;
float: left;
padding-top: 2rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 2rem 1fr;
grid-template-columns: 1fr 1fr;
grid-column-gap: 2rem;
grid-row-gap: 2rem;
}
@media (min-width: 768px) {
.icon-ctas {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 1200px) {
.icon-ctas {
-ms-grid-columns: 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
@media (min-width: 1200px) {
.icon-ctas.second {
-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
}
.icon-ctas .icon-cta {
width: 100%;
float: left;
text-align: center;
color: #242424;
}
.icon-ctas .icon-cta .icon {
width: 100%;
float: left;
padding-bottom: 10px;
}
.icon-ctas .icon-cta .icon img {
width: 100%;
height: 100%;
max-width: 150px;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: center;
object-position: center;
}
.icon-ctas .icon-cta .title {
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 1.44;
letter-spacing: 0.04em;
}
.our-accreditations {
width: 100%;
float: left;
padding-top: 2rem;
}
.our-accreditations .accreditation {
display: inline-block;
height: 150px;
}
.our-accreditations .accreditation img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: center;
object-position: center;
}
.call-strip {
background: #ff3d3d;
width: 100%;
float: left;
padding: 3rem 0;
}
.call-strip .container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
@media (min-width: 768px) {
.call-strip .container {
-ms-grid-columns: 2fr 1fr;
grid-template-columns: 2fr 1fr;
}
}
.call-strip .container .callstrip-left a {
color: #ffffff;
}
.call-strip .container .callstrip-right {
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;
}
.call-strip .container .callstrip-right a {
background: #ffffff;
color: #242424 !important;
font-size: 1.5rem;
}
.call-strip .container .callstrip-right a:hover {
color: #ffffff !important;
background: #ff0a0a !important;
}
.contact-map {
width: 100%;
height: 300px;
float: left;
margin-bottom: 1rem;
}
@media (min-width: 768px) {
.contact-map {
height: 550px;
}
}
.contact-map iframe {
width: 100%;
height: 100%;
}
.company-address {
font-size: 1.3rem;
line-height: 1.9em;
width: 100%;
float: left;
font-weight: 500;
color: #242424;
}
.company-address i {
margin-right: 10px;
}
.testimonial-slider {
width: 100%;
float: left;
padding-top: 2rem;
}
.testimonial-slider .slick-slide {
margin: 1rem;
}
.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: #ff3d3d 2px solid;
text-indent: -9999px;
}
.testimonial-slider .slick-dots li.slick-active button {
background-color: #ff3d3d;
}
.testimonial-slider .client-testimonial {
background: #ffffff;
border-top: #ff3d3d 2px solid;
padding: 1.5rem;
margin: 0 5px;
width: 100%;
display: inline-block;
-webkit-box-shadow: 0px 7px 11px -5px rgba(46, 46, 46, 0.4);
box-shadow: 0px 7px 11px -5px rgba(46, 46, 46, 0.4);
}
.testimonial-slider .client-testimonial .name {
font-size: 1.2rem;
color: #242424;
padding-bottom: 10px;
width: 100%;
float: left;
font-weight: 600;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 30px;
grid-template-columns: 1fr 30px;
}
.testimonial-slider .client-testimonial .name i {
color: #ff3d3d;
font-size: 2rem;
}
.area-lists {
width: 100%;
float: left;
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) {
.area-lists {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
}
.area-lists .area-list .title {
width: 100%;
float: left;
font-size: 40px;
font-weight: 500;
line-height: 55px;
padding-bottom: 10px;
text-align: center;
}
.area-lists .area-list .title span {
color: #ff3d3d;
}
.area-lists .area-list .icon {
width: 100%;
float: left;
text-align: center;
pading-top: 10px;
padding-bottom: 10px;
}
.area-lists .area-list .icon img {
width: 100px;
}
.area-lists .area-list ul {
width: 100%;
float: left;
list-style: none;
}
.area-lists .area-list ul li {
width: 100%;
float: left;
}
.area-lists .area-list ul li a {
font-size: 20px;
line-height: 2;
color: #ff3d3d;
}
.location-ctas {
width: 100%;
float: left;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 2rem;
grid-row-gap: 2rem;
margin-top: 1.2rem;
}
@media (min-width: 768px) {
.location-ctas {
-ms-grid-columns: 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
.location-ctas .lcta {
padding: 1rem;
width: 100%;
float: left;
background: #ffffff;
}
.location-ctas .lcta .title {
width: 100%;
float: left;
color: #242424;
font-size: 1.4rem;
font-weight: 500;
text-align: center;
padding-bottom: 10px;
}
.location-ctas .lcta .image {
height: 200px;
width: 100%;
float: left;
}
.location-ctas .lcta .image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.industry-ctas {
width: 100%;
float: left;
display: -ms-grid;
display: grid;
padding-top: 2rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 2rem;
grid-row-gap: 2rem;
}
@media (min-width: 768px) {
.industry-ctas {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
}
.industry-ctas .industry-hotspot {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
}
@media (min-width: 768px) {
.industry-ctas .industry-hotspot:nth-child(1) {
-ms-grid-column: 1;
-ms-grid-column-span: 2;
grid-column: 1/span 2;
}
.industry-ctas .industry-hotspot:nth-child(2) {
-ms-grid-column: 3;
-ms-grid-column-span: 2;
grid-column: 3/span 2;
}
.industry-ctas .industry-hotspot:nth-child(6) {
-ms-grid-column: 1;
-ms-grid-column-span: 2;
grid-column: 1/span 2;
}
.industry-ctas .industry-hotspot:nth-child(7) {
-ms-grid-column: 3;
-ms-grid-column-span: 2;
grid-column: 3/span 2;
}
}
.industry-ctas .industry-hotspot .industry-inner {
width: 100%;
display: inline-block;
height: 100%;
background: rgba(0, 0, 0, 0.6);
}
.industry-ctas .industry-hotspot .industry-inner .content {
font-size: 20px;
width: 100%;
padding: 20px 20px 40px 20px;
}
@media (min-width: 768px) {
.industry-ctas .industry-hotspot .industry-inner .content {
width: 65%;
}
}
.industry-ctas .industry-hotspot .industry-inner .title {
font-weight: 500;
color: #ffffff;
font-size: 3rem;
padding-bottom: 2rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: 5px 1fr 100px;
grid-template-columns: 5px 1fr 100px;
}
.industry-ctas .industry-hotspot .industry-inner .title span {
padding-left: 15px;
}
.industry-ctas .industry-hotspot .industry-inner .title .red {
background: #ff3d3d;
}
.industry-ctas .industry-hotspot .industry-inner:hover {
background: rgba(0, 0, 0, 0.3);
}
.repeat-section .container {
padding: 3rem 1rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-row-gap: 3rem;
grid-column-gap: 3rem;
}
@media (max-width: 640px) {
.repeat-section .container {
display: inline-block;
}
}
@media (min-width: 768px) {
.repeat-section .container {
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
}
.repeat-section .container .repeat-section-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.repeat-section .container .repeat-section-content.no-border .rsc-inner {
border-left: 0;
padding-left: 0rem;
}
.repeat-section .container .repeat-section-image {
display: inline-block;
width: 100%;
max-height: 500px;
text-align: center;
}
@media (max-width: 640px) {
.repeat-section .container .repeat-section-image {
margin-top: 2rem;
}
}
.repeat-section .container .repeat-section-image img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.repeat-section:nth-child(odd) .container {
direction: rtl;
}
.repeat-section:nth-child(odd) .container .split-section-content {
background: #242424;
}
.repeat-section:nth-child(odd) .container > * {
direction: ltr;
}
.split-section .container {
padding: 3rem 1rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-row-gap: 3rem;
grid-column-gap: 3rem;
}
@media (max-width: 640px) {
.split-section .container {
display: inline-block;
}
}
@media (min-width: 768px) {
.split-section .container {
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
}
@media (min-width: 768px) {
.split-section .container.flipped {
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
}
.split-section .container .split-section-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.split-section .container .split-section-content.no-border .rsc-inner {
border-left: 0;
padding-left: 0rem;
}
.split-section .container .split-section-image {
display: inline-block;
width: 100%;
max-height: 500px;
}
@media (max-width: 640px) {
.split-section .container .split-section-image {
margin-top: 2rem;
}
}
.split-section .container .split-section-image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.call-back-section {
width: 100%;
float: left;
}
.call-back-section .cbs-top {
width: 100%;
float: left;
display: -ms-grid;
display: grid;
grid-column-gap: 1rem;
-ms-grid-columns: 75px 1rem 1fr;
grid-template-columns: 75px 1fr;
padding-bottom: 2rem;
}
.call-back-section .cbs-top .icon {
width: 100%;
}
.call-back-section .cbs-top .icon img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.call-back-section .cbs-top span {
width: 100%;
display: inline-block;
color: #242424;
font-size: 32px;
font-weight: 500;
}
.call-back-section .cbs-top a {
width: 100%;
display: inline-block;
color: #ff3d3d;
color: #ff3d3d;
font-size: 28px;
font-weight: 500;
}
.popular-post-section-title {
padding: 10px 20px;
display: inline-block;
color: #242424;
font-weight: bold;
text-align: center;
font-size: 1.5rem;
width: 100%;
margin-bottom: 10px;
}
.popular-post-pre {
width: 100%;
float: left;
padding: 10px;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-column-gap: 1rem;
grid-row-gap: 1rem;
margin-bottom: 10px;
}
@media (min-width: 768px) {
.popular-post-pre {
-ms-grid-columns: 1fr 2fr;
grid-template-columns: 1fr 2fr;
}
}
.popular-post-pre .popular-post-pre-left a {
display: inline-block;
height: 100%;
}
.popular-post-pre .popular-post-pre-left a img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.popular-post-pre .popular-post-pre-right a.post-title {
color: #242424;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 600;
}
.popular-post-pre:hover {
background: #191b1e;
}
.popular-post-pre:hover a.post-title {
text-decoration: none;
}
.blog-recent-feed {
width: 100%;
float: left;
padding-top: 1rem;
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) {
.blog-recent-feed {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
}
.blog-post-pre {
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;
margin-bottom: 20px;
}
@media (min-width: 768px) {
.blog-post-pre {
-ms-grid-columns: 1fr 3fr;
grid-template-columns: 1fr 3fr;
}
}
.blog-post-pre .blog-post-pre-left a.image {
width: 100%;
float: left;
height: 100%;
}
.blog-post-pre .blog-post-pre-left a.image img {
width: 100%;
height: 100%;
display: inline-block;
-o-object-fit: cover;
object-fit: cover;
}
.blog-post-pre .blog-post-pre-right {
padding: 1.5rem;
background: #ffffff;
-webkit-box-shadow: 0px 7px 11px -5px rgba(46, 46, 46, 0.4);
box-shadow: 0px 7px 11px -5px rgba(46, 46, 46, 0.4);
}
.blog-post-pre .blog-post-pre-right a.post-title {
color: #242424;
font-size: 1.5rem;
line-height: 2.5rem;
font-weight: 600;
}
.category-list, .archive-list {
margin-bottom: 25px;
width: 100%;
float: left;
border-radius: 20px;
}
.category-list h3, .archive-list h3 {
color: #242424;
font-size: 1.6rem;
font-weight: bold;
line-height: 40px;
padding-bottom: 5px;
width: 100%;
float: left;
text-align: center;
}
.category-list ul, .archive-list ul {
width: 100%;
float: left;
margin: 0 0 0 0px;
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: #242424;
font-size: 18px;
padding: 5px 10px;
border-bottom: #f7f7f7 1px solid;
}
.category-list ul li a:hover, .archive-list ul li a:hover {
background: #f7f7f7;
text-decoration: none;
}
.blog-single-hero {
width: 100%;
float: left;
height: 300px;
position: relative;
z-index: 1;
}
.blog-single-hero .blog-single-hero-overlay {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
position: absolute;
z-index: 3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-bottom: 10px;
}
.blog-single-hero .blog-single-hero-overlay .inner {
padding: 1rem;
width: 100%;
display: inline-block;
}
@media (min-width: 768px) {
.blog-single-hero .blog-single-hero-overlay .inner {
width: 60%;
}
}
.blog-single-hero .blog-single-hero-overlay .inner h1 {
font-size: 2rem;
color: #ffffff;
font-weight: bold;
line-height: 2.5rem;
}
.blog-single-hero img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: relative;
z-index: 2;
}
.page-navigation {
width: 100%;
float: left;
padding-top: 3rem;
padding-bottom: 3rem;
text-align: center;
font-size: 14px;
}
.page-navigation a {
color: #242424;
}
.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 {
font-weight: 600;
}
.page-navigation .page-navi .prev {
float: left;
margin-right: 0;
margin-top: -10px;
border-right: solid 1px #eee;
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;
}
footer.main {
width: 100%;
float: left;
background: #ffffff;
padding: 3rem 0;
border-top: #f7f7f7 1px solid;
color: #242424;
font-size: 1rem;
}
footer.main .footer-title {
font-size: 1.4rem;
font-weight: bold;
padding-bottom: 10px;
border-bottom: #ff3d3d 1px solid;
margin-bottom: 10px;
}
footer.main .footer-social-icons {
width: 100%;
float: left;
margin-bottom: 10px;
}
footer.main .footer-social-icons a {
display: inline-block;
color: #ff3d3d;
}
footer.main .footer-social-icons a:hover {
color: #242424;
}
footer.main .footer-tagline {
font-size: 55px;
line-height: 1.25em;
font-weight: 500;
padding-bottom: 10px;
}
footer.main .footer-logo img {
width: 75px;
}
footer.main ul {
list-style: none;
}
footer.main ul li {
font-weight: 300;
}
footer.main ul li a {
color: #242424;
font-size: 1.1rem;
}
footer.main .footer-contact {
font-size: 1.3rem;
padding-bottom: 10px;
}
footer.main .footer-contact a {
color: #ff3d3d;
font-weight: bold;
}
footer.main .footer-payment img {
width: 100px;
}
.footer-bottom {
width: 100%;
float: left;
background: #ff3d3d;
color: #ffffff;
font-size: 1.1rem;
padding: 1rem;
}
.footer-bottom .container {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
text-align: center;
}
@media (min-width: 768px) {
.footer-bottom .container {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
.footer-bottom .footer-bottom-left {
text-align: center;
}
@media (min-width: 768px) {
.footer-bottom .footer-bottom-left {
text-align: left;
}
}
.footer-bottom .footer-bottom-right {
text-align: center;
}
@media (min-width: 768px) {
.footer-bottom .footer-bottom-right {
text-align: right;
}
}
.footer-bottom a {
color: #ffffff;
}
ul.slimmenu {
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
font-size: 1.125rem;
text-align: center;
font-weight: 400;
}
ul.slimmenu li {
position: relative;
display: inline-block;
}
ul.slimmenu > ul {
padding: 0rem;
}
ul.slimmenu > li {
margin-right: -0.3125rem;
}
ul.slimmenu > li:first-child {
border-left: 0;
}
ul.slimmenu > li:last-child {
margin-right: 0;
}
ul.slimmenu li a {
display: block;
color: #ffffff;
text-decoration: none;
padding: 0.6rem 0.625rem;
display: inline-block;
text-align: left;
}
ul.slimmenu li a:hover {
text-decoration: none;
color: #ffffff !important;
background: #ff3d3d;
border-radius: 0.9375rem;
}
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: 0.625rem;
list-style-type: none;
overflow: hidden;
background: #242424;
}
ul.slimmenu li ul li {
color: #FFFFFF;
width: 100%;
float: left;
border-radius: 0rem;
}
span.sub-toggle {
color: #ffffff;
font-size: 10px;
position: relative;
top: -1px;
}
ul.slimmenu li > ul {
display: none;
position: absolute;
left: 0;
top: 100%;
z-index: 999;
width: 100%;
width: 18.75rem !important;
text-align: left !important;
line-height: 1.5625rem;
padding: 0rem;
padding: 0rem !important;
height: auto !important;
border-radius: 1.25rem;
margin-top: 0.9375rem;
}
ul.slimmenu li > ul a {
color: #ffffff !important;
width: 100%;
background: #2b2f35;
-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: 0rem;
text-align: left;
font-size: 1rem;
padding: 0.625rem 0.9375rem;
cursor: pointer;
}
ul.slimmenu li > ul a:hover {
background: #ff3d3d !important;
color: #ffffff !important;
border-bottom: 0rem !important;
border-radius: 0;
}
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: 1.25rem;
}
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: 0.3125rem !important;
}
ul.slimmenu.collapsed li a:hover {
color: #ffffff !important;
border-top: none;
background: #242424;
}
ul.slimmenu.collapsed li .sub-collapser {
height: 2.5rem;
}
ul.slimmenu.collapsed li > ul {
display: none;
position: static;
} .scrollup {
padding: 0.75rem 0.625rem; position: fixed;
bottom: 5%; right: 2%; z-index: 2000;
display: none;
background-color: #ff3d3d;
color: #ffffff;
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: #242424;
text-decoration: none;
}
.review-widget-container {
text-align: center;
width: 100%;
display: inline-block;
padding-top: 2rem;
}
.gallery-container {
width: 100%;
float: left;
padding-top: 2rem;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1rem 1fr;
grid-template-columns: 1fr 1fr;
grid-column-gap: 1rem;
grid-row-gap: 1rem;
}
@media (min-width: 768px) {
.gallery-container {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
}
.gallery-container a {
width: 100%;
height: 250px;
display: inline-block;
}
.gallery-container a img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.contact-form {
width: 100%;
float: left;
padding-top: 0em !important;
}
.contact-form .wpcf7-response-output {
width: 100%;
float: left;
}
.contact-form .wpcf7-submit,
.contact-form #wp-submit, .contact-form input[type=button], .contact-form input[type=submit] {
display: inline-block;
border: 0rem;
font-size: 1.125rem;
color: #ffffff !important;
font-weight: 600;
text-transform: uppercase;
width: auto;
float: right;
padding: 0.9375rem 1.5625rem !important;
text-transform: uppercase !important;
-webkit-transform: perspective(0.0625rem) translateZ(0);
transform: perspective(0.0625rem) translateZ(0);
-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-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
font-weight: 600;
background: #ff3d3d !important;
border-radius: 1.5625rem !important;
}
.contact-form .wpcf7-submit:hover,
.contact-form #wp-submit:hover, .contact-form input[type=button]:hover, .contact-form input[type=submit]:hover {
background: #2b2f35 !important;
color: #ffffff;
text-decoration: none;
-webkit-transform: scale(1.05);
transform: scale(1.05);
-webkit-box-shadow: 0rem 0.125rem 0.625rem 0rem rgba(0, 0, 0, 0.3);
box-shadow: 0rem 0.125rem 0.625rem 0rem rgba(0, 0, 0, 0.3);
}
.contact-form input, .contact-form .gfield input {
width: 100%;
background: #ffffff;
border: 0rem;
padding: 20px !important;
color: #242424;
border: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0rem;
border: #d4d3d7 1px solid !important;
}
.contact-form input[type=number] {
padding: 10px !important;
}
.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: #ffffff;
padding: 0.9375rem;
border: 0rem;
color: #242424;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0rem;
border: #d4d3d7 1px solid;
}
.contact-form textarea {
width: 100%;
background: #ffffff;
padding: 0.9375rem;
border: 0rem;
color: #242424;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Source Sans Pro", sans-serif;
border-radius: 0rem;
overflow: hidden;
border: #d4d3d7 1px solid !important;
height: 100px !important;
}
.contact-form .gfield_consent_label {
font-size: 0.9rem;
}
.contact-form .gform_wrapper.gravity-theme .gform_footer, .contact-form .gform_wrapper.gravity-theme .gform_page_footer {
margin: 0;
padding: 0;
}
.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: #3e3e3e;
}
.contact-form p a {
color: #242424;
}
.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.embed-callback {
padding: 2rem !important;
background: rgb(6, 133, 221);
background: linear-gradient(317deg, rgb(6, 133, 221) 0%, rgb(14, 154, 251) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0685dd",endColorstr="#0e9afb",GradientType=1);
border-radius: 25px;
color: #ffffff;
}
.contact-form.callback textarea {
height: 155px !important;
border-bottom: red 3px solid !important;
}
.contact-form.callback input {
padding: 20px !important;
border-bottom: red 3px solid !important;
}
.contact-form .gform_previous_button {
float: left !important;
}
.contact-form .ginput_container_consent {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.content {
font-size: 1.1rem; line-height: 1.6rem;
margin-bottom: 0.9375rem;
font-weight: 400 !important;
width: 100%;
display: inline-block;
}
.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: 2.0625rem;
line-height: 2.625rem;
}
.content h1 span,
.content h2 span,
.content h3 span,
.content h4 span,
.content h5 span,
.content h6 span {
font-weight: 600;
}
.content h1 {
font-size: 1.625em; line-height: 2.8125rem;
}
.content h2 {
font-size: 1.5em; line-height: 2.8125rem;
}
.content h3 {
font-size: 1.375em; }
.content h4 {
font-size: 1.25em; }
.content h5 {
font-size: 1.125em; }
.content h6 {
font-size: 1em; }
.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: #242424;
}
.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: #242424;
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: #242424;
border: #c3c3c3 1px solid !important;
}
.content textarea {
width: 100%;
background: #ffffff;
font-family: "Source Sans Pro", sans-serif !important;
padding: 0.9375rem;
border: 0px;
color: #242424;
border: #c3c3c3 1px solid !important;
}
.content.split-column-one {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 2rem;
-moz-column-gap: 2rem;
column-gap: 2rem;
}
.content.split-column-two {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
@media (min-width: 768px) {
.content.split-column-two {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 2rem;
-moz-column-gap: 2rem;
column-gap: 2rem;
}
}
.content.split-column-three {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
@media (min-width: 768px) {
.content.split-column-three {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 2rem;
-moz-column-gap: 2rem;
column-gap: 2rem;
}
}
.content.split-column-four {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
@media (min-width: 768px) {
.content.split-column-four {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
-webkit-column-gap: 2rem;
-moz-column-gap: 2rem;
column-gap: 2rem;
}
}
.faq-accord {
width: 100%;
float: left;
}
.faq-accord .accord-header {
width: 100%;
float: left;
}
.faq-accord .accord-header a {
width: 100%;
float: left;
color: #242424;
font-size: 18px;
background: #ffffff;
padding: 20px 15px;
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: #ff3d3d;
font-size: 20px;
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: #ff3d3d;
}
.faq-accord .accord-header a:hover {
background: #f7f7f7;
color: #242424;
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: #ff3d3d;
}
.faq-accord .accord-header a.active {
color: #242424 !important;
}
.faq-accord .accord-body {
width: 100%;
float: left;
padding: 15px;
}.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}