/*
	Theme Name: BD All Bangla Newspaper
	Theme URI: https://www.bdallbanglanewspaper.com
	Author: bdallbanglanewspaper
	Author URI: bdallbanglanewspaper.com
	Version: 2.1.5
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: bdallbanglanewspaper.com
*/

  .entry-title{
    color:#16714a;
}


.entry-header{
	display: block;
	margin-bottom:0;
	
	}

h1 {
    display: block;
    font-size: 18px;
    height: 30px;
    margin-block-start: 0;
    margin-block-end: 25px;
}

.not-loading
{
    font-weight: 400;
    border: 1px solid #f9d7d7;
    padding: 5px;
    margin-bottom: 10px;
    background: #fff;
    float: left;
}

@media screen and (max-width: 767px){
.not-loading
{
    font-weight: 400;
    border: 1px solid #f9d7d7;
    padding: 5px;
    margin-top: 30px;
    background: #fff;
    float: left;
}
}
.see-more { 
    float :right;
    text-align:right;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 10px;
    border: 1px solid #000;
    background: #fff;
    margin-top: 25px;
    margin-bottom: 25px
}
h2.item-list-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #555;
    padding: 6px 10px 6px 10px;
    border-left: 10px solid #d7e2e9;
    text-align: left;
}
.top-bookmark{
     position: fixed;
     display: block;
	 right: 30px;
     top: 57px;
}
#bookmark-this {
  padding: 5px 10px;
  background-color: #f0ad4e;
  border: 1px solid #eea236;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

#bookmark-this:hover {
  background-color: #ec971f;
  border: 1px solid #d58512;
  text-decoration: none;
}

#bookmark-this:active {
  background-color: #ec971f;
  border: 1px solid #d58512;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}