.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.heading--img {
    width: 60px;
    height: 83px;
    display: inline-block;
    background-image: url(../images/heading/heading-img.png);
    margin-bottom: 30px;
}

.heading .heading--title {
    font-weight: 900;
}

.heading .divider--line + .heading--desc {
    margin-top: 35px;
}

.bg-overlay-dark2:before {
    background-color: rgba(27, 26, 26, 0.25);
}

/* header */

.module-contact .contact-btn {
    width: 90px;
    height: 29px;
    line-height: 29px;
    border: none;
    background-color: #bf9456;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.module-contact .contact-btn:hover {
    background-color: #222222;
    color: #ffffff;
}

.module-contact .social--icons a:hover,
.header-fixed .affix .module-contact .social--icons a:hover {
    color: #bf9456
}

/* hero */

.hero {
    padding-top: 100px;
}

.hero--heading h1 {
    color: #fff;
    font-size: 65px;
    line-height: 1.1;
    margin-bottom: 32px;
}

.hero--subheading p {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 34px;
}


@media only screen and (min-width:320px) and (max-width:767px) {
    .hero--heading h1 {
        font-size: 40px;
    }
    .hero--subheading p {
        font-size: 14px;
        font-weight: 600;
    }
}


/* services */

.service-panel h3 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
}

.service-panel p {
    margin-bottom: 0;
}

/* cta */

.cta {
    padding: 125px 0
}

.cta-7 h3 {
    margin-bottom: 42px;
}

.cta .btn {
    color: #bf9456
}

.cta .btn:hover {
    color: #fff
}

/* pricing */

.pricing-panel .pricing--heading {
    padding: 0 50px 0 0;
}

.pricing-panel {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    padding: 0 0 14px 0;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px dashed rgba(156, 156, 156, 0.4);
}

.pricing-panel:before {
    display: none;
}

.pricing-panel .pricing--heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
    color: #222222;
    font-family: 'Raleway';
    font-style: normal;
}

.pricing-panel .price {
    font-size: 15px;
    font-weight: 800;
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    color: #cda964;
}

.pricing-panel .pricing--desc {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

/* testimonial */

.testimonial-7 .testimonial--body p {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.testimonial-panel .testimonial--meta-content h4 {
    font-family: 'Raleway';
}
.testimonial-panel .testimonial--meta-img{
    border-color: rgba(34, 34, 34, 0.15);
}
/* portfolio */

.portfolio .row-no-padding {
    margin-right: -5px;
    margin-left: -5px;
}

.portfolio-item .portfolio--img {
    padding: 0 5px 10px;
}

.portfolio-item .portfolio--hover {
    padding: 20px;
}

/* footer */

.contact--info h3 {
    font-family: 'Playfair Display', serif;
}

.footer {
    margin-top: -110px;
}

.footer-widget {
    padding-top: 215px;
    padding-bottom: 110px;
}

.footer--logo {
    margin-bottom: 24px;
}

.footer-social-icon {
    overflow: hidden;
    display: inline-block;
}

.footer-widget .footer--widget-content p {
    margin-bottom: 41px;
}

.footer--widget-newsletter form {
    width: 270px;
    display: inline-block;
    margin-bottom: 30px;
}

.scrolling-to {
    position: absolute;
    bottom: 30px;
    left: 50%;
    text-align: center;
    margin-left: -50px;
}

.scrolling-to a {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.21px;
}
