
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
* {
    font-family: 'century-gothic', sans-serif !important;
}

h1, h2, h3, p, strong {
    font-family: 'century-gothic', sans-serif !important;
}

.fa {
    font-family: FontAwesome !important;
}

#wpadminbar .ab-icon,
#wpadminbar .ab-item:before,
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
.wp-admin-bar-arrow {
    font-family: dashicons !important;
}

p, strong {
    font-size: 12px;
    line-height: 32px;
}

h2, .post-detailed .prague-post-title {
    font-size: 23px;
    line-height: 33px;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.post-detailed .prague-post-title {
    text-align: center;
    font-weight: normal;
}

.post-detailed .prague-post-content {
    text-align: justify;
}

h3, h3 a {
    text-transform: uppercase;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400;
    font-style: normal;
}

.carousel-services a {
    display: block;
    position: relative;
}

.carousel-services a .carousel-slider__caption {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-services a p.caption {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px !important;
    display: none;
}

.carousel-services a:hover .carousel-slider__caption {
    background-color: rgba(0, 0, 0, .3);
}

.carousel-services a:hover p.caption {
    background: url(https://classicfurniture.sg/wp-content/uploads/2019/09/icon_portfolio.png) no-repeat center center;
    display: block;
    padding: 80px 0 0;
    margin-top: -40px;
}

.carousel-services a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.history {
    border-left: solid 1px #000;
}

body.blog .top-banner h1 {
    font-weight: normal;
}

body.services-template-default > section.top-banner {
    display: none;
}

body.services-template-default .services-detailed {
    padding-top: 0;
}

body.projects-template-default .top-banner h1 {
    font-weight: 400;
}

.service-heading {
    margin-left: 0 !important;
}

.owl-pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.owl-theme .owl-controls .owl-page span {
    background-color: transparent;
    border: solid 1px #000;
    margin: 5px;
}

.owl-theme .owl-controls .owl-page.active span {
    background-color: #000;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #000;
    font-size: 35px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}

/* top banner */
.cf-top-banner section {
    background: none !important;
    display: block;
}

.cf-top-banner img {
    display: block !important;
    width: 100%;
    height: auto;
}

.cf-top-banner .content {
    margin: 0 !important;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cf-top-banner .content .title {
    font-weight: 400;
}

.footer-copyright a {
    font-size: 10px;
    font-weight: bold;
}

.footer-copyright a:hover,
.footer-info-block-title a:hover {
    color: rgba(255, 255, 255, 0.7);
}

@media(max-width: 640px) {
    #service-image-2 {
        margin-bottom: 30px;
    }

    .cf-top-banner .content .title {
        font-size: 24px;
        line-height: 28px;
    }
    .prague-header .prague-header-container {
        width: 100%;
    }
    .prague-header .prague-logo {
        float: left;
    }
    .prague-header .prague-header-wrapper {
        float: right;
    }
}

@media(min-width: 1200px) {
    .article-row .vc_col-sm-8 {
        width: 64%;
    }

    .article-row .vc_col-sm-4 {
        width: 36%;
    }
}

.text-justify {
    text-align: justify;
}

body.single-projects h2.vc_custom_heading {
    text-transform: capitalize;
    font-weight: normal !important;
}

body.single-projects .sub-head {
    color: #c0a781;
}