/* Add here all your CSS customizations */
body {
    color: #212529;
}

h1, h2, h3 {
    margin-bottom: 16px;
}

h3 {
    text-transform: none;
}

p {
    color: inherit;
    margin-bottom: 10px;
}

#footer p {
    color: #777;
}

/** Header Menu **/
@media (min-width: 992px) {
    #header .header-nav-main nav>ul>li>a {
        letter-spacing: normal;
        text-transform: none;
    }
}

.social-icons.social-icons-hover-text-black li:hover.social-icons-facebook a,
.social-icons.social-icons-hover-text-black li:hover.social-icons-twitter a,
.social-icons.social-icons-hover-text-black li:hover.social-icons-instagram a,
.social-icons.social-icons-hover-text-black li:hover.social-icons-linkedin a,
.social-icons.social-icons-hover-text-black li:hover.social-icons-youtube a,
.social-icons.social-icons-hover-text-black li:hover.social-icons-pinterest a {
    color: #666 !important;
}

.tp-bgimg.defaultimg {
    opacity: 0.7 !important;
}

/** Form → File upload **/
.fileupload .btn {
    line-height: 16px;
}

.fileupload .uneditable-input {
    line-height: 1.6;
}

.fileupload-preview {
    width: calc(100% - 30px);
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    position: relative;
    top: 2px;
}

/** Testimonial **/
.testimonial blockquote:before {
    font-size: 46px;
}

.testimonial blockquote {
    font-family: inherit;
    padding: 1.5rem 1rem 2.5rem 3.5rem;
}

.testimonial blockquote p {
    font-family: inherit;
}

.testimonial .testimonial-author img {
    max-width: 56px;
}

/** Owl carousel **/
.testimonial-style-5 .owl-carousel .owl-nav button.owl-prev {
    left: 30px;
}

.testimonial-style-5 .owl-carousel .owl-nav button.owl-next {
    right: 30px;
}

/** Call to action **/
@media (max-width: 767px) {
    .call-to-action .call-to-action-content, .call-to-action .call-to-action-btn {
        padding: 10px;
    }

    .call-to-action h3 {
        font-size: 1.5em;
        line-height: 1.3;
    }

    .call-to-action p {
        font-size: 1.1em;
        line-height: 1.3;
    }
}

/** Revolution Slider **/
.rev_slider .caption,
.rev_slider .tp-caption {
    letter-spacing: normal !important;
}
