/*
Theme Name:		 Bangla Sanglap
Theme URI:		 http://github.com/hasanmisbah
Description:	 Bangla Sanglap is a The Uk's leading most popular mainstream bilingual newspaper
Author:			 Hasan Misbah
Author URI:		 http://github.com/hasanmisbah
Template:		 colormag
Version:		 1.0.0
Text Domain:	 bangla-sanglap
*/
#header-left-section{
    max-width: 440px;
    text-align: center;
}
#site-title a {
    background: url(https://banglasanglap.co.uk/wp-content/uploads/2021/07/logo-for-web-01.jpg) no-repeat;
    display: inherit;
    text-indent: -9999px !important;
    min-height: 90px;
    width: 350px;
    background-size: 100% 100%;
}
#site-description{
    display: none;
}
#header-text-nav-wrap{
    padding: 0 0 0;
}
#header-right-section{
    max-width: 700px;
}

#site-navigation{
    background-color: #2c3e50;
}

/*Advertising navigation*/
.ad-menu-container {
    background-color: #007cba;
    width: 100%;
    position: relative;
    height: 50px;
    z-index: 9;
    display: block;
    overflow: hidden;
}
.ad-menu-container ul.ad-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: .3s;
}
.ad-menu-container ul.ad-navigation li {
    display: inline-block;
}
.ad-menu-container ul.ad-navigation li a {
    padding: 16px 15px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.ad-menu-container ul.ad-navigation li a:hover {
    background-color: #fff;
    color: #007cba;
}
.ad-menu-container p.ad-menu-bar {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    color: #ffffff;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 32%);
    transform: translate(0, 32%);
}
.ad-menu-container p.ad-menu-bar:before {
    content: "\f0c9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: translate(40%, 35%);
    transform: translate(40%, 35%);
}
.ad-menu-container p.ad-menu-text {
    padding: 16px;
    color: white;
    display: none;
}

#header-right-section .widget {
    text-align: right;
    color: #333333;
    max-height: 90px;
 }

@media screen and (max-width: 767px) {

    .ad-menu-container{
        overflow: visible;
    }
    .ad-menu-container p.ad-menu-bar {
        display: block;
    }
    .ad-menu-container .ad-navigation {
        display: none;
    }
    .ad-menu-container .ad-navigation.active {
        display: block;
        margin-top: -20px;
    }
    .ad-menu-container .ad-navigation.active li {
        width: 100%;
        display: block;
    }
    .ad-menu-container .ad-navigation.active li a {
        background-color: #007cba;
        border-bottom: 1px solid #fff;
    }
    .ad-menu-container .ad-navigation.active li a:hover {
        background: #fff;
        color: #007cba;
    }
    .ad-menu-container p.ad-menu-text {
        display: block;
    }
}

.google-auto-placed{
display: none;
}


.img-fullwidth {
	width: 100%;
    height: auto;

}

.award-image {
	margin-top: -25px
}