/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

html #brxe-ebeeff > .tab-content {
    border: 0;    
}

html .brxe-block.tab-menu {
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    width: auto !important;
    margin-top: 32px;
    margin-bottom: 48px;
    display: inline-flex;
    padding: 8px;
    border-radius: 8px;
}

html #brxe-ebeeff > .tab-menu .tab-title {
    padding: 12px 42px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
}

html .brxe-tabs-nested {
    display: block;
    text-align: center;
}

.tab-title.brx-open {
    background: linear-gradient(90deg, #7AC7FF 0%, #0066FF 100%) !important;
    color: #fff !important;
    border-radius: 10px !important;
}

.ion-md-checkmark {
    font-weight: bold !important;
}

.star-title:before {
    content: "";
    background-image: url(icons/Asterisk.svg);
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}



@media only screen and (min-width:768px) and (max-width: 1552px) {
    img.header-logo {
        height: 42px !important;
    }

    html #brxe-nxvfta .bricks-nav-menu {
        gap: 24px;
    }
}

@media only screen and (min-width:768px) and (max-width: 1350px) {
    img.header-logo {
        height: 32px !important;
    }

    html #brxe-nxvfta .bricks-nav-menu {
        gap: 18px;
    }
    html #brxe-nxvfta .bricks-nav-menu > li > a {
        font-size: 14px !important;
    }

    html .light-btn-menu a {
        font-size: 14px !important;
        padding: 12px 24px;
    }
}