/*
Theme Name: SearchBooster
Author: Medianation
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: searchbooster
Template: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Twenty Twenty-Two Child WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two Child is distributed under the terms of the GNU GPL.
*/

@font-face {
    font-family: Inter;
    src: url(/wp-content/themes/searchbooster/assets/fonts/Inter-Medium.woff2) format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Roboto", sans-serif;
    src: url(/wp-content/themes/searchbooster/assets/fonts/Roboto-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

/*@font-face {*/
/*    font-family: 'Roboto';*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    font-display: swap;*/
/*    src: url(/wp-content/themes/searchbooster/assets/fonts/Roboto-Cyrillic-Light.woff2) format('woff2');*/
/*    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;*/
/*}*/

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(/wp-content/themes/searchbooster/assets/fonts/Roboto-Thin.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/wp-content/themes/searchbooster/assets/fonts/Roboto-Light.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/wp-content/themes/searchbooster/assets/fonts/Roboto-Bold.woff2) format('woff2');
}

@font-face {
    font-family: Inter;
    src: url(/wp-content/themes/searchbooster/assets/fonts/Inter-Bold.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url(/wp-content/themes/searchbooster/assets/fonts/Inter-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url(/wp-content/themes/searchbooster/assets/fonts/Inter-Light.woff2) format('woff2');
    font-weight: 300;
    font-display: swap;
}


body a{
    --wp--preset--color--contrast:#3070fa;
}

@media (max-width: 576px) {

    .padding-mobile {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wp-block-navigation__responsive-container .wp-block-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .wp-block-navigation__responsive-container .wp-block-buttons .wp-block-button__link,
    .wp-block-navigation__responsive-container .wp-block-buttons .wp-block-button,
    .wp-block-navigation__responsive-container .wp-block-buttons  {
        width: 100%;
    }

    .wp-block-navigation-item.has-child > .wp-block-navigation-item__content {
        display: none;
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content:hover {
        background-color: transparent !important;
    }

    .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
        box-shadow: none;
        border-radius: 0;
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
        padding-left: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
}


.wp-block-post-content a:where(:not(.wp-element-button):not(.vc_btn3):not(.vce-button)) {
    color:#3070fa !important;
}

.post-info-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.post-info-wrapper > div:not(:last-of-type) {
    padding-right: 25px;
    border-right: 1px solid;
}

.wp-block-post-author .wp-block-post-author__avatar {
    margin-right: 27px;
}

.wp-block-post-author p {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.single-post .wp-block-post-content h2:first-of-type {
    margin-top: 0;
}

.single-post .wp-block-post-content h2 {
    color: #010000;
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.5px;

}

.wp-block-group:has(> .breadcrumbs:empty) {
    padding: 0 !important;
    margin: 0 !important;
}

.wp-block-post-content figure {
    margin: 0;
}

.single-post .wp-block-post-content img {
    max-width: 840px;
    object-fit: contain;
}

.wp-block-post-content {
    margin-top: 60px;
}

.wp-block-post-content .vc_column-inner {
    padding: 0;
}

.wp-site-blocks .alignfull.ml-0 {
    margin-left: 0 !important;
}

.wp-site-blocks .alignfull.mr-0 {
    margin-right: 0 !important;
}

.wp-block-post-author__name {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0 !important;
    text-transform: uppercase;
    color: #aaa;
}

.header-sticky.sticky {
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    z-index: 100050;
    max-width: 100vw !important;
    background-color: #fff;
}

.wp-site-blocks .alignfull.header-sticky.sticky {
    margin-left: 0 !important;
    width: 100vw !important;
    margin-right: 0 !important;
}

@media (max-width: 576px) {
    .header-sticky.sticky {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .header-sticky.sticky .wp-block-sb-menu-custom .menu-wrapper {
        max-height: fit-content;
        overflow-y: auto;
        height: calc(100vh - 75px);
    }
}

.wp-block-post-author .wp-user-avatar {
    max-width: 170px !important;
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 767px) {
    .mobile-wrap {
        flex-wrap: wrap !important;
    }


}

@media (max-width: 1100px) {
    .padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}


.post-info-wrapper * {
    color: #777;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .mobile-hidden {
        display: none !important;
    }
}

@media (min-width: 767px) {
    .border-tablet {
        border-bottom: 2px solid #F2F4F7;
    }
}

.grid-footer .wp-block-navigation-item__label::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cg id='ArrowDown'%3E%3Cpath id='Vector' d='M2.5 8.5L13.5 8.5' stroke='%23667085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M9 13L13.5 8.5L9 4' stroke='%23667085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
    margin-left: 10px;
    vertical-align: text-top;
}

footer .wp-element-caption {
    color:#98A2B3;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

footer figure.wp-block-image {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}

.wp-block-group.menu-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
}

@media (max-width: 576px) {
    .menu-collapse-wrapper ul {
        display: none;
    }

    .menu-collapse-wrapper.test ul {
        display: flex;
    }

    .wp-block-navigation__container.grid-footer .wp-block-navigation-item__label {
        color: #FCFCFD;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-weight: 600;
    }

    .wp-block-navigation__container.grid-footer {
        row-gap: 48px;
    }

    .wp-block-navigation__container.grid-footer .wp-block-navigation-item {
        width: 100%;
    }

    .grid-footer .wp-block-navigation-item__label::after {
        content: none;
    }
}

.hide-mobile {
    display: block;
}

@media (max-width: 576px) {
    .hide-mobile {
       display: none;
    }

    .mobile-100 {
        width: 100%;
    }

    .mobile-100 > .wp-block-group {
        width: 100%;
        justify-content: space-between;
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
    }

    .justify-content-between-mobile {
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .wp-block-group.menu-footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }
}

.hidden:not(.tab-content) {
    display: none;
}

@media (min-width: 1100px) {
    .wp-block-navigation__container.grid-footer {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fill, 261px);
    }

    .wp-block-post-content figure {
        width: auto !important;
    }

    .wp-block-group.menu-footer-grid {
        display: grid;
        column-gap: 20px;
        row-gap: 40px;
        grid-template-columns: repeat(auto-fill, 266px);
    }
}

.wp-site-blocks > .wp-block-group.has-background.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.language-switcher-container button {
    display: flex;
    border: none;
    background-color: transparent;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    padding-left: 0;
}

.language-switcher-container {
    position: relative;
    display: flex;
    align-items: center;
}

.language-switcher-container::after {
    content: '';
    display: inline-block;
    border-width: 0px;
    border-right: 1px solid #727881;
    border-bottom: 1px solid #727881;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    top: 1px;
    right: 13px;
}

.language-switcher-dropdown {
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    background-color: #fff;
}

.language-switcher-dropdown .components-popover__content > div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    padding: 10px 15px;
}

.language-switcher-dropdown .components-popover__content > div:hover {
    background-color: #eee;
}

.single-project figure {
    max-width: 100%;
}

header > .wp-block-group {
    padding-bottom: 0 !important;
}

@media (min-width: 767px) {
    .wp-block-sb-menu-item-custom {
        padding-bottom: 23px;
    }

    .wp-block-sb-menu-item-custom:hover .menu-custom-heading:after {
        margin-top: 19px;
    }
}

@media (min-width: 1100px) {
    .wp-block-sb-menu-item-custom:hover .menu-custom-overlay {
        width: calc(100vw - 15px);
    }
}

.card__button__ai7FF:hover {
    color: #ffffff !important;
}

@media (max-width: 576px) {

    .amo-button-holder {
        right: 15px !important;
        bottom: 130px !important;
    }

    .breadcrumb:empty {
        padding: 0 !important;
    }
}

.project-meta-header {
    font-size: 14px;
    color: #727881;
    line-height: 20px;
    width: 100%;
    display: flex;
    gap: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EAECF0;
}

.project-meta-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: #727881;
    font-size: 14px;
}

.project-meta-footer .title {
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
}

.project-meta-footer img {
    width: 48px;
    object-fit: cover;
    height: 48px;
    border-radius: 50%;
}

.project-meta-header span {
    display: flex;
    gap: 4px;
    align-items: center;
}

.mobile-100 .wp-block-image figcaption {
    margin-bottom: 0;
}

@media (max-width: 840px) {
    .single-post .entry-content figure,
    .single-post .entry-content img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .wp-block-group:has(> .entry-content ) {
        max-width: 100% !important;
    }

    .wp-block-post-author__content {
        flex-basis: 100%;
    }

    main > .wp-block-group {
        flex-wrap: wrap !important;
    }
}

.tabs .tab-content img {
    object-fit: contain;
}

.wp-block-sb-menu-item-custom:hover .menu-custom-overlay-wrapper:has(> .wide-cols-custom-menu) {
    grid-template-columns: 1fr;
}


@media (min-width: 768px) {
    .wp-block-sb-collapsed-menu.wide-cols-custom-menu ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1100px) {
    .wp-block-sb-collapsed-menu.wide-cols-custom-menu ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.wp-block-sb-collapsed-menu .menu-heading {
    text-transform: none;

}

footer .wp-block-sb-collapsed-menu .menu-heading {
    color: #fff;
}

.size-full picture {
    display: flex;
}

.wp-block-sb-menu-item-custom .menu-custom-heading,
.wp-block-sb-menu-custom .menu-content>p>a
{
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #101828;
}

.menu-footer {
    padding-bottom: 20px;
}

.menu-button-primary,
.menu-button {
    border-radius: 12px;
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    padding:  9px 24px;
}

.phone-link a {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
   color: #101828;

}

.wp-block-sb-collapsed-menu  .menu-heading {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
}

.wp-block-sb-collapsed-menu ul {
    row-gap: 20px;
}

.breadcrumbs {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #475467;
}

.breadcrumbs a {
    color: #3070FA;
}

@media (max-width: 1100px) {
    .header-top-wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 576px) {
    .menu-custom-overlay-wrapper {
        gap: 24px;
        display: flex !important;
        flex-direction: column;
    }

    .wp-block-sb-collapsed-menu  .menu-heading {
        margin-top: 0;
        margin-bottom: 0;
    }

    .wp-block-sb-menu-item-custom .wp-block-sb-collapsed-menu .menu-heading {
        font-weight: 600;
    }
    

    .wp-block-sb-menu-custom .menu-content {
        gap: 24px;
    }

    .menu-collapse-wrapper.test ul {
        margin-bottom: 0;
        margin-top: 16px;
    }

    .wp-block-sb-menu-custom .menu-content > p {
        margin: 0;
    }

    .wp-block-sb-menu-custom .menu-content > p > a {
        font-family: Inter;
        font-weight: 600;
        font-size: 16px;
        margin: 0;
        line-height: 100%;
        color: #101828;
    }

}