/*
Theme Name: Appalaches Nature
Theme URI: http://agenceglobalia.com
Template: globalia-bootstrap
Author: sdumais
Author URI: http://www.agenceglobalia.com
Version: 1.0
Text Domain: Starter Theme
*/

/* As the build has not been commited, extra styles are put here */

@font-face {
    font-family: 'Bartender';
    src: url('/wp-content/themes/appalaches-nature/landing-assets/fonts/Bartender-webfont.eot');
    src: url('/wp-content/themes/appalaches-nature/landing-assets/fonts/Bartender-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/appalaches-nature/landing-assets/fonts/Bartender-webfont.woff2') format('woff2'),
         url('/wp-content/themes/appalaches-nature/landing-assets/fonts/Bartender-webfont.woff') format('woff'),
         url('/wp-content/themes/appalaches-nature/landing-assets/fonts/Bartender-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.u-color-dark-green .form-control {
    color: #005041;
}

.u-color-dark-green .form-control:focus {
    border-color: #005041;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,80,65,.25);
    box-shadow: 0 0 0 .2rem rgba(0,80,65,.25)
}

.u-color-dark-green .wpcf7-submit {
    background: #005041;
}

.u-color-dark-green .wpcf7-submit:hover {
    color: #fff;
    background: #005041;
}

.u-color-dark-green .form-control::-webkit-input-placeholder {
    font-size: 1.6rem;
    color: #005041;
}

.u-color-dark-green .form-control:-moz-placeholder {
    font-size: 1.6rem;
    color: #005041;
}

.u-color-dark-green .form-control::-moz-placeholder {
    font-size: 1.6rem;
    color: #005041;
}

.u-color-dark-green .form-control:-ms-input-placeholder {
    font-size: 1.6rem;
    color: #005041;
}

.u-no-padding-bottom {
    padding-bottom: 0 !important;
}

.u-no-padding-top {
    padding-top: 0 !important;
}

.align-image {
    display: block;
    margin: 0 auto;
}

/* Landing page styles */

.l-landing h2 {
    font-family: 'Bartender';
}

.l-landing p,
.l-landing ol,
.l-landing li,
.l-landing ul, 
.l-landing h3,
.l-landing h4 {
    font-family: 'Montserrat';
}

.l-landing h2,
.l-landing .h2  {
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-family: 'Bartender';
}

@media screen and (min-width: 1400px) { 
    .l-landing h2,
    .l-landing .h2 {
        font-size: 10rem !important;
        line-height: 1;
    }
}

.l-landing .section_stack {
    padding-top: 8rem;
    padding-bottom: 8rem;
	min-height: 500px;
}


@media (min-width: 992px) {
    .l-landing .hero.stack_0 {
        height: auto;
    }
}

.l-landing .stack_full_image.stack_2 .col-lg-8 {
    flex: 0 0 100% !important;
    max-width: none !important;
}

.l-landing .btn.btn-primary {
    background: #267355 !important;
}

.l-landing-icon {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    height: 40px;
}

.l-landing-icon__title {
    margin-right: 2rem;
}

.l-landing-icon__title p:empty {
    display: none !important;
}

.l-landing-icon__title h4 {
    margin-bottom: 0;
}

.l-landing-icon__media img {
    max-width: 40px;
}

.l-landing .hero .jumbotron .row.align-items-center .column {
    flex: 0 0 60%;
    max-width: 60%;
}

.l-landing .column p:empty {
    display: none !important;
}

.Bcorp_LOGO {
    padding-left: 15px;
}

.Bcorp_LOGO img {
    height: 72px;
    filter: invert(1);
}

@media screen and (max-width: 993px) {
    .Bcorp_LOGO {
        display: flex;
        padding-left: 0;
        justify-content: center;
        width: 100%;
    }
}