/* Leaderad Banner*/
.bk-top-img {
    padding-top: 10px;
}

.logo{
	max-width: 500px;
}

/* Ad Grid*/
.grid {
    display: inline-block;
    padding: 10px;
    margin: 10px;
    background-color: aqua;
}

div#gridblock {
    clear: both;
    display: inline-block;
	width: 100%;
}

#gridblock center {
    background-color: #f1f1f1;
	padding: 25px;
}


/*Logo Carousel*/

.lsdesc {
    font-size: 13px;
    text-transform: uppercase;
    color: grey;
}
.lstit {
    font-size: 16px;
    padding-top: 15px;
}

/*.page-id-20059*/ table th, table td {
    vertical-align: top;
}

/*.page-id-20059*/ .post-list {
    margin-top: 0px;
}

/*.page-id-20059*/ .content_out.small-post {
    min-height: 135px;
}

.page-id-20059 #bk_sidebar_3 {
    background-color: whitesmoke;
	padding: 15px 25px 0 25px;}

.page-id-20059 #bk_sidebar_3 .wtpsw-post-items ul {
    display: table-row;
}

/*.page-id-20059*/.wtpsw-post-thumb-right h6, .wtpsw-post-li h6 {
    font-family: Oswald !important;
    font-size: 15px;
}

/*.page-id-80981 #bk_sidebar_3 .wtpsw-post-items.wtpsw-clearfix {
    padding: 0 30px;
}*/

.eg-ithacavoices-feature-stories-element-0-a {
text-shadow: 1px 1px 3px #000000;
}

.eg-ithacavoices-feature-stories-element-4 {
	text-shadow: 1px 1px 3px #000000;
}


/* Full Width Pages and Paralax Titles*/
.bk-fullwidth h1 {
	color:#ffffff;
}


/* Mobile */
@media only screen and (max-width: 1168px) {

article#esg-grid-3-1-wrap {
    display: none !important;
}
}

@media only screen and (min-width: 1169px) {

article#esg-grid-5-2-wrap {
    display: none !important;
}
}


/* Homepage Hover for Main Image */
.module-feature1 .content_in img {
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: .55;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.95s, transform 0.35s;
    -webkit-transform: translate3d(-30px,0,0) scale(1.12);
    transform: translate3d(-30px,0,0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.content_in .thumb:hover img {
    opacity: 0.55;
}