/*
Theme Name: Zeus
Author: Thornwood Digital
Version: 5.2
*/
@import url('/css/overrides.css');
@font-face {
	font-family: 'Montserrat';
	src: url('/fonts/Montserrat.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: 'Quicksand';
	src: url('/fonts/Quicksand.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: 'Hind';
	src: url('/fonts/Hind-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Hind';
	src: url('/fonts/Hind-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Hind';
	src: url('/fonts/Hind-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
/* BASE
------------------------------------- */
html, body {
	height: auto;
	color: #1B1B1B;
	font-family: 'Hind', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 36.4px */
}
p a, a {
	color: #CA966B;
}
p a:hover, a:hover {
	color: #72816A;
}
h1, .blog #main h1 a {
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h2 {
	color: #CA966B;
	font-family: Montserrat;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.72px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
h3 {
	color: #CA966B;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.72px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.main-wrap strong, .main-wrap b {
	font-weight: bold;
	color: #CA966B;
}
.main-btn {
	display: inline-block;
	margin: 10px 0;
	padding: 7px 20px;
	text-decoration: none !important;
	cursor: pointer;
	border: none;
	border-radius: 60px;
	color: #FFF;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: 0.88px;
	text-transform: uppercase;
	background: #72816A;
}
.main-btn:hover {
	background: #CA966B;
	color: #fff;
}
.modal-content h4.modal-title {
	font-size: 22px;
}
.modal p {
	font-size: 20px;
}
/* HEADER
------------------------------------- */
.header {
	box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.1);
	padding: 15px 0;
	background: #72816A;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 15;
}
.innerHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: right;
}
.navbar .nav > li > a {
	color: #fff;
	padding: 10px 15px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
}
.menu-wrap a {
	color: #fff;
	text-decoration: none;
}
.menu-wrap a:hover {
	color: #ca966b;
}
.menu-wrap {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 18px;
}
.phone {
	display: inline-block;
	margin-left: 30px;
}
.menu-wrap a img {
	margin-right: 12px;
}
.navarea {
	margin-top: 10px;
}
.navbar .nav > li:last-child > a {
	padding-right: 0;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #ca966b;
	cursor: pointer;
}
#wrapper {
	padding-top: 100px;
}
/* BANNER
------------------------------------- */
.banner {
	position: relative;
	height: 450px;
	display: flex;
	align-items: end;
	padding-bottom: 150px;
}
.home .banner {
	background: #1B1B1B url('/images/banner.webp') top center no-repeat;
	background-size: cover;
	height: 880px;
}
.home h1 {
	margin: 40px 0;
}
.bg1 {
	background: #1B1B1B url('/images/banner2.webp') top center no-repeat;
	background-size: cover;
}
.bg2 {
	background: #1B1B1B url('/images/banner3.webp') top center no-repeat;
	background-size: cover;
}
.bg3 {
	background: #1B1B1B url('/images/banner4.webp') top center no-repeat;
	background-size: cover;
}
.bg4 {
	background: #1B1B1B url('/images/banner5.webp') top center no-repeat;
	background-size: cover;
}
.bg5 {
	background: #1B1B1B url('/images/banner2.webp') top center no-repeat;
	background-size: cover;
}
.bg6 {
	background: #1B1B1B url('/images/banner3.webp') top center no-repeat;
	background-size: cover;
}
.bg7 {
	background: #1B1B1B url('/images/banner4.webp') top center no-repeat;
	background-size: cover;
}
.bg8 {
	background: #1B1B1B url('/images/banner5.webp') top center no-repeat;
	background-size: cover;
}
img.stamp {
	position: absolute;
	bottom: -75px;
	left: calc(50% - 75px);
	pointer-events: none;
}
input, textarea {
	font-family: 'Montserrat' !important;
}
.banner .main-btn {
	font-size: 18px;
	margin: 10px;
}
/* TOP
------------------------------------- */
/* Welcome */
.home .contentsection {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.home #main, .home .video-area {
	flex: 1; /* Makes both elements take up equal space (50%) */
	margin: 0; /* Optional: Adds some spacing between the sections */
}
.home .video-area {
	background: url('/images/video.webp') center center no-repeat;
	background-size: cover;
	min-height: 600px; /* Ensures the video area takes up the full viewport height */
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-dialog.vid {
	max-width: 90%;
}
.home article {
	padding: 50px 80px;
}
.modal input.wpcf7-form-control.wpcf7-submit {
	max-width: 150px;
}
/* MAIN
------------------------------------- */
/* Meet Mike */
.meet-mike {
	position: relative;
	padding: 100px 0;
	background: rgba(204, 222, 209, 0.20);
}
.meet-mike .container {
	position: relative;
	z-index: 2;
}
.meet-mike .flex {
	gap: 100px;
	align-items: center;
}
a.main-btn.buy.transition:hover {
	background: #444;
}
a.main-btn.buy.transition {
	background: #ca966b;
}
.meet-mike a.main-btn.transition {
	margin-right: 10px;
}
.meet-mike::after {
	background: url(/images/watermark.webp) center center no-repeat;
	display: inline-block;
	content: "";
	width: 220px;
	height: 380px;
	position: absolute;
	bottom: 50px;
	right: 50px;
}
.internal-page .main-wrap {
	padding: 100px 0 50px;
}
.internal-page .main-wrap .container {
	max-width: 1400px;
}
#main article .book-section img {
	max-width: max-content;
}
.wp-playlist-light .wp-playlist-caption {}
.wp-playlist .wp-playlist-item-title {
	font-size: 17px;
	line-height: 2.5;
}
.wp-playlist.wp-playlist-light .wp-playlist-playing {
	background: #72816A;
}
.wp-playlist .wp-playlist-playing .wp-playlist-item-title {
	color: #fff;
}
.wp-playlist .wp-playlist-playing .wp-playlist-caption {}
.wp-playlist.wp-playlist-light .wp-playlist-playing .wp-playlist-caption, .wp-playlist.wp-playlist-light .wp-playlist-playing .wp-playlist-item-length {
	color: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #d9ad80 !important;
}
.internal-page .main-wrap {
	position: relative;
}
.internal-page .main-wrap::after {
	background: url(/images/watermark.webp) center center no-repeat;
	display: inline-block;
	content: "";
	width: 220px;
	height: 380px;
	position: absolute;
	bottom: 50px;
	right: 50px;
}
div#wpcf7-f231-p168-o1 {
	max-width: 850px;
	margin: auto;
}
.page-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: #ca966b;
}
.page-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: #72816a;
}
.page-about-mike-simpson #main img.alignleft {
	margin: 50px;
}
/* BOTTOM
------------------------------------- */
/* Reach out */
.start-journey {
	background: #72816a;
	padding: 50px 0;
}
.start-journey .container p {
	flex: 1;
	margin: 0;
	color: #FFF;
	text-align: left;
	font-family: Montserrat;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0;
	text-transform: uppercase;
}
.start-journey .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	max-width: 1200px;
}
.start-journey a.main-btn.transition {
	background: #fff;
	color: #72816A;
}
.start-journey a.main-btn.transition:hover {
	background: #ca966b;
	color: #fff;
}
/* Book Section */
.book-section {
	padding: 100px 0;
	position: relative;
}
.book-section .container {
	max-width: 1540px;
	position: relative;
	z-index: 2;
}
.book-section::after {
	background: url(/images/watermark.webp) center center no-repeat;
	display: inline-block;
	content: "";
	width: 220px;
	height: 380px;
	position: absolute;
	bottom: 50px;
	right: 28%;
}
.book-section .flex {
	gap: 100px;
	align-items: center;
}
img.book-cover {
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	display: inline-block;
}
.book-info p {
	margin: 35px 0;
}
/* Workshops */
.workshops-section {
	padding: 120px 0;
	background: #222 url(/images/workshop.webp) center center no-repeat;
	background-size: cover;
}
.workshops-section .container {
	max-width: 1100px;
}
.workshops-section h2 {
	color: #fff;
	text-align: center;
}
.workshops-section p {
	color: #fff;
	text-align: center;
}
.workshops-section a.main-btn.transition {
	background: #fff;
	color: #72816A;
	margin-top: 30px;
}
.workshops-section a.main-btn.transition:hover {
	background: #72816A;
	color: #fff;
}
/* Reviews Section */
.reviews-section {
	padding: 100px 0;
	position: relative;
}
.reviews-section::after {
	background: url(/images/watermark.webp) center center no-repeat;
	display: inline-block;
	content: "";
	width: 220px;
	height: 380px;
	position: absolute;
	bottom: 50px;
	left: 50px;
}
.reviews-wrap {
	margin: 50px 0;
}
.content-box {
	background: #F5F8F6;
	margin: 0 25px;
	padding: 40px;
}
.review.slick-current .content-box {
	background: #72816A url('/images/review-watermark.webp') center center no-repeat;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.reviews-section .center {
	position: relative;
	z-index: 5;
}
.review p {
	color: #1B1B1B;
	text-align: center;
	font-family: Hind;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.52px;
}
.review.slick-current p {
	color: #fff;
	font-style: italic;
}
.review p.name {
	font-weight: 600;
	font-size: 20px;
}
.reviews-section button.slick-next.slick-arrow {
	background: url(/images/right-arrow.webp) center center no-repeat;
	width: 35px;
	height: 38px;
	bottom: -120px;
	top: auto;
	right: calc(50% - 240px);
}
.reviews-section button.slick-prev.slick-arrow {
	background: url(/images/left-arrow.webp) center center no-repeat;
	width: 35px;
	height: 38px;
	bottom: -120px;
	top: auto;
	left: calc(50% - 240px);
}
/* Recommended Videos */
.recommended-videos {
	padding: 100px 0;
	background: #F5F8F6;
	position: relative;
}
.recommended-videos::after {
	background: url(/images/watermark.webp) center center no-repeat;
	display: inline-block;
	content: "";
	width: 220px;
	height: 380px;
	position: absolute;
	bottom: 50px;
	right: 50px;
}
.recommended-videos .container > p {
	max-width: 1100px;
	margin: 20px auto 60px;
	text-align: left;
}
.recommended-videos h2 {
	text-align: center;
}
.main-btn:focus {
	color: #fff;
}
.recommended-videos .iframe-container {
	height: 340px;
	padding: 0;
	flex: 1;
	margin: 0 15px;
}
.recommended-videos .flex {
	margin-bottom: 40px;
}
/* Follow Us */
.social {
	background: #72816a;
	padding: 50px 0;
}
.social .container p {
	flex: 1;
	margin: 0;
	color: #FFF;
	text-align: left;
	font-family: Montserrat;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0;
	text-transform: uppercase;
}
.social .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	max-width: 1080px;
}
.foot-social ul li, .social ul li {
	margin-left: 15px;
	max-width: none;
}
.social ul li {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.social ul li:nth-child(3) {
	margin-left: 1px;
}
.social ul li:last-child {
	margin-left: 20px;
}
.social ul li:hover img {
	transform: none;
}
/* Reviews Page */
.review-item {
	width: 410px; /* Fixed width for Masonry */
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 30px; /* Gap between rows */
	margin-right: 30px; /* Horizontal gap between items */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	display: inline-block;
	vertical-align: top;
}
.review-item h3 {
	font-size: 25px;
	margin-bottom: 10px;
	color: #72816a;
}
.review-item p {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
	font-style: italic;
}
.review-item strong {
	font-size: 1.1em;
}
.review-item:hover {
	transform: translateY(-5px); /* Lifts the review card slightly on hover */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Darker shadow on hover */
}
.review-grid {
	margin: 0 auto; /* Center the grid */
}
/* FOOTER
------------------------------------- */
footer {
	background: none;
	padding: 80px 0 0;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
	z-index: 10;
}
footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.foot-social ul li, .social ul li {
	margin-left: 15px;
}
p.footer-cta {
	display: inline-block;
	margin-left: 30px;
}
.foot-social {
	margin-left: auto;
}
.menu-footer li a {
	color: #1B1B1B;
	text-align: center;
	font-family: Quicksand;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.52px;
	text-transform: uppercase;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.menu-footer li a:hover {
	text-decoration: none;
	color: #d4a986;
}
.foot-cta {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	margin: 50px 0;
}
.modal label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.modal-header {
	background: #72816A;
}
.modal input.wpcf7-form-control.wpcf7-submit:hover {
	background: #72816A;
}
.modal input.wpcf7-form-control.wpcf7-submit {
	font-family: 'Montserrat';
	font-weight: 600;
}
.menu-footer li.current-menu-item a {
	color: #CA966B;
}
.menu-footer {
	margin-top: 75px;
}
footer p {
	color: #1B1B1B;
	text-align: center;
	font-family: Quicksand;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.52px;
}
footer a.main-btn.transition {
	margin: 0;
}
.menu-footer li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
.attribution {
	color: #fff;
	text-align: center;
	padding: 20px 0;
	display: block;
	float: none;
	font-size: 16px;
	margin: 0;
	font-family: Quicksand;
	font-weight: 400;
	vertical-align: middle;
	background: #72816A;
}
.attribution a {
	color: #fff;
	text-decoration: underline;
}
span.stars {
	color: #ca966b;
	display: block;
	margin-bottom: 10px;
}
img.mike-diana {
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
/* RESPONSIVE
---------------------------------------------------------- */
@media (min-width: 2050px) {
	.header {
		max-width: 1920px;
		margin: auto;
	}
}
@media (max-width: 1599px) {
	.navbar .nav > li > a {
		font-size: 16px;
		padding: 10px 12px;
	}
	html, body {
		font-size: 20px;
	}
	.main-btn {
		font-size: 20px;
	}
	.start-journey .container p, .social .container p {
		font-size: 30px;
	}
	.container {
		padding: 0 40px !important;
	}
	.review p {
		font-size: 20px;
	}
	footer .container img {
		max-width: 800px;
	}
	.internal-page footer .container img {
		max-width: 600px;
	}
	.review-item {
		margin-right: 15px;
	}
	.home #wrapper {
		padding-top: 50px;
	}
}
@media (max-width: 1499px) {
	#logo3 img {
		max-width: 750px;
	}
	h1, .blog #main h1 a {
		font-size: 40px;
	}
	.header {
		padding: 10px 0;
	}
	.menu-footer li a {
		font-size: 18px;
	}
}
@media (max-width: 1399px) {
	.home #wrapper {
		padding-top: 0px;
	}
	.home .banner {
		height: 770px;
	}
}
@media (max-width: 1299px) {
	.navbar .nav > li > a {
		font-size: 15px;
		padding: 10px 8px;
	}
	.start-journey .container p, .social .container p {
		font-size: 26px;
	}
	.menu-footer li {
		margin: 0 10px;
	}
	#wrapper {
		padding-top: 30px;
	}
	.review-item {
		margin-right: 30px;
	}
	.menu-wrap a {
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.menu-footer {
		max-width: 750px;
	}
	.menu-footer li a {
		font-size: 18px;
		margin-bottom: 15px;
		display: inline-block;
	}
	footer p {
		font-size: 20px;
	}
	footer .container img {
		max-width: 550px;
	}
	.content-box {
		max-width: 600px;
		margin: auto;
	}
	ul.dropdown-menu {
		left: -100px;
	}
}
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1640px;
		margin: 0 auto;
		width: 100%;
		padding: 0 20px;
	}
}
@media (max-width: 1099px) {
	.content-box {
		max-width: 500px;
		margin: auto;
	}
	.mobile-header {
		background: #72816a;
	}
	#logo2 {
		max-width: 250px;
		margin: auto;
	}
	.menu-line {
		background: #fff;
	}
	.mobile-nav-menu {
		top: 94px;
	}
	#logo3 img {
		max-width: 550px;
	}
	h1, .blog #main h1 a {
		font-size: 35px;
	}
	.home .contentsection {
		flex-direction: column;
	}
	.meet-mike .flex {
		flex-direction: column-reverse;
	}
	.start-journey .container p, .social .container p {
		font-size: 24px;
	}
	.main-btn {
		font-size: 18px;
	}
	.book-section .flex {
		flex-direction: column;
	}
	.recommended-videos .iframe-container {
		width: 100%;
		min-height: 500px;
		margin: 0 auto 30px;
	}
	.recommended-videos .flex {
		flex-direction: column;
	}
	.mobile-nav-menu .menu-mobile li.current-menu-item a {
		color: #ca966b;
	}
	.page-about-mike-simpson #main img.alignleft {
		max-width: 300px;
		margin: 30px;
	}
	#wrapper {
		padding-top: 0;
	}
}
@media (max-width: 999px) {
	h1, .blog #main h1 a {
		font-size: 32px;
	}
	.banner .main-btn {
		font-size: 17px;
	}
	img.stamp {
		max-width: 100px;
		bottom: -50px;
		left: calc(50% - 50px);
	}
	.meet-mike img {
		max-width: 400px;
	}
	.start-journey .container, .social .container {
		width: 100%;
	}
	img.book-cover {
		max-width: 300px;
	}
	.internal-page .main-wrap .container {
		max-width: 100%;
		width: 100%;
	}
	.review-item {
		margin-right: 0;
		width: 100%;
		padding: 20px 30px;
	}
	.review-item p {
		font-size: 18px;
	}
	.review-item h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.review-wrap-area {
		margin-top: 50px;
	}
	.menu-mobile li.menu-item-has-children::after {
		top: 10px;
	}
	.page-the-miracle-bridge .book-section {
		padding: 0;
	}
}
@media (max-width: 899px) {
	.start-journey .container, .social .container {
		flex-direction: column;
	}
	.start-journey .container p, .social .container p {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.mobile-nav-menu .menu-mobile li a {
		font-size: 18px;
	}
	.banner {
		height: 400px;
	}
	#main article .book-section img {
		max-width: 300px;
	}
	.menu-footer {
		max-width: 750px;
		margin: 50px auto 0;
	}
}
@media (max-width: 750px) {
	#logo3 {
		display: none;
	}
	h1, .blog #main h1 a {
		font-size: 40px;
	}
	.home .video-area {
		min-height: 400px;
	}
	.container {
		width: 100%;
	}
	.banner {
		padding-bottom: 120px;
	}
	.page-about-mike-simpson #main img.alignleft {
		display: block;
		float: none;
		margin: 0 auto 40px;
		width: 100%;
	}
	.recommended-videos .iframe-container {
		width: 100%;
		min-height: 350px;
		margin: 0 auto 30px;
	}
	.internal-page .main-wrap .container {
		position: relative;
		z-index: 5;
	}
}
@media (max-width: 699px) {
	.home .banner {
		height: 600px;
	}
	.home .banner {
		padding-bottom: 80px;
	}
	.home article {
		padding-top: 75px;
	}
	.internal-page footer .container img {
		max-width: 100%;
	}
	.meet-mike img {
		max-width: 350px;
		width: 100%;
	}
	footer .container img {
		max-width: 100%;
	}
}
@media (max-width: 599px) {
	.home article {
		padding: 75px 30px 50px;
	}
	.start-journey .container p, .social .container p {
		font-size: 28px;
		margin-bottom: 20px;
		text-align: center;
	}
	.book-wrap h2 {
		text-align: center;
	}
	.internal-page .book-section .container {
		padding: 0 !important;
	}
	.start-journey .container p, .social .container p {
		font-size: 24px;
	}
	h2 {
		font-size: 30px;
	}
	.modal-body {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (max-width: 499px) {
	h1, .blog #main h1 a {
		font-size: 30px;
	}
	.banner .main-btn {
		font-size: 16px;
	}
	.main-btn {
		text-align: center;
	}
	h3 {
		font-size: 24px;
	}
	h2 {
		font-size: 28px;
	}
	.container {
		padding: 0 25px !important;
	}
	.content-box {
		padding: 20px;
	}
	.recommended-videos .iframe-container {
		min-height: 300px;
	}
	.foot-cta {
		flex-direction: column;
	}
	footer p:nth-child(2) {
		display: none;
	}
	footer p {
		font-size: 24px;
	}
	.foot-cta {
		gap: 20px;
	}
	.attribution {
		font-size: 16px;
		padding: 20px;
	}
	.page-reviews #main strong {
		font-size: 24px;
	}
	.container {
		padding: 0 15px !important;
	}
	.modal-dialog {
		margin: 0 15px;
	}
	.modal input.wpcf7-form-control.wpcf7-submit {
		max-width: 140px;
		font-size: 16px !important;
	}
}
@media (max-width: 425px) {
	.modal.fade.in {
		top: 15px;
	}
	.modal p {
		font-size: 18px;
	}
}
@media (max-width: 380px) {
	.modal.fade.in {
		top: 15px;
	}
	.modal p {
		font-size: 16px;
	}
	.modal label input, .modal textarea {
		padding: 0px 5px;
	}
	.modal-header {
		padding: 25px;
	}
}