/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.covered-by-your-grace {
	font-family: 'Covered By Your Grace';
}
.single-post h2 {
	font-size: 36px;
}
.single-post h3 {
	font-size: 32px;
}
.single-post h4 {
	font-size: 28px;
}
.acf-map {
    width: 100%;
    height: 520px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
/* SIMPLE LIGHTBOX */
body #slb_viewer_wrap .slb_theme_slb_default .slb_data_title, body #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    font-family: 'Poppins', 'sans-serif';
	font-size: 18px;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_template_tag_ui {
    transition: opacity .8s;
	font-size: 16px;
}
/* EVENTS */
.separate-containers.post-type-archive-event .inside-article{
	padding: 10px 40px;
}
.separate-containers.post-type-archive-event .inside-article .entry-content {
	margin-top: 1em;
}
.fbt-event-container {
	max-width: 1200px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
	border: 1px solid #eee;
	background-color: #F4EEE2;
	align-items: flex-start;
	border-radius: 20px;
}
.fbt-event-featured-image {  	
	width: 50%;
    height: 100%;
}
.fbt-event-featured-image img {
	border-radius: 20px;
}
.fbt-event-info {    
	width: 50%;
  height: 100%;
}
.post-type-archive-event div.year {
	padding: 20px 40px 10px 40px;
}
.post-type-archive-event div.month  {
	padding: 0 40px;
}
.post-type-archive-event div.year h2, .post-type-archive-event div.month h3  {
	margin-bottom: 0;
}
a.gb-button-event {
    display: inline-flex;
    padding: 10px 20px;
    background-color: #063c71;
    color: #ffffff;
    text-decoration: none;
	text-transform: uppercase;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
}
a.gb-button-event:hover {
    background-color: #09609A;
	color: #fff;
}
.post-type-archive-event .year {
	margin-bottom: 0;
	color: #a56446;
}
.mb-0 {
	margin-bottom: 0;
}
@media (max-width: 768px) {
.separate-containers.post-type-archive-event .inside-article {
    padding: 10px 30px;
}	
.post-type-archive-event div.year {
	padding: 20px 30px 10px 30px;
}
.post-type-archive-event div.month  {
	padding: 0 30px;
}
.fbt-event-container {
	flex-direction: column;
  row-gap: 20px;
	padding: 30px 20px;
}
.fbt-event-featured-image {  	
	width: 100%;
}
.fbt-event-info {    
	width: 100%;
}
}
