/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# widget
    - sidebar
    - Box sizing


--------------------------------------------------------------*/
/* Some Colors*/ 


/* header style
--------------------------------------------- */
a{
    text-decoration: none;
}
/*Header top*/
.btop-menu,
.btop-menu ul {
    display: flex;
}

.btop-menu li {
    padding: 0 10px;
}
.beshop-tophead, 
.beshop-tophead a, 
.beshop-tophead span, 
.beshop-tophead input {
    font-size: 13px;
}
.beshop-tophead a:hover{
    color:#dedede;
}
.topmenu-serch {
    display: flex;
    align-items: baseline;
    flex-flow: row wrap;
}
.header-top-search input[type="submit"] {
    display: none;
}

.header-top-search input[type="search"] {
    width: 100%;
    padding: 3px 7px;
}
.header-top-search {
    width: 200px;
    margin-left: 10px;
}
.header-top-search label {
    width: 100%;
    margin: 0;
}
.beshop-tophead .row{
    align-items: baseline;
}
.bg-dark {
    background-color: #000 !important;
}
/*header middle style*/
.beshop-header .site-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h1.site-title a {
  font-size: 72px;
  color:#4169e1;
}
h1.site-title a:hover {
    text-decoration: none;
}
p.site-description {
    font-size: 18px;
}

p.site-description {
    position: relative;
    display: inline-block;
    padding: 5px 50px;
    z-index: 1;
}

p.site-description:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #E0ECDE;
    z-index: -1;
}
.menu-logo p.site-description:before {
    position: inherit;
}
.menu-logo img {
    max-width: 200px;
    margin-bottom: 0;
    height: auto;
}
.beshop-headerimg-top img {
    width: 100%;
}
/* Widgets - sidebar
--------------------------------------------- */
h3.widget-title {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background: #E0ECDE;
    padding: 10px 5px;
    margin-bottom: 20px;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.widget ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
}

.widget ul li:last-child {
    border: none;
}
.widget .search-form label,.widget .search-form label input {
    width: 100%;
}

.widget .search-form input.search-submit {
    width: 100%;
    border: 2px solid #000;
    background: transparent;
    text-transform: uppercase;
    height: 33px;
    color:#000;
}

.widget .search-form input {
    padding: 5px 9px;
    height: 35px;
}

.widget .search-form input.search-submit:hover {
    background: #000;
    color: #fff;
}
h3.widget-title,
h2.widget-title {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background: #E0ECDE;
    padding: 10px 5px;
    margin-bottom: 20px;
}
.footer-widget, 
.footer-widget p, 
.footer-widget a, 
.footer-widget #wp-calendar caption,
.footer-widget .search-form input.search-submit{
    color: #fff;
}

.footer-widget .widget-title {
    color: #fff;
    text-align: left;
    background: inherit;
    border-bottom: 3px solid #555;
}
.footer-widget ul li {
    border-bottom: 1px solid #555;
}
p.footer-copyright {
    margin-bottom: 5px;
}
/*content style*/
.entry-meta, .entry-meta a {
    font-size: 12px;
    color: #0d996f;
}
.sticky .entry-header, 
.tag-sticky-2 .entry-header {
    text-align: center;
    margin-bottom: 2rem;
}
.bshop-list-flex,
.bshop-simple-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.beshop-blog-text,
.beshop-blog-img {
    width: 50%;
}
.beshop-blog-img a {
    display: block;
}
.beshop-blog-img img {
    width: 100%;
    border: 1px solid #ededed;
}

.bshop-list-flex .beshop-blog-img {
    -ms-flex-preferred-size: 550px;
        flex-basis: 550px;
}
.bshop-blog-list .beshop-btext .entry-content {
    margin-top: 0.4em;
}

.beshop-btext,.bshop-simple-list.hasimg,
.widget-area .widget,
.site-footer,
.archive-header,
.search-header,
.beshop-page,
.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation,
.site-footer,
.bshop-blog-list,
.bshop-single-list,
.comments-area,
.pagination {
    -webkit-box-shadow: 0 0 70px rgba(0,0,0,.11);
            box-shadow: 0 0 70px rgba(0,0,0,.11);
    padding: 20px;
    background: #fff;
}
.related-single h4 {
    font-size: 16px;
}
.beshop-btext {
    margin-left: -120px;
}
.bshop-simple-list.hasimg .beshop-btext {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    padding: 0 0 0 15px;
    background: transparent;
}
.bshop-simple-list .beshop-btext {
    margin-left: 0;
}
.no-img .beshop-btext{
    margin-left: 0;
}

.beshop-blog-text {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: relative;
    overflow: inherit;
}
.no-img .beshop-blog-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.entry-footer, 
.entry-footer a {
    font-size: 12px;
}
.entry-footer {
    background: #E0ECDE;
    padding: 15px 10px;
    text-align: center;
    margin: 35px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.page .entry-footer {
    display: inline-block;
    width: auto;
    background: inherit;
}
form.post-password-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
}

form.post-password-form p {
    width: 100%;
}
.entry-footer, .entry-footer a {
    font-size: 12px;
}
.entry-footer span {
    margin-right: 15px;
}

.site-footer,.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation,.pagination {
    background: #E0ECDE;
}
nav.navigation.pagination {
    display: flex;
    justify-content: center;
}

nav.navigation.pagination a,
nav.navigation.pagination span {
    border: 1px solid #ededed;
    padding: 5px 10px;
    margin: 0 2px;
}

nav.navigation.pagination a:hover,
nav.navigation.pagination span {
    background: #ededed;
    text-decoration: none;
}
body a#clickTop {
    bottom: 85px;
    right: 10px;
}

@media screen and (max-width: 992px) {
    .beshop-main-menu nav {
        position: relative;
    }

    .beshop-main-menu-container {
        position: absolute;
        left: 0;
        background: #343a40;
        z-index: 99999;
        top: 45px;
        box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
        --webkit--box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    }
    .d-flex.has-logo-menu {
        flex-flow: row wrap;
    }

    .has-logo-menu .beshop-main-menu {
        text-align: right;
    }
    .menulogo-right .has-logo-menu .beshop-main-menu {
        text-align: left;
    }

    .has-logo-menu .beshop-main-menu ul {
        text-align: left;
    }
    .bshop-list-flex, 
    .bshop-simple-list {
        flex-direction: column;
    }
     h1.site-title a {
        font-size: 50px;
        margin-top: 30px;
        display: block;
    }
    p.site-description {
        font-size: 16px;
    }
    .beshop-blog-text, 
    .beshop-blog-img {
        width: 100%;
        -ms-flex-preferred-size: inherit;
            flex-basis: inherit;
    }
    .beshop-blog-img img {
        margin-bottom: 15px;
    }
    .bshop-list-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }
    .beshop-btext {
        margin-left: 0;
    }

    ul#btop-menu {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
    }
    .beshop-tophead {
        text-align: center;
    }
    .header-top-search {
        width: 200px;
        margin: 10px 0 2px auto;
    }
    .beshop-tophead .col-md-auto {
        margin: 0 0 6px 0;
    }
    .topmenu-serch {
        flex-flow: column wrap;
        align-items: center;
    }
    .topmenu-serch.bsearch-popup {
        flex-flow: row wrap;
    }
    


}

@media only screen and (max-width: 767px) {
    .headerlogo-text .container.pb-5.pt-5 {
        padding: 5px 0 !important;
    }
    h1.site-title a {
        font-size: 40px;
        margin-top: 30px;
        display: block;
    }
    .site-branding.has-himg .beshop-header-img img,
    .site-branding.has-himg .beshop-header-img {
        min-height: 150px;
    }
    p.site-description {
        font-size: 14px;
    }
    .theme-beshop a#clickTop {
        bottom: 20px;
        right: 10px;
    }
    .header-top-search {
        margin: 10px auto 2px auto;
    }
    .topmenu-serch.bsearch-popup {
        flex-flow: row wrap;
        justify-content: center;
    }
    .mg-card-img-left .mg-card-text, 
    .mg-card-img-left .mg-card-img, 
    .mg-card-img-right .mg-card-text, 
    .mg-card-img-right .mg-card-img{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
        .mg-card-img-left.mgdual .mgpl-items .mg-card {
        flex-direction: column;
        display: flex;
    }

}

@media only screen and (max-width: 480px) {
    .d-flex.has-logo-menu {
        flex-flow: column wrap;
    }

}

/*BeShop meta*/
.list-inline.advance-meta {
    display: flex;
    margin: 0;
}

.advance-meta li {
    margin: 0 5px;
    cursor: pointer;
}

.advance-meta li p {
    margin: 0;
}
.beshop-share ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.beshop-share ul li {
    margin: 5px;
}

/*Beshop plus design*/

.bplus-gridh h2.entry-title {
    font-size: 18px;
}
.bplus-gridh .entry-meta, 
.bplus-gridh .entry-meta a {
    margin-bottom: 1rem;
    font-size:10px
}
.beshop-pimg {
    position: relative;
    overflow: hidden;
    display: block;
    box-shadow: 0 8px 24px rgb(0 0 0 / 10%);
}
.beshop-post-text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    color: #fff;
    width: 100%;
    height: 100%;
}
.beshop-post-text h2.grid-title {
    font-size: 24px;
    font-weight: 700;
}
.beshop-post-text a:hover {
    opacity: 0.8;
}
.bplus-noimg {
    min-height: 250px;
    background: #000;
    width: 100%;
    position: relative;
}
.bplus-square{
    position: absolute;
    top: -30px;
    left: -30px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background: radial-gradient(circle, rgb(2 35 131 / 68%), #1a69fa);
}
.bplus-circle{
    position: absolute;
    top: -60px;
    right: -30px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background: radial-gradient(circle, rgb(203 0 0 / 90%), #ffffff);
}
.beshop-post-text span.posts-cat a {
    color: #fff;
    background: #f67280;
    padding: 3px 9px;
    border-radius: 50px;
    text-decoration: none !important;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}
.beshop-plus-gtext {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
}
.beshop-post-text h2.grid-title a {
    color: #fff;
}
.beshop-post-text {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8578781854538691) 0%, rgba(0,0,0,0.3676821070224965) 35%, rgba(0,0,0,0.08196782130821079) 100%);
    padding: 15px;
}
.entry-meta-over span, 
.entry-meta-over span a,
.entry-meta-over span time {
    color: #fff;
    font-size: 13px;
}
.bsgrid-item.search-item {
    margin: 0 0 2.5em;
}
.bsgrid-item.search-item article{
    margin-bottom: 0;
}
article.sticky .bshop-single-list {
    background: #e9e9e9;
    border-radius: 40px 0 40px 0;
}

 
