/* Namari Landing Page - Energowise theme
   Colors and banner for Energowise Consulting
*/

/*------------------------------------------------------------------------------------------*/
/* 1. Website Default Styling */
/*------------------------------------------------------------------------------------------*/

body {
    background: #fff;
}

/* Default Link Color */
a, .la-ball-triangle-path {
    color: #d2b356;
}

a:hover, #header.nav-solid nav a:hover {
    color: #d2b356;
}

/* Default Icon Color */
.icon i {
    color: #d2b356;
}

/* Border Color */
#banner .section-heading:before, .testimonial.classic footer:before {
    background: #d2b356;
}

.pricing-block-content:hover {
    border-color: #d2b356;
}

/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/

#header nav a, #header i {
    color: #111;
}

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color: #333;
}

#header.nav-solid .active {
    color: #d2b356;
    border-color: #d2b356;
}

/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/

.primary-color, .featured .pricing {
    background-color: #d2b356;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle,
.featured .pricing, .featured .pricing p {
    color: #fff;
}

.section-heading h2:after {
    background: #d2b356;
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 30px;
}

.text-center .section-heading h2:after {
    margin: 30px auto 25px auto;
}

.primary-color .icon i, .primary-color i {
    color: #fff;
}

.secondary-color {
    background-color: #f5f5f5;
}

/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/

#banner {
    background: url("../images/banner-images/banner-image-1.jpg") no-repeat center top;
    background-size: cover;
}

/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 15px;
    font-weight: normal;
    color: #111;
}

#banner h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 62px;
    line-height: 60px;
    font-weight: 800;
    color: #111;
}

#banner h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px;
    font-weight: 300;
    color: #111;
}

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px;
    font-weight: 700;
    color: #111;
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight: 300;
    color: #9c9c9c;
}

.testimonial q {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 17px;
    font-weight: 300;
}

.testimonial.classic q, .testimonial.classic footer {
    color: #111;
}

h1 { font-family: 'Open Sans', sans-serif; font-size: 40px; font-weight: 300; color: #111; }
h2 { font-family: 'Open Sans', sans-serif; font-size: 34px; font-weight: 300; color: #111; }
h3 { font-family: 'Open Sans', sans-serif; font-size: 30px; font-weight: 700; color: #111; }
h4 { font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 400; color: #111; }
h5 { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 400; color: #111; }
h6 { font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; color: #111; }

/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

.button, input[type="submit"] {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #111;
    border-color: #111;
}

.button:hover, input[type="submit"]:hover {
    border-color: #d2b356;
    color: #d2b356;
}

#banner .button {
    font-size: 16px;
    color: #111;
    border-color: #111;
}

#banner .button:hover {
    color: #d2b356;
    border-color: #d2b356;
}

/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

#landing-footer i {
    color: #999;
}
