.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
font-family: 'Roboto', sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
color: #333;
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; } body,
button,
input,
select,
textarea {
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5; }
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both; }
p {
margin-bottom: 1.5em; }
dfn,
cite,
em,
i {
font-style: italic; }
blockquote {
margin: 0 1.5em; }
address {
margin: 0 0 1.5em; }
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em; }
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem; }
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark,
ins {
background: #fff9c0;
text-decoration: none; }
big {
font-size: 125%; } html {
box-sizing: border-box; }
*,
*:before,
*:after { box-sizing: inherit; }
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: ""; }
blockquote,
q {
quotes: "" ""; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em; }
ul,
ol {
padding-left: 0px;
margin-left: 15px; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em; }
dt {
font-weight: bold; }
dd {
margin: 0 1.5em 1.5em; }
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%; } button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em; }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa; }
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px; }
select {
border: 1px solid #ccc; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111; }
textarea {
width: 100%; }  a:focus {
outline: thin dotted; }
a:hover,
a:active {
outline: 0; } .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%; }  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em; }
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto; } .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed; }
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both; } .widget {
margin: 0 0 1.5em; } .widget select {
max-width: 100%; }  .sticky {
display: block; }
.byline,
.updated:not(.published) {
display: none; }
.single .byline,
.group-blog .byline {
display: inline; }
.page-links {
clear: both;
margin: 0 0 1.5em; } .comment-content a {
word-wrap: break-word; }
.bypostauthor {
display: block; }  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none; } .infinity-end.neverending .site-footer {
display: block; } .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; } embed,
iframe,
object {
max-width: 100%; } .wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0; }
.wp-caption-text {
text-align: center; } .gallery {
margin-bottom: 1.5em; }
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11%; }
.gallery-caption {
display: block; }   .col-100 {
width: 100%; }
.col-33 {
width: 29.33%;
float: right; }
.col-66 {
width: 66.66%;
float: left; }
.col-50 {
width: 48%;
float: left; }
.col-25 {
width: 25%;
float: left; }
.entry-meta {
font-size: 0.7em;
color: #7A7A7A;
font-weight: 700; }
.single-post h1 {
margin-top: 0px; }
.single-post .singlepost .post-image, .blog .post-image {
margin-top: 1.5em;
float: left;
width: 17%; }
.single-post .singlepost .post-content, .blog .post-content {
margin-top: 1em;
float: right;
width: 81%; }
.single-post .singlepost .post-content p:last-of-type, .blog .post-content p:last-of-type {
margin-bottom: 0px; }
.blog header h2, .archive header h2, .search header h2 {
margin-bottom: 0px; }
.blog .entry-content, .archive .entry-content, .search .entry-content {
margin-top: 5px; }
.blog article, .archive article, .search article {
margin-bottom: 3em; }
.blog aside.widget-area, .archive aside.widget-area, .search aside.widget-area {
padding: 1em;
background: #f3f3f3;
text-align: center;
border: 1px solid #cbcbcb;
margin-top: 28px; }
.blog aside.widget-area ul, .archive aside.widget-area ul, .search aside.widget-area ul {
margin: 0px;
list-style: none; }
.wpcf7 input[type=checkbox] {
height: 15px;
width: 15px; }
.wpcf7 input, .wpcf7 select, .wpcf7 textarea, .wpcf7 .wpcf7-submit {
width: 100%; }
.wpcf7 .wpcf7-submit {
border: none;
padding: 1em;
border-radius: 0px; }
.wrap {
max-width: 93%;
width: 1300px;
margin: 0 auto; }
.cf {
clear: both; }
.splitter {
text-align: center;
padding: 1em 0em;
font-weight: 700; }
#content {
background-color: white; }
.home .site-main {
padding: 60px 0px; }
.site-main {
padding: 40px 0px;
overflow: hidden; }
.close-button, html.mm-opened a.close-button {
display: none; }
.fa-times-thin:before {
content: '\00d7'; }
header#masthead {
position: fixed;
top: 0;
left: 0;
width: 100vw;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
background-color: rgba(0, 0, 0, 0.85);
height: 60px; }
header#masthead .logo {
float: left;
width: 140px; }
header#masthead .logo img {
width: 100%;
height: auto;
display: block; }
header#masthead .nav {
float: right; }
header#masthead .nav .main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
float: right; }
header#masthead .nav .main-navigation ul li {
float: left;
position: relative; }
header#masthead .nav .main-navigation ul li:last-of-type {
margin-right: 0px; }
header#masthead .nav .main-navigation ul li.current-menu-item a {
background-color: #A52527; }
header#masthead .nav .main-navigation ul li a {
display: block;
text-decoration: none;
padding: 18px;
color: white;
text-transform: uppercase;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
header#masthead .nav .main-navigation ul li a:hover {
background-color: #A52527;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
header#masthead .nav .main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 1.5em;
left: -999em;
z-index: 99999; }
header#masthead .nav .main-navigation ul ul a {
width: 200px; }
header#masthead .nav .main-navigation ul ul ul {
left: -999em;
top: 0; }
header#masthead .nav .main-navigation ul li:hover > ul,
header#masthead .nav .main-navigation ul li.focus > ul {
left: auto; }
header#masthead .nav .main-navigation ul ul li:hover > ul,
header#masthead .nav .main-navigation ul ul li.focus > ul {
left: 100%; }
header#masthead .nav .menu-toggle,
header#masthead .nav .main-navigation.toggled ul {
display: block; }
.site-main header.entry-header {
padding-bottom: 2em; }
.site-main header.entry-header h1 {
margin: 0px; }
.site-content .featured_image {
width: 100%;
max-height: 728px;
overflow: hidden; }
.site-content .featured_image img {
display: block;
width: 100%; }
.home .entry-header h1 {
color: #A52527;
text-transform: uppercase;
letter-spacing: 10px;
font-weight: 200;
text-align: center; }
.home .dropdowns ul {
margin: 0;
list-style: none; }
.home .dropdowns ul li {
float: left;
width: 49%;
margin-right: 2%;
margin-bottom: 40px; }
.home .dropdowns ul li a.dropdown_button {
overflow: hidden;
background-color: #eee;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
display: block;
width: 100%;
padding: 10px 15px;
color: black;
text-decoration: none; }
.home .dropdowns ul li a.dropdown_button:hover {
background-color: #f7f7f7;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.home .dropdowns ul li a.dropdown_button i {
float: right;
font-size: 25px;
padding-top: 6px;
color: #A52527; }
.home .dropdowns ul li a.dropdown_button i.fas.fa-minus {
display: none; }
.home .dropdowns ul li a.dropdown_button h2 {
float: left;
text-transform: uppercase;
letter-spacing: 2.7px;
margin: 0;
font-weight: 200; }
.home .dropdowns ul li .dropdown_content {
display: none; }
.home .dropdowns ul li .dropdown_content a.page_link {
display: inline-block;
text-transform: uppercase;
text-decoration: none;
padding: 5px 8px;
background-color: #A52527;
color: white;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.home .dropdowns ul li .dropdown_content a.page_link:hover {
background-color: #c62c2f;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
section.footer-above {
padding: 60px 0px;
background-color: #eee;
overflow: hidden; }
section.footer-above .col-50.map-col, section.footer-above .col-50.information-col {
width: 48%; }
section.footer-above .col-50.information-col {
float: left; }
section.footer-above .col-50.information-col .col-50 {
margin-bottom: 40px; }
section.footer-above .col-50.information-col .col-50 a {
color: inherit;
font-size: 1.5em;
text-decoration: none;
border-bottom: 3px solid transparent;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
section.footer-above .col-50.information-col .col-50 a:hover {
border-color: #A52527;
padding-bottom: 3px;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
section.footer-above .col-50.information-col .col-50 h3 {
font-size: 1.5em;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 10px; }
section.footer-above .col-50.information-col .col-50.nomarg {
margin-bottom: 0px; }
section.footer-above .col-50.information-col .col-50:nth-child(2n+1) {
clear: left; }
section.footer-above .col-50.map-col {
float: right; }
section.footer-above .col-50.map-col .map iframe {
width: 100%;
height: 350px;
border: 2px solid #d0d0d0; }
section.footer-above .foot-page-block:last-child {
float: right; }
section.footer-above .foot-page-block img {
display: block; }
section.footer-above .foot-page-block div.container {
position: relative; }
section.footer-above .foot-page-block div.container .foot-page-block-caption {
padding: 20px;
color: white;
margin: 0 auto; }
section.footer-above .foot-page-block div.container .foot-page-block-caption h4 {
text-transform: uppercase;
margin: 0px;
font-size: 1.5em;
margin-bottom: 15px; }
section.footer-above .foot-page-block div.container .foot-page-block-caption p {
clear: both;
margin: 0px; }
section.footer-above .foot-page-block div.container .foot-page-block-caption a {
display: inline-block;
margin-top: 15px;
color: white;
text-transform: uppercase;
text-decoration: none; }
section.footer-above .foot-page-block div.container .foot-page-block-caption a:hover {
text-decoration: underline; }
section.footer-above .foot-page-block div.container .foot-page-block-caption hr {
background-color: #fff;
border: 0;
height: 4px;
margin-bottom: 1.5em;
width: 360px;
max-width: 100%;
text-align: left;
float: left; }
footer.site-footer {
background-color: #333;
padding: 60px 0px;
overflow: hidden;
color: white;
font-size: 1.25em;
width: 100%; }
footer.site-footer a {
color: white;
text-decoration: none; }
footer.site-footer p {
margin: 0px; }
footer.site-footer .footer-col-container .footer-col {
float: left;
width: 433px;
line-height: 1.25em; }
footer.site-footer .footer-col-container .footer-col h4 {
margin-top: 0px; }
footer.site-footer .footer-col-container .footer-col.last {
float: right;
position: relative;
width: 25%;
text-align: right; }
footer.site-footer .footer-col-container .footer-col.first p:first-child {
margin-top: -5px; }
footer.site-footer .footer-col-container .footer-col.footer-links ul {
margin: 0;
list-style: none; }
footer.site-footer .footer-col-container .footer-col.footer-links ul li {
width: 50%;
float: left; }
footer.site-footer .footer-col-container .footer-col.footer-links ul li a:hover {
text-decoration: underline; }
footer.site-footer .footer-col-container .footer-col.socials {
overflow: hidden; }
footer.site-footer .footer-col-container .footer-col.socials ul {
list-style: none;
margin: 0;
padding: 0; }
footer.site-footer .footer-col-container .footer-col.socials ul li {
margin: 0;
padding: 0;
float: right;
margin-left: 17px; }
footer.site-footer .footer-col-container .footer-col.socials ul li a {
display: block;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
footer.site-footer .footer-col-container .footer-col.socials ul li a i {
font-size: 2em;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
footer.site-footer .footer-col-container .footer-col.socials ul li a:hover i {
color: #A52527;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
footer.site-footer .site-info {
text-align: center;
font-size: 0.8em;
margin-top: 80px; }
footer.site-footer .site-info p {
margin-bottom: 8px; }
footer.site-footer .site-info p:last-child {
font-size: 0.96em;
margin-bottom: 0px !important; }
footer.site-footer .site-info i.fa.fa-heart {
color: #bb3131;
overflow: visible;
font-size: 1.5em;
position: relative;
top: 3px; }
.featured_image {
position: relative;
overflow: hidden; }
.featured_image img {
max-width: none;
width: 1920px; }
.featured_image-caption {
position: absolute;
background-color: rgba(0, 0, 0, 0.86);
color: white;
padding: 25px;
text-align: center;
margin-top: 30px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.featured_image-caption h1 {
text-transform: uppercase; }
a.borderline {
color: #A52527;
text-decoration: none;
display: inline-block;
border-bottom: 1px solid transparent;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
a.borderline:hover {
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
border-color: #A52527; }
.page .page_row {
padding: 20px 0px; }
.page .page_row .rowblock:last-child {
padding-bottom: 0px; }
.page .page_row .rowblock:first-child {
padding-top: 0px; }
.page .page_row:first-child {
padding-top: 0px; }
.page .page_row:last-child {
padding-bottom: 0px; }
.page .page_row-text {
padding: 20px 0px;
text-align: center;
font-size: 20px; }
.page .page_row-text a {
color: #A52527;
text-decoration: none;
display: inline-block;
border-bottom: 1px solid transparent;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.page .page_row-text a:hover {
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
border-color: #A52527; }
.page .page_row-text h2 {
text-transform: uppercase;
font-size: 2em; }
.page .page_row-text h3 {
font-size: 1.75em;
margin-bottom: 0; }
.page .page_row-blocks {
padding: 20px 0px;
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
overflow: hidden; }
.page .page_row-blocks-block {
text-align: center;
color: white;
padding: 20px;
text-align: left;
width: 49%;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
margin: 10px;
line-height: 1.75em;
overflow: hidden; }
.page .page_row-blocks-block h3 {
margin-bottom: 0px; }
.page .page_row-blocks-block p {
margin-top: 0px; }
.page .page_row-blocks-block *:first-child {
margin-top: 0px; }
.page .page_row-blocks-block *:last-child {
margin-bottom: 0px; }
.page .page_row-blocks-block:first-of-type {
background-color: #A52527;
float: left; }
.page .page_row-blocks-block:last-of-type {
background-color: #0E4C72;
float: right; }
.page .page_row-images {
padding: 20px 0px;
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw; }
.page .page_row-images img {
display: block; }
.wpcf7 {
overflow: hidden;
clear: both; }
.wpcf7 h2 {
text-transform: uppercase; }
.wpcf7 label span.hider {
display: none; }
.wpcf7 .field input, .wpcf7 .field textarea, .wpcf7 .field select {
background-color: #EAEAEA;
color: #797979;
border-radius: 0px;
border: none;
padding: 10px;
margin-bottom: 10px; }
.wpcf7 .field input, .wpcf7 .field select {
height: 50px; }
.wpcf7 .field select {
-webkit-appearance: none;
background-image: url(//fossefitness.co.uk/wp-content/themes/le1-bespoke/assets/img/select_arrows.svg);
background-repeat: no-repeat;
background-position: 98.5% 50%; }
.wpcf7 .field.submit-field input {
color: white;
font-weight: 800;
text-transform: uppercase;
font-size: 1.5em;
background-color: #A52527; }
.wpcf7 .field-container .field {
float: left;
width: 49.5%;
margin-right: 1%;
margin-bottom: 4px; }
.wpcf7 .field-container .field:nth-of-type(2n) {
margin-right: 0%; }
.wpcf7 .field-container .field:nth-of-type(2n+1) {
clear: left; }
.contact-page .col-50.information-col {
width: 19%;
max-width: 100%; }
.contact-page .col-50.information-col .col-50 {
width: 100%;
float: none;
clear: left;
margin-bottom: 40px; }
.contact-page .col-50.information-col .col-50 a {
color: inherit;
text-decoration: none;
border-bottom: 3px solid transparent;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.contact-page .col-50.information-col .col-50 a:hover {
border-color: #A52527;
padding-bottom: 3px;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.contact-page .col-50.information-col .col-50 h3 {
font-size: 1.5em;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 10px; }
.contact-page .col-50.map-col {
width: 77%;
float: right; }
.contact-page .col-50.map-col .map iframe {
width: 100%;
height: 700px; }
header.entry-header.margin-head {
margin-top: 140px; }
.no_feat .site-main {
padding-top: 0px; }
.no_feat.page h1.entry-title {
text-align: center; }
.personaltraining-page .page_row {
overflow: hidden; }
.personaltraining-page .personal_trainers-loop-block h3 {
text-transform: uppercase;
text-align: center;
font-size: 1.75em;
margin-bottom: 10px; }
.personaltraining-page .personal_trainers-loop-block-image {
position: relative; }
.personaltraining-page .personal_trainers-loop-block-image img {
display: block; }
.personaltraining-page .personal_trainers-loop-block-image a {
position: absolute;
display: block;
width: 98.3%;
padding: 10px;
font-weight: 700;
font-size: 1.5em;
left: 0;
right: 2%;
margin: auto;
bottom: 10px;
text-transform: uppercase;
color: white;
text-decoration: none;
text-align: center;
background-color: rgba(165, 37, 39, 0.81);
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.personaltraining-page .personal_trainers-loop-block-image a:hover {
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
background-color: #a52527; }
div.facilities-container ul li {
list-style: none; }
.single-personal_trainer h1, .single-business h1 {
text-transform: uppercase; }
.single-personal_trainer .post-image, .single-business .post-image {
width: 50%;
float: left; }
.single-personal_trainer .post-image img, .single-business .post-image img {
width: 100%; }
.single-personal_trainer .post-content, .single-business .post-content {
width: 48%;
float: right; }
.single-personal_trainer .post-content p strong, .single-business .post-content p strong {
font-size: 26px; }
.single-personal_trainer .post-content a, .single-business .post-content a {
border-bottom: transparent 2px solid;
color: #A52527;
transition: ease-in-out 0.2s;
text-decoration: none; }
.single-personal_trainer .post-content a:hover, .single-business .post-content a:hover {
transition: ease-in-out 0.2s;
padding-bottom: 3px;
border-bottom: #A52527 3px solid; }
.single-personal_trainer .post-content .wp-block-image img, .single-business .post-content .wp-block-image img {
margin: 0 auto;
display: block;
height: 410px;
width: 100%; }
.page-template-page-business .personal_trainers-loop-block-image img {
margin: 0 auto;
max-width: 100%;
height: auto; }
.membership-page .memberships_list-block {
background-color: #eee;
padding: 20px;
position: relative;
padding-bottom: 60px; }
.membership-page .memberships_list-block h2 {
margin-top: 0px;
text-transform: uppercase; }
.membership-page .memberships_list-block ul {
margin: 0px;
list-style: none; }
.membership-page .memberships_list-block ul li strong.price {
color: #A52527; }
.membership-page .memberships_list-block a.purchase_link {
display: block;
width: 100%;
text-align: center;
text-decoration: none;
color: white;
text-transform: uppercase;
position: absolute;
bottom: 0px;
background-color: #A52527;
font-weight: 700;
padding: 10px;
padding-left: inherit;
padding-right: inherit;
position: absolute;
left: 0;
right: 0;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.membership-page .memberships_list-block a.purchase_link:hover {
background-color: #c22c2e;
-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.membership-page .payment_methods img {
display: inline-block; }
.membership-page .payment_methods p {
display: inline-block;
margin: 0px; }
.contactless-methods {
width: 100%;
display: inline-block;
margin-bottom: .5em;
margin-top: .2em;
padding-left: .4em; }
.contactless-methods img {
float: left;
height: 45px;
width: auto !important; }
.contactless-methods img:first-of-type {
margin-right: 15px; }
.mm-menu.mm-offcanvas.mm-opened {
z-index: 99; }
.entry-title-facilities {
text-align: center;
text-transform: uppercase;
margin-top: 70px; }
ol.flex-control-nav {
background-color: #353535;
padding: 20px !important; }
ol.flex-control-nav li a {
background-color: white; }
.flex-control-paging li a.flex-active {
background-color: #A52527 !important; }
.flex-control-paging li a:hover {
background: #A52527 !important; }
.fac-block-link {
color: white;
text-decoration: none;
border-bottom: white 1px solid;
transition: ease-in-out 0.2s; }
.fac-block-link:hover {
padding-bottom: 3px;
border-bottom: white 3px solid;
transition: ease-in-out 0.2s; }
.page-template-page-facilities .page_row-blocks .page_row-blocks-block ul {
list-style: none;
margin: 0; }
.page-template-page-facilities .metaslider {
max-width: 100% !important;
width: 1335px;
margin: 0 auto; }
.blog .site-main, .single-post .site-main {
padding-top: 0px; }
.blog .blog_header, .single-post .blog_header {
background-color: #eee;
overflow: hidden;
text-align: center;
padding: 30px 0px;
margin-bottom: 30px; }
.blog .blog_header .title, .single-post .blog_header .title {
text-transform: uppercase;
text-align: center;
font-size: 2em; }
.blog .blog_header .title h2, .single-post .blog_header .title h2 {
margin-bottom: 20px;
margin-top: 0; }
.blog .blog_header .title h2 a, .single-post .blog_header .title h2 a {
color: inherit;
text-decoration: none; }
.blog .blog_header .title h2 a:hover, .single-post .blog_header .title h2 a:hover {
color: #c62225; }
.blog .blog_header .cont, .single-post .blog_header .cont {
display: inline-block; }
.blog .blog_header .cont .image, .single-post .blog_header .cont .image {
float: left;
margin-right: 30px; }
.blog .blog_header .cont .text, .single-post .blog_header .cont .text {
float: left;
text-align: left; }
.blog .blog_header .cont .content, .single-post .blog_header .cont .content {
width: 470px;
max-width: 100%; }
.blog .blog_header .cont .content p, .single-post .blog_header .cont .content p {
margin: 0;
margin-top: 13px; }
.blog header.entryhead, .single-post header.entryhead {
border-bottom: solid 1px #D8D8D8;
width: 900px;
padding-bottom: 9px;
max-width: 100%; }
.blog header.entryhead h2, .single-post header.entryhead h2 {
margin-top: 0; }
.blog header.entryhead h2 a, .single-post header.entryhead h2 a {
text-decoration: none;
text-transform: uppercase;
color: inherit; }
.blog header.entryhead h2 a:hover, .single-post header.entryhead h2 a:hover {
color: #A52527; }
.blog a.moretag, .single-post a.moretag {
display: block;
text-decoration: none;
color: #A52527; }
.blog a.moretag:hover, .single-post a.moretag:hover {
text-decoration: underline; }
.wrap.members-form {
margin-top: -25px; }
.member-form-title {
text-transform: uppercase;
margin: 0;
padding-bottom: 40px;
padding-top: 30px; }
.members-form {
overflow: hidden;
clear: both; }
.members-form h2 {
text-transform: uppercase; }
.members-form label span.hider {
display: none; }
.members-form .field input, .members-form .field textarea, .members-form .field select {
background-color: #EAEAEA;
color: #797979;
border-radius: 0px;
border: none;
padding: 10px;
margin-bottom: 10px; }
.members-form .field input, .members-form .field select {
height: 50px; }
.members-form .field select {
-webkit-appearance: none;
background-image: url(//fossefitness.co.uk/wp-content/themes/le1-bespoke/assets/img/select_arrows.svg);
background-repeat: no-repeat;
background-position: 98.5% 50%; }
.members-form .field.submit-field input {
color: white;
font-weight: 800;
text-transform: uppercase;
font-size: 1.5em;
background-color: #A52527; }
.members-form .field-container .field {
float: left;
width: 49.5%;
margin-right: 1%;
margin-bottom: 4px; }
.members-form .field-container .field:nth-of-type(2n) {
margin-right: 0%; }
.members-form .field-container .field:nth-of-type(2n+1) {
clear: left; }
.ml-slider-3-11-1.metaslider.metaslider-flex.metaslider-465.ml-slider {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw; }
@media only screen and (max-width: 1366px) {
.page .entry-header .featured_image img, .blog .entry-header .featured_image img {
width: 1500px; }
.contact-page .col-50.information-col {
width: 25%; }
.contact-page .col-50.map-col {
width: 70%; }
.contact-page .col-50.map-col .map iframe {
height: 600px; } }
@media only screen and (max-width: 1100px) {
section.footer-above .col-50.information-col {
font-size: 0.8em; } }
@media only screen and (min-width: 1025px) {
.memberships_list-commercial {
float: left;
width: 66.25%;
margin-top: 20px; }
.membership-page .payment_methods {
margin-top: 15px;
float: right;
width: 32.5%; }
.membership-page .payment_methods img {
width: 100%; }
.membership-page .payment_methods p {
font-size: 13px; }
.membership-page .memberships_list {
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex; }
.membership-page .memberships_list .memberships_list-block {
float: left;
width: 33.33%;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
margin-right: 20px; }
.membership-page .memberships_list .memberships_list-block:nth-child(3n) {
margin-right: 0; }
.membership-page .memberships_list .memberships_list-block:nth-child(3n+1) {
clear: left; } }
@media only screen and (max-width: 1024px) {
.membership-page .payment_methods img {
float: left;
margin-right: 10px; }
.membership-page .payment_methods p {
float: left;
margin-top: 10px; }
.membership-page .memberships_list-block {
float: left;
width: 100%;
margin-bottom: 20px; }
.page .entry-header .featured_image img, .blog .entry-header .featured_image img {
width: 1200px; }
section.footer-above .col-50.map-col, section.footer-above .col-50.information-col {
width: 100%; }
section.footer-above .col-50.information-col {
margin-bottom: 60px;
font-size: 1em; }
section.footer-above .col-50.foot-page-block {
width: 624px !important;
margin: 0 auto;
margin-bottom: 60px;
float: left;
max-width: 100%; }
.page-template-page-contact section.footer-above .col-50.foot-page-block {
float: none; }
.page-template-page-contact section.footer-above .col-50.foot-page-block:last-child {
float: none; }
.contact-page .col-50.information-col {
width: 27%; }
.contact-page .col-50.map-col {
width: 68%; }
.contact-page .col-50.map-col .map iframe {
height: 550px; } }
.cf7 {
overflow: hidden;
clear: both; }
.cf7 h2 {
text-transform: uppercase; }
.cf7 label span.hider {
display: none; }
.cf7 .field input, .cf7 .field textarea, .cf7 .field select {
background-color: #EAEAEA;
color: #797979;
border-radius: 0px;
border: none;
padding: 10px;
margin-bottom: 10px; }
.cf7 .field input, .cf7 .field select {
height: 50px; }
.cf7 .field select {
-webkit-appearance: none;
background-image: url(//fossefitness.co.uk/wp-content/themes/le1-bespoke/assets/img/select_arrows.svg);
background-repeat: no-repeat;
background-position: 98.5% 50%; }
.cf7 .field.submit-field input {
color: white;
font-weight: 800;
text-transform: uppercase;
font-size: 1.5em;
background-color: #A52527; }
.cf7 .field-container .field {
float: left;
width: 49.5%;
margin-right: 1%;
margin-bottom: 4px; }
.cf7 .field-container .field:nth-of-type(2n) {
margin-right: 0%; }
.cf7 .field-container .field:nth-of-type(2n+1) {
clear: left; }
.hide-footer {
display: none; }
.metaslider .flexslider .flex-next {
opacity: 0.7 !important;
right: 5px !important;
background-image: url(//fossefitness.co.uk/wp-content/themes/le1-bespoke/assets/img/caret-right-solid.svg) !important;
background-size: 100% !important;
height: 56px !important; }
.metaslider .flexslider .flex-next:hover {
opacity: 1 !important; }
.metaslider .flexslider .flex-prev {
opacity: 0.7 !important;
left: 5px !important;
text-indent: -9999px !important;
background-image: url(//fossefitness.co.uk/wp-content/themes/le1-bespoke/assets/img/caret-left-solid.svg) !important;
background-size: 100% !important;
height: 56px !important; }
.metaslider .flexslider .flex-prev:hover {
opacity: 1 !important; }
.single-post h1 {
margin-bottom: 0px; }
.page-id-487 .page .page_row-text {
text-align: left; } @media only screen and (min-width: 813px) {
.personaltraining-page .personal_trainers-loop-block {
float: left;
width: 48%;
margin-right: 4%; }
.personaltraining-page .personal_trainers-loop-block:nth-child(2n) {
margin-right: 0; }
.personaltraining-page .personal_trainers-loop-block:nth-child(2n+1) {
clear: left; } }
@media only screen and (max-width: 812px) {
.page .page_row-text h2 {
font-size: 1.5em; }
.page-template-page-facilities .metaslider {
margin-top: 60px; }
.single-personal_trainer .post-image, .single-business .post-image {
width: 100%;
float: none;
margin-bottom: 1em; }
.single-personal_trainer .post-content, .single-business .post-content {
width: 100%;
float: none;
margin-top: 0px; }
.blog header.entryhead h2 {
margin-top: 10px;
line-height: 28px; }
.single-post .singlepost .post-image, .blog .post-image {
float: none;
width: 276px;
max-width: 100%; }
.single-post .singlepost .post-content, .blog .post-content {
margin-top: 1em;
float: none;
width: 100%;
clear: left; }
.personaltraining-page .personal_trainers-loop-block {
float: none;
width: 624px;
margin: 0 auto;
max-width: 100%;
margin-right: auto;
margin-bottom: 60px; }
.personaltraining-page .personal_trainers-loop-block:last-child {
margin-bottom: 0px; }
.contact-page .col-50.information-col {
width: 37% !important;
float: left !important; }
.contact-page .col-50.information-col .col-50 {
text-align: left !important; }
.contact-page .col-50.map-col {
width: 63% !important;
float: right !important; }
.footer-above .col-50 {
text-align: left; }
.home .site-main {
padding: 30px 0px; }
.page .entry-header .featured_image-caption, .blog .entry-header .featured_image-caption {
width: 90%; }
.page .page_row-blocks {
margin: 0px;
display: block !important; }
.page .page_row-blocks-block {
margin: 0;
float: none;
width: 100%;
margin-bottom: 20px; } }
@media only screen and (max-width: 715px) {
.contact-page .col-50.information-col {
width: 100% !important;
float: none !important; }
.contact-page .col-50.information-col .col-50 {
text-align: left !important; }
.contact-page .col-50.map-col {
margin-top: 20px;
width: 100% !important;
float: none !important; }
.blog .blog_header .title {
font-size: 1.5em; }
.blog .blog_header .cont .image {
float: none;
margin-right: 0px;
display: block;
margin: 0 auto; }
.blog .blog_header .cont .text {
float: none;
text-align: center; }
.blog .blog_header .cont .content {
width: 100%; } } @media only screen and (max-width: 667px) {
.page .entry-header .featured_image img, .blog .entry-header .featured_image img {
width: 1500px;
margin-left: -460px; } } @media only screen and (min-width: 569px) {
section.footer-above .foot-page-block div.container .foot-page-block-caption {
position: absolute;
bottom: 11px;
left: 0;
right: 0;
width: 96%;
min-height: 214px; }
section.footer-above .foot-page-block.facilities div.container .foot-page-block-caption {
background-color: rgba(165, 37, 39, 0.81); }
section.footer-above .foot-page-block.membership div.container .foot-page-block-caption {
background-color: rgba(14, 76, 114, 0.81); } }
@media only screen and (max-width: 568px) {
section.footer-above .foot-page-block.facilities div.container .foot-page-block-caption {
background-color: #A52527; }
section.footer-above .foot-page-block.membership div.container .foot-page-block-caption {
background-color: #0E4C72; }
.wpcf7 .field-container .field {
float: none;
width: 100%;
margin-right: 0%;
margin-bottom: 4px; } }
@media only screen and (min-width: 976px) {
.menu-toggle, #mob-navigation {
display: none !important; }
.main-navigation ul {
display: block !important; }
html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
-webkit-transform: translate(0px, 0) !important;
-ms-transform: translate(0px, 0) !important;
transform: translate(0px, 0) !important;
-webkit-transform: translate3d(0px, 0, 0) !important;
transform: translate3d(0px, 0, 0) !important; }
.phone_icon {
display: none; } }
@media only screen and (max-width: 975px) {
header#masthead .logo {
position: fixed;
top: 0;
left: auto;
right: auto;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
left: 50%;
opacity: 0.9; }
header#masthead .menu-toggle {
float: left; }
header#masthead .phone_icon {
float: right;
display: block; }
header#masthead .menu-toggle, header#masthead .phone_icon {
margin-top: 16px; }
header#masthead .menu-toggle i, header#masthead .phone_icon i {
color: white;
font-size: 29px; } }
@media only screen and (min-width: 813px) {
.home .dropdowns ul li:nth-last-of-type(-n+2) {
margin-bottom: 0; }
.home .dropdowns ul li:nth-child(2n) {
margin-right: 0; }
.home .dropdowns ul li:nth-child(2n+1) {
clear: left; } }
@media only screen and (max-width: 812px) {
footer.site-footer .site-info {
margin-top: 40px; }
footer.site-footer .footer-col-container .footer-col {
width: 100%;
text-align: center;
float: none; }
footer.site-footer .footer-col-container .footer-col h4 {
margin-bottom: 10px; }
footer.site-footer .footer-col-container .footer-col.last {
float: none;
margin: 0 auto;
margin-top: 40px;
text-align: center; }
footer.site-footer .footer-col-container .footer-col.last.socials ul li {
float: none;
display: inline-block; }
footer.site-footer .footer-col-container .footer-col.last.socials ul li:first-child {
margin-left: 0px; }
.col-50, footer.site-footer .footer-col-container .footer-col.footer-links ul li {
width: 100% !important;
float: none;
text-align: center; }
.home .dropdowns ul li {
width: 100%;
margin-right: 0%; }
section.footer-above .col-50.information-col {
margin-bottom: 0px; }
section.footer-above .col-50.information-col .col-50.nomarg {
margin-bottom: 40px; }
footer.site-footer a {
padding: 6px 0px;
display: inline-block; }
.entry-header h1, .home .entry-header h1 {
font-size: 1.5em; }
.site-main, footer.site-footer {
padding: 30px 0px; } }
@media only screen and (max-width: 750px) {
footer.site-footer .footer-col-container .footer-col {
float: none !important;
padding: 0px !important;
width: 100% !important;
text-align: center !important;
margin-bottom: 40px; }
footer.site-footer .footer-col-container .footer-col a.line {
margin-right: 0px !important; }
footer.site-footer .site-info {
margin-top: 40px !important; } }
@media only screen and (max-width: 666px) {
.site-content .featured_image img {
height: 100%;
width: 1049px;
max-width: none;
margin-left: -190px; } }
@media only screen and (max-width: 600px) {
html.mm-opened a.close-button {
display: block !important; }
html.mm-opened a.close-button i {
color: #333;
margin: 0.5em;
font-size: 2em; }
#page.site.wrap {
max-width: 100% !important; } }
@media only screen and (max-width: 575px) {
.site-content .featured_image img {
width: 829px;
margin-left: -220px;
opacity: .9; } }