/*
Theme Name: 	MU (Betheme Child)
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/*fix for ci font*/
.d-none{
	display:none !important;
}
@font-face {
    font-family: 'db_helvethaica_x55_regular';
    src: url('db_helvethaica_x_v3.2-webfont.eot');
    src: url('db_helvethaica_x_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
         url('db_helvethaica_x_v3.2-webfont.woff2') format('woff2'),
         url('db_helvethaica_x_v3.2-webfont.woff') format('woff'),
         url('db_helvethaica_x_v3.2-webfont.ttf') format('truetype'),
         url('db_helvethaica_x_v3.2-webfont.svg#db_helvethaica_x55_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Theme customization starts here
-------------------------------------------------------------- */
/*fix for ci font*/

html body {
    font-family:'db_helvethaica_x55_regular', DB Lim X, Cordia New;
	font-size:30px;
	line-height:1.6em;
	color: #3F4444;
}

html h1 {
    font-family:'db_helvethaica_x55_regular', DB Lim X, Cordia New;
	font-size: 26px !important;
	line-height: 30px !important;
	font-weight: bold;
	color: #1D4F91;
}

html h2 {
	font-family:'db_helvethaica_x55_regular', DB Lim X, Cordia New !important;
	font-size: 28px !important;
	line-height: 30px !important;
	font-weight: bold !important;
}

html h3 {
	font-family:'db_helvethaica_x55_regular', DB Lim X, Cordia New !important;
	font-size: 22px;
	font-weight: bold !important;
}

html h4 {
    font-family:'db_helvethaica_x55_regular', DB Lim X, Cordia New !important;
	font-size: 22px;
	font-weight: bold !important;
}

html h5 {
   	font-family:'db_helvethaica_x55_regular', DB Lim X, Cordia New !important;
	font-size: 22px;
	line-height: 24px
}

html h6 {
	font-family:'db_helvethaica_x55_regular', DB Lim X, Cordia New !important;
	font-size: 22px;
}

html p {
   font-family:'db_helvethaica_x55_regular', DB Lim X, Cordia New !important;
	font-size:22px;
}

html q {
    
}

html li {
	font-family:'db_helvethaica_x55_regular', DB Lim X, Cordia New !important;
	font-size:19px;    
}

html a {
	color: #3F4444; 
}

html #menu > ul > li > a, .action_button, #overlay-menu ul li a{
	font-family:'db_helvethaica_x55_regular', DB Lim X !important;
	font-size:22px;
	color: #3F4444;
}
#Action_bar .social-menu {
    padding: 20px 0  !important;
}
#text-4 > div{
    font-size: 17px;
}
.text-jty{
    text-align: justify !important;
    text-justify: inter-word;
}

.subheader-both-left #Subheader .breadcrumbs ,.subheader-both-left #Subheader .breadcrumbs a {
    color: #ededeb;
}
.custombt{
	opacity:0.4;
}
#Footer .footer_copy {
    background: #ffc122 none repeat scroll 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}
#Footer ul{
	list-style-type:none !important;
}
/*
.image_frame, .wp-caption{
	border:0px;
}
.team > .image_frame > img.scale-with-grid, #Content img{
	border:solid 8px #f8f8f8;
}
*/
#research_box .trailer_box a::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

#research_box .trailer_box .desc h2 {
    font-size: 20px;
 
}
.wpglobus_language_name {
padding-left:25px !important
}
#Top_bar .menu > li > a span > span:not(.description){display:inline!important;padding:inherit!important}

.c_research p::first-letter {
    /*font-size: 160%;*/
    color: #FFC122;
}
/*easy-event*/
.easy-event-container .right {
    max-width: 220px !important;
    padding-left: 0px !important;
    width: 210px !important;
}
.easy_event > .section-post-header{
	display:none;
}
.easy-event .list-events li a {
    font-size: 20pt;
    vertical-align: text-top;
}
.easy-event .list-events li .left {
    background: #202c5a none repeat scroll 0 0;
    border: 1px solid #202c5a;
    color: #fff;
}
img.ee_map { display:none; }
.easy-event-container .ee-top .ee_round .number{
	margin-top:33px;
}
/*end easy-event*/
html a:hover {
    text-decoration: none;
}
/*
.post-author{
	display:none;
}
span.date > span.label{
	display:none;
}
*/

@media only screen and (max-width: 1239px) {
#Top_bar #menu ul li a span {
    border: medium none;
    display: inline;
    line-height: 44px;
    padding:inherit !important;
}
}
@media only screen and (max-width: 767px) 
{

	.header-classic #Action_bar .contact_details li, .header-classic #Action_bar .social, .header-classic #Action_bar .social-menu{
		padding:0px;
	}
	#Action_bar .social-menu {
		text-align: right;
	}
	#Top_bar div.top_bar_left {
		float: left !important;
		width: 90% !important;
	}
	#Top_bar .logo {
		text-align: left;
	}
	#Top_bar div.top_bar_right_wrapper {
		top: 10px !important;
	}
	
	#Top_bar div.logo #logo {
    margin: 10px;
	}
	#Top_bar div.logo #logo img {
    height: 95% !important;
	}
	
	div#Subheader ul.breadcrumbs {
    display: block;
}
}
@media only screen and (max-width: 480px) 
{


}
.dpdpa--popup-text > p ,a.dpdpa--popup-button{
	font-size:18px !important;
}
.dpdpa--popup-section p{
	font-size:16px !important;
}