/*
Theme Name: Hello Elementor Child
Theme URI: https://hernewstandard.com/
Author: HNS
Template: hello-elementor
Author URI: https://hernewstandard.com/
Description: A child theme manually developed from 'Hello Elementor' theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hello-elementor
Tags:black,blue,gray,orange,brown,silver,white,light,two-columns,right-sidebar,responsive-layout,custom-background,custom-colors,custom-menu,sticky-post,theme-options,threaded-comments
*/


.hns-events-wrapper-upcoming {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

h2.event-type-title {
    font-size: 30px;
    line-height: 1.27em;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0;
}

.events-single {
    width: 33.33%;
    padding: 35px 15px 43px;
    text-align: center;
    position: relative;
}

.sidebar-page .events-single {
    width: 100%;
    padding: 25px 0 33px;
}


.sidebar-page .events-single {
    text-align: left;
}

.events-single::after {
    content:"";
    position: absolute;
    width: 250px;
    height: 1px;
    max-width:100%;
    display: block;
    background: #faa51a;
    bottom:0;
    left: 0;
    right: 0;
    margin: auto;

}

.hns-events-wrapper-upcoming.sidebar-page {
    margin-bottom: 25px;
}

.hns-events-wrapper-upcoming.sidebar-page > .events-single:first-child {
    padding-top: 10px;
}

.sidebar-page .events-single::after {
    width:100%;
}

@media only screen and (min-width:768px) and (max-width:920px) {
    .events-single::after {
        width:220px;
    }

    .sidebar-page .events-single::after {
        width:100%;
    }
}

.events-single h3 {
    font-size: 16px;
    line-height: 1.625em;
    font-weight: 700;
    margin-bottom: 0;
    color: #010101;
}

.events-single p {
    margin-bottom: 0;
}

.events-single p strong {
    font-weight: 700;
}

h2.past-title {
    margin-top: 80px;
}

.home-page .events-single {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.home-page .events-single h3 {
    font-size: 14px;
    margin-top: 0;
}

.hns-events-wrapper-upcoming.home-page {
    -ms-flex-pack: distribute;justify-content: space-around;
}

@media only screen and (max-width: 767px) {
    .events-single {
        width: 100%;
    }
}

