/*--------------------------------------------------------------
Vogue - Footer Standard Styling
--------------------------------------------------------------*/

.site-footer-standard {
    background-color: #FDFDFD;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) inset;
    color: #000000;
}

.site-footer-no-widgets {
    text-align: center;
    padding: 40px 0 30px;
    color: #000;
}

.site-footer-bottom-bar {
    background-color: #2D2D2D;
    padding: 14px 0 14px;
    color: #FFFFFF;
}

.site-footer-standard .site-footer-widgets {
    padding: 50px 0 60px;
}

.site-footer-standard .site-footer-widgets .site-container > ul {
    margin: 0;
    padding: 0;
    display: table-row;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li {
    margin: 0;
    padding: 10px 18px 20px;
    list-style-type: none;
    display: table-cell;
    width: 10%;
    box-sizing: border-box;
    vertical-align: top;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:first-child {
    padding: 10px 18px 20px 0;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:last-child {
    padding: 10px 0 20px 18px;
}

.site-footer .widgettitle,
.site-footer .widget-title {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    padding: 0 0 15px;
    margin: 0 0 20px;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}

.site-footer .widget a {
    color: inherit;
}

.site-footer-bottom-bar-left {
    font-size: 12px;
}
.layout-circles .site-footer-bottom-bar-left {
    padding: 8px 0 0;
}
.site-footer-bottom-bar-left a {
    font-size: inherit;
}
a.privacy-policy-link {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    margin: 0 8px;
}
.site-footer-bottom-bar-right .social-pinterest.nolink {
    position: relative;
    margin: 0 45px 0 0;
}
.site-footer-bottom-bar-right .social-pinterest span {
    top: -2px;
    color: #FFF;
}
.site-footer-bottom-bar-right .header-social-icon {
    font-size: 16px;
    padding: 1px;
}
.layout-circles .site-footer-bottom-bar-right .social-pinterest span {
    top: 7px;
    right: -42px;
}

.site-footer-bottom-bar ul ul {
    bottom: 35px;
}
.site-footer-bottom-bar ul ul li:hover > ul,
.site-footer-bottom-bar ul ul li.focus > ul {
    left: auto;
    right: 100%;
}

.footer-copyright {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 11px;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 960px) {
    
    .site-footer-standard .site-footer-widgets .site-container > ul > li {
        margin: 0;
        padding: 10px 20px 20px;
        display: block;
        width: 50%;
        float: left;
    }
    .site-footer-standard .site-footer-widgets .site-container > ul > li:first-child {
        padding: 10px 20px 20px;
    }
    .site-footer-standard .site-footer-widgets .site-container > ul > li:last-child {
        padding: 10px 20px 20px;
    }
    
}

@media only screen and (max-width: 782px) {
    
    .site-footer-standard .site-footer-widgets .site-container > ul {
        display: block;
    }
    .site-footer-standard .site-footer-widgets .site-container > ul > li {
        padding: 10px 5px 30px;
        width: 100%;
        float: none;
    }
    .site-footer-standard .site-footer-widgets .site-container > ul > li:first-child,
    .site-footer-standard .site-footer-widgets .site-container > ul > li:last-child {
        padding: 10px 5px 30px;
    }
    .site-footer-bottom-bar-right .social-pinterest.nolink {
        margin: 0;
    }
    .footer-social-pinterest span {
        display: none;
    }
    
}