/*
	Theme Name:   PSB-NEPALEN Child
	Theme URI:    http://psbnepal.gov.np/
	Description:  PSB NEPAl Child Theme
	Template:	psbnepal
	Author:       PSB NEPAL
	Author URI:   https://psbnepal.gov.np/
	Version:      1.0
	License:      license purchased
	Text Domain:  PSB-NEPALEN-child
*/


/* write custom css after this line */


@import url("https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800");

#logo{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.header-layout-2 #menu-components-wrap{
	justify-content: left;
}

body {
	background: unset !important;
  	font-size: 16px;
	font-family: 'Mukta', sans-serif !important;
}

a:hover {
	color: #e30514;
}

h2{
	font-weight: 500;
}

.timeline-widget li h3{
	font-weight: 500;
}

#main-nav .main-menu > ul ul li:hover a, #main-nav .menu ul li:hover > a, #main-nav .menu ul li.current-menu-item:not(.mega-link-column) > a{
	color: #fff !important;
}
	
.main-nav-dark .main-nav.fixed-nav, .theme-header .fixed-nav{
    background-color: #2460b9;
}

.top-menu .menu li {
  position: relative;
  background-color: #d31c25;
  margin-right: 3px;
  
}
.post-thumb .post-cat-wrap {
  display: none;
}

#the-post .entry-content p {
	text-align: justify;
}

.the-subtitle{
	font-weight: 400;
}

.ntv__live {
  background: #d31c25;
  margin-right: 2px;
}

.playbt {
  background: #d31c25;
  margin-right: 2px;
}

.header-layout-3.no-stream-item .logo-container {
  width: 100%;
  float: none;
/*   display: none; */
}

.mag-box-filter-links a {
    padding: 0 6px;
    margin: 0 2px;
    line-height: 22px;
    border-radius: 2px;
    color: var(--base-color);
    display: inline-block;
    transition: 0.2s;
    white-space: nowrap;
    word-wrap: normal;
	font-size:22px;
}


.stream-item img {
  max-width: 90%;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

/* .top-nav a:not(.button):not(:hover) {
  color: #ffffff;
} */

/* .menu-item-28{
	font-size: 19px !important;
	background: #e30514 !important;
	padding-left: 5px !important;
}


.menu-item-50{
	font-size: 19px !important;
	background: #ce6c12 !important;
	padding-left: 15px !important;
}
 */

#tie-body .mag-box-title{
    color: #0174f0  !important;
    /* background-color: #deedff !important; */
    border-bottom: 2px solid rgba(0,0,0,0.1);
    
}


#tie-wrapper .mag-box-title h3 {
  font-size: 40px;
  font-weight: 500;
}
.widget-title .the-subtitle {
  font-size: 22px;
  min-height: 15px;
/*   color: #fff  !important; */
}


/* .mag-box-title.the-global-title {
    border-right: 23px solid #482850;
    border-left: 23px solid #482850;
	padding:0px;

} */

/* .mag-box-title.the-global-title h3 {
    color: #fff;
    border-right: 8px solid #f6d303;
    border-left: 8px solid #cd6d1b;
    background: #0d2f68;
    padding: 0 35px;
    border-top-right-radius: 50px;
} */

/* .widget-title the-global-title, .the-subtitle {
    color: #fff;
    border-right: 8px solid #f6d303;
    border-left: 8px solid #cd6d1b;
    background: #44244c;
    padding: 0 35px;
    border-top-right-radius: 50px;
} */


.card-containter{
	display:flex;
}

.card-head{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 18%;
  border-radius: 5px;
  display: block;
  text-align: center;
  margin: auto auto 20px auto;
  
}

.card {
/*   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  transition: 0.3s;
  width: 18%;
  border-radius: 5px;
  margin: auto;
  text-align: center;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  
}

.copyright-text {
  font-style: italic;
  font-size: 15px;
  color: #f98d01;
}

/* Team css */

.team-container, .quick-container{
	max-width:1200px;
	display: flex; 
	flex-wrap: wrap;
	margin:0 auto;
	position: relative;
	min-height: 1px;
}

.team, .quick{
	min-height: 100px;
	/* padding: 30px 15px; */
	text-align: center;
	float: left;
	width: 100%;
}
.quick h2 {
    border-bottom: 5px solid #035b9d;
    width: 50%;
	margin: 0 auto;
	font-size: 36px;
	font-weight: 700;
	color: #015a9c;
	padding-bottom: 10px;
    margin-bottom: 25px;
	text-align: center;
}

.team h2 {
	font-size: 36px;
	font-weight: 700;
	color: #015a9c;
	margin:0;
	padding-bottom:20px;
	text-align: center;
}
.team .card, .quick .card{
	width:25%;
	float: left;
	padding: 10px;
}
.team .card .box, .quick .card .box {
	padding:15px;
	background-color: #f9f9f9;
	border-radius:5px;
	transition: margin .1s ease,box-shadow .1s ease;
}
.team .card .box:hover, .quick .card .box:hover {
	margin-top:-5px;
	box-shadow:0px 0px 25px #a2a2a2;
}

.team .card .box {
    min-height: 326px;
}

.team .card .box img{
	width:150px;
	display: block;
	margin: 10px auto;
	border-radius:50%;

}

.team .card .box h4{
	font-size: 20px;
	margin:20px 0px 10px;
	color: #015a9c;
	text-align: center;
	font-weight: 700;
}

.team .card .box h5{
	font-size:16px;
	font-weight: 400;
	color: #000;
	margin: 0px 0px 15px;
	text-align: center;
}
.team .card .box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    /* padding: 0px 0px; */
}

.quick .card .box img{
	width: 100%;
    height: 64px;
    display: block;
    margin: 0px auto;
}

.box a {
    color: #cb6c1a;
}

.box a:hover {
    color: #015a9c;
}

.bod-head{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*responsive*/

@media(max-width: 991px){
	.team .card, .quick .card{
		width:50%;
		/* margin-bottom:30px; */
	}
	.one-column-ntv{
		background: #f7f7f7;
		padding: 10px 20px;
	}

}

@media(max-width:550px){
	.team .card, .quick .card{
		width:100%;
	}
	
	.theme-header .fixed-nav{
		background-color: #fff;
	}
}
/* end team */

/* Live Radio */
#live_play{display: none; margin-top: 20px;}
#live_play #body_main{/*margin: 5px 0 25px; background: none; padding-left: 20%;*/ display: flex; justify-content: center; align-items: center;}
.home_player{ display: block; margin: 0 auto; float: left; border: 1px solid #e6e6e6; border-radius: 10px; 
background: rgba(254,254,254,1);
background: -moz-linear-gradient(left, rgba(254,254,254,1) 13%, rgba(231,231,231,1) 40%, rgba(219,219,219,1) 54%, rgba(226,226,226,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(13%, rgba(254,254,254,1)), color-stop(40%, rgba(231,231,231,1)), color-stop(54%, rgba(219,219,219,1)), color-stop(100%, rgba(226,226,226,1)));
background: -webkit-linear-gradient(left, rgba(254,254,254,1) 13%, rgba(231,231,231,1) 40%, rgba(219,219,219,1) 54%, rgba(226,226,226,1) 100%);
background: -o-linear-gradient(left, rgba(254,254,254,1) 13%, rgba(231,231,231,1) 40%, rgba(219,219,219,1) 54%, rgba(226,226,226,1) 100%);
background: -ms-linear-gradient(left, rgba(254,254,254,1) 13%, rgba(231,231,231,1) 40%, rgba(219,219,219,1) 54%, rgba(226,226,226,1) 100%);
background: linear-gradient(to right, rgba(254,254,254,1) 13%, rgba(231,231,231,1) 40%, rgba(219,219,219,1) 54%, rgba(226,226,226,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=1 )
}

.l_p_l{width: 48%; float: left; text-align: right; /*padding-top: 15px;*/}
.l_p_l h2{font-weight: normal; text-align: right; line-height: 1.5em; font-size: 1.3em; /*margin-bottom: 15px;*/ color: #4d6380; }

.l_p_r{width: 50%; float: right; background:-moz-linear-gradient(top, #6f7078 0%, #2c2d33 100%); border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
#live_src{background: none; border: none; color: #dd440f; font-size: 0.8em; font-weight: bold;}
.live_src_op{color:#dd440f; font-size: 30px; }

.playbt a{
	font-size: 19px !important;
	background: #e30514 !important;
	padding-left: 15px !important;
}

h1.radio-programs {
    text-align: center;
    padding-bottom: 15px;
}

@media(max-width:550px){
	.home_player {
        width: 90% !important;
        margin-left: 5%;
    }

	.l_p_l, .l_p_r {
		width: 100% !important;
	}
	
	.l_p_l{
		text-align: center !important;
    	padding: 5px !important;
	}

	.l_p_l h2 {
		font-size: 17px !important;
		text-align: center !important;
	}	
}


#tie-wrapper .mejs-container .mejs-controls{ background: #264f8b;}

 /* -- Live Radio/ --*/