/* remove the colored bar before post title */
.post-header .post-title:before {
    display: none;
}

/* remove underline for links */
a:hover {
    text-decoration: none;
}

/* header style */
.navigation .menu li > a {
    padding: 0px 12px;
}
.main-head header {
    min-height: 85px;
    line-height: 35px;
    height: 100px;
}
.main-featured {
    margin: 0;
    padding: 0;
}

/* good position for category title */
.listing-alt .cat-title {
        top: 28px;
        z-index: 1;
}
.listing-alt article:first-child .cat-title { top: 0; }
.listing-alt article:first-child {
        padding-top: 0;
        border-top: 0;
}

/* remove wpfp loading image */
.listing-alt .wpfp-span img {
    display: none;
}

/* title styling */
.gallery-title, .section-head {
	font-size: 20px;
    padding: 0;
    background: none;
    border-top: 0;
}

/* 1 big post 1st col and 2 posts on 2nd col */
@media only screen and (max-width: 767px) {
 .news-focus .posts, .highlights-box.three-col article {
    margin-bottom: 0;
 }
 .highlights-box.three-col article {
    float: left;
    width: 50%;
 }
 .highlights .block.posts {
    border-top: 0;
    margin-top: 0;
 }
 .highlights-box.three-col .posts {
    width: 50%;
    float: left;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 }
}

/* bold for first highlight */
.highlights h2 {
    font-weight: bold;
}

/* reduce default p margin */
p {
    margin-bottom: 5px;
}

/* color and size of date in posts list */
.posts-list .content time {
    color: #333333;
    font-size: 12px;
}

/* woocommerce font size */
.woocommerce .main-content,
.woocommerce-page .main-content,
.post-content .woocommerce {
	font-size: 14px!important;
}

.woocommerce .member-ad__desc p em {
	font-size: 11px;
}

/* reduce event button size */
.post-content, .post-share {
	line-height: 1.5;
}

/* force image opacity to 1 (lazyload bug?) */
.main img, .main-footer img {
    opacity: 1 !important;
}

/* back colors of subscriptions */
.product_cat-standard .product-thumb {
    background-color: #b5ce00;
    border-bottom: 4px solid #9db300;
}
.product_cat-premium .product-thumb {
    background-color: #fcc331;
    border-bottom: 4px solid #f1a520;
}

.product-thumb {
	text-align: center;
}

.product-thumb img {
	width: 100px;
	padding: 25px 0;
}

.product-thumb {
	text-align: center;
}

.product-thumb img {
	width: 100px;
	padding: 25px 0;
}

.woocommerce ul.products li.product .price .amount:first-letter,
.woocommerce div.product p.price .amount:first-letter {
	font-size: 19px!important;
	margin-right: 0;
}

.main-content .post-meta {
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 0;
    border: 1px solid #d9d9d9;
    border-left: 0;
    border-right: 0;
    margin-bottom: 21px;
    overflow: hidden;
}

.alm-reveal.alm-previous-post {
    margin-bottom: 6em;
}

@media only screen and (min-width: 800px) {
 #em-wrapper > .right-btn {
    margin-top: -82px;
 }
}

.navigation .mobile-menu {
    width: auto!important;
}

.footer-hostedby {
    color: #fff;
}
