/*
 Theme Name:   Kid Quest Academy
 Theme URI:    https://wordpress.com
 Description:  This is a child theme for Pippo
 Author:       Shot On Media
 Author URI:   #
 Template:     pippo
 Version:      1.0.0
 Text Domain:  pippo-child
*/

:root {
	--color-red: #FD4132;
}

.hide-me {
	display: none !important;
}
.hide-product-count .product-nb {display: none !important; }
.white { color: #ffffff !important; }
.hover-red:hover { color: var(--color-red) !important; }
.footer-newsletter-form {
  width: 100%;
  height: 50px;
}
.footer-newsletter-form input {
  height: 50px;
}
.footer-newsletter-form input.wpcf7-email {
  width: calc(100% - 150px);
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  padding-left: 30px;
  border: 1px solid #000;
}
.footer-newsletter-form input.btn {
  width: 150px;
  height: 48px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  margin-top: -8px !important;
}
#goal-breadscrumb {
  background-size: cover;
}
.programs-page #goal-breadscrumb {
  background-position: center center;
}
.programs-page #goal-breadscrumb .container-fluid {
  background-color: rgba(255,255,255,0.77) !important;
}
.mun-page #goal-breadscrumb .container-fluid {
  background-color: rgba(255,255,255,0.66) !important;
}
.programs-page #goal-breadscrumb .container-fluid h2,
.programs-page #goal-breadscrumb .container-fluid li,
.mun-page #goal-breadscrumb .container-fluid h2,
.mun-page #goal-breadscrumb .container-fluid li {
  text-shadow: 0px 0px 1px #000;
}

@media (min-width: 1200px) {
  .site-logo .logo {
    width: 200px;
  }
  .site-logo .logo img {
    width: 200px;
    height: 200px;
    top: -40px; 
    left: 0px;
    position: absolute;
  }
}
@media(max-width: 768px){
	/*#main.site-main {
		padding-left: 10px;
		padding-right: 10px;
  	}
  	#main.site-main .elementor-widget-pippo_revslider {
    	margin-left: -15px;
  	}*/
}
.kq-image-slider img {
  max-height: 275px;
  width: auto;
}