* {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;;
}

.top_navbar {
    font-size: 0.8rem;
}

.top_navbar .nav-link {
    color: #000;
    letter-spacing: 2px;
}

.top_navbar .nav-link:hover {
    color: #012291;
    text-decoration: underline;
}

.navbar-brand img {
    margin: 0 auto;
    display: block;
}

.mobile-navbar {
    position: fixed;
    z-index: 1200;
}

.navbar-mobile {
    position: fixed;
    top: 0;
    transition: transform .3s;
    right: 0;
    left: 0;
    z-index: 1200;
}

.navbar-mobile button {
    position: absolute;
    right: 20px;
}

.navbar-brand2 img {
    margin: 10px 20px;
    width: 200px;
}

.navbar .nav-link {
    margin: 0 30px 0 30px;
    font-size: 0.83rem;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
}

.navbar .nav-link:hover {
    color: #012291;
    transition: 0.3s;
}

.navbar .nav-link:focus {
    color: #000;
}

nav .navbar .navbar-nav .active {
    color: #012291;
}

.nav .nav-item .active {
    color: #012291;
}

.main_image {
position: relative;
}

.image-box {
    position: absolute;
    background-color:rgba(0,0,0,.4);
    min-width: 536px;
    height: 150px;
    top: 40%;
    right: 14%;
}

.image-box h1, .image-box2 h1 {
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    padding-top: 22px;
    font-family: 'Libre Baskerville', serif;
}

.image-box2 p {
    color: #fff;
    text-align: center;
}

.image-box2 {
    position: absolute;
    height: 150px;
    top: 20%;
    left: 14%;
}


.main_image a {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    text-transform: uppercase;
    padding: 14px 30px;
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin: 6px;
}

.main_image a:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    transition: 0.3s;
}


.main-section-mobile {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.main-section-mobile h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.5rem;
}

.main-section-mobile .button {
    width: 100%;
    max-width: 20rem;
}

.main-section-mobile .button {
    letter-spacing: .15rem;
    font-size: .75rem;
    background-color: #000;
    padding: .75rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 1rem 0;
}

.main-section-mobile a:focus {
    color: #fff;
}

.navbar-mobile button {
    background-color: transparent;
}

.body-section h2, h3 {
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
}

.gem-section-para h3 {
    padding: 16px 0px;
}

.gem-section-para P {
    font-size: 0.9rem;
    line-height: 24px;
    margin-bottom: 60px;
}

.gem-section-para a {
    background-color: #012291;
    border: 1px solid #012291;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 40px;
    font-size: 0.8rem;
    transition: 0.3s;
}

.gem-section-para a:hover {
    background-color: transparent;
    color: #012291;
    border: 1px solid #012291;
    transition: 0.3s;
}


.gemstone-slider h5 {
    text-transform: uppercase;
    font-size: 1rem;
}


/* news slider thumbnail start */

.logo-slider img {
    width: 100%;
}

.logo-slider .item-logo {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
}

.logo-slider .slick-slide {
    margin: 6px;
}

.logo-slider .item-logo {
    padding: 0;
}

.slick-next:before,
.slick-prev:before {
    color: #bdbdbd !important;
    font-size: 24px;
}

.gemstones-slick {
    margin-right: 50px;
    margin-left: 50px;
    color: #555;
}

/* .gemstones-slick a {
    color: #555;
    transition: ease-in-out 0.4s;
}

.gemstones-slick a:hover {
    color: #043189;
    transition: ease-in-out 0.4s;
    cursor: pointer;
} */

/* footer styling */
footer .main-footer {
   line-height: 24px;
   margin-top: 20px;
   font-size: 0.8rem;
}

footer .about-hhgems {
    margin: 25px;
}

footer .footer-navbar h4 {
    font-family: 'Libre Baskerville', serif;
}

footer .footer-navbar .nav-link {
    color: #000;
}

footer .footer-navbar .nav-link:hover {
    text-decoration: underline;
}

footer .scroll-top {
    text-decoration: none;
    color: #000;
    letter-spacing: 2px;
    font-size: 0.8rem;
}

footer .scroll-top:hover {
    color: #012291;
}

.search-mobile {
    position: absolute;
    right: 55px;
    color: #000;
}

.search-mobile:hover, .search-mobile:focus {
    color: #000;
}

footer .footer-socialmedia a {
    color: #000;
    transition: all .3s ease-in-out;
    padding: 20px 0px;
}

footer .footer-socialmedia a:hover {
    color: #012291;
    transition: all .3s ease-in-out;
}

.bottom-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    background-color: #D6D6D6;
}

.bottom-footer .nav-link {
    color: #000;
}

.bottom-footer .nav-link:hover {
    text-decoration: underline;
    color: #000;
}

.footer-navbar {
    padding-top: 28px;
}

/* Offcanvas menu on mobile and tab styling */

.offcanvas-body .nav-link {
    color: #000;
    letter-spacing: 2px;
    font-size: 0.9rem;
    padding: 10px 0px;
}

.offcanvas-body .nav-link:hover, .offcanvas-body .nav-link:focus {
    color: #000;
}


/* About page styling */

.breadcrumb li a {
    color: #000;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #000;
    text-decoration: underline;
}

.about-section h2, .store-section h2 {
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    padding: 100px 0px 30px 0px;
}

.about-section p {
    font-size: 00.9rem;
    line-height: 24px;
}

/* Shows page styling */

.btn-category {
    padding: 15px 5px;
    width: 90%;
    background-color: #fff;
    font-size: 0.8rem;
    border: 1px solid #000 !important;
    margin: 12px 0px;
    border-radius: 0px !important;
    transition: ease-in-out 0.4s;
}

.btn-category:hover {
    background-color: #000;
    color: #fff !important;
    transition: ease-in-out 0.4s;
}

.main_show_btn .active {
    background-color: #000;
    border: 1px solid #000 !important;
    color: #fff;
}

.limit_one_line {
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.btn {
    cursor: pointer;
    box-shadow: none;
}

.main-news img, .gem-images img {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%); /* FF 35+ */
}

.main-news img:hover, .gem-images img:hover {
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%); /* FF 35+ */
}

.main-news h3 {
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    padding: 20px 0px;
}

.main-news p {
    font-size: 0.9rem;
    line-height: 24px;
}

.main-news .text_link {
    text-decoration: none;
    color: #000;
}

.main-news .text_link h3:hover {
    text-decoration: underline;
}

.see-more-btn {
    padding: 10px 80px;
    border: 1px solid #000;
    text-decoration: none;
    font-size: 0.8rem;
    color: #000;
}

.see-more-btn:hover, .see-more-btn:focus {
    color: #000;
}



/* Single page event styling */

.main_event_article h2 {
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    padding: 40px 0px;
}

.main_event_article p {
    font-size: 0.9rem;
    line-height: 24px;
}

.article_second h3 {
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    padding: 40px 0px 10px 0px;
}

.article_second p {
    font-size: 0.9rem;
    line-height: 24px;
}


/* Gemstone page styling */
.gemstone_title h2 {
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    padding: 40px 0px 10px 0px;
}

/* Gemstone Detail Page */
.gemstone-details p {
    font-size: 0.9rem;
    line-height: 24px;
    margin-bottom: 40px;
}

.gem_para {
    padding: 60px 0px;
}

.gem_para p {
    font-size: 0.9rem;
    line-height: 24px;
    max-width: 1088px;
    margin: auto;
}

.gemstone-details .specs {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0px;
    font-size: 0.9rem;
}

.gemstone-details .spec-detail {
    font-weight: 400;
    margin-left: 8px;
    text-transform: capitalize;
}

.gemstone-details .spec-detail a {
    text-decoration: underline;
    color: #000
}

.parallax_image {
    background-image: url('../img/image_one.jpg');
    background-repeat: repeat;
    background-position: 50% 0;
    min-height: 600px;
    background-size: cover;
}
.parallax_image2 {
    background-image: url('../img/main_earings.png');
    background-repeat: repeat;
    background-position: 50% 0;
    min-height: 600px;
    background-size: cover;
}


/* Contact form styling */

iframe {
    display: block;
    width: 100%;
}

.contact-form {
    padding-top: 70px;
    padding-bottom: 70px;
}
.contact-form h2 {
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    padding: 40px 0px 10px 0px;
}

.contact-form .submit-butt2 {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 14px 80px;
    text-decoration: none;
    transition: ease-in-out 0.3s;
    border-radius: 0;
}

.contact-form .submit-butt2:hover, .contact-form .submit-butt2:focus  {
    background-color: #000;
    color: #fff;
    transition: ease-in-out 0.3s;
    cursor: pointer;
}

.form-control {
    border-radius: 0 !important;
}

/* Cookies styling */

.cookies-policy h2 {
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
}
.cookies-policy p {
    font-size: 0.9rem;
    line-height: 24px;
}

/* ################################################# */

/* Mobile media screen style */
@media (max-width: 576px) {
    .main-section-mobile p {
        padding-bottom: 40px;
    }
    .cookies-policy {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 990px){
    .footer-navbar {
        padding: 10px 0px;
    }
    .about-section h2, .store-section h2 {
        padding: 80px 30px 30px 30px;
    }
    .about-section p, .store-section p {
        padding: 0px 30px;
    }
    nav .breadcrumb {
        padding: 20px 30px;
    }
    .gem-images .main-gem {
        padding-bottom: 15px;
    }
    .gem-images .main-gem2 {
        padding-top: 15px;
    }
    .gems-bottom-section {
        padding-top: 1rem;
    }
    .contact-form {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .contact-form .col-lg-6 #name, .contact-form .col-lg-6 #emailAddress, .contact-form .col-lg-6 #country .contact-form .col-lg-6 #addressTwo  {
        margin-top: 16px;
    }
    .cookies-policy h2 {
        margin-top: 60px;
    }
}

/* Tab media screen style */

@media (max-width: 1200px) {
    .image-box2 p {
        font-size: 0.6rem;
        padding-bottom: 20px !important;
    }
    .image-box2 h1 {
        font-size: 1.2rem;
    }
    .main-section-mobile p {
        margin: 0px 15px;
        padding-bottom: 40px;
    }

    footer .about-hhgems {
        margin: 25px 0px 0px 0px;
    }

    .footer-navbar h4 {
        font-size: 18px;
    }
    .about-hhgems p {
        font-size: 0.6rem;
        line-height: 20px;
    }
    .footer-navbar .nav-link {
        padding: 0px;
    }
    .footer-navbar .nav-link, .bottom-footer .nav-link {
        font-size: 0.6rem;
    }
    .bottom-footer {
        padding: 0px;
    }
    footer .footer-socialmedia a {
        padding: 10px 0px;
    }
}

@media (min-width: 1100px) {
    .main_show_btn {
        display: flex;
        justify-content: center;
    }
}
/* Tab media screen style */