/*
Theme Name: EMM Theme
Theme URI: https://peterfoxdesign.com
Author: Peter Fox Design
Author URI: https://peterfoxdesign.com
Template: g5_helium
Description: EMM - Utilizing the Gantry 5 Framework
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*LOGO */

div#logo-9608-particle {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*NAVIGATION*/

div#menu-6409-particle {
    padding: 0;
    margin: 0;
	padding-top: 24px;
}

#g-navigation
{
	position: fixed;
    width: 100%;
	border:none;
}

.g-offcanvas-toggle
	{
		position: fixed;
    top: 70px;
	}

div#g-offcanvas {
    padding-left: 25px;
    padding-top: 25px;
	padding-right: 30px;
}


#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active
{
	background-color: #e09976;
}

#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover

{
	background-color: #e09976;
}

.wp-block-search__inside-wrapper
{
	padding-top: 24px;
}

input[type="search"]
{
	background-color: #f9d9cd;
	border-color: #f9d9cd;
	border: 0px solid #f9d9cd;
	color: #333;
}

.wp-block-search__button
{
	background: #e09976;
    border-radius: 5px;
	color: #f9d9cd;
    font-weight: bold;
	border: 1px solid #e09976;
}

.wp-block-search__button:hover
{
	background: #e09976bf;
	border: 1px solid #e09976bf;
	border-color: #e09976bf;
}

#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li:active > .g-menu-item-container

{
	
	color: #6c9e6c;
}

/*CONTENT*/

#g-mainbar
{
	padding:0;
	margin-top: 82px;
}

.g-content {
    margin: 0;
    padding: 0;
}

/* FOOTER */

.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
    max-height: 100px;
}

#g-footer
{
padding-top: 100px;
padding-bottom: 90px;
}

/* COMMENTS */

#wpdcom .wpd-blog-guest .wpd-comment-author, #wpdcom .wpd-blog-guest .wpd-comment-author a
{
	color: #103a1f;
}

/* blog */

.bdp_blog_template.pretty .left-content-wrapper {
    background: #f7dcce !important;
}

.bdp_blog_template.pretty .blog_header .blog-header-avatar
{
	display: none !important;
}

.bdp_blog_template.pretty .date > span
{
	color: #f7dcce;
    line-height: 17px;
    font-size: 13px;
    font-weight: bold;
}

.bdp_blog_template.pretty .blog_header .post_date
{
	height: 85px;
	width: 85px;
}

.bdp_blog_template.pretty .date > span.date
{
	margin-top: 12px;
}

#wpdcom .wc-field-submit input[type="submit"]
{
	margin-top: 100px;
}