/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.1.0.1637384867
Updated: 2021-11-20 08:07:47

*/

.main-navigation ul li.menu-item ul.sub-menu {
    border-top-width: 2px;
    border-style: solid;
    border-color: #2c5936;
    box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
}
.page-template-default .center_logo figure{
	float: none;
	text-align: center;
}
.page-template-default .center_logo figure img {
    margin: 20px;
	max-width: 200px;
}
.page-template-default figure{
	float: right;
}
.page-template-default .center_logo .gb-container {
    justify-content: center;
}
/*.inside-article a:hover, .paging-navigation a:hover, .comments-area a:hover, .page-header a:hover {
    color: #1b264f !important;
}*/
.main-navigation:not(.toggled) ul ul li.sfHover>ul, .main-navigation:not(.toggled) ul ul li:hover>ul {
    top: -2px !important;
}
.main-navigation ul li.menu-item ul.sub-menu li a {
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
	font-size: 14px;
}
.footer-bar aside.widget_nav_menu ul li a {
    color: #eaeaea;
    font-weight: bold;
    font-size: 16px;
}
.wp-show-posts .wp-show-posts-image img.attachment-full {
    border-radius: 8px;
}
.single-post article .inside-article header.entry-header .entry-meta, .single-post article .inside-article header.entry-header span.byline {
    display: none;
}
ul.home_recent_post {
    margin: 0px;
}
ul.home_recent_post li a {
	font-family: Lato, sans-serif;
	font-weight: bold;
	/*color: #000000;*/
}
article.wp-show-posts-single header p a {
    color: #005bb0;
}
article.wp-show-posts-single header p a:hover {
    color: #b0000a;
}
ul#menu-connect-with-us li a {
    display: flex;
    align-items: center;
}
ul#menu-connect-with-us li a span.gb-icon {
    padding-right: .5em;
}
footer.site-info .inside-site-info {
    text-align: left;
}
footer.site-info .inside-site-info .copyright-bar {
    font-size: 14px;
}

@media only screen and (min-width: 993px) {
	.navigation-branding img, .site-logo.mobile-header-logo img {
		height: 90px !important;
	}
}

@media only screen and (max-width: 992px) {
	.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle {
		border: 0 !important;
	}
	.slideout-navigation.main-navigation .main-nav ul ul li a {
		color: #1b264f !important;
		border: 0 !important;
	}
}