/*
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 new 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 microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. 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.0.3.1623524301
Updated: 2021-06-12 18:58:21

*/
/*Nav*/
.main-navigation a {
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
.top-bar {
    display: none;
} /* Nav Search*/
.inside-navigation .close-search a {
    background: transparent !important;
}
.inside-navigation .search-form.navigation-search.nav-search-active {
    border: solid 1px !important;
}
.pgp-sec-title {
    font-size: 26px;
} /* Nav Search End*/ /* Nav colors*/
.main-navigation ul ul {
    background-color: rgb(0 0 0 / 70%);
}
.main-navigation .main-nav ul ul li a {
    color: #ffffff;
}
 /* Nav colors End*/
	.inside-header {
    padding: 20px 40px !important;
}
@media screen and (min-width: 768px) {
.site-header {
        
        box-shadow: 1px -7px 10px 0px #000;
			position: fixed;
        width: 100%;
        z-index: 9999;
			transition: 500ms;
    }
.pgp-sticky-nav .inside-header {
    padding: 10px 40px;
		transition: 500ms;
}
.pgp-sticky-nav .header-image {
    width: none !important;
		transition: 500ms;
}
.pgp-sticky-nav .main-navigation .main-nav ul li a {
    line-height: 34px !important;
    transition: 500ms;
}
.pgp-sticky-nav, .inside-header, .main-navigation .main-nav ul li a, .header-image {
		transition: 500ms;
}
#page {
   padding-top: 80px;
}
	.site-content .content-area {
    padding-top: 20px;
}
}
@media screen and (max-width: 767px) {
    .site-branding-container {
        width: 60%;
    }
    #mobile-menu-control-wrapper {
        width: 40%;
    }
    nav .menu-bar-items {
        display: none !important;
    }
    .menu-toggle {
        background-color: transparent !important;
        line-height: 17px;
    }
    .icon-menu-bars svg {
        width: 2em;
        height: 2em;
    }
    .main-navigation a {
        font-size: 5.2vw;
    }
}
/*NAv End*/
/*Page header*/

#main, .inside-article, .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.pgp-page-title-row {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
.pgp-page-title {
    color: #fff;
    text-align: center !important;
    font-family: inherit !important;
    font-weight: 500 !important;
	font-size: 2.5rem;
    line-height: 3rem;
}
.pgp-page-st {
    color: #fff;
    text-align: center !important;
    font-family: inherit !important;
}
/*End Page header*/
/*Slick*/
.slick-list .wpb_single_image {
    margin-bottom: 0 !important;
}
/*Slick End*/
/*Responsive*/
@media screen and (min-width: 768px) {
    .pgp-mobile {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .pgp-desk {
        display: none !important;
    }
}
/*Responsive end*/
/*Parent Page*/
.pgp-row-pad {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*Parent Page End*/
/*Breadcrumbs*/
.site-footer {
    display: flex;
    flex-direction: column;
}
.site-footer #footer-widgets {
    order: 2;
}
.site-footer .site-info {
    order: 3;
}
.site-footer ul.quicklinks li {
    border-right: 1px solid rgba(214, 214, 214, 0.4);
    padding-right: 8px;
    display: inline-block;
    line-height: initial;
    white-space: nowrap;
}
.site-footer ul.quicklinks li:last-child {
    border: none;
}
.site-info {
    font-size: 80%;
	text-align: center;
}
#breadcrumbs {
    margin-bottom: 0;
    padding: 10px 40px;
}
.pgp-breadcrumbs-container {
    order: 1;
    width: 100%;
}
.pgp-bc-row {
    border-top: solid 1px #9e9e9e;
} /*Breadcrumbs End*/
.pgp-img-full figure, .pgp-img-full div, .pgp-img-full img {
    width: 100% !important;
}
/*Blog Posts*/
.separate-containers .inside-article>.featured-image {
    display: none;
}
