/*  ==========================================================================
    This is mostly reliant on bootstrap now
    =========================================================================== */

/*-- Extra Small --*/

/*  Store-Locator Page
    ========================================================================== */

.store-locator .map-holder .gmap{
    min-height: 250px;
}

.store-locator .map-holder .gmap img,
.store-locator .directions-holder .directions img{
    max-width: none !important;
    height: auto !important;
    background: none !important;
    border: 0 !important;
}

.store-locator .directions-holder .directions img{
    margin: 10px 20px 10px 20px !important;
    padding: 0 !important;
}

/*  Event Styles
    ========================================================================== */

/*Misc Styles*/
.no-space {
    padding-left: 0px;
    padding-right: 0px;
}

.req {
    color: red;
}

.form-control.error {
    border: 1px solid red !important;
}

#calendar .content-wrapper,
#submit-event .content-wrapper,
#featured .content-wrapper,
#events .content-wrapper,
#single-event .content-wrapper {
    padding: 0 0 60px;
}

/*Event Navigation*/
.event-navigation {
    margin: 40px 15px;
    padding: 0;
    list-style-type: none;
    border: 1px solid #000;
}

.event-navigation li {
    display: inline-block;
    float: left;
    width: 100%;
}

.event-navigation li a {
    display: block;
    padding: 40px 15px;
    text-align: center;
    font-size: 20px;
    background-color: #353535;
    color: #fff;
    border-bottom: 1px solid #000;

    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

@media(min-width:768px) {
    .event-navigation li a {
        border-bottom: 0;
        border-right: 1px solid #000;
    }
}

.event-navigation li:last-child a {
    border: 0;
}


.event-navigation li a:hover,
.event-navigation li a.active {
    background-color: #00B2A9;
    color: #fff;
}

/*Search Bar*/
.search-bar .input-group {
    margin-bottom: 15px;
}

/*Submit Event*/
.submit-event-wrapper {
    padding: 20px;
    background-color: #fff;
}

/*All Events*/
#events .event-wrapper {
    width: 100%;
    height: 230px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    background-color: #fff;
    color: #333;
    overflow: hidden;
    position: relative;
}

#events .event-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    float: left;
    width: 40%;
    height: 100%;
    position: relative;
}

#events .event-text {
    float: right;
    width: 60%;
}

#events .event-title {
    margin-bottom: 5px;
    padding: 10px;
    background: #f1f1f1;
    line-height: 18px;
    font-size: 18px;
}

#events .event-date {
    padding: 5px 10px;
    font-size: 14px;
}

#events .event-excerpt {
    padding: 5px 10px;
    font-size: 14px;
}

#events .event-featured {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 75px 0px 0px;
    border-color: #5E9732 transparent transparent transparent;
    -webkit-transform: rotate(360deg);
    position: absolute;
    top: 0px;
}

#events .event-featured:after {
   font-family: FontAwesome;
   content: "\f005";
   display: inline-block;
   vertical-align: middle;
   color: #fff;
   font-size: 24px;
   margin-top: -125px;
   margin-left: 10px;
}

/*Featured Event*/
#featured .month-wrapper,
#events .month-wrapper {
    margin-top: 20px;
    padding: 0 0 15px;
    font-size: 25px;
}

#featured .post-wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}

#featured .post-wrapper:hover {
    opacity: 0.8;
}

#featured .bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    color: #fff;
    background-color: #5E9732;
    font-size: 18px;
}

#featured .title {
    float: left;
}

#featured .arrow {
    float: right;
}

/*For the Filter Events*/
.filter-options-wrapper {
    padding: 20px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: bold;
}

.filter-options-wrapper:hover {
    cursor: pointer;
}

.filter-options-wrapper > .text-left {
    float: left;
}

.filter-options-wrapper > .text-right {
    float: right;
}

.filter-options-content {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0px solid #ccc;
    padding: 15px;
    display: none;
}

.filter-options-content .label-text {
    min-width: 150px;
    margin-top: 8px;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.filter-option-wrapper {
    padding: 10px 0px;
}

.filter-option-wrapper .form-control.date {
    width: 20%;
    display: inline-block !important;
    margin-left: 10px;
}

.filter-option-wrapper .form-control.keyword {
    width: 40%;
    display: inline-block !important;
    margin-left: 10px;
}

.filter-options-content .btn {
    margin-top: 10px;
}

/*Single Event Styles*/

#single-event .single-title {
    margin: 5px 0 15px;
}

#single-event .single-description {
    margin: 15px 0px;
}

#single-event .event-info {
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#single-event .event-info .fa {
    font-size: 20px;
}

#single-event .single-contact-heading {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    background: #353535;
    border: 1px solid #000;
    color: #fff;
}

#single-event #gmap {
    height: 250px;
}

#single-event .contact-information {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#single-event .contact-information li {
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 16px;
}

#single-event .contact-information i {
    margin-right: 10px;
    font-size: 20px;
}

#single-event .single-contact-icon,
#single-event .single-icon {
    float: left;
    padding-right: 5px;
}

#single-event .single-contact-info,
#single-event .single-info {
    float: left;
}

#single-event .contact-information label {
    margin-right: 15px;
}

#single-event .related-events-title {
    margin-top: 30px;
}

#single-event .fa-ul {
    margin-bottom: 30px;
}

#single-event .fa-ul a {
    padding: 15px 0px;
    font-size: 16px;
}

#single-event .event-info-wrapper {
    font-size: 15px;
}

/*Calendar Page*/
#calendar .calendar-top-wrapper {
    padding: 40px 40px 40px 25px;
    background: #353535;
    color: #fff;
    border: 1px solid #000;
    border-radius: 30px 30px 0 0;
    text-shadow: 0 0 1px rgba(0,0,0,0.25);
}

#calendar .calendar-month {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

#calendar .calendar-month .fa {
    margin: 0px 10px;
    color: #fff;
}

#calendar .calendar-grid {
    width: 100%;
    margin: 0;
    padding: 0;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    list-style-type: none;
}

#calendar .calendar-grid > li {
    display: block;
    padding: 10px;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

#calendar .calendar-grid > li a {
    font-size: 14px;
    font-weight: bold;
}

#calendar .calendar-events-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#calendar .calendar-events-list li {
    border-bottom: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 10px;
    display: block !important;
    text-align: center;
}

@media(min-width:768px) {
    #calendar .calendar-events-list li {
        text-align: left;
    }
}

#calendar .calendar-events-list .featured:before {
    content: "\f005";
    font-family: FontAwesome;
    display: inline-block;
}

/*-- Small --*/
@media (min-width: 768px) {
    /*Filter Events*/
    .filter-option-wrapper .form-control.date {
        width: 10%;
    }

    /*Event Navigation*/
    .event-navigation li {
        width: 25%;
    }

    .event-navigation li a {
        font-size: 13px;
    }

    /* Search Bar */
    .search-input {
        width: 40% !important;
        float: right !important;
    }

    /*Submit Event*/
    #submit-event label {
        float: left;
        width: 30%;
        margin-top: 8px;
    }

    #submit-event .form-control {
        float: right;
        width: 70%;
    }

    #hp-email {
        position: fixed;
        visibility: hidden;
        top: -500px;
        left: -500px;
    }


    /*Single Event*/
    #single-event #gmap {
        height: 200px;
    }

    #single-event .event-info {
        font-size: 16px;
    }

    #single-event .event-social-media {
        text-align: right;
    }

    /*Calendar Page*/
    #calendar .form-control.cal-cat {
        width: 50%;
        float: right;
    }

    #calendar .calendar-month {
        text-align: left;
        margin-bottom: 0px;
    }

    #calendar .calendar-grid {
        display: table;
        min-height: 80px;
        border-bottom: 1px solid #dadada;
    }

    #calendar .calendar-grid li {
        width: 14.28571428571429%;
        border-right: 1px solid #dadada;
        border-bottom: 0;
        display: table-cell;
        line-height: 1;
        vertical-align: top;
    }

    #calendar .calendar-grid li:nth-child(7n) {
        border-right: 0px solid transparent;
    }

    #calendar .calendar-grid .day-number {
        float: right;
        color: #8A8A8A;
        font-size: 15px;
        font-weight: bold;
    }

    @media(min-width: 992px) {
        #calendar .calendar-grid .day-number {
            padding: 5px;
        }
    }

    #calendar .calendar-days {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
        overflow: hidden;
        background-color: #4e4e4e;
        border: 1px solid #000;
        border-top: 0;
    }

    #calendar .calendar-days li {
        width: 14.28571428571429%;
        float: left;
        padding: 15px;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }

    #calendar .calendar-grid .day-push {
        background-color: #f3f3f3;
    }

}

/*-- Medium --*/
@media (min-width: 992px) {
    /*Event Navigation*/
    .event-navigation li a {
        font-size: 18px;
    }

    /* Search Bar */
    .search-input {
        width: 30% !important;
    }

    /*Submit Event*/
    .form-wrapper {
        width: 70%;
        margin: 0 auto;
    }

    /*Featured Event*/
    #featured .post-wrapper {
        height: 250px;
    }

    /*All Events*/
    #events .event-wrapper {
        height: 250px;
    }

    /*Single Event*/
    #single-event .event-info {
        font-size: 15px;
    }

    #single-event .event-info .fa {
        font-size: 18px;
    }

    /*Calendar Styles*/
    #calendar .calendar-grid {
        min-height: 100px;
    }
}

/*-- Large --*/
@media (min-width: 1200px) {
    .event-navigation li a {
        font-size: 20px;
    }

    /*Single Event*/
    #single-event #gmap {
        height: 250px;
    }

    #single-event .event-info {
        font-size: 16px;
    }

    /*Calendar Styles*/
    #calendar .calendar-grid {
        min-height: 120px;
    }
}
