/*
    Title:      Salam Charity Blog
    Date:       23-11-2020 
    Author:     Play Studio

-------------------------------------   

*/
/*=========== BEGIN COMMON ============*/

html,
body {
    height: 100%;
    width: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
samp,
small,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
object,
iframe {
    border: 0 none;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'din400', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background: #ebebeb;
    font-weight: 400;
}
.clear:after,
.custom-row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
a {
    text-decoration: none;
    outline: none;
    color: #333333;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none!important;
    color: #ffffff;
    outline-offset: 0px;
    text-decoration: none;
}
img {
    height: auto;
    width: 100%;
}
a img {
    border: 0
}
input,
select,
textarea {
    outline: none
}
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
::-webkit-input-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {
    opacity: 1;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.main-wrap {
    clear: both;
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.main-wrap-inner {
    clear: both;
    width: 100%;
    min-height: 100%;
    /*background:#ebebeb;*/
}
.home-main-wrap .home-main-wrap-inner {
    padding-bottom: 0px;
}
.custom-row {
    clear: both;
    max-width: 100%;
}
.selectBx {
    font-family: 'din400', sans-serif;
    background: url("../images/select-arrow.png") no-repeat scroll right 15px;
    background-color: #eeeeee;
    border: 1px solid #c5c5c5;
    color: #333333;
    font-size: 13px;
    line-height: 34px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 140px;
    display: inline-block;
    float: left;
    cursor: pointer;
}
.inputBx {
    font-family: 'din400', sans-serif;
    background-color: #eeeeee;
    border: 1px solid #c5c5c5;
    color: #333333;
    font-size: 15px;
    line-height: 34px;
    height: 34px;
    width: 100%!important;
    font-weight: 400;
    padding: 0 15px;
    border-radius: 0px;
}
.textArea {
    float: left;
    font-family: 'din400', sans-serif;
    font-size: 15px;
    line-height: 20px;
    width: 100%!important;
    border: 0px;
    height: 150px!important;
    padding: 15px;
    resize: none;
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
}
.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.checkBox {
    float: left;
    font-size: 12px;
    line-height: 16px;
    color: #6a6a6a;
}
.red-btn-square {
    font-family: 'din700', sans-serif!important;
    border: 0;
    height: 46px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: top;
    background: #cc0000;
    color: #ffffff;
    font-size: 16px;
    line-height: 46px;
    text-transform: uppercase;
    min-width: 150px;
    text-align: center;
    text-decoration: none;
    padding: 0 22px;
    position: relative;
    transition: background 0.4s ease-out,color 0.4s ease-out,opacity 0.4s ease-out;
}
.red-btn-square:hover {
    background: #333333;
    color: #ffffff;
}

/*p {
    padding-bottom: 20px;
}*/
/*=========== END COMMON ============*/
/*=========== BEGIN HEADER ============*/
.phone-nav,
.mobile-logo {
    display: none;
}
.header {
    float: left;
    width: 100%;
    z-index: 99999;
    min-height: 104px;
    background: #cc0000;
}
.header.transparent-header{
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent;
    box-shadow: none!important;
}
.header .container {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
.header-content {
    float: left;
    width: 100%;
    padding: 0px 15px;
   /* border-bottom: 1px solid rgba(255, 255, 255, .5);*/
    position: relative;
}
.logo-wrap {
    float: left;
    width: 260px;
    overflow: hidden;
    margin:0px;
    padding: 30px 25px 29px;
    background: #ffffff;
}
.header.transparent-header .logo-wrap{
    width: 18.5%;
    padding: 35px 25px;   
}
.logo-wrap img {
    float: left;
}

.header-right-wrap {
    float: right;
    width: auto;
    padding-right: 175px;
}
.header-right-wrap .transparent-btn {
    width: 140px;
    padding: 0 20px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    margin-top: 15.5px;
}
.signin-btn-wrap,
.donate-btn-wrap {
    float: right;
    width: auto;
}
.donate-btn-wrap {
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 54px;
    z-index: 999;
}
.donate-btn-wrap .red-btn {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 30px 0 29px;
}
.donate-btn-wrap .red-btn i {
    margin-right: 3px;
}
.main-menu-wrap{
    float: left;
    width: auto;
}
.main-menu-wrap ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.main-menu-wrap ul li{
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
}
.main-menu-wrap ul li a{
    float: left;
    font-family: 'din700', sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 18px 9px 18px;
}
.main-menu-wrap ul li a:hover{
    background: #ffcc00;
    color: #333333;
}
.transparent-header .header-box{
    float: left;
    margin: 0px;
    width: 80.5%;
    padding: 10px 0 0 30px;
}

.header-top-container {
    display: flex;
    min-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0px 0 15px;
    margin-bottom: 10px;
}
.header-top-container ul {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
.header-top-container ul li {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
.header-contact {
    display: flex;
    width: auto;
    align-items: center;
}
.header-contact ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    margin-right: 30px;
}
.header-contact ul li span.icon {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 10px;
    color: #ffcc00;
}
.header-contact ul li span.link-wrap,
.header-contact ul li span.link-wrap a {
    font-size: 16px;
    line-height: 1;
    display: flex;
    height: 100%;
    align-items: center;
    color: #ffffff;

}
.header-contact ul li span.link-wrap a:hover{
    color: #ffcc00;
}
.header-social-media {
    display: flex;
    width: auto;
    margin-left: auto;
    align-items: center;
}

.header-social-media ul li {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
}
.header-social-media ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #ffffff;
    overflow: hidden;
}
.header-social-media ul li a img{
    float: left;
    width: 32px;
}
.header-social-media ul li a:hover{
    opacity: .8;
    filter: alpha(opacity=80);
}
.header-donate-btns{
    float: right;
    list-style: none;
    font-size: 0;
    margin: 0;
}
/*=========== END HEADER ============*/
/*=========== BEGIN BLOG SECTION ============*/
.blog-banner-section{
    float: left;
    width: 100%;
    max-height: 620px;
    min-height: 620px;
    overflow: hidden;
    background: url("../images/blog-banner.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}
.blog-banner-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);*/
    background-color: rgba(0,0,0,.5);
}

.blog-banner-container{
    display: flex;
    align-items: flex-end;
    min-height: 100%;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-bottom: 30px;
}
.blog-banner-section .page-title{
    float: left;
    width: 100%;
    padding: 0px;
    text-align: center;
    margin-top: 110px;
}
.blog-banner-section .page-title h2{
    float: left;
    width: 100%;
    font-family: 'din700', sans-serif!important;
    font-style: normal;
    font-size: 56px;
    line-height: 60px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    letter-spacing: -2.5px;
    text-transform: uppercase;
    margin: 0px;
    vertical-align: middle;
}
.blog-section{
    float: left;
    width: 100%;
    padding: 80px 0px; 
    background: #ffffff;
}
.blog-info{
    float: left;
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
}
.blog-info p{
    font-family: 'din400', sans-serif!important;
    padding-bottom: 40px;
}
.blog-info h3{    
    float: left;
    width: 100%;
    font-family: 'din700', sans-serif!important;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    text-decoration: none;
    color: #333333;
    letter-spacing: -2.5px;
    text-transform: uppercase;
    margin: 0px;
    vertical-align: middle;
}
.blog-content-wrap{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;  
    text-align: left;
}
.blog-content-wrap p{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 25px 0px;
    font-family: din400, "din400 Regular", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 25px;
    color: #333333;
    text-decoration: none;
    text-align: left;
}
.blog-content-wrap ul{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.blog-content-wrap ul li{
    float: left;
    list-style: none;   
}
.blog-item-wrap{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 3px 3px 0px 0px;
    overflow: hidden;
    position: relative;
}
.blog-item-wrap .thumb-wrap{
    position: relative;
}
.blog-item-wrap .thumb-wrap img{
    height: 220px;
    object-fit: cover;
    border-radius: 3px 3px 0px 0px;
    transition: all 0.2s linear;
    vertical-align: bottom!important;
}
.blog-item-wrap .blog-bottom-content{
    float: left;
    width: 100%;
    padding: 18px 15px 24px;
    background: #FFFFFF;
    border-top: none;
    position: relative;
    height: 120px;
    overflow: hidden;
    border-radius: 0px 0px 3px 3px
}
.blog-content-wrap ul li:nth-of-type(3n+1) .blog-bottom-content{
    background: #fc8a39;
}
.bg-orange {
    background: #fc8a39;
}
.blog-content-wrap ul li:nth-of-type(3n+2) .blog-bottom-content{
    background: #0ac8af;
}
.bg-green {
    background: #0ac8af;
}
.blog-content-wrap ul li:nth-of-type(3n+3) .blog-bottom-content{
    background: #ffb736;
}
.bg-yellow {
    background: #ffb736;
}
.blog-content-wrap ul li:nth-of-type(3n+4) .blog-bottom-content{
    background: #9d5dfc;
}
.bg-purple {
    background: #9d5dfc;
}
.blog-content-wrap ul li:nth-of-type(3n+5) .blog-bottom-content{
    background: #ed6065;
}
.bg-red {
    background: #ed6065;
}
.blog-content-wrap ul li:nth-of-type(3n+6) .blog-bottom-content{
    background: #fc8a39;
}

.blog-item-wrap .blog-bottom-content .blog-meta-wrap{
    display: flex;
    flex-wrap: wrap;
    padding:0px;
}
.blog-item-wrap .blog-bottom-content .blog-meta-wrap .blog-date,
.blog-item-wrap .blog-bottom-content .blog-meta-wrap .author-name{
    float: right;
    font-family: 'din500', sans-serif!important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: right;
}
.blog-item-wrap .blog-bottom-content .blog-meta-wrap .blog-date{
    margin-left: auto;
}
.blog-item-wrap .blog-bottom-content .blog-title{
    display: flex;
    flex-wrap: wrap;
    /*float: left;*/
    width: 100%;
    padding: 10px 0px 0px;
    text-align: left;
}
.blog-item-wrap .blog-bottom-content .blog-title h4{
    font-family: 'din700', sans-serif!important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin: 0px;
    text-align: left;
}
.blog-item-wrap .thumb-wrap img {
    transition: all 0.2s linear; 
}

.blog-item-wrap:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); 
    border-radius: 0 3px 3px 0px;
}
.full-link{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
}


.sidebar-wrap {
    float: left;
    width: 100%;
    z-index: 2;
}

.sidebar-box-wrap{
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 40px;
}
.sidebar-title {
    float: left;
    width: 100%;
}
.sidebar-title h3 {
    float: left;
    font-family: 'din700', sans-serif!important;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    color: #333333;
    vertical-align: middle;
    text-transform: none;
    margin-bottom: 15px;
    text-align: left;
}
.sidebar-box-wrap ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.sidebar-box-wrap ul li{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
    border-bottom: 1px solid #cccccc;
    text-align: left;
}
.sidebar-box-wrap ul li a{
    font-family: 'din400', sans-serif!important;
    color: #007bff;
}
.sidebar-box-wrap ul li a:hover{
    color: #ffcc00;
    text-decoration: none;
}
.blog-container-wrap-row{
    position: relative;
}
.pagination-wrap{
    float: left;
    width: 100%;
    margin-top: 20px;
    position: absolute;
}
.pagination-wrap .pagination{
    justify-content: center;
}
.pagination-wrap ul li{
    margin: 0px 2.5px;
}
.pagination-wrap ul li a,
.pagination-wrap ul li span{
    font-family: 'din700', sans-serif!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    width: 46px;
    height: 46px;
    border-radius: 0px!important;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    text-transform: uppercase;
}
.pagination-wrap ul li.active a,
.pagination-wrap ul li.active span{
    background-color: #333333!important;
    color: #ffffff!important;
    border-color: #333333!important;
}
.pagination-wrap ul li a:hover,
.pagination-wrap ul li span:hover{
    background-color: #ffcc00;
    color: #333333;
    border-color: #ffcc00!important;
}

.blog-banner-section.blog-single-banner  .page-title h2{
    text-align: left;
    text-transform: none;
}
/*.blog-single-section{
    padding-top: 0px;
}*/
.blog-single-author-wrap{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.blog-single-author-wrap .aughtor-img{
    float: left;
    width: 20%;
    max-width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 10px;
}
.blog-single-author-wrap .aughtor-img img{
    float: left;
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.blog-single-author-wrap .author-info{
    float: left;
    width: auto;
    text-align: left;
}
.blog-single-author-wrap .author-info h3{
    font-family: 'din500', sans-serif!important;
    font-size: 20px;
    line-height: 26px;
    color: #333333;   
}
.blog-single-author-wrap .author-info .blog-date{
    font-family: 'din400', sans-serif!important;
}
.blog-single-author-wrap .author-info h3 a.author-name{ 
    font-family: 'din700', sans-serif!important;
    color: #007bff;
}
.blog-single-author-wrap .author-info h3 a.author-name:hover{ 
    color: #333333;
}
.blog-single-section .blog-content-wrap img{
    margin-bottom: 30px;
}

.blog-single-section blockquote {
  font-size: 1.4em;
  width: 100%;
  margin: 20px auto;
  font-style: italic;
  color: #333333;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #ffcc00;
  line-height: 1.6;
  position: relative;
  background: #ededed;
}

.blog-single-section blockquote::before {
  font-family: Arial;
  content: "\201C";
  color: #ffcc00;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

.blog-single-section blockquote::after {
  content: "";
}

.blog-single-section blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
/*=========== END BLOG SECTION ============*/
/*=========== BEGIN FOOTER SECTION ============*/
.footer{
    float: left;
    width: 100%;
    position: relative;
    background: #333333;
    z-index: 1;
}
.footer-section{
    float: left;
    width: 100%;
    padding: 45px 0px 40px;
    position: relative;
}
.footer-section h6{
    font-family: 'din500', sans-serif;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 34px;
    color: #ffcc00;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer-section address{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #ffffff;
    position: relative;
    padding-left: 25px;
}
.footer-contact-col ul{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-contact-col ul li{
    float: left;
    width: 100%;
    padding: 0 0 0 25px;
    margin: 0px 0px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    position: relative;
}
.footer-contact-col ul li a{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
.footer-contact-col ul li a:hover{
    color: #ffcc00;
    text-decoration: underline;
}
.footer-section .icon{
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffcc00; 
}
.footer-ul-wrap{
    float: left;
    width: 100%;
}
.footer-ul-wrap ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-ul-wrap ul li {
    float: left;
    margin: 1px 0px 8px;
    padding: 0px;
    list-style: none;
    width: 100%;
}
.footer-ul-wrap ul li:before {
    float: left;
    color:#ffcc00;
    font-family:FontAwesome;
    content: "\f0da";
    font-size: 20px;
}
.footer-ul-wrap ul li a {
    float: left;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-left: 5px;
}
.footer-ul-wrap ul li a:hover{
    text-decoration: underline; 
    color: #ffcc00;
}


.footer-bottom-container{
    float: left;
    width: 100%;
    margin: 40px auto 0px auto;
    padding: 0px;
    position: relative;
    text-align: center;
}




.footer-social-media{
    display: inline-block;
    position: relative;
    text-align: left;
    width: auto;
    margin-top: 0px;
}
.footer-social-media ul{
    float: left;
    width: 100%;
}
.footer-social-media ul li{
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    color: #ffffff;
    margin-right: 8px;
    margin-left: 1px; 
}
.footer-social-media ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    color: #164294;
}
.footer-social-media ul li a img{
    width: 50px;
}
.footer-social-media ul li a:hover img{
    opacity: .8
}

.footer-fundregulator-box {
    display: inline-block;
    margin: 0px 0 0 25px;
    padding: 0px;
    position: relative;
    text-align: left;
    width: 161px;
    height: 50px;
}
.footer-fundregulator-box img{
    float: left;
}
.shelf {
    width: 100%;
    box-sizing: border-box;
}
.shelf_thin {
    width: 100%;
}
.salam_content_wrapper .qd_int_box input#homeamount2 {
    width: 100%;
}
.qd_panel_wrapper .qd_int_box a.sc_button {
    background: #fff !important;
    color: #c00 !important; }
.qd_panel_wrapper .qd_int_box a.sc_button:hover {
    color: #fff !important;
    background: #000 !important;
}    
input[type="button"], input[type="submit"] { border-radius: 0; -webkit-appearance: none; -moz-appearance: none; 
    appearance: none; cursor: pointer; }
/*=========== END FOOTER SECTION ============*/

@media only screen and (max-width: 960px) {
    body .qd_panel_wrapper { bottom: -280px; }
    body .slide-down { bottom: -280px !important; }
}
@media only screen and (min-width:768px) and (max-width:991px){
   /* *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*/
    .blog-single-author-wrap .aughtor-img{width: 25%;}
}
@media only screen and (max-width:767px) {
   /*   *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*/
    .blog-single-author-wrap .aughtor-img{width: 35%;}
    .sidebar-wrap {margin-top: 120px;}
    .blog-section .container{max-width: 100%;}
    .blog-single-section {padding-top: 80px;}
    .blog-single-section .sidebar-wrap{margin-top: 30px;}
}
@media only screen and (max-width:600px) {
    .shelf { width: 100%; }
}

@media only screen and (max-width:991px) {
	.blog-item-wrap .blog-bottom-content .blog-meta-wrap .blog-date
	{
		margin-left: 0;
	}
}
 