#header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 15, 15, 0.3);
}

.logo {
    height: 180px;
    margin-top: 30px;
}

#header_main_alternate {
    background-color: #333;
}

.art-paper-button a {
    border: 2px solid #fff !important;
    background: transparent !important;
    padding: 15px 60px !important;
    margin-top: 50px !important;
}

.art-paper-button a span {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}

.service-type-image img {
    width: 100px;
}

.av-sidebar-social-container ul li {
    margin-right: 5px;
}

.av-sidebar-social-container ul li a {
    background-color: #282b2e !important;
    font-size: 18px !important;
}

.open-weekdays h3 {
    font-family: -webkit-body;
    font-style: italic;
    font-size: 25px;
    margin-bottom: 30px !important;
}

#footer .el_before_av_one_third:first-child {
    width: 40%;
}

#footer .el_before_av_one_third:nth-child(2) {
    margin-left: 60px;
    width: 20%;
}

#footer .el_before_av_one_third:last-child {
    margin-left: 60px;
    width: 20%;
}

#about .el_before_av_one_fifth {
    margin-left: 0 !important;
    width: 70% !important;
    background-color: #f3f3f3 !important;
    padding: 30px 40px !important;
}

#about .el_before_av_one_fifth {
    border-bottom: 3px solid #000;
}

@media (max-width: 1700px) {
    .home-commercial-portfolio{
        padding-left: 270px !important;
    }

    .home-residential-portfolio{
        padding-right: 270px !important;
    }

}

@media (max-width: 1600px) {
    .home-commercial-portfolio{
        padding-left: 250px !important;
    }

    .home-residential-portfolio{
        padding-right: 250px !important;
    }

}

@media (max-width: 1500px) {
    .home-commercial-portfolio{
        padding-left: 200px !important;
    }

    .home-residential-portfolio{
        padding-right: 200px !important;
    }

}

@media (max-width: 1400px) {
    .home-commercial-portfolio{
        padding-left: 150px !important;
    }

    .home-residential-portfolio{
        padding-right: 150px !important;
    }

}

@media (max-width: 1300px) {
    .home-commercial-portfolio{
        padding-left: 100px !important;
    }

    .home-residential-portfolio{
        padding-right: 100px !important;
    }

}

@media (max-width: 1000px) {
    .home-commercial-portfolio{
        padding-left: 70px !important;
    }

    .home-residential-portfolio{
        padding-right: 70px !important;
    }

}

@media (max-width: 800px) {
    .home-commercial-portfolio{
        padding-left: 50px !important;
    }

    .home-residential-portfolio{
        padding-right: 50px !important;
    }

}

@media (max-width: 1070px){
    #explore-area h2{
        font-size: 35px !important;
        font-weight: bold;
    }

    #explore-area img{
        width: 120px;
    }
}

@media (max-width: 885px){
    #explore-area h2{
        font-size: 30px !important;
    }

    #explore-area img{
      width: 100px;
    }
}

@media (max-width: 460px){
    #explore-area h2{
        font-size: 25px !important;
    }

    #explore-area img{
        width: 80px;

    }
}

@media (max-width: 460px){
    #explore-area h2{
        font-size: 24px !important;
    }
}

#footer .gform_footer {
    margin-top: 0;
    padding-top: 10px;
}

#footer .gform_footer .button {
    width: 100%;
    background-color: #d2d2d2;
    letter-spacing:1px;
}

#footer .gform_body li{
    padding:0;
}

#footer .gform_body input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}

#footer .gform_body input{
  color: #fff !important;
}

@media (min-width: 451px) and (max-width: 767px) {
    .responsive #top .logo {
        width: 100% !important;
        height: 200px !important;
    }

    .responsive .logo img {
        max-height: 110px;
        margin: 0 auto;
    }
}


a#advanced_menu_toggle {
    background: transparent;
    color: #fff;
}

#header .header_bg {
    background-size: cover !important;
    background-position: center;
}

@media (max-width: 450px) {
    .responsive .logo img {
        display: none;
    }

    .responsive .logo a:after{
        background-image: url('/wp-content/uploads/2017/04/creative-decor-interior-design.png');
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 200px;
        height: 45px;
        background-size: 100%;
        background-position: center -61px;
        background-repeat: no-repeat;
        margin-top: -20px;
    }
}

.av-subheading {
    font-style: italic;
}

@media (max-width: 1024px) {

    #about .av-layout-tab {
        padding: 30px 0;
        vertical-align: top !important;
    }


    #about .flex_column {
        width: 100% !important;
    } 

    #about .flex_column.av_one_fifth {
        display: none !important;
    }

}

@media (max-width: 550px) {

    span.copyright {
        display: block;
        float: none !important;
        text-align: center;
        margin-bottom: 15px;
    }

    #socket .social_bookmarks {
        float: none;
        margin-left: 0 !important;
        text-align: center;
    }

    #socket .social_bookmarks li {
        float: none !important;
        display: inline-block;
    }

}