/*
Theme Name: Leo Solutions - Corpo
Theme URI:
Author: Leo Solutions
Author URI: www.leo.solutions
Description:
Version: 2.0
Text Domain: leo
Domain Path: /inc/languages
*/

/********** BASIC TAG STYLE **********/

.leo_background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.leo_freespace{
    flex: 1;
}
ul.primary-menu {
    list-style-type:none;
    margin: 0;
}
ul.primary-menu li a{
    display: block;
    font-weight: 400;
}
.leo_hover_container .leo_hover,
.leo_hover_container:hover .leo_nohover{
    display: none !important;
}
.leo_hover_container:hover .leo_hover{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.leo_item_square{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    position: relative;
    overflow: visible;
    z-index: 1;
}
.leo_item_square.active{
    z-index: 1000;
}
.leo_item_square > .leo_item_square_image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.leo_item_square > .leo_item_square_content{
    padding: 30px 100px 30px 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    background-color: #fff;
    min-height: 100%;
    top: 0px;
}
.leo_item_square.even > .leo_item_square_image{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.leo_item_square.even > .leo_item_square_content{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    left: 0;
}
.leo_item_square > div{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
}
.leo_item_square .leo_item_square_content_onactive{
    padding-bottom: 73px;
}
.leo_item_square .leo_item_square_content_onactive,
.leo_item_square.active .leo_item_square_content_normal
{
    display: none;
}
.leo_item_square.active .leo_item_square_content_onactive{
    display: block;
}
.leo_item_square img{
    max-width: none;
    display: block;
    width: 100%;
}
.leo_item_square h2{
    font-size: 34px;
    line-height: 36px;
    font-weight: 300;
    margin: 0 0 42px;
}
.leo_item_square p{
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    color: #515151;
}
.leo_item_square a{
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
    border-radius: 10px;
    width: 225px;
    padding: 8px 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin: 50px 0 0;
}
.leo_item_square a:hover{
    background-color: transparent;
}
@media screen and (max-width: 950px){
    .leo_item_square{
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    }
    .leo_item_square > .leo_item_square_content{
        padding: 40px 40px 20px 25px;
    }
    .leo_item_square > .leo_item_square_image{
        -webkit-box-ordinal-group: 2 !important;
            -ms-flex-order: 1 !important;
                order: 1 !important;
    }
    .leo_item_square > .leo_item_square_content{
        -webkit-box-ordinal-group: 3 !important;
            -ms-flex-order: 2 !important;
                order: 2 !important;
    }
    .leo_item_square > div{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
    }
    .leo_item_square .leo_item_square_content_onactive{
        padding-bottom: 37px;
    }
    .leo_item_square h2{
        margin: 0 0 21px;
    }
    .leo_item_square .leo_item_square_content_onactive{
        padding: 0 !important;
    }
}
@media screen and (min-width: 950px) and (max-width: 1220px){
    .leo_item_square img{
        display: none;
    }
    #leo_services_liste .leo_service_title_container{
        flex-flow: row wrap !important;
    }
    #leo_services_liste .leo_service_title_container > *{
        flex: 0 0 100%;
        width: 100%;
    }
    #leo_services_liste .leo_service_title_container i{
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
    }
    #leo_services_liste .leo_service_title_container h2{
        margin: 0 !important;
        padding: 0 !important;
    }
}
.leo_button_link{
    padding: 22px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    display: block;
    border: 2px solid transparent;
    font-size: 16px;
    line-height: 1.125em;
    width: 100%;
    max-width: 278px;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
}
.leo_info_between_separator{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
.leo_info_between_separator .leo_info_between_separator_line{
    flex: 1;
    height: 2px;
}
.leo_section_title{
    background-color: #fff;
    padding: 149px 0 113px;
}
.leo_section_title h2{
    font-size: 42px;
    line-height: 1.142em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.leo_section_title h2 span{
    position: relative;
    z-index: 2;
}
.leo_section_title h2 span:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 18px;
    width: 100%;
    padding: 0 50px;
    margin: -9px 0 0 -50px;
    z-index: -1;
}
.leo_section_title p{
    font-size: 24px;
    line-height: 1.25em;
    text-align: center;
    max-width: 750px;
    margin: 34px auto 0;
}
.leo_anchor{
    height: 0;
    visibility: hidden;
    opacity: 0;
}
@media all and (max-width: 1024px){
    .leo_button_link{
        font-size: 14px;
        max-width: 248px;
    }
}
@media all and (max-width: 768px){
    .leo_section_title{
        padding: 80px 0;
    }
    .leo_section_title h2{
        font-size: 32px;
    }
    .leo_section_title p{
        font-size: 20px;
    }
}
@media all and (max-width: 767px){
    .leo_slide > .leo_slide_content{
        padding: 10px;
        box-sizing: border-box;
    }
    .leo_section_title{
        padding: 48px 0;
    }
    .leo_section_title h2{
        font-size: 20px;
    }
    .leo_section_title h2 span:before{
        height: 10px;
        margin: -5px 0 0 -20px;
        padding: 0 20px;
    }
    .leo_section_title p{
        font-size: 16px;
    }
    
}
.slick-slide > div{
    height: 100%;
}

/********** HEADER **********/

#site-header{
    z-index: 9999;
    width: 100%;
    position: absolute;
    -webkit-transition:top 0.5s linear;
    transition: top 0.5s linear;
}
body.leo-menu-static #site-header{
    position: static;
}
#site-header > .site-header-main,
#site-header > .site-header-top{
    display: flex;
    flex-flow: row nowrap;
}
#site-header > .site-header-top{
    color: #fff;
    padding: 17px 0 13px;
}
#site-header .sectionContainer{
    display: flex;
    flex-flow: row nowrap;
    margin: 0;
    flex: 0 0 100%;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
}
#site-header .site-header-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
}
#site-header .site-header-item:first-child{
    margin-left: 12px;
}
#site-header > .site-header-top .site-header-item i{
    font-size: 20px;
    line-height: 20px;
    padding: 0 8px 0 0;
}
#site-header > .site-header-top .site-header-item a{
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}
#site-header > .site-header-top #leo_header_socialnetworks{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-right: 25px;
}
#site-header > .site-header-top #leo_header_socialnetworks .leo_header_socialnetwork{
    margin: 0 6px;
    padding: 2px;
    border-radius: 100%;
    border: 1px solid transparent;
    text-align: center;
}
#site-header > .site-header-top #leo_header_socialnetworks .leo_header_socialnetwork .leoico{
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    width: 18px;
    display: block;
    margin: 0 auto;
}
#site-header > .site-header-top #leo_header_socialnetworks .leo_header_socialnetwork:last-child{
    margin-right: 0px;
}
#site-header .logo{
    padding: 0 0 0 33px;
    align-self: center;
}

/********** MENU **********/

#site-header-menu #menu-toggle {
    display: none;
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
}
#site-header-menu #menu-toggle span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
}
#site-header-menu #menu-toggle span.first {
    top: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
#site-header-menu #menu-toggle span.second {
    top: 14px;
    -webkit-transition: all 200ms ease 300ms;
    transition: all 200ms ease 300ms;
}
#site-header-menu #menu-toggle span.third {
    top: 23px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
#site-header-menu #menu-toggle.open span.first {
    top: 14px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#site-header-menu #menu-toggle.open span.second {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0ms ease 0ms;
    transition: all 0ms ease 0ms;
}
#site-header-menu #menu-toggle.open span.third {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#site-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#site-navigation ul > li:first-child{
    padding-left: 0px !important;
}
#site-navigation ul > li:last-child{
    padding-right: 0px !important;
}
#site-navigation ul a{
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 42px 25px 35px;
    font-weight: 700;
    border-bottom: 6px solid transparent;
}
@media screen and (max-width: 1023px){
    #site-header .logo{
        padding: 0;
    }
    #site-header .logo img{
        filter: brightness(100);
    }
    #site-header .sectionContainer{
        background-color: transparent !important;
    }
    #site-header-menu{
        display: flex;
        align-items: center;
    }
    #site-header-menu #menu-toggle {
        display: block;
        position: relative;
        z-index: 9999;
    }
    #site-navigation{
        position: fixed;
        width: 100%;
        height: 100%;
        margin: 0 !important;
        bottom: 100%;
        left: 0px;
        z-index: 9000;
        display: flex;
        background-color: rgba(0,0,0,0.7);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    #site-navigation.open{
        bottom: 0px;
    }
    #site-navigation ul{
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    #site-navigation ul li{
        padding: 0;
        border-top: 2px solid #fff;
        width: 300px;
        text-align: center;
    }
    #site-navigation ul li:first-child{
        border-top: none;
    }
    #site-navigation ul li a{
        font-size: 18px;
        line-height: 24px;
        padding: 25px 0;
        display: block;
        color: #fff;
    }
}
@media all and (max-width: 1000px){
    .site-header-main{
        min-height: 80px;
    }
    #site-header > .site-header-top{
        display: none;
    }
}

/********** GENERAL STYLE **********/

.sectionContainer{
    max-width: 1269px;
    margin:auto;
    overflow: hidden;
}
@media all and (max-width: 1293px){
    .sectionContainer{
        padding: 0 12px;
    }
}

/********** FOOTER **********/

#leo_footer_partners{
    padding: 85px 0 61px;
}
#leo_footer_partners h2{
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
#leo_footer_partners #leo_footer_partners_icon{
    margin: 46px 0 57px;
}
#leo_footer_partners #leo_footer_partners_icon .leo_info_between_separator_line{
    max-width: 116px;
}
#leo_footer_partners #leo_footer_partners_icon .leoico{
    font-size: 36px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    padding: 0 12px;
}
#leo_footer_partners .leo_footer_partner{
    flex: 0 0 auto;
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
}
#leo_footer_partners .leo_footer_partner img{
    display: block;
    
    margin: 0 auto; /* it centers any block level element */
}
#leo_footer_rendezvous{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding: 123px 0 113px;
    position: relative;
}
#leo_footer_rendezvous .leo_footer_rendezvous_backgroundcolor{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
#leo_footer_rendezvous .leo_footer_rendezvous_content{
    position: relative;
    z-index: 2;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #leo_footer_rendezvous .leo_footer_rendezvous_backgroundcolor{
        display: block !important;
    }
}
@supports (-ms-ime-align: auto) {
	#leo_footer_rendezvous .leo_footer_rendezvous_backgroundcolor{
        display: block !important;
    }
}
#leo_footer_rendezvous h2{
    font-size: 36px;
    line-height: 1.333em;
    font-weight: 300;
    text-align: center;
    max-width: 895px;
    margin: 0 auto 51px;
}
#site-footer{
    padding: 42px 0 54px;
}
#site-footer .sectionContainer{
    display: flex;
    flex-flow: row nowrap;
}
#site-footer .sectionContainer > section{
    flex: 1;
    box-sizing: border-box;
}
#site-footer .logo img{
    filter: brightness(10);
    margin: 0;
}
#site-footer #leo_footer_logo{
    padding: 0 100px 0;
}
#site-footer #leo_footer_logo p{
    font-size: 13px;
    line-height: 18px;
    margin: 45px 0 0;
}
#site-footer h2{
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 15px;
}
#site-footer .primary-menu li{
    padding: 8px 0;
}
#site-footer .primary-menu li:first-child{
    padding-top: 0;
}
#site-footer .primary-menu li:last-child{
    padding-bottom: 0;
}
#site-footer .primary-menu li a{
    font-size: 14px;
    line-height: 18px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
#site-footer .primary-menu li a:before{
    content: ">";
    color: #fff;
    display: none;
    margin: 0 6px 0 0;
}
#site-footer a:hover{
    color: #fff;
}
#site-footer .primary-menu li a:hover:before{
    display: block;
}
#site-footer .leo_footer_recentpost{
    margin: 0 0 17px;
    display: block;
}
#site-footer .leo_footer_recentpost:last-child{
    margin: 0;
}
.leo_footer_recentpost .leo_footer_recentpost_title{
    margin: 0 0 11px;
}
.leo_footer_recentpost .leo_footer_recentpost_line{
    width: 11px;
    height: 2px;
}
#leo_footer_contactinformation .leo_footer_contactitem{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0 0 20px 0;
}
#leo_footer_contactinformation .leo_footer_contactitem .leoico{
    font-size: 23px;
    line-height: 23px;
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    padding: 0 11px 0 0;
}
#leo_footer_socialnetworks > .sectionContainer{
    padding: 20px 0 0 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
#leo_footer_socialnetworks .leo_footer_socialnetwork{
    margin: 0 11px;
    padding: 2px;
    border-radius: 100%;
    border: 1px solid transparent;
    text-align: center;
}
#leo_footer_socialnetworks .leo_footer_socialnetwork .leoico{
    display: block;
    font-size: 23px;
    line-height: 23px;
    height: 23px;
    width: 23px;
    margin: 0 auto;
}
#leo_footer_copyright > .sectionContainer{
    padding: 28px 0 36px;
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.4);
}
#leo_footer_copyright a{
    color: #e70095;
}
#leo_footer_copyright a:hover{
    text-decoration: underline !important;
}
#leo_footer_socialnetworks > .sectionContainer,
#leo_footer_copyright > .sectionContainer{
    background-blend-mode: multiply;
    max-width: none;
}
@media all and (max-width: 1200px){
    #site-footer .sectionContainer > section{
        padding: 0 12px;
    }
    #site-footer #leo_footer_logo{
        padding: 0 50px;
    }
    #site-footer .sectionContainer > section#leo_footer_menu{
         max-width: 200px;
    }
}
@media all and (max-width: 1000px){
    #site-footer #leo_footer_logo{
        padding: 0 25px;
    }
    #site-footer .sectionContainer > section#leo_footer_menu{
         max-width: 150px;
    }
}
@media all and (max-width: 900px){
    #site-footer .sectionContainer{
        flex-flow: row wrap;
    }
    #site-footer #leo_footer_logo{
        flex: 0 0 100%;
        width: 100%;
        padding: 0 12px 24px;
    }
    #site-footer .sectionContainer > section#leo_footer_menu{
         max-width: 250px;
    }
}
@media all and (max-width: 767px){
    #site-footer .sectionContainer > section{
        flex: 0 0 100%;
        width: 100%;
        padding: 12px !important;
    }
    #leo_footer_rendezvous{
        padding: 60px 10px;
    }
    #leo_footer_rendezvous h2{
        font-size: 24px;
    }
    #leo_footer_menu ul.primary-menu{
        display: flex;
        flex-flow: row wrap;
    }
    #site-footer .primary-menu li{
        padding: 0 0 16px 0;
        flex: 0 0 50%;
        width: 50%;
    }
    #site-footer .primary-menu li:last-child,
    #site-footer .primary-menu li:nth-last-child(2){
        padding: 0;
    }
    #leo_footer_recentsposts{
        display: none;
    }
}

/********** WP TILES **********/

#TB_closeWindow {
    display: none !important;
}
#TB_caption {
    height: auto !important;
}

/********** REVOLUTION SLIDER **********/

.tp-parallax-wrap, .tp-loop-wrap, .tp-mask-wrap{
    width: 100%;
    height: 100%;
}

/********** HEADER TITLE **********/

.leo_header_title{
    height: 412px;
    padding: 0 0 45px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    position: relative;
    background-blend-mode: multiply;
}
.leo_header_title .leo_header_backgroundcolor{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .leo_header_title .leo_header_backgroundcolor{
        display: block !important;
    }
}
@supports (-ms-ime-align: auto) {
	.leo_header_title .leo_header_backgroundcolor{
        display: block !important;
    }
}
.leo_header_title .sectionContainer{
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}
.leo_header_title h1{
    font-size: 36px;
    line-height: 1em;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
@media all and (max-width: 1023px){
    .leo_header_title{
        height: 320px;
    }
}
@media all and (max-width: 767px){
    .leo_header_title{
        height: 260px;
    }
}

/********** HOME **********/

#leo_home_header{
    height: 744px;
    position: relative;
    box-sizing: border-box;
}
#leo_home_header .leo_slide{
    display: flex !important;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding: 152px 0 0 0;
    box-sizing: border-box;
    position: relative;
}
#leo_home_header .leo_slide .leo_slide_backgroundcolor{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #leo_home_header .leo_slide .leo_slide_backgroundcolor{
        display: block !important;
    }
}
@supports (-ms-ime-align: auto) {
	#leo_home_header .leo_slide .leo_slide_backgroundcolor{
        display: block !important;
    }
}
#leo_home_header .leo_slide .leo_slide_content{
    position: relative;
    z-index: 2;
}
#leo_home_header .leo_slide i.leoico{
    font-size: 63px;
    line-height: 63px;
    width: 63px;
    height: 63px;
    display: block;
    margin: 0 auto 47px;
}
#leo_home_header .leo_slide h1{
    font-size: 42px;
    line-height: 1.143em;
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}
#leo_home_header .leo_slide .leo_button_link{
    width: 248px;
}
#leo_home_about{
    padding: 93px 0 46px;
    position: relative;
    z-index: 2;
}
#leo_home_about:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 38px 0 38px;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    margin: 0 0 0 -38px;
    z-index: 1000;
}
#leo_home_about h3{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}
#leo_home_about h2{
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto 28px;
    text-transform: uppercase;
    max-width: 630px;
}
#leo_home_about p{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
    margin: 38px auto 58px;
    max-width: 1000px;
}
#leo_home_about #leo_home_about_video{
    display: block;
    text-align: center;
}
#leo_home_about #leo_home_about_video img{
    display: block;
    margin: 0 auto;
}
#leo_home_about #leo_home_about_icon .leo_info_between_separator_line{
    max-width: 116px;
}
#leo_home_about #leo_home_about_icon .leoico{
    font-size: 36px;
    line-height: 36px;
    padding: 0 12px;
    width: 36px;
    flex: 0 0 36px;
    height: 36px;
}
#leo_home_services .leo_home_services_container{
    display: flex;
    flex-flow: row wrap;
    position: relative;
}
#leo_home_services .leo_home_service{
    flex: 1;
    min-width: 33.33%;
    position: relative;
}
#leo_home_services .leo_home_service img{
    display: block;
    max-width: none;
    width: 100%;
    z-index: 1;
}
#leo_home_services .leo_home_service .leo_home_service_backgroundcolor{
    width: 100%;
    z-index: 2;
}
#leo_home_services .leo_home_service:hover .leo_home_service_backgroundcolor{
    filter: brightness(1.2);
}
#leo_home_services .leo_home_service .leo_home_service_backgroundcolor,
#leo_home_services .leo_home_service .leo_home_service_container{
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
}
#leo_home_services .leo_home_service .leo_home_service_container{
    flex-flow: row nowrap;
    width: 100%;
    z-index: 3;
}
#leo_home_services .leo_home_service .leo_home_service_container,
.leo_home_service_content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.leo_home_service_content{
    flex-flow: column nowrap;
    width: 57%;
    min-width: 260px;
    height: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
#leo_home_services .leo_home_service h2{
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 400;
    flex: 0 0 148px;
    height: 148px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
#leo_home_services .leo_home_service .leo_info_between_separator{
    width: 100%;
}
#leo_home_services .leo_home_service .leo_info_between_separator_line{
    opacity: 0.25;
    background-color: #fff;
}
#leo_home_services .leo_home_service #leo_home_service_index .leo_info_between_separator_text{
    font-weight: 900;
    font-size: 42px;
    line-height: 30px;
    color: #fff;
    padding: 0 23px;
}
#leo_home_services .leo_home_service #leo_home_service_icon .leoico{
    font-size: 33px;
    line-height: 33px;
    height: 33px;
    width: 33px;
    padding: 0 20px;
    color: #fff;
}
#leo_home_services .leo_home_service:hover .leoico{
    color: #000 !important;
}
#leo_home_expertises,
#leo_home_realisations{
    padding: 0 0 97px;
}
#leo_home_expertises .leo_home_expertises_container{
    display: flex;
    flex-flow: row wrap;
}
#leo_home_expertises .leo_home_expertise{
    flex: 1;
    min-width: 33.33%;
    padding: 0 24px;
    box-sizing: border-box;
    text-align: center;
}
#leo_home_expertises .leo_home_expertise:first-child,
#leo_home_expertises .leo_home_expertise:nth-child(4n+0){
    padding-left: 0px;
}
#leo_home_expertises .leo_home_expertise:last-child,
#leo_home_expertises .leo_home_expertise:nth-child(3n+0)
{
    padding-right: 0px;
}
#leo_home_expertises .leoico{
    font-size: 60px;
    line-height: 60px;
    display: block;
    margin: 0 auto;
}
#leo_home_expertises h3{
    margin: 37px 0 50px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
}
#leo_home_expertises p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}
#leo_home_expertises .leo_button_link,
#leo_home_realisations .leo_button_link{
    margin-top: 61px;
}
#leo_home_expertises .leo_button_link:hover{
    background-color: transparent !important;
}
#leo_home_contact{
    display: flex;
    flex-flow: row nowrap;
}
#leo_home_contact > *{
    flex: 1;
}
#leo_home_contact img{
    max-width: none;
    width: 100%;
    display: block;
}
#leo_home_contact .leo_home_contact_content{
    padding: 0 68px 0 62px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
#leo_home_contact h2{
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}
#leo_home_contact .leo_home_contact_content p{
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 300;
    margin: 38px 0 48px;
}
#leo_home_testimonies{
    padding: 155px 0;
}
#leo_home_testimonies > .sectionContainer{
    overflow: visible !important;
}
#leo_home_testimonies .leo_home_testimonies_container{
    position: relative;
}
#leo_home_testimonies h2{
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    margin: 50px 0 0;
}
#leo_home_testimonies p{
    font-size: 34px;
    line-height: 1.26em;
    font-style: italic;
}
#leo_home_testimonies .slick-arrow{
    font-size: 26px;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
    color: #fff;
    margin: 1px 0 0 0;
}
#leo_home_testimonies .slick-arrow.slick-prev{
    right: 40px;
}
#leo_home_blog{
    padding: 0 0 130px;
}
#leo_home_blog .leo_button_link:hover{
    background-color: transparent !important;
}
@media all and (max-width: 1200px){
    #leo_home_contact .leo_home_contact_content{
        padding: 20px 12px;
        box-sizing: border-box;
    }
}
@media all and (max-width: 1024px){
    #leo_home_contact h2{
        font-size: 24px;
    }
    #leo_home_contact .leo_home_contact_content p{
        font-size: 20px;
    }
}
@media all and (max-width: 1023px){
    #leo_home_header .leo_slide{
        padding: 80px 0 0 0;
    }
}
@media all and (min-width: 768px){
    #leo_home_contact .leo_button_link{
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media all and (min-width: 768px) and (max-width: 1023px){
    #leo_home_services .leo_home_service h2{
        font-size: 20px;
    }
    .leo_home_service_content{
        padding: 0 12px;
    }
    #leo_home_contact .leo_home_contact_content{
        padding-left: 34px;
    }
    #leo_home_contact .leo_home_contact_content h2{
        margin-bottom: 26px;
    }
    #leo_home_contact .leo_home_contact_content p{
        display: none;
    }
}
@media all and (max-width: 768px){
    #leo_home_expertises h3{
        margin-bottom: 30px;
    }
    #leo_home_expertises .leo_home_expertise{
        flex: 0 0 100%;
        width: 100%;
    }
    #leo_home_expertises .leo_home_expertise{
        margin-bottom: 60px;
        padding: 0;
    }
    #leo_home_blog{
        padding: 0 0 40px;
    }
}
@media all and (max-width: 767px){
    #leo_home_header{
        height: 550px;
    }
    #leo_home_header .leo_slide h1{
        font-size: 36px;
        margin: 30px auto;
    }
    #leo_home_header .leo_slide i.leoico{
        margin: 0 auto;
    }
    #leo_home_about:after{
        content: none;
    }
    #leo_home_services .leo_home_service{
        flex: 0 0 100%;
        width: 100%;
    }
    #leo_home_contact{
        flex-flow: row wrap;
    }
    #leo_home_contact > *{
        flex: 0 0 100%;
        width: 100%;
    }
    #leo_home_testimonies{
        padding: 40px 0;
    }
    #leo_home_testimonies p{
        font-size: 26px;
    }
}

/*********** ABOUT ***********/

#leo_about > .sectionContainer{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0;
}
#leo_about .leo_about_img{
    position: relative;
    flex: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#leo_about img{
    display: block;
    max-width: none;
    width: 100%;
}
#leo_about .leo_about_background{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#leo_about .leo_about_container{
    flex: 2;
    padding: 25px 0px 25px 100px;
}
#leo_about h3{
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}
#leo_about h2{
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    margin: 12px 0 37px;
    text-transform: uppercase;
}
#leo_about p{
    font-size: 16px;
    line-height: 20px;
}
#leo_about_expertises .leo_about_expertises_container{
    display: flex;
    flex-flow: row wrap;
}
#leo_about_expertises .leo_about_expertises_container .leo_about_expertise{
    flex: 0 0 50%;
    width: 50%;
    padding: 0 52px 0;
    box-sizing: border-box;
    position: relative;
}
#leo_about_expertises .leo_about_expertises_container .leo_about_expertise.odd:first-child:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 22px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 10;
}
#leo_about_expertises .leo_about_expertises_container .leo_about_expertise.odd:not(:last-child):after{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    margin: -22.5px 0 0 0;
    border-style: solid;
    border-width: 22.5px 0 22.5px 21px;
    border-color: transparent;
    border-left-color: inherit;
    z-index: 10;
}
#leo_about_expertises .leo_about_expertises_container .leo_about_expertise.odd:first-child + .even:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 0;
    border-color: #fff transparent transparent transparent;
    z-index: 10;
}
#leo_about_expertises .leo_about_expertises_container .leo_about_expertise.even .leo_about_expertise_container:after,
#leo_about_expertises .leo_about_expertises_container .leo_about_expertise.odd:last-child:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -22.5px;
    border-style: solid;
    border-width: 21px 22.5px 0 22.5px;
    border-color: transparent;
    border-top-color: inherit;
    z-index: 10;
}
#leo_about_expertises .leo_about_expertises_container .leo_about_expertise_container{
    max-width: 481px;
    padding: 49px 0 72px;
    position: relative;
    background-color: inherit;
    border-color: inherit;
    box-sizing: border-box;
    height: 100%;
}
#leo_about_expertises .leo_about_expertises_container .leo_about_expertise.odd .leo_about_expertise_container{
    margin-left: auto;
}
#leo_about_expertises .leo_about_expertises_container .leo_about_expertise.odd:last-child{
    flex: 0 0 100%;
    width: 100%;
}
#leo_about_expertises .leo_about_expertises_container .leo_about_expertise.odd:last-child .leo_about_expertise_container{
    max-width: 897px;
    margin-right: auto;
}
#leo_about_expertises .leo_about_expertises_container .leo_about_expertise .leoico{
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}
#leo_about_expertises .leo_about_expertises_container .leo_about_expertise h3{
    font-size: 24px;
    line-height: 26px;
    margin: 37px 0 24px;
    text-align: center;
}
#leo_about_expertises .leo_about_expertises_container .leo_about_expertise .leo_about_expertise_line{
    width: 30px;
    height: 1px;
    margin: 0 auto 30px;
}
#leo_about_expertises .leo_about_expertises_container .leo_about_expertise p{
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
@media all and (max-width: 1200px){
    #leo_about .leo_about_img,
    #leo_about .leo_about_container{
        flex: 1;
        width: 50%;
        box-sizing: border-box;
    }
    #leo_about .leo_about_container{
        padding: 0 50px;
    }
}
@media all and (max-width: 1000px){
    #leo_about{
        align-items: stretch;
    }
    #leo_about .leo_about_img img{
        display: none;
    }
    #leo_about .leo_about_container{
        padding: 25px;
    }
    #leo_about_expertises .leo_about_expertises_container .leo_about_expertise{
        padding: 0 25px 0;
    }
}
@media all and (min-width: 768px) and (max-width: 1023px){
    #leo_about > .sectionContainer{
        align-items: stretch;
    }
    #leo_about .leo_about_img{
        flex: 0 0 40.49%;
        width: 40.49%;
    }
}
@media all and (max-width: 767px){
    #leo_about > .sectionContainer{
        flex-flow: row wrap;
    }
    #leo_about .leo_about_img,
    #leo_about .leo_about_container{
        flex: 0 0 100%;
        width: 100%;
    }
    #leo_about .leo_about_img img{
        display: block;
    }
    #leo_about_expertises .leo_about_expertises_container .leo_about_expertise{
        flex: 0 0 100%;
        width: 100%;
    }
    #leo_about_expertises .leo_about_expertises_container .leo_about_expertise:before,
    #leo_about_expertises .leo_about_expertises_container .leo_about_expertise:after,
    #leo_about_expertises .leo_about_expertises_container .leo_about_expertise_container:before,
    #leo_about_expertises .leo_about_expertises_container .leo_about_expertise_container:after{
        content: none !important;
    }
}

/******** SERVICES ********/

#leo_services_about{
    padding: 99px 0 93px;
}
#leo_services_about h3{
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    text-transform: uppercase;
}
#leo_services_about h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 37px;
    text-transform: uppercase;
}
#leo_services_about p{
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
}
.leo_service > .sectionContainer{
    display: flex;
    flex-flow: row nowrap;
}
.leo_service .leo_service_slider{
    flex: 1;
}
.leo_service .leo_service_slider img{
    display: block !important;
    max-width: none;
    width: 100%;
}
.leo_service .leo_service_container{
    flex: 2;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 20px 0px 20px 56px;
    font-size: 16px;
    line-height: 1.375em;
    box-sizing: border-box;
}
.leo_service .leo_service_container ul{
    margin-left: 22px;
}
.leo_service .leo_service_idx{
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
}
.leo_service h2{
    font-size: 30px;
    line-height: 1.2em;
    margin: 21px 0 18px;
    font-weight: 700;
    text-transform: uppercase;
}
#leo_services_video{
    padding: 92px 0 107px;
    position: relative;
}
#leo_services_video .leo_services_video_background{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40%;
    z-index: 1;
}
#leo_services_video .sectionContainer{
    position: relative;
    z-index: 2;
}
#leo_services_video h2{
    margin: 0 auto 88px;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    max-width: 875px;
}
#leo_services_video #leo_services_video_link{
    display: block;
    text-align: center;
}
#leo_services_video #leo_services_video_link img{
    margin: 0 auto;
}
@media all and (max-width: 1200px){
    .leo_service .leo_service_container{
        padding: 24px 40px 24px 24px;
    }
}
@media all and (max-width: 900px){
    .leo_service > .sectionContainer{
        flex-flow: row wrap;
        padding: 0;
    }
    .leo_service > .sectionContainer{

    }
    .leo_service .leo_service_slider,
    .leo_service .leo_service_container{
        flex: 0 0 100%;
        width: 100%;
    }
}
@media all and (max-width: 767px){
    #leo_services_about{
        padding: 45px 0;
    }
    #leo_services_about h3{
        font-weight: 300;
    }
    .leo_service h2{
        margin: 12px 0 18px;
        font-size: 24px;
    }
    .leo_service{
        flex-flow: row wrap;
        margin-bottom: 20px;
    }
    .leo_service .leo_service_slider,
    .leo_service .leo_service_container{
        flex: 0 0 100%;
        width: 100%;
    }
    .leo_service .leo_service_container{
        padding: 12px;
    }
}

/********* BLOGUE *********/

#leo_blogue{
    padding: 100px 0 103px;
}
.leo_blog_container{
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 50px;
    justify-content: space-between;
}
#leo_blogue .leo_blog_container{
    margin: 0 0 75px;
}
.leo_blog_item{
    flex: 0 0 31%;
    display: block;
    color: #000;
    box-sizing: border-box;
    padding: 0 0 36px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 24px;
    overflow: hidden;
}
.leo_blog_item .leo_blog_item_header{
    position: relative;
}
.leo_blog_item .leo_blog_item_header img{
    max-width: none;
    width: 100%;
    display: block;
}
.leo_blog_item .leo_blog_item_header h3{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding: 30px 28px 26px 28px;
    box-sizing: border-box;
    text-transform: uppercase;
}
.leo_blog_item p{
    font-size: 18px;
    line-height: 24px;
    margin: 32px 0 26px;
    text-align: center;
}
.leo_blog_item .leo_blog_item_date .leo_info_between_separator_text{
    font-size: 14px;
    line-height: 16px;
    padding: 0 8px;
}
.leo_blog_item .leo_blog_item_date .leo_info_between_separator_line{
    background-color: #000;
    max-width: 46px;
    height: 1px;
}
.leo_blog_item .leo_blog_item_hover{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    bottom: 100%;
}
.leo_blog_item:hover .leo_blog_item_hover{
    bottom: 0px;
}
.leo_blog_item:hover .leo_blog_item_header h3{
    display: none;
}
.leo_blog_item .leo_blog_item_hover .leo_blog_item_hover_background{
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.leo_blog_item .leo_readmore{
    font-size: 24px;
    line-height: 30px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    padding: 7px 0;
    text-transform: uppercase;
}
@media all and (max-width: 1024px){
    #leo_blogue{
        padding: 50px 0;
    }
    #leo_blogue .leo_blog_container{
        margin: 0;
    }
}
@media all and (max-width: 1023px){
    .leo_blog_item{
        flex: 0 0 49%;
        width: 49%;
    }
}
@media all and (max-width: 767px){
    .leo_blog_item{
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
    }
    .leo_blog_item .leo_blog_item_header h3{
        padding: 12px;
    }
    .leo_blog_item p{
        margin-top: 18px;
        text-align: center;
    }
    .leo_blog_item{
        margin-bottom: 0;
        padding-bottom: 40px;
    }
}

/********* SINGLE *********/

body.single .leo_header_title{
    position: relative;
    z-index: 1;
}
#leo_blog_single{
    position: relative;
    z-index: 2;
}
#leo_blog_single .sectionContainer{
    overflow: visible;
    position: relative;
}
#leo_blog_single .leo_background{
    bottom: 0px;
    top: auto;
    z-index: -1;
    height: 70.4%;
}
#leo_blog_single .leo_blog_single_header{
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}
#leo_blog_single .leo_blog_single_header img{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
}
#leo_blog_single .leo_blog_single_header > *{
    flex: 0 0 50%;
    width: 50%;
}
#leo_blog_single .leo_blog_single_header .leo_blog_single_header_content{
    height: 282px;
    padding: 0 100px 25px 25px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}
#leo_blog_single .leo_blog_single_date{
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
#leo_blog_single h1{
    font-size: 30px;
    line-height: 1.2em;
    text-transform: uppercase;
}
#leo_blog_single .leo_blog_single_content{
    padding: 67px 98px 92px;
    font-size: 16px;
    line-height: 22px;
    background-color: #fff;
}
#leo_blog_single .leo_blog_single_content p{
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
#leo_blog_single .leo_blog_single_content p:last-child{
    margin-bottom: 0;
}
#leo_blog_single .leo_button_link{
    margin-top: 59px;
}
@media all and (max-width: 1023px){
    #leo_blog_single h1{
        font-size: 24px;
    }
}
@media all and (max-width: 767px){
    #leo_blog_single .sectionContainer{
        padding: 0;
    }
    #leo_blog_single .leo_blog_single_header{
        flex-flow: row wrap;
    }
    #leo_blog_single .leo_blog_single_header img{
        position: static;
    }
    #leo_blog_single .leo_blog_single_header > *{
        flex: 0 0 100%;
        width: 100%;
    }
    #leo_blog_single .leo_blog_single_header .leo_blog_single_header_content,
    #leo_blog_single .leo_blog_single_content{
        height: auto;
        padding: 20px 10px;
    }
    #leo_blog_single .leo_button_link{
        margin-top: 30px;
    }
    #leo_blog_single .leo_blog_single_content p{
        margin: 0 0 1.5em 0;
    }
}

/* Gallery */
#leo_gallery .leo_gallery_content{
    padding: 105px 0 95px;
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}
#leo_gallery .sectionContainer{
    padding: 0;
}
#leo_gallery_container,
#leo_home_realisations .leo_gallery_container{
    display: flex;
    flex-flow: row wrap;
}
#leo_gallery_container > h2{
    font-size: 30px;
    line-height: 32px;
    margin: 20px 0;
}
#leo_gallery_container > h2:first-child{
    margin-top: 0;
}
#leo_gallery_container a,
#leo_home_realisations .leo_gallery_container a{
    flex: 0 0 33.33%;
    width: 33.33%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#leo_gallery_container a img,
#leo_home_realisations .leo_gallery_container a img{
    display: block;
    max-width: none;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    height: auto;
}
#leo_gallery_container a .leo_gallery_item_container,
#leo_home_realisations .leo_gallery_container a .leo_gallery_item_container{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    display: none;
    padding: 20px;
    box-sizing: border-box;
}
#leo_gallery_container a:hover .leo_gallery_item_container,
#leo_home_realisations .leo_gallery_container a:hover .leo_gallery_item_container{
    display: flex;
}
#leo_gallery_container a h2,
#leo_gallery_container a h3,
#leo_home_realisations .leo_gallery_container a h2,
#leo_home_realisations .leo_gallery_container a h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
#leo_gallery_container a .leoico,
#leo_home_realisations .leo_gallery_container a .leoico{
    top: 12px;
    right: 12px;
    font-size: 27px;
    line-height: 27px;
    width: 27px;
    height: 27px;
    position: absolute;
    display: none;
}
#leo_gallery_container a:hover .leoico,
#leo_home_realisations .leo_gallery_container a:hover .leoico{
    display: block;
}
#leo_gallery a.leo_button_link{
    margin: 89px auto 103px;
}
@media all and (max-width: 1023px){
    #leo_gallery_container a,
    #leo_home_realisations .leo_gallery_container a{
        flex: 0 0 50%;
        width: 50%;
    }
}
@media all and (max-width: 700px){
    #leo_gallery_container a,
    #leo_home_realisations .leo_gallery_container a{
        flex: 0 0 100%;
        width: 100%;
    }
}

/*********** CONTACT ***********/
body.page-template-template-contact #main-content{
    position: relative;
}
#leo_contact_background{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 285px;
    z-index: -1;
}
#leo_contact_info > .sectionContainer{
    display: flex;
    flex-flow: row nowrap;
    background-color: #fff;
}
#leo_contact_info > .sectionContainer > *{
    flex: 0 0 50%;
    width: 50%;
}
#leo_contact_info .leo_contact_info_map{
    flex: 0 0 100%;
    width: 100%;
    max-width: 683px;
}
#leo_contact_info .leo_contact_info_map iframe{
    display: block;
    height: 100% !important;
}
#leo_contact_info .leo_contact_content_container{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-around;
    flex: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}
#leo_contact_info .leo_contact_content_container > *{
    max-width: 500px;
    text-align: center;
}
#leo_contact_info .leo_contact_content_container p{
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}
#leo_contact_info .leo_contact_info_item:not(:last-child){
    margin-bottom: 36px;
}
#leo_contact_info .leo_contact_info_item i,
#leo_contact_info .leo_contact_info_item a{
    display: block;
}
#leo_contact_info .leo_contact_info_item i{
    font-size: 45px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    margin: 0 auto 5px auto;
}
#leo_contact_info .leo_contact_info_item a,
#leo_contact_info .leo_contact_content_container .leo_contact_info_item p{
    font-size: 24px;
    line-height: 30px;
}
#leo_contact_newsletter{
    margin: 0 0 103px 0;
}
#leo_contact_newsletter > .sectionContainer{
    padding: 63px 0 76px;
}
#leo_contact_newsletter p,
#leo_contact_newsletter .wpcf7{
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
#leo_contact_newsletter p{
    margin-bottom: 51px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}
.leo_contact_form .vtable{
    display: flex;
    flex-flow: row wrap;
}
.leo_contact_form .vtable.row1{
    margin-bottom: 22px;
}
.leo_contact_form .vtable.row1 > .vtable-cell{
    flex: 0 0 50%;
    width: 50%;
    box-sizing: border-box;
}
.leo_contact_form .vtable.row1 > .vtable-cell.cell1{
    padding: 0 14px 0 0;
}
.leo_contact_form .vtable.row1 > .vtable-cell.cell2{
    padding: 0 0 0 14px;
}
.leo_contact_form #leo_contact_message,
#leo_contact_newsletter form.wpcf7-form .wpcf7-recaptcha{
    margin-bottom: 14px;
}
#leo_contact_newsletter form.wpcf7-form .wpcf7-recaptcha > div{
    margin: 0 auto;
}
#leo_contact_newsletter form.wpcf7-form iframe{
    max-height: 76px;
}
.leo_contact_form input,
.leo_contact_form textarea{
    width: 100%;
    background-color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 48px;
    color: #000;
    padding: 0 5px;
}
.leo_contact_form textarea{
    height: 119px;
    resize: none;
}
.leo_contact_form input::placeholder,
.leo_contact_form textarea::placeholder{
    text-transform: uppercase;
    color: #9a9a9a;
    text-align: center;
}
.leo_contact_form textarea::placeholder{
    line-height: 119px;
}
@media all and (max-width: 1200px){
    #leo_contact_info > .sectionContainer{
        padding: 0;
    }
    #leo_contact_info > .sectionContainer > *{
        flex: 0 0 50%;
        width: 50%;
        max-width: none;
    }
}
@media all and (max-width: 1023px){
    #leo_contact_info > .sectionContainer{
        flex-flow: row wrap;
    }
    #leo_contact_info > .sectionContainer > *{
        flex: 0 0 100%;
        width: 100%;
        max-width: none;
    }
    #leo_contact_info .leo_contact_content_container{
        padding-top: 35px;
    }
}
@media all and (max-width: 767px){
    #leo_contact_info .leo_contact_content_container,
    #leo_contact_newsletter .sectionContainer{
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }
}