/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.banner-effect{
	background: #fff !important;
  z-index: 1;
  position: relative;
}

.banner-effect svg{
	margin-top: -330px;
  	position: relative;
}
.banner-effect svg path:nth-child(1){
	opacity: .12;
}
.banner-effect svg path:nth-child(2){
	opacity: .18;
}
.banner-effect svg path:nth-child(3){
	opacity: .24;
}

.rel-grid .gb-icon {
  background: var(--accent);
  padding: 7px 7px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.rel-grid {
  border-radius: 10px;
  box-shadow: 0px 0px 7px 4px lightgray;
}

.jiggy-grid .gb-icon {
  background: var(--accent);
  color: #fff !important;
  border-radius: 50px;
  padding: 15px;
  margin-bottom: 20px;
}

.foo-soc{
	margin-bottom:0px !important;
}

.abt-cert-grid .gb-icon {
  color: #fff;
  background: var(--accent);
  padding: 24px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.cont-pg-cont-det-bx {
  box-shadow: 0px 0px 6px 6px lightgray;
  border-radius: 15px;
}

@media (min-width: 768px){
	#mega-menu-wrap-primary, .inside-navigation, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item{
		position: initial!important;
	}
	
	.mega-menu-item-has-children .mega-sub-menu{
		max-width: 1300px !important;
  		margin-left: auto !important;
  		margin-right: auto !important;
  		left: 0 !important;
  		right: 0 !important;
  		margin-top: 47px !important;
	}
}

.tax-product-categories header.page-header{
	display: none;
}

.single-product #page {
  padding: 86px 15px;
}

.single-product #page .site-main h2{
	font-size: 1.4em;
	color: #444444;
	font-weight:500;
}

.single-product #page .site-main h3{
	font-size: 1.1em !important;
  	font-weight: 300 !important;
	color: #444444;
}

.single-product #page .site-main h4{
	border-radius: 10px 0px;
  	text-shadow: 1px 1px 0 #7d7777, 2px 2px 0 #d6d1d1;
  	border-left: 5px solid #224ba3;
  	padding-left: 10px;
  	border-top: 1px solid #DDD;
  	border-bottom: 1px solid #DDD;
  	border-right: 1px solid #DDD;
	font-size:18px;
}