/*
Theme name: Forte -- Blog Events WordPress
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

p {}


footer .contacts span {
    display: block;
    margin-bottom: 7px;
    letter-spacing: .06em;
    font-family: 'Frank Ruhl Libre';
    font-weight: 900;
    color: #fff;
    font-size: 18px;
}

/*Subscribe form. Went from 1 field to 5 */
.subscribe {
    width: 78%;
}

.subscribe .subscribe__field {
    margin: 0 .3em;
}


/* Changing DD font size */
.dropdown ul {
    font-weight: 500;
    line-height: 1.8;
    text-transform: initial;
}


/* Custom width for Events DD */
.dropdown {
    width: 370px;
}


.article-box.grey-bg {
    background: #3d515b;
}

/*Mobile Updates*/
@media (min-width: 767px) {


    .subscribe .subscribe__field {
        max-width: 20.8%;
    }
}

@media (max-width: 767px) {

    .subscribe form {
        flex-direction: column;
    }

    .subscribe .subscribe__field {
        max-width: 100%;
    }

    .subscribe .subscribe__field {
        margin: .3em 0;
    }

    .subscribe .subscribe__btn {
        height: 60px
    }
}

.banner p {
	margin-bottom:1em;
}

.alm-btn-wrap .alm-load-more-btn {
    font-family: Avenir LT Std, san-serif;
}
#evcal_list .eventon_list_event .event_description li {    
    line-height: 1.75;
}

.search__field {
    width: 70%;
    border: #ccc 1px solid;
    padding: 19px;
    font-family: 'Avenir LT Std';
    font-size: 17px;
    color: #444;
}

select#event_type_2 {
    padding: 19px;
    width: 100%;
    font-family: 'Avenir LT Std';
    font-size: 17px;
    color: #444;
}

.banner .banner__content .search__btn {
    width: auto;
    padding: 19px 11px;
}
.section--events .eventon_filter_selection {
  background: #c02e9b;
    
}

.section--events .eventon_filter_selection:hover {
    background: #b31e8d;
}
.ajde_evcal_calendar img, .evo_location_map img {margin:auto;}