/******************************************************
	Sermons CPT CSS
******************************************************/

audio{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

.archive-sermons .content {
	width: 100%;
}

.single-sermons audio{
	margin: 24px 0;
}

.single-sermons .site-inner,
.single-sermons .entry-content {
	background-color: #f3f3f3;
}

.single-sermons .site-inner {
	padding-bottom: 40px;
}

.single-sermons .site-inner h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

.one-third.sermon-third{
	width: 31.32%;
    margin: 1%;
    padding: 0;
	border: solid 1px rgba(0,0,0,.1);
	overflow: hidden;
	min-height: 150px;
	position: relative;
}

.one-fourth.sermon-fourth{
	width: 22.333%;
    margin: 1%;
    padding: 0;
	border: solid 1px rgba(0,0,0,.1);
	overflow: hidden;
	min-height: 150px;
	position: relative;
}

.wrap.audio-container.one-half {
    padding: 20px;
    background-color: #fff;
}

.sermon-content.one-half.first {
    padding: 20px;
}

.entry-header-wrapper {
    background-color: #fff;
    padding: 30px 0;
}

.entry-header-wrapper h2 {
	color: #fff;
}

.entry-header-wrapper .wrap {
	position: relative;
}

.entry-header-wrapper .entry-title {
}

.entry-header-wrapper .entry-title:after {
	content: "\f0d7";
    color: #fff;
    font-family: "FontAwesome";
    font-weight: normal;
    font-size: 80px;
    position: absolute;
    bottom: -85px;
    left: 0;
}

.archive-sermons .content .sermons.entry {
	background-color: #f8f8fa;
	position: relative;
}

/*.archive-sermons .sermon-img.js-box {
    margin-bottom: 20px;
	height: 230px;
}

.archive-sermons .sermon-img.js-box img {
	width: 100%;
  	height: 100%;
  	object-fit: cover;
}*/

.videosermons{
	position: relative;
}

.video-overlay{
	    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(28,3,27,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(28,3,27,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(28,3,27,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

}

.videosermons h2.entry-title{
	display: none;
}

.video-title {
    font-size: 17px;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 20px;
}

h2.video-title span {
    display: block;
    opacity: 0.5;
}

i.fa.fa-play {
    position: absolute;
    bottom: 21px;
    right: 20px;
    font-size: 14px;
    color: #fff;
    background-color: #61003a96;
    padding: 11px 13px;
    border-radius: 49px;
}

.archive-sermons .featuredimg {
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 240px;
	margin-bottom: 20px;
	width: 100%;
}

.sermons.entry .entry-title,
.sermons.entry .entry-title a{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.sermons.entry .entry-title,
.audio-container {
	padding: 0 40px;
}

.sermons.entry .button {
	border-radius: 0;
    margin-top: 10px;
    font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	margin-right: 1px;
    padding: 6px 10px;
}

.sermons.entry a.download.button:after {
	content: "\f019";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-left: 7px;
}

.sermons.entry a.read-more.button:after {
	content: "\f055";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-left: 7px;
}

.sermons.entry .entry-title a:after{
	content: "";
	width: 100%;;
	display: block;
	border-bottom: solid 1px rgba(0,0,0,.1);
	padding-top: 2px;
}

.date-container{
	position: absolute;
    font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
    left: 0;
    top: 0;
    padding: 6px 10px;
    background-color: rgb(97 0 58 / 80%);
}

.single-sermons .wrap.audio-container.one-half .button {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
}

.single-sermons a.pdf.button:before {
	content: "\f1c1";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.single-sermons a.download.button:before {
	content: "\f019";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.single-sermons a.back.button:before {
	content: "\f177";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

a.back.button {
    float: left;
    clear: both;
    margin-top: 40px;
}

div.sharedaddy h3.sd-title:before {
	border-top: none !important;
}

@media only screen and (max-width: 1200px) {
   .one-third.sermon-third {
		width: 48%;
	}
}

@media only screen and (max-width: 500px) {
   .one-third.sermon-third {
		width: 100%;
	}
	
	article.videosermons.type-videosermons.status-publish.entry {
		padding: 0!important;
		margin-bottom: 20px!important;
	}
}

/*Category Styles
---------------------------*/
@media only screen and (max-width: 1200px) {
	.archive .sermon-fourth{
		width: 31.3%;
	} 
    
}

@media only screen and (max-width: 900px) {
	.archive .sermon-fourth{
		width: 47.333%;
	} 
    
}

@media only screen and (max-width: 600px) {
	.archive .sermon-fourth{
		width: 100%;
		margin: 1% 0;
	} 
    
}
