.cbp-hrmenu {
    width: 100%;
    background: #faf6f1;
    border-bottom: solid 1px #e4e4e4;
    border-top: solid 1px #e4e4e4;

}

/* general ul style */
.cbp-hrmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu>ul,
.cbp-hrmenu .cbp-hrsub-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.cbp-hrmenu>ul>li {}

.cbp-hrmenu>ul>li>a {
    padding: .8rem 0;
    font-size: .9rem;
    text-transform: uppercase;
    color: #333335;
    display: inline-block;
    text-align: center;


}

.cbp-hrmenu>ul>li>a:hover {
    color: #d2a872;
}

.cbp-hrmenu li .show:after {
    content: "";
    width: 12px;
    height: 9px;
    background: url("../images/arrow1.png") center no-repeat;
    display: inline-block;
    transition: all .3s
}

.cbp-hropen:hover a.show:after {
    transform: rotate(180deg);
    margin-top: -2px;
    content: "";
    width: 12px;
    height: 10px;
    background: url("../images/arrow.png") center no-repeat;
    display: inline-block
}

.cbp-hrmenu>ul>li.cbp-hropen a,
.cbp-hrmenu>ul>li.cbp-hropen>a:hover {
    color: #d2a872;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 20;
}

.cbp-hropen .cbp-hrsub {
    display: block;
    padding-bottom: 3em;
}

.search-box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 20%);
    gap: 20px
}

.search-box-row {
    margin-top: 25px
}

.search-box-row h2 {
    font-size: .9rem;
    color: #bf8e52;
    text-transform: uppercase;
    margin-bottom: 10px
}

.search-box-row li {
    font-size: .95rem;
    color: #555;
    margin: .5rem 0
}

.search-box-row li a {
    color: #555 !important;
    display: flex;
    align-items: center;
    line-height: 1.5
}

.search-box-row li a:hover {
    color: #d2a872 !important;
}

.search-box-row .style img {
    width: 42px;
    height: auto;
    margin-right: 10px
}

.search-box-row .stone img {
    width: 25px;
    height: auto;
    margin-right: 10px
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner>div a {}

.cbp-hrsub h4 {
    color: #afdefa;
    padding: 2em 0 0.6em;
    margin: 0;
    font-size: 160%;
    font-weight: 300;
}

@keyframes fade-menu {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


/* Examples for media queries */

@media screen and (max-width: 52.75em) {
    .cbp-hrmenu {
        font-size: 80%;
    }

}

@media screen and (max-width: 43em) {

    .cbp-hrmenu {
        font-size: 120%;
        border: none;
    }

    .cbp-hrmenu>ul,
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 100%;
        padding: 0;
    }

    .cbp-hrmenu .cbp-hrsub-inner {
        padding: 0 2em;
        font-size: 75%;
    }

    .cbp-hrmenu>ul>li {
        display: block;
        border-bottom: 4px solid #47a3da;
    }

    .cbp-hrmenu>ul>li>a {
        display: block;
        padding: 1em 3em;
    }

    .cbp-hrmenu .cbp-hrsub {
        position: relative;
    }

    .cbp-hrsub h4 {
        padding-top: 0.6em;
    }

}

@media screen and (max-width: 36em) {
    .cbp-hrmenu .cbp-hrsub-inner>div {
        width: 100%;
        float: none;
        padding: 0 2em;
    }
}
