/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

.easy-image-gallery {
	line-height: 0;
	-webkit-column-count: 5;
	/* split it into 5 columns */
	-webkit-column-gap: 5px;
	/* give it a 5px gap between columns */
	-moz-column-count: 5;
	-moz-column-gap: 5px;
	column-count: 4;
	column-gap: 5px;
	max-width: 100%;
}

.easy-image-gallery {
	margin: 0 auto;
	padding: 0;
	display: none;
}

.image-flex-container {
	height: 220px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 0px;
	align-items: center;
}

.image-flex-containers {
	height: 65px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 10px;
	align-items: center;
}

.image-flex-container-link {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.image-flex-container img {
	flex-shrink: 0;
	min-width: 100%;
	min-height: 100%
}

.image-flex-container.image-0 {
	height: 440px;
	padding-right: 10px;
}

.image-flex-container.image-0 img {
	border-radius: 10px 0px 0px 10px;
}

.image-flex-container.image-2 img {
	border-radius: 0px 10px 0px 0px;
}

.image-flex-container.image-4 img {
	border-radius: 0px 0px 10px 0px;
}

.image-flex-container img {
	width: 100% !important;
	flex-shrink: 0;
	min-width: 100% !important;
	min-height: 100% !important;
	object-fit: cover;
}

.gallery-button-container {
	position: absolute;
	bottom: 20px;
	max-width: 1240px;
	margin: 0px auto;
	width: 20%;
	height: 40px;
	left: 160px;
}

.open-gallery {
	background: white;
	color: #333 !important;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.hidden {
	display: none;
}

.contact-block {
	margin-bottom: 20px;
}

.tracked {
	background: #d87f18;
	color: white;
	padding: 4px 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 4px 0px #b1b1b1;
	font-size: 14px;
}

h2.post-title a {
	color: #333;
}

.accordion-title {
	background: #d87f16;
	padding: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.accordion-title a {
	color: white !important;
}

.accordion-content {
	display: none;
	margin: 20px;
}

.image-container {
	height: 190px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	/* height: 180px!important; */
	overflow: hidden;
	position: relative;
	padding: 0px;
}

.image-fill-div {
	width: 100% !important;
	flex-shrink: 0;
	min-width: 100% !important;
	min-height: 100% !important;
	object-fit: cover;
}

@media all and (max-width:769px) {
	.left-block {
		padding-left: 0px !important;
	}

	.image-flex-container.image-0 {
		height: 140px !important;
	}

	.image-flex-container {
		padding: 1px !important;
		height: 70px !important;
	}

	.custom-gallery {
		padding-right: 20px !important;
	}

	.image-flex-container img {
		max-height: 100% !important;
	}
}

.contactus{
    margin-top: 0.5rem;
    margin-bottom: 0rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 0;
    color: inherit;
}

.moreinfo {
    margin-top: 0;
    margin-bottom: 0rem;
}

.row.toHide {
	display: none !important;
}