/*
Theme Name:	CityGov - Child Theme
Theme URI: http://themnific.com
Description:	A basic child theme for CityGov Theme
Author:		Dannci
Author URI: http://themnific.com
Template:	citygov
Version:	0.1
*/

/* ADD SOME STYLE BELOW */

/*Bottom bar padding fix*/
#bottombar > div {
	padding-bottom: 10px;
}



@media screen and (max-width: 1154px) { 
	#bottombar > div {
		padding-top: 5px;
	}
}

/*Facebook social icon aligned*/
#bottombar > div > ul > li.sprite-facebook > a > i {
	padding-left: 2px;
}

@media screen and (max-width: 1155px) {
	#titles .logo {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    overflow: hidden;
	}
}
@media screen and (max-width: 767px) { 
	.elementor-background-slideshow  > .swiper-wrapper {
		max-height: 230px;	
	}
}

.sidebar_item > ul > li > div > p.meta_full {
	opacity: unset;
}

form > button.searchSubmit {
	color: #01468f !important;
}

.em-item-info, .em-event-when {
	margin-top: 10px;
}

.em-item-info > .em-item-title, .em-event-when > h3 {
	margin-bottom: 10px;
}

.em-item-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	padding: 5px 10px;
	border: 1px solid black;
	border-radius: 30px;
	max-width: 170px;
}

.em-item-actions:hover {
	background: #01366f;
	color: white;
}

.em-item-read-more.button {
	color: inherit !important;
}

.em-event-add-to-calendar-content, .em-event-add-to-calendar {
	display: none;
}