/*--------------------------------------------------------------
Vogue - Footer Custom Styling
--------------------------------------------------------------*/

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

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

.site-footer-custom .site-footer-widgets {
    padding: 50px 0 60px;
}
.site-footer-custom .site-footer-widgets:after {
    display: block;
    content: '';
    clear: both;
}

.footer-custom-block {
    margin: 0;
    padding: 10px 20px 20px;
    list-style-type: none;
    min-height: 80px;
    float: left;
}

.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;
}

.vogue-footer-custom-cols-1 .footer-custom-block {
    width: 100%;
}
.vogue-footer-custom-cols-2 .footer-custom-block {
    width: 50%;
}
.vogue-footer-custom-cols-3 .footer-custom-block {
    width: 33.3333%;
}
.vogue-footer-custom-cols-4 .footer-custom-block {
    width: 25%;
}
.vogue-footer-custom-cols-5 .footer-custom-block {
    width: 20%;
}
.site-footer-custom .footer-custom-block:first-child {
    padding-left: 0;
}
.site-footer-custom .footer-custom-block:last-child {
    padding-right: 0;
}

.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;
}
.site-footer-bottom-bar-right .social-pinterest.nolink {
    position: relative;
    margin: 0 24px 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 li a {
    padding: 2px 7px;
}
.site-footer-bottom-bar ul ul {
    bottom: 22px;
}
.site-footer-bottom-bar ul ul li:hover > ul,
.site-footer-bottom-bar ul ul li.focus > ul {
    left: auto;
    right: 100%;
}

@media only screen and (max-width: 960px) {
    
    
    
}

@media only screen and (max-width: 782px) {
    
    
    
}