/* ==========================================================================
 SITE FOOTER
========================================================================== */

.footer-bar {
    color: white;
    background-color: #FFFFFF;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;

    padding-bottom: 28px;
    padding-top: 28px;

}

.footer-bar h3 {
    margin: 10px 0px;
}

.footer-bar img {
    margin: 15px 0px;
}

.social-content {
    overflow: hidden;
}

.social-wrap {

    float: right;
}

.social-wrap img {
    display: block;
    margin-right: 22px;
    margin-left: auto;
    max-width: 30px;
    margin-top: 14px;


}

.footer-content {
    margin-top: 10px;
    margin-bottom: 25px;
    color: #747373;
    background-color: #FFFFFF;

}

.footer-content h3 {
    margin: 0px;
    font-size: 13px;
}

/* Footer */

.footer-menuyz {
    color: #747373;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-menuyz ul {
    display: inline-block;
    padding: 0;
    margin: 3px 0;
}

.footer-menuyz ul li {
    list-style-type: none;
}

.footer-menuyz a {
    display: block;
    color: #999999;
    font-family: Lato;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;

}

.footer-menuyz a:link {
    color: #747373;
    text-decoration: none;
    color: #999999;
    font-family: Lato;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-transform: uppercase;
}

.footer-menuyz a:visited {
    color: #747373;
    text-decoration: none;
}

.footer-menuyz a:hover {
    color: #999999;
    font-family: Lato;
    font-size: 16px;

}

.footer-menuyz a:active {
    color: #747373;
    text-decoration: none;
}

.footer-menuyz ul li.current_page_item a {
    color: #999999;
    font-family: Lato;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-transform: uppercase;
}

.copyrights {
    text-align: center;
}

.copyrights p {
    font-size: 12px;
    margin-top: 50px;

}

.copyrights a {
    color: #9f7d42;
}

.copyrights a:link {
    color: #9f7d42;
    text-decoration: none;
}

.copyrights a:visited {
    color: #9f7d42;
    text-decoration: none;
}

.copyrights a:hover {
    color: #9f7d42;
    text-decoration: underline;
}

.copyrights a:active {
    color: #9f7d42;
    text-decoration: none;
}

/* END Footer */

/* grid changes */

.container-footer {
    /*    padding-left: 25%;*/
    padding-left: 2px;
    /*    padding-right: 25%;*/
}

.container-content {
    padding-left: 15%;
    padding-right: 15%;
}

.no-padding {
    padding: 0;
}

.row-margin {
    margin-top: 3%;
    margin-bottom: 3%;
}

section {
    /*    margin: 40px 0px;*/
    background: #fff;
}

section.landing-bg {
    margin: 0;
}

.interiors-fix {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bg-white {
    background-color: white;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer-content .footer-menuyz {
        color: #747373;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
    }
    /*
    .image_fade {
        width: 100%;
    }
*/
}

@media only screen and (min-device-width: 360px) and (max-device-width: 736px) and (orientation: portrait) {

    .copyrights p {
        font-size: 12px;
        margin-top: 50px;
        width: 75%;
        margin-left: 12%;

    }

}

}

@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600,900');
