/*
 Theme Name:   EBFC 2021 Child Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Child Theme of Biggy
 Author:       Kim White
 Author URI:   http://pixelpaper.net
 Template:     biggy
 Version:      1.0.0
 Text Domain:  ebfc2021
*/

.custom-header .site-description {
	font-family: 'Roboto';}

.post-details .avatar {
    width: 70px;
}

.post-details .avatar {
    width: 60px;
}
.alignnone, .aligncenter, .alignleft, .alignright {
    margin: 1.5rem 1.5rem 0.5rem;
}

.gb-block-post-grid header .gb-block-post-grid-title a{color:#ae4b1b;}

.calborder {
    border: 2px solid #ccc;
}

/* Pastor's Blog Stuff */
.post .entry-title, .search .entry-title {color: #004365;}
input#searchsubmit {
    background-color: #004365;
}

/* hide dates on Events Category News */
.cat_news .tribe-events-schedule__datetime{display:none;}
/* hide dates for news */
.news_ecs_category .ecs-date{display:none;}
.tribe_events_cat-news time,
.tribe_events_cat-news .tribe-events-pro-photo__event-date-tag-month,.tribe_events_cat-news .tribe-events-pro-photo__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
    display: none;
}

/* footer */
#bottom-sidebars p a,
#footer-sidebars p a {
   border-bottom: 0 solid !important; 
    color: inherit;
}

/* Events Page */
.tribe-events .tribe-events-header {
    display: none;
}

@media only screen and (min-width: 1200px)
{ 
	/*  home spacing */
	.home.default-page .alignwide
		{
			 margin-top: 0;
			 margin-bottom: 0;
		}
}

.widget-title {
	font-family: Open Sans !important;}


@media only screen and (max-width: 600px){
.gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column {
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "col1 col2"
        "col3 col4";
}

/* connect grid */
.imghvr-title {
   font-size: 28px !important;
}
}