/*
 Theme Name:   Folk Fest
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/



/*
#6c1cff
#ff0079
#ff7848
#ffc03d
#e30000
*/


.show-map, .expand-map-btn, #finderMap, .finderMap{
	display:none !important;
}
.block-field-event-schedule .single-menu-item .gr-content{
	padding:20px !important;
}
.block-field-event-schedule .single-menu-item .gr-content .menu-content{
	padding: 0;
	display: grid;
    grid-template-columns: 1fr 5fr;
    grid-column-gap: 10px;
}
#event-application-deadline .countdown-box{
	background: #e30000;
}
#event-application-deadline .countdown-box .countdown-list li p{
	color: #000000;
}

#apply-for-festival-form form input[type="submit"]{
	background: #e30000 !important;
}


#subscription-content{

}
#subscription-content ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}

.d-none{
    display: none !important;
}

.footer .c_widget {
    margin-bottom: 0px;;
}

.footer .menu{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.footer .menu li{
    margin: 15px;;
}

.c_widget .menu>li.footer-standout>a {
    color: var(--accent);
}

.footer-bottom .social-links {
    margin-bottom: 20px;
}



@media only screen and (max-width: 768px) {
    .block-field-event-schedule .single-menu-item .gr-content {
        padding: 15px !important;
    }
    .footer .menu{
        flex-direction: column;
    }    
}