/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
#header .menu-link{
	padding-left:15px !important;
	padding-right:15px !important;
}

@media (min-width: 992px) {
    .pe-lg-4 {
        padding-right: 10px !important;
    }
}

#slider .btn.btn-border {
    font-family: var(--font-family-body) !important;
	background-color:rgba(255,255,255,.10);
}

.entry-title h5{
	font-family:var(--font-family-body) !important;
}

.badge-mariology{
	background-color:#3b91a5 !important;
	color:#FFF !important;
	font-weight:400 !important;
}

.badge-theology{
	background-color:#e8c31a !important;
	color:#FFF !important;
	font-weight:400 !important;
}

.badge-scripture{
	background-color:#712987 !important;
	color:#FFF !important;
	font-weight:400 !important;
}

.badge-interiorlife{
	background-color:#32a893 !important;
	color:#FFF !important;
	font-weight:400 !important;
}

.badge-liturgy{
	background-color:#e9701e !important;
	color:#FFF !important;
	font-weight:400 !important;
}

#section-services .row{
	align-items:stretch !important;
}

#section-services .card{
	height:100% !important;
}

#section-services .entry-content {
	height:auto !important;
}

#section-services .entry-content .button {
	margin-top:30px !important;
}

.event .entry-image .entry-date{
	width: auto !important;
	height: auto !important;
	padding: 9px !important;
	border-radius:3px;
}
.event .entry-image{
	border-radius:3px;
}

.event .entry-image .entry-date span{
	margin-top:0 !important;
}

#section-about .testi-meta{
	font-weight:400 !important;
	}
	
#section-testimonials .toggle-header{
	color: var(--themecolor, #F1C77A);
	font-weight:400;
}

.start-info small{
	font-family:  'Prata', Serif !important;
	font-size:80%;
}

.bottom-links .menu-container{
	flex-direction:column !important;
	align-items:flex-start !important;
}

.bottom-links .widget-links .menu-link{
	font-family:'Roboto', sans-serif !important;
}

.bottom-links .menu-container > li::before {
	color:transparent !important;
}

#footer .button:hover{
	background-color:#EB9C4D  !important;
}

