/*
Theme Name: Henderson Arts Commission
Theme URI: http://bramblettgrp.com
Author: Bramblett Group
Author URI: http://bramblettgrp.com
Description: Henderson Arts Commission website.
Version: 0.9.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,600,700');
body {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'LibreBaskerville', serif;
}

section {
    padding: 4rem 0;
}

section h2 {
    font-size: 2.25rem;
    line-height: 2rem;
}

section h3 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

@media (min-width: 992px) {
    section h2 {
        font-size: 3rem;
        line-height: 2.8rem;
    }
}

.btn-xl {
    padding: 1rem 1.75rem;
    font-size: 1.25rem;
}

.btn-social {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.25rem;
    line-height: 2rem;
}

.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 1rem;
    display: none;
}

.scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem;
}

#mainNav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
    font-family: 'Montserrat';
}

#mainNav .navbar-brand {
    color: #fff;
    opacity: 1 !important;
}

#mainNav .navbar-nav {
    margin-top: 1rem;
    letter-spacing: 0.0625rem;
}

.navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}

.img-logo {
    transform: scale(0.5);
}

#mission,
#state, #subnav {
    background-color: #eee;
    padding: 20px 40px;
}

#subnav a, #subnav a:focus,#subnav a:hover,#subnav a:active {
    color:#333;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
    }
    #mainNav .navbar-brand {
        font-size: 2em;
        -webkit-transition: font-size 0.3s;
        -moz-transition: font-size 0.3s;
        transition: font-size 0.3s;
    }
    #mainNav .navbar-nav {
        margin-top: 0;
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    .img-logo {
        transform: scale(1);
    }
}

header.masthead {
    padding-top: calc(6rem + 72px);
    padding-bottom: 6rem;
    min-height: 300px;
}

@media (min-width: 992px) {
    header.masthead {
        padding-top: calc(6rem + 106px);
        padding-bottom: 6rem;
    }
    header.masthead {
        min-height: 600px;
    }
    .event-wrapper {
        padding-bottom: 80px !important;
    }
}

@media (min-width: 768px) {
    .text-social {
        text-align: right !important;
    }
}

.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #222;
    color: #fff;
}

.social-media {
    color: #fff;
    margin-right: 20px;
    font-size: 16px;
}

.copyright {
    background-color: #000;
}

a.social-media {
    color: #fff;
}

a.social-media:focus,
a.social-media:hover,
a.social-media:active {
    color: #fff;
    opacity: .9;
}

footer a {
    color: #fff;
}

footer a:focus,
footer a:hover,
footer a:active {
    color: #fff;
}

.btn {
    border-width: 1px;
}

.nav-transparent {
    background-color: transparent;
    transition: 1s;
}

.nav-colored {
    background-color: rgba(0, 0, 0, 0.80);
}

.nav-text-colored {
    color: #333 !important;
}

.text-primary {
    color: #333 !important;
}

.btn {
    width: 100%;
}

.btn-primary {
    background-color: #f47920;
    border-color: #f47920;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #f26e0e;
    border-color: #f26e0e;
}

.spacer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.top-item {
    margin-top: 0px !important;
}

.event-wrapper {
    padding: 20px 20px;
    margin: 40px 0px;
}

.text-social {
    text-align: center;
}

.date {
    font-style: italic;
    font-weight: bold;
}

.event-copy {
    margin-top: 15px;
}

.sponsor-logos {
    margin-bottom: 40px;
}

.woocommerce .col-1, .col-2{ max-width:none;}
#cart-button{display:none;}
/* EVENTS STYLING  */


/*

body.single-ajde_events div#main {
    margin-top: 100px !important;
}

.evofc_month{
    background-color: #58595b !important;
}
.ajde_events-template-default{
    background-color:#2b2b2b;
}

*/