/* Hero */

.hero-container {
  line-height: 0;
  position: relative;
}

.hero-content {
  width: 60%;
  max-width: 780px;
  line-height: 1.5;
  padding-right: 100px;
}



.hero-image {
  width: 40% !important;
}

.img-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.limit-height,
.limit-height img {
  max-height: 400px;
}

.top {
		z-index:888888;
}

.wp-block-navigation,
.wp-block-getwid-megamenu {
		z-index:999999;
}




/* Layout */

.pull-up {
  	margin-top: -100px !important;
  	z-index: 99;
  	position: relative;
		padding-top: var(--wp--preset--spacing--80);
    padding-right: var(--wp--preset--spacing--80);
    padding-bottom: 0;
    padding-left: var(--wp--preset--spacing--80);
}

.wp-block-separator {
  border: 2px solid;
}

.quote {
  position: relative;
}

.quote::before {
  content: '';
  background: url('https://advantage4u.wpengine.com/wp-content/uploads/2023/05/AV4U_Quotation-Device.svg') no-repeat center center/contain;
  position: absolute;
  top: -50px;
  right: 30px;
  width: 80px;
  height: 80px;
  z-index: 1;
}

.detailed {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.detailed::after {
  content: '';
  background: url('https://advantage4u.wpengine.com/wp-content/uploads/2023/05/AV4U_Footer-Device.svg') no-repeat center right/contain;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
  height: 50%;
  z-index: 1;
}

.site-footer {
  background: url('https://advantage4u.wpengine.com/wp-content/uploads/2023/05/AV4U_Footer-Device.svg') no-repeat bottom right;
  background-size: 200px 200px;
}

/* Type */

.kicker {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 10px;
}


/* Links */

p a:link {
		text-decoration: underline;
		text-decoration-color: var(--wp--preset--color--primary) !important;
		-webkit-text-decoration-color: var(--wp--preset--color--primary) !important;
}


/* Lists */

ul {
  list-style-image: url('https://advantage4u.wpengine.com/wp-content/uploads/2023/05/bullet.svg');
		margin-bottom:20px;
}

/* ENQUIRY FORMS */

.enquiry-form form input.wpcf7-text {
  height: 40px;
  margin-top: 0px;
		margin-bottom:0px;
  border: 0px solid var(--wp--preset--color--primary);
  background-color: #efefef;
  width: 100%;
}

.enquiry-form form .wpcf7-submit {
  margin: 0px !important;
  width: 150px;
  height: 50px;
  background-color: var(--wp--preset--color--primary);
  font-size: 16px;
  border-width: 0px;
  border-style: hidden;
}

.enquiry-form .wpcf7-form label {
  font-weight: 400;
  color: var(--wp--preset--color--contrast);
}

.enquiry-form .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  background-color: #efefef;
  border: 0px solid var(--wp--preset--color--primary);
}


.enquiry-form p {
		margin-bottom:10px;
}






/* Mobile Styling */

@media (max-width: 800px) {
		
		
		/* Content */
		
		p.hero {
			font-size:40px !important;
		}
		
		
	/* Hero */
	
	.hero-container {
  		line-height: 0;
  		position: relative;
			flex-direction:row;
			flex-wrap:wrap !important;
	}

	.hero-content {
  		width: 100% !important;
  		line-height: 1.5 !important;
  		padding:30px !important;
	}

	.hero-image {
  		width: 100% !important;
	}
		
	/* Content */
		
	.pull-up {
			padding-left:30px !important;
			padding-right:30px !important;
    	padding-top: 30px !important ;
			margin-top: 0px !important;
	}
		
		.hidden {
				display:none !important;
		}

		
/* END */
}