@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-VariableFont_slnt\,wght.ttf);
}
@font-face {
    font-family: Inter-otf;
    src: url(../fonts/Inter-Regular.otf);
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Inter-otf;
    src: url(../fonts/Inter-Medium.otf);
    font-weight:600;
    font-style: normal;
}

@font-face {
    font-family: Inter-otf;
    src: url(../fonts/Inter-SemiBold.otf);
    font-weight:700;
    font-style: normal;
}

@font-face {
    font-family: Inter-otf;
    src:url(../fonts/Inter-Bold.otf);
    font-weight:bold;
    font-style: normal;
        
}


.custom-logo {
        width: 100%;
        max-width: 260px;
    }


:root{
    /* text-color */
    --site-blue-color:#121921;
    --text-light-white: #FAFAFA;
    --text-gray: #929292;
    --text-yellow: #f9d84b;
	--text-light-yellow : #f4d965;
    --text-white: #FFFFFF;
	--text-black: #000;
    --text-blue: #0b63a8;
    
    /* bg-color */
    --bg-light-gray:#F3F3F3;
    --bg-cyan: #e6f3f4;
}

body {
/*     font-family: 'Inter', Arial, sans-serif; */
	font-family: 'Inter-otf';
	color: var(--text-black);
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke:1px transparent;
}
a {
	color: var(--text-blue);
	text-decoration: none;
}
a:hover, .sidebar-anchor-links a:hover i {
	color: var(--text-yellow);
}

.fw-semibold{
    font-weight: 600;
}
.fw-medium {
	font-weight: 500;
}
h1, .font-40 {
    font-size: 40px;
    line-height:49px;
}
h2, .font-35{
    font-size: 35px;
    line-height:43px;
}
h3, .font-30{
    font-size: 30px;
    line-height: 30px;
}
h4, .font-25 {
	font-size: 25px;
	line-height: 38px;
}
.font-24{
    font-size: 24px;
    line-height:38px;
}
h5, .font-22{
    font-size: 22px;
    line-height:30px;
}
.font-20{
    font-size: 20px;
    line-height: 30px;
}
h6, .font-18{
    font-size: 18px !important;
    line-height:27px !important;
}
.font-16{
    font-size: 16px !important;
    line-height:30px;
}
.font-14 {
	font-size: 14px !important;
	line-height: 22px;
}
.font-10{
    font-size: 10px !important;
    line-height: 16px;
}
.bg-gray{
    background-color: var(--bg-light-gray);
}
.bg-black{
    background-color: #000000;
}
.bg-cyan{
    background-color: var(--bg-cyan);
}
.bg-yellow{
    background-color: var(--text-yellow);
}
.text-black{
    color: var(--text-black);
}
.text-light-white{
    color: var(--text-light-white);
}
.text-light-yellow {
	color: var(--text-light-yellow);
}
.text-gray{
    color: var(--text-gray);
}
.text-yellow{
    color: var(--text-yellow);
}
.text-blue{
    color: var(--text-blue);
}

/* Header Styling */

.header button.searchbtn:focus:not(:focus-visible){
    box-shadow : none;
}
.header form#searchform input {
    border: 0;
    transition: width 0.5s;
    border-bottom: 1px solid transparent;
	height: 40px;
	border-radius: 6px;
}
.navbar .navbar-nav li.menu-item a {
    color: var(--text-white);
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
	padding: 0 12px;  
}
.header ul.header-menu a:hover, .header .current-menu-item a, .single-program .program-menu-item a {
    color: var(--text-yellow)!important;
    text-decoration: underline;
	text-underline-offset: 6px;
}
ul.social-icons i,
.search-icon, button.search-icon:hover {
    color: var(--text-yellow);
}
ul.social-icons i:hover {
    color: #ffffff;
}
/* Header Styling-end */

/* Footer-Styling */
.header{
    background-color: #062e5c;
}
footer{
    background-color: var(--site-blue-color);
}
footer h3 {
    margin-bottom: 20px;
}
footer{
    line-height: 20px;
}
footer .footer-content {
    padding-right: 51px;
}
footer .footer-menu ul a, footer .address-info a {
    text-decoration: none;
    line-height: 28px;
}
.contact-number a {
    text-decoration: none;
    padding-top: 10px;
    display: block;
}
.contact-number a, footer .footer-menu ul a, footer .address-info a {
    color: #ffffff;
}
footer .footer-menu a:hover, footer .address-info a:hover, .contact-number a:hover {
    color: var(--text-yellow);
    text-decoration: underline;
}
footer .footer-menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.address-info ul li a {
    line-height: 32px;
}
footer .copyright {
    font-size: 15px;
	line-height: 25px;
}
.footer-social-icons i {
    color: var(--site-blue-color);
    font-size: 24px;
    position: relative;
    left: 1px;
    top: 1px;
}
.footer-social-icons i.fa-brands.fa-facebook-f {
    top: 5px;
    left: 0px;
    font-size: 32px;
}
.footer-social-icons ul a{
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;   
    height: 40px;
    width: 40px;
    justify-content: center;
}

/* Footer-Styling-end */

/* banner-section */

.banner-section {
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center right;
    padding: 55px 0px 200px;
}
.banner-section h1 {
   margin-bottom: 20px;
}
.banner-section .sub-heading p {
    line-height: 30px;
}
.banner-section div.banner-icons {
    border-radius: 10px 10px 10px 10px;
	/*transform: perspective( 600px) rotateY( 20deg);*/
}
.site-btn {
    padding: 15px 10px;
    border-radius: 5px;
    text-decoration: none;
}
.banner-icons a:hover {
	color: var(--text-blue);
}
.view-program-btn:hover:before, .reset-btn:hover:before, .gform_footer #gform_submit_button_2:hover:before  {
    background: #000;
}
.view-program-btn:before, .default-search button:before, .reset-btn:before, .gform_footer #gform_submit_button_2:before {
    content: "";
    position: absolute;
    display: block;
    background: var(--text-yellow);
    height: 100%;
    width: 25px;
    transform: skew(-8deg);
    top: 0;
    bottom: 0;
    left: -7px;
    z-index: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 0.5s;
}
.skew-positive-12{
    transform: skew(12deg);
}
.skew-negative-12{
    transform: skew(-12deg);
}
.banner-section .wysiwyg-content :last-child {
	margin-bottom: 0;
}

/* -- Listening-music-section -- */

.Listening-music-section .music-box {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    background: #FFFFFF;
}
.home .Listening-music-section .popup-row {
    /*top: -100px;*/
    margin-top: -130px;
    /* padding-left: 90px;
    padding-right: 90px; */
}
.music-box img {
    border-radius: 15px 0px 0 15px;
	object-fit: cover;
}
.Listening-music-content p{
    display: inline;
}

/* latest-program */
.latest-program-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.latest-program-section .view-program-btn:not(.all-episodes), 
.latest-program-section .view-program-btn:not(.all-episodes):before

{
    background:#0066AE!important;
    color: #fff;
    font-size: 16px;


     
}

.latest-program-section .view-program-btn:before{

}

.latest-program-section .view-program-btn{
  
}

.episode-btn {
    color: #000000;
    padding: 7px 22px;
    border: 1px Solid #000000;
    border-radius: 5px;
    transform: skew(-12deg);
    transition: all 0.5s;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
}
.view-program-btn, .gform_footer #gform_submit_button_2, .reset-btn, #gform_submit_button_3{
    color: #000000;
    padding: 12px 20px;
    transition: all 0.5s;
    position: relative;
    border-radius: 10px;
    display: inline-block;
	font-size: 20px;
	line-height: 30px !important;
}

.view-program-btn{
    font-size: 16px;
}


.reset-btn, #gform_submit_button_3{
    padding: 12px 32px;
}
.latest-program-section .fa-regular.fa-volume {
    color: var(--text-yellow);
    border: 2px solid var(--text-yellow);
    font-size: 24px;
}
.latest-program-section .view-program-btn,
.view-program-btn, .gform_footer #gform_submit_button_2, .reset-btn, #gform_submit_button_3 {
    background-color: var(--text-yellow);
}
.reset-btn, .gform_footer #gform_submit_button_2, .gform_footer #gform_submit_button_3{
    border: none;
}
.program-img img{
    border-radius: 15px;
    
}
.latest-program-section .program-detail .program-date {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
}
.program-tilte {
    line-height: 30px;
}
.latest-program-section .play-music-btn {
    transform: skewX(350deg);
    border-radius: 10px;
    border-radius: 10px solid #000000;
}
.right-sidebar ul li:not(:last-child) {
	border-bottom: 2px solid #131920;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
/* About-section */
.two-column-section {
    background-color: #F3F3F3;
    padding: 26px 0px 26px 0px;
}
.two-column-section .img-column {
    margin: 10px;
    background-color: #D9D9D9;
}
.two-column-section .about-img {
    background-color: #D9D9D9;
}
.two-column-section .about-img::after {
    position: absolute;
    display: block;
    content: '';
    background-image: url('../../images/about-girl1x.png');
    height: 181px;
    width: 181px;
    top: 64px;
    right: -174px;
}
.two-column-section .about-img img {
    margin-top: -125px;
}
.two-column-section .paragraph {
    line-height: 27px;
}

/*buttons-effects*/
.view-program-btn:hover, .gform_footer #gform_submit_button_2:hover, .reset-btn:hover, #gform_submit_button_3:hover{
    background-color: #000000;
    color: #ffffff;
    transition: all 0.5s;
}
[type=search] {
    outline-offset: -1px;
}
.episode-btn:hover{
    border: 1px solid var(--text-yellow);
    color: var(--text-yellow);
    transition: all 0.5s;
}
.episode-btn:hover i{
    color: #F9D84B !important;
    transition: all 0.5s;
}
.footer-social-icons a:hover, .footer-social-icons img:hover{
    background-color: var(--text-yellow);
    color: #FFF;
    transition: all 0.5s;
    text-decoration: none;
}
/* jplayer */
#jp_container_1, #jp_container_1 .jp-gui.jp-interface {
	background-color: #fff;
	border: none;
}
#jp_container_1{
	width: unset;
}
#jp_container_1 .jp-progress{
	margin-left: 25px;
    height: 2px;
    overflow: unset;
	background-size: cover;
}
#jp_container_1 .jp-seek-bar{
    background: #000;
}
.jp-audio .jp-interface .jp-volume-bar{
    top: -10px;
}
#jp_container_1 .jp-volume-bar{
    height: 7px;
}
#jp_container_1 .jp-type-single .jp-play , #jp_container_1 .jp-mute{
    background: unset;
    border: none;
}
#jp_container_1 svg.pause-icon,#jp_container_1 svg.mute-icon {
	display: none;
}
div#jp_container_1 .jp-progress .jp-play-bar{
    width: 10px !important;
    border-radius: 50%;
    top: -4px;
    height: 10px; 
    background: #000;
}

.music-box span {
    font-size: 14px;
    line-height: 22.25px;
}
.music-box span a{
    color: #B8B8B8;
}
.breabcrumb-section{
    background-image: url('../../images/hero.jpg');
	background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}
.post-type-archive-program .Listening-music-section{
    display: none;
}
.music-box .play-button {
	width: 8% !important;
}
.music-box .jp-duration, .music-box .jp-current-time {
	width: 10% !important;
}
.music-box .jp-progress {
	width: 69%;
}
.music-box .jp-gui.jp-interface {
	width: 10%;
}
/*** Full Width Section ***/

.full-width-section {
	padding: 145px 0 50px;
	background-position: 14%;
}

/*** Program Archives ***/

.prgram-list .row .program-list-block {
	border-bottom: 2px solid #f3f3f3;
}
.pagination-section .page-numbers {
	color: #000;
	width: 30px;
    height: 30px;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}
.pagination-section .page-numbers:not(.current) {
	background-color: var(--text-yellow);
}
.default-search .search-field {
	background-color: #e4e2e2;
    border: 0;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 6px;
    width: 350px;
    max-width: 100%;
}
.default-search button, .default-search .search-field {
	height: 40px;
}
.default-search button {
	z-index: 1;
	border-radius: 10px;
	box-shadow: none !important;
}
.default-search button i {
	position: relative;
    left: 5px;
}
.default-search button:before {
	z-index: -1;
    left: unset;
    right: -9px;
    transform: skew(13deg);
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* gravity-form */
.gform_heading .gform_title{
    font-size: 25px;
    line-height: 38px;
    font-weight: 700!important;
    color: #0b63a8;
   }
   .gform_confirmation_message{
    color: #0066ae;
   }

/* gravity-form-end */

/* Media Query */

@media only screen and (max-width:767px) {
    .music-box img{
        border-radius: 15px !important;
    }
    .latest-program-section {
        padding-top: 20px;      
    }
    .header form#searchform input {
        width: 80%;
    }
    header .search-icon {
        right: 10px;
    }
    .gform_wrapper.gravity-theme .gfield.gfield--width-half{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .header form#searchform input {
        width: 100%;
    }
    header .search-icon {
        right: -50px;
    }
}
@media only screen and (min-width: 768px) {
    /* 	.right-sidebar {
        position: absolute;
        right: -115px;
        top: 15px;
        border-radius: 20px;
        max-width: 110px;
        transition: all .3s ease-out;
        font-size: 14px;
        line-height: 16px;
    }
    .right-sidebar.sticky {
        position: fixed;
        right: 15px;
    } */
}
@media only screen and (max-width:991px) {
	.font-40{
        font-size: 30px;
        line-height:39px;
    }
    .font-20{
        font-size: 18px;
        line-height:22px;
    }
    .font-22{
        font-size: 20px;
        line-height:26px;
    }  
	.font-18 {
		font-size: 16px; 
		line-height: 20px;
	}
	.custom-logo {
		width: 100%;
		max-width: 260px;
	}
    #main.show .navbar-toggler .fas.fa-times {
        display: block;
    }
    #main.show .navbar-toggler .fas.fa-bars, #main .navbar-toggler .fas.fa-times, 
    .two-column-section .about-img::after, .Listening-music-section br {
        display: none;
    }
	.header #searchform {
		max-width: 300px;
	}
    .header form#searchform input {
		padding: 0 50px 0 15px;
    }
    .show .navbar-toggler {
        right: -10px;
    }
	.navbar .navbar-nav li.menu-item a {
		padding: 0;
		margin-bottom: 6px;
	}
    .footer-social-icons {
        padding: 15px 0 20px 0;
    }
    #navbarTogglerMenu {
        height: 100%;
        width: 80%;
        position: fixed;
        z-index: 99;
        top: 0;
        right: -80%;
        background-color: var(--site-blue-color);
        overflow-x: hidden;
        transition: right .5s;
        padding: 50px 30px;
		display: block;
    }
    #navbarTogglerMenu.show {
        right: 0;
    }
    header .navbar-nav .nav-link {
        font-size: 18px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler i {
        font-size: 30px;
        margin-left: 0px;
    }
    #main {
        transition: right .5s;
        position: relative;
        right: 0;
        overflow: hidden;
    }
    #main.show {
        right: 80%;
    }
	.search-icon {
		position: absolute;
		right: 18px;
		top: 0;
		bottom: 0;
	}
	.banner-section div.banner-icons {
		max-width: 200px;
	}
	#jp_container_1 {
		width: 100%;
	}
	.play-button svg {
		width: 25px; 
		height: 25px;
	}
	.music-box .jp-progress {
		width: 45%;
	}
	.music-box .jp-duration {
		width: 12% !important;
	}
	.music-box .jp-current-time {
		width: 10% !important;
	}
	main section, header {
        padding-left: 15px !important;
        padding-right: 15px !important;
    } 
	.full-width-section {
		padding: 80px 15px 50px;
		background-position: 18%;
	}
	.default-search .search-field {
		width: 245px;
	}
    header .default-search button:before {
        right: -12px;
        transform: skew(14deg);
        height: 40px;
        top: -1px;
    }
    .default-search button i {
        left: 0px;
        color: #fff;
        font-size: 16px;
    }
}
@media only screen and (min-width:992px) {
	.navbar-nav li.menu-item:last-child a {
		padding-right: 0 !important;
	}
	.navbar-nav li.menu-item:first-child a {
		padding-left: 0 !important;
	}
    .Listening-music-section .audio-controls {
        width: 500px;
    }
	header form#searchform input {
		position: absolute;
		bottom: -40px;
		right: 0;
		display: none;
		width: 220px;
		background-color: #fff;
		padding: 5px 10px;
	}
    .footer-social-icons ul a {  
        height: 40px;
        width: 40px;
    }
	.episode-btn {
		position: absolute;
		bottom: -12px;
	}
	.latest-program-section .program-detail .site-btn {
		line-height: 26px;
	}
	.gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: span 2 !important;
}
}
@media only screen and (max-width:1199px) and (min-width:992px) { 
    header .menu-main-menu-container .navbar-nav .menu-item a {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
	.right-sidebar {
		position: absolute;
		top: 15px;
		right: -96px;
		max-width: 90px;
		border-radius: 20px;
		transition: all .3s ease-out;
		font-size: 14px;
		line-height: 16px;
		z-index: 1;
	}
	.right-sidebar.sticky {
		position: fixed;
		right: 0;
	}
	/* .music-box .jp-current-time {
    	width: 10% !important;
	} */
	.full-width-section {
		background-position: top;
	}
	.latest-program-section .program-detail .site-btn {
		line-height: 38px;
	}
}
@media only screen and (min-width: 1400px) {
	.container {
		max-width: 1232px;
	}
	.banner-section .wysiwyg-content {
		padding-right: 150px;
	}
	.navbar .navbar-nav li.menu-item a {
		padding: 0 19px;  
	}
}

@media only screen and (min-width: 1600px) {
	.right-sidebar {
		right: -170px;
		max-width: 145px;
		font-size: 16px;
		line-height: 20px;
	}
	.right-sidebar.sticky {
		right: 45px;
	}
}

@media only screen and (min-width: 1800px) {
	.right-sidebar.sticky {
		right: 70px;
	}
	.program-content {
		font-size: 20px;
		line-height: 30px;
	}
}


/* Media Query-End */
