/* -----------------------------------------------------------
COPY
-----------------------------------------------------------*/
#post img{
    width: 100%;
    margin: 20px 0;
}

#post h1, #post h2, #post h3, #post h4{
    color: #324758;
    margin: 30px 0 20px;
}

/* -----------------------------------------------------------
CONTACT
-----------------------------------------------------------*/
#post .right{
    padding-top: 100px !important;
}
#contact .right{
    display: none !important;
}
#contact h2{
    color: #fff !important;
}
#contact .left {
    width: 100%;
    padding: 50px 50px !important;
}
#contact{
    position: absolute;
    right: 0;
}
#contact .input{
    width: 100%;
}

@media(max-width: 1550px){
    #post .container{
        max-width: 100% !important;
    }
    #post .left{
        padding-right: 100px;
    }
    #contact{
        position: absolute;
        right: -70px;
    }
}
@media(max-width: 1400px){
    #post .container{
        max-width: 100% !important;
        padding: 0 50px;
    }
    #post .left{
        padding-right: 0;
    }
    #contact{
        position: static;
    }
    #contact .left{
        padding-right: 50px;
    }
}
@media(max-width: 1400px){
    #post .container{
        padding: 0 15px;
    }
    #post .left{
        padding-right: 15px;
    }
        #contact .left{
            padding: 20px;
        padding-right: 20px;
    }
}