/*
Theme Name: Locus Blog
Theme URI: https://blog.locus.sh/
Author: The Locus Team
Author URI: https://locus.sh
Description: A custom wordpress theme for locus blog.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: locus-blog
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* popup style */
.comn_popup .modal-dialog {
	max-width: 820px;
	background-color: #290A38;
	transform: translateY(-50%) !important;
	top: 50%;
	width: calc(100% - 30px);
	margin: auto;
}
.comn_popup .popup_content {
	display: flex;
}
.comn_popup .modal-content {
	width: auto;
	background: transparent;
  	border: 0;
}
.comn_popup .popup_content .left_col {
	width: 50%;
	background: #FFEEE9;
	padding: 32px 14px 32px 32px;
}
.comn_popup .popup_content .right_col {
	width: 50%;
	padding: 32px;
}
.comn_popup .popup_content .leaders_logo img {
	width: 100%;
	max-width: 80px;
}
.comn_popup .popup_content .leaders_logo {
	display: flex;
	gap: 20px;
	margin: 8px 0;
}
.comn_popup .popup_content .inner_wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.comn_popup .popup_content .locus_logo {
	margin-bottom: 8px;
}
.comn_popup .popup_content .inner_wrap h3 {
	color: #000;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: 0%;
	margin: 0;
}
.comn_popup .popup_content .trusted_partners p {
	font-weight: 700;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0;
}
.comn_popup .popup_content .trusted_partners p strong {
	color: #FF6429;
	font-weight: 700;
}
.comn_popup .popup_content .trusted_partners .logos_wrap {
	display: grid;
	grid-template-columns: repeat(6,1fr);
	gap: 13px;
}
.comn_popup .popup_content .trusted_partners .logos_wrap img {
	width: 100%;
	height: 17px;
	object-fit: contain;
}
.comn_popup .popup_content .trusted_partners {
	display: flex;
	gap: 12px;
	flex-direction: column;
}
.comn_popup .popup_content .outcomes_wrap p {
	font-weight: 700;
	font-size: 10px;
	line-height: 1.2em;
	text-transform: capitalize;
	color: #000000;
	display: flex;
  	flex-direction: column;
	margin: 0;
}
.comn_popup .popup_content .outcomes_wrap p span {
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	color: #FF6429;
}
.comn_popup .popup_content .outcomes_wrap .inner_item {
	position: relative;
}
.comn_popup .popup_content .outcomes_wrap .inner_item:not(:first-child) {
	padding-left: 15px;
	padding-inline: 15px;
}
.comn_popup .popup_content .outcomes_wrap .inner_item:not(:last-child)::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 80%;
	margin: auto;
	background-color: #290A3863;
}
.comn_popup .popup_content .outcomes_wrap {
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
.comn_popup .popup_content .gartner_wrap img {
	width: 100%;
}
.comn_popup .popup_content .gartner_wrap {
	background-color: #FFFFFF66;
	border-radius: 4px;
	padding: 8px;
}
.comn_popup .popup_content .right_col > .form_wrapper > h4 {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 24px;
}
.comn_popup .modal_close .btn-close {
	outline: none;
	box-shadow: none;
	right: 5px;
	top: 5px;
}
.comn_popup .modal_close .btn-close svg {
	width: 14px;
}
.comn_popup .popup_content img {
	height: auto;
}
/* hubspot form style */
.comn_popup .hs-form-private .hs-input {
	width: 100%;
	border-radius: 0;
	background-color: #FFFFFF;
	border: 1px solid #868188;
	padding: 10px 12px 6px;
	outline: none;
	font-size: 16px;
	line-height: 1;
}
.comn_popup .hs-form-private .hs-form-field {
	margin-bottom: 12px;
}
.comn_popup .hs-form-field>label {
	display: none;
}
.comn_popup .hs-form-field .hs-error-msgs {
	list-style: none;
	padding-inline: 4px;
	color: red;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
}
.comn_popup label.hs-error-msg {
	font-weight: 500;
}
.comn_popup .hs-input::placeholder {
	color: #A89EB0;
}
.comn_popup select.hs-input:invalid {
	color: #A89EB0;
}
.comn_popup .hs-submit {
	margin-top: 32px;
}
.comn_popup .hs-submit .hs-button {
	color: #fff;
	text-align: center;
	background-color: #3363ff;
	border: 0;
	width: 100%;
	padding: 14px 20px 12px;
	font-size: 16px;
	font-weight: 600;
	transition: all .2s;
	cursor: pointer;
}
/* hubspot form style */
/* popup style */
@media(max-width: 767px) {
	.comn_popup .popup_content {
		flex-direction: column;
	}
	.comn_popup .popup_content .right_col {
		width: 100%;
	}
	.comn_popup .popup_content .left_col {
		width: 100%;
		padding: 32px;
	}
	.comn_popup .modal_close .btn-close svg {
		color: #000;
	}
	.comn_popup .modal-dialog {
		transform: none !important;
		top: 0;
		margin: 15px auto;
	}
}
@media(max-width: 575px) {
	.comn_popup .popup_content .right_col {
		padding: 20px;
	}
	.comn_popup .popup_content .left_col {
		padding: 20px;
	}
	.comn_popup .popup_content .inner_wrap h3 {
		font-size: 24px;
	}
	.comn_popup .popup_content .outcomes_wrap p span {
		font-size: 24px;
	}
	.comn_popup .popup_content .right_col > .form_wrapper > h4 {
		font-size: 20px;
	}
	.comn_popup .popup_content .outcomes_wrap .inner_item:not(:first-child) {
		padding-inline: 15px;
	}
	.comn_popup .popup_content .leaders_logo {
		gap: 15px;
	}
}