/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Program Page Start */
.programinfo .has-type-button {
	display:none;
}
.programinfo .e-link-in-bio {
  --e-link-in-bio-gutter-block-end: 30px;
  --e-link-in-bio-gutter-block-start: 30px;
  --e-link-in-bio-gutter-inline: 20px;
}

.programinfo .e-link-in-bio-var-7 .e-link-in-bio__icons {
  	margin-block-start: 20px;
}
.programinfo .e-link-in-bio__bio--footer {
	margin-block-start: 20px;
}

.programinfo.hidden .e-link-in-bio__icons {
	display:none;
}

.programinfo .e-link-in-bio.e-link-in-bio-var-7 {
	height:100%!important;
}

.listenlive a{
	background-color: #ed1651;
	border-radius:50px;
	
}
.videotitle {
	min-height:40px;
}
button#rfformbtn {
    margin-top: 25px !important;
}



/* SEOPress style */
button#seopress-user-consent-accept {
    border: none !important;
    border-radius: 0;
}
.seopress-user-consent button:hover {
    background-color: #222;
}
button#seopress-user-consent-close {
    border: none;
    outline: 1px solid #c9c9c9;
    outline-offset: -1px;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .seopress-user-consent.seopress-user-message p:nth-child(1) {
        max-width: 1000px;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .seopress-user-consent.seopress-user-message {
        width: 100%;
    }
    .seopress-user-consent.seopress-user-message p:nth-child(1) {
        text-align: center;
    }
    .seopress-user-consent.seopress-user-message p:nth-child(2) {
        margin-top: 15px;
    }
}