@charset "UTF-8";
.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 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 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;
}*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#mt-columns { text-align:center; }
#mt-columns .fa { margin-bottom:15px; font-size:24px; }  
#mt-columns .column-box { margin-bottom:25px; margin-right:2%; } 
#mt-columns .column-box:last-child { margin-right:0; }
#mt-columns h1, #mt-columns h2, #mt-columns h3, #mt-columns h4, #mt-columns h5, #mt-columns h6 { margin-bottom:10px; }  
body { 
margin: 0px;
}
[class*='col-'] {
float: left;
padding-right: 20px; }
.grid {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}
.grid:after {
content: "";
display: table;
clear: both;
}
.grid-pad {
padding-top: 20px;
padding-left: 20px; padding-right: 0px; }
.push-right {
float: right;
} .col-1-1 {
width: 100%;
}
.col-2-3, .col-8-12 {
width: 66.66%;
}
.col-1-2, .col-6-12 {
width: 50%;
}
.col-1-3, .col-4-12 {
width: 33.33%;
}
.col-1-4, .col-3-12 {
width: 25%;
}
.col-1-5 {
width: 20%;
}
.col-1-6, .col-2-12 {
width: 16.667%;
}
.col-1-7 {
width: 14.28%;
}
.col-1-8 {
width: 12.5%;
}
.col-1-9 {
width: 11.1%;
}
.col-1-10 {
width: 10%;
}
.col-1-11 {
width: 9.09%;
}
.col-1-12 {
width: 8.33%
} .col-11-12 {
width: 91.66%
}
.col-10-12 {
width: 83.333%;
}
.col-9-12 {
width: 75%;
}
.col-5-12 {
width: 41.66%;
}
.col-7-12 {
width: 58.33%
} .push-2-3, .push-8-12 {
margin-left: 66.66%;
}
.push-1-2, .push-6-12 {
margin-left: 50%;
}
.push-1-3, .push-4-12 {
margin-left: 33.33%;
}
.push-1-4, .push-3-12 {
margin-left: 25%;
}
.push-1-5 {
margin-left: 20%;
}
.push-1-6, .push-2-12 {
margin-left: 16.667%;
}
.push-1-7 {
margin-left: 14.28%;
}
.push-1-8 {
margin-left: 12.5%;
}
.push-1-9 {
margin-left: 11.1%;
}
.push-1-10 {
margin-left: 10%;
}
.push-1-11 {
margin-left: 9.09%;
}
.push-1-12 {
margin-left: 8.33%
}
@media handheld, only screen and (max-width: 767px) {
.grid {
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 20px; padding-right: 10px; }
[class*='col-'] {
width: auto;
float: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; } [class*='mobile-col-'] {
float: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; padding-bottom: 0px;
}
.mobile-col-1-1 {
width: 100%;
}
.mobile-col-2-3, .mobile-col-8-12 {
width: 66.66%;
}
.mobile-col-1-2, .mobile-col-6-12 {
width: 50%;
}
.mobile-col-1-3, .mobile-col-4-12 {
width: 33.33%;
}
.mobile-col-1-4, .mobile-col-3-12 {
width: 25%;
}
.mobile-col-1-5 {
width: 20%;
}
.mobile-col-1-6, .mobile-col-2-12 {
width: 16.667%;
}
.mobile-col-1-7 {
width: 14.28%;
}
.mobile-col-1-8 {
width: 12.5%;
}
.mobile-col-1-9 {
width: 11.1%;
}
.mobile-col-1-10 {
width: 10%;
}
.mobile-col-1-11 {
width: 9.09%;
}
.mobile-col-1-12 {
width: 8.33%
} .mobile-col-11-12 {
width: 91.66%
}
.mobile-col-10-12 {
width: 83.333%;
}
.mobile-col-9-12 {
width: 75%;
}
.mobile-col-5-12 {
width: 41.66%;
}
.mobile-col-7-12 {
width: 58.33%
}
.hide-on-mobile {
display: none !important;
width: 0;
height: 0;
}
}*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0px;
}
[class*='col-'] {
float: left;
padding-right: 20px; }
.grid {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}
.grid:after {
content: "";
display: table;
clear: both;
}
.grid-pad {
padding-top: 20px;
padding-left: 20px; padding-right: 0px; }
.push-right {
float: right;
} .col-1-1 {
width: 100%;
}
.col-2-3, .col-8-12 {
width: 66.66%;
}
.col-1-2, .col-6-12 {
width: 50%;
}
.col-1-3, .col-4-12 {
width: 33.33%;
}
.col-1-4, .col-3-12 {
width: 25%;
}
.col-1-5 {
width: 20%;
}
.col-1-6, .col-2-12 {
width: 16.667%;
}
.col-1-7 {
width: 14.28%;
}
.col-1-8 {
width: 12.5%;
}
.col-1-9 {
width: 11.1%;
}
.col-1-10 {
width: 10%;
}
.col-1-11 {
width: 9.09%;
}
.col-1-12 {
width: 8.33%
} .col-11-12 {
width: 91.66%
}
.col-10-12 {
width: 83.333%;
}
.col-9-12 {
width: 75%;
}
.col-5-12 {
width: 41.66%;
}
.col-7-12 {
width: 58.33%
} .push-2-3, .push-8-12 {
margin-left: 66.66%;
}
.push-1-2, .push-6-12 {
margin-left: 50%;
}
.push-1-3, .push-4-12 {
margin-left: 33.33%;
}
.push-1-4, .push-3-12 {
margin-left: 25%;
}
.push-1-5 {
margin-left: 20%;
}
.push-1-6, .push-2-12 {
margin-left: 16.667%;
}
.push-1-7 {
margin-left: 14.28%;
}
.push-1-8 {
margin-left: 12.5%;
}
.push-1-9 {
margin-left: 11.1%;
}
.push-1-10 {
margin-left: 10%;
}
.push-1-11 {
margin-left: 9.09%;
}
.push-1-12 {
margin-left: 8.33%
}
@media handheld, only screen and (max-width: 767px) {
.grid {
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 20px; padding-right: 10px; }
[class*='col-'] {
width: auto;
float: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; } [class*='mobile-col-'] {
float: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; padding-bottom: 0px;
}
.mobile-col-1-1 {
width: 100%;
}
.mobile-col-2-3, .mobile-col-8-12 {
width: 66.66%;
}
.mobile-col-1-2, .mobile-col-6-12 {
width: 50%;
}
.mobile-col-1-3, .mobile-col-4-12 {
width: 33.33%;
}
.mobile-col-1-4, .mobile-col-3-12 {
width: 25%;
}
.mobile-col-1-5 {
width: 20%;
}
.mobile-col-1-6, .mobile-col-2-12 {
width: 16.667%;
}
.mobile-col-1-7 {
width: 14.28%;
}
.mobile-col-1-8 {
width: 12.5%;
}
.mobile-col-1-9 {
width: 11.1%;
}
.mobile-col-1-10 {
width: 10%;
}
.mobile-col-1-11 {
width: 9.09%;
}
.mobile-col-1-12 {
width: 8.33%
} .mobile-col-11-12 {
width: 91.66%
}
.mobile-col-10-12 {
width: 83.333%;
}
.mobile-col-9-12 {
width: 75%;
}
.mobile-col-5-12 {
width: 41.66%;
}
.mobile-col-7-12 {
width: 58.33%
}
.hide-on-mobile {
display: none !important;
width: 0;
height: 0;
}
}.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: block;
vertical-align: middle;
*vertical-align: auto;
position: relative;
font-size:32px; 
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
*display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
display: -moz-inline-box;
-moz-box-orient: vertical; 
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
*display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
*display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default { 
line-height: 1.1em;
margin-bottom: 15px;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
text-align: center; 
}
#mt-details { 
text-align: center;
}
#mt-details .fa { 
font-size: 24px;  
margin-bottom: 15px;
}*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0px;
}
[class*='col-'] {
float: left;
padding-right: 20px; }
.grid {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}
.grid:after {
content: "";
display: table;
clear: both;
}
.grid-pad {
padding-top: 20px;
padding-left: 20px; padding-right: 0px; }
.push-right {
float: right;
} .col-1-1 {
width: 100%;
}
.col-2-3, .col-8-12 {
width: 66.66%;
}
.col-1-2, .col-6-12 {
width: 50%;
}
.col-1-3, .col-4-12 {
width: 33.33%;
}
.col-1-4, .col-3-12 {
width: 25%;
}
.col-1-5 {
width: 20%;
}
.col-1-6, .col-2-12 {
width: 16.667%;
}
.col-1-7 {
width: 14.28%;
}
.col-1-8 {
width: 12.5%;
}
.col-1-9 {
width: 11.1%;
}
.col-1-10 {
width: 10%;
}
.col-1-11 {
width: 9.09%;
}
.col-1-12 {
width: 8.33%
} .col-11-12 {
width: 91.66%
}
.col-10-12 {
width: 83.333%;
}
.col-9-12 {
width: 75%;
}
.col-5-12 {
width: 41.66%;
}
.col-7-12 {
width: 58.33%
} .push-2-3, .push-8-12 {
margin-left: 66.66%;
}
.push-1-2, .push-6-12 {
margin-left: 50%;
}
.push-1-3, .push-4-12 {
margin-left: 33.33%;
}
.push-1-4, .push-3-12 {
margin-left: 25%;
}
.push-1-5 {
margin-left: 20%;
}
.push-1-6, .push-2-12 {
margin-left: 16.667%;
}
.push-1-7 {
margin-left: 14.28%;
}
.push-1-8 {
margin-left: 12.5%;
}
.push-1-9 {
margin-left: 11.1%;
}
.push-1-10 {
margin-left: 10%;
}
.push-1-11 {
margin-left: 9.09%;
}
.push-1-12 {
margin-left: 8.33%
}
@media handheld, only screen and (max-width: 767px) {
.grid {
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 20px; padding-right: 10px; }
[class*='col-'] {
width: auto;
float: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; } [class*='mobile-col-'] {
float: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; padding-bottom: 0px;
}
.mobile-col-1-1 {
width: 100%;
}
.mobile-col-2-3, .mobile-col-8-12 {
width: 66.66%;
}
.mobile-col-1-2, .mobile-col-6-12 {
width: 50%;
}
.mobile-col-1-3, .mobile-col-4-12 {
width: 33.33%;
}
.mobile-col-1-4, .mobile-col-3-12 {
width: 25%;
}
.mobile-col-1-5 {
width: 20%;
}
.mobile-col-1-6, .mobile-col-2-12 {
width: 16.667%;
}
.mobile-col-1-7 {
width: 14.28%;
}
.mobile-col-1-8 {
width: 12.5%;
}
.mobile-col-1-9 {
width: 11.1%;
}
.mobile-col-1-10 {
width: 10%;
}
.mobile-col-1-11 {
width: 9.09%;
}
.mobile-col-1-12 {
width: 8.33%
} .mobile-col-11-12 {
width: 91.66%
}
.mobile-col-10-12 {
width: 83.333%;
}
.mobile-col-9-12 {
width: 75%;
}
.mobile-col-5-12 {
width: 41.66%;
}
.mobile-col-7-12 {
width: 58.33%
}
.hide-on-mobile {
display: none !important;
width: 0;
height: 0;
}
}*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0px;
}
[class*='col-'] {
float: left;
padding-right: 20px; }
.grid {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}
.grid:after {
content: "";
display: table;
clear: both;
}
.grid-pad {
padding-top: 20px;
padding-left: 20px; padding-right: 0px; }
.push-right {
float: right;
} .col-1-1 {
width: 100%;
}
.col-2-3, .col-8-12 {
width: 66.66%;
}
.col-1-2, .col-6-12 {
width: 50%;
}
.col-1-3, .col-4-12 {
width: 33.33%;
}
.col-1-4, .col-3-12 {
width: 25%;
}
.col-1-5 {
width: 20%;
}
.col-1-6, .col-2-12 {
width: 16.667%;
}
.col-1-7 {
width: 14.28%;
}
.col-1-8 {
width: 12.5%;
}
.col-1-9 {
width: 11.1%;
}
.col-1-10 {
width: 10%;
}
.col-1-11 {
width: 9.09%;
}
.col-1-12 {
width: 8.33%
} .col-11-12 {
width: 91.66%
}
.col-10-12 {
width: 83.333%;
}
.col-9-12 {
width: 75%;
}
.col-5-12 {
width: 41.66%;
}
.col-7-12 {
width: 58.33%
} .push-2-3, .push-8-12 {
margin-left: 66.66%;
}
.push-1-2, .push-6-12 {
margin-left: 50%;
}
.push-1-3, .push-4-12 {
margin-left: 33.33%;
}
.push-1-4, .push-3-12 {
margin-left: 25%;
}
.push-1-5 {
margin-left: 20%;
}
.push-1-6, .push-2-12 {
margin-left: 16.667%;
}
.push-1-7 {
margin-left: 14.28%;
}
.push-1-8 {
margin-left: 12.5%;
}
.push-1-9 {
margin-left: 11.1%;
}
.push-1-10 {
margin-left: 10%;
}
.push-1-11 {
margin-left: 9.09%;
}
.push-1-12 {
margin-left: 8.33%
}
@media handheld, only screen and (max-width: 767px) {
.grid {
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 20px; padding-right: 10px; }
[class*='col-'] {
width: auto;
float: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; } [class*='mobile-col-'] {
float: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; padding-bottom: 0px;
}
.mobile-col-1-1 {
width: 100%;
}
.mobile-col-2-3, .mobile-col-8-12 {
width: 66.66%;
}
.mobile-col-1-2, .mobile-col-6-12 {
width: 50%;
}
.mobile-col-1-3, .mobile-col-4-12 {
width: 33.33%;
}
.mobile-col-1-4, .mobile-col-3-12 {
width: 25%;
}
.mobile-col-1-5 {
width: 20%;
}
.mobile-col-1-6, .mobile-col-2-12 {
width: 16.667%;
}
.mobile-col-1-7 {
width: 14.28%;
}
.mobile-col-1-8 {
width: 12.5%;
}
.mobile-col-1-9 {
width: 11.1%;
}
.mobile-col-1-10 {
width: 10%;
}
.mobile-col-1-11 {
width: 9.09%;
}
.mobile-col-1-12 {
width: 8.33%
} .mobile-col-11-12 {
width: 91.66%
}
.mobile-col-10-12 {
width: 83.333%;
}
.mobile-col-9-12 {
width: 75%;
}
.mobile-col-5-12 {
width: 41.66%;
}
.mobile-col-7-12 {
width: 58.33%
}
.hide-on-mobile {
display: none !important;
width: 0;
height: 0;
}
}*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0px;
}
[class*='col-'] {
float: left;
padding-right: 20px; }
.grid {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}
.grid:after {
content: "";
display: table;
clear: both;
}
.grid-pad {
padding-top: 20px;
padding-left: 20px; padding-right: 0px; }
.push-right {
float: right;
} .col-1-1 {
width: 100%;
}
.col-2-3, .col-8-12 {
width: 66.66%;
}
.col-1-2, .col-6-12 {
width: 50%;
}
.col-1-3, .col-4-12 {
width: 33.33%;
}
.col-1-4, .col-3-12 {
width: 25%;
}
.col-1-5 {
width: 20%;
}
.col-1-6, .col-2-12 {
width: 16.667%;
}
.col-1-7 {
width: 14.28%;
}
.col-1-8 {
width: 12.5%;
}
.col-1-9 {
width: 11.1%;
}
.col-1-10 {
width: 10%;
}
.col-1-11 {
width: 9.09%;
}
.col-1-12 {
width: 8.33%
} .col-11-12 {
width: 91.66%
}
.col-10-12 {
width: 83.333%;
}
.col-9-12 {
width: 75%;
}
.col-5-12 {
width: 41.66%;
}
.col-7-12 {
width: 58.33%
} .push-2-3, .push-8-12 {
margin-left: 66.66%;
}
.push-1-2, .push-6-12 {
margin-left: 50%;
}
.push-1-3, .push-4-12 {
margin-left: 33.33%;
}
.push-1-4, .push-3-12 {
margin-left: 25%;
}
.push-1-5 {
margin-left: 20%;
}
.push-1-6, .push-2-12 {
margin-left: 16.667%;
}
.push-1-7 {
margin-left: 14.28%;
}
.push-1-8 {
margin-left: 12.5%;
}
.push-1-9 {
margin-left: 11.1%;
}
.push-1-10 {
margin-left: 10%;
}
.push-1-11 {
margin-left: 9.09%;
}
.push-1-12 {
margin-left: 8.33%
}
@media handheld, only screen and (max-width: 767px) {
.grid {
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 20px; padding-right: 10px; }
[class*='col-'] {
width: auto;
float: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; } [class*='mobile-col-'] {
float: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; padding-bottom: 0px;
}
.mobile-col-1-1 {
width: 100%;
}
.mobile-col-2-3, .mobile-col-8-12 {
width: 66.66%;
}
.mobile-col-1-2, .mobile-col-6-12 {
width: 50%;
}
.mobile-col-1-3, .mobile-col-4-12 {
width: 33.33%;
}
.mobile-col-1-4, .mobile-col-3-12 {
width: 25%;
}
.mobile-col-1-5 {
width: 20%;
}
.mobile-col-1-6, .mobile-col-2-12 {
width: 16.667%;
}
.mobile-col-1-7 {
width: 14.28%;
}
.mobile-col-1-8 {
width: 12.5%;
}
.mobile-col-1-9 {
width: 11.1%;
}
.mobile-col-1-10 {
width: 10%;
}
.mobile-col-1-11 {
width: 9.09%;
}
.mobile-col-1-12 {
width: 8.33%
} .mobile-col-11-12 {
width: 91.66%
}
.mobile-col-10-12 {
width: 83.333%;
}
.mobile-col-9-12 {
width: 75%;
}
.mobile-col-5-12 {
width: 41.66%;
}
.mobile-col-7-12 {
width: 58.33%
}
.hide-on-mobile {
display: none !important;
width: 0;
height: 0;
}
}progress {
display: inline-block;
vertical-align: baseline;
}
.skills-info ul {
padding: 0;
margin: 0;
}
.skills-info ul li {
list-style: none outside none; 
margin-bottom: 5px;
}
.skills-bg span {
display: table;
height: 10px;
left: 0;
position: absolute;
top: 0;
}
.skill1, .skill2, .skill3, .skill4, .skill5 {
transition: all 0.7s ease-in-out 0s;
width: 0;
}
.skills-info p {
font-size: 13px;
margin-bottom: 1px !important; 
text-align: left;
max-width: 100%;
}
.skills-info p span {  
float: right;
}
.skills-p p {
text-align:left;
font-size:16px;
}
.skills-info { display:block; margin-bottom: 20px; } .progressBar { 
width: 100%;
max-width: 500px;
height: 22px;
background-color: #dddddd;
}
.progressBar div {
height: 100%;
color: #ffffff; 
text-align: right;
line-height: 22px; width: 0;
background-color: #000000; 
} 
@media handheld, only screen and (max-width: 767px) {
.progressBar { width: 100%; }  
}*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0px;
}
[class*='col-'] {
float: left;
padding-right: 20px; }
.grid {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}
.grid:after {
content: "";
display: table;
clear: both;
}
.grid-pad {
padding-top: 20px;
padding-left: 20px; padding-right: 0px; }
.push-right {
float: right;
} .col-1-1 {
width: 100%;
}
.col-2-3, .col-8-12 {
width: 66.66%;
}
.col-1-2, .col-6-12 {
width: 50%;
}
.col-1-3, .col-4-12 {
width: 33.33%;
}
.col-1-4, .col-3-12 {
width: 25%;
}
.col-1-5 {
width: 20%;
}
.col-1-6, .col-2-12 {
width: 16.667%;
}
.col-1-7 {
width: 14.28%;
}
.col-1-8 {
width: 12.5%;
}
.col-1-9 {
width: 11.1%;
}
.col-1-10 {
width: 10%;
}
.col-1-11 {
width: 9.09%;
}
.col-1-12 {
width: 8.33%
} .col-11-12 {
width: 91.66%
}
.col-10-12 {
width: 83.333%;
}
.col-9-12 {
width: 75%;
}
.col-5-12 {
width: 41.66%;
}
.col-7-12 {
width: 58.33%
} .push-2-3, .push-8-12 {
margin-left: 66.66%;
}
.push-1-2, .push-6-12 {
margin-left: 50%;
}
.push-1-3, .push-4-12 {
margin-left: 33.33%;
}
.push-1-4, .push-3-12 {
margin-left: 25%;
}
.push-1-5 {
margin-left: 20%;
}
.push-1-6, .push-2-12 {
margin-left: 16.667%;
}
.push-1-7 {
margin-left: 14.28%;
}
.push-1-8 {
margin-left: 12.5%;
}
.push-1-9 {
margin-left: 11.1%;
}
.push-1-10 {
margin-left: 10%;
}
.push-1-11 {
margin-left: 9.09%;
}
.push-1-12 {
margin-left: 8.33%
}
@media handheld, only screen and (max-width: 767px) {
.grid {
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 20px; padding-right: 10px; }
[class*='col-'] {
width: auto;
float: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; } [class*='mobile-col-'] {
float: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; padding-bottom: 0px;
}
.mobile-col-1-1 {
width: 100%;
}
.mobile-col-2-3, .mobile-col-8-12 {
width: 66.66%;
}
.mobile-col-1-2, .mobile-col-6-12 {
width: 50%;
}
.mobile-col-1-3, .mobile-col-4-12 {
width: 33.33%;
}
.mobile-col-1-4, .mobile-col-3-12 {
width: 25%;
}
.mobile-col-1-5 {
width: 20%;
}
.mobile-col-1-6, .mobile-col-2-12 {
width: 16.667%;
}
.mobile-col-1-7 {
width: 14.28%;
}
.mobile-col-1-8 {
width: 12.5%;
}
.mobile-col-1-9 {
width: 11.1%;
}
.mobile-col-1-10 {
width: 10%;
}
.mobile-col-1-11 {
width: 9.09%;
}
.mobile-col-1-12 {
width: 8.33%
} .mobile-col-11-12 {
width: 91.66%
}
.mobile-col-10-12 {
width: 83.333%;
}
.mobile-col-9-12 {
width: 75%;
}
.mobile-col-5-12 {
width: 41.66%;
}
.mobile-col-7-12 {
width: 58.33%
}
.hide-on-mobile {
display: none !important;
width: 0;
height: 0;
}
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}
  section.wfea.divi article .booknow {
margin-bottom: 1em;
margin-top: 1em;
}
@media (min-width: 1024px) {
section.wfea.divi article .booknow .submit {
width: 100%;
margin-top: 0;
}
} #content-area .wfea.divi .fc table tr, #content-area .wfea.divi .fc table td, #content-area .wfea.divi .fc table th {
padding: 0 0.587em;
} section.wfea.rows .row {
display: flex;
flex-flow: row wrap;
}
section.wfea.rows .row .tag {
width: 100px;
}
section.wfea.rows .row .content {
width: 100%;
}
section.wfea.rows .row .img {
width: 100px;
}
section.wfea.rows .row .cta {
width: 120px;
} .widget .eaw-block .eaw-li__wrap {
margin-bottom: 1em;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.widget .eaw-block .eaw-li__flex {
display: flex;
gap: 1em;
}
.widget .eaw-block .eaw-li__flex .eaw-content-wrap {
flex-grow: 1;
line-height: 100%;
}
.widget .eaw-block .eaw-li__flex .eaw-thumb-wrap {
flex-shrink: 1;
}
.widget .eaw-block .eaw-li__flex.eaw-alignright {
flex-direction: row-reverse;
justify-content: flex-end;
}
.widget .eaw-block .eaw-li__flex.eaw-aligncenter {
flex-direction: column;
}
.widget .eaw-block .eaw-li__flex.eaw-alignleft {
flex-direction: row;
justify-content: flex-start;
}
.widget .eaw-block a {
display: inline;
text-decoration: none;
}
.widget .eaw-block a.eaw-img {
display: block;
}
.widget .eaw-block a.eaw-img.eaw-aligncenter {
text-align: center;
}
.widget .eaw-block h3 {
background: none;
clear: none;
margin-bottom: 0;
margin-top: 0;
font-weight: 400;
font-size: 12px;
line-height: 1.5em;
}
.widget .eaw-block .eaw-booknow {
margin-top: 1rem;
margin-bottom: 1rem;
}
.widget .eaw-block .eaw-thumb {
border: 1px solid #EEE;
box-shadow: none;
margin: 2px 10px 2px 0;
padding: 3px;
}
.widget .eaw-block .eaw-thumb.eaw-aligncenter {
margin: 2px auto 2px auto;
}
.widget .eaw-block .eaw-summary {
font-size: 12px;
}
.widget .eaw-block .eaw-time {
color: #bbb;
font-size: 11px;
}
.widget .eaw-block .eaw-comment {
color: #bbb;
font-size: 11px;
padding-left: 5px;
}
.elementor-widget-container .eaw-block .eaw-li__wrap {
margin-bottom: 1em;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.elementor-widget-container .eaw-block .eaw-li__flex {
display: flex;
gap: 1em;
}
.elementor-widget-container .eaw-block .eaw-li__flex .eaw-content-wrap {
flex-grow: 1;
line-height: 100%;
}
.elementor-widget-container .eaw-block .eaw-li__flex .eaw-thumb-wrap {
flex-shrink: 1;
}
.elementor-widget-container .eaw-block .eaw-li__flex.eaw-alignright {
flex-direction: row-reverse;
justify-content: flex-end;
}
.elementor-widget-container .eaw-block .eaw-li__flex.eaw-aligncenter {
flex-direction: column;
}
.elementor-widget-container .eaw-block .eaw-li__flex.eaw-alignleft {
flex-direction: row;
justify-content: flex-start;
}
.elementor-widget-container .eaw-block a {
display: inline;
text-decoration: none;
}
.elementor-widget-container .eaw-block a.eaw-img {
display: block;
}
.elementor-widget-container .eaw-block a.eaw-img.eaw-aligncenter {
text-align: center;
}
.elementor-widget-container .eaw-block h3 {
background: none;
clear: none;
margin-bottom: 0;
margin-top: 0;
font-weight: 400;
font-size: 12px;
line-height: 1.5em;
}
.elementor-widget-container .eaw-block .eaw-booknow {
margin-top: 1rem;
margin-bottom: 1rem;
}
.elementor-widget-container .eaw-block .eaw-thumb {
border: 1px solid #EEE;
box-shadow: none;
margin: 2px 10px 2px 0;
padding: 3px;
}
.elementor-widget-container .eaw-block .eaw-thumb.eaw-aligncenter {
margin: 2px auto 2px auto;
}
.elementor-widget-container .eaw-block .eaw-summary {
font-size: 12px;
}
.elementor-widget-container .eaw-block .eaw-time {
color: #bbb;
font-size: 11px;
}
.elementor-widget-container .eaw-block .eaw-comment {
color: #bbb;
font-size: 11px;
padding-left: 5px;
}
.wfea-card {
display: flex !important;
flex-wrap: wrap !important;
justify-content: center !important;
margin: 0 auto !important;
}
.wfea-card.enfold .wfea-card-item .eaw-img {
position: inherit !important;
}
.wfea-card .eaw-card-details {
z-index: 999999;
display: none;
text-align: left;
background-color: #fff;
padding: 20px;
max-width: 300px;
position: absolute;
border-radius: 3px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
color: #000;
font-size: 16px;
line-height: 1.4;
word-wrap: normal;
white-space: normal;
}
.wfea-card .eaw-button-details:hover .eaw-card-details {
display: block;
transform-origin: 100% 0%;
-webkit-animation: fadeIn 0.3s ease-in-out;
animation: fadeIn 0.3s ease-in-out;
}
.wfea-card-list-item {
box-sizing: border-box !important;
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
width: 100% !important;
max-width: 20rem !important;
margin-bottom: 1rem !important;
}
.wfea-card .wfea-card-item {
border-radius: 3px !important;
overflow: hidden !important;
}
.wfea-card .wfea-card-item .eaw-thumb-wrap {
width: 100% !important;
overflow: hidden !important;
padding-top: 42.10526% !important;
position: relative !important;
}
.wfea-card .wfea-card-item .eaw-thumb-wrap img {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap {
background: #fff !important;
padding: 0.25rem !important;
border: 1px solid #e2e8f0 !important;
display: flex !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-calendar-date {
flex: 0 0 auto !important;
text-align: center !important;
font-size: 2.1rem !important;
line-height: 1.5 !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-calendar-date .eaw-calendar-date-month {
color: #d6472b !important;
text-transform: uppercase !important;
font-size: 0.875rem !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-calendar-date .eaw-calendar-date-day {
font-size: 1.25rem !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
color: #000 !important;
flex: 1 1 auto !important;
font-size: 15px;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block h3 {
font-size: 0.875rem !important;
color: #000 !important;
margin-top: 0 !important;
margin-bottom: 12px;
font-weight: bold !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block h3 a {
color: #000 !important;
text-decoration: none;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-time {
font-size: 16px;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons {
display: flex !important;
flex-wrap: wrap !important;
justify-content: space-between !important;
padding-top: 0.5rem !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-button-details {
color: #2b6cb0 !important;
text-decoration: underline !important;
background: none !important;
border: none !important;
padding: 0 !important;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
display: block !important;
background: #3c7d38 !important;
color: #fff !important;
padding: 0.25rem 1rem !important;
border-radius: 3px !important;
text-decoration: none;
}
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block:hover {
text-decoration: none;
}
section.wfea.theme-red article {
color: #000000;
}
section.wfea.theme-red article a {
border: 0;
box-shadow: none;
}
section.wfea.theme-red article a:hover {
border: 0;
box-shadow: none;
}
section.wfea.theme-red article .wfea-header__title:before, section.wfea.theme-red article .wfea-header__title:after {
content: none;
}
section.wfea.theme-red article h1, section.wfea.theme-red article h2, section.wfea.theme-red article h3, section.wfea.theme-red article h4, section.wfea.theme-red article h5, section.wfea.theme-red article h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
section.wfea.theme-red article .wfea-1__info {
background: #f1f1f1;
}
section.wfea.theme-red article .wfea-header__title a {
color: #dc2626 !important;
}
section.wfea.theme-red article .eaw-time {
color: #787878;
}
section.wfea.theme-red article .booknow a {
background: #dc2626;
color: #ffffff;
}
section.wfea.theme-red article .booknow button {
background: #dc2626;
color: #ffffff;
}
section.wfea.theme-red article .more-link {
color: #dc2626;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap {
color: #000000;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap a {
border: 0;
box-shadow: none;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap a:hover {
border: 0;
box-shadow: none;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-red .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
content: none;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-red .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-red .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-red .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-red .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-red .eaw-ulx .eaw-li__wrap h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap .eaw-title a {
color: #dc2626;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap .eaw-time {
color: #787878;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap .booknow a {
background: #dc2626;
color: #ffffff;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap .booknow button {
background: #dc2626;
color: #ffffff;
}
.eaw-block.theme-red .eaw-ulx .eaw-li__wrap .more-link {
color: #dc2626;
}
.wfea-card.theme-red article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
background: #dc2626 !important;
}
section.wfea.theme-blue article {
color: #000000;
}
section.wfea.theme-blue article a {
border: 0;
box-shadow: none;
}
section.wfea.theme-blue article a:hover {
border: 0;
box-shadow: none;
}
section.wfea.theme-blue article .wfea-header__title:before, section.wfea.theme-blue article .wfea-header__title:after {
content: none;
}
section.wfea.theme-blue article h1, section.wfea.theme-blue article h2, section.wfea.theme-blue article h3, section.wfea.theme-blue article h4, section.wfea.theme-blue article h5, section.wfea.theme-blue article h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
section.wfea.theme-blue article .wfea-1__info {
background: #f1f1f1;
}
section.wfea.theme-blue article .wfea-header__title a {
color: #2563eb !important;
}
section.wfea.theme-blue article .eaw-time {
color: #787878;
}
section.wfea.theme-blue article .booknow a {
background: #2563eb;
color: #ffffff;
}
section.wfea.theme-blue article .booknow button {
background: #2563eb;
color: #ffffff;
}
section.wfea.theme-blue article .more-link {
color: #2563eb;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap {
color: #000000;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap a {
border: 0;
box-shadow: none;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap a:hover {
border: 0;
box-shadow: none;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-blue .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
content: none;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-blue .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-blue .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-blue .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-blue .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-blue .eaw-ulx .eaw-li__wrap h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap .eaw-title a {
color: #2563eb;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap .eaw-time {
color: #787878;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap .booknow a {
background: #2563eb;
color: #ffffff;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap .booknow button {
background: #2563eb;
color: #ffffff;
}
.eaw-block.theme-blue .eaw-ulx .eaw-li__wrap .more-link {
color: #2563eb;
}
.wfea-card.theme-blue article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
background: #2563eb !important;
}
section.wfea.theme-indigo article {
color: #000000;
}
section.wfea.theme-indigo article a {
border: 0;
box-shadow: none;
}
section.wfea.theme-indigo article a:hover {
border: 0;
box-shadow: none;
}
section.wfea.theme-indigo article .wfea-header__title:before, section.wfea.theme-indigo article .wfea-header__title:after {
content: none;
}
section.wfea.theme-indigo article h1, section.wfea.theme-indigo article h2, section.wfea.theme-indigo article h3, section.wfea.theme-indigo article h4, section.wfea.theme-indigo article h5, section.wfea.theme-indigo article h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
section.wfea.theme-indigo article .wfea-1__info {
background: #f1f1f1;
}
section.wfea.theme-indigo article .wfea-header__title a {
color: #4f46e5 !important;
}
section.wfea.theme-indigo article .eaw-time {
color: #787878;
}
section.wfea.theme-indigo article .booknow a {
background: #4f46e5;
color: #ffffff;
}
section.wfea.theme-indigo article .booknow button {
background: #4f46e5;
color: #ffffff;
}
section.wfea.theme-indigo article .more-link {
color: #4f46e5;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap {
color: #000000;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap a {
border: 0;
box-shadow: none;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap a:hover {
border: 0;
box-shadow: none;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
content: none;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap .eaw-title a {
color: #4f46e5;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap .eaw-time {
color: #787878;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap .booknow a {
background: #4f46e5;
color: #ffffff;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap .booknow button {
background: #4f46e5;
color: #ffffff;
}
.eaw-block.theme-indigo .eaw-ulx .eaw-li__wrap .more-link {
color: #4f46e5;
}
.wfea-card.theme-indigo article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
background: #4f46e5 !important;
}
section.wfea.theme-green article {
color: #000000;
}
section.wfea.theme-green article a {
border: 0;
box-shadow: none;
}
section.wfea.theme-green article a:hover {
border: 0;
box-shadow: none;
}
section.wfea.theme-green article .wfea-header__title:before, section.wfea.theme-green article .wfea-header__title:after {
content: none;
}
section.wfea.theme-green article h1, section.wfea.theme-green article h2, section.wfea.theme-green article h3, section.wfea.theme-green article h4, section.wfea.theme-green article h5, section.wfea.theme-green article h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
section.wfea.theme-green article .wfea-1__info {
background: #f1f1f1;
}
section.wfea.theme-green article .wfea-header__title a {
color: #059669 !important;
}
section.wfea.theme-green article .eaw-time {
color: #787878;
}
section.wfea.theme-green article .booknow a {
background: #059669;
color: #ffffff;
}
section.wfea.theme-green article .booknow button {
background: #059669;
color: #ffffff;
}
section.wfea.theme-green article .more-link {
color: #059669;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap {
color: #000000;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap a {
border: 0;
box-shadow: none;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap a:hover {
border: 0;
box-shadow: none;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-green .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
content: none;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-green .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-green .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-green .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-green .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-green .eaw-ulx .eaw-li__wrap h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap .eaw-title a {
color: #059669;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap .eaw-time {
color: #787878;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap .booknow a {
background: #059669;
color: #ffffff;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap .booknow button {
background: #059669;
color: #ffffff;
}
.eaw-block.theme-green .eaw-ulx .eaw-li__wrap .more-link {
color: #059669;
}
.wfea-card.theme-green article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
background: #059669 !important;
}
section.wfea.theme-purple article {
color: #000000;
}
section.wfea.theme-purple article a {
border: 0;
box-shadow: none;
}
section.wfea.theme-purple article a:hover {
border: 0;
box-shadow: none;
}
section.wfea.theme-purple article .wfea-header__title:before, section.wfea.theme-purple article .wfea-header__title:after {
content: none;
}
section.wfea.theme-purple article h1, section.wfea.theme-purple article h2, section.wfea.theme-purple article h3, section.wfea.theme-purple article h4, section.wfea.theme-purple article h5, section.wfea.theme-purple article h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
section.wfea.theme-purple article .wfea-1__info {
background: #f1f1f1;
}
section.wfea.theme-purple article .wfea-header__title a {
color: #7c3aed !important;
}
section.wfea.theme-purple article .eaw-time {
color: #787878;
}
section.wfea.theme-purple article .booknow a {
background: #7c3aed;
color: #ffffff;
}
section.wfea.theme-purple article .booknow button {
background: #7c3aed;
color: #ffffff;
}
section.wfea.theme-purple article .more-link {
color: #7c3aed;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap {
color: #000000;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap a {
border: 0;
box-shadow: none;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap a:hover {
border: 0;
box-shadow: none;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-purple .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
content: none;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-purple .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-purple .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-purple .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-purple .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-purple .eaw-ulx .eaw-li__wrap h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap .eaw-title a {
color: #7c3aed;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap .eaw-time {
color: #787878;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap .booknow a {
background: #7c3aed;
color: #ffffff;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap .booknow button {
background: #7c3aed;
color: #ffffff;
}
.eaw-block.theme-purple .eaw-ulx .eaw-li__wrap .more-link {
color: #7c3aed;
}
.wfea-card.theme-purple article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
background: #7c3aed !important;
}
section.wfea.theme-pink article {
color: #000000;
}
section.wfea.theme-pink article a {
border: 0;
box-shadow: none;
}
section.wfea.theme-pink article a:hover {
border: 0;
box-shadow: none;
}
section.wfea.theme-pink article .wfea-header__title:before, section.wfea.theme-pink article .wfea-header__title:after {
content: none;
}
section.wfea.theme-pink article h1, section.wfea.theme-pink article h2, section.wfea.theme-pink article h3, section.wfea.theme-pink article h4, section.wfea.theme-pink article h5, section.wfea.theme-pink article h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
section.wfea.theme-pink article .wfea-1__info {
background: #f1f1f1;
}
section.wfea.theme-pink article .wfea-header__title a {
color: #db2777 !important;
}
section.wfea.theme-pink article .eaw-time {
color: #787878;
}
section.wfea.theme-pink article .booknow a {
background: #db2777;
color: #ffffff;
}
section.wfea.theme-pink article .booknow button {
background: #db2777;
color: #ffffff;
}
section.wfea.theme-pink article .more-link {
color: #db2777;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap {
color: #000000;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap a {
border: 0;
box-shadow: none;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap a:hover {
border: 0;
box-shadow: none;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-pink .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
content: none;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-pink .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-pink .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-pink .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-pink .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-pink .eaw-ulx .eaw-li__wrap h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap .eaw-title a {
color: #db2777;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap .eaw-time {
color: #787878;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap .booknow a {
background: #db2777;
color: #ffffff;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap .booknow button {
background: #db2777;
color: #ffffff;
}
.eaw-block.theme-pink .eaw-ulx .eaw-li__wrap .more-link {
color: #db2777;
}
.wfea-card.theme-pink article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
background: #db2777 !important;
}
section.wfea.theme-orange article {
color: #000000;
}
section.wfea.theme-orange article a {
border: 0;
box-shadow: none;
}
section.wfea.theme-orange article a:hover {
border: 0;
box-shadow: none;
}
section.wfea.theme-orange article .wfea-header__title:before, section.wfea.theme-orange article .wfea-header__title:after {
content: none;
}
section.wfea.theme-orange article h1, section.wfea.theme-orange article h2, section.wfea.theme-orange article h3, section.wfea.theme-orange article h4, section.wfea.theme-orange article h5, section.wfea.theme-orange article h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
section.wfea.theme-orange article .wfea-1__info {
background: #f1f1f1;
}
section.wfea.theme-orange article .wfea-header__title a {
color: #d97706 !important;
}
section.wfea.theme-orange article .eaw-time {
color: #787878;
}
section.wfea.theme-orange article .booknow a {
background: #d97706;
color: #ffffff;
}
section.wfea.theme-orange article .booknow button {
background: #d97706;
color: #ffffff;
}
section.wfea.theme-orange article .more-link {
color: #d97706;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap {
color: #000000;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap a {
border: 0;
box-shadow: none;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap a:hover {
border: 0;
box-shadow: none;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-orange .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
content: none;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-orange .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-orange .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-orange .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-orange .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-orange .eaw-ulx .eaw-li__wrap h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap .eaw-title a {
color: #d97706;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap .eaw-time {
color: #787878;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap .booknow a {
background: #d97706;
color: #ffffff;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap .booknow button {
background: #d97706;
color: #ffffff;
}
.eaw-block.theme-orange .eaw-ulx .eaw-li__wrap .more-link {
color: #d97706;
}
.wfea-card.theme-orange article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
background: #d97706 !important;
}
section.wfea.theme-gray article {
color: #000000;
}
section.wfea.theme-gray article a {
border: 0;
box-shadow: none;
}
section.wfea.theme-gray article a:hover {
border: 0;
box-shadow: none;
}
section.wfea.theme-gray article .wfea-header__title:before, section.wfea.theme-gray article .wfea-header__title:after {
content: none;
}
section.wfea.theme-gray article h1, section.wfea.theme-gray article h2, section.wfea.theme-gray article h3, section.wfea.theme-gray article h4, section.wfea.theme-gray article h5, section.wfea.theme-gray article h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
section.wfea.theme-gray article .wfea-1__info {
background: #f1f1f1;
}
section.wfea.theme-gray article .wfea-header__title a {
color: #4b5563 !important;
}
section.wfea.theme-gray article .eaw-time {
color: #787878;
}
section.wfea.theme-gray article .booknow a {
background: #4b5563;
color: #ffffff;
}
section.wfea.theme-gray article .booknow button {
background: #4b5563;
color: #ffffff;
}
section.wfea.theme-gray article .more-link {
color: #4b5563;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap {
color: #000000;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap a {
border: 0;
box-shadow: none;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap a:hover {
border: 0;
box-shadow: none;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap .wfea-header__title:before, .eaw-block.theme-gray .eaw-ulx .eaw-li__wrap .wfea-header__title:after {
content: none;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap h1, .eaw-block.theme-gray .eaw-ulx .eaw-li__wrap h2, .eaw-block.theme-gray .eaw-ulx .eaw-li__wrap h3, .eaw-block.theme-gray .eaw-ulx .eaw-li__wrap h4, .eaw-block.theme-gray .eaw-ulx .eaw-li__wrap h5, .eaw-block.theme-gray .eaw-ulx .eaw-li__wrap h6 {
line-height: 1.25;
margin: 0;
padding: 0;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap .eaw-title a {
color: #4b5563;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap .eaw-time {
color: #787878;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap .booknow a {
background: #4b5563;
color: #ffffff;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap .booknow button {
background: #4b5563;
color: #ffffff;
}
.eaw-block.theme-gray .eaw-ulx .eaw-li__wrap .more-link {
color: #4b5563;
}
.wfea-card.theme-gray article .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
background: #4b5563 !important;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
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-appearance: textfield;
box-sizing: content-box;
}
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: 'Playfair Display', Times New Roman, serif;
color: #404040;
font-size: 15px;
line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
clear: both;
margin-top: 0; 
}
h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 32px; line-height: 36px; }
h3 { font-size: 28px; line-height: 32px; }
h4 { font-size: 24px; line-height: 28px; }
h5 { font-size: 20px; line-height: 24px; }
h6 { font-size: 16px; line-height: 20px; }
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
font-size: 20px;
font-style: italic;
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;
}
* { 
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
outline: medium none;
}
body {
background: #f1f1f1; }
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 {
margin: 0 0 1.5em 3em;
}
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%; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
border: 2px solid;
border-color: #dfb47d;
border-radius: 0;
background: none;
box-shadow: none;
color: #dfb47d;
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 1.6em 2.5em 1.4em; 
text-shadow: 0;
text-transform: uppercase;
-webkit-transition: ease-in-out 0.2s; 
-moz-transition: ease-in-out 0.2s;
-ms-transition: ease-in-out 0.2s;
-o-transition: ease-in-out 0.2s;
transition: ease-in-out 0.2s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #202020;
color: #202020;
-webkit-transition: ease-in-out 0.2s;
-moz-transition: ease-in-out 0.2s;
-ms-transition: ease-in-out 0.2s;
-o-transition: ease-in-out 0.2s;
transition: ease-in-out 0.2s;
}
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: #202020;
color: #202020;
-webkit-transition: ease-in-out 0.2s;
-moz-transition: ease-in-out 0.2s;
-ms-transition: ease-in-out 0.2s;
-o-transition: ease-in-out 0.2s;
transition: ease-in-out 0.2s;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px;
}
textarea {
padding-left: 3px;
width: 100%;
}  a {
color: #dfb47d;
outline: 0;
text-decoration: none;
-webkit-transition: ease-in-out 0.2s;
-moz-transition: ease-in-out 0.2s;
-ms-transition: ease-in-out 0.2s;
-o-transition: ease-in-out 0.2s;
transition: ease-in-out 0.2s;
}
a:hover {
color: #222;
-webkit-transition: ease-in-out 0.2s;
-moz-transition: ease-in-out 0.2s;
-ms-transition: ease-in-out 0.2s;
-o-transition: ease-in-out 0.2s;
transition: ease-in-out 0.2s;
}
a:focus {
outline: 0;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.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;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul {
left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
} .menu-toggle {
display: none;
}
span.menu-text {
right: 50px;
top: -2px;
position: absolute;
display: block;
}
@media screen and (max-width: 600px) {
.menu-toggle,
.main-navigation.toggled .nav-menu {
display: block;
}
.main-navigation ul {
display: none;
}
}
.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: 49.5%;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
display: block;
background: #222222;
padding: 15px;
text-align: center;
letter-spacing: -0.05em;
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #fff;
}
.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover {
background: #444444; 
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 49.5%;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
display: block;
background: #222222; 
padding: 15px;
text-align: center;
letter-spacing: -0.05em;
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #fff;
}
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover { 
background: #444444; 	
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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; } .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;
}
.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%;
} .widget_search .search-submit, .widget_product_search input[type="submit"] {
display: none;
}
.widget-area input[type="search"] {
width: 97%;
}
.widget-area section { 
padding-bottom: 15px; 
} 
#secondary {
margin-top: 1.8em;
}
.widget-title {
font-size: 20px;
line-height: 26px;
}
.widget-area ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget-area ul li {
margin-bottom: 8px;
} ul.social-media-icons {
margin: 0;
padding: 0;
float:right;
}
.social-media-icons li {
display: inline-block;   
list-style: none outside none; 
}
.social-media-icons li .fa {
color:#ededed;
font-size: 16px;    
padding: 0 0 0 8px; 
-webkit-transition: ease-in-out 0.2s;
-moz-transition: ease-in-out 0.2s;
-ms-transition: ease-in-out 0.2s;
-o-transition: ease-in-out 0.2s;
transition: ease-in-out 0.2s;
}
.social-media-icons li .fa:hover {
color:#dfb47d;
}
.site-header {
position: absolute; 
top: 0;
width: 100%;
z-index: 9;
padding: 20px 0;
}
.site-branding {
width: auto;
max-width: 300px;
display: inline-block;
margin-left: 40px; 
}
.navigation-container {
position: absolute;
right: 30px;
top: 50px;
z-index: 999;
}
#hero-header {
padding: 170px 0 150px;
}
#hero-header h1 {
font-size: 70px;
line-height: 76px;
margin-bottom: 0.4em;
color: #222;
}
#hero-header p {
font-size: 16px;
font-style: italic;
letter-spacing: 0.025em;
margin-bottom: 2.5em;
}
#home-projects {
padding: 0 0.25%;
width: 100%;
}
.project-box{
position: relative;
width: 49.5%;
margin-left: 0.25%;
margin-right: 0.25%;
overflow: hidden;
background: #d7d2cb;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important; 
background-size: cover !important;
background-position: center center !important;
float: left;
}
.project-box:before{
content: "";
display: block;
padding-top: 65%;
}
.project-content{
position:  absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
color: white;
}
.project-content div {
display: table;
width: 100%;
height: 100%;
}
.project-content span {
display: table-cell;
text-align: center;
vertical-align: middle;
color: white
}
.home-widget-one {
padding: 0 0.25%;
width: 100%;
}
.home-widget-two, .home-widget-four, .home-widget-five {
padding: 0 0.25% 3.5%;
width: 100%;
} 
.home-widget .widget-title { 
text-align:center; 
}
.home-widget button {
display: block;
margin: 1em auto 0;
}
#home-news { 
padding: 0 0.25%; 
width: 100%;
}
.news-box{
position: relative;
width: 24.5%;
margin: 0.5% 0.25%;
overflow: hidden;
background: #d7d2cb;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important; 
background-size: cover !important;
background-position: center center !important;
float: left;
}
.news-box:last-child {
background: #b6a269;
}
.news-box:before{
content: "";
display: block;
padding-top: 100%;
}
.news-content{
position:  absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
color: white;
}
.news-content div {
display: table;
width: 100%;
height: 100%;
}
.news-content span {
display: table-cell;
text-align: left;
vertical-align: middle;
color: white;
padding: 20px;
}
.news-content span h5 {
text-transform: uppercase;
color: #222;
letter-spacing: 0.1em;
font-size: 13px;
}
.news-content span h5 a {
color: #222;
}
.news-content span h3 a, .news-content span p a {
color: #fff;
}
.news-content span h3 a:hover, .news-content span p a:hover {
color: #222;
}
.news-content span p {
font-size: 15px;
font-style: italic;
letter-spacing: 0.04em;
margin-bottom: 0;
}
.home-widget-three {
width: 100%;
background: #fff;
text-align: center;
padding: 100px 0;
}
#home-cta h3 {
font-size: 40px;
line-height: 46px;
}
#home-cta p {
max-width: 800px;
margin: 0 auto 2.5em;
}
.site-footer {
padding: 30px 0 0;
background: #222;
color: #ededed;
}
.site-footer section, .footer-cta section { 
padding-bottom: 15px; 
}
.site-footer section button, .footer-cta section button {
margin: 1em auto 0; 
display:block; 
} 
.site-footer .widget-title {
font-size: 18px;
line-height: 22px;
}
.site-info {
font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 12px;
padding-bottom: 20px;
margin-top: 1em; 
}
.site-info a:hover {
color:#dfb47d;
} .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
#page-content {
padding: 150px 0 40px;
}
.blog-single-post .entry-title, .page-single-post .entry-title, .blog-archive .page-title {
font-size: 60px;
line-height: 68px;
}
.blog-single-post .entry-meta {
font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 12px;
margin-bottom: 2em;
}
.blog-single-post .single-post-image img {
display: block;
margin: 0 auto;
}
.blog-single-post .entry-content {
max-width: 700px;
margin: 0 auto;
}
.page-single-post .entry-content {
background: #fff;
padding: 30px;
margin-top: 0;
}
.blog-archive {
padding-bottom: 80px !important;
}
.blog-archive .entry-meta {
font-style: italic;
}
.blog-archive article {
border-top: 1px solid #ccc;
margin-bottom: 0;
padding-bottom: 40px;
-webkit-transition: ease-in-out 0.2s;
-moz-transition: ease-in-out 0.2s;
-ms-transition: ease-in-out 0.2s;
-o-transition: ease-in-out 0.2s;
transition: ease-in-out 0.2s;
}
.blog-archive article:last-child {
border-bottom: 1px solid #ccc;
}
.blog-archive article:hover {
background: #f9f9f9;
-webkit-transition: ease-in-out 0.2s;
-moz-transition: ease-in-out 0.2s;
-ms-transition: ease-in-out 0.2s;
-o-transition: ease-in-out 0.2s;
transition: ease-in-out 0.2s;
}
.not-found {
margin-bottom: 80px;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-area ol {
list-style: outside none none;
margin: 0;
}
.comments-area ol.children {
margin-left: 1.5em;
}
#comments input {
width: 100%;
}
#comments {
border-top: 1px dotted #999;
padding-top: 20px;
}
#comments img.avatar {
border-radius: 100px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
float: left;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
width: 33.2833%;
}
.comment-form-author, .comment-form-email {
padding-right: 0.5em;
}
.form-allowed-tags {
display: none;
}
#reply-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 0;
}
.comment-form-comment {
font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
}
.comment-notes {
font-size: 13px;
font-style: italic;
}
#comments {
border-top: 1px dotted #999;
padding-top: 20px;
}
#commentform {
margin-bottom: 40px;
}
h2.comments-title {
font-size: 20px;
line-height: 24px;
margin-bottom: 20px;
padding-top: 5px;
}
ol.comment-list {
border-bottom: 1px dotted #999;
list-style: outside none none;
margin: 0 0 30px;
padding-bottom: 30px;
}
li.comment article {
background: #fff;
border: 1px solid #e6e7e8;
margin-bottom: 8px;
overflow: auto;
padding: 15px;
}
footer.comment-meta {
float: left;
text-align: center;
width: 30%;
}
div.comment-author {
font-size: 16px;
}
div.comment-author img {
display: block;
margin: 0 auto;
}
div.comment-content {
float: right;
font-size: 16px;
width: 70%;
}
.comment-metadata {
font-size: 12px;
}
div.reply {
display: block;
font-size: 15px;
overflow: auto;
padding-left: 30%;
width: 100%;
}
p.form-submit input.submit {
padding: 15px;
}  .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: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
} .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;
} .home-widget {
padding: 20px 0;
}
.home-widget section { 
padding:15px 0; 
}
#mt-projects > .grid,
#mt-clients > .grid,
#mt-members > .grid,
#mt-services > .grid,
#mt-testimonials > .grid,
#mt-skills > .grid,
#mt-details .grid,
#mt-columns .grid,
#home-news .grid,
#home-cta .grid {
min-width: 0;
}
#mt-projects > .grid-pad,
#mt-clients > .grid-pad,
#mt-members > .grid-pad,
#mt-services > .grid-pad,
#mt-testimonials > .grid-pad,
#mt-skills > .grid-pad,
#mt-details .grid-pad,
#mt-columns .grid-pad,
#home-news .grid-pad,
#home-cta .grid-pad,
#mt-projects > .grid > [class*="col-"],
#mt-clients > .grid > [class*="col-"],
#mt-members > .grid > [class*="col-"],
#mt-services > .grid > [class*="col-"],
#mt-testimonials > .grid > [class*="col-"],
#mt-skills > .grid > [class*="col-"],
#mt-details .grid [class*="col-"],
#mt-columns .grid [class*="col-"],
#home-news .grid [class*="col-"],
#home-cta .grid [class*="col-"] {
padding: 0;
} 
#secondary #mt-details .grid [class*="col-"] {
display: block;
width: 100%;
}
#mt-columns .column-box {
padding: 0 15px;
}
.skills-p {
padding: 15px !important;
}
.project-box {
position: relative;
width: 100%;
overflow: hidden;
background-color: #151515;
-webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s; 
-moz-transition: opacity 0.5s ease 0s, -moz-transform 0.5s ease 0s;
-o-transition: opacity 0.5s ease 0s, -o-transform 0.5s ease 0s;
transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
}
#home-cta {
padding: 30px 0;
}
.project-box:before {
content: "";
display: block;
padding-top: 100%;
}
.project-content {
position:  absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
color: white;
}
.project-bg {
position:  absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
-webkit-opacity: 1;
opacity: 1;
background-position: center center;
-webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s; 
-moz-transition: opacity 0.5s ease 0s, -moz-transform 0.5s ease 0s;
-o-transition: opacity 0.5s ease 0s, -o-transform 0.5s ease 0s;
transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
}
.project-box:hover .project-bg,
.home-project-box:hover .project-bg {
-webkit-opacity: 0.3;
opacity: 0.3;
-webkit-transform: scale3d(1.1, 1.1, 1);
-moz-transform: scale3d(1.1, 1.1, 1);
-o-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
-webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s; 
-moz-transition: opacity 0.5s ease 0s, -moz-transform 0.5s ease 0s;
-o-transition: opacity 0.5s ease 0s, -o-transform 0.5s ease 0s; 
transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
}
.project-content div,
.home-project-content div {
display: table;
width: 100%;
height: 100%;
}
.project-content span,
.home-project-content span {
display: table-cell;
text-align: center;
vertical-align: middle;
color: white;
padding: 15px;
}
.project-content span h3,
.home-project-content span h3 {
-webkit-opacity: 0;
opacity: 0;
margin: 1em 0;   
font-size: 24px;
line-height: 28px; 
-webkit-transform: scale3d(1.25, 1.25, 1);
-moz-transform: scale3d(1.25, 1.25, 1);
-o-transform: scale3d(1.25, 1.25, 1);
transform: scale3d(1.25, 1.25, 1);
-webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
-moz-transition: opacity 0.5s ease 0s, -moz-transform 0.5s ease 0s;
-o-transition: opacity 0.5s ease 0s, -o-transform 0.5s ease 0s;
transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
}
.project-box:hover .project-content span h3,
.home-project-box:hover .home-project-content span h3 {
-webkit-opacity: 1;
opacity: 1;  
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
-moz-transition: opacity 0.5s ease 0s, -moz-transform 0.5s ease 0s;
-o-transition: opacity 0.5s ease 0s, -o-transform 0.5s ease 0s;
transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
} 
.home-project-box{
position: relative;
width: 49.5%;
margin-left: 0.25%;
margin-right: 0.25%;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important; 
background-position: center center !important;
overflow: hidden;
background-color: #151515;
-webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s; 
-moz-transition: opacity 0.5s ease 0s, -moz-transform 0.5s ease 0s;
-o-transition: opacity 0.5s ease 0s, -o-transform 0.5s ease 0s;
transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
float: left;
}
.home-project-box:before{
content: "";
display: block;
padding-top: 65%;
}
.home-project-content{
position:  absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
color: white;
}
.home-project-content div {
display: table;
width: 100%;
height: 100%;
}
.home-project-content span {
display: table-cell;
text-align: center;
vertical-align: middle;
color: white
}
h2.project-title,
h2.testimonials-title,
h2.clients-title,
h2.team-title,
h2.services-title {
text-align: center;
margin: 1em 0 1.5em;
letter-spacing: -0.05em;
}
.lax-project article footer {
display: none;
}
.lax-projects {
margin-bottom: 4em;
}
#secondary section {
margin: 0 0 1.5em;
}
#secondary section button {
display: block;
margin: 1em auto 0;
}
#secondary > #mt-projects > .grid,
#secondary > #mt-testimonials > .grid,
#secondary > #mt-clients > .grid,
#secondary > #mt-members > .grid,
#secondary > #mt-services > .grid,
#secondary > #mt-skills > .grid,
#secondary > #mt-details > .grid   {
min-width: 0px;
}
#secondary > #mt-projects > .grid-pad,
#secondary > #mt-testimonials > .grid-pad,
#secondary > #mt-clients > .grid-pad,
#secondary > #mt-members > .grid-pad,
#secondary > #mt-services > .grid-pad,
#secondary > #mt-skills > .grid-pad,
#secondary > #mt-details > .grid-pad {
padding-top: 0;
padding-left: 0;
}
#secondary > #mt-projects > .grid > [class*="col-"],
#secondary > #mt-testimonials > .grid > [class*="col-"],
#secondary > #mt-clients > .grid > [class*="col-"],
#secondary > #mt-members > .grid > [class*="col-"],
#secondary > #mt-services > .grid > [class*="col-"],
#secondary > #mt-skills > .grid > [class*="col-"],
#secondary > #mt-details > .grid > [class*="col-"]  {
padding-right: 0;
width: 100%;
overflow: hidden; 
}
#secondary > #mt-projects .mt-project {
margin-bottom: 10px;
}
#secondary > #mt-testimonials .testimonial,
.shortcodes .testimonial {
margin-bottom: 25px;
}
.shortcodes .testimonial {
padding: 0 15px;
}
#secondary > #mt-projects img {
display: block;
width: 100%;
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
-moz-transition: opacity 0.5s ease 0s, -moz-transform 0.5s ease 0s;
-o-transition: opacity 0.5s ease 0s, -o-transform 0.5s ease 0s;
transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
}
#secondary > #mt-projects img:hover {
-webkit-transform: scale3d(1.1, 1.1, 1);
-moz-transform: scale3d(1.1, 1.1, 1);
-o-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
-webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
-moz-transition: opacity 0.5s ease 0s, -moz-transform 0.5s ease 0s;
-o-transition: opacity 0.5s ease 0s, -o-transform 0.5s ease 0s;
transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
}
#secondary > #mt-testimonials .testimonial p,
.shortcodes .testimonial p {
background: #fff;
padding: 15px 15px 55px 15px;
font-size: 13px;
line-height: 20px;
font-style: italic;
margin: 0;
}
#secondary > #mt-testimonials .testimonial img,
.shortcodes .testimonial img {
width: 80px;
height: 80px;
-webkit-border-radius: 100px;
border-radius: 100px;
margin: -40px auto 0;
display: block;
}
#secondary > #mt-testimonials .testimonial h3,
.shortcodes .testimonial h3 {
font-size: 14px;
line-height: 18px;
text-align: center;	 
margin-bottom: 2px;
margin-top: 10px;  
}
#secondary > #mt-testimonials .testimonial span,
.shortcodes .testimonial span {
font-size: 12px;
line-height: 16px;
text-align: center;	
display: block;
}
#secondary > #mt-clients .client-container {
margin: 15px 0;	
}
#secondary > #mt-clients .client-container img {
display: block;
margin: 0 auto;
}
.shortcodes .client-container {
width: 100%;
padding: 0 25px;
height: 100px;
margin-bottom: 20px;
} 
.shortcodes .client-container img {
max-height: 100px;
margin: 0 auto;
display: block;
width: auto;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);	
}
#secondary > #mt-members .member img,
.shortcodes .member img {
-webkit-border-radius: 100%;
border-radius: 100%;
max-width: 75%;
display: block;
margin: 0 auto 15px;
}
#secondary > #mt-members .member h3 {
font-size: 20px;
line-height: 24px;
text-align: center;
}
#secondary > #mt-members .member p {
font-size: 13px;
line-height: 20px;
text-align: center;
}
.shortcodes .member {
text-align: center;
margin-bottom: 3em;
padding: 0 20px;
}
.shortcodes .member h3 {
font-size: 26px;
line-height: 30px;
}
.shortcodes .member h3:after {
border: 1px solid #222;
content: " ";
display: block;
margin: 20px auto 15px;
width: 35px;
}
.shortcodes .member .fa {
border: 1px solid #1f2023;
border-radius: 100px;
color: #1f2023;
font-size: 16px;
height: 40px;
line-height: 38px;
margin: 5px;
text-align: center;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
width: 40px;
}
.shortcodes .member .fa:hover {
background: none repeat scroll 0 0 #1f2023;
color: #fff;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
#mt-services .service-content {
text-align: center;
margin-bottom: 30px; 
}
.shortcodes .service-content {
padding: 0 20px;
}
#mt-services .service-content .fa,
.shortcodes .service-content .fa {
border: 2px solid #404040;
-webkit-border-radius: 100%;
border-radius: 100%;
color: #404040;
font-size: 20px;
height: 60px;
line-height: 54px;
margin: 12px;
text-align: center;
width: 60px;
}
#mt-services .service-content h5,
.shortcodes .service-content h5 {
margin-bottom: 1em;
}
.progressBar div { background-color: #B6A269; }
.all-news button { margin:0 auto; text-align:center; display:block; } *, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0px;
}
[class*='col-'] {
float: left;
padding-right: 40px; }
.grid {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}
.grid:after {
content: "";
display: table;
clear: both;
}
.overflow {
overflow: visible;
}
.clear-float:after {
content: "";
display: table;
clear: both;
}
.grid-pad {
padding-top: 20px;
padding-left: 40px; padding-right: 0px; }
.push-right {
float: right;
} .col-1-1 {
width: 100%;
}
.col-2-3, .col-8-12 {
width: 66.66%;
}
.col-1-2, .col-6-12 {
width: 50%;
}
.col-1-3, .col-4-12 {
width: 33.33%;
}
.col-1-4, .col-3-12 {
width: 25%;
}
.col-1-5 {
width: 20%;
}
.col-1-6, .col-2-12 {
width: 16.667%;
}
.col-1-7 {
width: 14.28%;
}
.col-1-8 {
width: 12.5%;
}
.col-1-9 {
width: 11.1%;
}
.col-1-10 {
width: 10%;
}
.col-1-11 {
width: 9.09%;
}
.col-1-12 {
width: 8.33%
} .col-11-12 {
width: 91.66%
}
.col-10-12 {
width: 83.333%;
}
.col-9-12 {
width: 75%;
}
.col-5-12 {
width: 41.66%;
}
.col-7-12 {
width: 58.33%
} .push-2-3, .push-8-12 {
margin-left: 66.66%;
}
.push-1-2, .push-6-12 {
margin-left: 50%;
}
.push-1-3, .push-4-12 {
margin-left: 33.33%;
}
.push-1-4, .push-3-12 {
margin-left: 25%;
}
.push-1-5 {
margin-left: 20%;
}
.push-1-6, .push-2-12 {
margin-left: 16.667%;
}
.push-1-7 {
margin-left: 14.28%;
}
.push-1-8 {
margin-left: 12.5%;
}
.push-1-9 {
margin-left: 11.1%;
}
.push-1-10 {
margin-left: 10%;
}
.push-1-11 {
margin-left: 9.09%;
}
.push-1-12 {
margin-left: 8.33%
}
@media handheld, only screen and (max-width: 1100px) {
.news-box {
width: 49.5%;
}
}
@media handheld, only screen and (max-width: 767px) {
.grid {
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 20px; padding-right: 10px; }
[class*='col-'] {
width: auto;
float: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; } [class*='mobile-col-'] {
float: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; padding-bottom: 0px;
}
.mobile-col-1-1 {
width: 100%;
}
.mobile-col-2-3, .mobile-col-8-12 {
width: 66.66%;
}
.mobile-col-1-2, .mobile-col-6-12 {
width: 50%;
}
.mobile-col-1-3, .mobile-col-4-12 {
width: 33.33%;
}
.mobile-col-1-4, .mobile-col-3-12 {
width: 25%;
}
.mobile-col-1-5 {
width: 20%;
}
.mobile-col-1-6, .mobile-col-2-12 {
width: 16.667%;
}
.mobile-col-1-7 {
width: 14.28%;
}
.mobile-col-1-8 {
width: 12.5%;
}
.mobile-col-1-9 {
width: 11.1%;
}
.mobile-col-1-10 {
width: 10%;
}
.mobile-col-1-11 {
width: 9.09%;
}
.mobile-col-1-12 {
width: 8.33%
} .mobile-col-11-12 { 
width: 91.66%
}
.mobile-col-10-12 {
width: 83.333%;
}
.mobile-col-9-12 {
width: 75%;
}
.mobile-col-5-12 {
width: 41.66%;
}
.mobile-col-7-12 {
width: 58.33%
}
.hide-on-mobile {
display: none !important;
width: 0;
height: 0;
}
#hero-header h1,
#home-cta h3,
.blog-single-post .entry-title, 
.page-single-post .entry-title, 
.blog-archive .page-title {
font-size: 32px;
line-height: 36px;
}
#hero-header {
padding: 100px 0 80px;
}
#page-content {
padding: 100px 0 20px;	
}
.site-branding {
margin-left: 20px;
}
.navigation-container {
right: 20px;
top: 45px;
}
.home-project-box,
.news-box {
width: 99.5%;
}
.comment-navigation .nav-previous, 
.posts-navigation .nav-previous, 
.post-navigation .nav-previous,
.comment-navigation .nav-next, 
.posts-navigation .nav-next, 
.post-navigation .nav-next {
width: 100%;
margin-bottom: 5px;
}
ul.social-media-icons {
float: none;
}
.details .detail {
margin: 30px 0;
}
}#hero-header p {font-style:normal;} @media screen and (min-width: 1170px) {
.cd-primary-nav li { font-size: 2.75rem !important; }
}	
.home-widget-three h3, .home-widget-four h2 { font-size: 40px; line-height: 46px; }
.ad_list .pagination { text-align: center; line-height: 40px;}
@media screen and (min-width: 768px) {
.service-content p { padding: 0px 10px 10px 10px; }
#mt-services .mt-column-clear:nth-last-child(1):nth-child(odd) { margin-left: 25%; }
}
h2[id] { position: relative; }
h2[id]::before { position: absolute; content: " "; top: -50px; width: 1px; height: 1px;}
@media screen and (max-width: 767px) {
.home-widget-three h3 { font-size: 32px; line-height: 36px; }
ul, ol { margin-left: 0px; }
.widget .eaw-block .eaw-li__flex { display: block !important; }
.widget .eaw-block .eaw-thumb { width: 100% !important; }
} .page-id-150 .su-row .su-column { background-color: #F4F4F4; padding: 0 1em; }
ul.lcp_catlist { list-style: none; margin: 0; padding: 0; }
ul.lcp_catlist li { margin: 1em 0; line-height: 130%; } .wp-caption a[href*="youtube.com/watch"]{position:relative;display:block;}
.wp-caption a[href*="youtube.com/watch"]::before
{
content: "\f16a";
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 4em;
display: block;
position: absolute;
color: #3B3B3A;
left: calc(50% - 36px);
top: calc(50% - 50px);
}
.wp-caption a[href*="youtube.com/watch"]:active::before,
.wp-caption a[href*="youtube.com/watch"]:hover::before {
color: #F50101;
}
.wp-caption a[href*="youtube.com/watch"]:active::after,
.wp-caption a[href*="youtube.com/watch"]:hover::after {
content: "Video ansehen auf YouTube ►";
display: block;
position: absolute;
color: #222;
background-color: #fffb;
bottom: 0;
left: 0;
padding: 10px;
}
.wp-caption .wp-caption-text { font-size: 70%; }
@media screen and (max-width: 767px) {
.wp-caption a[href*="youtube.com/watch"]:active::after,
.wp-caption a[href*="youtube.com/watch"]:hover::after 
{ width: 100%; text-align: center; }
.wp-caption { margin-left: 0;  margin-right: 0; }
} .widget .eaw-block a { display: initial; }
.eaw-summary .more-link { display: block !important; }
.eaw-booknow .wfea-button {
background: #017fb7;
margin: 0 10px 0 0;
text-align: center;
padding: 3px 10px 5px 10px;
color: #fff;
}
.widget .eaw-block a.eaw-img.eaw-aligncenter { text-align: left; }
.eaw-content-wrap h3 { line-height: 130%;
font-size: 1.50em !important;
font-family: uni-sans-semibold,arial,sans-serif;
margin: 0 0 0 0;
}
.widget .eaw-block .eaw-time, .widget .eaw-block .eaw-summary {	font-size: initial;   line-height: 130%; }