
/*!
Theme Name: Lightmark Media
Theme URI: https://lightmarkmedia.com
Author: Lightmark Media
Author URI: https://lightmarkmedia.com
Description: Custom theme developed by Lightmark Media
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightmarkmedia
Tags:
*/
.pum-theme-8827 .pum-container, .pum-theme-lightbox .pum-container {
	background-color: #15668c;
	border: 3px solid #125878;
	z-index: 999999;
	padding: 10px 50px;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
}

.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	opacity: .6;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 99999;
	display: none;
}

.toolkitWindow {
	text-align: center;
}

.toolkitWindow .popup-title {
	color: #fff;
	font-family: "Merriweather";
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	margin: 0;
	padding-top: 30px;
}

.toolkitWindow .popup-sub-title {
	color: #fff;
	font-size: 20px;
	line-height: 27px;
	font-weight: 600;
	font-family: "open-sans", sans-serif;
	margin: 0;
	padding: 20px 0;
}

.toolkitWindow .jumpstart-title {
	color: #fff;
	font-size: 30px;
	line-height: 41px;
	font-weight: 900;
	font-family: "open-sans", sans-serif;
	margin: 0;
	padding-bottom: 15px;
}

.toolkitWindow strong {
	font-weight: bold;
}

.features-wrap {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding-bottom: 0px;
}

.features-col {
	padding: 0 5px;
	width: 100%;
	margin-bottom: 10px;
	max-width: 20%;
}

.features-col-inner {
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 0 5px;
	height: 100%;
}

.features-col-inner p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #004159;
	line-height: 20px;
}

.features-col-inner p:last-child {
	margin-bottom: 20px;
}

.features-col-inner p b {
	color: #004159;
}

.features-col-inner img {
	margin-top: 20px;
	height: 30px !important;
}

.form-wrapper-popup {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: start;
	background: rgba(7, 35, 45, .2);
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	padding: 15px 15px;
	justify-content: space-around;
}

.form-wrapper-popup .wpcf7-form-control-wrap {
	display: block;
	width: 20%;
}

.form-wrapper-popup input.po-form-input {
	height: 38px;
	font-size: 14px;
	margin-top: 2px;
	width: 100%;
	font-style: normal;
	padding: 5px 10px;
	margin-bottom: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.form-wrapper-popup .wpcf7-submit {
	height: 41px;
	padding: 10px 20px;
	font-size: 16px;
}

.pum-close {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background: none;
	border: 0;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
}

.pum-close:hover {
	color: #f00;
}

.form-wrapper-popup .wpcf7-spinner {
	position: absolute;
	top: 37%;
}

.form-wrapper-popup .wpcf7-not-valid-tip {
	color: #fff;
	font-size: 14px;
	text-align: left;
}

.infusion-form {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: start;
	background: rgba(7, 35, 45, .2);
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	padding: 15px;
	justify-content: space-around;
	margin: 15px 0;
}

.infusion-field {
	display: block;
	width: 20%;
}

.infusion-form .infusion-field input {
	height: 38px;
	font-size: 14px;
	margin-top: 2px;
	width: 100%;
	font-style: normal;
	padding: 5px 10px;
	margin-bottom: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.infusion-submit button {
	height: 41px;
	padding: 10px 20px;
	font-size: 16px;
}

.infusion-field p {
	margin-bottom: 0;
}

.popmake-close {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.toolkitWindow {
		top: 0px;
	}
	
	.features-col {
		max-width: 33.333%;
	}
	
	.form-wrapper-popup .wpcf7-form-control-wrap {
		width: 100%;
		margin-bottom: 3px;
	}
	
	.infusion-field {
		width: 100%;
		margin-bottom: 5px;
	}
}

@media (max-width: 575px) {
	.features-col {
		max-width: 50%;
	}
	
	.toolkitWindow {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.toolkitWindow .popup-sub-title {
		font-size: 18px;
		line-height: 20px;
	}
	
	.toolkitWindow .jumpstart-title {
		font-size: 25px;
		line-height: 31px;
	}
}

@media (max-width: 475px) {
	.features-col {
		max-width: 100%;
	}
}

.pum-theme-8827 .pum-container, .pum-theme-lightbox .pum-container {
	padding: 10px;
	border-radius: 3px;
	border: 3px solid #125878;
	box-shadow: 0 0 30px 0 rgba(2, 2, 2, 1);
	background-color: rgba(21, 102, 140, 1);
}
