@charset "UTF-8";
.page-content [data-id]:not([data-overlap]) {
overflow:hidden;
max-width: 100%;
}
.page-content [data-id] > div:not(.gridContainer) > div {
margin-left: auto !important;
margin-right: auto !important;
}
.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6 {
color: #ffffff;
}
.white-text-section .dynamic-color p,
.white-text-section .dynamic-color h1,
.white-text-section .dynamic-color h2,
.white-text-section .dynamic-color h3,
.white-text-section .dynamic-color h4,
.white-text-section .dynamic-color h5,
.white-text-section .dynamic-color h6 {
color: #ffffff;
}
.homepage-template.home .page-content {
padding: 0px;
}
.flexbox-list {
display: -webkit-box;
display: -webkit-flex;
display: -webkit-flexbox;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
}
.flexbox-list:before,
.flexbox-listw:after,
.flexbox-list *:before,
.flexbox-listw *:after {
content: normal;
}
.custom-image {
margin-bottom: 18px;
}
.gridContainer {
margin-right: auto !important;
margin-left: auto !important;
}
.cp12cols .bg-alt-color,
.cp6cols:nth-of-type(2n+1) .bg-alt-color,
.cp4cols:nth-of-type(3n+1) .bg-alt-color,
.cp3cols:nth-of-type(4n+1) .bg-alt-color,
.cp2cols:nth-of-type(6n+1) .bg-alt-color {
background-color: rgb(3, 169, 244);
color: #ffffff;
}
.cp6cols:nth-of-type(2n+2) .bg-alt-color,
.cp4cols:nth-of-type(3n+2) .bg-alt-color,
.cp3cols:nth-of-type(4n+2) .bg-alt-color,
.cp2cols:nth-of-type(6n+2) .bg-alt-color {
background-color: #4caf50;
color: #ffffff;
}
.cp4cols:nth-of-type(3n+3) .bg-alt-color,
.cp3cols:nth-of-type(4n+3) .bg-alt-color,
.cp2cols:nth-of-type(6n+3) .bg-alt-color {
background-color: #fbc02d;
color: #ffffff;
}
.cp3cols:nth-of-type(4n+4) .bg-alt-color,
.cp2cols:nth-of-type(6n+4) .bg-alt-color {
background-color: #9c27b0;
color: #ffffff;
}
.cp2cols:nth-of-type(6n+5) .bg-alt-color {
background-color: #4caf50;
color: #ffffff;
}
.cp2cols:nth-of-type(6n+6) .bg-alt-color {
background-color: #9c27b0;
color: #ffffff;
}
.cp12cols.border-bottom-alt-color,
.cp6cols:nth-of-type(2n+1).border-bottom-alt-color,
.cp4cols:nth-of-type(3n+1).border-bottom-alt-color,
.cp3cols:nth-of-type(4n+1).border-bottom-alt-color,
.cp2cols:nth-of-type(6n+1).border-bottom-alt-color {
border-bottom-color: rgb(3, 169, 244);
}
.cp6cols:nth-of-type(2n+2).border-bottom-alt-color,
.cp4cols:nth-of-type(3n+2).border-bottom-alt-color,
.cp3cols:nth-of-type(4n+2).border-bottom-alt-color,
.cp2cols:nth-of-type(6n+2).border-bottom-alt-color {
border-bottom-color: #4caf50;
}
.cp4cols:nth-of-type(3n+3).border-bottom-alt-color,
.cp3cols:nth-of-type(4n+3).border-bottom-alt-color,
.cp2cols:nth-of-type(6n+3).border-bottom-alt-color {
border-bottom-color: #fbc02d;
}
.cp3cols:nth-of-type(4n+4).border-bottom-alt-color,
.cp2cols:nth-of-type(6n+4).border-bottom-alt-color {
border-bottom-color: #9c27b0;
}
.cp2cols:nth-of-type(6n+5).border-bottom-alt-color {
border-bottom-color: #4caf50;
}
.cp2cols:nth-of-type(6n+6).border-bottom-alt-color {
border-bottom-color: #9c27b0;
}
[data-reiki-hidden] {
display: none !important;
}
a.blue_border_button:hover {
background-color: transparent;
color: #2186C4;
font-size: 16px;
font-weight: 600;
text-decoration: none;
}
a.blue_border_button.white {
background-color: #ffffff;
}
a.primary_button {
padding: 10px 28px;
display: inline-block;
border: 2px solid #ffffff;
border-radius: 10px;
font-style: normal;
font-variant: normal;
font-weight: 600;
font-stretch: normal;
font-size: 16px;
line-height: 157%;
color: #ffffff;
text-transform: uppercase;
text-decoration: none;
background-color: rgba(255, 255, 255, 0.3);
transition: all 0.4s linear 0s;
outline: none;
margin-bottom: 10px;
max-width: 80%;
letter-spacing: 2px;
margin: 10px;
}
a.primary_button:hover,
a.primary_button:visited {
color: #ffffff;
}
a.primary_button:hover {
background-color: rgba(255, 255, 255, 0.5);
text-decoration: none;
}
a.secondary_button {
padding: 10px 20px;
display: inline-block;
border: 2px solid #ffffff;
border-radius: 10px;
font-style: normal;
font-variant: normal;
font-weight: 600;
font-stretch: normal;
font-size: 16px;
line-height: 157%;
color: #ffffff;
text-transform: uppercase;
text-decoration: none;
background-color: rgba(255, 255, 255, 0.1);
transition: all 0.4s linear 0s;
outline: none;
margin-bottom: 10px;
max-width: 80%;
letter-spacing: 2px;
margin: 10px;
}
a.secondary_button:hover,
a.secondary_button:visited {
color: #ffffff;
text-decoration: none;
}
a.secondary_button:hover {
background-color: rgba(255, 255, 255, 0.2);
}
a.white_button {
border: 0px solid;
border-color: #FFFFFF;
border-radius: 10px;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
margin: 0 15px 27px 15px;
padding: 10px 20px;
text-align: center;
text-decoration: none;
font: normal normal 400 12px/130% Source Sans Pro, sans-serif;
text-transform: uppercase;
transition: all 0.4s linear 0s;
border-width: 2px;
letter-spacing: 1px;
}
a.white_button:hover {
background-color: rgba(255, 255, 255, 0.3);
color: rgb(255, 255, 255);
font-size: 16px;
font-weight: 600;
font: normal normal 400 12px/130% Source Sans Pro, sans-serif;
}
a.white_button:active {
-moz-box-shadow: rgba(0, 0, 0, 0.129412) 0px 3px 2px 0px inset;
-webkit-box-shadow: rgba(0, 0, 0, 0.129412) 0px 3px 2px 0px inset;
background-color: rgba(255, 255, 255, 0.3);
box-shadow: rgba(0, 0, 0, 0.129412) 0px 3px 2px 0px inset;
color: rgb(255, 255, 255);
font-size: 16px;
font-weight: 600;
}
.header-homepage {
background-color: #ffffff;
}
.header_description {
padding-top: 5%;
padding-bottom: 5%;
min-height: auto;
}
div#fancybox-overlay {
display: none;
}
.spacer {
text-align: center;
display: block;
font-size: 20px;
line-height: 0px;
letter-spacing: 0px;
word-spacing: 0px;
padding: 0px 5%;
white-space: nowrap;
}
.spacer span {
display: inline-block;
border-radius: 100%;
vertical-align: middle;
box-sizing: border-box;
font-size: inherit;
text-align: center;
width: auto;
max-width: 20%;
overflow: hidden;
white-space: nowrap;
}
.spacer span:before {
content: "-----";
line-height: 100%;
letter-spacing: -0.2em;
vertical-align: middle;
text-align: center;
font-family: Courier New, Courier, monospace;
display: inline-block;
width: 100%;
margin-left: -0.2em;
white-space: initial;
overflow: hidden;
max-height: 1em;
max-width: 100%;
}
.spacer span.before {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
margin-right: -0.2em;
}
.spacer span.after {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
margin-left: -0.2em;
}
.spacer i.fa {
margin-left: 0.5em;
margin-right: 0.5em;
display: inline-block;
box-sizing: border-box;
vertical-align: middle;
}
.spacer i.fa:before {
vertical-align: middle;
}
.cp-icon {
display: block;
margin-bottom: 14px;
}
.cp-icon.fa6 {
font-size: 1rem !important;
}
.cp-icon.fa5 {
font-size: 2rem !important;
}
.cp-icon.fa4 {
font-size: 3rem !important;
}
.cp-icon.fa3 {
font-size: 4rem !important;
}
.cp-icon.fa2 {
font-size: 5rem !important;
}
.cp-icon.fa1 {
font-size: 6rem !important;
}
@media only screen and (min-width: 768px) {
.header_description {
padding-top: 5%;
padding-bottom: 5%;
min-height: auto;
width: 60%;
}
a.blue_border_button {
margin-left: 0px;
}
a.primary_button {
margin: 0px 10px 10px 0px;
}
a.secondary_button {
margin: 0px 10px 10px 0px;
}
.spacer span:before {
content: "---------";
}
[data-overlap=true] {
padding-top: 0px !important;
padding-bottom: 75px;
}
}
@media only screen and (max-width: 767px) {
.cp2cols-mobile {
width: 16.66666% !important;
max-width: 16.66666% !important;
flex-basis: 16.66666% !important;
float: left !important;
}
.cp3cols-mobile {
width: 25% !important;
max-width: 25% !important;
flex-basis: 25% !important;
float: left !important;
}
.cp4cols-mobile {
width: 33.33333% !important;
max-width: 33.33333% !important;
flex-basis: 33.33333% !important;
float: left !important;
}
.cp6cols-mobile {
width: 50% !important;
max-width: 50% !important;
flex-basis: 50% !important;
float: left !important;
}
.cp12cols-mobile {
width: 100% !important;
max-width: 100% !important;
flex-basis: 100% !important;
float: none !important;
}
div .cp1cols-mobile:nth-of-type(12n+1) {
clear: left;
}
div .cp2cols-mobile:nth-of-type(6n+1) {
clear: left;
}
div .cp3cols-mobile:nth-of-type(4n+1) {
clear: left;
}
div .cp4cols-mobile:nth-of-type(3n+1) {
clear: left;
}
div .cp6cols-mobile:nth-of-type(2n+1) {
clear: left;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.cp1cols-tablet {
width: 8.33333% !important;
max-width: 8.33333% !important;
flex-basis: 8.33333% !important;
float: left;
}
.cp2cols-tablet {
width: 16.66666% !important;
max-width: 16.66666% !important;
flex-basis: 16.66666% !important;
float: left !important;
}
.cp3cols-tablet {
width: 25% !important;
max-width: 25% !important;
flex-basis: 25% !important;
float: left !important;
}
.cp4cols-tablet {
width: 33.33333% !important;
max-width: 33.33333% !important;
flex-basis: 33.33333% !important;
float: left !important;
}
.cp6cols-tablet {
width: 50% !important;
max-width: 50% !important;
flex-basis: 50% !important;
float: left !important;
}
.cp12cols-tablet {
width: 100% !important;
max-width: 100% !important;
flex-basis: 100% !important;
float: none;
}
ul .cp1cols-tablet:nth-of-type(12n+1),
div .cp1cols-tablet:nth-of-type(12n+1) {
clear: left;
}
ul .cp2cols-tablet:nth-of-type(6n+1),
div .cp2cols-tablet:nth-of-type(6n+1) {
clear: left;
}
ul .cp3cols-tablet:nth-of-type(4n+1),
div .cp3cols-tablet:nth-of-type(4n+1) {
clear: left;
}
ul .cp4cols-tablet:nth-of-type(3n+1),
div .cp4cols-tablet:nth-of-type(3n+1) {
clear: left;
}
ul .cp6cols-tablet:nth-of-type(2n+1),
div .cp6cols-tablet:nth-of-type(2n+1) {
clear: left;
}
}
@media only screen and (min-width: 1024px) {
.header-homepage {
min-height: auto;
}
.header_description {
padding-top: 5%;
padding-bottom: 5%;
width: 50%;
}
a.blue_border_button {
margin-left: 0px;
}
.cp1cols {
max-width: 8.33333% !important;
width: 8.33333% !important;
flex-basis: 8.33333% !important;
float: left !important;
}
.cp2cols {
max-width: 16.66666% !important;
width: 16.66666% !important;
flex-basis: 16.66666% !important;
float: left !important;
}
.cp3cols {
max-width: 25% !important;
width: 25% !important;
flex-basis: 25% !important;
float: left !important;
}
.cp4cols {
width: 33.33333% !important;
max-width: 33.33333% !important;
flex-basis: 33.33333% !important;
float: left !important;
}
.cp6cols {
width: 50% !important;
max-width: 50% !important;
flex-basis: 50% !important;
float: left !important;
}
.cp12cols {
width: 100% !important;
max-width: 100% !important;
flex-basis: 100% !important;
float: none !important;
}
ul .cp1cols:nth-of-type(12n+1) ,
div .cp1cols:nth-of-type(12n+1) {
clear: left;
}
ul .cp2cols:nth-of-type(6n+1) ,
div .cp2cols:nth-of-type(6n+1) {
clear: left;
}
ul .cp3cols:nth-of-type(4n+1) ,
div .cp3cols:nth-of-type(4n+1) {
clear: left;
}
ul .cp4cols:nth-of-type(3n+1) ,
div .cp4cols:nth-of-type(3n+1) {
clear: left;
}
ul .cp6cols:nth-of-type(2n+1) ,
div .cp6cols:nth-of-type(2n+1) {
clear: left;
}
.spacer span:before {
content: "--------------";
}
}
p {
margin: 00px 0px 20px 0px;
}body div#page {
background-color: transparent;
}
.content {
background-color: transparent;
padding-bottom: 0px!important;
padding-top: 0px!important;
}
.header-section-content {
text-align: left;
}
.page-content {
padding-bottom: 0px!important;
padding-top: 0px!important;
}
.homepage-template .svg-white-bg {
fill: #FFFFFF;
}
.about-big-images-section {
padding-bottom: 75px;
padding-top: 75px;
}
.about-big-images-gridcol {
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.about-big-images-textrow,.about-images-right-innerrow,.about-text-grid-innerrow,.about-text-icons-innerrow,.blog-postsrow,.content-right-image-gridcol,.features-image-cards-innerrow,.features-square-image-innerrow,.numbers-innerrow,.team-colors-membersrow,.team-small-memberrow,.testimonials-boxed-itemsrow {
clear: both;
margin-left: -15px;
margin-right: -15px;
width: auto;
}
.about-big-images-textcol {
float: none;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
span.span25 {
font-family: Playfair Display, sans-serif;
font-style: italic;
font-weight: 400;
}
.about-big-images-bottomrow {
clear: both;
float: left;
margin-top: 50px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.about-big-images-leftimgcol,.about-big-images-centerimgcol,.about-big-images-rightimgcol {
float: none;
width: auto;
}
img.about-big-images-leftimg {
-moz-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
-webkit-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
display: inline-block;
height: auto;
margin-left: -65%;
margin-top: 10%;
max-width: 100%;
position: relative;
width: 30%;
z-index: 11;
}
img.about-big-images-centerimg {
-moz-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
-webkit-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
display: inline-block;
margin-left: 15%;
margin-top: -50%;
max-width: 100%;
width: 70%;
}
img.about-big-images-rightimg {
-moz-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
-webkit-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
display: inline-block;
height: auto;
margin-left: 60%;
margin-top: -30%;
max-width: 100%;
width: 40%;
}
.about-bigtitle-section,.about-four-boxes-section,.about-images-right-section,.about-text-grid-section,.about-text-icons-section,.blog-section,.clients-grid-section,.content-full-left-image-section,.content-full-right-image-section,.content-left-image-section,.content-right-image-section,.features-coloured-icon-boxes-section,.features-image-cards-section,.features-small-icon-cards-section,.features-square-image-section,.portfolio-cards-section,.stripped-about-four-boxes-section,.team-colors-section,.team-large-section,.team-large-square-section,.team-small-section,.testimonials-boxed-section {
clear: both;
padding-bottom: 75px;
padding-top: 75px;
}
.about-bigtitle-titlecol {
float: none;
padding-left: 15px;
padding-right: 15px;
padding-top: 27px;
width: 100%;
}
h2.about-bigtitle-title {
color: #FF7F66;
font-size: 3.88em;
text-align: center;
}
.about-bigtitle-textcol {
background-color: #2186C4;
float: none;
padding-left: 15px;
padding-right: 15px;
padding-top: 27px;
width: 100%;
}
.about-bigtitle-textcol p {
color: #FFFFFF;
font-size: 1.22em;
line-height: 150%;
margin-bottom: 27px;
}
.about-bigtitle-numberscol {
margin-top: 27px;
text-align: center;
}
.about-bigtitle-numberdiv {
float: left;
min-height: 139px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
h2.about-bigtitle-number {
color: #FF7F66;
font-weight: 400;
margin-bottom: 10px;
}
.about-four-boxes-innerrow,.about-text-grid-rightgridrow {
-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
clear: both;
margin-left: -15px;
margin-right: -15px;
width: auto;
}
.about-four-boxes-imgcol {
background: url(https://waibi.fr/wp-content/plugins/one-page-express-companion/theme-data/one-page-express/sections/images/project2.jpg) center top / cover;
float: none;
min-height: 300px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.about-four-boxes-textcol {
background-color: #FFFFFF;
float: none;
padding-left: 15px;
padding-right: 15px;
padding-top: 40px;
text-align: center;
width: 100%;
}
.about-four-boxes-imgcol2 {
background: url(https://waibi.fr/wp-content/plugins/one-page-express-companion/theme-data/one-page-express/sections/images/project1.jpg) center top / cover;
float: none;
min-height: 300px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.about-images-right-textcol {
float: none;
padding-left: 15px;
padding-right: 15px;
padding-top: 70px;
text-align: center;
width: 100%;
}
h2.about-images-right-bigtitle {
font-weight: 600;
margin-bottom: 20px;
}
span.span24 {
font-family: Playfair Display, sans-serif;
font-style: italic;
font-weight: 400;
}
.about-images-right-imgcol,.about-text-grid-rightgridcol,.blog-postcol,.content-full-left-image-featurescol,.content-full-right-image-featurescol,.portfolio-cards-projnamecol {
float: none;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
img.about-images-right-topimg {
-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
display: inline-block;
margin-left: 10%;
max-width: 100%;
position: relative;
width: 80%;
z-index: 10;
}
img.about-images-right-rightimg {
-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
display: inline-block;
float: right;
height: auto;
margin-right: -15px;
margin-top: -25%;
max-width: 100%;
width: 80%;
}
img.about-images-right-leftimg {
-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
display: inline-block;
margin-left: -15px;
margin-top: -50%;
max-width: 100%;
position: relative;
width: 60%;
z-index: 11;
}
.about-text-grid-textcol {
float: none;
padding-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
text-align: center;
width: 100%;
}
.about-text-grid-imgcol {
background: url(https://waibi.fr/wp-content/plugins/one-page-express-companion/theme-data/one-page-express/sections/images/project2.jpg) left top / cover;
float: none;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.about-text-grid-rightgridtextcol {
background-color: #fff;
float: none;
margin-left: -15px;
margin-right: -15px;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
text-align: center;
width: 100%;
}
.about-text-grid-imgcol2 {
background: url(https://waibi.fr/wp-content/plugins/one-page-express-companion/theme-data/one-page-express/sections/images/project1.jpg) left top / cover;
float: none;
min-height: 300px;
width: 100%;
}
.about-text-icons-textcol {
float: none;
padding-left: 15px;
padding-right: 15px;
padding-top: 45px;
text-align: center;
}
.about-text-icons-cols {
float: none;
padding-left: 15px;
padding-right: 15px;
}
.about-text-icons-iconcol {
float: none;
margin-bottom: 15px;
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
.fa.font-icon-21 {
color: #5CBFED;
display: inline-block;
font-size: 3.33em;
margin-bottom: 20px;
}
.fa.font-icon-20 {
font-size: 1em;
}
.blog-textrow {
margin-left: -15px;
margin-right: -15px;
text-align: center;
}
.blog-textcol,.contact-textcol,.cta-large-blue-centercol,.cta-large-red-centercol {
float: none;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
img.blog-postimg,.wpcf7-form {
width: 100%;
}
.blog-postbg {
background-color: #FFF6E5;
clear: both;
padding-bottom: 27px;
padding-top: 27px;
}
.blog-postsrow .blog-postcol {
margin-bottom: 15px;
margin-top: 15px;
}
.clients-grid-textrow {
margin-bottom: 20px;
text-align: center;
}
.clients-grid-textcol,.content-left-image-imgcol {
float: none;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
.clients-grid-itemcol {
float: left;
height: 100px;
margin-bottom: 15px;
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 50%;
}
.middle_align5,.middle_align1 {
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
position: relative;
top: 50%;
transform: translateY(-50%);
}
.middle_align5 a,.middle_align1 a {
display: block;
}
img.clients-grid-itemimg:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
opacity: 1;
}
img.clients-grid-itemimg {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
height: auto;
max-width: 100%;
opacity: .5;
transition: all 0.2s linear 0s;
width: auto;
}
.white-text img.clients-grid-itemimg,.white-text img.clients-strip-itemimg {
opacity: .9;
}
.clients-strip-section {
border-bottom-color: #E0E0E0;
border-style: solid;
border-top-color: #E0E0E0;
border-width: 1px 0;
margin-left: auto;
margin-right: auto;
padding: 20px 15px;
width: 100%;
}
.row_187 {
clear: both;
margin-left: -15px;
margin-right: -15px;
text-align: center;
width: auto;
}
.clients-strip-itemcol {
float: left;
height: 100px;
margin-bottom: 15px;
margin-top: 15px;
padding: 0 15px;
width: 50%;
}
img.clients-strip-itemimg:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
opacity: 1;
}
img.clients-strip-itemimg {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
height: auto;
max-width: 100%;
opacity: .5;
transition: all 0.2s linear 0s;
width: auto;
}
.contact-section-formsection {
padding-bottom: 75px;
padding-top: 75px;
position: relative;
}
.contact-section-formsection:before {
background-color: rgba(26, 26, 26, .48);
content: ' ';
display: inline-block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.contact-formcol {
-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
background-color: #FFFFFF;
border-radius: 0;
box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
float: none;
margin-left: auto;
margin-right: auto;
padding: 5% 15px;
text-align: center;
width: 90%;
}
.wpcf7-form .form-group {
margin-bottom: 20px;
}
.wpcf7-form .form-group label {
color: #777777;
text-transform: uppercase;
}
.wpcf7-form input:focus {
border-color: #66afe9;
outline: none;
}
.wpcf7-form label {
border-radius: 2px;
color: #777777;
font-size: .83em;
text-transform: uppercase;
}
div.wpcf7-validation-errors,.wpcf7-response-output[role="alert"] {
background-color: #ff8066;
border: none;
color: #ffffff;
font-size: .77em;
margin-top: 0;
padding: 5px 10px;
}
.wpcf7-mail-sent-ok[role="alert"] {
background-color: #3F464C;
}
div.wpcf7 .ajax-loader {
background-color: rgba(255, 255, 255, .86);
background-position: center;
background-repeat: no-repeat;
border-radius: 100%;
display: block;
height: 32px;
margin-left: 13px;
margin-top: -38px;
opacity: 0;
pointer-events: none;
position: absolute;
transition: all .4s;
width: 32px;
}
div.wpcf7 .ajax-loader.is-active {
display: block;
opacity: 1;
}
span.wpcf7-not-valid-tip {
font-size: .66em;
letter-spacing: 1px;
margin-top: 4px;
}
.wpcf7-form input[type=text] {
-webkit-appearance: none;
background: #fafafa;
border: 1px solid #DDDDDD;
border-radius: 0;
box-shadow: none;
color: #555555;
height: 45px;
line-height: 1.428571429;
margin-top: 10px;
outline: none;
padding: 11px 12px;
transition: all ease-in-out .15s;
vertical-align: middle;
width: 100%;
}
.wpcf7-form textarea {
background: #fafafa;
border: 1px solid #DDDDDD;
box-shadow: none;
height: 150px;
margin-top: 10px;
max-width: 100%;
outline: none;
padding: 11px 12px;
transition: all ease-in-out .15s;
width: 100%;
}
.wpcf7-form textarea:focus,.wpcf7-form textarea:hover,.wpcf7-form textarea:active {
border-color: #56C2FC;
}
.wpcf7-form [type="submit"] {
background-color: #03a9f4;
border: none;
color: #ffffff;
display: inline-block;
height: auto;
margin-top: 0;
min-width: 120px;
padding: 14px 30px;
padding-bottom: 10px;
padding-top: 10px;
text-align: center;
text-transform: uppercase;
transition: all 0.2s linear 0s;
width: auto;
}
.wpcf7-form [type="submit"]:hover,.wpcf7-form [type="submit"]:active,.wpcf7-form [type="submit"]:focus {
background-color: #56C2FC;
height: auto;
}
.content-full-left-image-innerrow,.content-full-right-image-innerrow {
clear: both;
display: table-row;
width: 100%;
}
.content-full-left-image-textcol,.content-full-right-image-textcol {
padding-bottom: 75px;
padding-left: 15px;
padding-right: 15px;
padding-top: 75px;
width: 100%;
}
.content-full-left-image-featuresrow,.content-full-right-image-featuresrow,.features-coloured-icon-boxes-innerrow {
clear: both;
width: auto;
}
.content-full-left-image-imgcol,.content-full-right-image-imgcol {
-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
background: url(https://waibi.fr/wp-content/plugins/one-page-express-companion/theme-data/one-page-express/sections/images/full-height-column.jpg) center center / cover scroll transparent;
box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
min-height: 300px;
width: auto;
}
.content-left-image-imgcol img,.content-right-image-imgcol img {
-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
}
.content-left-image-textcol {
float: none;
margin-left: 0;
margin-top: 50px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
.content-right-image-textcol {
float: none;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
.content-right-image-imgcol {
float: left;
min-height: 340px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
.cta-blue-section {
background-color: #2186C4;
clear: both;
line-height: 1%;
padding-bottom: 40px;
padding-top: 40px;
}
.cta-blue-textcol {
float: none;
min-height: 51px;
padding: 15px 15px 10px 15px;
}
h2.cta-blue-text,h2.cta-large-blue-heading {
color: rgb(255, 255, 255);
font-size: 2.22em;
}
b.element2,b.cta-large-blue-boldtext,b.cta-large-red-boldtext {
font-weight: 600;
}
.cta-blue-btncol {
padding-left: 15px;
padding-right: 15px;
text-align: center;
}
.flexbox-list-align-center {
align-items: center;
}
.cta-gray-section {
background-color: #3F464C;
clear: both;
}
.cta-gray-textcol {
float: left;
min-height: 104px;
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
width: 100%;
}
h2.cta-gray-text,h2.cta-red-text {
font-size: 2.22em;
}
.cta-gray-btncol,.cta-red-btncol {
float: left;
min-height: 76px;
padding-left: 15px;
padding-right: 15px;
padding-top: 0;
text-align: center;
width: 100%;
}
.cta-large-blue-section {
background-color: #2186C4;
clear: both;
}
.cta-large-blue-innerrow,.cta-large-red-innerrow {
padding-top: 27px;
}
.cta-large-red-section {
background-color: #FF7F66;
clear: both;
}
h2.cta-large-red-heading {
color: #FFFFFF;
font-size: 2.22em;
}
.cta-red-section {
background-color: rgb(255, 127, 102);
clear: both;
}
.cta-red-textcol {
float: left;
margin-top: px;
min-height: 104px;
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
width: 100%;
}
.features-coloured-icon-boxes-textrow {
margin-bottom: 30px;
margin-left: 0;
margin-right: 0;
}
.features-coloured-icon-boxes-textcol {
float: none;
margin: auto;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 83.3333%;
}
.features-coloured-icon-boxes-featurecol {
-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
background-color: rgb(255, 255, 255);
border-radius: 2px;
box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
float: none;
margin-bottom: 30px;
padding: 30px;
text-align: center;
width: 100%;
}
.features-coloured-icon-boxes-iconcontainer {
-moz-box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
-webkit-box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
border-radius: 100%;
box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
height: 100px;
margin: 0 auto 27px;
min-height: 0;
padding-bottom: 25px;
padding-top: 25px;
transition: all 0.2s linear 0s;
width: 100px;
}
.features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) a.features-coloured-button,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) .features-coloured-icon-boxes-iconcontainer {
background-color: rgb(3, 169, 244);
}
.features-coloured-icon-boxes-featurecol:nth-of-type(4n+2) a.features-coloured-button,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+2) .features-coloured-icon-boxes-iconcontainer {
background-color: #4caf50;
}
.features-coloured-icon-boxes-featurecol:nth-of-type(4n+3) a.features-coloured-button,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+3) .features-coloured-icon-boxes-iconcontainer,.team-colors-membercol:nth-of-type(4n+3) .team-colors-background {
background-color: #fbc02d;
}
.features-coloured-icon-boxes-featurecol:nth-of-type(4n+4) a.features-coloured-button,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+4) .features-coloured-icon-boxes-iconcontainer,.team-colors-membercol:nth-of-type(4n+4) .team-colors-background {
background-color: #9c27b0;
}
.features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) a.features-coloured-button:hover,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+1) a.features-coloured-button:active {
background-color: #0299de;
}
.features-coloured-icon-boxes-featurecol:nth-of-type(4n+2) a.features-coloured-button:hover,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+2) a.features-coloured-button:active {
background-color: #449C47;
}
.features-coloured-icon-boxes-featurecol:nth-of-type(4n+3) a.features-coloured-button:hover,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+3) a.features-coloured-button:active {
background-color: #faba19;
}
.features-coloured-icon-boxes-featurecol:nth-of-type(4n+4) a.features-coloured-button:hover,.features-coloured-icon-boxes-featurecol:nth-of-type(4n+4) a.features-coloured-button:active {
background-color: #8c239f;
}
.features-coloured-icon-boxes-featurecol .features-coloured-icon-boxes-iconcontainer:hover {
background-color: rgb(26, 26, 26);
height: 110px;
margin: -5px auto 22px auto;
min-height: 0;
padding: 30px 0;
transition: all 0.2s linear 0s;
width: 110px;
}
a.features-coloured-button {
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
border-radius: 2px;
border-style: solid;
border-width: 0;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-size: .66em;
font-stretch: normal;
font-weight: 400;
letter-spacing: 1px;
line-height: 130%;
margin: 10px 10px 5px 10px;
padding: 7px 20px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 0.2s linear 0s;
}
a.features-coloured-button:hover {
-moz-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
-webkit-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
color: rgb(255, 255, 255);
}
a.features-coloured-button:active {
-moz-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
-webkit-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
color: rgb(255, 255, 255);
}
.fa.features-coloured-icon,.fa.font-icon-features-icon-container {
background-color: transparent;
border-radius: 100%;
color: #FFFFFF;
display: inline-block;
font-size: 50px;
padding: 0;
}
h4.heading103 {
color: #333333;
font-size: 1.11em;
font-weight: 600;
letter-spacing: 0;
}
.features-image-cards-textrow,.features-large-icons-textrow,.features-overlapped-icons-textrow,.features-small-icon-cards-textrow,.features-square-image-textrow {
margin-bottom: 15px;
margin-left: -15px;
margin-right: -15px;
text-align: center;
}
.features-image-cards-textcol,.features-square-image-textcol {
float: none;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
width: 83.3333%;
}
.features-image-cards-cardcol {
float: none;
margin-bottom: 30px;
margin-top: 30px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.flexbox-list .features-image-cards-cardrow,.flexbox-list .features-overlapped-icons-featinnerrow {
height: 100%;
}
.features-image-cards-cardrow {
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
background-color: #ffffff;
border-radius: 3px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
clear: both;
float: left;
margin-bottom: 0;
margin-top: 0;
padding-left: 0;
padding-right: 0;
width: 100%;
}
img.features-image-cards-featimg {
border-color: rgb(199, 199, 199);
border-radius: 0%;
border-style: solid;
border-width: 0;
display: inline-block;
height: auto;
margin-bottom: 27px;
max-width: 100%;
width: 100%;
}
.features-image-cards-cardtextrow {
clear: both;
float: left;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.features-image-cards-separator {
background-color: #C2C2C2;
margin-bottom: 15px;
}
.fa.font-icon-22 {
color: #009cdf;
font-size: .88em;
}
.features-large-icons-section {
clear: both;
padding-bottom: 75px;
padding-top: 75px;
width: auto;
}
.features-large-icons-textcol {
margin-left: 8.3333%;
padding-left: 15px;
padding-right: 15px;
width: 83.3333%;
}
.features-large-icons-featcol {
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
-webkit-transform: none;
float: none;
margin-bottom: 15px;
margin-top: 15px;
padding: 0 15px;
text-align: center;
transform: none;
width: auto;
}
.features-icon-container-nomargin:hover {
background-color: rgb(26, 26, 26);
height: 110px;
margin: -5px auto 22px auto;
min-height: 0;
padding: 30px 0;
transition: all 0.2s linear 0s;
width: 110px;
}
.features-icon-container-nomargin {
-moz-box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
-webkit-box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
background-color: #03a9f4;
border-radius: 100%;
box-shadow: rgba(0, 0, 0, .560784) 0 7px 20px -12px, rgba(0, 0, 0, .117647) 0 4px 25px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
height: 100px;
margin: 0 auto 27px;
min-height: 0;
padding-bottom: 25px;
padding-top: 25px;
transition: all 0.2s linear 0s;
width: 100px;
}
.features-overlapped-icons-section {
border-radius: 3px;
clear: both;
padding-bottom: 75px;
padding-top: 75px;
}
.features-overlapped-icons-textcol {
float: none;
left: auto;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
right: auto;
width: 83.3333%;
}
.features-overlapped-icons-featuresrow {
align-items: flex-start;
clear: both;
margin-left: -15px;
margin-right: -15px;
width: auto;
}
.features-overlapped-icons-featcol,.features-square-image-featcol {
float: left;
margin-bottom: 15px;
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.features-overlapped-icons-featinnerrow {
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
-moz-text-shadow: none;
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
-webkit-text-shadow: none;
background-color: #FFFFFF;
border-radius: 3px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
clear: both;
color: #666666;
margin-top: 50px;
padding: 0 27px 9px 27px;
text-align: center;
text-shadow: none;
}
.features-icon-container:hover {
background-color: #1A1A1A;
height: 110px;
margin: -55px auto 22px auto;
min-height: 0;
padding: 30px 0;
transition: all 0.2s linear 0s;
width: 110px;
}
.features-icon-container {
-moz-box-shadow: 0 7px 20px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 7px 20px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
background-color: #03a9f4;
border-radius: 100%;
box-shadow: 0 7px 20px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
display: inline-block;
height: 100px;
margin: -50px auto 27px auto;
min-height: 0;
padding-bottom: 25px;
padding-top: 25px;
transition: all 0.2s linear 0s;
width: 100px;
}
.features-small-icon-cards-textcol {
float: none;
left: auto;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
right: auto;
width: 83.3333%;
}
.features-small-icon-cards-featuresrow {
clear: both;
float: left;
margin-left: -15px;
margin-right: -15px;
padding-left: 15px;
padding-right: 15px;
width: auto;
}
.features-small-icon-cards-featcol {
float: none;
margin-bottom: 15px;
margin-left: -15px;
margin-right: -15px;
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
width: auto;
}
.features-small-icon-cards-featinnerrow {
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
background-color: #ffffff;
border-radius: 3px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.features-small-icon-cards-iconcol {
float: left;
padding: 30px 15px;
text-align: center;
width: 100%;
}
.fa.font-icon-23 {
color: #03a9f4;
font-size: 3.33em;
}
.features-small-icon-cards-feattextcol {
float: left;
margin-left: 0;
padding: 15px 15px 0 15px;
text-align: center;
width: 100%;
}
.features-small-image-cards-section {
padding-bottom: 75px;
padding-top: 75px;
text-align: center;
}
.features-small-image-cards-textrow {
margin-bottom: 15px;
margin-left: -15px;
margin-right: -15px;
}
.features-small-image-cards-textcol {
float: none;
margin-left: 8.3333%;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 83.3333%;
}
.features-small-image-cards-featrow {
clear: both;
margin-left: -15px;
margin-right: -15px;
padding-left: 15px;
padding-right: 15px;
width: auto;
}
.features-small-image-cards-featcol {
float: left;
margin-bottom: 15px;
margin-top: 15px;
width: 100%;
}
.features-small-image-cards-featinnerrow {
-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
background-color: rgb(255, 255, 255);
border-radius: 3px;
box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
clear: both;
margin-left: 0;
margin-right: 0;
width: auto;
}
.features-small-image-cards-imgcol {
background: url(https://waibi.fr/wp-content/plugins/one-page-express-companion/theme-data/one-page-express/sections/images/rodion-kutsaev-184298-1920x1280.jpg) left top / cover;
float: left;
min-height: 180px;
padding-left: 15px;
padding-right: 15px;
padding-top: 0;
text-align: right;
width: 100%;
}
.features-small-image-cards-featcol-feattextcol {
float: left;
min-height: 0;
padding: 15px;
text-align: left;
width: 100%;
}
.features-small-image-cards-separator {
background-color: rgb(194, 194, 194);
margin-bottom: 15px;
}
img.features-square-image-featimg {
border-color: rgb(199, 199, 199);
border-radius: 0%;
border-style: solid;
border-width: 0;
display: inline-block;
height: auto;
margin-bottom: 27px;
max-width: 100%;
width: auto;
}
.numbers-section {
clear: both;
padding-bottom: 30px;
padding-top: 30px;
position: relative;
text-align: center;
z-index: 1;
}
.numbers-section:before {
background-color: rgba(26, 26, 26, .58);
content: ' ';
display: inline-block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.numbers-itemcol {
border-bottom: 0 solid rgb(255, 255, 255);
border-right-color: #FFFFFF;
float: none;
margin-bottom: 18px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
h2.numbers-numbertext {
color: #FFFFFF;
font-weight: 600;
margin-bottom: 10px;
}
h3.numbers-titletext {
color: #FFFFFF;
margin-bottom: 5px;
}
.numbers-itemcol-last {
border-right-color: rgb(255, 255, 255);
border-right-style: solid;
border-right-width: 0;
float: left;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.portfolio-cards-textcol {
float: none;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
.portfolio-cards-projectsrow {
clear: both;
float: left;
margin-left: -15px;
margin-right: -15px;
padding-left: 15px;
padding-right: 15px;
width: auto;
}
.portfolio-cards-projectcol {
float: none;
padding: 15px;
width: 100%;
}
.portfolio-cards-projectcard {
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
background-color: #ffffff;
border-radius: 3px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
clear: both;
float: left;
padding-left: 0;
padding-right: 0;
width: 100%;
}
#ContentSwap104 {
margin: 0;
min-height: 0;
padding: 0;
width: 100%;
}
#ContentSwap104 .ContentSwap104_content {
background: none center center / cover scroll transparent;
height: auto;
min-height: 0;
width: 100%;
}
img.portfolio-cards-projectimg,img.portfolio-full-projectimg {
max-width: 100%;
width: auto;
}
#ContentSwap104 .swap-inner {
background-color: rgba(0, 0, 0, .75);
color: #FFFFFF;
cursor: auto;
height: 100%;
margin: 0;
overflow: hidden;
padding: 40px;
text-align: center;
transform-style: preserve-3d;
width: 100%;
}
.ContentSwap104-center {
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
min-height: 69px;
padding-top: 0;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.fa.portfolio-card-icon {
color: #ffffff;
font-size: 2.22em;
}
.portfolio-cards-projectinfo {
clear: both;
float: left;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
width: 100%;
}
a.portfolio-cards-projlink {
display: block;
margin-left: auto;
margin-right: auto;
}
h4.portfolio-cards-projtitle {
font-weight: 300;
margin-bottom: 15px;
text-align: center;
text-transform: none;
}
h4.portfolio-cards-projtitle:hover {
color: #03A9F4;
text-decoration: none;
}
.portfolio-full-section {
-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
margin-left: auto;
margin-right: auto;
width: 100%;
}
.portfolio-full-projectcol {
float: left;
margin-bottom: 15px;
width: 100%;
}
#ContentSwap103 {
margin: 0;
padding: 0;
width: 100%;
}
#ContentSwap103 .ContentSwap103_content,#ContentSwap102 .ContentSwap102_content {
background: none center center / cover scroll transparent;
height: auto;
width: 100%;
}
#ContentSwap103 .swap-inner,#ContentSwap102 .swap-inner {
background-color: rgba(3, 169, 244, .75);
color: #FFFFFF;
cursor: auto;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0 40px;
text-align: center;
transform-style: preserve-3d;
width: 100%;
}
.ContentSwap103-center {
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
min-height: 46px;
position: relative;
top: 50%;
transform: translateY(-50%);
}
h4.protfolio-full-itemtitle,.contentswap-effect .swap-inner h4 {
color: #FFFFFF;
}
.contentswap-effect .swap-inner h4.protfolio-full-itemtitle {
font-size: 1.44em;
font-weight: 400;
letter-spacing: 1px;
}
.team-colors-textcol,.team-large-square-textcol {
float: none;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
min-height: 163px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 83.3333%;
}
.team-colors-membercol {
float: none;
margin-bottom: 30px;
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.team-colors-membercard {
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
background-color: #FFFFFF;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
clear: both;
}
.team-colors-background {
margin-left: 0;
margin-right: 0;
min-height: 100px;
}
.team-colors-membercol:nth-of-type(4n+1) .team-colors-background {
background-color: #03a9f4;
}
.team-colors-membercol:nth-of-type(4n+2) .team-colors-background {
background-color: #4CAF4F;
}
.team-colors-membercol:nth-of-type(4n+1) .team-colors-icon:hover {
color: #03a9f4;
}
.team-colors-membercol:nth-of-type(4n+2) .team-colors-icon:hover {
color: #4CAF4F;
}
.team-colors-membercol:nth-of-type(4n+3) .team-colors-icon:hover {
color: #fbc02d;
}
.team-colors-membercol:nth-of-type(4n+4) .team-colors-icon:hover {
color: #9c27b0;
}
.team-colors-memberinfo {
background-color: #FFFFFF;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}
img.team-colors-memberimg {
border-color: rgb(255, 255, 255);
border-radius: 100%;
border-style: solid;
border-width: 5px;
display: inline-block;
margin-bottom: 27px;
margin-top: -60px;
max-width: 150px;
padding-left: 0;
padding-right: 0;
width: 120px;
}
h4.team-colors-membername,h5.testimonials-boxed-itemname,h5.testimonials-full-nametext {
margin-bottom: 0;
}
p.team-colors-memberposition {
font-size: 1em;
font-style: italic;
font-weight: 400;
}
.team-colors-separator {
background-color: #D6D6D6;
}
.team-colors-membericons {
background-color: #FFFFFF;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-bottom: 18px;
padding-top: 18px;
text-align: center;
}
.fa.team-colors-icon {
color: #666666;
display: inline-block;
font-size: 1.38em;
margin-left: 10%;
margin-right: 10%;
}
.team-large-gridcol a:hover {
text-decoration: none;
}
.team-large-textcol {
float: none;
margin-left: 16.6667%;
min-height: 200px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 66.6667%;
}
.team-large-memberrow {
margin-left: 0;
margin-right: 0;
}
.team-large-membercol {
float: none;
margin-top: 30px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
img.team-large-memberimg {
border-color: rgb(255, 128, 102);
border-radius: 100%;
border-style: solid;
border-width: 5px;
display: inline-block;
height: auto;
margin-bottom: 27px;
max-width: 250px;
padding-left: 0;
padding-right: 0;
width: 75%;
}
.team-large-square-innerrow {
border-radius: 0;
clear: both;
margin-left: -15px;
margin-right: -15px;
width: auto;
}
.team-large-square-membercol {
float: left;
margin-bottom: 15px;
margin-left: 0%;
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.team-large-square-membercard {
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
background-color: #FFFFFF;
border-color: rgb(119, 119, 119) rgb(119, 119, 119) #03A8F4 rgb(119, 119, 119);
border-radius: 3px;
border-style: solid;
border-width: 0 0 5px 0;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
#ContentSwap102 {
margin: 0;
padding: 0;
width: 100%;
}
img.image13 {
width: auto;
}
.ContentSwap102-center {
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
min-height: 40px;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.fa.team-large-square-membericon {
color: #ffffff;
display: inline-block;
font-size: 2.22em;
margin-left: 10px;
margin-right: 10px;
}
.team-large-square-memberinfo {
background-color: rgba(255, 255, 255, .75);
clear: both;
float: left;
padding: 20px 15px 10px 15px;
text-align: center;
width: 100%;
}
h3.team-large-square-membername {
color: #03a9f4;
margin-bottom: 5px;
}
h4.team-large-square-memberposition {
font-size: 1em;
font-style: italic;
font-weight: 400;
letter-spacing: 0;
margin-bottom: 14px;
}
.team-small-textcol {
float: none;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
min-height: 160px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 83.3333%;
}
.team-small-membercol {
float: left;
margin-bottom: 15px;
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 50%;
}
img.team-small-memberimg-normal {
border-color: #03A8F4;
border-radius: 100%;
border-style: solid;
border-width: 5px;
display: inline-block;
margin-bottom: 27px;
margin-top: 0;
max-width: 150px;
padding-left: 0;
padding-right: 0;
width: 120px;
}
.team-small-iconsrow {
background-color: transparent;
margin-bottom: 18px;
margin-left: -15px;
margin-right: -15px;
}
.fa.team-icon:hover {
color: #666666;
text-rendering: auto;
}
.fa.team-icon {
color: #666666;
display: inline-block;
font-size: 1.38em;
margin-left: 10px;
margin-right: 10px;
}
.white-text i.team-icon {
color: #ffffff;
}
.testimonials-boxed-textcol {
float: none;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
min-height: 163px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 80%;
}
.testimonials-boxed-itemcol {
float: none;
margin-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.testimonials-boxed-itemcard {
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
background-color: #FFFFFF;
border-radius: 3px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
clear: both;
padding: 30px;
text-align: center;
}
h4.testimonials-boxed-itemtext {
color: #666666;
font-size: 1.11em;
font-style: italic;
font-weight: 300;
}
img.testimonials-boxed-itemimg {
border-radius: 100%;
display: inline-block;
margin-bottom: 10px;
margin-top: 10px;
max-width: 100%;
width: 100px;
}
h6.testimonials-boxed-itempos,h6.testimonials-full-postext {
font-size: .88em;
letter-spacing: 2px;
margin-top: 0;
}
.testimonials-full-section {
margin-left: auto;
margin-right: auto;
padding: 50px 15px;
width: 100%;
}
.testimonials-full-textcol {
float: none;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
min-height: 163px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 80%;
}
.testimonials-full-itemsrow {
clear: both;
padding-left: 5%;
padding-right: 3%;
}
.testimonials-full-itemcol {
float: none;
margin-bottom: 15px;
margin-top: 15px;
width: auto;
}
.testimonials-full-imgcol {
float: none;
margin: auto;
margin-bottom: 15px;
padding-left: 10%;
padding-right: 10%;
padding-top: 10px;
width: 80%;
}
img.testimonials-full-itemimg {
border-radius: 100%;
display: inline-block;
margin: auto;
max-width: 100%;
width: 150px;
}
.testimonials-full-itemtextcol {
float: none;
padding-left: 30px;
padding-right: 30px;
text-align: center;
width: auto;
}
@media only screen and (min-width: 768px){ 
.about-big-images-gridcol {
margin-left: auto;
margin-right: auto;
min-height: 308px;
padding-left: 15px;
padding-right: 15px;
width: 90%;
}
img.about-big-images-leftimg {
display: inline-block;
margin-left: 40%;
margin-top: 10%;
width: 100%;
}
img.about-big-images-rightimg {
display: inline-block;
margin-left: -50%;
margin-top: 60%;
width: auto;
}
img.about-big-images-centerimg {
margin-left: 0;
margin-top: 0;
width: 100%;
}
.about-big-images-textrow,.about-four-boxes-innerrow,.about-text-grid-rightgridrow,.features-coloured-icon-boxes-innerrow,.features-small-image-cards-featrow,.numbers-innerrow,.team-large-square-innerrow,.testimonials-boxed-itemsrow {
clear: both;
margin-left: -15px;
margin-right: -15px;
width: auto;
}
.about-big-images-textcol {
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
width: 66.6667%;
}
.about-big-images-bottomrow {
clear: both;
float: left;
margin-top: 0;
padding-left: 0;
padding-right: 0;
width: 100%;
}
.about-big-images-leftimgcol,.about-big-images-rightimgcol {
float: left;
width: 25%;
}
.about-big-images-centerimgcol {
float: left;
width: 50%;
}
.about-bigtitle-titlecol,.about-bigtitle-textcol,.content-full-left-image-featurescol,.content-full-right-image-featurescol {
float: left;
padding-left: 15px;
padding-right: 15px;
width: 50%;
}
h2.about-bigtitle-title {
text-align: right;
}
.about-bigtitle-numberscol,.portfolio-cards-projnamecol {
float: left;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.about-bigtitle-numberdiv {
float: left;
min-height: 118px;
padding-left: 15px;
padding-right: 15px;
width: 33.3333%;
}
.about-four-boxes-imgcol,.about-four-boxes-imgcol2 {
float: left;
min-height: 300px;
padding-left: 15px;
padding-right: 15px;
width: 50%;
}
.about-four-boxes-textcol {
float: left;
min-height: 300px;
padding: 40px;
width: 50%;
}
.about-images-right-innerrow,.about-text-grid-innerrow,.about-text-icons-innerrow,.blog-postsrow,.features-image-cards-innerrow,.features-overlapped-icons-featuresrow,.team-colors-membersrow {
clear: both;
margin-left: -15px;
margin-right: -15px;
padding-left: 15px;
padding-right: 15px;
width: auto;
}
.about-images-right-textcol {
float: none;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
.about-images-right-imgcol {
float: none;
margin: auto;
padding-left: 75px;
padding-right: 15px;
width: 90%;
}
img.about-images-right-topimg {
display: inline-block;
width: 80%;
}
img.about-images-right-rightimg,.testimonials-boxed-textcol {
width: 80%;
}
img.about-images-right-leftimg {
width: 60%;
}
.about-text-grid-textcol {
float: left;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
.about-text-grid-rightgridcol {
float: left;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.about-text-grid-imgcol {
float: left;
min-height: 250px;
padding-left: 15px;
padding-right: 15px;
width: 50%;
}
.about-text-grid-rightgridtextcol {
float: left;
margin-left: 0;
margin-right: 0;
min-height: 250px;
padding: 30px;
width: 50%;
}
.about-text-grid-imgcol2 {
min-height: 250px;
width: 50%;
}
.about-text-icons-textcol {
float: left;
padding-left: 15px;
padding-right: 25px;
text-align: left;
width: 33.3333%;
}
.about-text-icons-cols {
float: left;
padding-left: 15px;
padding-right: 15px;
width: 66.6666%;
}
.about-text-icons-iconcol {
float: left;
padding-left: 15px;
padding-right: 15px;
text-align: left;
width: 33.333%;
}
.about-text-icons-cols .about-text-icons-iconcol {
width: 50%;
}
.blog-textrow,.features-coloured-icon-boxes-textrow,.features-large-icons-textrow,.features-small-image-cards-textrow,.team-small-iconsrow {
margin-left: -15px;
margin-right: -15px;
}
.blog-textcol {
margin-left: auto;
margin-right: auto;
width: 75%;
}
.blog-postcol {
float: left;
margin-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
width: 50%;
}
.blog-postbg {
clear: both;
min-height: 200px;
padding-left: 27px;
padding-right: 27px;
}
img.clients-grid-itemimg,img.clients-strip-itemimg {
max-height: 100px;
}
.clients-grid-itemcol {
border-style: solid;
border-width: 0;
float: left;
min-height: 0;
padding-left: 15px;
padding-right: 15px;
width: 33.3333%;
}
.clients-grid-textcol {
margin-left: 16.6667%;
min-height: 200px;
padding-left: 15px;
padding-right: 15px;
width: 66.6667%;
}
.clients-strip-section,.portfolio-full-section {
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0;
width: 100%;
}
.row_187 {
clear: both;
margin-left: 5%;
margin-right: 0;
width: auto;
}
.clients-strip-itemcol {
float: left;
margin-bottom: 15px;
margin-top: 15px;
min-height: 0;
padding: 0 15px;
width: 33.33%;
}
.contact-formcol {
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
width: 80%;
}
.contact-textcol {
float: none;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
width: 80%;
}
.content-full-left-image-textcol,.content-full-right-image-textcol {
display: table-cell;
min-height: 387px;
padding-left: 15px;
padding-right: 15px;
width: 60%;
}
.content-full-left-image-featuresrow,.content-full-right-image-featuresrow {
clear: both;
margin-left: -15px;
margin-right: -15px;
min-height: 100px;
width: auto;
}
.content-full-left-image-imgcol,.content-full-right-image-imgcol {
display: table-cell;
margin-left: 0;
min-height: 514px;
width: 40%;
}
.content-left-image-imgcol {
float: left;
margin-bottom: 20px;
margin-left: 20%;
margin-right: 20%;
min-height: 340px;
padding-left: 15px;
padding-right: 15px;
width: 60%;
}
.content-left-image-textcol {
float: left;
margin-bottom: 20px;
margin-left: 10%;
margin-right: 10%;
margin-top: 0;
min-height: 340px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 80%;
}
.content-right-image-imgcol {
float: left;
margin-left: 20%;
margin-right: 20%;
min-height: 340px;
padding-left: 15px;
padding-right: 15px;
width: 60%;
}
.content-right-image-textcol {
float: left;
margin-bottom: 20px;
margin-left: 10%;
margin-right: 10%;
min-height: 340px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 80%;
}
.cta-blue-textcol {
float: left;
min-height: 65px;
width: 50%;
}
.cta-blue-text {
margin-bottom: 0;
}
.cta-blue-btncol {
float: left;
padding-left: 15px;
padding-right: 15px;
text-align: right;
width: 50%;
}
.cta-gray-textcol,.cta-red-textcol {
padding-left: 15px;
padding-right: 15px;
width: 66.6667%;
}
.cta-gray-btncol,.cta-red-btncol {
min-height: 104px;
padding-left: 15px;
padding-right: 15px;
padding-top: 27px;
text-align: right;
width: 33.3333%;
}
.cta-large-blue-centercol,.cta-large-red-centercol {
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
width: 75%;
}
.features-coloured-icon-boxes-textcol {
margin: auto;
width: 83.3333%;
}
.fa.features-coloured-icon,.fa.font-icon-features-icon-container {
min-height: 0;
padding: 0;
width: auto;
}
.features-coloured-icon-boxes-featurecol {
float: left;
width: 50%;
}
.features-image-cards-textcol,.features-overlapped-icons-textcol,.features-square-image-textcol {
padding-left: 15px;
padding-right: 15px;
width: 83.3333%;
}
.features-image-cards-cardcol,.team-colors-membercol {
float: left;
margin-bottom: 15px;
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
width: 50%;
}
.features-image-cards-cardrow {
clear: both;
float: left;
margin-bottom: 0;
margin-top: 0;
padding-left: 0;
padding-right: 0;
width: 100%;
}
.features-image-cards-cardtextrow,.portfolio-cards-projectinfo {
clear: both;
float: left;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.features-large-icons-textcol {
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
width: 83.3333%;
}
.features-large-icons-featcol {
float: left;
padding: 15px;
width: 50%;
}
.features-overlapped-icons-featcol,.features-small-image-cards-featcol,.features-square-image-featcol {
padding-left: 15px;
padding-right: 15px;
width: 50%;
}
.features-overlapped-icons-featinnerrow {
clear: both;
min-height: 200px;
padding: 0 27px 9px 27px;
}
.features-icon-container:hover {
height: 110px;
margin-left: auto;
margin-right: auto;
min-height: 0;
transition: all 0.2s linear 0s;
width: 110px;
}
.features-icon-container {
height: 100px;
min-height: 0;
width: 100px;
}
.features-small-icon-cards-textcol {
padding-left: 15px;
padding-right: 15px;
width: 83.3333%;
}
.features-small-icon-cards-featuresrow,.portfolio-cards-projectcard {
clear: both;
float: left;
padding-left: 0;
padding-right: 0;
width: 100%;
}
.features-small-icon-cards-featcol {
float: left;
margin-left: 0;
margin-right: 0;
padding-left: 15px;
padding-right: 15px;
width: 50%;
}
.features-small-icon-cards-featinnerrow {
margin-left: 0;
margin-right: 0;
min-height: 117px;
}
.features-small-icon-cards-iconcol {
float: left;
width: 20%;
}
.features-small-icon-cards-iconcol i.fa {
font-size: 2.22em;
}
.features-small-icon-cards-feattextcol {
float: left;
margin-left: 0;
padding-left: 15px;
padding-right: 15px;
text-align: left;
width: 80%;
}
.features-small-image-cards-textcol {
margin-left: auto;
margin-right: auto;
min-height: 154px;
padding-left: 15px;
padding-right: 15px;
width: 83.3333%;
}
.features-small-image-cards-featinnerrow,img.features-square-image-featimg {
width: auto;
}
.numbers-itemcol {
border-bottom: 0 none;
border-right-style: solid;
border-right-width: 1px;
float: left;
margin-bottom: 0;
padding-left: 15px;
padding-right: 15px;
width: 33.3333%;
}
.numbers-itemcol-last,.team-small-membercol {
padding-left: 15px;
padding-right: 15px;
width: 33.3333%;
}
.portfolio-cards-textcol {
margin-left: auto;
margin-right: auto;
min-height: 156px;
padding-left: 15px;
padding-right: 15px;
width: 66.6667%;
}
.portfolio-cards-projectsrow {
clear: both;
float: left;
padding-left: 0;
padding-right: 0;
}
.portfolio-cards-projectcol,.team-large-membercol,.testimonials-boxed-itemcol {
float: left;
padding-left: 15px;
padding-right: 15px;
width: 33.3333%;
}
.ContentSwap104-center {
min-height: 40px;
}
.portfolio-full-projectcol {
float: left;
margin-bottom: 0;
width: 33.3333%;
}
.team-colors-textcol,.team-large-square-textcol {
margin-right: auto;
min-height: 154px;
padding-left: 15px;
padding-right: 15px;
width: 66.6667%;
}
.team-colors-membercard {
clear: both;
min-height: 200px;
}
.team-colors-background {
min-height: 140px;
}
.team-colors-memberinfo {
margin-left: 0;
margin-right: 0;
min-height: 200px;
padding-left: 20px;
padding-right: 20px;
}
img.team-colors-memberimg {
display: inline-block;
width: 120px;
}
.fa.team-colors-icon {
display: inline-block;
margin-left: 10%;
margin-right: 10%;
}
.team-large-memberrow,.team-large-square-membercard {
margin-left: 0;
margin-right: 0;
}
img.team-large-memberimg {
max-width: 100%;
}
.team-large-square-membercol {
margin-bottom: 15px;
margin-left: 0;
padding-left: 15px;
padding-right: 15px;
width: 33.3333%;
}
#ContentSwap102 {
min-height: 0;
padding-left: 0;
padding-right: 0;
width: 100%;
}
img.image13,#ContentSwap102 .swap-inner {
width: 100%;
}
.fa.team-large-square-membericon {
margin-left: 10px;
margin-right: 0;
}
.team-large-square-memberinfo {
clear: both;
float: left;
padding-left: 20px;
padding-right: 20px;
width: 100%;
}
.team-small-textcol {
margin-left: auto;
margin-right: auto;
min-height: 156px;
padding-left: 15px;
padding-right: 15px;
width: 66.6667%;
}
.fa.team-icon {
margin-left: 10px;
}
.testimonials-boxed-itemcard {
clear: both;
min-height: 200px;
padding: 30px;
}
.testimonials-full-section {
margin-left: auto;
margin-right: auto;
min-height: 356px;
padding-left: 0;
padding-right: 0;
width: 90%;
}
.testimonials-full-textrow {
clear: both;
min-height: 193px;
}
.testimonials-full-textcol {
margin-left: auto;
margin-right: auto;
width: 66.6667%;
}
.testimonials-full-itemsrow {
clear: both;
padding-left: 5%;
}
.testimonials-full-itemcol {
float: left;
width: 33.3333%;
}
.testimonials-full-imgcol {
float: left;
padding-left: 0%;
padding-right: 0%;
width: 20%;
}
.testimonials-full-itemtextcol {
float: left;
padding-left: 30px;
padding-right: 30px;
text-align: left;
width: 80%;
}
}
@media only screen and (min-width: 1024px){ 
.header-description img.about-images-right-leftimg {
margin-left: 0;
}
.header-description img.about-images-right-rightimg {
margin-right: 0;
}
.about-big-images-gridcol {
float: none;
margin-left: auto;
margin-right: auto;
max-width: 1232px;
padding-left: 15px;
padding-right: 15px;
width: 80%;
}
.about-big-images-textrow,.about-four-boxes-innerrow,.about-text-grid-rightgridrow,.features-coloured-icon-boxes-innerrow,.features-small-image-cards-featrow,.numbers-innerrow,.team-large-square-innerrow,.testimonials-boxed-itemsrow {
clear: both;
margin-left: -15px;
margin-right: -15px;
width: auto;
}
.about-big-images-textcol {
float: none;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.about-big-images-bottomrow,.features-small-icon-cards-featuresrow,.portfolio-cards-projectcard {
clear: both;
float: left;
padding-left: 0;
padding-right: 0;
width: 100%;
}
.about-big-images-leftimgcol,.about-big-images-centerimgcol,.about-big-images-rightimgcol,.portfolio-full-projectcol,.testimonials-full-itemcol {
float: left;
}
.about-bigtitle-titlecol {
float: left;
padding-left: 27px;
padding-right: 27px;
width: 41.6667%;
}
h2.about-bigtitle-title {
text-align: right;
}
.about-bigtitle-textcol {
float: left;
padding: 27px 27px 0 27px;
width: 41.6667%;
}
.about-bigtitle-numberscol {
float: left;
padding-left: 15px;
padding-right: 15px;
width: 16.6667%;
}
.about-bigtitle-numberdiv {
float: none;
min-height: 118px;
padding-left: 0;
padding-right: 0;
width: auto;
}
.about-four-boxes-textcol {
float: left;
padding: 40px;
}
.about-images-right-innerrow,.about-text-grid-innerrow,.about-text-icons-innerrow,.blog-postsrow,.features-image-cards-innerrow,.features-overlapped-icons-featuresrow,.team-colors-membersrow {
clear: both;
margin-left: -15px;
margin-right: -15px;
padding-left: 15px;
padding-right: 15px;
width: auto;
}
.about-images-right-textcol {
float: left;
padding-left: 15px;
padding-right: 15px;
text-align: left;
width: 40%;
}
.about-images-right-imgcol {
float: left;
padding-left: 80px;
padding-right: 15px;
width: 60%;
}
img.about-images-right-rightimg {
display: inline-block;
margin-left: 30%;
width: 80%;
}
img.about-images-right-leftimg {
display: inline-block;
margin-left: -10%;
width: 60%;
}
.about-text-grid-textcol {
float: left;
padding-left: 15px;
padding-right: 30px;
width: 40%;
}
.about-text-grid-rightgridcol {
float: left;
padding-left: 15px;
padding-right: 15px;
width: 60%;
}
.about-text-grid-imgcol,.about-text-icons-cols,.about-text-icons-iconcol,.blog-postcol,.content-full-left-image-featurescol,.content-full-right-image-featurescol,.cta-blue-textcol,.features-small-icon-cards-featcol,.portfolio-cards-projectcol,.testimonials-boxed-itemcol {
float: left;
padding-left: 15px;
padding-right: 15px;
}
.about-text-grid-rightgridtextcol {
float: left;
margin-left: 0;
margin-right: 0;
padding: 40px 30px 30px 30px;
}
.about-text-grid-imgcol2 {
min-height: 250px;
}
.about-text-icons-textcol {
float: left;
padding-left: 15px;
padding-right: 25px;
}
.blog-textrow,.features-coloured-icon-boxes-textrow {
margin-left: -15px;
margin-right: -15px;
}
.blog-textcol {
float: none;
margin-left: auto;
margin-right: auto;
width: 75%;
}
.blog-postbg {
padding-left: 27px;
padding-right: 27px;
}
.clients-grid-itemcol {
border-style: solid;
border-width: 0;
float: left;
padding-left: 30px;
padding-right: 30px;
width: 25%;
}
.clients-strip-section,.portfolio-full-section,.testimonials-full-section {
float: none;
margin-left: auto;
margin-right: auto;
max-width: none;
padding-left: 0;
padding-right: 0;
width: auto;
}
.row_187 {
clear: both;
margin-left: 5%;
margin-right: 5%;
width: auto;
}
.clients-strip-itemcol {
float: left;
margin-bottom: 15px;
margin-top: 15px;
padding: 0 15px;
width: 16.66%;
}
.contact-formcol {
float: none;
margin-left: auto;
margin-right: auto;
padding: 30px 30px 15px 30px;
width: 50%;
}
.contact-textcol {
float: none;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
width: 50%;
}
.content-full-left-image-innerrow,.content-full-right-image-innerrow {
clear: both;
margin-left: 0;
margin-right: 0;
width: auto;
}
.content-full-left-image-textcol,.content-full-right-image-textcol {
clear: none;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
width: 60%;
}
.content-full-left-image-featuresrow,.content-full-right-image-featuresrow {
clear: both;
margin-left: -15px;
margin-right: -15px;
min-height: 100px;
width: auto;
}
.content-full-left-image-imgcol,.content-full-right-image-imgcol {
margin-right: 0;
min-height: 514px;
width: 40%;
}
.content-left-image-imgcol,.content-right-image-imgcol {
float: left;
margin: 0;
padding-left: 15px;
padding-right: 15px;
width: 50%;
}
.content-left-image-textcol {
clear: none;
margin: 0;
padding-left: 30px;
padding-right: 15px;
text-align: left;
width: 50%;
}
.content-right-image-textcol {
clear: none;
float: left;
margin: 0;
padding-left: 15px;
padding-right: 30px;
text-align: left;
width: 50%;
}
.cta-blue-btncol {
float: left;
padding-left: 15px;
padding-right: 15px;
text-align: right;
}
.cta-gray-textcol,.cta-red-textcol,.features-image-cards-textcol,.features-overlapped-icons-textcol,.features-square-image-textcol {
padding-left: 15px;
padding-right: 15px;
width: 66.6667%;
}
.cta-gray-btncol,.cta-red-btncol {
min-height: 104px;
padding-left: 15px;
padding-right: 15px;
padding-top: 27px;
text-align: right;
width: 33.3333%;
}
.cta-large-blue-centercol {
float: none;
margin-left: auto;
margin-right: auto;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
}
.cta-large-red-centercol {
float: none;
}
.fa.features-coloured-icon,.fa.font-icon-features-icon-container {
display: inline-block;
min-height: 0;
padding: 0;
width: auto;
}
.features-image-cards-textrow,.features-large-icons-textrow,.features-overlapped-icons-textrow,.features-small-icon-cards-textrow,.features-small-image-cards-textrow,.features-square-image-textrow,.team-large-memberrow,.team-small-iconsrow {
margin-left: 0;
margin-right: 0;
}
.features-image-cards-cardcol {
float: left;
margin-bottom: 15px;
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
width: 33.3333%;
}
.features-image-cards-cardrow {
clear: both;
float: left;
margin-bottom: 0;
margin-top: 0;
padding-left: 0;
padding-right: 0;
width: 100%;
}
.features-image-cards-cardtextrow {
clear: both;
float: left;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.features-large-icons-section {
clear: both;
width: auto;
}
.features-large-icons-textcol {
float: none;
left: auto;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
right: auto;
width: 66.6667%;
}
.features-large-icons-featrow {
clear: both;
min-height: 50px;
}
.features-large-icons-featcol {
float: left;
padding: 0 15px;
width: 25%;
}
.features-overlapped-icons-featcol {
padding-left: 15px;
padding-right: 15px;
width: 25%;
}
.features-overlapped-icons-featinnerrow {
padding: 0 27px 27px 27px;
}
.features-icon-container:hover {
height: 110px;
margin-left: auto;
margin-right: auto;
min-height: 0;
transition: all 0.2s linear 0s;
width: 110px;
}
.features-icon-container {
height: 100px;
min-height: 0;
width: 100px;
}
.features-small-icon-cards-textcol {
padding-left: 15px;
padding-right: 15px;
width: 66.6667%;
}
.features-small-icon-cards-featinnerrow {
margin-left: 0;
margin-right: 0;
min-height: 117px;
}
.features-small-icon-cards-iconcol {
float: left;
width: 20%;
}
.features-small-icon-cards-iconcol i.fa {
font-size: 3.33em;
}
.features-small-icon-cards-feattextcol {
float: left;
padding-left: 15px;
padding-right: 15px;
width: 80%;
}
.features-small-image-cards-textcol {
float: none;
left: auto;
margin-left: 16.6667%;
margin-right: 0;
min-height: 154px;
padding-left: 15px;
padding-right: 15px;
right: auto;
width: 66.6667%;
}
.features-small-image-cards-featcol-feattextcol {
width: 70%;
}
.features-small-image-cards-imgcol {
width: 30%;
}
.features-small-image-cards-featcol {
padding-left: 15px;
padding-right: 15px;
width: 50%;
}
.features-small-image-cards-featinnerrow,img.features-square-image-featimg {
width: auto;
}
.features-square-image-featcol {
padding-left: 15px;
padding-right: 15px;
width: 33.3333%;
}
.numbers-itemcol {
border-bottom: 0 none;
border-right-style: solid;
border-right-width: 1px;
float: left;
margin-bottom: 0;
padding-left: 15px;
padding-right: 15px;
}
.numbers-itemcol-last {
border-right-width: 0;
padding-left: 15px;
padding-right: 15px;
width: 33.3333%;
}
.portfolio-cards-textcol {
float: none;
margin-left: auto;
margin-right: auto;
min-height: 156px;
padding-left: 15px;
padding-right: 15px;
width: 66.6667%;
}
.portfolio-cards-projectsrow {
clear: both;
float: left;
margin-left: -15px;
margin-right: -15px;
padding-left: 0;
padding-right: 0;
}
.ContentSwap104-center {
min-height: 40px;
}
.portfolio-cards-projectinfo {
clear: both;
float: left;
min-height: 65px;
padding-left: 0;
padding-right: 0;
width: 100%;
}
.portfolio-cards-projnamecol {
float: left;
min-height: 51px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
h4.portfolio-cards-projtitle {
font-size: 1.33em;
}
.team-colors-textcol,.team-large-square-textcol {
left: auto;
margin-right: auto;
min-height: 154px;
padding-left: 15px;
padding-right: 15px;
right: auto;
width: 66.6667%;
}
.team-colors-membercol {
float: left;
margin-bottom: 15px;
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
width: 25%;
}
.team-colors-background {
min-height: 140px;
}
.team-colors-memberinfo {
margin-left: 0;
margin-right: 0;
min-height: 200px;
padding-left: 20px;
padding-right: 20px;
}
img.team-colors-memberimg {
display: inline-block;
width: 120px;
}
.fa.team-colors-icon {
display: inline-block;
margin-left: 10%;
margin-right: 10%;
}
.team-large-membercol {
float: left;
padding-left: 15px;
padding-right: 15px;
width: 33.3333%;
}
img.team-large-memberimg {
max-width: 100%;
}
.team-large-square-membercol {
margin-bottom: 15px;
margin-left: 0;
padding-left: 15px;
padding-right: 15px;
width: 33.3333%;
}
.team-large-square-membercard {
margin: 0 0 27px 0;
}
#ContentSwap102 {
min-height: 0;
padding-left: 0;
padding-right: 0;
width: 100%;
}
img.image13 {
display: inline-block;
width: 100%;
}
#ContentSwap102 .swap-inner {
width: 100%;
}
.fa.team-large-square-membericon,.fa.team-icon {
display: inline-block;
margin-left: 10px;
margin-right: 10px;
}
.team-large-square-memberinfo {
clear: both;
float: none;
padding-left: 20px;
padding-right: 20px;
width: 100%;
}
h3.team-large-square-membername {
font-size: 1.55em;
}
.team-small-textcol {
margin-left: auto;
margin-right: auto;
max-width: 1232px;
min-height: 156px;
padding-left: 15px;
padding-right: 15px;
width: 66.6667%;
}
.team-small-membercol {
padding-left: 15px;
padding-right: 15px;
width: 16.6667%;
}
.testimonials-boxed-textcol {
margin-left: auto;
margin-right: auto;
width: 50%;
}
.testimonials-boxed-itemcard {
padding: 30px;
}
.testimonials-full-textcol {
margin-left: auto;
width: 50%;
}
.testimonials-full-itemsrow {
clear: both;
padding-left: 3%;
}
.testimonials-full-imgcol {
float: left;
padding-left: 30px;
}
.testimonials-full-itemtextcol {
float: left;
padding-left: 30px;
padding-right: 30px;
}
}.contentswap-effect{
display: inline-block;
position: relative;
overflow: hidden;
zoom:1;
padding-top:1px;                                                   
padding-bottom:1px;     
*display:inline;
cursor: pointer;
vertical-align: top;
}
.contentswap-effect .initial-image{
display: block;
}
.contentswap-effect .overlay{
position: absolute;
width: 100%;
height: 100%;
top:0;
left:0;
opacity: 0;
display:none;
margin-top:1px;
}
.contentswap-effect.hover .overlay,
.contentswap-effect.caption.hover .overlay,
.contentswap-effect:hover .overlay,
.contentswap-effect.caption:hover .overlay{
opacity: 1;
}
.contentswap-effect.caption .overlay{
position: relative;
width: 100%;
height: auto;
opacity: 1;
}
.contentswap-effect.caption:hover .overlay:after{
content:"";
}
.contentswap-effect.caption.hover .initial-image,
.contentswap-effect.caption:hover .initial-image{
opacity: 1;
display: block;
}
.contentswap-effect .swap-inner, .contentswap-effect .swap-inner-caption{
display: none;
padding-top:1px;                                                   
padding-bottom:1px;                                                   
}
.contentswap-effect .swap-title,
.contentswap-effect .swap-subtitle,
.contentswap-effect .swap-button{
margin: 20px;
text-align: center;
}
.contentswap-effect.caption .swap-inner{
position:relative;
}
.contentswap-effect.contentswap-overlay .overlay:after, .contentswap-effect.caption:hover .swap-inner:after {
content:"";
}
.contentswap-effect .swap-title{
margin: 20px 0 20px 0; text-align: center;
}
.contentswap-effect .swap-button button{
cursor: pointer;
background: #605ca8;
text-transform: uppercase;
padding: 10px 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-decoration: none !important;
}
.contentswap-effect .swap-button button:hover{
background: #403c78;
}
.contentswap-effect .swap-button button.button-2{
background: #327BEF;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: border-color .218s 0;
-moz-transition: border-color .218s 0;
-o-transition: border-color .218s 0;
transition: border-color .218s 0;
text-shadow: 1px 0px 0px #1a378e;
border-color: #0066cc;
border-width: 1px;
border-style: solid;
}
.contentswap-effect .swap-button button.button-2:hover{
background: #2D71EE;
-webkit-box-shadow: 1px 1px rgba(255, 255, 255, 0.3);
-moz-box-shadow: 1px 1px rgba(255, 255, 255, 0.3);
box-shadow: 1px 1px rgba(255, 255, 255, 0.3);
text-shadow: 1px 1px 0px #001AA6;
border-color: #291f93;
}
.contentswap-effect .swap-button button.button-4{
background: rgb(182,214,68);
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 18px;
border-color: rgb(182,214,68);
border-bottom-style: solid;
border-right-style: solid;
}
.contentswap-effect .swap-button button.button-4:hover{
background: rgb(108,162,60); 
border-color: #000000;
border-width: 0px;
border-style: solid;
}
.contentswap-effect .swap-button button.button-6{
background: rgb(159,220,34); 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-shadow: 0px -1px 0px #709A16;
padding: 10px 20px;
border-color: #7BA819;
border-width: 1px;
border-style: solid;
}
.contentswap-effect .swap-button button.button-6:hover{
background: rgb(147, 204, 30); 
-webkit-box-shadow: 0px 1px 0px 0px #A0CA4E inset;
-moz-box-shadow: 0px 1px 0px 0px #A0CA4E inset;
box-shadow: 0px 1px 0px 0px #A0CA4E inset;
text-shadow: 0px -1px 0px #628813;
}
.contentswap-effect .swap-button button.button-9{
border: 2px solid rgba(255, 255, 255, 0.80);
background: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.contentswap-effect .swap-button button.button-9:hover{
border-bottom: 10px solid rgba(255, 255, 255, 0.80);
}
.contentswap-effect .swap-button button.button-10{
color: #666666;
background: rgb(255,255,255);
}
.contentswap-effect .swap-button button.button-10:hover{
color: #ffffff;
background: rgb(69,72,77);
}
.contentswap-effect .swap-icons {
margin: 0 auto;
}
.contentswap-effect .swap-icons img{
text-align: center;
}
.contentswap-effect .swap-inner{
position: absolute;
top:0;
left:0;
background: transparent;
}
.clearfix{
clear: both;
}
.contentswap-effect .swap-inner{
opacity: 0;
}
.caption.contentswap-effect .swap-inner{
opacity:1;
} .contentswap-overlay.effect-1 .swap-inner{
-webkit-transform: perspective(500px) rotateX(70deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 200px, 0px);
-moz-transform: perspective(500px) rotateX(70deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 200px, 0px);
-o-transform: perspective(500px) rotateX(70deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 200px, 0px);
-ms-transform: perspective(500px) rotateX(70deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 200px, 0px);
transform: perspective(500px) rotateX(70deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 200px, 0px);
}
.contentswap-overlay.effect-2 .swap-inner{
-webkit-transform: translate(-50%, 0px);
-moz-transform: translate(-50%, 0px);
-o-transform: translate(-50%, 0px);
-ms-transform: translate(-50%, 0px);
transform: translate(-50%, 0px);
}
.contentswap-overlay.effect-3 .swap-inner{
-webkit-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
.contentswap-overlay.effect-4 .swap-inner{
-webkit-transform: translate(0px, 50%);
-moz-transform: translate(0px, 50%);
-o-transform: translate(0px, 50%);
-ms-transform: translate(0px, 50%);
transform: translate(0px, 50%);
}
.contentswap-overlay.effect-5 .swap-inner{
-webkit-transform: translate(50%, 0px);
-moz-transform: translate(50%, 0px);
-o-transform: translate(50%, 0px);
-ms-transform: translate(50%, 0px);
transform: translate(50%, 0px);
}
.contentswap-overlay.effect-6 .swap-inner{
-webkit-transform: scale(0.3);
-moz-transform: scale(0.3);
-o-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
.contentswap-overlay.effect-7 .swap-inner{
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.contentswap-overlay.effect-8 .swap-inner{
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(-70deg);
-moz-transform: rotateX(-70deg);
-ms-transform: rotateX(-70deg);
transform: rotateX(-70deg);
}
.contentswap-overlay.effect-9 .swap-inner{
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(-60deg);
-moz-transform: rotateX(-60deg);
-ms-transform: rotateX(-60deg);
transform: rotateX(-60deg);
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.contentswap-overlay.effect-10 .swap-inner{
-webkit-transform: perspective(500px) rotateX(0deg) rotateY(140deg) rotateZ(0deg) translate3d(0px, 50%, 0px);
-moz-transform: perspective(500px) rotateX(0deg) rotateY(140deg) rotateZ(0deg) translate3d(0px, 50%, 0px);
-o-transform: perspective(500px) rotateX(0deg) rotateY(140deg) rotateZ(0deg) translate3d(0px, 50%, 0px);
-ms-transform: perspective(500px) rotateX(0deg) rotateY(140deg) rotateZ(0deg) translate3d(0px, 50%, 0px);
transform: perspective(500px) rotateX(0deg) rotateY(140deg) rotateZ(0deg) translate3d(0px, 50%, 0px);
}
.contentswap-overlay.effect-11 .swap-inner{
-webkit-transform: scale(0.1);
-moz-transform: scale(0.1);
-o-transform: scale(0.1);
-ms-transform: scale(0.1);
transform: scale(0.1);
}
.contentswap-overlay.effect-12 .swap-inner{
-webkit-transform: perspective(500px) rotateX(100deg) rotateY(100deg) rotateZ(0deg) translate3d(50%, 0px, 0px) scale(.6);
-moz-transform: perspective(500px) rotateX(100deg) rotateY(100deg) rotateZ(0deg) translate3d(50%, 0px, 0px) scale(.6);
-o-transform: perspective(500px) rotateX(100deg) rotateY(100deg) rotateZ(0deg) translate3d(50%, 0px, 0px) scale(.6);
-ms-transform: perspective(500px) rotateX(100deg) rotateY(100deg) rotateZ(0deg) translate3d(50%, 0px, 0px) scale(.6);
transform: perspective(500px) rotateX(100deg) rotateY(100deg) rotateZ(0deg) translate3d(50%, 0px, 0px) scale(.6);
}
.contentswap-overlay.effect-13 .swap-inner{
-webkit-transform: rotateX(0deg) rotateY(170deg) rotateZ(0deg) translate3d(0%, -80%, 0px);
-moz-transform: rotateX(0deg) rotateY(170deg) rotateZ(0deg) translate3d(0%, -80%, 0px);
-o-transform: rotateX(0deg) rotateY(170deg) rotateZ(0deg) translate3d(0%, -80%, 0px);
-ms-transform: rotateX(0deg) rotateY(170deg) rotateZ(0deg) translate3d(0%, -80%, 0px);
transform: rotateX(0deg) rotateY(170deg) rotateZ(0deg) translate3d(0%, -80%, 0px);
}
.contentswap-overlay.effect-14 .swap-inner{
-webkit-transform: perspective(500px) rotateX(0deg) rotateY(100deg) rotateZ(-60deg) translate3d(50%, 50%, 0px) scale(1.9);
-moz-transform: perspective(500px) rotateX(0deg) rotateY(100deg) rotateZ(-60deg) translate3d(50%, 50%, 0px) scale(1.9);
-o-transform: perspective(500px) rotateX(0deg) rotateY(100deg) rotateZ(-60deg) translate3d(50%, 50%, 0px) scale(1.9);
-ms-transform: perspective(500px) rotateX(0deg) rotateY(100deg) rotateZ(-60deg) translate3d(50%, 50%, 0px) scale(1.9);
transform: perspective(500px) rotateX(0deg) rotateY(100deg) rotateZ(-60deg) translate3d(50%, 50%, 0px) scale(1.9);
}
.contentswap-overlay.effect-15 .swap-inner{
-webkit-transform: perspective(500px) rotateX(20deg) rotateY(20deg) rotateZ(-60deg) translate3d(-50%, 50%, 0px) scale(1.1);
-moz-transform: perspective(500px) rotateX(20deg) rotateY(20deg) rotateZ(-60deg) translate3d(-50%, 50%, 0px) scale(1.1);
-o-transform: perspective(500px) rotateX(20deg) rotateY(20deg) rotateZ(-60deg) translate3d(-50%, 50%, 0px) scale(1.1);
-ms-transform: perspective(500px) rotateX(20deg) rotateY(20deg) rotateZ(-60deg) translate3d(-50%, 50%, 0px) scale(1.1);
transform: perspective(500px) rotateX(20deg) rotateY(20deg) rotateZ(-60deg) translate3d(-50%, 50%, 0px) scale(1.1);
}
.contentswap-overlay.effect-16 .swap-inner{
-webkit-transform: perspective(500px) rotateX(-20deg) rotateY(20deg) rotateZ(60deg) translate3d(-20%, 50%, 0px) scale(.1);
-moz-transform: perspective(500px) rotateX(-20deg) rotateY(20deg) rotateZ(60deg) translate3d(-20%, 50%, 0px) scale(.1);
-o-transform: perspective(500px) rotateX(-20deg) rotateY(20deg) rotateZ(60deg) translate3d(-20%, 50%, 0px) scale(.1);
-ms-transform: perspective(500px) rotateX(-20deg) rotateY(20deg) rotateZ(60deg) translate3d(-20%, 50%, 0px) scale(.1);
transform: perspective(500px) rotateX(-20deg) rotateY(20deg) rotateZ(60deg) translate3d(-20%, 50%, 0px) scale(.1);
}
.contentswap-overlay.effect-17 .swap-inner{
-webkit-transform: perspective(500px) rotateX(-60deg) rotateY(20deg) rotateZ(10deg) translate3d(20%, 50%, 70px) scale(.7);
-moz-transform: perspective(500px) rotateX(-60deg) rotateY(20deg) rotateZ(10deg) translate3d(20%, 50%, 70px) scale(.7);
-o-transform: perspective(500px) rotateX(-60deg) rotateY(20deg) rotateZ(10deg) translate3d(20%, 50%, 70px) scale(.7);
-ms-transform: perspective(500px) rotateX(-60deg) rotateY(20deg) rotateZ(10deg) translate3d(20%, 50%, 70px) scale(.7);
transform: perspective(500px) rotateX(-60deg) rotateY(20deg) rotateZ(10deg) translate3d(20%, 50%, 70px) scale(.7);
}
.contentswap-overlay.effect-18 .swap-inner{
-webkit-transform: rotateX(50deg) rotateY(20deg) rotateZ(170deg) ;
-moz-transform: rotateX(50deg) rotateY(20deg) rotateZ(170deg) ;
-o-transform: rotateX(50deg) rotateY(20deg) rotateZ(170deg) ;
-ms-transform: rotateX(50deg) rotateY(20deg) rotateZ(170deg) ;
transform: rotateX(50deg) rotateY(20deg) rotateZ(170deg) ;
}
.contentswap-overlay.effect-19 .swap-inner{
-webkit-transform: perspective(500px) rotateX(0deg) rotateY(-10deg) rotateZ(0deg) translate3d(50%, 50%, 0px) scale(.7);
-moz-transform: perspective(500px) rotateX(0deg) rotateY(-10deg) rotateZ(0deg) translate3d(50%, 50%, 0px) scale(.7);
-o-transform: perspective(500px) rotateX(0deg) rotateY(-10deg) rotateZ(0deg) translate3d(50%, 50%, 0px) scale(.7);
-ms-transform: perspective(500px) rotateX(0deg) rotateY(-10deg) rotateZ(0deg) translate3d(50%, 50%, 0px) scale(.7);
transform: perspective(500px) rotateX(0deg) rotateY(-10deg) rotateZ(0deg) translate3d(50%, 50%, 0px) scale(.7);
}
.contentswap-overlay.effect-20 .swap-inner{
-webkit-transform: perspective(500px) scale(1.6) skew(80deg, 0deg);
-moz-transform: perspective(500px) scale(1.6) skew(80deg, 0deg);
-o-transform: perspective(500px) scale(1.6) skew(80deg, 0deg);
-ms-transform: perspective(500px) scale(1.6) skew(80deg, 0deg);
transform: perspective(500px) scale(1.6) skew(80deg, 0deg);
}
.contentswap-overlay.effect-21 .swap-inner{
-webkit-transform: perspective(500px)  skew(0deg, 80deg);
-moz-transform: perspective(500px)  skew(0deg, 80deg);
-o-transform: perspective(500px) skew(0deg, 80deg);
-ms-transform: perspective(500px)  skew(0deg, 80deg);
transform: perspective(500px) skew(0deg, 80deg);
}
.contentswap-overlay.effect-22 .swap-inner{
-webkit-transform: perspective(500px) rotateX(0deg) rotateY(70deg) rotateZ(0deg) translate3d(-200px, 0px, 0px) scale(2);
-moz-transform: perspective(500px) rotateX(0deg) rotateY(70deg) rotateZ(0deg) translate3d(-200px, 0px, 0px) scale(2);
-o-transform: perspective(500px) rotateX(0deg) rotateY(70deg) rotateZ(0deg) translate3d(-200px, 0px, 0px) scale(2);
-ms-transform: perspective(500px) rotateX(0deg) rotateY(70deg) rotateZ(0deg) translate3d(-200px, 0px, 0px) scale(2);
transform: perspective(500px) rotateX(0deg) rotateY(70deg) rotateZ(0deg) translate3d(-200px, 0px, 0px) scale(2);
}
.contentswap-overlay.effect-23 .swap-inner{
-webkit-transform: perspective(300px) rotateX(150deg) rotateY(0deg) rotateZ(0deg) scale(2);
-moz-transform: perspective(300px) rotateX(150deg) rotateY(0deg) rotateZ(0deg) scale(2);
-o-transform: perspective(300px) rotateX(150deg) rotateY(0deg) rotateZ(0deg) scale(2);
-ms-transform: perspective(300px) rotateX(150deg) rotateY(0deg) rotateZ(0deg) scale(2);
transform: perspective(300px) rotateX(150deg) rotateY(0deg) rotateZ(0deg) scale(2);
}
.contentswap-effect.hover .swap-inner, .contentswap-effect:hover .swap-inner {
opacity: 1;
} .contentswap-overlay.contentswap-effect.hover .swap-inner,
.contentswap-overlay.contentswap-effect:hover .swap-inner{
-webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px) scale(1) skew(0deg);
-moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px) scale(1) skew(0deg);
-o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px) scale(1) skew(0deg);
-ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px) scale(1) skew(0deg);
transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px) scale(1) skew(0deg);
}[data-ovid] {
position: relative;
z-index: 1;
}
[data-ovid]:before {
width: 100%;
height: 100%;
top: 0px;
left: 0px;
position: absolute;
z-index: -1;
display: inline-block;
}
.fancybox-buttons:before,
.fancybox-buttons:after {
display: none;
}
[data-parallax-depth] {
background-attachment: fixed;
}
.no-parallax [data-parallax-depth] {
background-attachment: scroll;
}
.header-top.fixto-fixed #drop_mainmenu > li.current_page_item > a {
border-bottom: none;
}
.header-top.small {
position: static;
}
.header-top.small {
box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
}
.fancybox-container {
z-index: 100000 !important;
}
.bordered.fixto-fixed {
border-bottom: none;
}
.container-align-center {
margin-left: auto;
margin-right: auto;
}
.container-align-right {
margin-left: auto;
}
.container-align-left {
margin-right: auto;
}
span.button-icon {
vertical-align: middle;
margin-bottom: 0;
display: inline-block;
width: 1.6em;
position: relative;
height: 1em;
margin-right: 0.3em;
margin-left: 0.3em;
}
span.button-icon:before {
position: absolute;
top: 50%;
left: 0;
margin-top: -0.8em;
font-size: 1.6em;
line-height: 1.6em;
}
.small span.button-icon {
width: 1.2em;
}
.button.dark-text {
color: #000000 !important;
}
.button.white-text {
color: #ffffff;
}
.small span.button-icon:before {
margin-top: -0.6em;
font-size: 1.2em;
line-height: 1.2em;
}
.button.transparent {
background-color: transparent;
border: none;
color: #ffffff;
box-shadow: none;
}
.button.transparent.dark-text {
border-bottom-color: #666666;
}
.button.transparent:hover {
text-decoration: underline;
}
.button.force-shadow {
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.button.force-shadow:hover {
box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
-moz-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.419608) 0px 14px 26px -12px, rgba(0, 0, 0, 0.117647) 0px 4px 23px 0px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
}
.no-shadow,
.no-shadow:hover {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.dark-text-section .dynamic-color,
.dark-text-section .dynamic-color h1,
.dark-text-section .dynamic-color h2,
.dark-text-section .dynamic-color h3,
.dark-text-section .dynamic-color h4,
.dark-text-section .dynamic-color h5,
.dark-text-section .dynamic-color h6,
.dark-text-section .dynamic-color p {
color: #666666 !important;
}
.ope-google-maps {
min-height: 200px;
height: calc(100% - 0px);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ope-google-maps * {
max-width: none !important;
box-sizing: content-box;
vertical-align: inherit;
font-size: initial;
margin: auto;
border: inherit;
line-height: initial;
}
.section-title-col {
text-align: center;
margin-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
}
iframe.ope-header-video {
width: 100%;
height: 300px;
display: block;
}
html.fancybox-enabled body {
width: 100%;
}
.header-description-row img.homepage-header-image,
.header-description-row .video-popup-button img,
.header-description-row iframe.ope-header-video {
-moz-box-shadow: 0px 15px 80px -5px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 15px 80px -5px rgba(0, 0, 0, 0.25);
box-shadow: 0px 15px 80px -5px rgba(0, 0, 0, 0.25);
}
img.homepage-header-image.round {
border-radius: 100%;
border: 5px solid;
text-align: center;
}
code {
padding: 0.05rem 0.25rem;
background-color: #eaeaea;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 0.9rem;
display: inline-block;
}
.header-media-container {
display: block;
margin: auto;
text-align: center;
}
.video-popup-button {
position: relative;
z-index: 1;
text-align: center;
}
.video-popup-button.with-image:before {
width: 100%;
height: 100%;
top: 0px;
left: 0px;
position: absolute;
z-index: -1;
background-color: rgba(0, 0, 0, 0.5);
display: inline-block;
content: ' ';
}
.video-popup-button img.poster {
position: relative;
width: 100%;
display: block;
z-index: -2;
}
a.video-popup-button-link {
color: #ffffff;
font-size: 100px;
width: 100px;
height: 100px;
}
a.video-popup-button-link:hover {
color: #7AA7F5;
}
.video-popup-button img.poster + a.video-popup-button-link {
position: absolute;
top: 50%;
left: 50%;
margin-left: -50px;
margin-top: -50px;
}
a.badge-button {
width: 200px;
display: inline-block;
font-size: 0px;
vertical-align: top;
line-height: 0px;
border-radius: 8px;
padding: 0px;
background: transparent;
}
a.badge-button svg {
width: 100%;
height: auto;
}
a.button.orange {
background-color: #FF8C00;
}
a.button.orange:hover {
background-color: #d67600;
}
body.pro-inner-page #page {
background-color: transparent;
}
.header-top.fixto-fixed {
background-color: #FFFFFF;
box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.33);
} body#tinymce .content,
body#tinymce.content {
background: #ffffff;
margin: 15px;
}
.header-homepage-arrow {
display: inline-block;
line-height: 0px;
cursor: pointer;
background-color: #ffffff;
border-radius: 500px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
bottom: 60px;
color: #000000;
position: relative;
font-size: 20px;
}
.header-homepage-arrow-c {
position: absolute;
text-align: center;
bottom: 0px;
left: 0px;
right: 0px;
}
.mc4wp-alert {
border: none;
color: #ffffff;
font-size: 14px;
margin-top: 0px;
padding: 5px 10px;
margin: 2em 0.5em 1em;
}
.mc4wp-success {
background-color: #3F464C;
}
.mc4wp-error {
background-color: #ff8066;
}
.mc4wp-alert p {
margin: 0px;
}
.header, .header-homepage {
padding-bottom: 0px;
}
a#fm2_drop_mainmenu_mobile_button span.caption {
min-height: 20px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 30px !important;
line-height: 1em !important;
text-rendering: auto;
letter-spacing: 0px !important;
-webkit-font-smoothing: antialiased;
text-align: center;
-moz-osx-font-smoothing: grayscale;
background: none;
color: inherit;
text-shadow: none;
border: none;
padding: 5px 0px 0px 0px !important;
}
a#fm2_drop_mainmenu_mobile_button span.caption:before {
content: "\f0c9";
height: 30px;
display: inline-block;
vertical-align: text-bottom;
font-family: FontAwesome;
text-shadow: none;
text-align: center;
}
@-moz-keyframes move-down-bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-20px);
transform: translateY(-20px);
}
60% {
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
}
@-webkit-keyframes move-down-bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-20px);
transform: translateY(-20px);
}
60% {
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
}
@keyframes move-down-bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
60% {
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
}
.move-down-bounce {
-moz-animation: move-down-bounce 2s infinite;
-webkit-animation: move-down-bounce 2s infinite;
animation: move-down-bounce 2s infinite;
}
.content-wrapper { }
.page-template-landing-page #page {
min-height: 100vh;
background: #ffffff;
}
.page-content.landing {
min-height: 100vh;
}
.page-content.landing > div {
width: 100%;
} ul.ope-language-switcher {
display: inline-block;
list-style: none;
margin-left: 0px;
padding: 0px;
-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
div.ope-language-switcher li {
display: none;
}
ul.ope-language-switcher img {
width: 18px;
}
.ope-language-switcher {
display: none;
}
li.ellipsis:not(.pll-mobile-menu-item) + li.ellipsis.pll-mobile-menu-item {
margin-top: 20px;
}
li.ellipsis.pll-mobile-menu-item .leaf {
vertical-align: middle;
display: inline-block;
}
div#fm2_drop_mainmenu_jq_menu_back div.menu-container ul li.ellipsis a img,
li.ellipsis.pll-mobile-menu-item img {
vertical-align: baseline;
display: inline-block;
margin-right: 10px;
}
div.section-separator-top,
div.section-separator-bottom {
width: 100%;
max-width: 100%;
overflow-x: hidden;
position: absolute;
z-index: 0;
height: 10%;
display: flex;
}
.content-relative {
position: relative;
}
.content-relative > * {
position: relative;
z-index: 1;
}
svg.section-separator-top,
svg.section-separator-bottom {
display: block;
margin-left: -1%;
max-height: 100%;
width: 102%;
}
svg.section-separator-top[data-separator-name*=-negative] {
-webkit-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
transform: rotateX(180deg);
}
div.section-separator-bottom {
bottom: 0px;
}
div.section-separator-top {
top: 0px;
}
.custom-section {
padding: 75px 0px;
background-color: #ffffff;
}
.custom-row {
text-align: center;
}
.custom-row.row > * {
padding: 0px 15px;
margin-top: 15px;
margin-bottom: 15px;
}
.custom-row.row.no-gutter > * {
padding: 0px;
margin-bottom: 0px;
margin-top: 0px;
} @media only screen and (min-width: 768px) {
.header-wrapper {
overflow: hidden;
}
.gridContainer .gridContainer {
width: auto;
max-width: 100%;
}
.page-row {
padding-top: 50px;
}
.page-row .page-content {
width: 75%;
float: left;
padding-top: 0px;
}
iframe.ope-header-video {
width: 100%;
left: 0px;
top: 0px;
height: 100%;
position: relative;
min-height: 100px;
display: block;
}
.section-title-col {
width: 66.6667%;
}
.content-video-container.iframe-holder {
position: relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
width: 100%;
}
.content-video-container iframe.ope-header-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.header-homepage.v-align-top {
display: flex;
flex-direction: column;
}
.header-homepage.v-align-middle {
display: flex;
align-items: center;
justify-content: center;
}
.header-homepage.v-align-bottom {
display: flex;
flex-direction: column-reverse;
}
.header, .header-homepage {
padding-top: 100px;
padding-bottom: 0px;
}
.ope-language-switcher.after-menu {
background-color: #ffffff;
border-radius: 4px 0px 0px 4px;
right: 0px;
position: fixed;
top: 80px;
display: inline-block;
z-index: 10000;
}
.ope-language-switcher.after-menu select {
display: block;
margin: 10px 10px;
}
ul.ope-language-switcher.after-menu > li {
display: none;
float: left;
padding: 14px 8px;
font-size: 0px;
line-height: 0px;
}
ul.ope-language-switcher.after-menu > li.current-lang {
display: block;
}
ul.ope-language-switcher.after-menu.hover > li,
ul.ope-language-switcher.after-menu:hover > li {
display: block;
}
ul.ope-language-switcher.after-menu span {
display: none;
}
}
@media only screen and (max-width: 767px) {
.header-description-row > div:last-of-type {
margin-bottom: 0px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.media-on-left .header-description-row > div,
.media-on-right .header-description-row > div {
width: 100% !important;
float: none;
}
.media-on-left .header-description-row > div .header-content .align-holder,
.media-on-right .header-description-row > div .header-content .align-holder {
text-align: center !important;
}
.media-on-left .header-description-row > div .header-content,
.media-on-right .header-description-row > div .header-content {
width: 100% !important;
}
}
@media only screen and (min-width: 1024px) {
.gridContainer .gridContainer {
width: auto;
max-width: 100%;
}
} .contact-2columns-formcol{
box-shadow: 0 5px 15px 0px rgba(0, 0, 0, .25) !important;
-webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, .25) !important;
-moz-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, .25) !important;
}
.button-submit-form {
background-color: #00aca4 !important;
border-radius: 4px !important;
margin-right: 5px;
font-family: sans-serif !important;
font-weight: 600;
}
.fserv-container .fserv-form {
display: flex;
flex-wrap: wrap;
width: 100%;
font-family: sans-serif !important;
}
.fserv-container .fserv-form div {
margin-bottom: 10px !important;
}
.fserv-container .fserv-form label {
word-break: keep-all;
line-height: 14px;
font-size: 10px;
text-align: justify;
}
.fserv-container .fserv-form .select2-selection {
text-align: start !important;
}
.fserv-container .fserv-form .fserv-input-text, .fserv-container .fserv-form .select2-selection, .fserv-container .fserv-form .fserv-textarea {
border-radius: 4px !important;
font-size: 12px !important;
}
.fserv-container .fserv-form .select2-search__field {
margin-top: 0px !important;
}
.fserv-container .fserv-form .fserv-button-submit {
border-radius: 4px !important;
}
.fserv-container .fserv-form .fserv-label {
padding-bottom: 2px !important;
}
.fserv-container .fserv-form .fserv-label::after {
display: inline;
position: absolute;
margin-left: 2px;
}
.fserv-container .fserv-form .select2-selection__rendered, .fserv-container .fserv-form .fserv-input-text, .fserv-container .fserv-form .fserv-textarea {
padding: 0px 5px !important;
}
.fserv-container .fserv-form .fserv-field + .fserv-field {
margin-top: 0px !important;
}
.fserv-container {
max-width: inherit !important;
box-shadow: inherit !important;
}
.fserv-container .fserv-form .fserv-field:nth-child(-n+2):not(.fserv-hidden) {
margin-top: 0px;
}
.fserv-container .fserv-form .fserv-field + div:not(.fserv-field) {
display: block;
width: 100%;
text-align: center;
}
.fserv-field {
padding-left: 5px !important;
padding-right: 5px !important;
}
.fserv-field > * {
width: auto !important;
font: 400 11px system-ui;
}
.fserv-field:nth-child(1) {
width: 50% !important;
}
.fserv-field:nth-child(2) {
width: 50% !important;
}
.fserv-field:nth-child(3) {
width: 25% !important;
}
.fserv-field:nth-child(4) {
width: 25% !important;
}
.fserv-field:nth-child(5) {
width: 25% !important;
}
.fserv-field:nth-child(6) {
width: 25% !important;
}
.fserv-field:nth-child(7) {
width: 50% !important;
}
.fserv-field:nth-child(8) {
width: 50% !important;
}
.fserv-field:nth-child(9) {
width: 100% !important;
}
.fserv-field:nth-child(11) {
width: 100% !important;
}
.fserv-field:nth-child(12) {
width: 100% !important;
} #form-header-title {
color: #393939;
font-family: Arial, Verdana, sans-serif;
font-size: 25px;
display: block;
text-align: center;
margin-bottom: 30px;
}
#label-EMAIL_ID {
color: #393939;
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
margin-bottom: 8px;
}
#input-email {
border: 1px solid #e6e4e4;
background-color: #f1f1f1;
height: 35px;
margin: 5px 0 18px 0;
font-size: 0.9em;
padding-left: 5px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-indent: 5px;
width: 100%;
}
#label-18rq5lb5vkn7cdgqte4ua {
color: #393939;
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
margin-bottom: 8px;
}
#div-18rq5lb5vkn7cdgqte4ua {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding-top: 5px;
}
#indicator-18rq5lb5vkn7cdgqte4ua {
border: 1px solid #e6e4e4;
background-color: #f1f1f1;
}
#label-opt-18rq5lb5vkn7cdgqte4ua {
padding-top: 5px;
margin-right: 10px;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: #393939;
}
#form-mandatory {
font-size: 13px;
margin-left: 5px;
font-family: Arial, Verdana, sans-serif;
color: #393939;
}
input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input::-ms-input-placeholder {
color: #848484;
opacity: 0.6;
}
select {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
cursor:pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
select {padding-right:18px}
}
.select-arrow {
position:relative;
}
.select-arrow:after {
content:'^';
font:15px "Consolas", monospace;
color: #848484;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
right:8px; top:-3px;
padding:0 0 0px;
position:absolute;
pointer-events:none;
}
.control {
display: block;
position: relative;
padding-left: 30px;
margin-left: 5px;
margin-right: 6px;
cursor: pointer;
font-size: 18px;
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.control__indicator {
position: absolute;
border: 1px solid;
top: 2px;
left: 0;
height: 20px;
width: 20px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.control--radio .control__indicator {
border-radius: 50%;
}
.control__indicator:after {
content: '';
position: absolute;
display: none;
}
.control input:checked ~ .control__indicator:after {
display: block;
}
.control--checkbox .control__indicator:after {
left: 8px;
top: 4px;
width: 3px;
height: 8px;
transform: rotate(45deg);
border-style: solid;
border-color: #848484;
border-width: 0 2px 2px 0;
position: absolute;
}
.control--radio .control__indicator:after {
left: 7px;
top: 7px;
height: 6px;
width: 6px;
border-radius: 50%;
background: #848484;
position: absolute;
}
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input[type="number"] {
-moz-appearance: textfield;
}
input:focus {
outline: solid 1px #736F6F !important;
}
textarea:focus {
outline: solid 1px #736F6F !important;
}
select:focus {
outline: solid 1px #736F6F !important;
}
input:disabled,
input[disabled]{
opacity: 0.2;
cursor: default;
}
.loader,
.loader:after {
border-radius: 50%;
width: 1.8em;
height: 1.8em;
}
.loader {
margin-top: 5px;
margin-left: 10px;
font-size: 10px;
position: relative;
border: 0.5em solid #919798;
border-left-color: #00aca4;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1s infinite linear;
animation: load8 1s infinite linear;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
#sb_form {
background: #ffffff;
padding: 10px 20px 20px 20px;
border-radius: 3px;
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
position: relative;
}
input {
color: #848484 !important;
}
#div-submitInput {
display: flex;
flex-direction: row;
justify-content: center;
}
#submitInput {
border-style: solid;
text-align: center;
color: #ffffff;
border-color: #ffffff;
border-width: 1px;
border-radius: 5px;
padding: 5px 15px;
text-decoration: none;
display: block;
font-family: Arial;
font-style: inherit;
font-weight: inherit;
font-size: 15px;
background-color:#00aca4;
cursor: pointer;
}
#form-footer-mandatory {
color: #393939;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
display: block;
margin-top: 20px;
} .logo_col{
max-width:225px;
}
#drop_mainmenu>li{
margin-left: 1.4% !important;
margin-right: 1.4% !important;
}
#drop_mainmenu>li>a{
font-size:0.8em !important;
} .footer ul li{
font-size:14px;
font-weight: lighter !important;
font-family:normal normal 400 18px/170% Source Sans Pro, sans-serif;
}
.footer ul li a{
font-weight: lighter !important;
font-family:normal normal 400 18px/170% Source Sans Pro, sans-serif;
}
.footer .widget h4{
font-weight:lighter;
font-size:20px;
border-bottom: 1px solid grey;
}
.footer .widget .textwidget{
padding:inherit;
}
.footer .page_item{
}
.footer .footer-column-colored {
background-color: #222222 !important;
}
.footer .footer-column-colored p {
font-size: 14px;
margin: 00px 0px 7px 0px;
}
.footer .footer-column-colored i.font-icon-19.fa {
font-size: 1em !important;
}
.footer .footer-column-colored a.custom-logo-link {
height:74px;
}
.footer .footer-column-colored a.custom-logo-link img {
max-width:80%
}
.footer-column-colored i.fa:hover{
color: #27aca4;
}
.footer .gridContainer .column_210 {
border:none;
}
.footer .gridContainer .column_210 ul{
list-style-type:none !important;
padding-left: inherit;
}
.footer .gridContainer .column_210 ul.contact li.phone{
line-height:200% !important;
}
.footer .gridContainer .column_210 ul.contact li i{
margin-right: 10px;
}
.footer .gridContainer .column_210 ul.contact li.adress{
margin-left: 20px;
line-height: 70%;
}
.footer .gridContainer .column_210 ul.contact li{
}
.footer .gridContainer .column_210:nth-child(1){
}
.footer .gridContainer .column_210:nth-child(2){
}
.footer .gridContainer .column_210:nth-child(3) a, .footer .gridContainer .column_210:nth-child(3) a:visited{
color:white!important;
}
@media only screen and (min-width: 1024px){ 
.footer .gridContainer .column_210:nth-child(1){
}
.footer .gridContainer .column_210:nth-child(2){
}
.footer .gridContainer .column_210:nth-child(3){
}
.footer-column-colored {
width:30% !important;
padding-right: 0px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.footer .gridContainer .column_210 {
min-height: 155px!important;
}
.footer .gridContainer .column_210:nth-child(1){
width:100%;
}
.footer .gridContainer .column_210:nth-child(2){
width:100% !important;
}
.footer .gridContainer .column_210:nth-child(3){
width:100%;
}
.footer-column-colored {
width:100% !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
} #temoignages .testimonials-boxed-itemcard{
text-align: center !important;
}
.testimonials-boxed-itemcard{
text-align: justify !important;
}
.page-content a:not(.button){
color: #27aca4 !important;
} .blog-title a:hover{
color:#27aca4;
text-decoration: none;
} .content-left-image-imgcol img, .content-right-image-imgcol img, .content-full-left-image-imgcol, .content-full-right-image-imgcol, .about-four-boxes-innerrow, .about-text-grid-rightgridrow {
box-shadow: 0 5px 15px 0px rgba(0, 0, 0, .25) !important;
}
#cote-cabinet .content-left-image-textcol, #cote-client .content-right-image-textcol, #cote-cabinet, #cote-client{
text-align:justify; 
}
#contact .contact-2columns-contactcol .column_284{
text-align:justify;
}
@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width:812px) and (orientation: landscape) {
#contact .contact-2columns-contactcol .contact-2columns-iconcol{
margin-left:-10px;
margin-right:10px;
}
#contact .contact-2columns-contactcol .column_284{
float:unset !important;
}
.newsletter-check-box .control__indicator {
top:0px !important;
bottom: 0px !important;
margin:auto;
}
.newsletter-submit #submitInput{
white-space:nowrap;
padding: 10px 15px;
}
#cote-cabinet.content-left-image-section.content-image-left-undefined .gridContainer .row{
margin-left: -15px;
margin-right: -15px;
}
#cote-cabinet .content-full-left-image-featuresrow .content-full-left-image-featurescol,
#cote-client .content-full-right-image-featuresrow .content-full-right-image-featurescol {
padding-left:0px !important;
padding-right:0px !important;
}
}
@media screen and (max-width: 834px) and (orientation:portrait),
screen and (max-width: 1024px) and (orientation:portrait),
screen and (max-width: 1024px) and (orientation:landscape){
#contact .contact-2columns-contactcol .column_284{
float:unset !important;
padding-left:30px;
}
}body div#page {
background-color: transparent;
}
.content {
background-color: transparent;
padding-bottom: 0px!important;
padding-top: 0px!important;
}
.header-section-content {
text-align: left;
}
.page-content {
padding-bottom: 0px!important;
padding-top: 0px!important;
}
.homepage-template .svg-white-bg {
fill: #FFFFFF;
}
.about-image-section-pro {
padding-bottom: 50px;
padding-top: 50px;
}
.about-image-gridcol-pro {
margin-bottom: 20px;
text-align: center;
}
.about-image-textcol-pro {
float: none;
min-height: auto;
padding-bottom: 1em;
padding-left: 15px;
padding-right: 15px;
padding-top: 2em;
text-align: center;
width: 100%;
}
.contact-2columns-section,.woocommerce-section {
clear: both;
padding-bottom: 75px;
padding-top: 75px;
}
.contact-2columns-textrow {
clear: both;
margin-bottom: 30px;
}
.contact-2columns-textcol,.woocommerce-textcol {
float: none;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
.contact-2columns-contentrow,.content-left-video-innerrow,.cta-centered-bg-section-row,.row_290,.woocommerce-products-row {
clear: both;
margin-left: -15px;
margin-right: -15px;
width: auto;
}
.contact-2columns-formrow,.woocommerce-product-col {
float: none;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.contact-2columns-formcol {
-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
background-color: #FFFFFF;
box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
clear: both;
float: left;
margin-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
text-align: center;
width: 100%;
}
.contact-2columns-formcol .wpcf7-form input,.contact-2columns-formcol .wpcf7-form textarea {
border-radius: 2px;
}
.contact-2columns-contactcol {
float: none;
padding-left: 15px;
padding-right: 15px;
padding-top: 20px;
width: 100%;
}
.contact-2columns-itemrow {
clear: both;
float: left;
margin-bottom: 5px;
width: 100%;
}
.contact-2columns-iconcol,.contact-3-section-iconcol,.contact-map-section-iconcol {
float: left;
}
.fa.font-icon-contact-form,.fa.contact-3-font-icon-1,.fa.contact-map-section-font-icon-1 {
background-color: #B0B0B0;
border-radius: 100%;
color: #FFFFFF;
display: inline-block;
font-size: .77em;
height: 30px;
line-height: 26px;
padding-top: 0;
text-align: center;
width: 30px;
}
.column_284 {
float: left;
padding-left: 15px;
}
p.contact-2columns-itemtextcol,p.contact-3-section-itemtextcol,p.contact-map-section-itemtextcol {
font-style: italic;
}
.contact-3-section {
clear: both;
min-height: 100px;
padding-bottom: 75px;
padding-top: 50px;
}
.contact-3-section-textrow {
clear: both;
margin-bottom: 30px;
min-height: 100px;
}
.contact-3-section-textcol,.column_266,.column_269 {
float: none;
margin-left: auto;
margin-right: auto;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
.contact-3-section-formrow,.pricing-black-white-itemcol {
float: none;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.contact-3-section-formcol {
-moz-box-shadow: rgba(0, 0, 0, .25) 0 15px 80px -5px;
-webkit-box-shadow: rgba(0, 0, 0, .25) 0 15px 80px -5px;
background-color: rgb(255, 255, 255);
box-shadow: rgba(0, 0, 0, .25) 0 15px 80px -5px;
clear: both;
float: left;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
text-align: center;
width: 100%;
}
.contact-3-section-contactcol {
float: none;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
}
.contact-map-contactcol,.contact-map-contact-row {
min-height: 100px;
padding: 0;
}
.contact-3-section-itemrow,.contact-map-itemrow {
clear: both;
margin-bottom: 5px;
}
.contact-3-section-info-text,.contact-map-section-info-text {
float: left;
padding-left: 15px;
padding-right: 15px;
}
.contact-3-section-map-container {
clear: both;
height: 250px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.contact-map-section {
margin-left: auto;
margin-right: auto;
min-height: 100px;
padding-bottom: 75px;
padding-left: 15px;
padding-right: 15px;
padding-top: 50px;
width: 100%;
}
.contact-map-section-row {
clear: both;
margin-left: 0;
margin-right: 0;
width: auto;
}
.contact-map-section-left {
float: none;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
width: 100%;
}
.contact-2columns-formcol1 {
-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
background-color: #FFFFFF;
box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
clear: both;
float: left;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
text-align: center;
width: 100%;
}
.contact-map-section-right {
float: none;
margin-top: 50px;
}
.contact-map-section-right .ope-google-maps {
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}
.content-left-video-section,.content-right-video-section,.row_298,.row_292 {
clear: both;
min-height: 100px;
padding-bottom: 75px;
padding-top: 75px;
}
.content-left-video-imgcol::before,.content-center-video-imgcol::before {
background-color: rgba(0, 0, 0, .498039);
display: inline-block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.content-left-video-imgcol {
-moz-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
-webkit-box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
background: url(https://waibi.fr/wp-content/themes/one-page-express-pro/sections/images/project2.jpg) center center / cover;
box-shadow: 0 15px 80px -5px rgba(0, 0, 0, .25);
float: none;
min-height: 400px;
padding-left: 15px;
padding-right: 15px;
padding-top: 160px;
position: relative;
text-align: center;
width: 100%;
z-index: 1;
}
.content-left-video-imgcol>a,.column_266>a,.content-center-video-imgcol a {
display: inline-block;
width: 100%;
}
.fa.font-video-icon {
color: #FFFFFF;
font-size: 4.44em;
padding: 0 10px;
width: auto;
}
.fa.font-video-icon:hover,.fa.font-icon-video-on-bottom:hover {
color: #03a9f4;
text-rendering: auto;
}
.content-left-video-textcol {
float: none;
margin-left: 0;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
text-align: center;
width: 100%;
}
.content-right-video-textcol {
float: none;
margin-left: 0;
min-height: 100px;
padding-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
.cta-centered-bg-section {
background: url(https://waibi.fr/wp-content/themes/one-page-express-pro/sections/images/julian-o-hayon-143085.jpg) center center / cover no-repeat fixed transparent;
clear: both;
min-height: 100px;
padding-bottom: 40px;
padding-top: 40px;
position: relative;
z-index: 1;
}
.cta-centered-bg-section:before {
background-color: rgba(156, 39, 176, .5);
content: ' ';
display: inline-block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.cta-centered-bg-section-col,.cta-centered-section-col,.subscribe-centered-section-wrap {
float: none;
margin-left: auto;
margin-right: auto;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
text-align: center;
width: 100%;
}
h3.cta-centered-bg-section-title,h3.cta-centered-section-tite,h3.subscribe-centered-section-title {
color: rgb(255, 255, 255);
font-weight: 300;
line-height: 100%;
margin-bottom: 15px;
}
span.cta-centered-bg-section-title-bold,span.span28 {
font-weight: 600;
}
.cta-centered-section {
background-color: #2186C4;
clear: both;
min-height: 100px;
padding-bottom: 40px;
padding-top: 40px;
}
.cta-centered-section-grid {
min-height: 100px;
}
p.cta-centered-section-text,p.subscribe-centered-section-text {
color: rgb(255, 255, 255);
}
.row_297 .gallery-wrapper,.row_299 .gallery-wrapper {
display: block;
height: auto;
width: 100%;
}
.row_297 .gallery-wrapper>.gallery-items-wrapper {
overflow: hidden;
}
.row_297 .gallery-wrapper dl,.row_299 .gallery-wrapper dl {
padding: 4px;
}
.row_297 .gallery-wrapper .gallery-item {
display: inline-block;
font-size: 0em;
margin: auto;
overflow: hidden;
padding: 0;
text-align: center;
vertical-align: top;
width: 33.333333333333336%;
}
.row_297 .gallery-wrapper .gallery-icon {
font-size: 0em;
}
.row_297 .gallery-wrapper a,.row_299 .gallery-wrapper a {
display: block;
font-size: 0em;
margin: 0;
padding: 0;
}
.row_297 .gallery-wrapper img,.row_299 .gallery-wrapper img {
height: auto;
transition: all 0.4s linear 0s;
width: 100%;
}
.row_297 .gallery-wrapper img:hover {
-moz-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(0deg);
-moz-transform-origin: center center;
-ms-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(0deg);
-ms-transform-origin: center center;
-o-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(0deg);
-o-transform-origin: center center;
-webkit-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(0deg);
-webkit-transform-origin: center center;
transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(0deg);
transform-origin: center center;
}
.fancybox-button--close {
background-color: #03a9f4;
}
.fancybox-button--close:hover {
background-color: #0299de;
}
.row_289 {
background: url(https://waibi.fr/wp-content/themes/one-page-express-pro/sections/images/julian-o-hayon-143085.jpg) center center / cover no-repeat fixed transparent;
clear: both;
min-height: 100px;
padding-bottom: 50px;
padding-top: 75px;
position: relative;
z-index: 1;
}
.row_289:before {
background-color: rgba(0, 0, 0, .52);
content: ' ';
display: inline-block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
h2.heading104 {
color: #FFFFFF;
margin-top: 20px;
}
.clients-grid-textcol {
float: none;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
min-height: 158px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 83.3333%;
}
.row_299 {
clear: both;
float: left;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.row_299 .gallery-wrapper>div {
margin: auto;
}
.row_299 .gallery-wrapper .gallery-item {
display: inline-block;
float: none;
font-size: 0em;
margin: auto;
max-width: 50%;
min-width: 50%;
text-align: center;
vertical-align: top;
width: 50%;
}
.row_299 .gallery-wrapper .gallery-icon {
font-size: 0em;
overflow: hidden;
}
.row_299 .gallery-wrapper img:hover {
-moz-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(5deg);
-moz-transform-origin: center center;
-ms-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(5deg);
-ms-transform-origin: center center;
-o-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(5deg);
-o-transform-origin: center center;
-webkit-transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(5deg);
-webkit-transform-origin: center center;
transform: scale(1.2, 1.2) translate(0, 0) skew(0deg, 0deg) rotate(5deg);
transform-origin: center center;
}
.google-maps-section {
height: 400px;
}
.pricing-black-white-section,.pricing-colors-section,.pricing-double-colors-section,.pricing-simple-section {
clear: both;
min-height: 100px;
padding-bottom: 45px;
padding-top: 75px;
}
.pricing-black-white-itemcard {
-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
background-color: #FFFFFF;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
clear: both;
margin-bottom: 30px;
min-height: 100px;
padding: 40px 30px 30px 30px;
text-align: center;
}
p.pricing-black-white-pricetext {
color: rgb(51, 51, 51);
font-size: 2.22em;
font-weight: 600;
line-height: 150%;
margin-top: 14px;
}
span.pricing-black-white-price-currency {
font-size: .6em;
line-height: 230%;
vertical-align: top;
}
span.pricing-black-white-price-period {
font-size: .5em;
font-style: normal;
}
.pricing-featured.pricing-black-white-itemcol .pricing-black-white-title,.pricing-featured.pricing-black-white-itemcol .pricing-black-white-pricetext {
color: #ffffff;
}
.pricing-featured .pricing-black-white-description {
color: #c2c2c2;
}
.pricing-black-white-features-list,.pricing-colors-features-list {
color: rgb(102, 102, 102);
font-size: 1em;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: 300;
line-height: 150%;
list-style-type: none;
margin-bottom: 20px;
margin-top: 10px;
padding-left: 0;
text-align: center;
}
li.pricing-black-white-features-item,li.pricing-colors-features-item {
border-bottom: 1px solid rgb(230, 230, 230);
color: rgb(156, 156, 156);
font-weight: 300;
margin-bottom: 5px;
padding-bottom: 5px;
}
.pricing-featured .pricing-black-white-itemcard {
-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
background-color: #1F1F1F;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
clear: both;
margin-bottom: 30px;
min-height: 100px;
padding: 0 30px 30px 30px;
text-align: center;
}
.pricing-featured .pricing-featured-tag,.pricing-colors-itemcol.pricing-featured .pricing-colors-populartext {
display: block;
}
.pricing-featured-tag {
clear: both;
display: none;
margin-left: -30px;
min-height: 49px;
padding-left: 0;
padding-right: 0;
text-align: left;
width: 100%;
}
a.pricing-black-white-popular-tag:hover {
-moz-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
-webkit-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
background-color: rgb(156, 39, 176);
box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
color: rgb(255, 255, 255);
font-size: .66em;
font-weight: 400;
}
a.pricing-black-white-popular-tag:active {
-moz-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
-webkit-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
background-color: rgb(156, 39, 176);
box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
color: rgb(255, 255, 255);
font-size: .66em;
font-weight: 400;
}
a.pricing-black-white-popular-tag {
-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
background-color: rgb(156, 39, 176);
border-radius: 2px;
border-style: solid;
border-width: 0;
box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-size: .66em;
font-stretch: normal;
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 400;
letter-spacing: 1px;
line-height: 130%;
margin: 10px;
padding: 7px 20px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 0.4s linear 0s;
}
p.pricing-black-white-pricetext-popular {
color: rgb(255, 255, 255);
font-size: 2.22em;
font-weight: 600;
line-height: 150%;
}
.pricing-featured .pricing-black-white-features-list {
color: rgb(102, 102, 102);
}
.pricing-featured li.pricing-black-white-features-item {
border-bottom: 1px solid #333333;
color: #C2C2C2;
}
.pricing-featured.pricing-black-white-itemcol,.pricing-featured.pricing-black-white-itemcol p,.pricing-featured.pricing-black-white-itemcol h1,.pricing-featured.pricing-black-white-itemcol h2,.pricing-featured.pricing-black-white-itemcol h3,.pricing-featured.pricing-black-white-itemcol h4,.pricing-featured.pricing-black-white-itemcol h5,.pricing-featured.pricing-black-white-itemcol h6 {
color: #C2C2C2;
}
.pricing-black-white-row,.pricing-colors-innerrow,.pricing-double-colors-row {
padding-top: 30px;
}
.pricing-colors-innerrow:last-child,.pricing-colors-itemcol .pricing-colors-titlerow h4,.pricing-colors-itemcol .pricing-colors-titlerow p,.pricing-double-colors-pricecol.pricing-featured p.pricing-double-colors-price-text {
margin-bottom: 0;
}
.pricing-colors-populartext {
display: none;
}
.pricing-featured.pricing-colors-itemcol .pricing-colors-titlerow h4 {
margin-top: 0;
}
.pricing-colors-titlerow {
clear: both;
color: #FFFFFF;
float: left;
min-height: 70px;
padding: 20px;
width: 100%;
}
.pricing-colors-contentrow {
clear: both;
min-height: 100px;
padding: 30px;
}
p.pricing-colors-pricetext {
color: rgb(51, 51, 51);
font-size: 2.77em;
font-weight: 600;
line-height: 120%;
margin-top: 14px;
}
span.pricing-colors-price-currency,span.pricing-simple-price-currency {
font-size: .5em;
line-height: 200%;
vertical-align: top;
}
span.pricing-colors-price-period,span.pricing-simple-price-period {
font-size: .4em;
font-style: normal;
}
.pricing-colors-itemcol {
-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
background-color: #FFFFFF;
border-radius: 2px;
box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
float: none;
margin-bottom: 30px;
min-height: 100px;
padding: 0 15px;
text-align: center;
width: 100%;
}
.pricing-colors-itemcol.pricing-featured .pricing-colors-features-list {
margin-bottom: 30px;
margin-top: 30px;
}
.pricing-double-colors-pricecol {
-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
border-bottom: 5px solid #FF9500;
border-radius: 2px;
box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
float: none;
margin-bottom: 30px;
margin-left: 15px;
margin-right: 15px;
min-height: 100px;
}
.pricing-double-colors-titlerow {
clear: both;
min-height: 58px;
padding-top: 14px;
position: relative;
text-align: center;
z-index: 0;
}
h4.pricing-double-colors-title {
color: #FFFFFF;
font-weight: 400;
}
.pricing-double-colors-pricerow {
clear: both;
float: left;
min-height: 87px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
.pricing-double-colors-titlerow:before {
background-color: rgba(0, 0, 0, .2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: -1;
}
p.pricing-double-colors-price-text {
color: #FFFFFF;
font-size: 2.22em;
font-weight: 600;
line-height: 120%;
margin-bottom: 14px;
margin-top: 14px;
}
span.pricing-double-colors-price-currency {
font-size: .7em;
line-height: 200%;
vertical-align: top;
}
span.pricing-double-colors-pricecol-price-period {
font-size: .6em;
font-style: normal;
}
.pricing-double-colors-featuresrow {
background-color: #fff;
clear: both;
min-height: 100px;
padding: 20px;
text-align: center;
}
.pricing-double-colors-features-list {
color: #666666;
font: 300 18px/150% Source Sans Pro, sans-serif;
list-style-type: none;
margin-bottom: 20px;
margin-top: 10px;
padding-left: 0;
text-align: left;
}
.pricing-double-colors-pricecol.pricing-featured .pricing-double-colors-features-list {
color: rgb(102, 102, 102);
margin-bottom: 30px;
margin-top: 30px;
}
li.pricing-double-colors-feature-item {
border-bottom: 1px solid #E6E6E6;
color: rgb(156, 156, 156);
font-weight: 300;
margin-bottom: 5px;
padding-bottom: 5px;
padding-left: 10px;
}
.pricing-double-colors-featured-text {
color: #FFFFFF;
display: none;
}
.pricing-double-colors-pricecol.pricing-featured .pricing-double-colors-featured-text {
display: block;
margin-bottom: 14px;
}
.pricing-simple-itemcol {
color: rgb(51, 51, 51);
float: none;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.pricing-simple-itemcard {
-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
background-color: #FFFFFF;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
clear: both;
margin-bottom: 30px;
min-height: 100px;
padding: 30px;
}
.pricing-simple-itemcard p {
margin-bottom: 14px;
margin-top: 14px;
}
.pricing-simple-separator {
background-color: #C2C2C2;
margin-bottom: 0;
}
p.pricing-simple-pricetext {
color: rgb(51, 51, 51);
font-size: 2.77em;
font-weight: 600;
line-height: 120%;
margin-bottom: 14px;
margin-top: 14px;
}
.pricing-simple-features-list {
color: rgb(102, 102, 102);
font-size: 1em;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: 300;
line-height: 150%;
list-style-type: none;
margin-bottom: 20px;
margin-top: 10px;
padding-left: 0;
}
li.pricing-simple-features-item {
border-bottom: 0 solid rgb(230, 230, 230);
color: #9C9C9C;
font-weight: 300;
margin-bottom: 5px;
padding-bottom: 5px;
}
.subscribe-2cols-section {
background-color: #9c27b0;
clear: both;
min-height: 100px;
padding-bottom: 40px;
padding-top: 40px;
}
.subscribe-2cols-section-left {
float: none;
padding: 0 15px;
text-align: center;
width: 100%;
}
h3.subscribe-2cols-section-left-text {
color: rgb(255, 255, 255);
font-weight: 300;
line-height: 100%;
margin: 0;
}
.subscribe-form>* {
margin: 0;
}
span.subscribe-2cols-section-span,span.subscribe-centered-section-span {
color: #FFFFFF;
font-weight: 600;
}
.subscribe-2cols-section-right {
float: none;
margin-top: 25px;
min-height: 67px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
.subscribe-2cols-section .subscribe-form input[type="email"],.subscribe-centered-section .subscribe-form input[type="email"] {
background-color: rgba(250, 250, 250, .3);
border-color: rgba(221, 221, 221, .498039);
border-style: solid;
border-width: 1px;
display: inline-block;
margin-right: 10px;
min-height: 40px;
padding-left: 10px;
padding-right: 10px;
width: 100%;
}
.subscribe-2cols-section .subscribe-form input[type="email"]::placeholder,.subscribe-centered-section input[type="email"]::placeholder {
color: white;
}
.subscribe-2cols-section .subscribe-form input[type="submit"] {
-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
background-color: rgb(251, 192, 45);
border-radius: 4px;
border-style: solid;
border-width: 0;
box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
color: #000000;
cursor: pointer;
display: inline-block;
font-size: .66em;
font-stretch: normal;
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 600;
letter-spacing: 1px;
line-height: 130%;
margin: 10px 18px 18px 0;
padding: 12px 30px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 0.4s linear 0s;
}
.subscribe-centered-section {
background-color: rgb(33, 134, 196);
clear: both;
min-height: 100px;
padding-bottom: 40px;
padding-top: 40px;
}
.subscribe-centered-section .subscribe-form input[type="submit"] {
-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
background-color: rgb(251, 192, 45);
border-radius: 4px;
border-style: solid;
border-width: 0;
box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
color: #000000;
cursor: pointer;
display: inline-block;
font-size: .66em;
font-stretch: normal;
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 600;
letter-spacing: 1px;
line-height: 130%;
margin: 10px 18px 18px 0;
padding: 10px 20px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 0.4s linear 0s;
}
.subscribe-centered-section .subscribe-form input[type="submit"]:hover {
-moz-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
-webkit-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
background-color: rgb(251, 192, 45);
box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
color: #000000;
font-size: .66em;
font-weight: 600;
}
.subscribe-centered-section .subscribe-form input[type="submit"]:active {
-moz-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
-webkit-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
background-color: rgb(251, 192, 45);
box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
color: rgb(255, 255, 255);
font-size: .66em;
font-weight: 400;
}
.subscribe-social-section {
background-color: #FFFFFF;
clear: both;
min-height: 100px;
padding-bottom: 50px;
padding-top: 50px;
}
.subscribe-social-section-form,.subscribe-social-section-social {
float: none;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
.subscribe-social-section-form-row {
clear: both;
float: left;
margin-bottom: 20px;
min-height: 67px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
width: 100%;
}
.subscribe-social-section .subscribe-form input[type="email"] {
background-color: #FAFAFA;
border-color: #DDDDDD;
border-style: solid;
border-width: 1px;
display: inline-block;
margin-right: 10px;
min-height: 40px;
padding-left: 10px;
padding-right: 10px;
width: 250px;
}
.subscribe-social-section input[type="email"]::placeholder {
color: #000;
}
.subscribe-social-section .subscribe-form input[type="submit"] {
-moz-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
-webkit-box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
background-color: #9c27b0;
border-radius: 4px;
border-style: solid;
border-width: 0;
box-shadow: rgba(0, 0, 0, .137255) 0 1px 2px 0, rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .117647) 0 1px 5px 0;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-size: .66em;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: 400;
letter-spacing: 1px;
line-height: 130%;
margin: 10px 18px 18px 0;
padding: 10px 20px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 0.4s linear 0s;
}
.subscribe-social-section .subscribe-form input[type="submit"]:hover {
-moz-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
-webkit-box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
background-color: #9c27b0;
box-shadow: rgba(0, 0, 0, .419608) 0 14px 26px -12px, rgba(0, 0, 0, .117647) 0 4px 23px 0, rgba(0, 0, 0, .2) 0 8px 10px -5px;
color: rgb(255, 255, 255);
font-size: .66em;
font-weight: 400;
}
.subscribe-social-section .subscribe-form input[type="submit"]:active {
-moz-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
-webkit-box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
background-color: #9c27b0;
box-shadow: rgba(0, 0, 0, .129412) 0 3px 2px 0 inset;
color: rgb(255, 255, 255);
font-size: .66em;
font-weight: 400;
}
.subscribe-social-section-social-row {
clear: both;
float: left;
margin-bottom: 10px;
margin-top: 15px;
min-height: 32px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.fa.font-icon-24:hover {
color: #9c27b0;
text-rendering: auto;
}
.fa.font-icon-24 {
color: #333333;
display: inline-block;
font-size: 1.66em;
margin-left: 10px;
margin-right: 10px;
}
.content-center-video-imgcol {
-moz-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
-webkit-box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
background: url(https://waibi.fr/wp-content/themes/one-page-express-pro/sections/images/project2.jpg) center center / cover;
box-shadow: rgba(0, 0, 0, .247059) 0 15px 80px -5px;
float: none;
margin-top: 20px;
min-height: 400px;
padding-left: 15px;
padding-right: 15px;
padding-top: 160px;
position: relative;
text-align: center;
width: 100%;
z-index: 1;
}
.fa.font-icon-video-on-bottom {
color: #FFFFFF;
font-size: 4.44em;
}
.woocommerce-textrow {
margin-left: -15px;
margin-right: -15px;
text-align: center;
}
img.woocommerce-postimg {
width: 100%;
}
.woocommerce-postbg {
background-color: #FFF6E5;
clear: both;
padding-bottom: 27px;
padding-top: 27px;
}
.woocommerce-section .woocommerce ul.products li.first {
clear: none;
}
.woocommerce-products-row .woocommerce-product-col {
margin-bottom: 15px;
margin-top: 15px;
}
@media only screen and (min-width: 768px){ 
.about-image-textcol-pro {
float: none;
margin-left: 16.6667%;
min-height: auto;
padding-bottom: 1em;
padding-left: 15px;
padding-right: 15px;
padding-top: 2em;
text-align: center;
width: 66.6667%;
}
img.about-image-img-pro {
width: 83.3333%;
}
.contact-2columns-textrow,.contact-3-section-textrow {
clear: both;
min-height: 156px;
}
.contact-2columns-textcol,.contact-3-section-textcol {
margin-left: auto;
margin-right: auto;
min-height: 156px;
padding-left: 15px;
padding-right: 15px;
width: 66.6667%;
}
.contact-2columns-contentrow,.content-left-video-innerrow,.cta-centered-bg-section-row,.row_290,.woocommerce-products-row {
clear: both;
margin-left: -15px;
margin-right: -15px;
width: auto;
}
.contact-2columns-formrow {
float: left;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.contact-2columns-formcol {
clear: both;
float: left;
padding-left: 15px;
padding-right: 15px;
width: 60%;
}
#contactform2_form .form-group .button.button-default {
margin-left: auto;
margin-right: auto;
right: auto;
}
.contact-2columns-contactcol {
float: left;
padding-left: 15px;
padding-right: 15px;
width: 40%;
}
.contact-2columns-itemrow {
clear: both;
float: left;
min-height: 41px;
width: 100%;
}
.contact-2columns-iconcol {
min-height: 30px;
}
.fa.font-icon-contact-form,.fa.contact-3-font-icon-1,.fa.contact-map-section-font-icon-1 {
height: 26px;
width: 26px;
}
.column_284 {
float: left;
min-height: 41px;
padding-left: 15px;
}
.contact-3-section-formrow,.contact-3-section-contactcol,.subscribe-social-section-form,.subscribe-social-section-social {
float: left;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
width: 50%;
}
.contact-3-section-formcol,.contact-2columns-formcol1,.row_299 {
clear: both;
float: left;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.contact-3-section-info-text,.contact-map-section-info-text {
float: left;
padding-left: 15px;
padding-right: 15px;
}
.contact-3-section-map-container {
clear: both;
min-height: 100px;
padding-left: 0;
padding-right: 0;
width: 100%;
}
.contact-map-section {
min-height: 100px;
padding-left: 0;
padding-right: 0;
}
.contact-map-section-row {
-webkit-align-items: stretch;
align-items: stretch;
clear: both;
display: flex;
margin-left: 0;
margin-right: 0;
width: auto;
}
.contact-map-section-left {
float: left;
min-height: 100px;
width: 50%;
}
.contact-map-section-right {
flex: 1;
float: left;
margin-top: 0;
min-height: 100px;
position: relative;
width: 50%;
}
.contact-map-section-right .ope-google-maps {
bottom: 0;
left: 0;
position: absolute !important;
right: 0;
top: 0;
}
.content-left-video-imgcol {
float: left;
min-height: 400px;
padding-left: 15px;
padding-right: 15px;
width: 50%;
}
.content-left-video-textcol {
float: left;
margin-left: 0;
min-height: 371px;
padding-left: 30px;
padding-right: 15px;
padding-top: 27px;
text-align: left;
width: 50%;
}
.content-right-video-textcol {
float: left;
margin-left: 0;
min-height: 371px;
padding: 27px 15px 0 30px;
text-align: left;
width: 50%;
}
.cta-centered-bg-section-col,.cta-centered-section-col,.column_266,.subscribe-centered-section-wrap,.column_269 {
margin-left: auto;
margin-right: auto;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
width: 66.6667%;
}
.row_297 .gallery-wrapper .gallery-item {
width: 25%;
}
.row_291,.row_300,.row_296,.woocommerce-textrow {
margin-left: -15px;
margin-right: -15px;
}
.clients-grid-textcol {
left: auto;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
min-height: 141px;
padding-left: 15px;
padding-right: 15px;
right: auto;
width: 83.3333%;
}
.row_299 .gallery-wrapper .gallery-item {
display: inline-block;
float: left;
padding: 3px;
vertical-align: top;
}
.pricing-black-white-section,.pricing-simple-section {
clear: both;
min-height: 100px;
padding-bottom: 45px;
}
.pricing-black-white-itemcol,.pricing-simple-itemcol {
float: left;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
width: 33.3333%;
}
.pricing-black-white-itemcard {
clear: both;
margin-bottom: 30px;
min-height: 200px;
padding: 40px 30px 30px 30px;
}
p.pricing-black-white-pricetext,p.pricing-black-white-pricetext-popular {
line-height: 150%;
}
.pricing-black-white-features-list,.pricing-black-white-features-list-popular,.pricing-colors-features-list,.pricing-featured .pricing-colors-features-list,.pricing-double-colors-features-list {
padding-left: 0;
}
.pricing-featured .pricing-black-white-itemcard {
clear: both;
margin-bottom: 30px;
min-height: 200px;
padding: 0 30px 30px 30px;
}
.pricing-featured-tag {
clear: both;
margin-left: -30px;
min-height: 49px;
padding-left: 0;
padding-right: 0;
width: 100%;
}
.pricing-colors-section {
clear: both;
min-height: 100px;
padding-top: 75px;
}
.pricing-colors-innerrow:last-child {
margin-bottom: 60px;
}
.pricing-colors-itemcol {
float: left;
margin-bottom: 60px;
min-height: 100px;
padding: 0;
}
.pricing-colors-titlerow {
clear: both;
float: left;
min-height: 70px;
padding: 20px;
width: 100%;
}
.pricing-colors-contentrow {
clear: both;
min-height: 100px;
padding: 30px;
}
.pricing-colors-itemcol.pricing-featured {
margin-top: -30px;
padding: 0;
}
.pricing-double-colors-pricecol.pricing-featured {
margin-top: -30px;
}
.pricing-double-colors-section {
clear: both;
min-height: 100px;
padding-bottom: 75px;
padding-top: 105px;
}
.pricing-double-colors-pricecol {
float: left;
margin-left: 0;
margin-right: 0;
min-height: 235px;
padding-left: 0;
padding-right: 0;
width: 33.3333%;
}
.pricing-double-colors-titlerow-orange,.pricing-double-colors-titlerow {
clear: both;
min-height: 58px;
}
.pricing-double-colors-pricerow {
clear: both;
float: left;
min-height: 87px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.pricing-double-colors-featuresrow {
clear: both;
min-height: 100px;
padding: 20px;
}
li.pricing-double-colors-feature-item {
padding-left: 0;
}
.pricing-simple-itemcard {
clear: both;
margin-bottom: 30px;
min-height: 200px;
padding: 30px;
}
.pricing-simple-features-list {
padding-left: 0;
text-align: left;
}
.subscribe-2cols-section .subscribe-form input[type="submit"] {
display: inline-block;
margin-right: 18px;
margin-top: 10px;
padding: 12px 20px;
transition: all 0.4s linear 0s;
}
.subscribe-2cols-section-left {
float: left;
padding-left: 15px;
padding-right: 15px;
text-align: left;
width: 41.6667%;
}
.subscribe-2cols-section-right {
float: left;
margin-top: 0;
min-height: 59px;
padding-left: 15px;
padding-right: 15px;
text-align: right;
width: 58.3333%;
}
.subscribe-2cols-section .subscribe-form input[type="email"],.subscribe-centered-section .subscribe-form input[type="email"] {
border-bottom: none rgba(221, 221, 221, .498039);
border-left: none rgba(221, 221, 221, .498039);
border-right: none rgba(221, 221, 221, .498039);
border-top: 0 none rgba(221, 221, 221, .498039);
display: inline-block;
margin-right: 10px;
min-height: 40px;
width: 60%;
}
.subscribe-centered-section .subscribe-form input[type="submit"] {
border-style: solid;
border-width: 0;
display: inline-block;
margin-right: 18px;
margin-top: 10px;
padding: 12px 20px;
transition: all 0.4s linear 0s;
}
.subscribe-social-section .subscribe-form input[type="submit"] {
border-style: solid;
border-width: 0;
display: inline-block;
margin-right: 18px;
padding: 12px 20px;
transition: all 0.4s linear 0s;
}
.subscribe-social-section-form-row {
clear: both;
margin-bottom: 0;
min-height: 59px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.subscribe-social-section .subscribe-form input[type="email"] {
border-style: solid;
border-width: 1px;
display: inline-block;
margin-right: 10px;
min-height: 40px;
width: 250px;
}
.subscribe-social-section-social-row {
clear: both;
float: left;
min-height: 40px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.fa.font-icon-24 {
margin-left: 10px;
margin-right: 10px;
}
.content-center-video-imgcol {
float: left;
min-height: 400px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.woocommerce-section {
clear: both;
}
.woocommerce-textcol {
margin-left: auto;
margin-right: auto;
width: 75%;
}
.woocommerce-product-col {
float: left;
margin-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
width: 50%;
}
.woocommerce-product-col:nth-of-type(2n+1) {
clear: left;
}
.woocommerce-postbg {
clear: both;
min-height: 200px;
padding-left: 27px;
padding-right: 27px;
}
}
@media only screen and (min-width: 1024px){ 
.header-description img.about-images-right-leftimg {
margin-left: 0;
}
.header-description img.about-images-right-rightimg {
margin-right: 0;
}
img.about-image-img-pro {
width: 83.3333%;
}
.contact-2columns-textcol,.contact-3-section-textcol {
float: none;
margin-left: auto;
margin-right: auto;
min-height: 156px;
padding-left: 15px;
padding-right: 15px;
}
.contact-2columns-contentrow,.content-left-video-innerrow,.cta-centered-bg-section-row,.row_290,.woocommerce-products-row {
clear: both;
margin-left: -15px;
margin-right: -15px;
width: auto;
}
.contact-2columns-formrow,.contact-3-section-formrow,.contact-3-section-info-text,.pricing-black-white-itemcol,.pricing-simple-itemcol,.subscribe-social-section-form,.subscribe-social-section-social,.woocommerce-product-col {
float: left;
padding-left: 15px;
padding-right: 15px;
}
.contact-2columns-formcol {
clear: both;
float: left;
padding: 30px 30px 15px 30px;
width: 50%;
}
#contactform2_form .form-group .button.button-default {
margin-left: auto;
margin-right: auto;
right: auto;
}
.contact-2columns-contactcol,.contact-3-section-contactcol {
float: left;
padding-left: 30px;
padding-right: 15px;
width: 50%;
}
.contact-2columns-itemrow {
clear: both;
float: left;
min-height: 41px;
width: 100%;
}
.fa.font-icon-contact-form,.fa.contact-3-font-icon-1,.fa.contact-map-section-font-icon-1 {
height: 26px;
width: 26px;
}
.column_284 {
min-height: 41px;
padding-left: 15px;
}
.contact-3-section-formcol {
clear: both;
float: left;
min-height: 100px;
padding: 30px 30px 15px;
width: 100%;
}
.contact-3-section-map-container {
clear: both;
min-height: 100px;
padding-left: 0;
padding-right: 0;
width: 100%;
}
.contact-map-section {
float: none;
margin-left: auto;
margin-right: auto;
max-width: none;
padding-left: 0;
padding-right: 0;
width: auto;
}
.contact-map-section-row {
clear: both;
margin-left: 0;
margin-right: 0;
width: auto;
}
.contact-map-section-left {
float: left;
padding-left: 5%;
padding-right: 5%;
}
.contact-map-section-info-text {
padding-left: 15px;
padding-right: 15px;
}
.contact-2columns-formcol1 {
clear: both;
float: left;
min-height: 100px;
padding: 30px 30px 15px 30px;
width: 100%;
}
.contact-map-section-right {
float: left;
}
.content-left-video-imgcol {
float: left;
min-height: 400px;
padding-left: 15px;
padding-right: 15px;
width: 50%;
}
.content-left-video-textcol {
float: left;
min-height: 371px;
padding-left: 30px;
padding-right: 15px;
padding-top: 27px;
width: 50%;
}
.content-right-video-textcol {
float: left;
min-height: 371px;
padding: 27px 15px 0 30px;
width: 50%;
}
.cta-centered-bg-section-col,.cta-centered-section-col,.column_266,.subscribe-centered-section-wrap,.column_269 {
float: none;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.row_297 .gallery-wrapper .gallery-item {
padding: 0;
width: 16.666666666666668%;
}
.row_291,.row_296,.woocommerce-textrow {
margin-left: -15px;
margin-right: -15px;
}
.clients-grid-textcol {
margin-bottom: 10px;
margin-right: auto;
min-height: 154px;
padding-left: 15px;
padding-right: 15px;
width: 66.6667%;
}
.row_299 {
clear: both;
float: left;
min-height: 100px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.pricing-black-white-section {
clear: both;
min-height: 100px;
padding-bottom: 75px;
}
.pricing-black-white-itemcard {
margin-bottom: 0;
padding: 30px;
}
p.pricing-black-white-pricetext {
line-height: 150%;
}
.pricing-black-white-features-list,.pricing-black-white-features-list-popular,.pricing-colors-features-list,.pricing-double-colors-features-list {
padding-left: 0;
}
.pricing-featured .pricing-black-white-itemcard {
margin-bottom: 30px;
margin-left: 0;
padding: 0 30px 30px 30px;
}
.pricing-featured-tag {
clear: both;
margin-left: -30px;
min-height: 0;
padding: 0;
width: 100%;
}
p.pricing-black-white-pricetext-popular {
line-height: 130%;
}
.pricing-colors-section {
clear: both;
min-height: 100px;
padding-top: 105px;
}
.pricing-colors-itemcol {
margin-bottom: 30px;
padding: 0;
width: 25%;
}
.pricing-colors-innerrow:last-child {
margin-bottom: 30px;
}
.pricing-colors-titlerow {
clear: both;
float: left;
min-height: 0;
padding: 20px;
width: 100%;
}
.pricing-colors-contentrow {
clear: both;
min-height: 100px;
padding: 30px;
width: 100%;
}
.pricing-double-colors-section {
clear: both;
min-height: 100px;
padding-bottom: 75px;
padding-top: 105px;
}
.pricing-double-colors-pricecol {
float: left;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.pricing-double-colors-titlerow {
min-height: 58px;
}
.pricing-double-colors-pricerow {
clear: both;
float: left;
min-height: 69px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.pricing-double-colors-featuresrow {
clear: both;
min-height: 100px;
padding: 20px;
}
li.pricing-double-colors-feature-item {
padding-left: 10px;
}
.pricing-simple-section {
clear: both;
min-height: 100px;
padding-bottom: 45px;
}
.pricing-simple-itemcard {
margin-bottom: 30px;
padding: 30px;
}
.pricing-simple-features-list {
padding-left: 0;
text-align: left;
}
.subscribe-2cols-section-left {
float: left;
padding-left: 15px;
padding-right: 15px;
width: 50%;
}
.subscribe-2cols-section-right {
float: left;
min-height: 59px;
padding-left: 15px;
padding-right: 15px;
text-align: right;
width: 50%;
}
.subscribe-2cols-section .subscribe-form input[type="email"],.subscribe-centered-section .subscribe-form input[type="email"] {
border-color: rgba(221, 221, 221, .498039);
border-style: solid;
border-width: 1px;
display: inline-block;
margin-right: 10px;
min-height: 40px;
width: 250px;
}
.subscribe-2cols-section .subscribe-form input[type="submit"] {
display: inline-block;
margin: 10px 10px 10px 0;
}
.subscribe-centered-section .subscribe-form input[type="submit"],.subscribe-social-section .subscribe-form input[type="submit"] {
border-style: solid;
border-width: 0;
display: inline-block;
margin: 10px 10px 10px 0;
padding: 12px 30px;
transition: all 0.4s linear 0s;
}
.subscribe-social-section-form-row {
clear: both;
margin-bottom: 0;
min-height: 59px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.subscribe-social-section .subscribe-form input[type="email"] {
border-style: solid;
border-width: 1px;
display: inline-block;
margin-right: 10px;
min-height: 40px;
width: 300px;
}
.subscribe-social-section-social-row {
clear: both;
float: left;
min-height: 40px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.fa.font-icon-24 {
display: inline-block;
margin-left: 10px;
margin-right: 10px;
}
.content-center-video-imgcol {
float: left;
min-height: 400px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.woocommerce-section {
clear: both;
}
.woocommerce-product-col:nth-of-type(2n+1) {
clear: initial;
}
.woocommerce-textcol {
float: none;
margin-left: auto;
margin-right: auto;
width: 75%;
}
.woocommerce-postbg {
padding-left: 27px;
padding-right: 27px;
}
}
.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-audio audio{width:100%;min-width:300px}.block-editor-block-list__layout .reusable-block-edit-panel{align-items:center;background:#f8f9f9;color:#555d66;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;top:-14px;margin:0 -14px;padding:8px 14px;position:relative;border:1px dashed rgba(145,151,162,.25);border-bottom:none}.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel{margin:0 -14px;padding:8px 14px}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner{margin:0 5px}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info{margin-right:auto}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label{margin-right:8px;white-space:nowrap;font-weight:600}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{flex:1 1 100%;font-size:14px;height:30px;margin:4px 0 8px}.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{flex-shrink:0}@media (min-width:960px){.block-editor-block-list__layout .reusable-block-edit-panel{flex-wrap:nowrap}.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title{margin:0}.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button{margin:0 0 0 5px}}.editor-block-list__layout .is-selected .reusable-block-edit-panel{border-color:rgba(66,88,99,.4) rgba(66,88,99,.4) rgba(66,88,99,.4) transparent}.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel{border-color:hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) hsla(0,0%,100%,.45) transparent}.block-editor-block-list__layout .reusable-block-indicator{background:#fff;border:1px dashed #e2e4e7;color:#555d66;top:-14px;height:30px;padding:4px;position:absolute;z-index:1;width:30px;right:-14px}.wp-block-button{color:#fff;margin-bottom:1.5em}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.is-style-squared .wp-block-button__link{border-radius:0}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:440;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-column{flex-grow:1;margin-bottom:1em;flex-basis:100%;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (min-width:600px){.wp-block-column{flex-basis:calc(50% - 16px);flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;width:100%;margin:0 0 1.5em;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-left-content,.wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover-image.has-left-content .wp-block-cover-text,.wp-block-cover-image.has-left-content h2,.wp-block-cover.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,.wp-block-cover.has-left-content h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content,.wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover-image.has-right-content .wp-block-cover-text,.wp-block-cover-image.has-right-content h2,.wp-block-cover.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,.wp-block-cover.has-right-content h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2{color:#fff;font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:610px;padding:14px;text-align:center}.wp-block-cover-image .wp-block-cover-image-text a,.wp-block-cover-image .wp-block-cover-image-text a:active,.wp-block-cover-image .wp-block-cover-image-text a:focus,.wp-block-cover-image .wp-block-cover-image-text a:hover,.wp-block-cover-image .wp-block-cover-text a,.wp-block-cover-image .wp-block-cover-text a:active,.wp-block-cover-image .wp-block-cover-text a:focus,.wp-block-cover-image .wp-block-cover-text a:hover,.wp-block-cover-image h2 a,.wp-block-cover-image h2 a:active,.wp-block-cover-image h2 a:focus,.wp-block-cover-image h2 a:hover,.wp-block-cover .wp-block-cover-image-text a,.wp-block-cover .wp-block-cover-image-text a:active,.wp-block-cover .wp-block-cover-image-text a:focus,.wp-block-cover .wp-block-cover-image-text a:hover,.wp-block-cover .wp-block-cover-text a,.wp-block-cover .wp-block-cover-text a:active,.wp-block-cover .wp-block-cover-text a:focus,.wp-block-cover .wp-block-cover-text a:hover,.wp-block-cover h2 a,.wp-block-cover h2 a:active,.wp-block-cover h2 a:focus,.wp-block-cover h2 a:hover{color:#fff}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:305px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead,.wp-block-cover-image h1,.wp-block-cover-image h2,.wp-block-cover-image h3,.wp-block-cover-image h4,.wp-block-cover-image h5,.wp-block-cover-image h6,.wp-block-cover-image p,.wp-block-cover .wp-block-subhead,.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover h4,.wp-block-cover h5,.wp-block-cover h6,.wp-block-cover p{color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3 - 1px)}}.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4 - 1px)}}.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5 - 1px)}}.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6 - 1px)}}.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7 - 1px)}}.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}@supports (-ms-ime-align:auto){.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8 - 1px)}}.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.wp-block-gallery .blocks-gallery-item.has-add-item-button{width:100%}.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:305px;width:100%}.wp-block-gallery.aligncenter,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{display:flex}.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em;margin-left:0;margin-right:0}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-media-text{display:grid;grid-template-rows:auto;align-items:center;grid-template-areas:"media-text-media media-text-content";grid-template-columns:50% auto}.wp-block-media-text.has-media-on-the-right{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 50%}.wp-block-media-text .wp-block-media-text__media{grid-area:media-text-media;margin:0}.wp-block-media-text .wp-block-media-text__content{word-break:break-word;grid-area:media-text-content;padding:0 8%}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important;grid-template-areas:"media-text-media" "media-text-content"}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right{grid-template-areas:"media-text-content" "media-text-media"}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}.has-drop-cap:not(:focus):after{content:"";display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:#191e23;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table.has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table.has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table.has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table.has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),.wp-block-table.is-style-stripes tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{white-space:nowrap;overflow:auto}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em;color:#555d66;text-align:center;font-size:13px}.has-pale-pink-background-color.has-pale-pink-background-color{background-color:#f78da7}.has-vivid-red-background-color.has-vivid-red-background-color{background-color:#cf2e2e}.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color{background-color:#ff6900}.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color{background-color:#fcb900}.has-light-green-cyan-background-color.has-light-green-cyan-background-color{background-color:#7bdcb5}.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color{background-color:#00d084}.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color{background-color:#8ed1fc}.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color{background-color:#0693e3}.has-very-light-gray-background-color.has-very-light-gray-background-color{background-color:#eee}.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color{background-color:#abb8c3}.has-very-dark-gray-background-color.has-very-dark-gray-background-color{background-color:#313131}.has-pale-pink-color.has-pale-pink-color{color:#f78da7}.has-vivid-red-color.has-vivid-red-color{color:#cf2e2e}.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color{color:#ff6900}.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color{color:#fcb900}.has-light-green-cyan-color.has-light-green-cyan-color{color:#7bdcb5}.has-vivid-green-cyan-color.has-vivid-green-cyan-color{color:#00d084}.has-pale-cyan-blue-color.has-pale-cyan-blue-color{color:#8ed1fc}.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color{color:#0693e3}.has-very-light-gray-color.has-very-light-gray-color{color:#eee}.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color{color:#abb8c3}.has-very-dark-gray-color.has-very-dark-gray-color{color:#313131}.has-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}