/*!
 * CBC Fine Jewelers
 * http://www.cbcfinejewelers.com
 * Copyright 2008-2023 Punchmark
 */


nav.navbar .dropdown > .dropdown-menu {
    border-color: var(--bs-input-border-color) !important;
}

a#logo {
    margin: -20px auto -40px auto !important;
}

@media(min-width: 768px){
    a#logo {
        margin: -15px auto 5px auto !important;
    }
}

.toolbar,
.toolbar > .toolbar-inner {
    z-index: unset;
}

.toolbar > .toolbar-inner > ul {
    position: relative;
    z-index: 1500;
}

.toolbar > .toolbar-inner > ul > li.phone > a {
    padding-bottom: 0 !important;
}

 .widget-media-feed .media .media-heading {
    line-height: 1.3;
 }

#education-section .nav .nav-item:nth-child(4),
#education-section .nav .nav-item:nth-child(8),
.toolbar > .toolbar-inner > ul > li > .dropdown-menu a[href="/education-metals"],
.toolbar > .toolbar-inner > ul > li > .dropdown-menu a[href="/education-gold-buying"] {
    display: none !important;
}

@media (max-width: 767px) {
    .embed-responsive-1by1.mobile-min-height {
    height: 750px !important;
}
}