/*
Theme Name: 	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
-------------------------------------------------------------- */

/* top bar */
ul.right_side {
    display: flex;
}
ul.right_side li{
	display:flex;
	margin-left:15px;
}
ul.right_side li span {
    text-align: left;
    font-size: 16px;
    color: #181a1a;
    font-weight: 600;
}
ul.right_side li a{
    color: #181a1a;
    font-weight: 500;
    margin-top: 7px;
    font-size: 15px;
}
ul.right_side i {
    background: #0d76bb;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 21px;
    margin-right: 12px;
}
.header-magazine #Top_bar .banner_wrapper {
    width: auto;
}





.header-magazine #Top_bar .banner_wrapper {
    top: 35px;
}


ul.link-wrapper li a {
    color: #cccccc !important;
}
@media only screen and (max-width:500px){
	ul.fm-bar,.footer-form {
    display: none;
}
	.mobile-bottom {display:block !important;}
}
.mobile-bottom {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    z-index: 999;
    margin: 0;
    background: #1c6ca1 !important;
}
.mobile-bottom ul{
	display:flex;
	align-items:center;
}
.mobile-bottom ul li a {
    color: #fff;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    padding: 6px 0 6px;
}
.mobile-bottom ul li a i {
    font-size: 26px;
    margin-bottom: 7px;
}
span.close {
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 15px;
}
.mobile-bottom ul li {
    padding: 8px 0 !important;
    margin-bottom: 0;
    width: 32.8%;
    color: #fff !important;
    margin-top: 2px;
    float: left;
    font-size: 16px;
    margin-right: 0px;
    box-shadow: none;
    text-align: center;
    border-radius: 0;
}
div#myModal11 {
    position: fixed;
    display: none;
    top: 0;
    background-color: #2c3236;
    height: 55%;
    width: 96%;
    padding-top: 55px;
    right: 0;
    margin: auto;
    bottom: 0;
    left: 0;
}