/* 
 Theme Name:     PetSnoot
 Author:         Graphic Home / PetSnoot
 Author URI:     petsnoot.com
 Template:       Divi
 Version:        1.01
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.1.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */
.et-pb-contact-message {
	color: #fda600;
	font-size: 16px;
	text-align: center;
}

/*
 * Homepage hero headline clipping
 * Divi builder CSS uses margin-top:-203px on .et_pb_row_0 (see deferred module styles).
 * Duplicated in functions.php inline CSS (loads last) — keep both in sync.
 */
body.home .et_pb_section_0 {
	overflow: visible !important;
	min-height: clamp(360px, 40vw, 520px) !important;
	padding-top: clamp(56px, 7vw, 110px) !important;
	padding-bottom: clamp(24px, 4vw, 48px) !important;
}

body.home .et_pb_row_0.et_pb_row {
	margin-top: 0 !important;
	margin-left: clamp(20px, 5vw, 88px) !important;
	margin-right: auto !important;
	min-height: 0 !important;
	width: min(92%, 720px) !important;
	max-width: 720px !important;
	padding: clamp(12px, 2vw, 28px) clamp(20px, 4vw, 40px) clamp(12px, 2vw, 28px) 0 !important;
}

body.home .et_pb_text_0,
body.home .et_pb_text_0.et_pb_text_align_center,
body.home .et_pb_text_0 .et_pb_text_inner,
body.home .et_pb_text_0 p {
	text-align: left !important;
	font-size: clamp(28px, 4.2vw, 48px) !important;
	line-height: 1.2 !important;
}

@media (max-width: 767px) {
	body.home .et_pb_fullwidth_header_0 {
		min-height: clamp(300px, 75vw, 460px) !important;
		padding-top: clamp(80px, 16vw, 130px) !important;
		padding-bottom: clamp(36px, 8vw, 72px) !important;
		overflow: visible !important;
	}

	/* Mobile hero: site logo already in header — hide duplicate in fullwidth header */
	body.home .et_pb_fullwidth_header_0 .header-logo,
	body.home .et_pb_fullwidth_header_0 .header-image,
	body.home .et_pb_fullwidth_header_0 .header-image-container {
		display: none !important;
	}

	body.home .et_pb_fullwidth_header_0 .et_pb_fullwidth_header_container {
		padding-top: clamp(20px, 5vw, 48px) !important;
	}

	body.home .et_pb_fullwidth_header_0 .header-content {
		margin-top: 0 !important;
		transform: none !important;
	}

	body.home .et_pb_fullwidth_header_0 .header-content,
	body.home .et_pb_fullwidth_header_0 .et_pb_header_content_wrapper,
	body.home .et_pb_fullwidth_header_0 .et_pb_header_content_wrapper p {
		text-align: left !important;
		font-size: clamp(24px, 7vw, 36px) !important;
		line-height: 1.25 !important;
	}

	body.home .et_pb_fullwidth_header_0 .et_pb_fullwidth_header_container {
		width: min(92%, 1080px) !important;
		margin-left: clamp(16px, 4vw, 32px) !important;
		margin-right: auto !important;
	}

	body.home .et_pb_fullwidth_header_0.et_animated {
		opacity: 1 !important;
		animation: none !important;
		transform: none !important;
	}
}

