﻿
/* Footer Styles */
footer > section  a,
footer > section a:link,
footer > section a:active,
footer > section a:hover,
footer > section a:visited {
	color:#E9DFAF !important;
}

section.footer-ad-left,
section.footer-ad-right,
section.footer-right {
    height: 50px;
    padding-right: 0px;
}

section.footer-left { height:auto;}

section.footer-left {
    padding-left: 0px;
}

section.footer-ad-left div,
section.footer-ad-right div,
section.footer-left div,
section.footer-right div {
   height: 50px;
   width: 100%;
}

section.footer-left > .links-left {
    font-size: .9em;
    padding: 15px 5px 5px 25px;
}

section.footer-left > .links-left a {
    color: #e9dfaf;
    font-weight: 500;
    font-family: 'Roboto Condensed';
}

section.footer-ad-left > .advertisement-left {
    padding: 9px 3px 5px 3px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

section.footer-ad-right > .advertisement-right {
    padding: 0px 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.address-center,
.address-left,
.address-right {
    font-size: 11px;
    padding: 11px 25px 4px 5px;
    color: #fff;
    font-family: "Libre Baskerville", serif;
}

.address-center {
    text-align: center;
    font-style:italic;
}

.address-left {
    text-align: left;
}

.address-right {
    text-align: right;
}

.footer .row .sections {
    
    /*background: #4E6675;*/
    max-width: 1170px;
    margin-left: 0px;
}

.footer .row.sections:last-child {
    max-height: 40px;
    padding: 0px;
}


/* Global Site Footer - CSS Document  */
footer.row {
	margin-bottom: 0px;
    bottom: 0;
}

ul.footer-links li {
    list-style-type: none;
    font-size:.875em;
    font-weight:300;
}

ul.footer-links {
    float: left;
    padding: 35px 25px;
    }

.footer-links h3 {
    color: #fff;
    font-family: 'Open Sans';
    border-bottom: 2px solid #E9DFAF;
    padding-bottom: 6px;
    font-size: 1em;
    font-weight:300;
}
ul.footer-links li a {
    color: #fff;
    font-size: .875em;
	padding: 2px 4px;
    font-weight:300;
    line-height:1.6em;
	}

.container.site-wrapper.footer {
	background-color: #616873;
    /*background:#616873 url(../../images/branding/kcfed-eagle-logo.png) 930px center no-repeat;*/
}
.social li span {
    padding-left:8px;
}
/*******************RESPONSIVE LAYOUT****************/
@media (max-width: 1080px) {
    .responsive section.footer-left,
    .responsive section.footer-ad-left,
    .responsive section.footer-ad-right,
    .responsive section.footer-right {
        padding-left: 0px;
        width: 100%;
    }

    .responsive section.footer-left .links-left,
    .responsive section.footer-ad-left .advertisement-left,
    .responsive section.footer-ad-right .advertisement-right,
    .responsive section.footer-right .address-right {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0px;
    }

    .responsive section.footer-left .links-left {
        border-radius: 0.750em 0.750em 0px 0px;
    }

    .responsive section.footer-right .address-right {
        border-radius: 0px 0px 0.750em 0.750em;
    }
}


/*
footer > section {
	padding-right: 0.5em !important;
	padding-left: 0.5em !important;
	width: 21% !important;
}
footer > section:first-child,
footer > section:last-child {
	width: 29% !important;
}
footer > section > div {
	padding: 1em;
	background: #4E6675;
	min-height: 100%;
	color:#E9DFAF;
	max-height:70px;
	vertical-align:middle;
}

footer  a,
footer a:link,
footer a:active,
footer a:hover,
footer a:visited {
	color:#E9DFAF !important;
}

footer > section > div.links-left {
	border-top-right-radius: 1em;
}

footer > section > div.advertisement-left {
	text-align:center;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	background: #5C5F60;
}
footer > section > div.advertisement-right {
	text-align:center;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	background: #3E7D91;
}
footer > section > div.advertisement-left > img,
footer > section > div.advertisement-right > img {
	text-align: center;
	vertical-align: middle;
}
footer > section > div.address-right {
	border-top-left-radius: 1em;
	font-family: "Libre Baskerville", serif;
} */