/*
Theme Name: Delta Broadcasting System, Inc. Version 2.0
Theme URI: http://deltabroadcastingsystem.com
Author: Mark Daniel B. Alagdon
Author URI: http://deltabroadcastingsystem.com
Description: Delta Broadcasting System, Inc. Version 2.0, is designed and developed by Mark Daniel B. Alagdon
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: green, dark-green, responsive
Text Domain: deltabroadcastingsystem.com
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald|Nunito');
@import url('https://fonts.googleapis.com/css2?family=Courgette&amp;display=swap');

/*
font-family: 'Oswald', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

* {
	text-decoration: none;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}

a, a:hover, a:link, a:active, a:visited {
	text-decoration: none;
}

h3 {
	margin-bottom: 20px;
}

p {
	line-height: 24px;
}

.row {
	margin-bottom: 15px;
}


.no-display {
    display: none;
}

#main-wrapper {
	border: 0px solid #000;
	min-height: 92vh;
	
}

#header {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #1B5849;
	z-index: 190;
	height: 80px;
}

.social-media-links-header {
	border: 0px solid #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #123A30;	
	height: 30px;
	padding: 0px 0px 0px 15px;
	font-size: 12px;
	color: #fff;
}

.social-media-links-header .social-media-link-list {
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.social-media-links-header .social-media-link-list li {
	float: left;
	position: relative;
	margin-right: 10px;
	margin-top: 5px;
}

.social-media-links-header .social-media-link-list li a {
	padding-left: 24px;
	font-size: 12px;
	color: #fff;
}

.social-media-links-header .social-media-link-list li a:before {
	content: "";
	background: url(../png/social-icons-mini.png) #1B5849 no-repeat;
	background-size: 300px;
	height: 20px;
	width: 20px;
	top: -1px;
	left: 0;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
}

.social-media-links-header .social-media-link-list li:nth-child(2) a:before {
	background-position: -276px -4px;
}

.social-media-links-header .social-media-link-list li:nth-child(3) a:before {
	background-position: -4px -4px;
}

.social-media-links-header .social-media-link-list li:nth-child(2) a:hover:before {
	background-position: -276px -31px;
}

.social-media-links-header .social-media-link-list li:nth-child(3) a:hover:before {
	background-position: -4px -31px;
}

#header .logo {
	border: 0px solid #000;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    position: relative;
    padding-left: 70px;
    padding-top: 6px;
    float: left;
	
}

#header .logo > img {
	border: 0px solid #000;
	width: 60px;
	position: absolute;
	left: 0;
	top: 0;
}

#header .logo > small {
	display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

#header .navi {
	border: 0px solid #000;
	float: right;
	margin-top: 10px;
}

#header .navi .menu ul#menu-main-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header .navi .menu ul#menu-main-menu li {
	float: left;
}

#header .navi .menu ul#menu-main-menu li a {	
	display: block;
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
}

#header .navi .menu ul#menu-main-menu li.current_page_item a,
#header .navi .menu ul#menu-main-menu li a:hover {
	color: #F3F518;
}

#header .navi .menu ul#menu-main-menu li:nth-child(4) {
	border: 0px solid #000;
	border-radius: 5px;
	background: #123A30;
}

#header .navi .menu ul#menu-main-menu li:nth-child(4) a:hover {
	color: #F3F518;
}

#slideshow {
	border: 0px solid #000;
	padding:20px 10px;
	text-align: center;
	color: #fff;
	margin-top: 106px;
	background: #fff;
}

#slideshow .container {
	padding-right: 5px;
    padding-left: 5px;
}

#slideshow .container > .row {
	margin-right: -5px;
    margin-left: -5px;
}

#slideshow .container .row {
    margin-bottom: 0;
}

#slideshow .main-slide .slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 455px;

	position: relative;
}

#slideshow .sub-slide:first-child {
	margin-bottom: 15px;
}

#slideshow .sub-slide .slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 220px;
	position: relative;
}

#slideshow .main-slide .slide .content-link,
#slideshow .sub-slide .slide .content-link {
	border: 0px solid #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	background: none; /* For browsers that do not support gradients */
	background: -moz-linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,1));
	background: -webkit-linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,1));
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,1));
}

#slideshow .main-slide .slide .content-link .content,
#slideshow .sub-slide .slide .content-link .content {
	border: 0px solid #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 20px;
	color: #fff;
	font-size: 25px;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	line-height: 25px;
	text-align: left;
}

#slideshow .main-slide .slide .content-link .content .content-date {
	display: block;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
#slideshow .sub-slide .slide .content-link .content .content-date {
	display: block;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

#slideshow .main-slide .slide .content-link .content {
	font-size: 30px;
    line-height: 35px;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container
{
	max-width: 600px;	
}

#livestream {
	border: 0px solid #000;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 0px;
}

#livestream .watch-live {
	border: 0px solid #ccc;
	font-size: 25px;
	margin-bottom: 10px;
	background: #FF1717;
	padding: 20px;
	color: #fff;
}

#livestream .listen-live {
	border: 0px solid #ccc;
	font-size: 25px;
	margin-bottom: 10px;
	background: #F3F518;
	padding: 20px;
	color: #fff;
}

#content {
	padding-bottom: 30px;
	margin-top: 110px;
}

#content h1 {
	font-size: 30px;
	margin-bottom: 20px;
}

#content h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.hashtag {
	text-align: center;
	background: #FDFDFD;
	padding: 30px 0;
	color: #6F7075;
}

.hashtag .logo {
	width: 160px;
}

.hashtag h1 {
	margin-top: 0px;
}

.hashtag h1 .site-name {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
}

.hashtag h1 .site-slogan {
	font-size: 18px;
}

.hashtag h3 {
	margin-top: 0px;
}

.hashtag h3 .site-name {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
}

.hashtag h3 .site-slogan {
	font-size: 18px;
}

.hashtag h4 {
	margin-bottom: 0;
}

.hashtag h2 {
	font-family: 'Courgette', cursive;
	font-size: 60px;
	color: #1B5849;
	margin-top: 0;
}

#pre-footer {
    background: #F0F0F0;
    padding: 30px 0 10px 0;
    color: #6F7075;
    line-height: 25px;
}

#pre-footer .container .row > div {
	border: 0px solid #000;
	padding-bottom: 20px;
}

#pre-footer h4 {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#pre-footer h4:before {
	content: "";
	border-bottom: 1px solid #19A15F;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
}

#pre-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#pre-footer ul li a {
	color: #1B5849;
	text-decoration: none;
}

#pre-footer ul li a:hover {
	color: #282C34;
}

#pre-footer .social-media-links {
	margin-top: 20px;
}

#pre-footer .social-media-links li a {
	border: 0px solid #000;
	display: inline-block;
	margin-bottom: 20px;
	padding-left: 45px;
	position: relative;	
	color: #1B5849;	
	text-decoration: none;
}

#pre-footer .social-media-links li a:hover {
	color: #FF3333;
}

#pre-footer .social-media-links li:last-child a:hover {
	color: #305FB3;
}

#pre-footer .social-media-links li a:before {
	border: 0px solid #000;
	content: "";
	background: url(../png/social-icons-mini.png) #1B5849 no-repeat;
	background-size: 455px;
	height: 40px;
	width: 40px;
	top: -8px;
	left: 0;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
}

#pre-footer .social-media-links li:first-child a:before {
	background-position: -414px -1px;
}

#pre-footer .social-media-links li:last-child a:before {
	background-position: 0px -1px;
}

#pre-footer .social-media-links li:first-child a:hover:before {
	background-position: -414px -42px;
}

#pre-footer .social-media-links li:last-child a:hover:before {
	background-position: 0px -42px;
}


#footer {
	border: 0px solid #000;
	background: #4C4C4C;
	text-align: center;
	padding: 30px 10px;
	color: #fff;
}

.up-btn {
	border: 0px solid #000;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 10px;
	right: -50px;
	background: url(../png/up.png) #1B5849;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	z-index: 18;
	transition: right .5s;
	cursor: pointer;
}

.up-btn:hover {
	background-color: #123A30;
}

.up-btn.visible {
	right: 10px;
}

.lity-youtube .lity-container {
	max-width: 1024px;
}

.view-more {
    border: 0px solid #000;
    display: block;
    margin: 10px auto 30px;
    padding: 20px;
    width: 200px;
    text-align: center;
    font-size: 16px;
    background: #FF1717;
    color: #fff;
    text-decoration: none;
}

.view-more:hover {
    color: #fff;
}

.latest-gawain-videos {
	margin-top: 20px;
}

.latest-gawain-videos .videos {
	border: 0px solid #000;
	min-height: 240px;
	font-family: 'Nunito', sans-serif;
}

.latest-gawain-videos .videos a {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}

.latest-gawain-videos .videos a img {
	width: 150%;
	height: auto;
}

.latest-gawain-videos .videos .video-title {
	color: #333;
	display: block;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 1px;
	line-height: 16px;
}

.latest-gawain-videos .videos small {
	font-size: 12px;
	color: #808080;
}

.video-post {
	border: 0px solid #000;
	padding-top: 30px;
	padding-bottom: 10px;
}

.video-post h1 {
	font-size: 25px;
	margin-bottom: 0px;
}

.video-post h2 {
	margin-top: 10px;
	font-size: 18px;
}

.video-post small {
	margin-top: 8px;
	font-size: 14px;
}

.related-video-post .sidebar-header {
	margin-top: 35px;
	margin-bottom: 25px;
}

.related-video-post .row .related-post-img {
	padding-right: 10px;
	
}

.related-video-post .row .related-post-img a img {
	width: 100%;
}

.related-video-post .row .related-post-content {
	padding-left: 0px;

}

.related-video-post .row .related-post-content .video-title {
	color: #333;
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
	font-size: 13px;
	line-height: 16px;
}

.related-video-post .row .related-post-content small {
	font-size: 12px;
	color: #808080;
}

.related-video-post .row .divider {
	border-bottom: 1px solid #ccc;
}

.gawain-videos.row {
	margin-bottom: 0;
}

.gawain-videos .videos {
	border: 0px solid #000;
	min-height: 240px;
	font-family: 'Nunito', sans-serif;
}

.gawain-videos .videos img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

.gawain-videos .videos .video-title {
	color: #333;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
}

.gawain-videos .videos small {
	font-size: 13px;
	color: #808080;
}

.video-content {
    font-size: 14px;
    margin: 6px 0;
}

.video-post-date {
    font-size: 13px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #777;
	line-height: 0;
}

.pagination {
	border: 0px solid #000;
    margin: 10px auto;
    display: block;
    text-align: center;
}

.pagination .page-numbers {
	border: 0px solid #000;
	padding: 8px 10px;
	background: #1B5849;
	color: #fff;
	margin-right: 3px;
}

.pagination .page-numbers.current {
	background: #123A30;
}

.pagination .prev.page-numbers {

}

.social-media-container {
	background: #EEEEEE;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.social-media {
	border: 0px solid #000;
	text-align: center;
	max-width: 500px;
    	margin-left: auto;
    	margin-right: auto;
}

.social-media-link {
	border: 0px solid #000;
	display: inline-block;
    	width: 120px;
	margin: 10px auto;
}

.social-media .youtube-icon,
.social-media .facebook-icon {
	border: 0px solid #000;
	height: 100px;
	width: 100px;
	margin: 10px auto;
	background-image: url(../png/social-icons.png);
	background-repeat: no-repeat;
	background-size: 400px;    
}

.social-media .youtube-icon {
    background-position: -151px -29px;   
}

.social-media .facebook-icon {
    background-position: -28px -29px;   
}

.lity {
    background: rgba(0, 0, 0, 0.8);
}



@media screen and (min-width: 1200px) {
	.has-thumbnail {
		background: #000;
 		padding: 11px 0;
	}
}

@media screen and (max-width: 1199px) {
	.has-thumbnail {
		background: #000;
 		padding: 0.65em 0;
	}
}

@media screen and (min-width: 992px) {
	
}


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

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


@media screen and (max-width: 900px) {
	#header .navi .menu {
		border: 0px solid #000;
		position: fixed;
		top: -10px;
		right: -250px;
		bottom: 0;
		background: #1B5849;
		z-index: 120;
		width: 250px;
		transition: right .5s;
	}

	#header .navi .menu.activate {
		right: 0px;
	}

	#header .navi:before {
		content: "";
		border: 0px solid #000;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 99;
		background: rgba(0,0,0,0.5);
		opacity: 0;
		display: none;
	}

	#header .navi.activate:before {
		opacity: 1;
		display: block;
	}

	#header .navi .mini-menu {
		border: 0px solid #000;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 13px;
		right: 22px;
		background: url(../png/menu.png) no-repeat;
		background-size: 48px;
	    background-position: 0px 0px;
	    display: block;
	    cursor: pointer;
	    z-index: 200;
	}

	#header .navi .mini-menu.activate {
		background-size: 48px;
	    background-position: 0px -48px;
	}

	#header .navi .menu ul#menu-main-menu {
		margin: 80px 20px 0;
	}

	#header .navi .menu ul#menu-main-menu li {
    	float: none;
	}

	#header .navi .menu ul#menu-main-menu li a {
    	font-size: 18px;
    	padding: 10px;
    	display: block;
    	text-align: right;
	}
}


@media screen and (max-width: 767px) {
	.social-media-links-header .social-media-link-list li:nth-child(1) {
		display: none;
	}
	
	#navigator .menu2 {
		display: none!important;	
	}

	#navigator .menu {
		display: block;		
		position: fixed;
		border:0px solid #000;
		top:0; bottom: 0;
		left: 0; right:0;
		background: #A1ED6F;
		z-index: 20;
		transition: display 1s, height 1s ease;
		overflow-y:scroll;
		height: 0px;
	}

	#navigator .menu ul {
		margin-top: 70px;
	}

	#navigator .menu ul li {
		display: block;
		float: none;
		margin-bottom: 8px;
	}

	#navigator .menu ul li a {
		display: block;
	}

	#navigator .mini-menu {
		border: 0px solid #000;
    		display: block;
    		position: fixed;
    		top: 10px;
    		right: 10px;
    		width: 50px;
    		height: 50px;
		background: url(../png/menu.png) #7BBD51;
		background-size: 60%;
		background-repeat: no-repeat;
		background-position: 10px 10px;
		z-index: 21;
		/** transition: background .5s; **/
	}

	#navigator .mini-menu.activate {
		background: url(../png/close.png) #7BBD51;
		background-size: 60%;
		background-repeat: no-repeat;
		background-position: 10px 10px;
	}
	
	
	#navigator .menu.activate {
		display: block;
		height: 100%;
	}

	#slideshow .container .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	#slideshow .main-slide {
		margin-bottom: 15px;
	}		

    .latest-gawain-videos .videos {
		border: 0px solid #000;
		min-height: 0px;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}

	.gawain-videos .videos {
		border: 0px solid #000;
		min-height: 0;
		margin-bottom: 20px;
	}
	
	.latest-gawain-videos .videos img,
	.gawain-videos .videos img {
		height: auto;
	}

	
}

@media screen and (max-width: 550px) {
	#header .logo {
		font-size: 18px;
	    padding-left: 50px;
	    padding-top: 5px;
	    margin-top: 6px;
	}

	#header .logo > small {
		font-size: 7px;
	}

	#header .logo > img {
		width: 44px;
	}

	#header .navi .mini-menu {
		width: 40px;
	    height: 40px;
	    top: 18px;
	    right: 12px;
	    background-size: 38px;
	}

	#header .navi .mini-menu.activate {
	    background-size: 38px;
	    background-position: 0px -38px;
	}

	.hashtag h2 {
		font-size: 40px;
	}
}

@media screen and (max-width: 450px) {
	#navigator {
		margin-top: 0px;
	}

	#slideshow .logo { 
    		font-size: 24px;  
		padding: 15px 5px;
	}

	#slideshow .logo small {
    		font-size: 14px;
	}

	#content h1,
	.video-post h1 {
		font-size: 20px;
	}

	#content h2 {
    		font-size: 18px;
	}

	.related-video-post .sidebar-header{
		font-size: 16px;
	    margin-top: 18px;
	}
}

@media screen and (max-width: 414px) {
	.video-container {
        margin-left: -15px;
		margin-right: -15px;
		margin-top: -30px;
	}	

	#slideshow {
		margin-top: 100px;
	}

	#slideshow .main-slide .slide,
	#slideshow .sub-slide .slide {
		min-height: 200px;
	}

	#slideshow .main-slide .slide .content-link .content,
	#slideshow .sub-slide .slide .content-link .content {
		font-size: 20px;
    	line-height: 25px;
	}

	#slideshow .main-slide .slide .content-link .content .content-date,
	#slideshow .sub-slide .slide .content-link .content .content-date {
		font-size: 12px;
	}

	#content {
	    margin-top: 110px;
	}

	.hashtag .logo {
	    width: 100px;
	}

	.hashtag h3 .site-name {
	    font-size: 25px;
	}

	.hashtag h3 .site-slogan {
	    font-size: 12px;
	}

	.hashtag h4 {
		font-size: 12px;
	}

	.hashtag h2 {
		font-size: 30px;
	}

}