/*******************************************/
/****************CONTAINERS*****************/
/*******************************************/
#site-footer {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 70px;
}
.powered-by{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);    
    box-sizing: border-box;
    text-align: center;
    padding: 15px 20px 10px 20px;
}
    .powered-by a {
        position: relative;
        text-decoration: none;
    }
    .powered-by a span {
        position: relative;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        top: -10px;
    }
    .powered-by a img{
        position: relative;
        width: 90px;
        margin-left: 10px;
    }
    .powered-by a:hover span{
        text-decoration: underline;
    }

.site-footer-bar-inner-container {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    z-index: 5;
}

.site-footer-content-wrapper {
    position: relative;
    display: inline-block;
}

.site-footer-bar-section {
    position: relative;
    float: left;
    width: 350px;
    padding: 0 40px;
    box-sizing: border-box;
}

/*******************************************/
/****************GENERAL********************/
/*******************************************/
.site-footer-bar-header-container {
    position: relative;
    float: left;
    width: 100%;
    height: 45px;
}

.site-footer-bar-header {
    margin: 0;
}

.site-footer-bar-info-container {
    position: relative;
    float: left;
    width: 100%;
}

.site-footer-bar-info-row {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 0.4em;
}

#site-footer-bar-scroll-up-button {
    position: absolute;
    border: none;
    bottom: 100px;
    right: 3em;
    width: 4em;
    height: 4em;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
}

    #site-footer-bar-scroll-up-button i {
        position: relative;
        color: #fff;
        font-size: 1.8em;
        top: 2px;
    }

    #site-footer-bar-scroll-up-button:hover {
        cursor: pointer;
        background-color: rgba(0,0,0,0.2);
    }

@media only screen and (max-width: 1250px) {
    #site-footer-bar-scroll-up-button {
        bottom: 0;
        top: 1em;
        right: 1em;
    }
}

@media only screen and (max-width: 900px) {
    #site-footer-bar-scroll-up-button {
        display: none !important;
    }

    .site-footer-bar-header-container {
        height: auto;
    }
}

/*******************************************/
/****************ABOUT US*******************/
/*******************************************/
.footer-logo-container {
    position: relative;
    float: left;
    width: 100%;
}

.site-footer-bar-about-us-logo-link {
    position: absolute;
    display: block;
    float: left;
    width: 100%;
    height: 45px;
    z-index: 10;
}

.footer-logo {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    float: left;
}

.site-footer-bar-about-us-body-text {
    position: relative;
    max-width: 100%;
}

    .site-footer-bar-about-us-body-text a {
        text-decoration: none;
    }

.site-footer-bar-about-us-logo-link.vismode-active {
    display:block;
}

.site-footer-bar-about-us-body-text-container {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-top: 45px;
}

.site-footer-bar-about-us-social-media-container {
    position: relative;
    float: left;
}

.site-footer-bar-about-us-social-media-link {
    position: relative;
    float: left;
    margin-right: 1em;
    height: 26px;
    width: 26px;
}

    .site-footer-bar-about-us-social-media-link.social-media-link-facebook {
        color: #3C5A99;
    }

    .site-footer-bar-about-us-social-media-link.social-media-link-twitter {
        color: #1DA1F2;
    }

    .site-footer-bar-about-us-social-media-link.social-media-link-instagram {
        color: #C13584;
    }

    .site-footer-bar-about-us-social-media-link.social-media-link-linkedin {
        color: #0077B5;
    }

    .site-footer-bar-about-us-social-media-link i {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        font-size: 26px;
    }

/*******************************************/
/****************CONTACT US*****************/
/*******************************************/
.site-footer-bar-contact-us-media {
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
}
.site-footer-bar-contact-us-icon {
    position: absolute;
    left: 0;
    font-size: 1.3em;
    width: 2em;
}

.site-footer-bar-contact-us-text {
    position: relative;
    float: left;
    margin: 0;
    padding-left: 3em;
    max-width: 100%;
}
    .site-footer-bar-contact-us-text p:first-child,
    .site-footer-bar-contact-us-text a:first-child,
    .site-footer-bar-contact-us-text h1:first-child,
    .site-footer-bar-contact-us-text h2:first-child,
    .site-footer-bar-contact-us-text h3:first-child,
    .site-footer-bar-contact-us-text h4:first-child,
    .site-footer-bar-contact-us-text div:first-child {
        margin-top: 0;
    }
    .site-footer-bar-contact-us-text p{
        margin-bottom: 0;
    }

/*******************************************/
/**************RECENT POSTS*****************/
/*******************************************/
.site-footer-recent-post {
    display: inline-block;
    position: relative;
    width: 100%;
    top: -2px;
}

.site-footer-recent-post-title {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}

.site-footer-recent-post-date {
    position: relative;
    float: left;
    width: 100%;
    margin: 8px 0 0 0;
    opacity: 0.6;
}

.site-footer-recent-post:hover {
    background-color: rgba(255,255,255,0.1);
}

.footer-bar-section-recent-posts .site-footer-bar-info-row {
    margin-bottom: 0.5em;
}

/*******************************************/
/****************GRAPHICS*******************/
/*******************************************/
.site-footer-graphic {
    position: absolute;
    bottom: 10%;
    right: 10%;
    max-height: 80%;
    width: 80%;
    opacity: 0; /*Default, Vismode will override*/
    z-index: 1;
}

/*
OVERRIDES
*/

@media only screen and (max-width: 1350px) {
    #site-footer-bar-regular {
        padding: 70px 20px;
    }

    .site-footer-bar-section {
        width: 33.3%;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1023px) {
    #site-footer {
        padding: 30px 15px;
    }

    #site-footer-bar-regular {
        position: relative;
        float: left;
        height: auto;
    }

    .site-footer-bar-section {
        padding: 0;
    }

    .site-footer-bar-inner-container {
        height: auto;
    }

    .site-footer-content-wrapper {
        width: 100%;
        max-width: unset;
    }
}

@media only screen and (max-width: 900px) {
    #site-footer-bar-regular {
        padding: 60px 20px 10px 20px;
    }

    .site-footer-bar-inner-container {
        padding: 0;
    }

    .site-footer-content-wrapper {
        width: 100%;
    }

    .site-footer-bar-section {
        clear: both;
        width: 100%;
        margin-bottom: 3em;
    }
}