
.block-title {
    position: relative;
    padding: 10px 0 0;
    margin-bottom: 5px;
    border-top: 1px solid #cccccc;
    font-size: 11px;
    text-transform: uppercase;
}
.footer-block {
    margin-bottom: 5px;
    border-top: 1px solid #cccccc;
}
.footer-block-social,
.footer-block-subscribe {
    margin-bottom: 5px;
    border-top: 1px solid #cccccc;
}
.footer-block-social h4,
.footer-block-subscribe h4 {
    color: #4a4a48 !important;
    font: bold 16px/1.36em 'Interstate WGL Cond', Arial !important;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-stretch: normal;
    line-height: 1.36em;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 10px;
    border: 0;
}
.footer-block-social .socialLinks {
    overflow: hidden;
    width: 100%;
}
.footer-block-social .socialLinks li {
    float: left;
    padding: 0 13px 0 12px;
}
.footer-block-social .socialLinks li:first-child {
    padding-left: 0;
}
.footer-block-social .socialLinks a {
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    display: block;
    background: #000;
    color: #fff;
    height: 25px;
    width: 25px;
    padding-top: 2px;
    font-size: 16px;
}
.footer-block-social .socialLinks a:hover {
    background: #7d7d7d;
    color: #fff;
}
.footerForm input {
    width: 60% !important;
    padding: 7px 10px;
    border-radius: 3px;
    border: 1px solid #bebebe;
    float: left;
    margin: 0 15px 15px 0;
    outline: 0 none
}
.footerForm input:focus {
    outline: 0 none
}  
.footerForm button {
    height: 35px !important;
    background: #000;
    border: 0;
    color: white;
    padding: 0 20px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: 0 none;
}
span#errorBox {
    color: #fff;
    padding: 5px 15px;
    display: none;
    background: #FF0000;
    margin-top: 15px;
    width: auto;
    border-radius: 3px
}
.lighttheme .footer-block-social h4,
.lighttheme .footer-block-subscribe h4 {
    color: #fff !important;
}
.lighttheme .footer-block-social .socialLinks a {
    background: #fff;
    color: #000;
}
.lighttheme .footer-block-social .socialLinks a:hover {
    background: #7d7d7d;
    color: #000;
}
.lighttheme .footerForm button {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 0 20px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: 0 none;
}  
.lighttheme .footer-block-social,
.lighttheme .footer-block-subscribe {
    margin-bottom: 5px;
    border-top: 1px solid #cccccc;
}
@media all and (max-width: 565px) {
  mcenter { text-align: center }
}

