/*--------------------------------------------------------------
# Main Theme Style
# Version 0.01
# V81Radio - JBAHES
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## General Styles
--------------------------------------------------------------*/
body, html {
    height: 100%;
}
body{
	font-family: 'Source Sans Pro', sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 1.6;	
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
}
h1{
	font-size: 42px;
}
h2{
	font-size: 38px;	
}
h3{
	font-size: 34px;
}
h4{
	font-size: 30px;
}
h5{
	font-size: 26px;
}
h6{
	font-size: 22px;
}
p{
	font-family: 'Source Sans Pro', sans-serif;    
    color: #515151;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.7;
}
a{
	text-decoration: none;
    color: #007dbd;
}
a:hover,
a:focus{
    text-decoration: none;
}
ul{
    margin-left: 0;
    padding-left: 25px;
}
li{
	margin-bottom: 10px;
}
img{
    max-width: 100%;
    height: auto;   
}
.list-style-none{
    list-style: none;
    margin: 0;
    padding: 0;
}
.transition {
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    -ms-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;        
}
img.hvr{
    opacity: 1;
}
img.hvr:hover,
img.hvr:focus{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);	
    opacity: 0.7;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.bg-white{
	background: #ffffff;
}
.bg-black{
	background: #000000;
}
.bg-gray{
    background: #f3f3f3;
}
.bg-d-gray{
    background: #efefef;
}
.bg-light-gray{
    background: #f9f9f9;	
}
.bg-backdrop{
    background: rgb(255 255 255 / 14%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
.bg-gradient-purple{
    background: #6a11cb;
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));
    background: linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));         
}
.bg-gradient-dark-blue{
    background: #0f68a4;
    background: -webkit-linear-gradient(to left, rgba(15, 104, 164, 1), rgba(25, 160, 211, 1));
    background: linear-gradient(to left, rgba(15, 104, 164, 1), rgba(25, 160, 211, 1)); 
}
.bg-gradient-dark-blue-reverse{
    background: #0f68a4;
    background: -webkit-linear-gradient(to right, rgba(15, 104, 164, 1), rgba(25, 160, 211, 1));
    background: linear-gradient(to right, rgba(15, 104, 164, 1), rgba(25, 160, 211, 1))
}
.white-text{
	color: #ffffff;
}
.black-text{
	color: #000000;
}
.blue-text{
	color: #0193de;
}
.dark-blue-text{
    color: #1b4268;
}
.bx-rd{
	border-radius: 4px;
	overflow: hidden;
}
.bx-circle{
	border-radius: 50%;
}
.bx-brdr{
	border: 1px solid #000;
}
.bx-brdr-light {
    border: 1px solid #eeeeee;
}
.bx-brdr-lr {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;    
}
.bx-brdr-btm{
    border-bottom: 1px solid #e7e7e7;
}
.bx-shadow-light{
    box-shadow: 0 2px 6px rgb(140 140 140 / 20%);    
}
.bx-shadow-mild {
    box-shadow: 4px 11px 24px rgba(0, 0, 0, 0.06);
}
.bx-shadow-dark{
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 25%) 0px 25px 50px -12px;
}
.bx-img-shadow{
    filter: drop-shadow(4px 11px 24px rgba(0, 0, 0, 0.2));	
}
.bx-pads{
    padding: 50px 30px;
}
.btn-main,
.btn.btn-main{
    background: #fff;
    border: 1px solid #fff;    
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 12px 35px;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 14px;  
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;              
}
.btn-main:hover,
.btn-main:focus,
.btn.btn-main:hover,
.btn.btn-main:focus{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);    
}
.btn-main i,
.btn.btn-main i{
    margin-left: 5px;
    font-size: 14px;
}
.bx-rd-fl{
	border-radius: 50px;
}
.btn-pd-cs i{
    font-size: 11px;
    margin-left: 5px;
}
.btn-main-shadow{
      box-shadow: 0 4px 10px -5px rgba(0,0,0,.6)!important; 
}
.btn-main-small {
    font-size: 12px;
}
.btn-main-big,
.btn.btn-main.btn-main-big{
    font-size: 16px;
    padding: 14px 42px;     
}
.btn-main-sm-big,
.btn.btn-main.btn-main-sm-big{
    font-size: 15px; 
}
.btn-main-x-big,
.btn.btn-main.btn-main-x-big{
    font-size: 18px;
    padding: 18px 45px;
}
.btn-white-transparent,
.btn.btn-main.btn-white-transparent{
    background: transparent;
    border: 1px solid #fff;     
    color: #fff;
}
.btn-white-transparent:hover,
.btn.btn-main.btn-white-transparent:hover,
.btn-white-transparent:focus,
.btn.btn-main.btn-white-transparent:focus{
    background: #fff;
    border: 1px solid #fff;     
    color: #000;
}
.btn-black-full{
    background: #000;
    border: 1px solid #000;     
    color: #fff;
}
.btn-black-full:hover,
.btn-black-full:focus{
    background: transparent;
    border: 1px solid #000;     
    color: #000;
}
.btn-black-transparent{
    background: transparent;
    border: 1px solid #000;     
    color: #000;
}
.btn-black-transparent:hover,
.btn-black-transparent:focus{
    background: #000;
    border: 1px solid #000;     
    color: #fff;
}
.btn-white-full{
    background: #ffffff;
    border: 1px solid #ffffff;     
    color: #000;
}
.btn-white-full:hover,
.btn-white-full:focus{
    background: transparent;
    border: 1px solid #ffffff;     
    color: #ffffff;
}
.btn-blue-full{
    background: #0193de;
    border: 1px solid #0193de;     
    color: #ffffff;
}
.btn-blue-full:hover,
.btn-blue-full:focus{
    background: #007dbe;
    border: 1px solid #007dbe;     
    color: #ffffff;
}
.btn.btn-main.btn-purple{
    background: transparent;
    border: 2px solid #6a11cb;
    color: #6a11cb;
    font-weight: 700;
    transform: none;        
}
.btn.btn-main.btn-purple:hover,
.btn.btn-main.btn-purple:focus{
    background: #0f68a4;
    border: 2px solid #0f68a4;     
    color: #ffffff; 
}
.btn.btn-main.btn-blue-light{
    background: transparent;
    border: 2px solid #0f68a4;
    color: #0f68a4;
    font-weight: 700;
    transform: none;        
}
.btn.btn-main.btn-blue-light:hover,
.btn.btn-main.btn-blue-light:focus{
    background: #0f68a4;
    border: 2px solid #0f68a4;     
    color: #ffffff; 
}
.btn.btn-main.btn-blue-dk-wt{
    background: #0f68a4;
    border: 2px solid #0f68a4;     
    color: #ffffff; 
    font-weight: 700;
    transform: none;        
}
.btn.btn-main.btn-blue-dk-wt:hover,
.btn.btn-main.btn-blue-dk-wt:focus{
    background: #328dc9;
    border: 2px solid #82d2ff;
    color: #ffffff;
}
.btn-pd-cs{
    background: #6a11cb;
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));
    background: linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));   
    padding: 12px 25px;
    color: #ffffff;
 }
 .btn-pd-cs:hover,
 .btn-pd-cs:focus{
    background: #6a11cb;
    background: -webkit-linear-gradient(to left, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));
    background: linear-gradient(to left, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));
    color: #ffffff;      
}
.btn-pd-gray{
    background: #575757;
    background: -webkit-linear-gradient(to left, rgba(87, 87, 87, 1), rgba(130, 130, 130, 1));
    background: linear-gradient(to left, rgba(87, 87, 87, 1), rgba(130, 130, 130, 1));
    color: #ffffff;
 }
 .btn-pd-gray:hover,
 .btn-pd-gray:focus{
    background: #575757;
    background: -webkit-linear-gradient(to right, rgba(87, 87, 87, 1), rgba(130, 130, 130, 1));
    background: linear-gradient(to right, rgba(87, 87, 87, 1), rgba(130, 130, 130, 1));
    color: #ffffff;      
}
.btn-main-line{
    background: transparent;
   	color: #000;
	font-family: 'Playfair Display', serif;	
    font-weight: 500;
    font-style: italic;
    padding: 0;
    border-radius: 4px;
    font-size: 18px;  
    display: inline-block;	
}
.btn-main-line span{
	border-bottom: 1px solid #000;
    padding-bottom: 8px;
    opacity: 1;
}
.btn-main-line:hover span,
.btn-main-line:focus span{
    color: #000;    
    opacity: 0.4;
}
.btn-main-line-white{
    color: #ffffff;    
}
.btn-main-line-white span{
	border-bottom: 1px solid #ffffff;    
}
.btn-main-line-white:hover span,
.btn-main-line-white:focus span{
    color: #ffffff;    
    opacity: 0.4;
}
.main-btn-pad{
    margin: 10px 0 0 0;	
}
.main-btn-pad-lg{
    margin: 35px 0 0 0;	
}
.main-btn-pad-lg h1,
.main-btn-pad-lg h2,
.main-btn-pad-lg h3{
    margin-bottom: 30px;
    font-style: italic; 
}
.left-align {
    display: flex;
    justify-content: flex-start;
}
.center-align {
    display: flex;
    justify-content: center;
}
.right-align {
    display: flex;
    justify-content: flex-end;
}
.u-case{
	text-transform: uppercase;
}
.c-case{
	text-transform: capitalize;
}
.font-mt{
	font-family: 'Montserrat', sans-serif;	
}
.font-rb{
	font-family: 'Roboto', sans-serif;	
}
.font-pp{
    font-family: 'Poppins', sans-serif;  
}
.font-pp-light{
    font-family: 'Poppins', sans-serif;  
    font-weight: 400!important;
}
.font-pp-xbold{
    font-family: 'Poppins', sans-serif;  
    font-weight: 700!important;
}
.font-ow{
	font-family: 'Oswald', sans-serif;	
}
.head-lh{
    line-height: 1.1;
}
.page-margin{
	padding: 5.5em 0;
}
.page-margin-adv{
    padding: 11em 0 7em 0;
}
.page-margin-mid{
	padding: 4.4em 0;	
}
.page-margin-mid-vt {
    padding: 3.3em 0;
}
.page-margin-small{
    padding: 1.2em 0;
}
.page-margin-tpl{
    padding: 7em 0  0 0;
}
.align-margin-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;    
}
.hd-cnt-sect{
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.cnt-sect{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.relative {
    position: relative;
}
.relative-dx{
	position: relative;
    z-index: 9;	
}
.dv-hid{
	overflow: hidden;
}
.left-idt{
	margin-left: 45px;
}
.top-heading-design{
	margin-bottom: 50px;
}
.top-heading-design-mt{
	margin-bottom: 40px;    
}
.top-heading-design-lt{
	margin-bottom: 30px;	
}
.top-heading-design hr{
	border-top: 3px solid #007dbd;
    width: 90px;
    margin-top: 30px;
    margin-bottom: 30px;	
}
.top-heading-design-white hr{
	border-color: #fff;
}
.top-heading-design-lt hr{
    margin-left: 0;
}
.top-heading-design.th-lg{
	margin-bottom: 50px;
}
.top-heading-design h1,
.top-heading-design h2,
.top-heading-design h3,
.top-heading-design h4,
.top-heading-design h5,
.top-heading-design h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 8px 0;
}
.top-heading-design h1{
    font-size: 30px;	
}
.top-heading-design h2{
    font-size: 28px;	
}
.top-heading-design h3{
	font-size: 26px;
}
.top-heading-design h4{
    font-size: 25px;
}
.top-heading-design h5{
    font-size: 22px;
}
.top-heading-design h6{
    font-size: 17px;
}
.top-heading-design p{
    margin: 0;
}
.top-head-ph p{
    font-size: 20px;    
}
.w-btm-sm{
	margin-bottom: 15px;
}
.w-btm-sm-x{
	margin-bottom: 20px;
}
.w-btm{
	margin-bottom: 30px;
}
.w-btm-md{
	margin-bottom: 45px;
}
.w-btm-hlg{
	margin-bottom: 50px;
}
.w-btm-lg{
	margin-bottom: 60px;
}
.w-btm-xl{
	margin-bottom: 80px;
}
.hidden-block{
	display: none !important;
}
.picture-overlay{
    background: #6a11cb;
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));
    background: linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));    
}
.bg-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
}
.n-btm{
    margin-bottom: 0 !important;
}
.no-pads{
    padding: 0!important;
}
.no-pads-no-mg{
    margin: 0!important;
    padding: 0!important;
}
.no-pads-right{
    padding-right: 0!important;
}
.bx-main .col-pads{
    padding: 40px;
}
.sm-mn-pads{
    padding: 0 3em;
}
.row .col.bx-pads-sp{
    padding: 35px 35px;
}
.bx-main{
    background: #ffffff;
    box-shadow: 4px 11px 24px rgb(0 0 0 / 6%);    
    padding: 0 !important;
    margin-bottom: 0 !important;       
}
.wp-block-image .alignleft {
    margin: 0.5em 2em 0.5em 0;
}
.text-overflow{
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden; 
}
.icon-rt-sml{
    font-size: 13px;
    margin-right: 5px;    
}
.font-head-sml{
    font-weight: 400;
}
.cursor-context{
    cursor: context-menu;
}
.p-lt{
    line-height: 1.3;
}
.form-optin input[type="text"],
.form-optin input[type="email"],
.form-optin texarea{
    background: #ffffff;
    border-radius: 4px;
    border: none;
    box-shadow: 4px 11px 24px rgb(0 0 0 / 6%);
    font-size: 17px;
    padding: 10px 20px;
    width: 30%;
    margin: 0 5px;
}
.form-optin button{
    background: #6a11cb;
    border: none;
    background: -webkit-linear-gradient(to left, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
    background: linear-gradient(to left, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 12px 35px;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;            
}
.form-optin button:hover,
.form-optin button:focus{
    background: #6a11cb;
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));
    background: linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));    
}
.form-btm-txt p,
.par-p-sml{
    font-size: 16px;
}
.embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.embed-youtube iframe, 
.embed-youtube object, 
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.par-big{
    font-size: 20px;
}
.bx-circle-img img{
    border-radius: 50%;
    border: 8px solid #ececec;    
}
.db-btn-lnk{}
.db-btn-lnk figure{
    margin: 0;
}
#primary .db-btn-lnk .db-rgt{
    margin-right: 15px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header{
    padding: 0;
    position: relative;
    background: #ffffff;	
}
.site-header.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    animation: slide-down 0.7s;
    opacity: 1;
    top: 0;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.main-logo{
    padding: 8px 0;	
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;  
}
.main-navigation li {
    display: inline-flex;
    margin-bottom: 0;
    position: relative;
}
.main-navigation li.menu-item-has-children a::after{
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    content: "";
    display: inline-block;
    margin-left: 0.3em;
    position: relative;
    pointer-events: none;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    transform: rotate(135deg);
    top: -2px;
    left: 3px;
    transition: all 0.15s ease 0s;    
}
.main-navigation li.menu-item-has-children  ul.sub-menu li a::after{
    content: none !important;
}
.main-navigation a {
    display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;	    
    text-decoration: none;
    padding: 30px 20px;
    text-transform: uppercase;
    font-size: 13px;
    color: #000000; 
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;        
}
.main-navigation ul li:last-child a{
    padding-right: 0;
}
body.home .main-navigation a{
    color: #000000; 	
}
.main-navigation li a:hover{
    color: #007dbd;
}
.float-panel {
    width:100%;
    z-index:300;
    transform: translateZ(0);
    transition:all 0.5s;
}
.float-panel a {
  	text-decoration:none;
}                  
.fixed {
    animation:slide-down 0.7s;
    opacity:1;    
}   
.site-header.float-panel.fixed .main-navigation a,
.site-header.float-panel.fixed .header-social a{
    color: #000000;
}  
.site-header.float-panel.fixed .main-navigation li a:hover,
.site-header.float-panel.fixed .main-navigation li a:focus,
.site-header.float-panel.fixed .main-navigation li.current-menu-item a{
    color: #007dbd !important;	
}
.main-navigation li.current-menu-item a,
.site-header.float-panel.fixed .main-navigation li.current-menu-item a{
	color: #007dbd;
}
.site-header.float-panel.fixed .main-navigation ul ul a,
.site-header.float-panel.fixed .main-navigation ul ul a:hover,
.site-header.float-panel.fixed .main-navigation ul ul a:focus,
.site-header.float-panel.fixed .main-navigation ul ul li.current-menu-item a{
    padding: 20px 25px;
    color: #fff !important; 
}
.site-header.float-panel.fixed .main-navigation ul li.current-menu-item ul.sub-menu li a{
    color: #fff !important;     
}
body.home .main-navigation li.current-menu-item a,
body.home .site-header.float-panel.fixed .main-navigation li.current-menu-item a{
	color: #000000;
}
.site-header.fixed{
	background: #fff !important;
    box-shadow: 0 2px 6px rgba(140, 140, 140, 0.2);
    padding: 0;	
}  
.site-header.float-panel.fixed .main-logo{
    padding: 8px 0;	
}
.site-header.float-panel.fixed .social-media-links{
    padding: 39px 0;	
}  
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.site-header.fixed .google-auto-placed{
    display: none!important;    
}
.social-media-links{
	padding: 45px 0;	
}
.social-media-links a{
	font-size: 20px;
    margin: 0 0 0 10px;	
    color: #000000;
}
.social-media-links a:hover,
.social-media-links a:focus{
	color: #ff91bb;
}
body.home .social-media-links a{
    color: #000000;
}
body.home .social-media-links a:hover,
body.home .social-media-links a:focus,
.site-header.float-panel.fixed .social-media-links a:hover,
.site-header.float-panel.fixed .social-media-links a:focus{
	color: #ff91bb;
}
.site-header.float-panel.fixed .social-media-links a{
	color: #000000;
}
.menu-mn-ds{
    display: flex;
    justify-content: end;
    text-align: right;
}
.bar-sec-hd{
    padding: 15px 0;    
}
.current-song-playing {
    display: grid;
    grid-template-columns: 10% 90%;
    grid-gap: 5px;
}
.player-title {
    padding: 5px 0;
}
.song-current {
    font-size: 12px;
    margin: 0 0 1px 0;
}
.song-title {
    font-size: 14px;
    margin: 0 0 1px 0;
    color: #0193de;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;    
}
.modal-cstm .modal-header{
    background: #000000;
    padding: 20px 25px;
    border-radius: 0; 
}
.modal-cstm .modal-header h5{
    font-size: 18px;
}
.modal-cstm .modal-header .cstm-close{
    box-sizing: content-box;
    padding: 5px 10px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.modal-cstm .modal-body{
    padding: 0;
}
.modal-backdrop.show {
    opacity: 0.8!important;
}
/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.slider-home{
    background: #fff;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
    height: 564px;
}
.main-img-content video, 
.main-img-content img {
    opacity: 1;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: inherit;
}
.slider-bg{
	background: rgb(255 255 255 / 0%);
    position: absolute;
    width: 100%;
    height: 100%;	
}
.slider-img{
	position: absolute;
    top: -11em;
}
.slider-txt-head h1{
    font-size: 5.3em;
    margin: 0 0 15px 0;
    color: #17494c;
    text-shadow: 1px 1px 1px #ffffff;
    line-height: 1.2;
}
.slider-txt-head h3{
	font-weight: 400;
    font-size: 22px;	
}
.relative-row {
    position: relative;
    z-index: 9;
}
.overlap-image-ls {
    position: absolute;
    display: block;
    top: 10em;
    margin-left: 0em;
}
.bg-box-ls{
	background-image: url(../images/background-ads.jpg);
	background-size: cover;
	background-position: center center;
}
.bg-overlay-white{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 20%);	
}
.bx-simple-txt p.mn-head{
	font-size: 20px;
    margin-bottom: 30px;	
}
.bx-simple-txt p.in-head{
	font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.bx-ast{
	overflow: hidden;
    padding: 0 0 0 10em;
    position: relative;
    height: 100%;	
}
.bx-one{
	width: 100%;
    height: 100%;
    position: absolute;
}
.bx-two{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bx-two-inner{
    padding: 45px 70px;
    margin-left: -5em;
    width: 620px;
    text-align: center;
}
.bx-two-inner h3{
    margin: 0;
    font-size: 38px;
}
.bx-simple-txt h4{
	margin-bottom: 35px;
    font-size: 28px;	
}
.bx-simple-txt p{
	margin-bottom: 30px;	
}
.bx-box-quote{
    padding: 40px 26px;	
}
.bx-box-quote p{
	margin: 0;
    font-size: 18px;
    line-height: 1.7;	
}
.bx-box-quote-meta{
	margin: 25px 0 0 0;
    overflow: hidden;	
}
.bx-box-quote-meta img{
	float: left;
    margin: 0 16px 0 0;	
}
.bx-box-quote-meta h4{
    font-size: 16px;
    font-weight: 500;
    margin: 6px 0 0px 0;	
}
.bx-box-quote-meta span{
	font-size: 15px;	
}
.bx-txt-cnt p{
	margin-bottom: 25px;	
}
.bx-txt-cnt p.ft-s{
    font-size: 17px;    
}
.bx-post-header{
    padding: 30px;	
}
.bx-post-header h1{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 15px 0;	
}
.bx-post-header h2{
    font-size: 26px;
    margin: 0 0 15px 0;	
}
.bx-post-header span{
	font-size: 18px;
    font-style: italic;	
}
.bx-post-content{
    padding: 0 30px 38px 30px;	
}
.bx-post-content p:last-child{
	margin-bottom: 0;
}
.form-design{
    background: #ffffff;
    box-shadow: 4px 11px 24px rgba(0, 0, 0, 0.05);
    padding: 40px;
    border-radius: 4px;
    border-top: 7px solid #007dbd;      
}
.form-design h3{
    font-size: 28px;
    margin: 0 0 35px 0;   
}
.form-design form input[type="text"],
.form-design form input[type="email"]{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    padding: 14px 20px;
    margin: 0 0 15px 0;    
}
.form-design form input[type="submit"],
.form-design button{
    width: 100%;
    background: #fea94c;
    border: none;
    padding: 15px 18px;
    border-radius: 4px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff; 
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;         
}
.form-design form input[type="submit"]:hover,
.form-design button:hover{ 
    background: #ffbc74;       
}
.form-design p{
    font-size: 14px;
    margin: 28px 0 0;
    color: #797979;   
}
.bx-squared-post{
    background: #000000;       
    position: relative;
    height: 100%;
    width: 100%; 
}
.bx-squared-post img{
    width: 100%;    
}
.bx-squared-txt{
    position: absolute;
    bottom: 0;
    width: 100%;    
}
.bx-squared-ol{
    padding: 24px 25px;
    background: linear-gradient(to bottom, rgb(14 14 14 / 0%), rgb(0 0 0) 90%); 
}
.bx-squared-ol h6{
    margin-bottom: 2px;
}
.bx-squared-ol p{
    font-weight: 300;
}
.blc-gd{
    display: grid;
    grid-template-columns: 21.5% 78%;   
}
.blc-gd > div{}
.blc-gd-rt{
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: nowrap;  
}
.rc-pd{
    margin: 0 25px 0 0;
    border-right: 1px solid #d7d7d7;
    padding: 0 18px 0 0;
}
.rc-pd a{
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
}
.rc-pd a i{
    margin: 0 5px 0 0;    
}
.rc-sh-pt{
    z-index: 9;
    right: -1px;
    top: 0;
    bottom: 0;
    text-align: right;
}
.rc-sh form{
    display: inline-block;
    width: 100%;    
}
.search-box{
    width: 255px;    
}
.search-box input{
    background: #ffffff;
    color: #000000;
    border: 1px solid #e9e9e9;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 14px;
    width: 100%;
}
.search-box button{
    background: none;
    border: none;
    position: absolute;
    margin-top: 0;
    right: 12px;
    top: 0;
    bottom: 0;
    height: 100%;
    outline: none;    
}
.bt-slider.carousel{
    background: #000000;
    overflow: hidden;
    position: relative;
    max-height: 650px;
}
.bt-slider .carousel-control-prev {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;   
}
.bt-slider .carousel-control-next {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;    
}
.bt-slider .carousel-item img{  
    opacity: 1;
    width: 100%;
    height: 100%;
}
.slider-cnt-ls {
    position: absolute;
    z-index: 9;
    top: 0;
    width: 100%;    
}
.slider-text {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 650px;
}
.btn-column a{
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.btn-column a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin: 0 0 0 7px;
    font-size: 14px;
}
.thd-st-head{
    padding: 95px 0 0 0;
}
.thd-st-head h1{
    font-size: 30px;
}
.thd-st-head h5{
    font-size: 22px;
    font-weight: 500;    
}
.st-tp-ps{
    max-width: 67rem;
    margin-left: auto;
    margin-right: auto;        
}
.st-flex{
    display: flex;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
    align-items: center;    
}
.st-fl-left{
    margin-left: 0;
    margin-right: 0;
    flex: 1 1 0%;        
}
.st-fl-right{
    padding: 10px 20px 20px 20px;
    flex: 1 1 0%;
}
.st-mt-img img{
    width: 83.333333%;
    margin-bottom: -3rem;
    margin-top: 2.5rem;
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 25%) 0px 25px 50px -12px;
    border-radius: 4px;
    z-index: 9;
    position: relative;
}
.st-mt-txt h2{
    font-size: 28px;
}
.st-sm-link{
    padding: 25px 0 12px 0;
}
.st-sm-link span{
    font-size: 16px;
    font-weight: 500;
    margin: 0 15px 0 0;    
}
.st-sm-link a{
    background: #ffffff;
    box-shadow: 4px 11px 24px rgb(0 0 0 / 21%);
    font-size: 18px;
    border-radius: 50px;
    margin: 0 5px 0 0;
    color: #000000;
    width: 43px;
    height: 43px;
    display: inline-flex;
    justify-content: center;
    align-items: center; 
}
.st-sm-link a.fb-st-lnk{
    color: #3b5998; 
}
.st-sm-link a.tw-st-lnk{
    color: #00acee;   
}
.st-sm-link a.ins-st-lnk{
    color: #e1306c;
}
.st-sm-link a.st-st-lnk{
    color: #18a249;;
}
.picture-overlay .st-sm-link a:hover,
.picture-overlay .st-sm-link a:focus{
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;    
}
.st-sm-link a:hover,
.st-sm-link a:focus{
    background: #0d79b9;
    color: #ffffff;    
}
.st-sm-link-single a{
    font-size: 20px;
    width: 48px;
    height: 48px;
    border: 1px solid;    
}
.event-square-img{
    height: 217px;
    overflow: hidden;
    background: #e8e8e8;
    position: relative;  
}
.upcoming-events-single .event-square-img{
    height: auto;
}
.event-sq-gd{ 
    padding: 30px 30px 35px 30px;
}
.event-square-content h4{
    margin: 0 0 10px 0;
    font-size: 17px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    font-weight: 600;    
}
.event-square-content p{
    font-size: 16px;
    font-style: italic;    
}
.bx-sng-lst{
    margin: 0px 8px 16px 8px;
    display: grid;
    grid-template-columns: 40% 60%;
    overflow: hidden;
}
.bx-sng-txt{
    padding: 7px 12px 7px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bx-sng-txt h3{
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 2px 0;
    font-size: 2rem;
}
.bx-sng-txt p{
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    line-height: 1.4;    
}
.bx-sng-txt p.sng-tl{
    font-weight: 600;
    font-size: 13px;  
}
.bx-sng-txt p.sng-art{
    font-size: 12px;      
}
#primary .yt-vid-list .ayg-theme {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 20px; /* Optional: adds space between the columns */
    align-items: top;
  }
#primary .yt-vid-list .ayg-player {
    width: 100%;
    gap: 0;
}
#primary .yt-vid-list .ayg-videos {
    width: 100%;
    margin: 0;
}
#primary .yt-vid-list .ayg-videos .ayg-thumbnail{
    gap: 0;
    margin: 0 0 10px 0;
    flex-direction: row;
    align-items: center;
}  
#primary .yt-vid-list .ayg-thumbnail-media {
    flex: 0 0 30%;
    max-width: 30%;
}
#primary .yt-vid-list .ayg-thumbnail-caption {
    flex: 0 0 70%;
    max-width: 70%;
    overflow: hidden;
    gap: 0;
}
#primary .yt-vid-list .ayg-thumbnail-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    padding: 0 0 0 10px;
}
/*--------------------------------------------------------------
# Inner Pages
--------------------------------------------------------------*/
.entry-header.background-page-image, 
.entry-header.background-page-color,
.entry-header.background-page-default,
.entry-header.background-page-default-dark{
    background: #6a11cb;
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));
    background: linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));       
    height: 360px;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;   
}
.entry-header-sml.background-page-color{
    height: 280px;    
}
.entry-header {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
    position: relative;
}
.header-bg-color {
    background-color: rgb(0 0 0 / 0%);
    width: 100%;
    height: 100%;
    position: absolute;
}
.header-bg-backdrop{
    background-color: rgb(0 0 0 / 30%);
    backdrop-filter: blur(7px);    
}
.header-bg-title {
	position: relative;
}
.header-bg-title h1 {
    font-size: 40px;
    color: #fff;
    margin: 0;
    text-shadow: 0px 12px 48px rgb(0 0 0 / 30%);
}
.header-bg-title hr{
	border-top: 3px solid #fff;
    width: 90px;
    margin-top: 15px;
    margin-bottom: 0;	
}
.header-bg-title-sub h4{
    margin: 0;
    color: #fff;
    font-size: 24px;    
}
.entry-header.background-page-default{
    background-image: url('../images/inner-page-default.jpg');
}
.entry-header-search h1{
    font-size: 35px;    
}
.entry-header-search h1 em{
    font-weight: 400;
    color: #d1edfa;
    text-decoration: underline;  
}
.entry-header.background-page-fimage{
    background-size: cover;
    background-position: center center;
}
.top-heading-design-inner h1{
	font-size: 34px;	
}
.top-heading-design-inner hr{
	margin-left: 0;	
}
.top-heading-design-big h1{
    font-size: 50px;    
}
.top-heading-design-ls{
    margin-bottom: 85px;
}
.top-heading-design-ls h1{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
    margin: 0 0 2px 0;  
}
.top-heading-design-ls h2{
    font-size: 50px;
    margin: 0 0 20px 0; 
}
.top-heading-design-ls p{
    margin: 0;
    font-size: 25px;    
}
.bx-post-icon{
    padding: 50px 40px;
    border: 1px solid #ececec;
}
.bx-post-icn{
	margin-bottom: 40px;	
}
.bx-post-icn i{
	font-size: 65px;	
}
.bx-post-icon .bx-post-content{
    padding: 0;	
}
.bg-txt-inn p{
	font-size: 32px;
    margin: 0;
    line-height: 1.5;	
}
.bx-list-itm{
	padding: 25px;
    border-bottom: 1px solid #eee;
    display: flex;	
}
.bx-list-itm:last-child{
	border-bottom: none;
}
.bx-list-check{
    margin: 0 20px 0 0;	
}
.bx-list-check i{
	font-size: 30px;
    color: #028c06;	
}
.bg-txt-inn-page p{
	font-size: 22px;	
}
.bg-txt-inn-img{
    margin-top: 35px;	
}
.bx-list-head{
    text-align: center;
    margin: 0 0 35px 0;	
}
.bx-list-head h3{
    font-size: 26px;
    font-style: italic;
    margin: 0;	
}
.bx-lft-cnt p{
	font-size: 20px;
}
.blog-square-in{
    overflow: hidden;
    margin-bottom: 30px;    
}
.blog-square-in .blog-post-cnt{
    margin: 0;  
}
.full-frm-sect {
    padding: 40px;
}
.full-frm-header {
    margin-bottom: 35px;
}
.full-frm-header h1 {
    font-size: 28px;
    margin-bottom: 10px;
}
.full-frm-header p {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
}
.full-frm-lne .cform-lne {
    margin-bottom: 15px;
}
.cform-lne-dble {
    overflow: hidden;
}
.cform-lne-itm {
    float: left;
    width: 48.4%;
    margin-right: 15px;
}
.full-frm-lne .cform-lne input[type="text"], 
.full-frm-lne .cform-lne input[type="email"], 
.full-frm-lne .cform-lne textarea {
    font-size: 14px;
    border: 1px solid #ebebeb;
    padding: 12px 15px;
    background-color: #ffffff;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.full-frm-lne .cform-lne textarea {
    height: 90px;
}
.blog-category-header{
    padding: 0 0 30px 0px;  
}
.blog-category-header h3{
    margin: 0;
    font-size: 28px;    
}
.blog-category-list li{
    border-bottom: 1px solid #eee;
    margin: 0;   
}
.blog-category-list li:last-child{
    border: none;
}
.blog-category-list a{
    background: transparent;     
    color: #000;
    padding: 20px 30px;
    display: block;
    line-height: 1.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;        
}
.blog-category-list a:hover,
.blog-category-list a:focus{
    background: #000000;
    color: #ffffff;
}
.blog-post-item{
    margin-bottom: 30px;
}
.blog-post-img {
    height: auto;
    overflow: hidden;
    background: #e8e8e8;
    position: relative;
    text-align: center;
}
.blog-post-img img:hover,
.blog-post-img img:focus,
.event-square-img img:hover,
.event-square-img img:focus{
    opacity: 0.7;
}
.blog-post-inner {
    padding: 30px 30px 35px 30px;
}
.blog-post-square-sw .blog-post-inner{
    padding: 25px 20px;    
}
.blog-post-inner h3 {
    margin: 0 0 10px 0;
    font-size: 17px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    font-weight: 600;
}
.blog-post-cl .blog-post-inner h3 {
    line-height: 1.5;
    height: 51px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    white-space: normal;
}
.blog-post-inner a.blog-link{
    color: #000000;
}
.blog-post-inner a.blog-link:hover{
    color: #007dbd;
}
.blog-post-meta {
    margin-bottom: 20px;
}
.blog-post-inner p {
    margin-bottom: 12px;
    height: 85px;
    overflow: hidden;
    font-size: 17px;
}
.blog-post-meta p {
    margin: 0;
    font-size: 16px;
    height: auto;
}
.blog-post-btn {
    margin: 0;
}
.blog-post-podcast .blog-post-inner{
    padding: 20px 24px 20px 24px;
}
.blog-post-podcast .blog-post-inner h3{
    font-size: 15px;    
}
.blog-post-podcast-sm span{
    margin: 0 10px 0 0;
    font-size: 15px;
}
.blog-post-podcast-sm a{
    background: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid;
    box-shadow: 0 2px 6px rgb(140 140 140 / 20%);
    font-size: 14px;
    margin: 0 1px;
    border-radius: 50px;   
}
.blog-post-podcast-sm a.pd-sm-ap{
    color: #595959;
}
.blog-post-podcast-sm a.pd-sm-go{
    color: #1665c0;
}
.blog-post-podcast-sm a.pd-sm-st{
    color: #18a249;
}
.blog-post-podcast-sm a.pd-sm-ap:hover,
.blog-post-podcast-sm a.pd-sm-ap:focus{
    background: #595959;
}
.blog-post-podcast-sm a.pd-sm-go:hover,
.blog-post-podcast-sm a.pd-sm-go:focus{
    background: #1665c0;
}
.blog-post-podcast-sm a.pd-sm-st:hover,
.blog-post-podcast-sm a.pd-sm-st:focus{
    background: #18a249;
}
.blog-post-podcast-sm a:hover,
.blog-post-podcast-sm a:focus{
    color: #ffffff;
}
.background-page-image-single .header-bg-color{
    background-color: rgba(0, 0, 0, 0.55);    
}
.single-page-bd h1{
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;   
}
.single-post-ah{
    margin: 15px 0 0 0;
    overflow: hidden;    
}
.single-post-ah img{
    border-radius: 50%;
    float: left;
    margin: 0 15px 0 0;    
}
.single-post-ah h4{
    font-size: 17px;
    font-weight: 500;
    margin: 4px 0 3px 0;
}
.single-post-ah h5{
    font-size: 13px;
    font-weight: 300;
    margin: 0;   
}
.single-post-author{
    padding: 40px;
    border: 1px solid #e5e9ec;    
}
.single-post-author-img{
    float: left;
    margin: 0 32px 20px 0;     
}
.single-post-author-img img{
    border-radius: 50%; 
    border: 5px solid #fff;  
    box-shadow: 4px 11px 24px rgba(0, 0, 0, 0.05);          
}
.single-post-author-meta h5{
    margin-bottom: 5px;    
}
.single-post-author-meta p{
    font-size: 16px;
    margin: 0;    
}
.single-pst-navigation{
    clear: both;
}
.nav-single-left a {
    padding-right: 40px;
}
.nav-single-right a {
    padding-left: 40px;
}
.nav-single-left a i {
    margin-right: 5px;
}
.nav-single-right a i {
    margin-left: 5px;
}
.nav-single-left img {
    margin-right: 20px;
}
.nav-single-right img {
    margin-left: 20px;
    margin-right: -1px;
}
.nav-single-btm a {
    background: #6a11cb;
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 1), rgba(1, 147, 222, 1));
    background: linear-gradient(to right, rgba(106, 17, 203, 1), rgba(1, 147, 222, 1));
    color: #ffffff!important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;    
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
}
.nav-single-btm.nav-single-right a{
    background: #6a11cb;
    background: -webkit-linear-gradient(to left, rgba(106, 17, 203, 1), rgba(1, 147, 222, 1));
    background: linear-gradient(to left, rgba(106, 17, 203, 1), rgba(1, 147, 222, 1));    
}
.tooltip-inner h6.white-text{
    margin:0;
    padding:5px;
    font-size:16px;  
    font-weight: 500;
}
body.single .single-pg-cnt .heateor_sss_sharing_container{
    position: absolute;
    padding: 0; 
    z-index: 9;
}
body.single .single-pg-cnt .heateorSssPullOut {
    display: none !important;
}
.blog-post-pagination{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-post-pagination .wp-pagenavi span,
.blog-post-pagination .wp-pagenavi a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
    float: left;
    margin: 1px;
    padding: 10px 12px 10px 12px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #000000;
    transition: background .15s ease-in-out;
    border-radius: 4px;
    border: none;   
}
.blog-post-pagination .wp-pagenavi span.current{
    padding: 10px 12px 10px 12px;
    background: #0a5c8d;
    color: #ffffff;   
}
.blog-post-pagination .wp-pagenavi a:hover,
.blog-post-pagination .wp-pagenavi a:focus{
    color: #fff;
    background: #000000;    
}
body.archive.paged.category .blog-post-pagination{
    margin: 0 40px 0 0; 
}
.txt-tp{
    line-height: 1.5;
}
.share-social-media{
    position: absolute;
    left: -15px;
    top: 7em;
    z-index: 99;
}
.sm-mn-pads .share-social-media{
    left: -52px;
}
.share-social-media h1{
    font-size: 13px;
    margin: 0 0 13px 0;  
}
.share-social-media a{
    display: block;
    background: #fff;
    padding: 12px 20px;
    text-align: center;
    font-size: 25px;
    margin: 0 0 10px 0;
    border: 1px solid #e4e4e4;
    box-shadow: 4px 11px 24px rgba(0, 0, 0, 0.05);
    color: #007dbd;
    border-radius: 5px;    
}
.share-social-media a:hover,
.share-social-media a:focus{
    background: #6a11cb;
    background: -webkit-linear-gradient(to left, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
    background: linear-gradient(to left, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
    color: #ffffff;
}
.bx-itm-list-cnt{
    padding: 30px;	
}
.bx-itm-list-cnt ul,
.bx-itm-list-cnt ul li:last-child{
    margin-bottom: 0;
}
.single-pg-cnt,
.single-pg-cnt a{
    word-break: break-word;    
}
.bx-in-hls{
	padding: 30px;	
}
.bx-simple-txt-hls img{
	float: left;
    margin: 0 30px 0 0;
}
.bx-simple-txt-hls h3{
	font-size: 26px;
    margin-bottom: 18px;	
}
.sml-txt h1{
    font-size: 42px;
}
.sml-txt p{
    font-size: 20px;
}
.sml-txt-ln h5{
    font-size: 22px;
}
.section-dg .bx-squared-post{
    height: 230px;    
}
.site-main .btn-group a{
    background: #000000;
    margin: 0 18px 0 0;
    border: 1px solid #000000;
    color: #ffffff;
    font-size: 14px;
    padding: 14px 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px!important;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;    
}
.site-main .btn-group a:first-child{
    background: #007dbd;
    border: 1px solid #007dbd; 
    color: #ffffff;   
}
.site-main .btn-group a:last-child{
    background: #828282;
    border: 1px solid #828282;
    color: #ffffff;  
}
body .site-main .cool-vertical-timeline-body .ctl-row{
    padding: 30px 0;
}
body .site-main .cool-vertical-timeline-body .timeline-content .story-time > div, 
body .site-main .cool-vertical-timeline-body .timeline-content .story-time p {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1b4268 !important;
}
body .site-main .cool-vertical-timeline-body .timeline-content.icon-false .timeline-block-icon{
    background: #007dbd !important;
}
body .site-main .cool-vertical-timeline-body:before{
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, #007dbd 10%, #007dbd 90%, rgba(230, 230, 230, 0) 100%) !important;    
}
body .site-main .cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details, 
body .site-main .cool-vertical-timeline-body.one-sided.left .timeline-content .story-details,
body .site-main .cool-vertical-timeline-body.both-sided .timeline-content .position-left .story-details, 
body .site-main .cool-vertical-timeline-body.one-sided.right .timeline-content .story-details{
    border-color: #007dbd !important;
}
body .site-main .cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details::before, 
body .site-main .cool-vertical-timeline-body.one-sided.left .timeline-content .story-details:before{
    border-right-color: #007dbd !important;    
}
body .site-main .cool-vertical-timeline-body.both-sided .timeline-content .position-left .story-details::before, 
body .site-main .cool-vertical-timeline-body.one-sided.right .timeline-content .story-details:before{
    border-left-color: #007dbd !important;    
}
body .site-main .cool-vertical-timeline-body .timeline-content .story-details p {
    font-size: 17px;
    line-height: 1.7;
}
body .site-main .cool-vertical-timeline-body .timeline-content .story-details h3,
body .site-main .cool-vertical-timeline-body .timeline-content .timeline-block-icon svg{
    display: none;
}
.table-podcast-sd table{
    background: #fff;
    margin: 0;    
}
.table-podcast-sd table thead{
    background: #0064c8;
    border: none;
}
.table-podcast-sd table tr{
    background: none !important;
}
.table-podcast-sd thead tr th{
    background: #0c6fd2;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 20px;
    text-align: center;
    box-shadow: 4px 11px 24px rgb(0 0 0 / 18%);
    text-transform: uppercase;
}
.table-podcast-sd thead tr th:nth-child(odd){
    background: #0c6fd2;    
}
.table-podcast-sd thead tr th:nth-child(even){
    background: #015cb7;    
}
.table-podcast-sd tbody td {
    border-top: none;
    border-bottom: 1px solid #eaeaea !important;
    border-right: 1px solid #eaeaea !important;
    border-left: none !important;
    padding: 20px 20px;
    font-size: 14px;
    text-align: center;
}
.table-podcast-sd tbody td strong{
    color: #007dbd;
    font-size: 14px;
}
body.single-superstarofthemonth .wp-block-image figure img{
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 25%) 0px 25px 50px -12px;
    border-radius: 4px;
    width: 94%;
}
.form-cnt{
    padding: 30px 30px;
    background: #ffffff;  
}
.form-input{
    margin: 0 0 18px 0;
}
.form-input label{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin: 0 0 5px 0;  
}
.form-input input[type="text"],
.form-input input[type="email"],
.form-input textarea{
    width: 100%;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 4px;    
}
.form-input input[type="text"]:focus,
.form-input input[type="email"]:focus,
.form-input textarea:focus{}
.form-submit input[type="submit"]{
    width: 100%;
    background: #6a11cb;
    background: -webkit-linear-gradient(to left, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
    background: linear-gradient(to left, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
    padding: 12px 25px;
    color: #ffffff;
    border: none;
    padding: 16px 10px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;    
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus{
    background: #6a11cb;
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));
    background: linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));       
    color: #ffffff;    
}
.wpcf7 form .wpcf7-response-output {
    padding: 18px 15px;
    border: 2px solid #000000;
    text-align: center;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #26892f;
    background: #26892f;
    color: #ffffff;
}
.body.search.search-results #post-6736,
.body.search.search-results #post-6736{
    display: none !important;
}
.team-prime-photo {
    background: none;
    margin: -73px 0 0 0;
}
.team-prime-photo img {
    border-radius: 50%;
    box-shadow: 0 2px 6px rgb(140 140 140 / 20%);
    border: 5px solid #fff;
}
.team-prime-desc {
    background: #fff;
    margin: -85px 0 0 0;
    padding: 108px 0 0 0;
}
.team-prime-desc-head {
    padding: 0 23px 30px 23px;
}
.team-prime-desc-head h1 {
    margin: 0 0 5px 0;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    font-weight: 600;
}
.team-prime-cnt p{
    font-size: 15px;
    text-transform: none;
    margin: 0;
}
.social-media-team-ln {
    padding: 18px 20px;
    background: #e8e8e8;
}
.social-media-team-ln a {
    display: inline;
    font-size: 20px;
    margin: 0 5px;
    color: #2791cf;
}
.social-media-team-ln a:hover, .social-media-team-ln a:focus {
    color: #333;
}
#modal-song .modal-body a.nws-close{
    box-sizing: content-box;
    padding: 10px 15px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 0;
}
#modal-song .song-section-content{
    padding: 58px 35px;
}
.vote-contact-form{
    padding: 25px;
}
.vote-contact-form input[type="text"], 
.vote-contact-form input[type="email"], 
.vote-contact-form textarea {
    width: 100%;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    padding: 12px 18px;
    border-radius: 4px;
    display: block;
    margin: 0 0 18px 0;
    box-shadow: 4px 11px 24px rgb(0 0 0 / 8%);
}
.vote-contact-form textarea{
    height: 150px;
}
.vote-contact-form button{
    width: 100%;
    background: #6a11cb;
    background: -webkit-linear-gradient(to left, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
    background: linear-gradient(to left, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
    padding: 12px 25px;
    color: #ffffff;
    border: none;
    padding: 16px 10px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
}
.vote-contact-form button:hover,
.vote-contact-form button:focus{
    background: #6a11cb;
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));
    background: linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));   
}
.slider-bt-custom .google-auto-placed {
    margin: 50px 0 0 0;
}
/*--------------------------------------------------------------
# Music Player
--------------------------------------------------------------*/
body.page-template-page-player{
    background-color: #f4f4f4;
    background-image: url('../images/bg-player-4.png');
    background-position: top center;
    background-repeat: repeat-x;
    background-size: contain;
}
.custom-wdt{
    width: 700px;
    margin: 0 auto;
    margin-top: 75px;
    margin-bottom: 75px;	
}
.site-header-player{
    padding: 30px 30px;
    border-bottom: 2px solid #f1f1f1;		
}
.current-song-playing-player{
    display: grid;
    grid-template-columns: 20% 77%;
    grid-gap: 10px;
    padding: 30px 38px;
}
.current-song-playing-player .player-title{
    padding: 8px 0;	
}
.current-song-playing-player .song-current{
    font-size: 18px;
    margin: 0 0 2px 0;
    line-height: 1.2;
}
.current-song-playing-player .song-title{
    font-size: 19px;
    margin: 0;
}
.player-embed{
    background: #48c6ef;
    background: -webkit-linear-gradient(to right, rgba(72, 198, 239, 1), rgba(109, 138, 208, 1));
    background: linear-gradient(to right, rgba(72, 198, 239, 1), rgba(109, 138, 208, 1));
    padding: 18px
}
.player-embed audio{
    width: 100%;
}
.player-embed #MusesRadioPlayer-HTML5-player-0 {
    width: 560px !important;
    margin: 0 auto;
}
.recently-played-list .cctrack{
    overflow: hidden;
    padding: 25px 41px;
    margin: 0;
}
.recently-played-list .cctrack:nth-child(even){
    background: #f9f9f9; 
}
.recently-played-list .cctrack:nth-child(odd){
    background: #fff;    
}
.modal-body .recently-played-list .cctrack:nth-child(even){
    background: #fff; 
}
.modal-body .recently-played-list .cctrack:nth-child(odd){
    background: #f9f9f9;   
}
.recently-played-list .cctrack:last-child{
	border-bottom: none;
}
.recently-played-list .cctrack .cccover{
    padding: 0;
    border: none;
    margin-right: 18px;
    display: none;
}
.recently-played-list .cccover img{
	width: 100px;
}
.recently-played-list .cctime{
    text-transform: uppercase;
    font-size: 14px;
    font-family: Roboto;  
    display: none;
}
.recently-played-list .cctrack .ccdetails_withcover{ 
	margin-left: 0;
}
.recently-played-list .cctitle{
    color: #000000 !important;
    font-size: 17px;
    padding: 2px 0;
}
.recently-played-list .cctitle.ccnowplaying{
    font-weight: 700;    
}
.recently-played-list .cctrack .ccartist{
    color: #4c4c4c;
    font-size: 16px;
    font-style: italic;
}
.recently-played-list .cctrack a.ccbuy, 
.recently-played-list .cctrack a.ccbuy:link, 
.recently-played-list .cctrack a.ccbuy:active, 
.recently-played-list .cctrack a.ccbuy:visited, 
.recently-played-list .cctrack a.ccbuy:hover {
    color: #e75d00 !important;
    text-decoration: underline;
    font-size: 14px;
    display: none;
}
.recently-played-list .cc_recenttracks_list .cctrack:nth-child(1){
    display: none!important;
}
.head-text h1{
	font-size: 21px;
}
.sml-pad {
    padding: 40px 30px;
}
.site-footer-player{
    padding: 25px 0;
    border-top: 2px solid #f1f1f1;
}
.social-media-icons a{
    background: transparent;
    box-shadow: none;
    border-radius: 4px;
    font-size: 20px;
    color: #000000;
    padding: 6px 12px;
    display: inline-block;
    margin: 0 3px;
}
.social-media-icons a:hover,
.social-media-icons a:focus{
    background: #6a11cb;
    background: -webkit-linear-gradient(to left, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
    background: linear-gradient(to left, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
    color: #ffffff;
}
.bx-icon-ds{
    color: #ffd54f;
    display: inline-flex;
    width: 90px;
    height: 90px;
    justify-content: center;
    align-items: center;
    border: 5px solid #ffd54f;
    border-radius: 50px;
    font-size: 34px;
    margin-bottom: 30px;    
}
.player-btn-dl{}
.player-btn-dl a{
    margin: 0 5px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-block-one{
    border-top: 1px solid #f0f0f0;    
}
body.single-shows .footer-block-one{
    background: #ffffff;
}
.footer-head-design{}
.footer-head-design h1{
    font-size: 20px;    
}
.footer-sm-cnt{
    padding: 12px 0;    
}
.footer-social-media-links a{
    background: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;    
    width: 48px;
    height: 48px;
    border: 1px solid;    
    box-shadow: 0 2px 6px rgb(140 140 140 / 20%);
    font-size: 20px;
    margin: 0 5px;
    border-radius: 50px;
}
.footer-social-media-links a.fb-link{
    color: #3b5998;
}
.footer-social-media-links a.tw-link{
    color: #00acee;
}
.footer-social-media-links a.yt-link{
    color: #FF0000;
}
.footer-social-media-links a.mx-link{
    color: #1e2337;
}
.footer-social-media-links a.ins-link{
    color: #e1306c;
}
.footer-social-media-links a.tkt-link{
    color: #ff0050;
}
.footer-social-media-links a.fb-link:hover,
.footer-social-media-links a.fb-link:focus{
    background: #3b5998;
}
.footer-social-media-links a.tw-link:hover,
.footer-social-media-links a.tw-link:focus{
    background: #00acee;
}
.footer-social-media-links a.yt-link:hover,
.footer-social-media-links a.yt-link:focus{
    background: #FF0000;
}
.footer-social-media-links a.mx-link:hover,
.footer-social-media-links a.mx-link:focus{
    background: #1e2337;
}
.footer-social-media-links a.ins-link:hover,
.footer-social-media-links a.ins-link:focus{
    background: #e1306c;
}
.footer-social-media-links a.tkt-link:hover,
.footer-social-media-links a.tkt-link:focus{
    background: #ff0050;
}
.footer-social-media-links a:hover,
.footer-social-media-links a:focus{  
    color: #ffffff;
}
.footer-menu-navigation ul{
    list-style: none;
    margin: 0;
    padding: 0;    
}
.footer-menu-navigation li{
    display: inline;
    margin: 0 12px;   
}
.footer-menu-navigation li a{
    font-family: 'Poppins', sans-serif;    
    text-transform: uppercase;
    font-size: 12px;
    color: #000000;   
}
.footer-menu-navigation li a:hover,
.footer-menu-navigation li a:focus{
    text-decoration: underline;
}
.footer-block-two{
    padding: 20px 0;  
}
.footer-block-two p{
    font-size: 14px;
    color: #7c7c7c;
    margin: 0;    
}
/* Navigation
--------------------------------------------- */
.main-navigation{
    width: 100%;    
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
    background: #000;
    display: inline-block; 
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
    opacity: 0;
}
.site-header.fixed .main-navigation ul ul{
    margin-top: 0;    
}
.main-navigation ul ul li{
  	padding: 0;
    border-bottom: 1px solid #2b2b2b;
}
.main-navigation ul ul li:last-child{
    border-bottom: none;     
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
    width: 230px;
    padding: 20px 25px;
    display: block;
    border-bottom: none;
    text-align: left;
    color: #fff !important; 
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;     
}
.main-navigation ul ul a:hover{
    background: #2690cf;
    border-bottom: none;
    color: #fff;   
}
.main-menu-navigation li.current_page_item ul li a{
    border-bottom: none !important;    
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
  	opacity: 1;
}

.main-navigation a {
	text-decoration: none;
}

.main-navigation ul ul ul{
	margin-left: 14.37em;	
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {

}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
section.widget {
	margin: 0 0 30px 0;
}
section.widget h2.widget-title{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin: 0 0 25px 0px;
    font-size: 25px;     
}
.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.mobile-header{
	display: none;
}
.menu-side {
    position: absolute;
    height: 0px;
    overflow: hidden;
} 
.slider-main-mobile,
.grecaptcha-badge{
    display: none!important;
}
/*--------------------------------------------------------------
## Large screens
--------------------------------------------------------------*/
@media only screen 
and (min-width : 1824px) {       			
}

/*--------------------------------------------------------------
## Desktops and Laptops
--------------------------------------------------------------*/   
@media only screen 
and (min-width : 1224px) {  
    .bt-slider .carousel-control-prev{
        left: -60px;
    }
    .bt-slider .carousel-control-next{
        right: -60px;
    }    
    .blog-post-cl .blog-post-img {
        background: #000000;
        width: 416px;
        height: 233px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cl-lft{
        margin-right: 30px;
    }   
    .cl-rgt{
        margin-left: 30px;
    }                    
}   
/*--------------------------------------------------------------
## Tablet Landscape
--------------------------------------------------------------*/
@media (max-width: 1259px) and (min-width: 768px){   
    .main-navigation a {
        padding: 30px 12px;
        font-size: 12px;
    }  

    .bx-sng-txt h3 {
        font-size: 1.1rem;
    }   
    .bx-sng-txt p.sng-tl {
        font-size: 12px;
    }   
    .bx-sng-txt p.sng-art {
        font-size: 11px;
    }       
    .blc-gd {
        display: grid;
        grid-template-columns: 29.5% 69%;
    } 
    .current-song-playing {
        grid-template-columns: 15% 82%;
    }
    .rc-pd {
        width: 45%;
    }  
    .rc-sh {
        width: 50%;
    }
    .search-box {
        width: 188px;
    }  
    html body .single-pg-cnt .wp-element-caption{
        display: block !important;
    }                   
}   

/*--------------------------------------------------------------
## Tablet Portrait
--------------------------------------------------------------*/
@media screen and (max-width: 991px) {  
	.desktop-header{
		display: none;
	}
	.mobile-header{
		display: block;
	}
    /* Sidebar Menu */
     .mobile-header {
        background: #ffffff;
        display: block;
        overflow: hidden;
        position: static;
    } 
    .mobile-header .site-header{
        padding: 20px 15px;
        position: static!important;
    }
    .mobile-header .mobile-menubar a {
		font-size: 24px;
	    color: #000;
	    display: block;
    }
    .mobile-header .mobile-menubar a:hover,
    .mobile-header .mobile-menubar a:focus{
        color: #02588b;
    }
    .mobile-header .logo {
        padding: 0;
    } 
    .mobile-header .logo img {
        height: auto;
    } 
    .mobile-header .search-btn {
        transform: translateY(-50%);
        top: 50%;
        position: relative;        
    }  
    .mobile-header .search-btn a {
        font-size: 26px;
        color: #514383;
        display: block;
    } 
    .mobile-header .search-btn a:hover,
    .mobile-header .search-btn a:focus{
        color: #f76d26;
    }                           
    [data-sidebar] {
        display: none;
        position: fixed;
        height: 100%;
        z-index: 100;
    }
    [data-sidebar-overlay] {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        min-height: inherit;
    }
    .menu-side{
        width: 70%;
        background: #012236;
        overflow-y: auto;
        top: 0;
        z-index: 999;
        display: block;
        visibility: hidden;  
    }
    .menu-side a{ 
        color:#fff; 
        text-decoration:none;
    }
    .menu-side a.menu-close-btn{
        font-size: 24px;
        margin: 20px 21px;
        display: block;
        width: 71px;
    }
    .menu-overlay { 
        background: rgba(0,0,0,0.5); 
        height:100%;
        z-index: 11;
    }
    .side-menu-block .menu-side-base ul{
        list-style: none;
        margin: 0;
        padding: 0; 
        border-top: 1px solid #002a43;
    }
    .side-menu-block .menu-side-base li{
		padding: 0px 0px;
	    margin-bottom: 0;
    }
    .side-menu-block .menu-side-base a{
        font-family: 'Poppins', sans-serif;
        color: #ffffff!important;
        border-bottom: 1px solid #002a43;
        padding: 15px 20px;
        font-size: 14px;
        display: block;
        font-weight: 500;
        text-transform: uppercase;
        cursor: pointer;
    }  
    .side-menu-block .menu-side-base a:hover,
    .side-menu-block .menu-side-base a:focus{
        background: #6a11cb;
        background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));
        background: linear-gradient(to right, rgba(106, 17, 203, 0.85), rgba(1, 147, 222, 0.85));  
        color: #ffffff;
    }
    .side-menu-block .menu-side-base ul ul{
      border-top: none;
      border-bottom: 1px solid #002a43;
      padding: 15px 15px;
    }
    .side-menu-block .menu-side-base ul ul li a{
	    color: #b3b3b3;
	    border: none;
	    padding: 9px 20px;  
    }
    .side-menu-block ul ul li a:hover{
        color: #fff;  
    }
    .side-menu-block .menu-side-base .menu-main-menu-container{
        float: none;    
    }
    .slider-main-desktop{
        display: none!important;
    }      
    .slider-main-mobile{
        display: block!important;
    }    
    .bt-slider.carousel {
        height: auto;
        max-height: none;
    }      
    .slider-text {
        height: 100%;
        text-align: center;
    }   
    .mobile-social-media .social-media-links{
		padding: 30px 0 0 0;    	
    }
    .mobile-social-media .social-media-links a{
    	 color: #fff !important;
    }    
}
@media only screen and (min-width: 768px) and (max-width: 959px) { 
    .top-heading-design h2 {
        font-size: 30px;
    }   
	.bx-ls-btn {
        text-align: center !important;
        margin: 0px 0 0 0;
	}
	.page-margin {
	    padding: 50px 0;
	}
	.bx-txt-cnt {
	    margin: 0;
	    padding: 30px;
	}
	.page-margin-mid-vt {
	    padding: 1.3em 0;
	}
	.header-bg-title h1 {
	    font-size: 40px;
	}	
	.blog-category-header,
    .bg-txt-inn-img{
	    text-align: center;
	}
	.blog-category-header h3 {
	    font-size: 24px;
	}	
	.single-page-bd {
	    margin: 0;
	}
	.single-page-bd h1.entry-title{
		font-size: 28px;
	}
	.single-post-ah h5 {
	    font-size: 10px;
	}
	.share-social-media {
	    position: relative;
	    left: 0;
	    top: 0;
	    text-align: center;
	    margin: 0 0 40px 0;
	}
	.share-social-media h1 {
	    font-size: 18px;
	    margin: 0 0 25px 0;
	}	
	.share-social-media a {
	    display: inline;
	    padding: 10px 18px;
	    font-size: 18px;
	    margin: 0 3px;
	}
	.nav-single-btm a{
		font-size: 10px;
	} 
    .st-tp-ps {
        padding: 0 0 80px 0;
    }    
    .st-mt-img {
        text-align: center;
        padding: 10px 20px 20px 20px;
    }     
    .st-mt-img img {
        margin-bottom: 0;
        margin-top: 0;
    }  
    .custom-wdt{
        width: 100%;
    }  
    .current-song-playing-player .song-current {
        font-size: 14px;
    } 
    .current-song-playing-player .song-title {
        font-size: 15px;
    }  
    .head-text h1 {
        font-size: 16px;
    }
    .sml-pad {
        padding: 40px 10px;
    }
    .player-btn-dl a {
        margin: 0 5px 10px 5px;
    } 
    .btn-main-sm-big, 
    .btn.btn-main.btn-main-big {
        font-size: 14px;
    }  
    .player-embed #MusesRadioPlayer-HTML5-player-0 {
        width: auto !important;
        margin: 0 auto;
    }  
    .single-pg-cnt .wp-block-image .alignright, 
    .single-pg-cnt .wp-block-image .alignleft{
        float: none;
        margin: 0 0 20px 0;
        text-align: center;
        display: block;
    }                                              									   
}   

/*--------------------------------------------------------------
## Screen Size Small
--------------------------------------------------------------*/
@media (max-width: 991px) and (min-width: 960px) {
    .desktop-header .container, 
    .desktop-header .container-sm, 
    .desktop-header .container-md {
        max-width: 100%;
    }    
}    
/*--------------------------------------------------------------
## Mobile Landscape
--------------------------------------------------------------*/
@media only screen and (max-width : 767px) {
	.page-pads {
	    padding: 0 10px;
	}      
	.top-heading-design h1 {
	    font-size: 30px;
	}
	.top-heading-design h2,
    .course-sect-header h1{
	    font-size: 26px;
	}	
	.top-heading-design h3 {
	    font-size: 22px;
	}		
	.btn-main-big {
        font-size: 13px;
        padding: 12px 24px;
	}
    .top-heading-design-ls h1{
        font-size: 20px;
    }
    .top-heading-design-ls h2{
        margin: 10px 0;
    }
    .top-heading-design-ls p{
        font-size: 16px;
        line-height: 1.5;        
    }   
    .slider-cnt-ls {
        height: 376px;
        display: flex;
        align-items: center;        
    }     
    .slider-text{}
    .slider-text h1{
        font-size: 21px !important;
        font-weight: 500;        
    }
    .slider-text a.btn.btn-main.btn-main-big{
        padding: 10px 28px;
        font-size: 12px;        
    }    
    .slider-text p{
        font-size: 16px;
        margin-bottom: 10px;       
    } 
	.bx-ls-btn,
	.main-btn-pad,
	.main-btn-pad-lg,
	.footer-cright,
	.footer-btm-links{
	    text-align: center !important;
	}
    .main-btn-pad-lg h2,
    .bg-txt-inn p,
    .bx-lft-cnt h2,
    .accordion-sect h3,
    .pl-heading h1{
        font-size: 30px;
    }
	.page-margin,
    .sm-mn-pads{
	    padding: 60px 0;
	}
	.bx-txt-cnt {
		margin: 0 30px;
		padding: 0;
	}
	.abt-cnt .bx-simple-txt{
		padding: 0 15px;
	}
	.page-margin-mid-vt {
	    padding: 2.3em 0;
	}			
	.footer-row-one .col-lg-3:last-child .bx-ft-itm,
	.bg-white .col-lg-4:last-child .bx-post,
	.bg-light-gray .col-lg-4:last-child .bx-box-quote{
		margin-bottom: 0;
	}
	.bx-ft-txt h4{
		font-size: 16px;
	}
    .bx-lft-cnt p {
        font-size: 18px;
    }    
	.entry-header.background-page-image, 
	.entry-header.background-page-color, 
	.entry-header.background-page-default, 
	.entry-header.background-page-default-dark {
	    height: 200px;
	}
    .entry-header.entry-header-single-post{
        height: auto;
        padding: 45px 25px;
    }	
	.footer-btm-links a {
	    margin: 0 15px;
	}
	.header-bg-title h1,
    .bx-wwm-lnk h1{
	    font-size: 28px;
	}	
    .bg-txt-inn-img {
        margin-top: 0;
    }    
	.blog-category-header {
	    text-align: center;
	}
	.blog-category-header h3 {
	    font-size: 24px;
	}	
	.single-page-bd {
	    margin: 0;
	}
	.single-page-bd h1.entry-title{
		font-size: 22px;
	}
    .single-page-bd h5{
		font-size: 16px;
	}
	.single-post-ah h5 {
        font-size: 15px;
        margin: 5px 0 0 0;
	}
	.share-social-media,
    .sm-mn-pads .share-social-media {
	    position: relative;
	    left: 0;
	    top: 0;
	    text-align: center;
	    margin: 0 0 40px 0;
	}
	.share-social-media h1 {
	    font-size: 18px;
	    margin: 0 0 25px 0;
	}	
	.share-social-media a {
	    display: inline;
	    padding: 10px 18px;
	    font-size: 18px;
	    margin: 0 3px;
	}	
	.single-pst-navigation .float-left,
	.single-pst-navigation .float-right{
		float: none !important;
	}	
	.nav-single-btm {
	    margin-bottom: 20px;
	}		
	.single-pst-navigation .float-right .nav-single-btm{
		 text-align: right;
	}	
    .st-flex {
        display: block;
        text-align: center;
    }  
    .st-fl-left,
    .st-fl-right{
        flex: 0;
    }  
    .thd-st-head {
        padding: 75px 0 0 0;
    }  
    .st-tp-ps {
        padding: 0 0 75px 0;
    }    
    .bx-sng-txt h3 {
        font-size: 1rem;
    }   
    .bx-sng-txt p.sng-tl {
        font-size: 12px;
    } 
    .bx-sng-txt p.sng-art {
        font-size: 11px;
    }  
    .form-optin input[type="text"], 
    .form-optin input[type="email"], 
    .form-optin texarea {
        font-size: 16px;
        width: 85%;
        margin: 8px 10px;
    } 
    .custom-wdt{
        width: 100%;
    }  
    .current-song-playing-player .song-current {
        font-size: 14px;
    } 
    .current-song-playing-player .song-title {
        font-size: 15px;
    }  
    .head-text h1 {
        font-size: 16px;
    }
    .sml-pad {
        padding: 40px 10px;
    }
    .player-btn-dl a {
        margin: 0 5px 10px 5px;
    } 
    .btn-main-sm-big, 
    .btn.btn-main.btn-main-big {
        font-size: 14px;
    }  
    .player-embed #MusesRadioPlayer-HTML5-player-0 {
        width: auto !important;
        margin: 0 auto;
    }                            
    .footer-menu-navigation li {
        display: block;
    } 
    .footer-block-two p {
        font-size: 11px;
    } 
    .footer-social-media-links a {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }   
    .form-optin button{
        width: 85%;
        margin: 15px 0 0 0;        
    } 
    .w-btn-mbl{
        margin-bottom: 30px;
    }
    .wp-block-embed-youtube .wp-block-embed__wrapper{
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0;
        height: 0;
        overflow: hidden;    
    }
    .wp-block-embed-youtube .wp-block-embed__wrapper iframe{
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .single-pg-cnt .wp-block-image .alignright, 
    .single-pg-cnt .wp-block-image .alignleft{
        float: none;
        margin: 0 0 20px 0;
        text-align: center;
        display: block;
    }  
    #primary .yt-vid-list .ayg-theme {
        grid-template-columns: 100%;
    }       
    #primary .db-btn-lnk .db-rgt {
        margin-right: 0;
    }    
    html body .single-pg-cnt .wp-element-caption{
        display: block !important;
    }       
    .m-btm{
        margin-bottom: 30px;
    }  
    .m-btm-txt-cnt{
        text-align: center;
    }       
}   

/*--------------------------------------------------------------
## Mobile Portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
}