/*
 * Page Styles
 * ------------------------------------------------------------------------------------------------
*/
.entry-title {
	margin-bottom: 25px;
}
.page-subtitle {
	font-size: 28px;
	font-weight: normal;
	line-height: 42px;
	margin-top: -5px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.site-main {
		display: flex;
		justify-content: space-between;
	}
	.site-main .contact-widget-area:only-child,
	.site-main .contact-widget-area + .widget-content {
		position: sticky;
		top: 35px;
	}
	
	.site-main .content-area.col-md-7 {
		max-width: 640px;
	}
}
@media (min-width: 992px) {
	.section-main {
		padding-bottom: 100px;
	}
	.content-area.col-md-8 {
		padding-right: 30px;
	}
	.contact-sidebar.col-md-4 {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.entry-title {
		font-size: 22px;
		font-weight: 600;
		text-align: center;
	}
	.page-subtitle {
		font-size: 18px;
		font-weight: 500;
		line-height: 27px;
		text-align: center;
	}
}









/*
 * Contact Widget Menu
 * ------------------------------------------------------------------------------------------------
*/
.contact-widget-area {
	text-align: right;
}
.contact-widget {
	display: inline-block;
	margin-bottom: 35px;
}
.contact-widget-title {
	text-align: left;
	margin-bottom: 25px;
}
.contact-widget .contact-widget-menu {
	border-left: 2px solid #D8DCE6;
	border-radius: 2px;
	padding: 2px 20px 5px 0;
	list-style: none;
}
.contact-widget .contact-widget-menu li {
	text-align: left;
	padding-left: 20px;
	margin: 15px 0;
}
.contact-widget .contact-widget-menu li:before {
	display: none;
}
.contact-widget .contact-widget-menu li.active:before,
.contact-widget .contact-widget-menu li.current_page_item:before {
	display: block;
	background: #3772FF;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -2px;
	border-radius: 0;
}
.contact-widget .contact-widget-menu li a {
	color: #0C0C4F;
	font-size: 16px;
	font-weight: bold;
	transition: color 0.2s;
	outline: 0;
	text-decoration: none;
}
.contact-widget .contact-widget-menu li a:hover {
	color: #3772FF;
	text-decoration: none;
}
.contact-widget .contact-widget-menu li a.active,
.contact-widget .contact-widget-menu li.current_page_item a {
	color: #3772FF;
	text-decoration: none;
}
@media (min-width: 768px) {
	.contact-widget-area {
		padding-top: 10px;
	}
}
@media (max-width: 767px) {
	.contact-sidebar {
		margin-top: 35px;
	}
	.contact-sidebar.sidebar-columns-reverse {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
			-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
	}
	.contact-widget-area {
		text-align: left;
	}
	.contact-sidebar .contact-widget-area {
		border-top: 1px solid #D8DCE5;
		margin-top: 30px;
		padding-top: 30px;
	}
	.contact-sidebar .widget-content {
		border-top: 1px solid #ccc;
		margin-top: 30px;
	}
	.contact-sidebar.sidebar-columns-reverse .widget-content {
		margin-top: 0;
		padding-top: 30px;
	}
	.contact-widget {
		display: block;
	}
	.contact-widget-title {
		margin-bottom: 20px;
	}
	
	.contact-widget .contact-widget-menu {
		border-left: none;
	}
	.contact-widget .contact-widget-menu li.active:before,
	.contact-widget .contact-widget-menu li.current_page_item:before {
		width: 5px;
		left: 0;
	}
}





/*
 * Steps use Block Gallery and class "steps"
 * ------------------------------------------------------------------------------------------------
*/
body.page .steps.wp-block-gallery {
	margin-top: 25px;
}
body.page .steps.wp-block-gallery ul {
	display: block;
	width: 100%;
}
body.page .steps.wp-block-gallery figure,
body.page .steps.wp-block-gallery ul li {
	width: 100% !important;
	padding: 0;
	margin: 0;
	margin-bottom: 15px !important;
}
body.page .steps.wp-block-gallery ul li:before {
	display: none;
}
body.page .steps.wp-block-gallery ul li:last-child {
	margin-bottom: 0;
}
body.page .steps.wp-block-gallery figure,
body.page .steps.wp-block-gallery ul li figure {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
body.page .steps.wp-block-gallery figure img,
body.page .steps.wp-block-gallery ul li figure img {
	display: block;
	width: 84px !important;
	height: 84px !important;
	min-width: 84px;
	flex: initial !important;
	object-fit: initial !important;
	position: relative;
	top: 0px;
}
body.page .steps.wp-block-gallery figure figcaption,
body.page .steps.wp-block-gallery ul li figure figcaption {
	color: #7A7A99;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	background: transparent;
	padding: 0;
	padding-left: 68px;
	text-align: left;
	margin-top: 0;
	overflow: initial;
	text-shadow: none;
}
body.page .steps.wp-block-gallery figure figcaption:before,
body.page .steps.wp-block-gallery ul li figure figcaption:before {
	content: '';
	display: block;
	background-color: #D8DCE5;
	width: 1px;
	height: 210%;
	position: absolute;
	left: 41px;
	top: 26px;
}
body.page .steps.wp-block-gallery figure:last-child figcaption:before,
body.page .steps.wp-block-gallery ul li:last-child figure figcaption:before {
	display: none;
}
body.page .steps.wp-block-gallery figure figcaption strong,
body.page .steps.wp-block-gallery ul li figure figcaption strong {
	display: block;
	position: relative;
	color: #0C0C4F;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
}
body.page .steps.wp-block-gallery figure figcaption strong:before,
body.page .steps.wp-block-gallery ul li figure figcaption strong:before {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="9.5" cy="9.5" r="9.5" fill="%233772FF" fill-opacity="0.2"/%3E%3Ccircle cx="9.5" cy="9.5" r="3.5" fill="%233772FF" fill-opacity="0.7"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: contain;
	width: 19px;
	height: 19px;
	position: absolute;
	left: -36px;
	top: -10px;
}
@media (max-width: 385px) {
	body.page .steps.wp-block-gallery figure figcaption:before,
	body.page .steps.wp-block-gallery ul li figure figcaption:before {
		height: 192%;
	}
}










