.main-slider{
    min-height: 100vh;
    background-size: cover;
    background-position: top center;
}

.studio__text{
    font-size: 20px!important;
    line-height: 28px!important;
}

.heading--centered{
    text-align: center!important;
    display: block!important;
}

.heading--bright{
    text-align: right;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 48px;
    color: rgb(255, 141, 105);
}

@media(max-width:768px){
    .heading--bright{
        text-align: left;
        font-size: 30px;
    }
}


@media(max-width:768px){
    .heading--padding-mobile{
        padding: 20px;
    }
}


.form-control{
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    width: 250px;
    margin-left: 10%;
    border:none;
    padding: 15px;
}

.button--submit{
    padding: 20px 25px;
    border:none;
    border-radius: 30px;
    background: rgb(255, 141, 105);
    color: white;
    font-size: 20px;
    cursor:pointer;
    position: relative;
    top:-20px;
}

.button--centered{
    margin: auto;
    display: block;
}

@media(max-width:768px){
    .button--submit{
        top:0px;   
    }
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255, 141, 105)!important;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(255, 141, 105)!important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(255, 141, 105)!important;
}

.page-banner-bg{
    background-position: center!important;
}

@media(min-width:980px){
    .post__margin{
        margin-top:-150px;
        background-color: #16141a;
    }   
}

@media(min-width:980px){
    .post__heading{
        padding-top: 90px !important;
        padding-right: 90px !important;
        padding-left: 90px !important;
    }
}

@media(min-width:980px){
    .post__content{
        padding-bottom: 90px !important;
        padding-right: 90px !important;
        padding-left: 90px !important;
    }
}

.post__content p{
    font-size: 16px;
    margin-bottom: 16px;
}

@media(max-width:768px){
    .post__content p{
        padding: 0px 20px;
    }
}

.post__content h3{
    text-align: center;
    margin: auto;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(255, 141, 105);
    display: inline-block;
    margin-bottom: 35px;
    margin-top: 35px;
}

.flex-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex-grid__item{
    width: 23%;
    margin-bottom: 30px;
}

@media(max-width:768px){
    .flex-grid__item{
        margin-bottom: 10px;
    }
}

.flex-grid__item--large{
    width: 31%;
}

.flex-grid__item--2x{
    width: 50%;
}

.flex-grid__item img{
    display: block;
    max-width: 100%;    
    height: auto;
}

.flex-grid__heading{
    font-size: 22px;
    line-height: 26px;
    text-align: left!important;
}

@media(max-width:768px){
    .flex-grid__heading{
        padding: 0px 20px;
    }
}

.flex-grid__heading--bold{
    font-weight: bold;
}

.flex-grid__item-text{
    text-align: left!important;
}

@media(max-width:980px){
    .flex-grid__heading{
        font-size: 18px;
        line-height: 24px;
    }
}


@media(max-width:980px){
    .flex-grid__item{
        width: 30%;
    }
}

@media(max-width:768px){
    .flex-grid__item{
        width: 44%;
        padding: 20px;
    }
}

@media(max-width:480px){
    .flex-grid__item{
        width: 100%;
        padding: 20px;
    }
}

.text__black-container{
    margin-top: 30vh;
}


.page-title__paragraph{
    text-align: center;
    font-size: 16px;
    margin: auto;
    width: 80%;
    padding-bottom: 50px;
}

@media(min-width:980px){

    .page-title__paragraph{
        text-align: center;
        font-size: 18px;
        margin: auto;
        width: 70%;
    }
}

.post__content table{
    background: rgb(255, 141, 105);
    color:white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.post__content td{
    color:white!important;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 15px;
}

.post__content--small{
    width: 70%;
    margin: auto;
}

@media(max-width:768px){
    .post__content--small{
        width: 90%;
        margin: auto;
    }    
}

.post__content table p{
    color:white!important;
    font-size: 20px;
    font-weight: bold;
    margin: 0px!important;
    padding: 16px 0px;
}


.mono-slider{
    height: 100vh;
}

.mono-slider__inner{
    position: relative;
    top:50vh;
}

@media(max-width:768px){
    .mono-slider__inner{
        top:10vh;
    }    
}

.mono-slider__heading{
    margin: 0px;
    text-align: center;
    text-transform:uppercase;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
}

@media(max-width:768px){
    .mono-slider__heading{
        font-size: 36px;
    }
}

.mono-slider__text{
    padding-top: 50px;
    text-align: center;
    font-size: 20px;
    width: 60%;
    margin: auto;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media(max-width:768px){
    .mono-slider__text{
        font-size: 16px;
        width: 80%;
    }    
}

.equip-item__text{
    padding: 20px;
}

@media(max-width:768px){
    .equip-item__text{
        padding: 0px;
    }
}

.equip-item__text--right{
    text-align: right;
}

.gallery{
    padding: 20px;
}

.gallery-heading{
    margin: 50px 0px;
}

@media(max-width:768px){
    .gallery-heading{
        margin: 10px 0px;
    }
}

.img-responsive{
    display: block;
    max-width: 100%;
}

#map{
    height: 500px;
}

.grid-sizer,.masonry-grid__item { width: 49%; margin-bottom: 20px;}
.masonry-grid__item--2 { width: 50% }

@media(max-width:540px){
    .grid-sizer,.masonry-grid__item { width: 100%; margin-bottom: 20px;}
    .masonry-grid__item--2 { width: 100% }    
}

.table-responsive{
    overflow:auto;
}

.studio-parallax{
    background: rgba(0,0,0,.5);
}

@media (min-width: 768px){
    .mc4wp-form input[type=submit]{
        font-size: 14px!important;
    }   
}

 .adv__text{
    font-size: 23px!important;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
}

@media (max-width: 768px){
    .adv__text{
        font-size:24px!important;
    }
}

.main-services{
    margin-top:50px;
}

.main-services__item{
    margin-bottom: 50px;
}

.mankra-container{
    max-width: 1366px;
    margin: auto;
    margin-top: 50px;
}

.vc_parallax__image{
    filter: grayscale(30%);
}

.vc__parallax__image-outer{
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.2);
    position: absolute;
    z-index: 100;
}

.vc__studio-heading{
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
}

@media(max-width: 760px){
    .main-slider{
        min-height: 61vh;
        background-size: 199%;
        background-position: top center;
    }
}