/*
Theme Name: Orange Child
Theme URI: https://bestwpware.com/themes-wp/orange/
Author: theme_ocean
Author URI: https://www.templatemonster.com/vendors/theme_ocean/
Description: Orange Child WordPress Theme
Template: orange
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: orange-child
*/

:root {
    --accent-color: #CAC9C4;
    --primary-color: #477302;
    --secondary-color: #B1B604;
    --text-color: #182305;
    --white-color: #fff;
    --accent-op25-color: #CAC9C425;
    --accent-op40-color: #CAC9C440;
}

@font-face {
    font-family: 'Barlow';
    font-weight: 400;
    src: url('./dist/fonts/Barlow-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Barlow';
    font-weight: 500;
    src: url('./dist/fonts/Barlow-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Barlow';
    font-weight: 500;
    src: url('./dist/fonts/Barlow-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Barlow';
    font-weight: 700;
    src: url('./dist/fonts/Barlow-Bold.ttf') format('truetype');
}

body, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
}

/* Header */
.navbar {
    min-height: 120px;
}
.navbar-default {
    align-items: center;
    background-color: var(--white-color);
    display: flex;
}
.navbar-brand {
    margin-top: -15px;
}

/* Footer */
.contact-address::before {
    background: var(--accent-op40-color);
}
.contact-address .site-logo  {
    display: inline-block;
    width: 210px;
}
.contact-address .address {
    background: transparent;
}
.f_linkedin {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 0 0px var(--primary-color);
}
.contact-address .address p,
.contact-address .footer_copyright p {
    color: var(--text-color);
}

/* Sections */

/* Home */
#home .hero-text {
    padding-top: 450px;
}
#home .hero-text h1 {
    background: rgba(71, 115, 2, 0.42);
    font-style: italic;
    margin-left: -70%;
    margin-right: 20%;
    padding: 20px 20px 20px 70%;
    text-align: left;
    text-transform: none;
}

/* Pricing */
.our_pricing::before {
    background: var(--white-color);
}
.our_pricing .section-title h1,
.our_pricing .section-title p {
    color: var(--text-color);
}
.pricingTable {
    background: var(--accent-op25-color);
}
.pricingTable.feature .title_bg,
.pricingTable:hover .title_bg {
    border-color: var(--secondary-color) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--secondary-color);
}
.pricingTable .price-value,
.pricingTable .price-value small.period {
    font-size: 0;
}

/* Work / Projects */
#work .gallery_info {
    bottom: 50px;
}
#work .gallery_info h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
}
#work .gallery_info p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
#work .gallery_info a {
    display: none;
}

/* General */
.section-title span {
    background: var(--accent-color) !important;
}
body .btn-contact-bg {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    border-radius: 0;
    padding: 10px 27px;
}