.wonderplugingridgallery-flipy-in,
.wonderplugingridgallery-flipy-out {
perspective: 1000px;
-webkit-perspective: 1000px;
transition: 0.6s;
-webkit-transition: 0.6s;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.wonderplugingridgallery-flipy-out {
transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
}
.wonderplugingridgallery-flipy-in {
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
} .wonderplugin-gridgallery-tags {
display: block;
position: relative;
box-sizing: border-box;
padding: 0;
margin: 0 auto;
} .wonderplugin-gridgallery-tags-topleft {
box-sizing: border-box;
text-align: left;
}
.wonderplugin-gridgallery-tags-topleft .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 0px 6px 12px 0px;
} .wonderplugin-gridgallery-tags-topcenter {
box-sizing: border-box;
text-align: center;
}
.wonderplugin-gridgallery-tags-topcenter .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 0px 3px 12px 3px;
} .wonderplugin-gridgallery-tags-topright {
box-sizing: border-box;
text-align: right;
}
.wonderplugin-gridgallery-tags-topright .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 0px 0px 12px 6px;
} .wonderplugin-gridgallery-tags-bottomleft {
box-sizing: border-box;
text-align: left;
}
.wonderplugin-gridgallery-tags-bottomleft .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 12px 6px 0px 0px;
} .wonderplugin-gridgallery-tags-bottomcenter {
box-sizing: border-box;
text-align: center;
}
.wonderplugin-gridgallery-tags-bottomcenter .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 12px 3px 0px 3px;
} .wonderplugin-gridgallery-tags-bottomright {
box-sizing: border-box;
text-align: right;
}
.wonderplugin-gridgallery-tags-bottomright .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 12px 0px 0px 6px;
} .wonderplugin-gridgallery-tags-lefttop {
box-sizing: border-box;
float: left;
text-align: center;
}
.wonderplugin-gridgallery-tags-lefttop .wonderplugin-gridgallery-tag {
display: block;
cursor: pointer;
margin: 0px 12px 6px 0px;
}
.wonderplugin-gridgallery-tags-lefttop-smallscreen {
box-sizing: border-box;
text-align: left;
float: none;
}
.wonderplugin-gridgallery-tags-lefttop-smallscreen .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 0px 6px 12px 0px;
} .wonderplugin-gridgallery-tags-righttop {
box-sizing: border-box;
float: right;
text-align: center;
}
.wonderplugin-gridgallery-tags-righttop .wonderplugin-gridgallery-tag {
display: block;
cursor: pointer;
margin: 0px 0px 6px 12px;
}
.wonderplugin-gridgallery-tags-righttop-smallscreen {
box-sizing: border-box;
text-align: right;
float: none;
}
.wonderplugin-gridgallery-tags-righttop-smallscreen .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 0px 0px 12px 6px;
} .wpp-btn-blue-large {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #009cde;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 10px 16px;
font-size: 24px;
font-weight: 300;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.wpp-btn-blue-large:hover {
color: #fff;
background: #0285d2;
}
.wpp-btn-blue-large:focus {
outline: 0;
} .wpp-btn-blue-medium {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #009cde;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpp-btn-blue-medium:hover {
color: #fff;
background: #0285d2;
}
.wpp-btn-blue-medium:focus {
outline: 0;
} .wpp-btn-blue-small {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #009cde;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 5px 10px;
font-size: 12px;
font-weight: normal;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wpp-btn-blue-small:hover {
color: #fff;
background: #0285d2;
}
.wpp-btn-blue-small:focus {
outline: 0;
} .wpp-btn-blueborder-large {
display: inline-block;
border: 2px solid #009cde;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #009cde;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 10px 16px;
font-size: 24px;
font-weight: 300;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.wpp-btn-blueborder-large:hover {
color: #fff;
background: #009cde;
}
.wpp-btn-blueborder-large:focus {
outline: 0;
} .wpp-btn-blueborder-medium {
display: inline-block;
border: 2px solid #009cde;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #009cde;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpp-btn-blueborder-medium:hover {
color: #fff;
background: #009cde;
}
.wpp-btn-blueborder-medium:focus {
outline: 0;
} .wpp-btn-blueborder-small {
display: inline-block;
border: 2px solid #009cde;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #009cde;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 5px 10px;
font-size: 12px;
font-weight: normal;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wpp-btn-blueborder-small:hover {
color: #fff;
background: #009cde;
}
.wpp-btn-blueborder-small:focus {
outline: 0;
} .wpp-btn-orange-large {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #f7a020;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 10px 16px;
font-size: 24px;
font-weight: 300;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.wpp-btn-orange-large:hover {
color: #fff;
background: #ffc030;
}
.wpp-btn-orange-large:focus {
outline: 0;
} .wpp-btn-orange-medium {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #f7a020;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpp-btn-orange-medium:hover {
color: #fff;
background: #ffc030;
}
.wpp-btn-orange-medium:focus {
outline: 0;
} .wpp-btn-orange-small {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #f7a020;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 5px 10px;
font-size: 12px;
font-weight: normal;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wpp-btn-orange-small:hover {
color: #fff;
background: #ffc030;
}
.wpp-btn-orange-small:focus {
outline: 0;
} .wpp-btn-orangeborder-large {
display: inline-block;
border: 2px solid #f7a020;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #f7a020;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 10px 16px;
font-size: 24px;
font-weight: 300;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.wpp-btn-orangeborder-large:hover {
color: #fff;
background: #f7a020;
}
.wpp-btn-orangeborder-large:focus {
outline: 0;
} .wpp-btn-orangeborder-medium {
display: inline-block;
border: 2px solid #f7a020;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #f7a020;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpp-btn-orangeborder-medium:hover {
color: #fff;
background: #f7a020;
}
.wpp-btn-orangeborder-medium:focus {
outline: 0;
} .wpp-btn-orangeborder-small {
display: inline-block;
border: 2px solid #f7a020;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #f7a020;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 5px 10px;
font-size: 12px;
font-weight: normal;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wpp-btn-orangeborder-small:hover {
color: #fff;
background: #f7a020;
}
.wpp-btn-orangeborder-small:focus {
outline: 0;
} .wpp-btn-white-large {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #fff;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #444;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 10px 16px;
font-size: 24px;
font-weight: 300;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.wpp-btn-white-large:hover {
color: #fff;
background: #444;
}
.wpp-btn-white-large:focus {
outline: 0;
} .wpp-btn-white-medium {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #fff;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #444;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpp-btn-white-medium:hover {
color: #fff;
background: #444;
}
.wpp-btn-white-medium:focus {
outline: 0;
} .wpp-btn-white-small {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #fff;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #444;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 5px 10px;
font-size: 12px;
font-weight: normal;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wpp-btn-white-small:hover {
color: #fff;
background: #444;
}
.wpp-btn-white-small:focus {
outline: 0;
} .wpp-btn-whiteborder-large {
display: inline-block;
border: 2px solid #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 10px 16px;
font-size: 24px;
font-weight: 300;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.wpp-btn-whiteborder-large:hover {
color: #444;
background: #fff;
}
.wpp-btn-whiteborder-large:focus {
outline: 0;
} .wpp-btn-whiteborder-medium {
display: inline-block;
border: 2px solid #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpp-btn-whiteborder-medium:hover {
color: #444;
background: #fff;
}
.wpp-btn-whiteborder-medium:focus {
outline: 0;
} .wpp-btn-whiteborder-small {
display: inline-block;
border: 2px solid #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 5px 10px;
font-size: 12px;
font-weight: normal;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wpp-btn-whiteborder-small:hover {
color: #444;
background: #fff;
}
.wpp-btn-whiteborder-small:focus {
outline: 0;
} .wpp-btn-navy-large {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #334455;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 10px 16px;
font-size: 24px;
font-weight: 300;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.wpp-btn-navy-large:hover {
color: #fff;
background: #445566;
}
.wpp-btn-navy-large:focus {
outline: 0;
} .wpp-btn-navy-medium {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #334455;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpp-btn-navy-medium:hover {
color: #fff;
background: #445566;
}
.wpp-btn-navy-medium:focus {
outline: 0;
} .wpp-btn-navy-small {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #334455;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 5px 10px;
font-size: 12px;
font-weight: normal;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wpp-btn-navy-small:hover {
color: #fff;
background: #445566;
}
.wpp-btn-navy-small:focus {
outline: 0;
} .wonderplugin-gridgallery-elem-videobutton.mh-icon-play::before {
margin-left: 0.28em;
margin-right: 0.12em;
}.location-list { padding-bottom: 50px; }
.location-list ul li { font-weight: 700; font-size: 20px; line-height: 28px; color: #404040; margin-bottom: 15px; }
.location-list ul li a { color: #404040; }
.location-list ul li a:hover { color: var(--color-content-link); }
.contact-row .g-cols.via_grid { display: flex;  }
.contact-row .vc_column_container { display: inline-block; width: 45% !important; margin: 0 15px; }
.contact-txt a, .contact-txt p, .contact-txt strong { color: var(--color-content-link); }
.contact-txt strong { color: color: var(--color-content-link); font-size: 22px; margin-left: -30px; }
.contact-txt i { background: linear-gradient(82.15deg, #D7D902 2.56%, #3A8A09 98.45%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; position: absolute; left: -30px; margin-top: 4px; }
.social-icon { margin-top: 20px; margin-left: -30px; }
.social-icon a { font-size: 25px; }
.social-icon i { background: linear-gradient(82.15deg, #D7D902 2.56%, #3A8A09 98.45%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; margin-right: 15px; }
.white-box { padding: 30px; box-shadow: 0px 4px 57px rgb(0 0 0 / 16%); }
.page-id-520 .contact-row button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style.wpf_has_custom_css { background: var(--color2); }
.page-id-520 .contact-row button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style.wpf_has_custom_css:hover { background: #222; }
.page-id-507 .mml_textimgrow4 .txt img { margin: 0 !important; }
.opening_hours i:not(.fas) { font-size: 20px; }
footer .us_menu_1 .menu>li { margin: 0 0 10px !important; }
.team-row h2 { margin-bottom: 0.6em !important; }
.l-main .team-row  .aligncenter { max-width: 100% !important; }
.team-row p.mb-0 { margin-bottom: 5px; }
.footer-logos { border-bottom: 2px solid #323B82; padding-bottom: 44px; }
.ftrtop { padding-top: 44px; } .blog-h1row {background: var(--gradient1); padding: 50px 0; }
.blog-h1row h1 {   font-weight: 700; font-size: max( 3rem,3vw );   line-height: 1.2; 0px 4px 34px rgba(0, 0, 0, 0.5); color: #fff; }
.blog-content {   padding: 50px 0; }
.blog-img {
margin-bottom: 20px;
box-shadow: 1px 1px 12px;
}
.blog-content .w-post-elm.post_date {
display: flex !important;
justify-content: center;
}
.blog-content h2 {
line-height: normal;
padding-top: 0;
}
.blog-content h3, .blog-content h4 {   padding-top: 0; }
.w-grid h3.w-post-elm.post_title {
font-size: 28px;
margin-top: 15px;
}
@media (min-width: 600px) { .blog-img {
float: right;
width: 40% !important;
margin-left: 20px; } }
@media (min-width: 1200px) { .blog-content h2 {
font-size: 40px!important; }}
@media (min-width: 1200px) and (max-width: 1600px) {
body h2 { font-size: 42px !important;  }
}
@media (max-width: 1600px) {
.contact-txt { padding-left: 70px; }
.contact-txt i { left: 40px; }
.social-icon { margin-left: 40px; }
}
@media (max-width: 800px) {
.location-list .g-cols.via_grid { display: block; }
.location-list .vc_column_container { width: 100%; display: block; margin: 0 auto 10px; }
.contact-row .g-cols.via_grid { display: block; }
.contact-row .vc_column_container { display: block; width: 100% !important; margin: 40px auto 0; }
}
@media (max-width: 600px) {
body .l-section.mml_leadgen2 { background-size: 300% !important; background-repeat: no-repeat !important; background-position: center top !important; }
body .l-section.mml_leadgen2:before { background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 24%, rgba(0,0,0,1) 100%); opacity: 1; }
body.home .l-section.mml_leadgen2 { background-position: 16% top !important; } 
body.page-id-539 .l-section.mml_leadgen2, body.page-id-540 .l-section.mml_leadgen2, body.page-id-541 .l-section.mml_leadgen2, body.page-id-542 .l-section.mml_leadgen2 { background-position: 20% top !important; }
}