/*
Theme Name: IAMDS Theme
Theme URI: https://iamds.com/
Description: IAMDS Wordpress Theme
Author: IAMDS
Author URI: https://iamds.com/
Template: salient
Version: 1.1
*/


#programmlist-home .col {
	margin-right: 0;
}

html .font-smaller {
	font-size: 16px;
	line-height: 1.2;
}

body .guest-slider .testimonial_slider blockquote .open-quote,
body .guest-slider .testimonial_slider blockquote .close-quote,
.guest-slider .testimonial_slider .controls {
    display: none;
}

.guest-slider .flickity-slider .vc_column-inner{
	padding-left: 60px;
	padding-right: 60px;
}

.guest-slider .testimonial_slider .image-icon {
    border-radius: 0;
}

.guest-slider .testimonial_slider .image-icon.has-bg {
    height: 180px;
    width: 150px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		margin-bottom: 0;
}

.guest-slider .testimonial_slider blockquote {
	min-height: 180px;
	overflow-y: unset;
	overflow-x: hidden;
}

.guest-slider .testimonial_slider .slides {
    min-height: 180px;
}

.guest-slider .testimonial_slider[data-style="minimal"] .slides {
	max-width: 100%;
}

.guest-slider .testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev {
	left: 0;
	margin-left: 0;
}

.guest-slider .testimonial_slider[data-style="minimal"] .testimonial-next-prev .next {
	right: 0;
	margin-right: 0;
}

.guest-slider .testimonial_slider[data-style="minimal"] .testimonial-next-prev .next, .guest-slider .testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev {
	background-color: #ce1709;
	z-index: 999;
	margin-top: 0;
	top: 50%;
	transform: translateY(-90%);
}

.guest-slider .testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev::before {
	content: "◀";
	color: #fff;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 65%;
	transition: font-size 0.3s ease-in-out;
}

.guest-slider .testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev:hover:before {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 80%;
}

.guest-slider .testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev:after {
	display: none;
}

.guest-slider .testimonial_slider[data-style="minimal"] .testimonial-next-prev .next::before {
	content: "▶";
	color: #fff;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 65%;
	transition: font-size 0.3s ease-in-out;
}

.guest-slider .testimonial_slider[data-style="minimal"] .testimonial-next-prev .next:hover:before {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 80%;
}

.guest-slider .testimonial_slider[data-style="minimal"] .testimonial-next-prev .next:after {
	display: none;
}


.guest-slider .testimonial_slider p {
	text-align: left;
	position: absolute;
	left: 75px;
	right: 175px;
	top: 35px;
	padding-bottom: 0;
}

.guest-slider .testimonial_slider .testimonial-name {
	position: absolute;
	left: 58px;
	font-size: 120% !important;
	font-weight: 700 !important;
}

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

.guest-slider .testimonial_slider .image-icon.has-bg {
    height: 120px;
    width: 100px;
		position: relative;
		top: 0;
		transform: translateY(0);
}

	.guest-slider .testimonial_slider p {
	text-align: left;
	position: absolute;
	top: 150px;
	left: 50px;
	right: 50px;

}

	.guest-slider .testimonial_slider .testimonial-name {
	position: absolute;
	left: 50px;
	right: 50px;
}
}




.nectar-slider-wrap i.icon-salient-left-arrow {
	width: 40px;
	height: 40px;
	background-color: #ce1709 !important;
}

.nectar-slider-wrap i.icon-salient-right-arrow {
	width: 40px;
	height: 40px;
	background-color: #ce1709 !important;
}

html .nectar-slider-wrap i.icon-salient-left-arrow::before {
	content: "◀";
	color: #fff;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 65%;
	transition: font-size 0.3s ease-in-out;
	background-color: initial !important;
}

html .nectar-slider-wrap i.icon-salient-left-arrow:hover:before {
	font-size: 80%;
}


.nectar-slider-wrap .icon-salient-right-arrow {
	width: 40px;
	height: 40px;
	background-color: #ce1709 !important;
}

html .nectar-slider-wrap i.icon-salient-right-arrow::before {
	content: "▶";
	color: #fff;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 65%;
	transition: font-size 0.3s ease-in-out;
	background-color: initial !important;
}

html .nectar-slider-wrap i.icon-salient-right-arrow:hover:before {
	font-size: 80%;
}

.nectar-slider-wrap .swiper-slide .content {
	background-color: rgba(70,70,70,0.7);
	width: 45%;
	right: 0;
	left: initial;
	padding: 40px 20px 20px !important;
	top: initial !important;
	bottom: 15%;
}

.nectar-slider-wrap .swiper-slide .content h2 {
	font-size: 18px;
	line-height: 2;
	letter-spacing: initial;
}

.nectar-slider-wrap .swiper-slide .content p {
	line-height: 1.2;
}

.nectar-slider-wrap .swiper-slide .content .buttons {
	position: absolute;
	top: 0;
	left: 0;
	padding:0
}
.nectar-slider-wrap .swiper-slide .content .buttons .button {
	padding: 0;
}

.swipe-slide-link {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

html body .swiper-container .slider-next, html body .swiper-container .slider-prev {
	background-color: rgba(0,0,0,0) !important;
}

html body .swiper-container .slider-prev i {
	left: 0 !important;
}

html body .swiper-container .slider-next i {
	right: 0 !important;
}

html body .container-wrap {
	padding: 0 !important;
}

@media screen and (max-width: 1300px) {
	html .nectar-slider-wrap .swiper-slide .content h2 {
		font-size: 18px !important;
		line-height: 2 !important;
		letter-spacing: initial !important;
	}

	html .nectar-slider-wrap .swiper-slide .content p {
		font-size: 25px !important;
		line-height: 1.2 !important;
	}
}

@media screen and (max-width: 999px) {
	html .nectar-slider-wrap .swiper-slide .content {
		bottom: initial;
		width: 75%;
	}

		html .nectar-slider-wrap .swiper-slide .content h2 {
		font-size: 14px !important;
	}

	html .nectar-slider-wrap .swiper-slide .content p {
		font-size: 21px !important;
	}
}


@media screen and (max-width: 480px) {
	.nectar-slider-wrap .swiper-slide .content {
		padding: 30px 20px 10px !important;
	}
}









#footer-links {
	background-color: #ce1719;
}

#footer-links ul {
	margin: 0;
	padding: 10px 0;
}

#footer-links ul li {
	display: inline-block;
	margin-right: 15px;
	color: #fff;
	text-decoration: none;
}

#footer-links ul li:hover {
	color: rgba(255,255,255,0.7);
}

@media screen and (max-width: 999px) {
	#footer-links ul li {
		font-size: 12px;
	}
}







#header-links {
	background-color: #131418;
}

#header-links #links-ul {
	margin: 0;
	padding: 15px 0 0;
}

#header-links #links-ul li {
	display: inline-block;
	margin-right: 15px;
	color: #fff;
	text-decoration: none;
}

#header-links #links-ul li:hover {
	color: rgba(255,255,255,0.7);
	transition: color 0.3s ease-in-out;
}

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

	#header-links {
		margin-bottom: 10px
	}

	#header-links #links-ul {
		padding: 5px 0;
	}

	#header-links #links-ul li {
		font-size: 12px;
	}

}








#header-socials {
	position: absolute;
	top: 50%;
	transform: translateY(-25%);
	right: 90px;
}

#header-socials #socials-ul {
	margin: 0;
	padding: 0;
	height: 30px;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

#header-socials #socials-ul li {
	display: inline-block;
	margin-left: 15px;
}

#header-socials #socials-ul li:hover {
	opacity: 0.7;
	transition: opacity 0.3s ease-in-out;
}

#header-socials #socials-ul li img {
	height: 30px;
}

@media screen and (max-width: 999px) {
	html #header-outer {
		padding: 0 0 12px 0;
	}

	#header-socials {
		right: 0;
	}

	#header-socials #socials-ul {
		margin: 0;
		padding: 0;
		height: 25px;
	}

	#header-socials #socials-ul li {
		margin-left: 5px;
	}

	#header-socials #socials-ul li img {
		height: 25px;
	}
}










html .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous, html .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next {
    top: 50%;
    transform: translateY(-120%);
}


html .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next {
	right: 0;

}

html .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous {
	left: 0;
}

html .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button::before {
	background-color: #ce1709;
	border-radius: 0;
	opacity: 0.7;
}

html .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button .arrow {
	fill: #fff
}

html .nectar-flickity[data-controls*="arrows_overlaid"] .previous::after, html .nectar-flickity[data-controls*="arrows_overlaid"] .next::after {
	background-color: #fff;
}

html .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
	margin: 0;
}

html .fansite-slider .nectar-flickity svg.flickity-button-icon {
	display: none;
}

html .fansite-slider .nectar-flickity .inner-wrap .vc_column-inner {
	padding: 0 60px;
}

html .fansite-slider .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous:after, html .fansite-slider .nectar-flickity .flickity-prev-next-button.next:after {
	display: none !important;
}

html .fansite-slider .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button {
	background-color: #ce1709 !important;
	top: 50%;
}

html .fansite-slider .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous:before {
	content: "◀";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 65%;
	transition: font-size 0.3s ease-in-out;
	opacity: 1;
	background-color: initial;
	width: initial;
	height: initial;
}

html .fansite-slider .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous:hover:before {
	font-size: 80%;
}

html .fansite-slider .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next:before {
	content: "▶";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 65%;
	transition: font-size 0.3s ease-in-out;
	opacity: 1;
	background-color: initial;
	width: initial;
	height: initial;
}

html .fansite-slider .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next:hover:before {
	font-size: 80%;
}









.page-id-12677 .img-with-aniamtion-wrap .hover-wrap, .page-id-12838 .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0;
}

.pdf-download-image {
	max-height: 170px;
	width: auto;
}








.glogg-signature {
	max-width: 250px !important;
}






html .backgroundcolor-box-black .vc_column-inner {
	background-color: #000;
}

html .backgroundcolor-box-gray .vc_column-inner {
	background-color: #646464;
}

html .backgroundcolor-box-red .vc_column-inner {
	background-color: #ce1709;
}

html .backgroundcolor-white-headline {
	background-color: white;
	padding: 10px 5px 5px;
	margin-bottom: 15px;
}








html .links-column-same-topic .iwithtext {
	background-color: #000;
	padding: 3px 0;
}

html .links-column-same-topic .iwithtext {
	background-color: #000;
	padding: 20px 5px 20px 45px;
}

html .links-column-same-topic .iwithtext .iwt-icon {
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
}

html .links-column-same-topic .iwithtext img {
	margin-bottom: 0;
	width: 80px !important;
}

html .links-column-same-topic .iwithtext h4 {
	margin-bottom: 0;
}






/*
html #top nav ul li {
	float: none;
}

html .sf-menu li {
	position: initial;
}


html .sf-menu .sub-menu {
	display: block;
	width: 100%;
	left: -25px !important;
}

html .sf-menu .sub-menu .sub-menu {
	top: 70px !important;
}

html .sf-menu .sub-menu li {
	display: inline;
	float: none;
	margin-right: 10px;
}


html .sf-menu .sub-menu li a {
	display: inline;
}


html .sf-menu .sub-menu:before {
	content: "";
	background-color: #131418;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: -1px;
	left: -100vw;
	border-top: 1px solid white;
}

html .sf-menu .sub-menu:after {
	content: "";
	background-color: #000;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: -1px;
	right: -100vw;
	border-top: 1px solid white;
}



html #header-outer #top .sf-menu:first-child > li:last-child {
	background-color: #333;
}

html #header-outer #top .sf-menu:first-child > li:last-child a {
	padding: 0 !important;
	color: #fff !important;
}

html .sf-menu:first-child > li:last-child a:before {
	border: none !important;
}

html #header-outer #top .sf-menu:first-child > li:nth-child(6){
	background-color: #ce1709;
	padding: 0 10px;
}

html #header-outer #top .sf-menu:first-child > li:nth-child(6) a {
	color: #fff !important;
}
*/







.footer-partner {
		width: 100%;
		border-top: 2px solid #7b7b7b;
		border-bottom: 2px solid #7b7b7b;
		padding-top: 20px;
		padding-bottom: 20px;
}

.footer-partner .footer-partner-ul li {
		display: inline;
		margin-right: 30px;
		color: #7b7b7b;
}

html #footer-outer .footer-partner .footer-partner-ul li a {
		color: #7b7b7b !important;
}

html #footer-outer .footer-partner .footer-partner-ul li a:hover {
		color: #ce1709 !important;
}







.fansite-customerreview {
	max-height: 100px;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}

.showtoggle {
	color: #ce1709;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	z-index: 999999;
	width: 100%;
	padding: 5px 5% 0;
	cursor: pointer;
}

@media screen and (max-width: 999px) {
	.showtoggle {
		padding: 5px 36px 0;
	}
}

@media screen and (max-width: 690px) {
	.showtoggle {
    	padding: 5px calc(100vw*0.06) 0;
	}
}

.fansite-customerreview.showtoggle-review-activated {
	height: auto;
	transition: max-height 0.5s ease-in-out;
}

.show-customerreviews {
	margin: 0;
}

.show-customerreviews li {
	padding: 2px 5px;
	background-color: #ce1709;
	color: #fff;
	display: inline;
	margin-right: 10px;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}

.show-customerreviews li:hover {
	opacity: 0.6;
}


.review-hidden {
	display: none;
}










.live-link {
	color: #fff;
	transition: opacity 0.3s ease-in-out;
}

.live-link:hover {
	opacity: 0.7;
}

.program-wrapper {
	position: relative;
	display: inline-block;
	width: 23%;
	margin-right: 2.65%;
	margin-bottom: 0 !important;
	padding: 10px 10px;
	color: #fff;
}

.wpb_wrapper .program-wrapper-fifth {
	position: relative;
	display: inline-block;
	width: 17.88%;
	margin-right: 2.65%;
	margin-bottom: 0;
	padding: 20px 20px;
	color: #fff;
	vertical-align: top;
}

@media screen and (max-width: 1200px) {
	.wpb_wrapper .program-wrapper-fifth {
		width: 29%;
		margin-right: 3.5%;
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 1000px) {
	.wpb_wrapper .program-wrapper-fifth {
		width: 44%;
		margin-right: 5.5%;
	}
}

@media screen and (max-width: 768px) {
	.wpb_wrapper .program-wrapper-fifth {
		width: 47.25%;
	}

	.wpb_wrapper .program-wrapper-fifth:nth-child(n+4) {
		display: none;
	}

	.wpb_wrapper .program-wrapper-fifth:nth-child(3) {
		margin-right: 0;
	}

	.wpb_wrapper .program-wrapper-fifth:nth-child(3):after {
		display: none;
	}
}

@media screen and (max-width: 690px) {
	.wpb_wrapper .program-wrapper-fifth {
		width: 41%;
		margin-right: 8.5%;
	}
}

@media screen and (max-width: 480px) {
	.wpb_wrapper .program-wrapper-fifth {
		width: 100%;
		margin: 0 0 16px;
	}

	.program-wrapper-fifth:after {
		display: none;
	}
}

.program-wrapper-fifth:after {
    content:'>';
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    color: red;
    font-size: 25px;

}

.program-wrapper-fifth:last-child:after {
    display: none;
}

.program-box {
	height: 120px;
	vertical-align: top;
	overflow: hidden;

}

.live-program {
	background-color: #ce1709;
}

.live-program-fifth {
	background-color: #ce1709;
}

.upcoming-program {
	background-color: #000;
}

.upcoming-program-fifth:nth-child(3){
	background-color: #333333;
}

.upcoming-program-fifth:nth-child(4){
	background-color: #666666;
}

.upcoming-program-fifth:nth-child(5){
	background-color: #999999;
}

.upcoming-program-fifth:nth-child(6){
	background-color: #cccccc;
}



.upcoming-program:last-child {
	margin-right: 0;
}

.upcoming-program-fifth:last-child {
	margin-right: 0;
}

.program-playbuttons {
	font-size: 50px;
	line-height: 50px;
	height: 50px;
	width: 50px;
}

.program-time {
	display: block;
	font-size: 2em;
	line-height: 1;
}

.program-title {
	display: block;
	margin-top: 10px;
	font-size: 1em;
	line-height: 1.2;
}


html .program-playbuttons {
	position: absolute;
	top: 15px;
	right: 20px;
}

.program-pointintime {
	font-size: 100%;
}


@media screen and (max-width: 1150px) {
	.program-time {
	display: block;
	font-size: 1.8em;
	line-height: 1;
	}

	.program-wrapper {
	width: 48%;
	margin-right: 4%;
		margin-bottom: 20px !important;
		height: 140px;
	}

	.program-wrapper:nth-child(odd) {
		margin-right: 0;
	}

	html .program-playbuttons {
		top: 10px;
	}

	.program-box {
		height: 100px;
	}
}


@media screen and (max-width: 480px) {
	.program-wrapper {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px !important;
		height: 115px;
		padding: 10px 20px;
	}

	.program-time {
		font-size: 1.2em;
	}

	html .program-playbuttons {
	top: 15px;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	}
}


#tv-program-row .tabbed > ul li a{
	padding-left: 10px;
	padding-right: 10px;
}

#tv-program-row .wpb_tabs_nav li:nth-child(8) a {
	background-color: #ce1709;
	opacity: 0.6;
	color: #fff;
	transition: opacity 0.3s ease-in-out;
}

#tv-program-row .wpb_tabs_nav li:nth-child(8) a:hover {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

#tv-program-row .wpb_tabs_nav li:nth-child(8) a.active-tab {
	background-color: #ce1709;
	opacity: 1;
	color: #fff;
}

.tv-program-time {
	padding-right: 100px;
	font-size: 25px;
	color: #000;
}

.tv-program-showtitle {
	font-size: 25px;
	color: #000;
}

.tv-program-data {
	display: none;
}

.tv-program-headline {
	color: #ce1709;
}

.tv-program-description {
	padding-left: 158px !important;
}


@media screen and (max-width: 999px) {
	.tv-program-time {
	padding-right: 0px;
	font-size: 25px;
	}

	.tv-program-description {
		padding-left: 0px !important;
	}


	.tv-program-showtitle {
		display: block;
	}
}

#tv-program-row .wpb_content_element .wpb_tabs_nav li {
	width: 6.66%;
	margin-bottom: 7px;
	font-size: 13px;
	text-align: center;
}

@media screen and (max-width: 1550px) {
	#tv-program-row .wpb_content_element .wpb_tabs_nav li {
		width: 12%;
	}
}

@media screen and (max-width: 1000px) {
	#tv-program-row .wpb_content_element .wpb_tabs_nav li {
		width: 20%;
	}
}

@media screen and (max-width: 490px) {
	#tv-program-row .wpb_content_element .wpb_tabs_nav li {
		width: 33%;
	}
}





html body .swiper-container .slider-next i:before, html body .swiper-container .slider-prev i:before {
	color: #fff;
	background-color: #ce1709;
	padding: 5px;
	font-weight: 900;
}

html body .swiper-container .slider-prev {
	left: 20px;
}

html body .swiper-container .slider-next {
	right: 31px;
}


.slide-count {
	display: none;
}


.font-bold {
    font-weight: 700;
}

.guest-slider .testimonial_slider p, .guest-slider .testimonial_slider span {
    color: #fff;
}

.row-partial-bg .row-bg-wrap .inner-wrap {
    height: 70%;
    top: 50%;
    transform: translateY(-52%);
}

.tv-program-daytime {
	display: block;
	margin-top: 70px;
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
}

.tv-program-daytime span {
	font-size: 22px;
	text-transform: uppercase;
}

div[data-style="minimal"] .toggle-custom h3 a {
	padding: 15px 70px 15px 0;
}

div[data-style="minimal"] .toggle-custom {
	border-bottom: 1px solid #000;
}

.daytime-jumpers {
	display: block;
	list-style-type: none;
	margin: 0 0 30px;
	background-color: unset !important
}

.daytime-jumpers li{
	display: inline-block;
	padding: 2px 10px;
	background-color: #ce1709;
	text-align: center;
	margin-left: 20px;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	margin-bottom: 20px;
}



@media screen and (max-width: 690px) {
	.daytime-jumpers li {
		display: block;
		margin-left: 0;
	}
}

.daytime-jumpers li:first-child{
	margin-left: 0;
}

.daytime-jumpers li:hover{
	opacity: 0.7;
	transition: opacity 0.3s ease-in-out;
	cursor: pointer;
}

.daytime-jumpers li a{
	color: white !important;
	text-transform: uppercase;
}

#footer-links {
	display: none;
}

html .mb-0 {
	margin-bottom: 0px;
}


html #header-outer #logo, html #header-outer .logo-spacing {
	margin: 18px 0px;
}


@media screen and (min-width: 1300px) {
	.container{
		max-width: 1550px !important;
	}
}

.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
	border-radius: 0;
}

.push-bell {
	width: 13px;
	height: 13px;
}

.push-bell:hover {
	color: #ce1709;
	transition: color 0.3s ease-in-out;
}


#push-sticky, #push-sticky-subscribed, .live-video-popup {
	position: fixed;
	bottom: 28px;
	padding: 5px 13px;
	display: inline-block;
	border: 3px solid #ce1709;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	text-align: center;
	z-index: 9999;
	line-height: 1.5;
	cursor: pointer;
}

#push-sticky, #push-sticky-subscribed {
	right: 100px;
}

.live-video-popup {
	right: 28px;
}

@media screen and (max-width: 480px) {
	.live-video-popup {
	padding:5px 10px;
	font-size: 14px;
	line-height: 1.5;
	}

	#push-sticky, #push-sticky-subscribed {
		padding:5px 10px;
		font-size: 14px;
		line-height: 1.5;
		right: 90px;
	}
}




@keyframes border-pulse {
    0%   { border-color: rgba(206, 23, 9, 1); }
    50% { border-color: rgba(206, 23, 9, 0); }
    100%   { border-color: rgba(206, 23, 9, 1); }
}

.border-pulse {
    animation: border-pulse 4s infinite;
}



html body .nectar-recent-posts-slider_multiple_visible .recent-post-container h3 {
	font-size: 20px;
	line-height: 1.2;
}

#footer-outer .widget.widget_media_image {
	margin-bottom: 10px;
}

html .nectar-recent-posts-slider_multiple_visible .nectar-recent-post-slide {
	min-height: 200px;
}

html .nectar-recent-posts-slider_multiple_visible[data-columns="4"] .nectar-recent-post-slide {
	padding-top: 25%;
}

@media screen and (max-width: 768px) {
	html .nectar-recent-posts-slider_multiple_visible[data-columns="4"] .nectar-recent-post-slide {
		padding-top: 50%;
	}
}

@media screen and (max-width: 480px) {
	html .nectar-recent-posts-slider_multiple_visible[data-columns="4"] .nectar-recent-post-slide {
		padding-top: 100%;
	}
}

#videoplayer-embed {
	margin-bottom: 0;
	line-height: 0;
}

#text-4 {
	padding-left: 12%;
}

@media screen and (max-width: 1010px) {
	#text-4 {
		padding-left: 0;
	}
}

html .blog_next_prev_buttons {
	display: none;
}

#gradient-erfolg .using-bg-color {
	background-image: linear-gradient(to top right, #db1d63, #f6aa46) !important;
}

@media screen and (max-width: 1000px) {
	html .epyt-gallery-rowbreak {
		display: none;
	}

	html .epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb {
		width: 25%;
		vertical-align: top;
		display: inline-block !important;
		float: initial;
	}
}

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

	html .epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb {
		width: 33%;
	}
}

@media screen and (max-width: 480px) {
	html .epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb {
		width: 50%;
	}
}

#header-links .container {
	min-height: 40px;
}

.wp-playlist-caption {
	padding: 8px 10px;
}

.wp-playlist-item-length {
	top: 8px !important;
}

#live-tooltip {
opacity: 0;
color: #d4000e;
user-select: none;
}

#liveplayer-wrapper {
max-height: 720px;
}

#videoblocker {
width: 100%;
height: 100%;
background-color: #000;
position:absolute;
left:0;
top:0;
color: #fff;
text-align: center;
}

.videoblocker-content {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 50%;
padding: 20px;
}

@media screen and (max-width: 1337px) {
	.videoblocker-content {
	width: 80%;
	}
}

.vb-button {
display: inline-block;
background-color: #d4000e;
padding: 5px 20px !important;
border-radius: 5px;
opacity: 1;
transition: opacity 0,5s ease-in-out;
cursor: pointer;
}

.vb-button:hover {
opacity: 0.7;
transition: opacity 0,5s ease-in-out;
}

.page-id-13175 .popmake-13905 {
	display: none;
}

