/*
Theme Name: understrap
Theme URI: http://www.oslmusic.org
Author: Chris Tusciuk
Author URI: http://www.understudydigital.com
GitHub Theme URI: 
Description: 
Version: 2.0.0
License: OSL WordPress Theme, Copyright 2018 Chris Tusciuk
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: OSL
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

@font-face {
    font-family: 'GreycliffCF';
    src: url('/wp-content/themes/understrap/fonts/greycliff-cf-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GreycliffCF';
    src: url('/wp-content/themes/understrap/fonts/greycliff-cf-regular-oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'GreycliffCF';
    src: url('/wp-content/themes/understrap/fonts/greycliff-cf-extra-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GreycliffCF';
    src: url('/wp-content/themes/understrap/fonts/greycliff-cf-extra-bold-oblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

body {
    font-family: 'GreycliffCF' !important;
}

.header-decoration {
    border: none !important;
    border-top: 6px solid !important;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
    flex-direction: row !important;
    justify-content: flex-start !important;
}

.tribe-common .tribe-common-g-col {
    width: 100% !important;
}

.event-list-item-content {
    margin-top: auto !important;
    margin-bottom: auto !important;
    padding: 14px 20px;
    margin-left: 250px !important;
    height: 100% !important;
}

.tribe-events-view {
    background-color: #f3f2f1 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 1rem !important;
}

.event-list-item-date {
    padding: 15px 15px 7px 15px !important;
}

.tribe-common .tribe-common-h--alt {
    font-weight: 800 !important;
    font-size: 1.5rem !important;
}

.event-list-info {
    margin: .5rem 0 !important;
}

@media screen and (max-width: 800px) {
    .event-list-item-content {

        margin-left: 0 !important;

    }
}




/****************NEW SYTLING ********************/
/* 
.tribe-common-c-svgicon--featured path {
    fill: #ee2c44 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
    color: #ee2c44 !important;
}

.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
    background-color: #ee2c44 !important;
    display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
    flex-direction: row !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag {
    background-color: #fff;
    position: absolute !important;
    display: none;
}

.tribe-events-view {
    background-color: #f0f0f0 !important;
}

.tribe-events .tribe-events-calendar-list__event-wrapper {
    background-color: #fff;
    padding-left: 0 !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag {
    width: 54px !important;
}

.tribe-events .tribe-events-calendar-list__event-details {
    padding-top: .5rem;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-link:hover {
    opacity: 1 !important;
}



@media only screen and (max-width: 768px) {
    .tribe-events-calendar-list__event-header {
        padding: 0 .5rem !important;
    }
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 1rem !important;
}
*/

.tribe-events .tribe-events-calendar-list__event-datetime {
    font-size: 1rem;
    font-weight: 600;
    /* color: #ee2c44 !important; */
}

.tribe-events .tribe-events-calendar-list__event-datetime-featured-icon {
    display: none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
    display: none;
}

.tribe-events-calendar-list__event-venue-address {
    display: none;
}

.single-event-list-item-box {
    margin-bottom: 2rem !important;
}

.single-event-list-item-box .event-list-item .image-container {
    width: 325px;
    height: 200px;
    overflow: hidden;
}

.archive .event-list-item-content {
    padding-bottom: 0 !important;
    padding-left: 10px !important;
    padding-top: 10px !important;
    width: 250px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .archive .event-list-item-content {
        padding-bottom: 0 !important;
        padding-left: 345px !important;
        padding-top: 10px !important;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .archive .event-list-item-content {
        padding-bottom: 0 !important;
        padding-left: 100px !important;
        padding-top: 10px !important;
        width: 60%;
    }
}

@media (min-width: 1440px) {
    .archive .event-list-item-content {

        width: 60%;
    }
}

.program-item {
    padding-right: 20px !important;
}

.event-performer {
    padding-left: 0 !important;
}

.single-tribe_events h1.tribe-events-single-event-title {
    font-family: eloquent-jf-pro;
}

.post-type-archive-tribe_events .programs {
    padding-top: 14px !important;
}

.page-id-2 .event-list-item .event-list-item-content {
    margin-left: 0px !important;
    /* margin-right: 0; */
    width: 100%;
    /* margin-top: -30px !important; */
}

.page-id-2 .event-list-item .event-list-item-content .event-list-title {
    margin-bottom: 0;
}

/* .page-template-series-v2 .section-2 h2 {
    color: #ee2c44;
    font-size: 3.5rem;
    line-height: 4rem;
} */

.series-upcoming {
    font-size: 1.5rem;
    /* line-height: 4rem; */
    /* color: #ee2c44; */
    font-weight: 800;
    line-height: var(--tec-line-height-1);
    font-family: arial;
}

@media (max-width: 767px) {
    .page-template-series-v2 .section-2 h2 {

        font-size: 1.6rem;
        line-height: 2.1rem;
    }

    /* .series-upcoming {
    font-size: 1.6rem;
    line-height: 2.1rem;
   
} */
}

.grey-bg-series {
    width: 127%;
    background: #f3f2f1;
    height: 100%;
    position: absolute;
    left: -121px;
}


/* @media (min-width: 1024px) and (max-width: 1440px) {
    .page-template-series-v2 .event-list-item-content {
        padding: 14px 8px !important;
    }
} */

.series-date {
    font-size: 1rem;
    font-weight: 600;
}


.page-template-series-v2 .programs {
    padding-top: 14px !important;
    padding-left: 40px !important;
}

.type-tribe_events .programs {
    padding-top: 14px !important;
    padding-left: 18px !important;
}

.event-list-item .image-container {
    width: 325px;
    max-height: 200px;
    overflow: hidden;
}

.event-list-item .event-list-item-content {
    padding-left: 100px;
    padding-top: 13px;
    padding-bottom: 10px;
}

.event-list-item .event-list-item-content .event-list-series {
    margin-bottom: .1rem;
}

.event-list-item .event-list-item-content .series-date {
    margin-bottom: .3rem;
}

.type-tribe_events .programs h5 {
    line-height: .9;
}

.event-list-item .event-list-item-content .event-list-title {
    margin-bottom: .8rem;
}

.page-template-series-v2 .section-2 div h2 {
    color: #000;
    font-family: arial;
    font-weight: 800;
    font-size: 1.5rem;
}

.page-template-series-v2 .event-card .event-list-item .event-list-item-content {
    padding-left: 100px;
    padding-top: 14px;
    padding-bottom: 5px;
}

@media screen and (max-width: 800px) {
    .event-list-item .image-container {
        margin-right: 4rem;

    }

    .page-template-series-v2 .event-card .event-list-item .event-list-item-content {
        padding-left: 20px;
    }

    .page-template-series-v2 .programs {
        padding-left: 20px !important;
    }

    .event-list-item .event-list-item-content {
        padding-left: 20px;
    }


}

@media screen and (max-width: 1200px) {
    .page-template-series-v2 .programs {

        padding-left: 0px !important;
    }
}


.single-tribe_events h1.tribe-events-single-event-title{
	font-weight: 500;
}

.single-tribe_events .tribe-events-schedule{
	padding-bottom: 0;
}

 .type-tribe_events .event-list-item .image-container img{
	height: auto !important;
}