/*
Theme Name: Architect Child Theme
Theme URI: 
Description: Use this theme to start your Architect Child Theme development.
Author: Victor Tihai
Author URI: https://wplook.com/
Template: thearchitect-wpl
Version: 1.0.1
*/
@import url('../thearchitect-wpl/style.css');

body {
    margin: 0 !important;
}

.container-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
}

#top-menu-lang > li.switch-lang {
    /*padding: 0 48px;
    max-width: 1280px;
    margin: 0 auto;*/
    line-height: 60px;
    text-align: right;
    text-decoration: underline;
    list-style-type: none;
    font-weight: bolder;
    position: relative;
    display: inline-block;
}

#top-menu-lang > li.switch-lang a,
#top-menu-lang > li.switch-lang a:visited {
    color: #fff !important;
}

#top-menu-lang > li.switch-lang a:hover,
#top-menu-lang > li.switch-lang a:focus,
#top-menu-lang > li.switch-lang a:active {
    color: #bb3e3e !important;
}

.nav > li > a:hover,
.nav > li > a.active,
.nav > li.current_page_item a {
    border-bottom: 7px solid #bb3e3e !important;
}

.shortcode_list_images ul li img {
    width: none !important;
}

nav.mobile_menu #top-menu-lang {
    display: none;
    z-index: 500;
    background: #353535;
}

nav.mobile_menu #top-menu-lang > li.switch-lang {
    border-bottom: 1px solid #424242;
    width: 100% !important;
}

nav.mobile_menu #top-menu-lang > li.switch-lang a {
    height: 50px;
    line-height: 50px;
}

.header {
    z-index: 1;
}

header.header {
    margin-top: 25px;
}

header.header .wrap .brand h1 {
    font-size: 19px !important;
}

/*.slider-img{*/
/*position: relative;*/
/*}*/
.overlay-slider {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(205, 205, 205, 0.34807426388524154) 34%, rgba(0, 0, 0, 0.7990546560421043) 100%);
}

.flex-caption-slider {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
}

.slider-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 120px;
}

.title-slider {
    text-transform: uppercase;
    color: white;
    font-size: 35px;
    font-weight: bold;
    text-align: start;
}

.btn-slider-mobile {
    display: none;
}

.btn-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

    margin-top: 60px;
}

.btn-slider div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-slider p {
    color: white;
    font-size: 18px;
    font-weight: bold;

    margin: 15px 0;
}

.btn-slider a {
    color: white;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 3px solid #bb3e3e !important;
    /*transition: border-bottom-width ease-in-out 3ms;*/
}

.btn-slider a:visited {

    color: white !important;
}

.btn-slider a:hover {
    color: white;
    /*border-bottom: 4px solid #bb3e3e !important;*/
}


.job_positions_wrapper h2, .job_positions_wrapper h3, .job_positions_wrapper h4, .job_positions_wrapper p {
    color: white;
    margin: 0;
    padding: 0;
}

.job_positions_wrapper h3 {
    font-weight: bold;
}

.job_positions_wrapper p {
    font-size: 15px;
    padding: 5px 0 8px 0;
}

.job_positions_wrapper h2 {
    color: #A41E34;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.single-job-position {
    padding: 20px 0;
}

.btn-job-position, .btn-job-position:visited {
    color: white;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 3px solid #bb3e3e !important;
}

.btn-custom-page {
    margin: 50px auto;
    text-align: center;
}

.btn-custom-page a {
    padding: 10px 25px;
    background: #bb3e3e;
    color: white !important;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.flexslider.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*z-index:-1;*/
    width: 100%;
    height: 100vh;
    /*height: 1200px;*/
    max-height: none;
    max-width: none;
    left: 50%;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.flexslider.fixed .slides,
.flexslider.fixed .slides li,
.flexslider.fixed .slides img {
    height: 100%;
}

.flexslider.fixed .slides img {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
}

.flexslider.fixed + * {
    margin-top: calc(100vh - 130px);
}

.flex-direction-nav a:before {
    color: rgba(146, 13, 34, 0.8) !important;
}

.module-title {
    padding-top: 50px;
    padding-bottom: 20px;
    background: rgba(0, 0, 0, 0) url("assets/images/bg_line_diag_red_wide_2.png") no-repeat 5% 0;
}

.shortcode_list_images ul li {
    margin: 0 !important;
}

.block-grid {
    z-index: 0;
}

.block-grid.projects-listing .line,
.block-grid.projects-listing .line.white,
.block-grid.projects-listing .line.medium,
.block-grid.projects-listing .line.black {
    border-top: 3px solid #bb3e3e !important;
}

.module-title.projets .one_half h3 {
    float: left;
    padding: 42px 0 0;
}

/*PROJETS*/
.gallery-item.vertial,
.gallery-item.horizontal {
    width: calc(50% - 4px) !important;
    position: relative;
}

/*.gallery-item.vertial{
  height: 455px !important;
}*/
.gallery-item.vertial,
.gallery-item.horizontal {
    height: 260px !important;
}

.gallery-item.vertial img,
.gallery-item.horizontal img {
    display: block;
}

.gallery-item.horizontal img,
.gallery-item.vertial img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

}
/*.gallery-item.horizontal img{
  position: absolute;
  top:0;
  left:50%;
  transform:translate(-50%,0);
}*/
.gallery-item.vertial img {
    width: 150%;
    max-width: 150%;
}

.gallery-item.horizontal img {
    width: auto;
    max-width: none;
    height: 150%;
    max-height: 150%;
    min-height: 260px;
}

header.header .wrap .brand img {
    max-width: 75%;
}

/*CLIENTS*/
.container_all_logos {
    margin: 50px 0;
}

.container_all_logos:after {
    content: "";
    display: block;
    clear: both;
}

.logo_container {
    width: calc(20% - 4px) !important;
    border: #eee 1px solid;
    display: block;
    position: relative;
    float: left;
    margin: 5px 0 0 5px;
}

.logo_container:after {
    padding-top: 100%;
    display: block;
    content: "";
}

.logo_container:nth-child(5n+1) {
    clear: both;
    margin-left: 0;
}

.logo_position {
    max-width: 60%;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.logo_position img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.filter {
    padding: 0 !important;
}

body.single-projects #content #down_button {
    z-index: 0;
}

.footer .widget {
    width: 33% !important;
}

@media all and (max-width: 700px) {
    .footer .widget {
        width: 50% !important;
    }

}

@media all and (max-width: 1650px) {
    .container-page {
        max-width: 900px;
        padding: 30px 20px;
    }
    .flexslider.fixed .slides img {
        width: auto;
    }
}

@media all and (max-width: 800px) {
    .container-page {
        max-width: 750px;
        padding: 30px 20px;
    }
    .logo_container {
        width: calc(50% - 4px) !important;;
    }

    .logo_container:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }

    .module-title {
        background: none;
    }
}

@media all and (max-width: 500px) {

    .container-page {
        max-width: 450px;
        padding: 30px 20px;
    }
    .gallery-item.vertial,
    .gallery-item.horizontal {
        width: 100% !important;
        max-width: 100%;
    }

    .gallery-item.vertial,
    .gallery-item.horizontal {
        min-height: 120px;
        height: 120px !important;
        max-height: 120px !important;
    }

    header.header {
        margin-top: 0px;
    }

    .flexslider.fixed + * {
        margin-top: 230px;

    }

    .flexslider.fixed {
        height: 340px;
    }

    .flexslider.fixed .slides img {
        width: auto;
        height: 100%;
        max-width: none;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
    }

    .logo_container,
    .logo_container:nth-child(2n+1),
    .logo_container:nth-child(5n+1) {
        clear: both;
        float: none;
        width: 90% !important;
        margin: 0 auto;
        margin-top: 5px;
    }

    .fa-fw {
        width: 100%;
        margin-bottom: 20px;
    }

    .projects-pagination ul li a span, .projects-pagination ul li a:visited span {
        width: 100%;
    }

    .filter {
        display: block;
    }

    .slider-content {
        margin: 0;
    }

    .title-slider {
        font-size: 20px;
        text-align: center;
        margin: 0 auto;
    }

    .btn-slider-desktop {
        display: none;
    }

    .btn-slider-mobile {
        display: flex;
        flex-direction: column;

    }

    .btn-slider-mobile div {
        align-items: center;
        margin-top: 10px;
    }

    .btn-slider-mobile a {
        color: black;
        font-size: 14px;
    }

    .btn-slider-mobile a:visited {

        color: white !important;
    }

    .btn-slider-mobile p {
        color: black;
        font-size: 16px;
    }

}

/*GRAVITY FORMS*/
.gform_wrapper{
    max-width: 900px!important;
}
h3.gform_title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px!important;
    line-height: 33px;
    text-transform: uppercase!important;
    color: #A41E34!important;

}

.gform_body input[type="text"] {
    border: none;
    border-bottom: 1px solid #A21E34;
    border-radius: 0;
}

.gform_body input::placeholder, .gform_body textarea::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;

}

.ginput_container span > label {
    display: none!important;
}
.gfield_required{
    display: none;
}

.gform_wrapper textarea {
    padding: 26px 15px!important;
    background: #F3F3F3;
    border: none;
}

.gform_wrapper div.validation_error{
    display: none;
    /*border: none;*/
    /*text-align: left;*/
    /*color: #A21E34;*/
}

.gform_wrapper li.gfield.gfield_error{
    background: none!important;
     border:none!important;

}
.gform_wrapper .field_description_below .gfield_description{
    padding-top: 5px!important;
}
.gform_wrapper .validation_message {
    color: #A21E34;
}

.gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']){
    border: none!important;
    border-bottom: 2px solid #A21E34!important;
}
.gform_confirmation_wrapper h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px!important;
    line-height: 33px;
    text-transform: uppercase!important;
    color: #A41E34!important;
    margin: 0;

}

header.header {
    background-color:#353535 !important;
}

.main-logo
{
    display:flex;
}

.main-logo-brand
{
    padding-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .main-logo-brand
    {
        padding-top: 38px;
    }
}