
/* 
    Created on : Feb 25, 2015, 3:21:26 PM
    Author     : Dakota Sonnentag
*/

/*Footer Widget*/
#footerWrapper {
    box-shadow: inset 0 20px 20px -20px rgba(150, 150, 150, 0.8);
    background-color: #252C3F;
    max-width: 1280px;
}

#footerWidgetWrapper {
    background: #37415D;
    padding: 0px 20px;
}
#footerWidgetWrapper.collapse {  
}
#footerWidget {
    margin: 0px 5px;
}
#footerWidget p {
    color: #858585;
} 
#moreAboutUs > a {
    color: white;
}

/* end Footer Widget*/

#collapseFooterWrapper {
    position: relative;
    text-align: center;
    margin-top: 20px;
    border-bottom: 2px solid #7390B5;
}

/* collapse */
.collapseFooter {
    display: inline-block;
    width: 48px;
    height: 24px;
    background: url('/images/footer/footer_collapsed.png');
    background-color: #7390B5; 
    background-position: 0px 0px;
    position: relative;
    top: 4px;
    cursor: pointer;   
}
.collapseFooter:hover {
    background: url('/images/footer/footer_collapsed.png');
    background-color: #7390B5; 
    background-position: 0px -24px;
}
.collapseFooter.collapsed {
    background: url('/images/footer/footer_collapsed.png');
    background-color: #7390B5; 
    background-position: -48px -24px;
}
.collapseFooter.collapsed:hover {
    background: url('/images/footer/footer_collapsed.png');
    background-color: #7390B5; 
    background-position: -48px 0px;
}
/* end collapse */

#siteinfoLegal {
    font-size: .9em;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    color: #858585;
}
#siteinfoLegal a {
    color: #fff !important; 
    text-decoration: none !important;
}
.footer-link-divider {
    padding: 0 4px;    
}
#bottomFooterWrapper {
    border-top: 1px solid #4d4d4d;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #252C3F;
}

h2.centerBoxHeading {
    display:block;
    font-size: 1.3em;
    font-weight: bold;
    color: #666666;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
    position: relative
    }
.footerBoxHeading {
    display:block;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #4d4d4d;
    position: relative;
    font-size: 1.1em;
}

#extraNavLinks ul li {
    display: block;
    line-height: 15px;
    border-bottom: 1px dotted #4d4d4d;
}
#extraNavLinks ul li > a {
    display: block;
    color: #858585;
}
#extraNavLinks ul li > a:hover {
    display: block;
    color: white;
}

/* Social media links! Pin, Like, Retweet?*/
.socialMedia {
    float: right;
}
.social {
    color: #23527c;
}
#facebookHover:hover {
    color: #3B5998;
}
#twitterHover:hover {
    color: #00a0d1;
}
#pinterestHover:hover {
    color: #910101;
}
/* end Social media links */

.contactDetailsWrapper {
    padding: 5px 0;
}
.contactDetails {
    background: #363636;
    cursor: default;
    display: table-cell;
    width: 40px;
    height: 40px;
    color: #363636;
    vertical-align: middle;
    text-align: center;
    font-size: 1.6em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;   
}
.contactDetails:hover {
    background: #337ab7;
    color: #337ab7;

}
.contactEntry, .contactIcon {
    display: inline-block;
    vertical-align: middle;
}
.contactEntry {
    font-size: .9em;
    margin-left: 5px;
    color: #858585;
}
#informationFooter ul li {
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #4d4d4d;
}
#informationFooter ul li a {
    display: block;
    color: #858585;
}
#informationFooter ul li a:hover {
    display: block;
    color: white;
}

@media (max-width: 992px) {
    .socialMedia {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}
@media (max-width: 767px) {
    #custService{
        font-size: .89em;
    }
    
    .socialMedia {
        float: none;
        text-align: center;
    }
    .bbbSeal {
        float: none;
        text-align: center;
    }
}

