/*
Theme Name: AQMS Child 1
Version: 1.0
Description: Storefront Child theme
Author: J.M. Warnsloh
Author URI: https://business-made-easy.eu
Template: storefront
Theme URI: https://aqms.eu
Updated: 2020-05-05
*/
/* Header */
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    /*padding-top: 0em;*/
    margin-bottom: 0; /*4.235801032em;*/
    background-color: rgba(15,151,255,0.5); /*#0c92cc;*/

}  
.site-header{
  
    margin-bottom: 0;
    background-color: rgba(0,180,246,0.9);
	border-bottom-color: #0c92cc;
	background: url("img/home-background1.png");
    background-repeat: no-repeat;
    background-position: 50% 0%; 	
	/*background-attachment: scroll;*/
    background-size: 100% 700px;
}  

/* page-id-32 homepage EN */
.page-id-32 .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    /*padding-top: 0em;*/
    margin-bottom: 0; /*4.235801032em;*/
    background-color: transparent;
}  
.page-id-32 .site-header, .page-id-49 .site-header, .page-id-51 .site-header, .page-id-53 .site-header{
  
    margin-bottom: 0;
    background-color: #0c92cc;
	border-bottom-color: #0c92cc;
}  
.page-id-32, .page-id-49, .page-id-51, .page-id-53 {
	background: url("img/home-background1.png");
    background-repeat: no-repeat;
    background-position: 50% 0%; 	
	/*background-attachment: scroll;*/
    background-size: 100% 700px;
	
}
@media (max-width: 568px) {
	.page-id-32 {
	background: url("img/home-background1.png");
    background-repeat: no-repeat;
    background-position: 50% 0%; 	
	/*background-attachment: scroll;*/
    background-size: auto 750px;
    }
}

@media (max-width: 568px) {
	.page-id-51 {
	background: url("img/home-background1.png");
    background-repeat: no-repeat;
    background-position: 50% 0%; 	
	/*background-attachment: scroll;*/
    background-size: auto 750px;
    }
}
@media (max-width: 568px) {
	.page-id-53 {
	background: url("img/home-background1.png");
    background-repeat: no-repeat;
    background-position: 50% 0%; 	
	/*background-attachment: scroll;*/
    background-size: auto 750px;
    }
}
@media (max-width: 568px) {
	.site-branding .site-description {
    margin-bottom: 0;
    display: block;
		color: #ffffff;
}
    
	}

/* Navigation */

p.site-description, .site-header, .storefront-handheld-footer-bar {
    color: #ffffff;
}
.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
    color: #ffffff;
}
.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, button.menu-toggle, button.menu-toggle:hover, .handheld-navigation .dropdown-toggle {
    color: #ffffff;
}
.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
    background-color: #0c92cc;
}
/* Main content */

.site-content{
	background-image: url("img/footer.png");
    background-repeat: no-repeat;
    background-position: center bottom; 
	/*background-attachment: scroll;*/
    height: auto;
    width: 100%;
	overflow: hidden;
}

.hentry.type-page .entry-header{
display: none;
visibility: hidden;
}
.woocommerce-products-header h1{
	display: none;
visibility: hidden;
}
.entry-title h1{
display: none;
visibility: hidden;
}
.storefront-breadcrumb {
margin: 0 0 0;
padding: 0.3em 0;
background-color: #ffffff;
}		


img {
  height: auto;
  max-width: 100%;
  display: inline; 
  }
  

  .storefront-primary-navigation {

    clear: both;
    back-ground color: #ffffff:

}
a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 1px solid #0c92cc; }

.wc-block-grid__product-onsale, .onsale {

    border-color: #ffffff;
    color: #ffffff;
    background-color: #308d32;

}
.storefront-full-width-content .woocommerce-products-header {
    text-align: center;
    padding: 0 0 0;
}
.button{
background-color: #0c92cc;
color: #ffffff;
}
/* limits the image-text-block width to width of the text. if not, the images move to the left vor 25% - looks ugly...*/
.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignwide, .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide {
    margin-left: 0;
    margin-right: 0;
}

/* Footer */

.site-footer {
	background-color: #68cffd;
	color: #ffffff;
}
.site-footer a:not(.button):not(.components-button) {
color: #ffffff;
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget .widget-title, .site-footer .widget .widgettitle {

    color: #ffffff;

}

/* page-id-1027 Contact NL 
.page-id-1027 .site-content{
	background: rgba(29,44,145,0.93);
   background: linear-gradient(135deg,rgba(29,44,145,0.93) 0%,#00abe6 100%);
   opacity: 0.95;
   height: auto;
   width: 100%;
	overflow: hidden;
}
.page-id-1027 .wp-block-group-preformatted {
background-color: rgba(255, 255, 255, 1);
border-radius: 10px;
box-shadow: 0 60px 135px rgba(0,0,0,0.14),0 15px 65px rgba(0,0,0,0.14);
padding: 1em;
}
*/

