.wp-block-latest-posts.is-grid li{margin: 0 !important; padding: 0 1.25em 1.25em 0;}
.blog .box_inner ,.archive .box_inner {
    border: 0.5px solid #80808080;
    border-radius: 0 0 5px 5px;
    padding: 0 15px 15px;
}
html .box_inner h3{font-size: 1.5rem}

.single {}
.dropdown-item:focus,
.dropdown-item:hover,
.nav-link:focus,
.nav-link:hover {
    color: orange;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-menu,
.site-footer,
.site-header,
.wp-block-button__link {
    background: linear-gradient(90deg, #0674fd 0, #00d0f9 100%);
}
.go-top-text,
.no-results.not-found,
.site-footer {
    text-align: center;
}
.menu-item-has-children:focus-within .dropdown-menu {
    display: initial;
    visibility: visible;
}
.dropdown-item,
.nav-link {
    font-weight: 600;
}
.site-title a,
.site-title a:visited {
    text-decoration: none;
}
.frontify-search .button,
.widget-area button {
    background: orange;
    color: #fff;
    font-weight: 700;
    line-height: 32px;
    padding: 0 20px;
}
.site-footer {
    color: #fff;
    padding: 30px;
    margin-top: 15px;
}
.site-header .row {
    justify-content: center;
    align-items: center;
}
.frontify-search .button {
    border: 0;
    height: 32px;
}
.wp-block-button__link {
    color: #fff;
}
.common {
    padding: 35px 0;
}
#navbarSupportedContent {
    justify-content: center;
}
.navbar-toggler {
    color: #fff;
    border: 1px solid #fff;
}
footer .site-info span {
    font-weight: 700;
}
.frontify-search {
    display: flex;
}
.sticky_header .site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}
.sticky_header .common,
.sticky_header .main-container {
    margin-top: 135px;
}
.custom-logo {
    height: 75px;
    width: 75px;
}
ul.dropdown-menu li > ul.dropdown-menu {
    left: 100%;
    top: 0;
}
ul.dropdown-menu li:focus > ul.dropdown-menu,
ul.dropdown-menu li:hover > ul.dropdown-menu {
    display: block;
}
nav.navbar .container-fluid {
    padding: 0;
}
.wp-block-latest-posts .wp-block-latest-posts__post-title {
    color: #000;
    text-decoration: none;
    font-size: 22px;
}
.wp-block-latest-posts__post-excerpt {
    font-size: 16px;
}
.header-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.sticky_header .header-spacer {
    height: 97px;
}
.widget-area {
    background-color: #f1f1f1;
    padding: 20px;
    border: 1px solid orange;
    -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
    box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
}
.go-top-text,
.go-top-text:hover {
    background: linear-gradient(90deg, #0674fd 0, #00d0f9 100%);
}
.widget-area h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.widget-area p {
    font-style: italic;
}
.widget-area button {
    border-radius: 6px;
    height: 32px;
}
.widget-area button:hover {
    background-color: orange;
}
article.type-post .entry-header {
    margin-top: 15px;
    margin-bottom: 15px;
}
.go-top {
    position: fixed;
    bottom: 20%;
    right: 3%;
    padding: 20px;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}
.go-top-text {
    position: absolute;
    width: 44px;
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 3px;
    margin: 20px 0 0 -4px;
    border-radius: 50%;
}
.go-top-text:hover {
    border: 1px solid orange;
}
.go-top-text:hover svg {
    stroke: #ffa500;
}
.wp-block-latest-posts__list h3 {
    margin: 10px 0;
}
.wp-block-latest-posts.is-grid {
    margin: 0;
}
.navigation.posts-navigation,
.wp-block-latest-posts__post-title {
    display: inline-block;
    width: 100%;
}
.site-title small {
    font-size: 15px;
    margin: 15px 0;
    display: inherit;
    position: absolute;
    top: 25px;
}
.site-title {
    position: relative;
}
@media (min-width: 1200px) {
    .common .col-md-9 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .menu-item-has-children:focus-within .dropdown-menu {
        display: contents !important;
        visibility: visible;
    }
    #navbarSupportedContent ul {
        margin: 0 auto;
    }
    #navbarSupportedContent ul .dropdown-toggle::after,
    .frontify-search {
        display: none;
    }
    .common {
        padding: 35px 15px;
    }
    .go-top {
        right: 10%;
    }
    #navbarSupportedContent ul li.menu-item-has-children span.submenu-toggle-btn {
        position: absolute;
        right: 0;
        top: 0;
        padding: 5px 5px 10px 20px;
    }
    #navbarSupportedContent ul li {
        border-top: 1px solid #fff;
        position: relative;
    }
    ul.dropdown-menu.open {
        display: block !important;
    }
    ul.dropdown-menu {
        display: none !important;
    }
    ul.dropdown-menu li > ul.dropdown-menu,
    ul.dropdown-menu.open {
        border: none;
    }
}
