/*
Theme Name: Base 2019
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 4.0.4
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2017 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

@font-face {
    font-family: 'SixCaps';
    src: url('./fonts/SixCaps.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    src: url('./fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    src: url('./fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    src: url('./fonts/Roboto-Italic.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    font-style: italic;
    src: url('./fonts/Roboto-BoldItalic.ttf');
}

@font-face {
    font-family: 'Stint';
    src: url('./fonts/StintUltraCondensed-Regular.ttf');
}

#container {
    position: relative;
}

body {
    background:white;
    font-family: 'Roboto', sans-serif;
}

h1,h2,h3 {
    font-family: 'Stint', 'Roboto', sans-serif;
}

p {
    font-size: 14px;
    max-width: 40em;
    margin-bottom: 14px;
}

a {
    color: #c34e00;
}

strong {
	font-weight: bold;
}

#header {
    display: flex;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    background: white;
    border-bottom: 1px solid #ccc;
    height: 50px;
    /* background: -moz-linear-gradient(top, rgba(27,36,32,1) 0%, rgba(27,36,32,1) 82%, rgba(27,36,32,0) 100%);
    background: -webkit-linear-gradient(top, rgba(27,36,32,1) 0%,rgba(27,36,32,1) 82%,rgba(27,36,32,0) 100%);
    background: linear-gradient(to bottom, rgba(27,36,32,1) 0%,rgba(27,36,32,1) 82%,rgba(27,36,32,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2420', endColorstr='#001b2420',GradientType=0 ); */
}

.admin-bar #header {
    top: 32px;
}

.home-fix #header {
    top: 0;
    position: absolute;
}


#title {
    background: black;
    display: inline-block;
    padding: 16px;
    font-family: 'SixCaps','Roboto', sans-serif;
    font-size: 32px;
    color: white;
    text-transform: uppercase;
    margin-bottom: -14px;
    margin-left: 32px;
}

.menu-header-container {
    display: flex;
    align-items: center;
}

#menu-header {
    margin-left: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu-header a {
    color: black;
    padding: 0 1em;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    transition: color 250ms;
}

#menu-header a:hover {
    color: #ff6600;
}

.hamburger {
    display: none;
    color: black;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.hamburger img {
    display: block;
}


#content {
    padding: 60px 0;
}

.event-date {
    font-family: 'Stint', 'Roboto', sans-serif;
    background: black;
    padding: 0.5em 1em;
    border-right: 6px solid #ff6600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-right: 1em;
    /* position: absolute;
    left: -5em; */
    font-size: 32px;
    line-height: normal;
    white-space: nowrap;
}

.event-date--small {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    background: transparent;
    border: none;
    padding: 0;
    margin-right: 32px;
}

.event-date__month {
    color: #ff6600;
}

.event-date__day {
    font-size: 4em;
    margin: -0.2em 0;
    color: #999;
}

.event-date__time {
    color: white;
}

.ai1ec_event {
    position: relative;
    font-size: 1.2em;
    line-height: 1.4em;
}

h2.entry-title {
    font-size: 3.5em;
    line-height: 1em;
    margin: 0.5em 0;
}

h2.entry-title a {
    color: black;
    text-decoration: none;
}

.home-calendar {
    color: black;
}

.events {
    max-width: 66%;
    padding-top: 36px;
}

.event {
    margin-left: 32px;
    padding-bottom: 72px;
    margin-bottom: 72px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px dotted #888;
}

.event__content {
    width: 100%;
}

.ai1ec-time {
    display: none;
}

.event-header {
    margin-bottom: 36px;
}

.event-thumbnail {
    height: 0;
    width: 100%;
    padding-top: 50%;
    background-position: center center;
    background-size: cover;
    box-shadow: inset 0px 2px 8px rgba(0,0,0,0.8);
}

.event-thumbnail img {
    display: none;
}

#sidebar {
    background: #222;
    position: fixed;
    top: 50px;
    height: calc(100vh - 50px);
    width: 30%;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 2;
    padding: 0 12px 32px;
}

.admin-bar #sidebar {
    top: 82px;
}

.home-fix #sidebar {
    position: absolute;
    top: 50px;
}


#sidebar h2 {
    color: #ccc;
    font-family: 'Roboto';
    font-weight: bold;
    padding: 24px 32px 12px;
}

.events-small {
    overflow-y: scroll;
}

.events-small::-webkit-scrollbar {
    display: none;
}

.event-small {
    background: #333;
    margin: 16px 0;
    padding: 8px 32px;
    display: flex;
    align-items: center;
    transition: background-color 250ms;
    color: #ccc;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    border-radius: 4px;
}

.event-small:hover {
    background-color: black;
}

.event-small .entry-title {
    color: #ccc;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.events-small__grad {
    position: relative;
    top: -33px;
    margin-bottom: -50px;
    z-index: 2;
    height: 50px;
background: rgb(34,34,34);
background: linear-gradient(0deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0) 100%);
}


.tiny-date {
    padding: 0.5em;
    background: black;
    font-size: 24px;
    color: #ff6600;
}

.show-small {
    display: none;
}

.noevents {
    color: #ccc;
    font-style: italic;
    padding: 12px 32px;
}

#nav-below {
    margin-left: 32px;
    display: flex;
    justify-content: space-between;
}

#nav-below > div {
    flex: 1;
}

#nav-below a {
    color: black;
}

article.page {
    padding-top: 60px;
    max-width: 66%;
}

article.page .entry {
    padding-left: 32px;
}

.entry-content p {
    line-height: 1.4em;
}

.event-body {
    display: flex;
    justify-content: space-between;
}

.event-body .entry-excerpt {
    flex: 2;
}

.event-links {
    padding: 12px 0 12px 32px;
    flex: 1;
}

.fb-button {
    margin: 12px 0;
    padding: 12px;
    color: white;
    background: #3b5998;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.addeventatc {
    margin: 0 0 24px;
}

#hero {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: black;
}

#hero .bg {
    position: absolute;
    background-position: center center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
}

.logo {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.logo img {
    height: 90%;
}

.woocommerce-loop-product__title, 
.woocommerce-tabs .panel h2, .woocommerce h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.woocommerce div.product {
	width: 60%;
	margin-left: 32px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 25%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 70%;
}

.ai1ec-single-event .ai1ec-actions .ai1ec-btn {
	display: none;
}

.woocommerce .quantity .qty {
	display: none;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 3px;
}

.nyp > * {
	display: block;
	margin: 10px 0;
}

.product .nyp input.nyp-input {
	font-size: 32px;
}

.product_cat-donation .entry-title {
	display: none;
}


@media (max-width: 500px) {
    #header {
        justify-content: space-between;
    }

    #title {
        margin-bottom: 0px;
        font-size: 24px;
        padding: 12px;
        white-space: nowrap;
        height: 26px;
        margin-left: 12px;
    }

    .menu-header-container {
        display: block;
        position: absolute;
        overflow: hidden;
        top: 50px;
        height: 0px;
        left: 0px;
        right: 0px;
        transition: 250ms height ease-in-out;
    }

    #menu-header {
        display: block;
        background: white;
        margin: 0;
        padding: 12px 0;
        border-bottom: 1px solid black;
    }

    #menu-header .menu-item {
        padding: 6px 0;
    }

    .hamburger {
        display: flex;
    }

    #content {
        padding: 0;
    }

    .events, article.page {
        max-width: 100%;
    }

    .events {
        padding: 60px 0;
    }

    .event {
        margin: 0;
    }

    article.page .entry {
        padding: 12px;
    }

    h2.entry-title {
        padding: 0 12px;
    }

    article.page h2.entry-title {
        padding: 0;
    }

    .entry-excerpt {
        padding: 0 12px;
    }

    #sidebar {
        display: none;
    }

    .hide-small {
        display: none;
    }

    .show-small {
        display: block;
    }

    #nav-below {
        margin: 0;
        padding: 12px;
    }

    .event-body {
        display: block;
    }
    
    .event-links {
        margin: 24px 12px;
        padding: 0;
        border: none;
    }

    .logo {
        width: 80%;
    }

    .logo img {
        height: auto;
        width: 90%;
    }
	
	
	.woocommerce div.product {
		width: auto;
		margin: 12px;
	}

	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 100%;
		float: none;
	}

	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%;
		float: none;
	}

	
	
	
}