﻿@charset "UTF-8";
@import url(css/main-menu.css);
/*
Theme Name: marom-arca 2.5
Theme URI: http://www.leos.co.il
Description: אתר בעיצוב אישי מחברת לאוס מדיה
Author: Maxim Folko @LEOS
Version: 2.5
*/

/*
font-family: Almoni;

@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
font-family: 'Open Sans Hebrew', sans-serif;

font-family: 'Amatica SC', cursive;
font-family: 'Assistant', sans-serif;
*/

* {
    margin: 0;
    padding: 0;
}

html{
    overflow-x: hidden;
}

html,
body {

    font-family: 'Assistant', sans-serif;
    height: 100%;
}



.lh1 {
    line-height: 1;
}

.lh11 {
    line-height: 1.1;
}

.lh12 {
    line-height: 1.2;
}

.lh13 {
    line-height: 1.3;
}

.lh14 {
    line-height: 1.4;
}

.lh15 {
    line-height: 1.5;
}

.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.bold {
    font-weight: bold;
}

.sbold {
    font-weight: 600;
}

.ebold {
    font-weight: 800;
}

.light {
    font-weight: 300;
}

.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.overh {
    overflow: hidden;
}

.block {
    display: block;
}

.imgfix {
    line-height: 0;
}

.fixedbg {
    background-attachment: fixed;
}

.notouch {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.relative {
    position: relative;
}

.circlebox {
    border-radius: 50%;
}

.abscenter {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cp, .clickbtn {
    cursor: pointer;
}

.anim, .clickbtn {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.vbox iframe {
    width: 100%;
    height: 100%;
}

.tel-link {
    white-space: nowrap;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}

svg:not(.color) * {
    fill: inherit !important;
}

h1, h2, h3 {
    font-weight: normal;
    margin: 0 0 0 0;
}

p {
    margin: 0 0 0 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0 0 0 0;
    list-style: none;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#content {
    padding-bottom: 800px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.acf-map {
    width: 100%;
    height: 366px;
    pointer-events: none;
}

.logo {
    font-size: 0;
}

.logo a {
    display: inline-block;
}

.logo a img {
    max-width: 100%;
}

#leos {

    bottom: 0;
    width: 100%;
    background-color: #000;
    text-align: center;
    overflow: hidden;
}

#leos img {
    padding-top: 10px;
    height: 50px;
    width: auto;
}

#leos a {
    position: relative;
    display: inline-block;
}

#leos span {
    opacity: 0;
    position: absolute;
    right: 0;
    color: white;
    font-size: 22px;
    bottom: 10px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: .3s;
    transition: .3s;
}

#leos a:hover span {
    right: -170px;
    opacity: 1;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

#FloatSocials {
    position: fixed;
    display: block;
    top: 30%;
    left: 10px;
    z-index: 90;
}

#FloatSocials a {
    margin-bottom: 5px;
    display: inline-block;
}

#FloatSocials img,
#FloatSocials svg {
    width: 30px;
    height: 30px;
    fill: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

a.facebook_icon:hover svg {
    fill: #3b5998 !important;
}

a.google_icon:hover svg {
    fill: #dd4b39 !important;
}

a.twitter_icon:hover svg {
    fill: #00aced !important;
}

a.youtube_icon:hover svg {
    fill: #bb0000 !important;
}

a.instagram_icon:hover svg {
    fill: #e95950 !important;
}

a.pinterest_icon:hover svg {
    fill: #cb2027 !important;
}

a.linkedin_icon:hover svg {
    fill: #007bb6 !important;
}

/* Contact form style Start */
span.wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

/* Red Ballons CSS */
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 100%;
    background: #f00;
    border-radius: 5px;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    white-space: nowrap;
    left: 5%;
    -webkit-animation: formerror 400ms;
    animation: formerror 400ms;
}

span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip.tip_out {
    -webkit-transition: all 400ms;
    transition: all 400ms;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 100%;
    left: 10%;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #f00;
}

@-webkit-keyframes formerror {
    from {
        opacity: 0;
        bottom: 0;
    }
    to {
        opacity: 1;
        bottom: 100%;
    }
}

@keyframes formerror {
    from {
        opacity: 0;
        bottom: 0;
    }
    to {
        opacity: 1;
        bottom: 100%;
    }
}

/* Input Syles */
input,
div.wpcf7 input,
div.wpcf7 select,
div.wpcf7 textarea,
div.wpcf7 input[type=submit] {
    font-family: 'Assistant', sans-serif;
    font-size: 20px;
    border: 0;
    padding: 8px 5px;
}

div.wpcf7 input[type=tel],
div.wpcf7 input[type=text],
div.wpcf7 input[type=email],
div.wpcf7 select,
div.wpcf7 textarea {
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
}

div.wpcf7 textarea {
    height: 188px;
}

div.wpcf7 input[type=submit] {
    display: block;
    width: 100%;
    background: #ccc;
    cursor: pointer;
    transition: all .5s ease;
}

/* Bubble animation for replacing ajax img */
@-webkit-keyframes bubbles {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes bubbles {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/* Errors Msgs */
div.wpcf7-response-output {
    position: fixed;
    margin: 0 !important;
    border: none;
    padding: 10px 15px;
    bottom: -100%;
    z-index: 9999;
    font-size: 22px !important;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    -webkit-animation: form_msg_error 500ms;
    animation: form_msg_error 500ms;
    bottom: 0;
    color: black;
}

@-webkit-keyframes form_msg_error {
    from {
        bottom: -100%;
    }
    to {
        bottom: 0;
    }
}

@keyframes form_msg_error {
    from {
        bottom: -100%;
    }
    to {
        bottom: 0;
    }
}

div.wpcf7-mail-sent-ok {
    background: #398f14;
}

div.wpcf7-validation-errors {
    background: #f7e700;
}

.form_msg_error_out {
    -webkit-transition: all 500ms;
    transition: all 500ms;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

@-webkit-keyframes form_msg_out {
    from {
        bottom: 0;
    }
    to {
        bottom: -300px;
    }
}

@keyframes form_msg_out {
    from {
        bottom: 0;
    }
    to {
        bottom: -300px;
    }
}

::-webkit-input-placeholder {

    font-family: 'Assistant', sans-serif;
}

:-moz-placeholder {

    font-family: 'Assistant', sans-serif;
}

::-moz-placeholder {

    font-family: 'Assistant', sans-serif;
}

:-ms-input-placeholder {

    font-family: 'Assistant', sans-serif;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* Contact form style End */

/* THEME STYLE */

.home-page__welcome-screen{
    height: 100vh;
    min-height: 974px;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}


.home-page__logo{
    width: 475px;
    margin: 0 auto;
    padding-top: 18px;
}

.cd-header__menu-button__phone a{
    color: #fff;
    font-size: 2.8rem;
    right: 77px;
    position: relative;
    line-height: 1;
    font-weight: 600;
}

.cd-header__menu-button__phone a i{
    -webkit-transform: rotate(262deg);
    -moz-transform: rotate(262deg);
    -ms-transform: rotate(262deg);
    -o-transform: rotate(262deg);
    transform: rotate(262deg);
    font-size: 2.5rem;
    margin-left: 10px;


}


.home-post-nav{
    padding-top: 50px;
}

.home-post-nav__post-link{
    box-sizing: border-box;
    padding: 9px!important;
    z-index: 500000;
}

.home-post-nav__post-link a{
    display: flex;
    width: 100%;
    border: 2px solid #fff;
    background: no-repeat;
    transition: background 0.5s;
    height: 201px;
}

.home-post-nav__post-link a:hover{
    background: #fff;
}

.home-post-nav__post-link a:hover .home-post-nav__post-link__post-title{
    color: #000;
}

.home-post-nav__post-link a .home-post-nav__post-link__post-title{
    display: block;
    width: auto;
    margin: auto;
    font-size: 1.8rem;
    color: #fff;
    transition: color 0.5s;
}


section.about-us{
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.about-us__content{
    color: #fff;
    font-size: 25px;
    line-height: 1.75;
    box-sizing: border-box;
    padding: 150px 20px;
}

.projects-container{
    padding-top: 0!important;
}


.call-cf__title{
    font-size: 35px;
    color: #fff;
}

.call-cf div[role=form]{
    position: relative;
}

.call-cf div[role=form] input[type=tel]{
    height: 63px;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #fff;
    padding-right: 75px;
    font-size: 35px;
    color: #fff;
}



.call-cf div[role=form] ::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Assistant', sans-serif;
}

.call-cf div[role=form] :-moz-placeholder {
    color: #fff;
    font-family: 'Assistant', sans-serif;
}

.call-cf div[role=form] ::-moz-placeholder {
    color: #fff;
    font-family: 'Assistant', sans-serif;
}

.call-cf div[role=form] :-ms-input-placeholder {
    color: #fff;
    font-family: 'Assistant', sans-serif;
}


.call-cf div[role=form] input[type=submit]{
    color: transparent;
    background-color: transparent;
    border: none;
    height: 100%;
    width: 100%;
}

.call-cf div[role=form] .submit-wrapper{
    display: block;
    position: absolute;
    height: 49px;
    width: 49px;
    background-color: #fff;
    left: 6px;
    top: 7px;
    transition: all 0.5s;
}


.call-cf div[role=form]{
    position: relative;
}

.call-cf div[role=form] .phone-icon i{
    display: block;
    margin: auto;
    color: #fff;
    font-size: 28px;
    transform: rotate(274deg);
}

.call-cf div[role=form] .phone-icon{
    position: absolute;
    display: flex;
    right: 0;
    height: 100%;
    width: 63px;
    background-color: #6d1c56;
}

.call-cf div[role=form] .submit-wrapper .wr{
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
}


.call-cf div[role=form] .submit-wrapper:hover{
    background-color: #6d1c56;
}

.call-cf div[role=form] .submit-wrapper:after{
    content: '';
    font-family: FontAwesome;
    background-image: url(images/form-submit.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    pointer-events: none;
}


.call-cf__svg-logo{
    fill: #8a8889;
    min-height: 700px;
    position: relative;
}

.call-cf__svg-logo svg{
    position: absolute;
    display: block;
    width: 138%;
    right: -46%;
    fill: #8a8889;
    top: -45%;
    height: auto;

}

.call-cf__wrapper{
    width: 70%;
    margin: 60px auto;
}


section.post-list{
    background-repeat: repeat;
    min-height: 600px;
    padding-bottom: 50px
}


.post-list__title{
    text-align: center;
    font-size: 60px;
    margin-top: 50px;
    font-weight: 600;
    margin-bottom: 50px;

}

.post-list__title span{
    position: relative;
}



.post-list__title span:after{
    content: '';
    position: absolute;
    right: -139px;
    top: 40px;
    width: 90px;
    height: 10px;
    background-image: url(images/menu-hover-right.png);
    background-repeat: no-repeat;
    background-position: center;
}

.post-list__title span:before{
    content: '';
    position: absolute;
    left: -139px;
    top: 40px;
    width: 90px;
    height: 10px;
    background-image: url(images/menu-hover-left.png);
    background-repeat: no-repeat;
    background-position: center;

}


.post-list__post{
    padding: 10px!important;
    box-sizing: border-box;
}

.post-list__post a{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(73, 73, 74, 0.9);
    min-height: 333px;
    transition: all 0.5s
}

.post-list__post a:hover{
    background: rgba(138, 73, 120, 0.9);
}

.post-list__post__link{
    width: 20%;
    position: relative;
    display: flex;
    height: 100%;
    float: left;
    background-color: #1c1c1d;
}

.post-list__post__link:after{
    content: '\f104';
    font-family: FontAwesome;
    width: 38px;
    height: 38px;
    bottom: 0;
    left: 0;
    background-color: #6d1c56;
    position: absolute;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    font-size: 24px;
}

.post-list__post__link span{
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
}

.post-list__post__content-preview{
    width: 80%;
    height: 100%;
    float: right;
    padding-right: 25px;
    box-sizing: border-box;
}

.post-list__post__content-preview__title{
    font-size: 30px;
    padding-top: 48px;
    padding-bottom: 122px;
    color: #fff;

}


.post-list__post__content-preview__content{
    font-size: 23px;
    color: #a4a4a4;
    box-sizing: border-box;

}

section.home-text{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 419px;
}

.home-text__content{
    padding-top: 100px;
}

.home-text__content__title{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.home-text__content__text{
    color: #fff;
    font-size: 21px;
    padding-top: 38px;
}

.home-text__content:first-child .home-text__content__text{
    padding-left: 0;
}

.home-text .container,
.home-text .container .row{
    max-height: 100%;
}

.site-footer__contact-form div[role=form] span{
    width: 30.9%;
    float: right;
}


.site-footer__contact-form .submit-wrapper:hover{
    background-color: #fff;
    background-image: url(images/form-submit.png);
}

.site-footer__contact-form .submit-wrapper{
    width: 53px;
    float: left;
    height: 54px;
    border: 1px solid #fff;
    background-color: #6d1c56;
    background-image: url(images/form-submit-white.png);
    background-position: center;
    background-repeat:no-repeat;
    transition: all 0.5s;
}




.site-footer__contact-form div[role=form] input[type=submit]{
    background-color: transparent;
    color: transparent;
    border: none;
}

.site-footer__contact-form div[role=form] span{
    padding-left: 15px;
    box-sizing: border-box;
}

.site-footer__contact-form div[role=form] input[type=text],
.site-footer__contact-form div[role=form] input[type=tel],
.site-footer__contact-form div[role=form] select{
    background-color: transparent;
    border: 1px solid #fff;
    height: 56px;
    box-sizing: border-box;
    color: #fff;
}

.site-footer__contact-form div[role=form] select option{
    color: #000!important;
}

.site-footer{
    background-position: center;
    -webkit-background-size:cover;
    background-size:cover;
}

.site-footer__contact-form__title,
.site-footer__contact-data__title,
.site-footer__nav__title,
.contact-page__contact-data__title,
.main-contact-form__title{
    margin-top: 60px;
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}

.site-footer__nav ul{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.site-footer__nav ul li:hover a{
    color: #6d1c56
}

.site-footer__nav ul li{
    position: relative;
}

.site-footer__nav ul li:after{
    content: '\f0d9';
    font-family: FontAwesome;
    position: absolute;
    top: 6px;
    right: 0;
    color: #fff;
}

.site-footer__nav ul a{
    font-size: 21px;
    color: #fff;
    transition: all 0.5s;
    padding-right: 20px;
}

.site-footer__contact-data ul li a,
.contact-page__data ul li a{
    font-size: 22px;
    color: #fff;
    transition: all 0.2s;
}

.site-footer__contact-data ul li:hover a,
.contact-page__data ul li:hover a{
    color: #6d1c56;
}

.fa-map-marker{
    right: 4px;
}

.site-footer__contact-data ul li a i,
.contact-page__data ul li a i{
    margin-left: 30px;
    padding-bottom: 18px;
    position: relative;
}

.main-contact-form{
    margin-bottom: 75px;
    color: #fff !important;
}

.main-contact-form input{
    background-color: transparent!important;
    border: 1px solid #fff!important;
    margin-bottom: 1rem;
    color: #fff;
}


.main-contact-form .textarea-907{
    width: 76%;
    float: right;
    display: block;
}


.main-contact-form .textarea-907 textarea::placeholder{
    color: #fff;
}

.main-contact-form .textarea-907 textarea{
    height: 108px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.main-contact-form .submit-wrapper{
    width: 20%;
    float: left;
    position: relative;
}

.main-contact-form .submit-wrapper input[type=submit]:hover{
    background-color: #6d1c56!important;
    color: #fff!important;
}


.main-contact-form .submit-wrapper input[type=submit]{
    height: 108px;
    background-color: #fff!important;
    padding-top: 60px;
    color: #000!important;
    transition: all 0.5s;
}

.main-contact-form .submit-wrapper:hover:after{
    background-color: #fff;
    color: #6d1c56;
}

.main-contact-form .submit-wrapper:after{
    content: '\f104';
    font-family: FontAwesome;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 18px;
    left: 22px;
    color: #fff;
    background-color: #6d1c56;
    text-align: center;
    font-size: 23px;
    line-height: 38px;
    transition: all 0.5s;
}

.main-contact-form .col-lg-4{
    padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
}

.main-contact-form input ::placeholder{
    color: #fff!important;
}

.fa.fa-facebook{
    right: 5px;
}

.fa.fa-phone{
    right: 2px;
}

.fast-contact-form{
    position: fixed;
    width: 12%;
    height: auto;
    background-color: #fff;
    top: 16%;
    left: 2%;
    box-sizing: border-box;
    border: 1px solid #555555;
    padding: 10px;
}

.fast-contact-form input, .fast-contact-form select{
    border: 1px solid;
    font-size: 22px;
}


.fast-contact-form input{

}

.fast-contact-form input::-webkit-input-placeholder{
    color: #000!important;
}

.fast-contact-form input,
.fast-contact-form input,
.fast-contact-form input,
.fast-contact-form input,
.fast-contact-form select{
    border: 1px solid #6e6e6e!important;
    margin-bottom: 10px;
}


.fast-contact-form .submit-wrapper{
    position: relative;
}

.fast-contact-form .submit-wrapper:after{
    content: '';
    position: absolute;
    left: 21px;
    top: 14px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(images/form-submit-white.png);
    background-position: center;
    background-repeat: no-repeat;
}


.fast-contact-form input[type=submit]{
    background-color: #6d1c56!important;
    border:1px solid #6d1c56;
    color: #fff!important;
    transition: all 0.5s;
}

.fast-contact-form input[type=submit]:hover{
    background-color: #fff!important;
    border:1px solid #6d1c56;
    color: #6d1c56!important;
}

.fast-contact-form .submit-wrapper:hover:after{
    background-image: url(images/form-submit.png)!important;
}

.fast-contact-form__title{
    color: #000;
    font-weight: bold;
    font-size: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-page{
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    background-size:cover;
    padding-top: 250px;
}

.site-footer__tag-wrapper{
    position: relative;
    height: 186px;
}

.site-footer__tag-wrapper img{
    position: absolute;
    height: 453px;
}



.header-inner .cd-header__menu-button__phone a{
    right: 230px;
    top: 31px;
}

.header-inner .cd-primary-nav-trigger{
    right: 146px;
    top:31px;
}

.header-inner__logo{
    position: absolute;
    top: -22px;
}

.single-post{
    background-image: url(images/post-bg.jpg);
    background-repeat: repeat;
    padding-top: 100px;
    padding-bottom: 40px;
}

.single-post__container__article{
    font-size: 23px;
}


.single-post__container__article img{
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 20px;
}

.single-post__container{
    background-color: #fff;
    padding: 80px 100px;
    box-sizing: border-box;
}

.single-post__title{
    font-size: 80px;
    font-weight: 600;
    padding-bottom: 50px;
}


.single-post__related-posts__title{
    font-size: 35px;
    font-weight: 600;
    margin-top: 70px;
    margin-bottom: 40px;
}

.single-post__related-posts__entry{
    min-height: 140px;
}

.single-post__related-posts__entry__link{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #864574;
    transition: all 0.5s;
}


.single-post__related-posts__entry:hover a{
    background-color: #6d1c56;
}

.single-post__related-posts__entry__goto-post:after{
    content: '\f104';
    font-family: FontAwesome;
    position: absolute;
    height: 100%;
    width: 25px;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 25px;
    background-color: #6d1c56;
    line-height: 139px;
    text-align: center;
}

.single-post__related-posts__entry__goto-post{
    width: 35%;
    float: left;
    background-color: #1c1c1d;
    height: 100%;
    font-size: 25px;
    color: #fff;
    padding-top: 53px;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
}

.single-post__related-posts__entry__title{
    width: 65%;
    float: right;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-top: 53px;
    padding-right: 31px;
    box-sizing: border-box;

}

body.page .single-post{
    padding-top: 191px;
}

.blog-layout{
    padding-top: 170px;
}

/* Responsive */
@media (max-width: 800px) , (max-device-width: 800px) {
    #content {
        padding-bottom: 0;
    }

    #leos {
        position: static;
    }

    #MobBtns {
        display: block;
        position: fixed;
        bottom: 3px;
        left: 2.5px;
        z-index: 99999;
    }

    #MobBtns a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: 2.5px 0;
        background: #e01600;
        position: relative;
    }

    #MobBtns a svg {
        fill: #fff;
        width: 60%;
        height: 60%;
    }

    table {
        width: 100%;
    }

    thead {
        display: none;
    }

    tr:nth-of-type(2n) {
        background-color: inherit;
    }

    tr td:first-child {
        background: #f0f0f0;
        font-weight: bold;
        font-size: 1.3em;
    }

    tbody td {
        display: block;
        text-align: center;
    }

    tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    }
}

#MobBtns,
#MobNavBtn {
    display: none;
}

.projects-list__single-entry__title{
    box-sizing: border-box;
    height: 84px;
    background-color: #fff;
    font-size: 30px;
    color: #6d1c56;
    cursor: pointer;
    transition: all 0.5s;
}

.projects-list .single-post__container{
    background-color: transparent;
}

.projects-list__single-entry__title button{
    width: 84px;
    height: 100%;
    background-color: #6d1c56;
    border: none;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 25px;
    margin-left: 3%;
    transition: all 0.5s;
    z-index: 5;
    position: relative;
    cursor: pointer;
}

.projects-list__single-entry{
    margin-bottom: 22px;
    position: relative;
}


.projects-list__single-entry__close{
    display: flex;
    position: absolute;
    right: 1rem;
    top: 0;
    height: 100%;
    width: 84px;
    background-color: #9e9c9c;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 1;
}

.projects-list__single-entry__close i{
    display: block;
    margin: auto;
    color: #fff;
    font-size: 30px;
}

.projects-list__single-entry__project-content{
    max-height: 0;
    height: auto;
    transition: max-height 0.5s;
    overflow: hidden;
}

.projects-list__single-entry.open .projects-list__single-entry__project-content{
    max-height: 5000px;
}



.projects-list__single-entry.open .projects-list__single-entry__close{
    opacity: 1;
    z-index: 10;
    cursor: pointer;
}

.projects-list__single-entry__project-content__description{
    background-color: #fff;
    box-sizing: border-box;
    padding-right:100px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
    font-size: 23px;
}

.projects-list__single-entry__gallery{
    background-color: #fff;
    padding-right: 100px;
    padding-left: 100px;
}


.projects-list__single-entry__gallery__image{
    overflow: hidden;
    max-height: 240px;
    margin-bottom: 30px;
}

.projects-list__single-entry__gallery__image img{
    display: block;
    max-width: 100%;
}



.rec-row__entry{
    padding: 1rem;
}

.rec-row__entry__wrapper{
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px;
}

.rec-row__entry__content{
    text-align: center;
}

.rec-icon{
    display: block;
    margin: 20px auto;
    margin-top: 0;
    fill: #6d1c56;
}

.rec-row__name{
    text-align: center;
    padding-top: 15px;
    color: #6d1c56;
    font-size: 17px;
    font-weight: 600;
    border-top:1px solid #b7b7b7;
    margin-top: 40px;
}


.page-template-page-contact .site-footer__contact-form{
    display: none;
}

.page-template-page-contact .site-footer__tag-wrapper{
    display: none;
}


@media only screen and (max-width: 1200px) {
    #MobBtns,
    #MobNavBtn {
        display: none;
    }

    .fast-contact-form{
        display: none;
    }

    .container{
        width: 100%;
        max-width: 100%;
    }

    body{

    }

    .home-page__welcome-screen{
        min-height: 100vh;
        height: auto;
    }

    .home-page__logo{
        width: 35%;
    }

    .home-page__logo a{
        display: block;
        width: 100%;
        height: 100%;
    }

    .home-page__logo img{
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .cd-header.menu-is-open{
        z-index: 50000000;
    }

    .cd-primary-nav{
        padding: 20% 0;
    }

    .cd-primary-nav li{
        font-size: 1.7rem;
    }

    .menu-main-menu-container li.current_page_item > a:before,
    .menu-main-menu-container li.current_page_item > a:after{
        top:46%;
    }

    .about-us__content{
        padding: 4% 5%
    }

    .call-cf__svg-logo{
        display: none;
    }

    .home-text__bage{
        display: none;
    }

    .res-hide{
        display: none;
    }

    .cd-header{

    }

    .post-list__post__content-preview__content{
        font-size: 1.2rem;
    }

    .cd-header.sticky{
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 5000;
        height: 67px;
    }

    .cd-header.sticky .cd-header__menu-button{
        top: 5px;
    }

    .header-inner__logo{
        max-height: 83px;
        top: -8px;
    }

    .header-inner__logo img{
        max-height: 100%;
        width: 66px;
    }

    .header-inner .cd-primary-nav-trigger{
        right: 82px;
        top: 3px;
    }

    .header-inner .cd-header__menu-button__phone a{
        right: 160px;
        top: 6px;
    }

    .site-footer__tag-wrapper{
        display: none;
    }

    .post-list{
        overflow-x: hidden;
    }

    .cd-header.header-inner.is-fixed{
        top: 0;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .fast-contact-form{
        display: none;
    }

    .site-footer__tag-wrapper{
        display: none;
    }

    html, body{
        overflow-x: hidden;
    }

    .cd-header{
        z-index: 5000;
    }

    .cd-header.header-inner{
        height: 112px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    html, body{
        overflow-x: hidden;
    }

    .fast-contact-form{
        display: none;
    }

    .site-footer__tag-wrapper{
        display: none;
    }

    .post-list__post__content-preview__title{
        padding-bottom: 68px;
    }

    .post-list__post__link span{
        font-size: 2rem;
    }

    .contact-page__gif{
        display: none;
    }

    .contact-page{
        padding-top: 10%;
    }

    .main-contact-form .submit-wrapper:after{
        width: 94%;
        left: 2%;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

    html, body{
        overflow-x: hidden;
    }

    #MobBtns {
        display: block;
        position: fixed;
        bottom:3px;
        left:2.5px;
        z-index: 99999;
    }
    #MobBtns a {
        width:40px;
        height:40px;
        border-radius: 50%;
        margin: 2.5px 0;
        background: #e01600;
        position: relative;
    }



    #MobBtns a svg {
        fill: #fff;
        width:60%;
        height:60%;
    }

    .cd-header__menu-button__phone{
        display: none;
    }

    .cd-header{
        height: auto;
        background-color: #000;
        z-index: 500000000;
    }

    .call-cf__wrapper{
        width: 100%;
        margin: 0;
        padding-right: 2%;
        padding-left: 2%;
        margin-bottom: 20px;
    }

    .call-cf__title{
        font-size: 2rem;
        padding-bottom: 12px;
    }

    .post-list__title{
        font-size: 1.5rem;
        margin-bottom: 13px;
        margin-top: 13px;
    }

    .post-list__post__content-preview__title{
        padding-bottom: 20px;
    }

    .post-list__post__content-preview{
        width: 100%;
        height: 88%;
    }

    .post-list__post__link{
        width: 100%;
        height: 12%;
    }

    .post-list__post__content-preview{
        padding-right: 3%;
        padding-left: 3%;
    }

    .blog-layout{
        padding-top: 75px;
    }

    .post-list__post__content-preview__title{
        padding-top: 20px;
    }

    .post-list__post__link span{
        font-size: 1.5rem;
    }

    .post-list__post a{
        min-height: 245px;
    }

    .post-list__post__link:after{
        height: 29px;
        line-height: 26px;
    }

    .home-text__content{
        padding-top: 10px;
    }

    .site-footer__nav,.site-footer__contact-data
    {
        display: none;
    }

    section.home-text{
        height: auto;
        padding-bottom: 20px;
    }

    .site-footer__contact-form div[role=form] span{
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }

    .site-footer__contact-form div[role=form] span input{
        width: 100%;
    }

    .site-footer__contact-form .submit-wrapper{
        width: 100%;
        margin-bottom: 20px;
    }

    .post-list__post__link span br{
        display: none;
    }

    .call-cf div[role=form] .phone-icon{
        display: none;
    }

    .call-cf div[role=form] input[type=tel]{
        padding-right: 5px;
        font-size: 1rem;
    }

    .cd-primary-nav-trigger{
        background-color: #6d1c56;
    }

    .home-page__logo{
        width: 75%;
        padding-top: 19%;
    }

    .home-post-nav__post-link a .home-post-nav__post-link__post-title{
        font-size: 1.5rem;
    }

    .about-us__content{
        font-size: 1rem;
    }

    .home-text__content__text{
        font-size: 1.1rem;
    }

    .cd-header__menu-button{
        width: 100%;
        right: 0;
        top:0;
    }

    #MobBtns {
        display: block;
        position: fixed;
        bottom: 3px;
        width: 44px;
        left: 0;
        z-index: 99999;
    }

    #MobBtns a {
        width: 40px;
        height: 40px;
        display: flex;
        border-radius: 0;
        margin: 2.5px 0;
        background: #6d1c56;
        position: relative;
    }

    #MobBtns a svg {
        fill: #fff;
        width: 60%;
        height: 60%;
        margin: auto;
    }


    div.wpcf7 .screen-reader-response{
        position: relative;
    }

    .header-inner__logo img{
        width: 50px;
    }

    .post-list__title span:before,
    .post-list__title span:after{
        display: none;
    }

    .cd-header.header-inner{
        height: 52px;
    }

    .header-inner .cd-primary-nav-trigger{
        top:0;
        right: 0;
    }

    .single-post{
        padding-top: 42px!important;
    }

    .single-post__container{
        padding: 0;
        padding-top: 7%;
        padding-bottom: 7%;
    }

    .header-inner__logo{
        right: 70px;
        top: -3px;
    }

    .single-post__title{
        font-size: 2.8rem;
        padding-bottom: 15px;
        padding-right: 5%;
    }

    .single-post__container__article{
        font-size: 1.1rem;
    }

    .projects-list__single-entry__title button{
        width: 26px;
    }

    .projects-list__single-entry__title{
        font-size: 1.2rem;
    }

    .projects-list__single-entry__title{
        height: 45px;
    }

    .projects-list__single-entry__close{
        width: 26px;
    }

    .projects-list__single-entry__project-content__description{
        background-color: #fff;
        box-sizing: border-box;
        padding-right: 43px;
        padding-top: 19px;
        padding-bottom: 50px;
        padding-left: 13px;
        font-size: 1.1rem;
    }

    .projects-list__single-entry__gallery{
        padding-right: 43px;
        padding-left: 13px;
    }

    .gallery-lightbox-container>.close{
        top:83px;
    }

    .main-contact-form .submit-wrapper{
        width: 100%;
    }
    .main-contact-form .textarea-907{
        width: 100%;
    }

    .main-contact-form .submit-wrapper:after{
        display: none;
    }

    .main-contact-form .submit-wrapper input[type=submit]{
        padding-top: 0;
        height: 40px;
        line-height: 40px;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    html, body{
        overflow-x: hidden;
    }
}

.container{
    max-width: 100%!important;
    box-sizing: border-box;
}

.row{
    margin-right: 0;
    margin-left: 0;
}

ol.indicator{
    display: none!important;
}

.slide {
    z-index: 5000000001;
}

.main-contact-form__title{
    border-bottom: 1px solid #fff;
}
