/**handles:generate-child**/
/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/


header .inside-header{
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-logo img{
	max-width: 300px;
}

.site-logo img {
    width: 300px;
    height: auto;
}

.home .site-content, .featured-image-active.elementor-page .site-content{
	padding-top: 0px;
}

.home .site-content{
	padding-bottom: 0px;
}

.generate-page-header{
	margin-bottom: 40px !important;
}

.home  .has_ae_slider{
	/*min-height: 480px;*/
}

.has_ae_slider .aepro-section-bs-inner {
    width: 100%;
    height: 100%;
    
}

.has_ae_slider .aepro-section-bs p a{
	color: #ffffff !important;
}


/*Post Card*/
.elementor-posts .elementor-post__card .elementor-post__text {
    padding: 0 15px !important;
}

#footer-widgets{
	padding: 0px;
}

.site-footer  a{
	color: #ffffff !important;
}

.site-footer  a:hover{
	text-decoration: underline !important;
}

.inside-article .elementor-inner .ae-featured-img-size-full, 
	 .inside-article .elementor-inner .ae-featured-img-size-full .elementor-background-overlay, 
	 .generate-page-header,
	 .generate-page-header .elementor-background-overlay{
		 min-height: 250px;
		 background-size: contain;
}

 @media screen and (max-width: 1024px) {
	 .inside-article .elementor-inner .ae-featured-img-size-full, 
	 .inside-article .elementor-inner .ae-featured-img-size-full .elementor-background-overlay, 
	 .generate-page-header,
	 .generate-page-header .elementor-background-overlay{
		 background-attachment: inherit !important;
	 }
}