/*
 Theme Name:   Gateway Church
 Theme URI:    https://bevankay.me
 Description:  Custom Theme for Gateway
 Author:       Bevan Kay
 Author URI:   https://bevankay.me
 Template:     generatepress
 Version:      0.1
*/

/* Fasting Page Styles */

.fasting-prayerpoints h4 {
	margin-bottom: 10px;
}

.fasting-prayerpoints blockquote, #information blockquote {
    background-color: #eee;
	font-size: 15px;
	border-left-color: #bbb;
    padding: 10px 20px;
    margin: 15px 0px;
}

/* JetEngine Listing Margin Fix */
.jet-listing-grid__items {
	margin:0 !important;
}

/* Responsive Video Embed */
.embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Sermon Listing Styles */

.wpfc-sermon-container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;	
}

article.wpfc-sermon {
	flex: 0 0 49%;
}

#wpfc_sermon_sorting {
	flex: 100% !important;
	justify-content: center;
}

.wpfc-sermon-image-img {
	min-height: 300px;
}

.wpfc-sermon-inner {
	flex-flow: column wrap;
}

@media screen and (max-width:1024px) {
	article.wpfc-sermon {
		flex: 100%;
	}
	
	.wpfc-sermon-image-img {
		min-height:300px;
	}
}

@media screen and (max-width:800px) {
	.wpfc-sermon-image-img {
		padding-top:0;
		min-height:200px;
	}
}

.sortTopics, .sortBooks {
	display:none !important;
}

#right-sidebar {
	display:none;
}
/* Fixes logo sizing in Firefox */
.logo a { 
  height: 100% !important;
  width: 100% !important;
}

/* Paragraph Spacing */
p:last-of-type {
	margin-bottom:0;
}

/* Button Styles */
.elementor-button {
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
}

/* Sticky Menu Styles */
#stickymenu {
	width:100%;
	display:none;
}

/* Side Menu (Right) Styles */
#slideoutmenu .menu-item a {
	display: inline-block;
}

#slideoutmenu .menuheading a {
	background-color: #16a697;
	padding: 5px 10px;
	font-weight: bold;
	color: white;
	display: inline-block;
	margin-top:10px;
	margin-bottom:5px;
	text-transform: uppercase;
	font-size: 14px;
}

#slideoutmenu .menuheading a:hover {
	background-color: #333;
}

#slideoutmenu .smallnotbold a {
	font-size: 11px;
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 0px;
}