/* Font face CSS */
@font-face {
    font-family: 'Quattrocento';
    src: url('../fonts/Quattrocento.eot?#iefix') format('embedded-opentype'), url('../fonts/Quattrocento.woff') format('woff'), url('../fonts/Quattrocento.ttf') format('truetype'), url('../fonts/Quattrocento.svg#Quattrocento') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quattrocento-Bold';
    src: url('../fonts/Quattrocento-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Quattrocento-Bold.woff') format('woff'), url('../fonts/Quattrocento-Bold.ttf') format('truetype'), url('../fonts/Quattrocento-Bold.svg#Quattrocento-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.newlayout {
    font-family: 'Quattrocento';
}

    .newlayout p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 23px;
        color: #403c3c;
        font-family: 'Quattrocento-Bold !important';
    }

    .newlayout h1 {
        font-size: 26px;
    }

    .newlayout h2 {
        font-size: 26px;
    }

    .newlayout h3 {
        font-size: 22px;
        font-family: 'Quattrocento-Bold';
        margin: 0 0 15px 0;
    }

    .newlayout h4 {
        font-size: 24px;
        font-family: 'Quattrocento';
        line-height: 22px;
        margin: 0;
        border-bottom: 1px solid #e8ebeb;
        font-weight: 500;
        padding: 10px 0px; 
    }

        .newlayout h4 span {
            font-size: 20px;
            letter-spacing: 1px;
        }

    .newlayout h5 {
        font-size: 20px;
        font-family: 'Quattrocento-Bold';
        line-height: 32px;
        margin: 0 0 15px 0;
    }

    .newlayout h6 {
        font-size: 17px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 12px 0 10px 0;
        padding: 0px 15px;
    }

/* Margin & Padding CSS */
.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mt-2 {
    margin-top: .50rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mb-2 {
    margin-bottom: .50rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-1 {
    margin-left: .25rem !important;
}

.ml-2 {
    margin-left: .50rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mt-lg-0 {
    margin-top: 0 !important;
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.px-2 {
    padding-right: .50rem !important;
    padding-left: .50rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

/* Display Flex CSS */
.d-flex {
    display: flex !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.flex-column {
    flex-direction: column !important;
}

.align-items-center {
    align-items: center !important;
}

.text-center {
    text-align: center !important;
}

/* Float CSS */
.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.newlayout .submenu {
    margin: 0;
    padding: 0;
    line-height: 20px;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .newlayout .submenu li {
        list-style: none;
    }

        .newlayout .submenu li a {
            color: #167ab8;
            font-size: 15px;
            text-transform: uppercase;
            padding: 17px 15px;
            display: block;
            text-decoration: none;
        }

            .newlayout .submenu li a:hover,
            .newlayout .submenu li.active {
                background: #e6e6e4;
            }

        .newlayout .submenu li:first-child a {
            border-top: 0px solid rgba(0, 0, 0, 0.125);
        }

.fw-italic {
    font-style: italic;
}

.bg-grey {
    background-color: #e8e9ea;
    padding: 35px 25px 10px 25px;
    height: 100%;
}

.antony-photo {
    margin: 0 20px 0px 0;
    max-width: 155px;
}

.ask-gemologist {
    border: 1px solid #e0e0e0;
    margin-top: 0px;
    width: 100%;
    padding-bottom: 30px;
}

.photo-area {
    background-color: #000;
    text-align: center;
}

    .photo-area .img-responsive {
        margin: 0 auto;
    }

.ask-text {
    margin: 30px 0 10px 0;
    font-size: 24px;
    font-family: 'Quattrocento-Bold';
}

    .ask-text span {
        font-size: 22px;
        font-weight: 400;
        font-style: italic;
        display: block;
        margin: 0 0 10px 0;
    }

.newlayout .btn-primary {
    font-size: 16px;
    font-weight: 400;
    background: #9c9293;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #645c5d;
    border-bottom: 1px solid #645c5d;
    box-shadow: none !important;
    padding: 9px 15px;
}

    .newlayout .btn-primary:hover {
        color: #fff;
        background-color: #8f8989 !important;
        border-color: #645c5d !important;
    }

    .newlayout .btn-check:focus + .btn-primary,
    .newlayout .btn-primary:focus {
        color: #fff;
        background-color: #9e9d9d;
        border-color: #645c5d;
        box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
    }

    .newlayout .btn-check:active + .btn-primary:focus,
    .newlayout .btn-check:checked + .btn-primary:focus,
    .newlayout .btn-primary.active:focus,
    .newlayout .btn-primary:active:focus,
    .newlayout .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none !important;
    }

.wid-133 {
    min-width: 133px;
    max-width: 133px;
}

.wid-208 {
    min-width: 208px;
    max-width: 208px;
}

.boxy {
    border: 1px solid #e0e0e0;
    width: 100%;
}

    .boxy .block-heading {
        background: #000;
        color: #ffffff;
        padding: 23px 20px;
    }

        .boxy .block-heading h4 {
            font-size: 18px;
            line-height: 24px;
            margin: 0 0 0 0;
            font-family: 'Quattrocento';
        }

.owl-carousel-area {
    padding: 40px 75px;
    background-color: #e6e6e4;
}

    .owl-carousel-area span {
        display: none;
    }

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
}

.owl-prev {
    left: 0;
    transform: translate(-65px, -30px);
    background: url("../img/arrow-left.jpg") !important;
}

.owl-next {
    right: 0;
    transform: translate(65px, -30px);
    background: url("../img/arrow-right.jpg") !important;
}

.owl-dots {
    display: none;
}

.bgimg {
    min-height: 350px;
    padding: 25px;
}

    .bgimg h3 {
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 0 0;
        font-weight: 400;
        min-height: 140px;
    }

        .bgimg h3 span {
            font-size: 20px;
            line-height: 24px;
            margin: 0 0 0 0;
            font-family: 'Quattrocento-Bold';
            color: #167ab8;
            display: block;
        }

.bgimg-01 {
    background: url("../img/bgimg-01.jpg") no-repeat center center !important;
    background-size: auto;
}

.bgimg-02 {
    background: url("../img/bgimg-02.jpg") no-repeat center center !important;
    background-size: auto;
}

.img-space {
    min-height: 200px;
}

.gem-logo-head {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001544+0,00146d+100 */
    background: #001544; /* Old browsers */
    background: -moz-linear-gradient(top, #001544 0%, #00146d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #001544 0%, #00146d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( to bottom, #001544 0%, #00146d 100% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001544', endColorstr='#00146d',GradientType=0 ); /* IE6-9 */
}

    .gem-logo-head .img-responsive {
        margin: 0 auto;
    }

.gem-pad {
    padding: 40px 30px;
}

.gem-mar {
    margin: 60px 0;
}

.latest-articles h2 {
    font-size: 20px;
    line-height: 26px;
    padding: 20px 20px 0px 20px;
    font-family: 'Quattrocento-Bold';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 75px;
}

.latest-articles h3 {
    font-size: 38px;
    font-family: 'Quattrocento';
}

.latest-articles p {
    margin: 10px 20px 20px 20px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
}
.range-value div {
    font-size: 26px;
    font-family: 'Quattrocento-Bold';
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 70px 0 0;
    letter-spacing: 1px;
    text-align: center;
}
@media (min-width: 992px) {
    .boxy .block-heading h4 {
        font-size: 22px;
    }

    .gem-pad {
        padding: 40px 50px;
    }
}

@media (min-width: 1200px) {
    .ask-gemologist {
        margin-top: 0px !important;
    }

    .boxy .block-heading h4 {
        font-size: 26px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

.newlayout .btn-primary:hover, .newlayout .ring-area .btn-primary {
    background-color: #0b219f;
    background-image: -webkit-linear-gradient(left,#062090,#000);
    color: #fff;
    background-image: -moz-linear-gradient(left,#062090,#000);
    background-image: -o-linear-gradient(left,#062090,#000);
    background-image: -ms-linear-gradient(left,#062090,#000);
    background-image: linear-gradient(to right,#062090,#000);
    color: #fff;
    cursor:pointer;
}
.read-mre.all-art {
    max-width: auto;
    width: 208px;
    margin: 8px auto 0;
}

