/**
 * Theme Name:  Restful
 * Theme URI:   https://themebright.com/product/restful/
 * Author:      ThemeBright
 * Author URI:  https://themebright.com/
 * Description: A clean, restful theme for churches.
 * Version:     1.2.3
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 * Text Domain: restful
 */
.masthead {
	display: none;
	padding:0px;
}
.main{
	padding:0px;
}
.sub-menu li a{
	color:white !important;
}
.current_page_item a{
	/*background-color: #bbe1fa;*/
	color: #6a8caf !important;
}
@media (max-width: 1079px){
	.sub-menu li a{
		color:#596E79 !important;
	}
	.wp-block-button{
		
	}
}

.responsive-map{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.responsive-map iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}