﻿

footer#site-footer.footer-bg-linear {
    /*background: linear-gradient(var(--footer-bg-angle), black 0%, black 100%);*/
}


footer#site-footer .footer-item {
    /*background-color: lightgreen;*/
    /*margin-bottom: 0px !important;*/
}

nav.footer-navigation {
    /*background-color: darkorange;*/
    /*margin-top: -10px !important;
    padding-top: -10px !important;*/
}

.thin-top {
}

/* we don't want this on mobile */
@media (min-width:768px) {
    .thin-top {
        margin-top: -10px !important;
        padding-top: -10px !important;
    }

    footer .row.listing {
        /*background-color: red;*/
        height: 200px;
        /*padding-bottom: 0px;
        margin-bottom: 0px;*/
    }
}


.social-links-heading {
    border: 4px solid transparent;
    display: inline-block;
    margin-right: 16px;
    margin-left: 6px;
}

    .social-links-heading a {
        display: inline-block;
        /*width: 44px;
        height: 44px;*/
        width: 30px;
        height: 30px; 
        margin-right: 3px;
    }

        .social-links-heading a.first {
            
        }

        .social-links-heading a.last {
            
        }

@media only screen and (min-width: 901px) and (max-width: 1400px) {
    /*.social-links-heading {
        visibility:hidden;
        display:none;
    }*/
}

@media only screen and (max-width: 900px) {
    .social-links-heading {
        width:100%;
        text-align:center;
        margin-bottom: 10px;
    }
}


@media (min-width:992px) {
    footer#site-footer {
        padding-bottom: var(--pc-spacing_lg);
        /*border: solid orange 1px;*/
    }

    /*footer#site-footer > .container {
        padding-top: var(--pc-spacing_lg);
    }*/

        footer#site-footer .footer-item {
            margin-bottom: var(--base-spacing) !important;
            /*border: solid green 1px;*/
        }

    /*footer#site-footer div[class^="offset-md-"]:not(.offset-lg-1):not(.offset-lg-2):not(.offset-lg-3):not(.offset-lg-4):not(.offset-lg-5):not(.offset-lg-6):not(.offset-lg-7):not(.offset-lg-8):not(.offset-lg-9):not(.offset-lg-10):not(.offset-lg-11):not(.offset-lg-12),
    footer#site-footer div[class*=" offset-md-"]:not(.offset-lg-1):not(.offset-lg-2):not(.offset-lg-3):not(.offset-lg-4):not(.offset-lg-5):not(.offset-lg-6):not(.offset-lg-7):not(.offset-lg-8):not(.offset-lg-9):not(.offset-lg-10):not(.offset-lg-11):not(.offset-lg-12) {
        margin-left: 0 !important;
    }*/

    
        nav.footer-navigation {
            padding-top: var(--base-spacing);
            /*border: solid red 1px;*/
        }
}

@media (min-width:1200px) {
    footer#site-footer {
        padding-bottom: var(--pc-spacing_xl);
        /*border: solid red 1px;*/
    }

   /* footer#site-footer > .container {
        padding-top: var(--pc-spacing_xl);
    }*/
    nav.footer-navigation {
        padding-top: var(--base-spacing);
        /*border: solid yellow 1px;*/
    }
}