/** from style **/

.review-section:not(:first-child) {
	margin-top: 20px
}

.review-section .carousel-section .text h4{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.2em !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 14px;
}

.sticky .the-menu > ul > li.menu-item-has-children > a{
	line-height: 27px;
}

.frontPage .the-sidebar{
    padding-bottom: 340px;
    overflow: hidden;
}
.footer-ad{
    margin-bottom: initial;
}
.review-section .text .date{
	margin-top:3px;
}

.article-rating{
	margin:0 0 0 0;
}

/** from responsive **/

/* smaller than desktop */

@media screen and (max-width:1024px) {

	.footer-ad {
	    margin-bottom: 40px;
	}
	
	.header {
		position: initial !important; 
    }

    .header .sticky-social {
	    margin: 0;
	    padding: 18px 0;
    }
    
    .sticky-social .social .icon {
        font-size: 24px;
        margin: 6px;
    }
    .review-section ul.reviews li .text h4 {
        font-size: 14px !important;
        max-height: 47px !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-height: 1.2em !important;
		margin: 0 !important;
	}
	.review-section ul.reviews li .article-rating {
	    margin: 2px 0 3px 0 !important;
	}
    .review-section ul.reviews li:nth-child(1) .article-rating {
    	 margin: 5px 0 10px 10px !important;
	}
    .review-section ul.reviews li.mobile-inlisting-ad,
    #ads-mobile-square-2 {
	    height: auto;
	    margin: 0 auto;
	    width: 100%;
	    text-align: center;
	}
	.ads-mobile-square-3,
	#wegotthiscovered_300x250_Home_Archive_2 {
		margin: 0 auto;
		text-align: center;
		width: 320px;
	}
}

/***** ADDED *****/

.jw-state-paused .jw-title {
	display: block;
}

.jw-state-paused .jw-controls {
	background: rgba(0, 0, 0, 0.4);
}