/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# widget
    - sidebar
    - Box sizing


--------------------------------------------------------------*/
.container-fluid {
    max-width: 1450px;
}


/* header style
--------------------------------------------- */
/*Top bar style*/
.asthirtop-tophead .row {
    align-items: center;
}
.asthirtop-tophead {
    position: relative;
    border-bottom: 1px solid #555;
}
.asthirtop-tophead.bg-dark,
.site-footer.bg-dark {
    background: #000 !important;
}
.topmenu-serch {
    display: flex;
    flex-flow: row wrap;
}
.asthir-top-head-icons,
.top-menu.list-hide {
    display: flex;
    align-items: center;
}
.asthirtop-tophead .col-lg-auto.ml-auto {
    margin-left: auto;
}
.asthirtop-tophead .container {
    position: relative;
}
.modal-content {
    color: #000;
}
.asthirtop-menu,
.asthirtop-menu ul {
    display: flex;
}
ul.asthirtop-menu {
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
}

.asthirtop-menu li {
    padding: 0 10px;
}
.asthirtop-menu li a,
.social-icon a i,
.social-icon a {
    color: #fff;
}
.asthirtop-menu li a{
    font-size: 14px;
}
.social-icon a i.icon-twitter {
    margin: 0 -6px 0 0;
}
.header-top-search .search-form {
    position: absolute;
    width: 100%;
    right: 0;
    top: 100px;
    min-width: 300px;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s
}

.header-top-search .search-form {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    background: #fff;
    text-align: right;
    width: auto;
    padding: 10px 8px;
    box-shadow: 0 0 70px rgb(0 0 0 / 11%);
}
.header-top-search i{
    margin-left: 5px;
}
.header-top-search i, 
.asthir-inner-shopcart {
    cursor: pointer;
}
.header-top-search .search-form {
    display: flex;
    flex-direction: row;
}
.header-top-search .search-form input {
    height: 35px;
    padding: 5px 18px;
}
.header-top-search .search-form.sbar-show {
    top: 33px;
    opacity: 1;
    visibility: visible;
}
.asthir-header .site-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
h1.site-title a {
  font-size: 72px;
  color:#4169e1;
}
h1.site-title a:hover {
  text-decoration: none;
}
.has-himg .site-title a {
    background: rgba(255,255,255,0.5);
    padding: 2px 40px 10px;
    border-radius: 50px;
    display: inline-block;
}
p.site-description {
    font-size: 18px;
}

p.site-description {
    position: relative;
    display: inline-block;
    padding: 5px 50px;
}

p.site-description:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    z-index: -1;
    opacity: 0.3
}
.asthir-header .asthir-nav-logo .site-title a {
    font-size: 28px;
    color: #fff;
}
.asthir-header .asthir-nav-logo .site-description {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 16px;
}
.asthir-logotext.text-left .site-description {
    text-align: left;
    padding-left: 0;
}
.asthir-logotext.text-right .site-description {
    text-align: right;
    padding-right: 0;
}

.asthir-header .asthir-nav-logo .site-title {
    margin-bottom: 0;
    margin-top: 0;
}
.asthir-nav-logo .row {
    align-items: baseline;
}
.main-navigation.text-left ul{
    justify-content:flex-start;
}
.main-navigation.text-center ul{
    justify-content:center;
}
.asthir-nav-logo .asthir-logotext img {
    max-width: 350px;
    max-height: 70px;
}
@media (max-width: 767px){

    .asthir-nav-logo .menu-main-menu-container {
        text-align: left;
    }
    .asthir-nav-logo .main-navigation.text-right {
        text-align: center !important;
    }

    .asthir-nav-logo .asthir-logotext.asthir-menulogo {
        text-align: center !important;
        margin-bottom: 10px;
    }


}
/* Widgets - sidebar
--------------------------------------------- */
.widget-title {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background: #E0ECDE;
    padding: 10px 5px;
    margin-bottom: 20px;
}
.widget form {
    width: 96%;
}
.widget ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.asthir-widgets2 .widget-title {
    position: inherit;
    transform: rotate(0);
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
    background: inherit;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.asthir-widgets3 .widget-title {
    transform: rotate(0);
    left: -3px;
    width: 104%;
    margin: 0;
    top: -15px;
}
.asthir-widgets3 section.widget {
    min-height: inherit;
    margin-bottom: 50px;
}

.asthir-widgets2 section.widget,
.asthir-widgets3 section.widget {
    display: block;
}
.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;
}
section.widget {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.asthir-sticky,
.asthir-scat,
h3.widget-title, 
h2.widget-title {
    font-size: 13px;
    text-transform: uppercase;
    background: #343a40;
    padding: 5px 5px;
    color: #fff;
    border-radius: 5px;
    transform: rotate(-90deg);
    position: absolute;
    min-width: 50px;
    top: 0;
    left: 0;
    width: 200px;
    height: 25px;
    margin: 99px 0 0 -103px;
}
.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;
    position: inherit;
    transform: rotate(0);
    margin: 0 0 15px 0;
    padding-left: 0;
    width: auto;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
}

.footer-widget ul li {
    border-bottom: 1px solid #555;
}

/*content style*/
.entry-meta, 
.entry-meta a,
.asthir-cat a,
.asthir-cat {
    font-size: 12px;
    color: #0d996f;
}
.asthir-cat{
    text-transform: capitalize;
}
.sticky .entry-header, 
.tag-sticky-2 .entry-header {
    text-align: center;
    margin-bottom: 2rem;
}
.asthir-list-flex,
article.sticky {
    position: relative;
}
.asthir-list-flex {
    display: flex;
}
.asthir-blog-img {
    width: 35%;
}
.asthir-blog-text {
    width: 65%;
}
.asthir-blog-img img {
    padding-right: 15px;
    height: 100%;
    width: 100%;
}

.asthir-blog-list {
    position: relative;
}

.asthir-scat a {
    color: #fff;
}

.asthir-scat,
.asthir-sticky {
    width: 140px;
    text-align: center;
    line-height: 13px;
    font-weight: 700;
    font-size: 13px;
    margin: 70px 0 0 -75px;
}
.asthir-sticky {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    height: 26px;
    display: none;
}
article.post.sticky .asthir-sticky {
    display: block;
}

.widget-area .widget,
.site-footer,
.archive-header,
.search-header,
.asthir-page,
.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation,
.site-footer,
.asthir-blog-list,
.asthir-single-list,
.comments-area,
nav.navigation.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;
}

.no-img .asthir-btext{
    margin-left: 0;
}

.asthir-blog-text {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: relative;
    overflow: inherit;
}
.no-img .asthir-blog-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.entry-footer, 
.entry-footer a {
    font-size: 12px;
    background: #E0ECDE;
}
.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-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation,
nav.navigation.pagination {
    background: #fff;
}
nav.navigation.pagination .nav-links {
    text-align: center;
    display: block;
    width: 100%;
}

nav.navigation.pagination .nav-links span,nav.navigation.pagination .nav-links a {
    border: 1px solid #ededed;
    padding: 5px 10px;
    margin: 0 2px;
}

nav.navigation.pagination .nav-links span:hover, nav.navigation.pagination .nav-links a:hover {
    background: #ededed;
}
.site-footer,
.site-footer a{
    color: #fff
}

/Ematil subscribe*/
.asthir-submail {
    display: flex;
}

.asthir-submail input[type="email"] {
    width: 60%;
    border-radius: 16px 0 0 16px;
    padding: 5px;
}

.asthir-submail input[type="submit"] {
    width: 40%;
    padding: 8px 5px;
    border-radius: 0 16px 16px 0;
    min-height: 38px;
}

/*Grid blog style*/

.bshop-single-grid h2 {
    font-size: 22px;
}
.bshop-single-grid {
    box-shadow: 0 0 70px rgb(0 0 0 / 11%);
}
.bshop-single-grid header.entry-header {
    padding: 15px 10px;
}
.bshop-single-grid .entry-content {
    padding: 5px 10px 20px;
}
.entry-content.asthir-no-pimg {
    margin-top: 0;
}
.asthir-scat {
    font-size: 13px;
    text-transform: uppercase;
    background: #343a40;
    padding: 5px 5px;
    color: #fff;
    border-radius: 5px;
    transform: rotate(0);
    position: absolute;
    min-width: 50px;
    top: -20px;
    left: -2%;
    width: 104%;
    height: 25px;
    margin: 0 auto;
}
.bsgrid-item .asthir-scat {
    width: 94%;
    left: 3%;
}
.asthir-blog-list .asthir-scat {
    width: 94%;
    left: 20px;
    max-width: 200px;
    top: 0px;
    z-index: 999;
}
.asthir-list-flex.no-img {
    padding-top: 15px;
}
.asthir-submail {
    display: flex;
}
/*Preloader style*/
.asthir-preloader{
    position: fixed;
    margin: 0;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99999999;
}
.asthir-preloader.dnone{
    display: none !important;
}

.lds-grid {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
}
  .lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    animation: lds-grid 1.2s linear infinite;
  }
  .lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
  }
  .lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
  }
  .lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
  }
  .lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
  }
  .lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
  }
  .lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
  }
  @keyframes lds-grid {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }
  

@media screen and (max-width: 992px) {
    .asthir-nav-logo {
        position: relative;
    }
    .asthir-nav-logo {
        position: relative;
        padding: 7px 0;
    }
    
    .asthir-nav-logo .menu-main-menu-container {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .asthir-nav-col {
        position: inherit;
    }
    
    nav#site-navigation {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .menu-main-menu-container {
        background: #555;
        z-index: 9999;
        position: absolute;
        right: 0;
        top: 50px;
        text-align: left;
    }
    #primary-menu {
        position: absolute;
        left: 0;
        top: 42px;
        background: #000;
        z-index: 999;
    }
}
@media only screen and (max-width: 767px){
    button.menu-toggle {
        position: absolute;
        left: 5px;
        top: -40px;
    }
}