/*
Theme Name: AFD Child
Author: American Publishing
Description: Your description goes here
Version: 1.0
Template: generatepress

This is the child theme for GeneratePress theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

a:link{
	text-decoration: none;
}

/* xxxxxxxxxx EVENTS  xxxxxxxxxx*/

/* hides back to all events*/
.tribe-events-back{
	display: none;
}
 .tribe-events-widget-events-month__view-more-link{
	display:none;
}

.tribe-events-content a{
	border-bottom: none;
}
/*widgets*/

.widget-area .widget {
	padding: 0px !important;
}

.inside-left-sidebar{
	padding: 0 !important;
}


.tribe-events-calendar-month{
	font-weight: bold;
}

.widget-title{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #06407B;
	text-align: center;
	 color: #ffffff !important;
	font-weight:bold !important;
}
/*REMOVE SPACE AT BOTTOM OF LAST PARAGRAPH*/
.elementor-widget-text-editor p:last-child, .textwidget p:last-child { 
	margin-bottom:0px;
}


