/* Enter Your Custom CSS Here */
.col-lg-4.col-sm-6 {
    margin-top: 25px;
}
body, .site-header, .site-main, .headerwrap, .site-footer, .footer-bg, .site-footer .sidebar-container, .utilitybar, .hfeed.site {
    background: black none repeat scroll 0 0 !important;
}
.entry-content, .textwidget a, .textwidget, .widget-title, .topphone, .nav-container li a {
    color: white !important;
}
.utilitybar {
    border-bottom: 1px solid black !important;
}
.ibanner {
    border: 1px solid white;
    margin-top: 10px;
}
.site-footer .copyright {
    display: inline-block;
    text-align: left;
    width: 77%;
}
[class*="genericon"] {
    height: 20px;
    width: 20px;
}
@media only screen and (max-width: 700px) {
.home-link {
    width: 100% !important;
}
}
.widget {
    padding-bottom: 0 !important;
}
.headerwrap .navbar {
    display: block;
    float: left;
    padding-left: 7px;
} 
.home-link {
    width: 39%;
    padding: 0px !important;
}
.navbar {
    width: 58% !important;
}
.image-hover-page-container .col-sm-6 {
    width: 33% !important;
}
.image-hover-page-container .col-lg-6 {
    width: 33.3333% !important;
}
.site-footer .widget-area .widget ul li {
    border-bottom: 1px solid #575757;
    padding: 1px 0;
}

.entry-meta {
    display: none;
}

.site-header .home-link img {
    max-height: none;
    max-width: 100%;
    padding-top: 6px;
}
.site-header .home-link span {
    display: table-cell;
    height: 80px;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: middle;
}
.nav-container li a {
    color: #545454;
    display: block;
    line-height: 1;
    padding: 42px 14px;
    position: relative;
    text-decoration: none;
}
.site-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 1264px;
    padding-bottom: 48px;
    padding-top: 14px;
    position: relative;
}

.textwidget > img {
    float: left;
    margin-right: 14px;
}

