/*
	Theme Name:   DIYALO Child
	Theme URI:    http://diyalofoodland.com.np/
	Description:  DIYALO Child Theme
	Template:	  diyalo
	Author:       DIYALO
	Author URI:   https://diyalofoodland.com.np/
	Version:      1.0
	License:      license purchased
	Text Domain:  DIYALO-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;
  
}

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

.the-subtitle{
	font-weight: 400;
}
/* display recipes */
.post-thumb img {
    width: 300px;
    display: block;
    height: 250px;
    border-radius: 5px;
}

.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;
}
.scrolling-slider .slide {
   
    text-align: center;
}

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


#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; */
}




.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 */


@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;}

