/*
 * Main Styles
 * ------------------------------------------------------------------------------------------------
*/

/* Colors:
#b0b0b0 -- Border & Light Text
#1A73E8 -- Link
#D22727 -- Link Hover

color: #0083FF;
color: #0075ff;

color: #0051E0;
color: #b4063a;
color: #FF093C;
color: #E32223;
color: #18C139;
color: #FF5900;
color: #3A66FF;
*/

:root {
	--color_blue:    #1A73E8;
	--color_red:     #D22727;
	--color_black:   #000000;
	--color_green:   #058753;
	--color_gray:    #8C9299;
	--color_divider: #D3DDE4;
	--color_white:   #FFFFFF;
	--color_gray_bg: #F1F3FD;
	
	--box_shadow: box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.15);
	--box_shadow_blue: box-shadow: 0px 15px 35px rgba(35, 98, 163, 0.25);
}








/*
 * Classes Styles
 * ------------------------------------------------------------------------------------------------
*/
.clear {
	clear: both;
}
a.phone-number {
	white-space: nowrap;
}









/*
 * Container Styles
 * ------------------------------------------------------------------------------------------------
*/
@media (min-width: 1300px) {
	.container {
		width: 1230px;
	}
}






/*
 * Container Fluid
 * ------------------------------------------------------------------------------------------------
*/
.content_fluid {
	padding-left: 8vw;
	padding-right: 8vw;
}
@media (min-width: 2000px) {
	section:not(.section-top) .content_fluid {
		max-width: 1920px;
		padding-left: 150px;
		padding-right: 150px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 1500px) {
	.content_fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}






/*
 * Pages
 * ------------------------------------------------------------------------------------------------
*/
.page-header {
	margin-top: 0;
}






/*
 * Default Page
 * ------------------------------------------------------------------------------------------------
*/
.page-template-default .entry-title {
	color: #FF5C28;
	margin-bottom: 25px;
}
.page-template-default .section-page {
	padding-top: 60px;
	padding-bottom: 70px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.page-template-default .content-area:only-child {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#primary {
	width: 75%;
}
#sidebar {
	width: 23%;
}

@media (max-width: 1199px) {
	#sidebar {
		width: 30%;
	}
}
@media (max-width: 991px) {
	#sidebar {
		position: static;
		width: 100%;
		margin-top: 50px;
	}
	#primary {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.page-template-default .section-page {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}





/*
 * Search Page
 * ------------------------------------------------------------------------------------------------
*/
.search-results .section-page .page-header {
	margin-top: 0;
}
.search-results .section-page .hentry + .hentry {
	margin-top: 50px;
}
.search-results .entry-thumbnail img {
	border-radius: 10px;
}
.search-results .entry-meta {
	color: #b0b0b0;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 10px;
}
.search-results .section-page p {
	margin-bottom: 0;
}
.search-results .section-page h1 {
	margin-bottom: 15px;
}
.search-results .section-page h2 {
	margin-bottom: 15px;
}
.search-results .paging-navigation {
	margin-top: 35px;
}
.search-results .pagination {
	margin-top: 20px;
}
.search-results .pagination .screen-reader-text {
	display: none;
}
@media (min-width: 992px) {
	.search-results .section-page .hentry + .hentry.has-post-thumbnail {
		min-height: 200px;
	}
	.search-results .entry-thumbnail {
		position: absolute;
	}
	.search-results .entry-thumbnail img {
		max-width: 300px;
		max-height: 200px;
		object-fit: cover;
	}
	.search-results .has-post-thumbnail .entry-title,
	.search-results .has-post-thumbnail .entry-meta,
	.search-results .has-post-thumbnail .entry-summary {
		padding-left: 330px;
	}
}
@media (max-width: 767px) {
	.search-results .section-page .hentry + .hentry {
		margin-top: 35px;
	}
}





/*
 * 404 Page
 * ------------------------------------------------------------------------------------------------
*/






/*
 * Attachment Page
 * ------------------------------------------------------------------------------------------------
*/
.attachment-template-default #content {
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}
.attachment-template-default .entry-title {
	word-break: break-all;
	margin-top: 0;
}
.attachment-template-default .image-navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.attachment-template-default .entry-attachment {
	margin-top: 20px;
}
.attachment-template-default .entry-attachment .attachment img[src$=".svg"] {
	min-width: 150px;
}
.attachment-template-default .entry-meta {
	text-align: left;
	margin-top: 30px;
}







/*
 * Gutenberg Editor
 * ------------------------------------------------------------------------------------------------
*/








/*
 * Sidebar
 * ------------------------------------------------------------------------------------------------
*/
.sidebar .widget-area {
	height: 100%;
}
.sidebar .widget_services_list {
	position: sticky;
	top: 30px;
}
.sidebar .widget_services_list .widget-title {
	color: #615B72;
}
.sidebar .widget_services_list .services-list {
	list-style: none;
	padding-left: 0;
}
.sidebar .widget_services_list .services-list li {
	margin-bottom: 0;
}
.sidebar .widget_services_list .services-list a {
	display: block;
	color: #09131F;
	border: 1px solid transparent;
	font-weight: 600;
	text-decoration: none;
	border-radius: 20px;
	padding: 10px 20px;
}
.sidebar .widget_services_list .services-list li:hover a {
	background-color: #F4F4F4;
	border-color: #F4F4F4;
}
.sidebar .widget_services_list .services-list li.current-post-item a {
	background-color: #F4F4F4;
	border-color: #D5D1DC;
}







/*
 * Video
 * ------------------------------------------------------------------------------------------------
*
<div class="wrap_video"><?php
	remove_filter('the_content', 'wpautop');
	echo apply_filters('the_content', $fields['youtube_video_url']);
	add_filter('the_content', 'wpautop');
?>
</div>
*/
.wrap_video {
	background-color: #000;
	position: relative;
	padding-top: 56.25%;
	margin-bottom: 30px;
	overflow: hidden;
	cursor: pointer;
}
.wrap_video:last-child {
	margin-bottom: 0;
}
.wrap_video iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.wp-block-embed.is-type-video {
	background-color: transparent;
	position: relative;
	padding-top: 56.25%;
	margin-bottom: 30px;
	overflow: hidden;
	cursor: pointer;
}
.wp-block-embed.is-type-video:last-child {
	margin-bottom: 0;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
	position: static;
}
.wp-block-embed.is-type-video iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}






