/*
 Theme Name: Divi Child
 Theme URI: https://example.com/
 Description: A child theme for Divi
 Author: Your Name
 Author URI: https://example.com/
 Template: Divi
 Version: 1.0.0
*/

/* Import parent styles */
@import url("../Divi/style.css");

/* Add your custom CSS below */

/* header nav CTA button */
@media (min-width: 1024px) {
	ul.et-menu.nav > li:last-child {
		height: 60px;
		border: 1px solid #DD6A34;
		background-color: #DD6A34;
		border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		line-height: 1.00em;
		margin: 25px 0px 0px 10px;
		transition: 0.25s all ease-in-out;
		-moz-transition: 0.25s all ease-in-out;
		-webkit-transition: 0.25s all ease-in-out;
	}
	
	ul.et-menu.nav > li:last-child a {
		color: white !important;
		padding: 0px;
		opacity: 1.00;
	}
	
	ul.et-menu.nav > li:last-child:hover {
		border: 1px solid #333;
		background-color: white;
	}
	
	ul.et-menu.nav > li:last-child:hover a {
		color: #333 !important;
		opacity: 1.00;
	}
	
	div#header.active ul.et-menu.nav > li:last-child {
		margin-top: 7px;
	}
}

/* header nav sub menu */
@media (min-width: 981px) {
	ul.sub-menu {
		width: 300px !important;
	}
	
	ul.sub-menu li,
	ul.sub-menu li a {
		width: 260px !important;
	}
	
	ul.et-menu li li.menu-item-has-children > a:first-child:after {
		right: 10px !important;
	}
}

/* mobile menu */
@media (max-width: 1023px) {
	ul.et_mobile_menu {
		max-height: 75vh;
		overflow-x: hidden;
		overflow-y: scroll;
	}
}

/* products */
div.product div.dsm_card_description {
	margin-top: 15px;
}

a.btn-product {
	font-size: 16px !important;
	padding: 10px 25px !important;
}

a.btn-product:after {
	font-size: 16px !important;
}

/* checklist */
div.checklist ul li {
	list-style-type: none;
	padding: 7px 0px;
	position: relative;
}

div.checklist ul li:before {
	width: 30px;
	height: 30px;
	background-image: url("/wp-content/uploads/2021/12/checkmark.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 5px;
	left: -40px;
	content: "";
}

/* custom lists */
.custom-list li {
	padding: 5px 0px;
}

/* blurb icons */
div.et_pb_blurb span.et-pb-icon {
	width: 15vw;
	height: 15vw;
	border-radius: 100% 100% 100% 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 6vw;
	color: white;
	text-align: center;
	padding-top: 4.5vw;
}

@media (max-width: 980px) {
	div.et_pb_blurb span.et-pb-icon {
		width: 30vw;
		height: 30vw;
		font-size: 10vw;
		padding-top: 10vw;
	}
}

/* pricing tables */
table.pricing {
	width: 100%;
	border-bottom: 1px solid #111 !important;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.pricing caption {
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 54px;
	color: #111;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.10em;
	padding: 40px 15px;
}

table.pricing tr th,
table.pricing tr td {
	font-family: "Montserrat";
	font-size: 18px;
	color: #111;
	text-align: center;
	padding: 7px 10px;
}

table.pricing tr th {
	font-weight: bold;
}

table.pricing tr td {
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	font-family: "Montserrat";
}

table.pricing tr .no-border {
	border: none !important;
}

table.pricing thead tr th {
	border: 1px solid #111;
}

table.pricing tbody tr th {
	border-left: 1px solid #111;
	border-right: 1px solid #111;
}

table.pricing tbody tr:nth-child(even) {
	background-color: #e6e7e9;
}

@media (max-width: 981px) {
	div.pricing-container {
		max-width: 100vw;
		overflow-x: scroll;
		overflow-y: visible;
	}
	
	table.pricing caption {
		font-size: 26px;
		text-align: left;
		line-height: 1.30em;
		padding: 20px 10px;
	}
	
	table.pricing tr th,
	table.pricing tr td {
		white-space: nowrap;
	}
}

/* products */
nav.woocommerce-breadcrumb {
	margin-top: 125px !important;
}

/* services */
@media (min-width: 981px) {
	div.service {
		transition: 0.25s all ease-in-out;
		-moz-transition: 0.25s all ease-in-out;
		-webkit-transition: 0.25s all ease-in-out;
	}
	
	div.service:hover {
		box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 30%);
		transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
}

/* social icons */
div.social-icons ul li {
	width: auto;
	display: inline-block !important;
}

/* woocommerce */
h1.entry-title {
	margin-top: 90px;
}