﻿.widget--event-upcoming.format-sidebar .learnMore {
    padding-top: 4px;
    margin: 10px 0 10px 10px;
}
.widget--event-upcoming .learnMore {
    margin: 10px 0 15px 20px;
}
.wireframe--home .widget--event-upcoming .event {
    margin-bottom: 3px;
    width:96%;
}
.widget--event-upcoming .event > h3,
.widget--event-upcoming .event > p,
.widget--event-upcoming .event > div
{  
    font-size:1.4rem;
    margin-left:75px;
}
    
.widget--event-upcoming .event > h3
{
    margin-top: -3px;
    font-weight: 600;
    text-transform:capitalize;
}
.widget--event-upcoming .event img
{
    float:left;
    width:60px;
    height: 60px;
    margin-right: 15px;
}

.widget--event-upcoming.format-sidebar h2
{
    border-bottom:#dd1c23 1px solid;
}
.widget--event-upcoming.format-sidebar .event
{
    padding-bottom: 1em;
    border-bottom: #ccc 1px solid;
}
.widget--event-upcoming.format-sidebar .event > h3,
.widget--event-upcoming.format-sidebar .event > p,
.widget--event-upcoming.format-sidebar .event > div
{
    margin-left:0;
}

.most-recent-event.format-sidebar .secondaryTileCopy {
    margin: 0;
    /*margin: 10px 10px 0;*/
}

.most-recent-event.format-content .secondaryTileCopy {
    padding: 20px 20px 0;
}

@media screen and (min-width:320px) {
    .widget--event-upcoming .event h3 a {
        font-size: 1em;
        font-weight: bold;
        letter-spacing: 0.038em;
    }

    .widget--event-upcoming.format-sidebar h2 {
        font-size: 1.5rem;
    }

    /*.widget--event-upcoming .learnMore {
        margin: 10px 0 15px 5px;
    }*/
}

@media only screen and (min-width:750px) {
    .hide-desktop-eventswrapper {
        display: none;
    }

    .show-desktop-eventswrapper {
        display: block;
    }

    .most-recent-event.format-sidebar .secondaryTileCopy {
        margin: 0;
    }
    .widget--event-upcoming.format-sidebar .learnMore {
        margin: 10px 0 10px 10px;
    }
}


.search-partner-with-find-near-me {
    display: none;
}

@media only screen and (max-device-width:750px) {
    .hide-mob-eventswrapper {
        display: none;
    }

    .show-mob-eventswrapper {
        display: block;
    }
}

@media screen and (min-width:960px) {
}