@charset "UTF-8";
/*	
Theme Name:		Stomping Grounds (Divi Child Theme)
Description:	Child theme of Divi for use by Boats Group 
Author:			Boats Group
Author URI:		https://boatsgroup.com
Template:		Divi
*/

/*---------------- STRUCTURE ------*/

#home-hero {
	display: flex;
	align-items: center;
}
.et_multi_view_image__loaded {
	-webkit-animation: multi-view-image-fade .25s;
	animation: multi-view-image-fade .25s;
}
.widget_recent_entries ul { padding-left: 0 !important; }
.widget_recent_entries li { margin-bottom: 1em; }
.widget_recent_entries li a { 
	display: block;
	line-height: 1.2;
	font-size: .9em;
}
.widget_recent_entries .post-date {
	display: block;
	font-size: .75em;
	color: #888;
}
.number-1 .et-pb-icon { font-family: sans-serif !important; }
.clearfix { clear: both; }
.clearfix::before, .clearfix::after, .cf::before, .comment-respond::before, .cf::after, .comment-respond::after {
	content: "";
	display: table;
}
td.table-checkmark {
	text-align: center;
	color: green;
	font-size: 1.5em;
	border-right: 5px solid #f8f8f8;
	border-left: 5px solid #f8f8f8;
}
td.table-cross {
	text-align: center;
	color: red;
}
#main-content ul { padding-left: 2em; }
#main-content li ul { padding-left: 3em; }
nav ul { padding-left: 0 !important; }
nav li ul { padding-left: 0 !important; }
#main-content ol {
	margin-left: 1em;
	list-style: none;
	counter-reset: item;
}
#main-content li ol { margin-left: 2em; }
#main-content ol li {
	counter-increment: item;
	margin-bottom: 5px;
 }
#main-content ol li:before {
	margin-left: -1em;
	margin-right: .25em;
	content: counter(item)'.';
	text-align: center;
	display: inline-block;
}
.et_pb_widget ol li,
.et_pb_widget ul li { margin-bottom: 1em; }
.entry-content tr td, .entry-content table:not(.variations) { border: none; }
body.single .container {
	width: 100%;
	max-width: 100%;
}
#left-area .et_post_meta_wrapper { display: none; }
body.single #main-content .container { padding-top: 0; }
body.single .container.et_menu_container { max-width: 1080px; }

/*---------------- BUTTONS ------*/

.et_pb_button { padding: .5em 1em .3em 1em !important; }
.inline-buttons .et_pb_button_module_wrapper {
	display: inline-block; }
.inline-buttons .et_pb_button_module_wrapper { margin-right: 20px; }
.nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
	width: auto;
	padding: 12px;
	border-radius: 4px;
	background-color: #0196b6 !important;
	color: #fff !important;
	border: none !important;
	transition: all 0.2s ease;
}
.nf-form-content input[type="button"]:hover, .nf-form-content input[type="submit"]:hover {
	background-color: #1b76ba !important;
}
.pum-close { background: #0196b6 !important; }
#submit-opt-out {
	display: block;
	margin-top: 20px;
	padding: .5em 1em;
	color: #fff;
	background-color: #1b76ba;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 300ms ease 0ms;
	font-size: 20px;
}
#submit-opt-out:hover { background: #354a82; }
.wp-element-button,
.wp-block-button__link {
	background-color: #1b76ba;
	border-width: 0px !important;
	border-color: #1b76ba;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	transition: all 300ms ease 0ms;
}
.wp-element-button:hover,
.wp-block-button__link:hover {
	color: #ffffff !important;
	background-color: #354a82;
	border-color: #354a82 !important;
	border-radius: 5px;
}
.et_pb_posts_nav .nav-previous a,
.et_pb_posts_nav .nav-next a {
	color: #4f85c5;
	background: transparent;
	border: 2px solid #4f85c5;
	padding: .7em 1.3em;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
}
.et_pb_posts_nav .nav-previous a:hover,
.et_pb_posts_nav .nav-next a:hover {
	color: #ffffff;
	background: #4f85c5;
}

/*---------------- TYPOGRAPHY ------*/

#hero-title h1 { mix-blend-mode: overlay; }
#page-container { font-weight: 400; }
.et_pb_text a { text-decoration: underline; }
ul.checkmarks li {
	list-style: none;
	margin-bottom: .5em;
}
ul.checkmarks li::before {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	height: 25px;
	width: 25px;
	margin-right: .5em;
	background-image: url("/wp-content/uploads/2022/09/checkmark.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.wp-block-latest-posts__post-title {
	font-weight: bold;
	color: #1b76ba;
}
.counter-m .percent-value:after { content: "M"; }
.counter-k .percent-value:after { content: "K"; }

/*---------------- MENUS ------*/

#home-topnav {
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
}
.et_pb_menu_0 .mobile_nav .mobile_menu_bar::before { color: #fff !important; }

/*---------------- FOOTER ------*/

#footer-info {
	float: none;
	padding-bottom: 10px;
	text-align: center;
}
#et-footer-nav .container { text-align: center; }
#footer-logo {
	width: 100%;
	height: auto;
	max-width: 250px;
	margin-bottom: 2em;
}
#footer-widgets .footer-widget li::before { display: none; }
#footer-social { margin-top: 2em; }
#footer-social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 1em;
}
#footer-social a img {
	filter: grayscale(1);
	transition: all 0.2s ease;
}
#footer-social a:hover img { filter: grayscale(0); }
#footer-about { color: #aaaaaa; }
#footer-about a { color: #8bcad8; }
.footer-menu-vertical ul { display: block; }
.footer-menu-vertical.et_pb_menu .et_pb_menu__menu,
.footer-menu-vertical.et_pb_fullwidth_menu .et_pb_menu__menu,
.footer-menu-horizontal.et_pb_menu .et_pb_menu__menu,
.footer-menu-horizontal.et_pb_fullwidth_menu .et_pb_menu__menu { display: block !important; }
.footer-menu-vertical .et_mobile_nav_menu,
.footer-menu-horizontal .et_mobile_nav_menu { display: none; }
.footer-menu-vertical .et_pb_menu__menu > nav > ul > li { width: 100%; }

/*------------------ FORM -----------------*/

form {
	width: 100%;
	max-width: 800px;
}
input::placeholder {
	font-size: 16px;
	color: #666;
}
input[type=text],
input[type=email],
select,
textarea {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: .75em;
}
textarea {
	width: 100%;
	min-height: 150px;
}
input[type=text],
input[type=email] { flex-grow: 1; }
input[type=submit] {
	width: 100%;
	background: #C4530E;
	padding: .5em 1em;
	border: none;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
	cursor: pointer;
}
.input-wrap {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
.input-wrap > input:first-of-type { margin-right: 15px; }
form label { display: none; }

/*---------------- MENUS ------*/

#et-top-navigation { font-weight: 500; }
.et_mobile_menu li a:hover, .nav ul li a:hover {
	background-color: rgba(0, 0, 0, 0.05);
	opacity: 1;
}
#blog-cat-menu ul { border-bottom: 1px solid #1B76BA; }
#blog-cat-menu li {
	background: #fff;
	padding: 1em;
	margin: 0;
}
#blog-cat-menu li.et-hover {
	background: #f8f8f8;
}
#blog-cat-menu li.current-menu-item {
	background: #1B76BA;
	border-color: #1B76BA;
}
#blog-cat-menu li.current-menu-item a { color: #fff !important; }
.sticky-sidebar {
	position: sticky;
	top: 90px;
}

/*---------------- MEDIA QUERIES ------*/

@media ( max-width: 910px ) {
	.input-wrap {
		display: block;
		margin: 0;
	}
	input, select {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}	
}
