/*Map results style start*/
.hidden {
	display:none!important;
}

.results-container .results-heading {
	background-color: #DCC22F;
    color: #fff;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 44px;
	font-family: Noto Sans Display;
}

#nurseries-table_length {
	float:right;
}

#nurseries-table_filter {
	float:left;
}
.red, .red:hover {
	color:#e74c3c;
}

.nurseries-area {
	line-height:34px;
	margin-bottom:10px;
	font-weight:600;
	font-size:24px;
	font-family: Noto Sans Display;
}

#nurseries-table_filter input {
	border:1px solid #cccccc;
	padding:5px;
	text-align:center;
	margin-left:0;
}
#nurseries-table_filter input::placeholder {
	color: #cccccc;
}

#nurseries-table_length select {
	padding: 0 7px;
}

#nurseries-table.table  th {
	display:none;
}

#nurseries-table.table  td {
	word-break: break-word;
}

#nurseries-table.table  td:nth-child(even) {
  text-align:right;
}

@media only screen and (max-width: 600px){
	#nurseries-table_length, #nurseries-table_filter {
		float:none;
		text-align:center;
	}
}
/*Map results style end*/


/* map style start */
#popup {
    background-color: white;
    border-radius: 5px;
    border: 1px solid lightgrey;
    padding: 5px 8px;
	-webkit-box-shadow: 10px 15px 13px -10px #555, 1px 11px 18px 9px rgb(29 36 84 / 35%);
    box-shadow: 10px 15px 13px -10px #555, 1px 11px 18px 9px rgb(29 36 84 / 35%);
}

#popup #popup-closer {
	float:right;
	font-weight:bold;
}

#popup #popup-content {
	font-size:12px;
}

#popup #popup-content .popup-msg a.event-title-href {
	display:flex;
	padding:10px 8px;
	border-bottom:1px solid #555;
	margin-bottom:10px;
}

#popup #popup-content .more {
	background-color:#EFF2F3;
	padding: 5px 0;
	text-align:center;
}

#popup #popup-content a:hover {
	color:#e74c3c;
}

#popup #popup-content .more a {
	font-weight:bold;
}

#popup #popup-content .popup-msg hr {
	margin-block-start:0!important;
}

#popup #popup-content .fontawesome-icon {
	font-size:14px;
	color:#000;
}

.map-filters {
	margin-bottom:20px;
}

.map-filters .form-wrapper {
	display:flex; 
	align-content: center; 
	justify-content: center; 
	align-items: center;
}
.map-filters .form-wrapper .search-form {
	display:flex; 
	margin-right:10px;
}

.map-filters .municipal-communities-options .dropdown-toggle {
	height:50px;
	width:100%;
	background-color:#ffffff;
	border-color:#B6B4B7;
	border-radius:20px;
	font-size:14px;
	font-family: Noto Sans Display;
}

.map-filters .dropdown-menu li {
	padding:5px 10px;
	cursor: pointer;
}

.map-filters .search-form .search {
	position:relative;
	padding-right:50px;
	background-color: #DCC22F;
	border-radius:20px;
	color:#ffffff;
	font-size:18px;
	font-family: Noto Sans Display;
}

.map-filters .search-form .search::placeholder {
	color:#ffffff;
	font-size:18px;
	font-family: Noto Sans Display;
}

.map-filters .search-form button {
	background-color:transparent;
	border:none;
    margin-left: -50px;
	position:relative;
	width:50px;
}

.map-filters .search-form button i {
	color:#fff;
}

@media only screen and (max-width: 992px){
	.map-filters .form-wrapper .search-form,
	.map-filters .municipal-communities-options {
		width:100%;
	}
}

@media only screen and (max-width: 600px){
	.map-filters .form-wrapper {
		flex-direction: column;
	}
	
	.map-filters .form-wrapper .search-form {
		margin-bottom:10px;
	}
}
/* map  style end */

/* Gallery style start*/
.nurseries-gallery .carousel {
	max-width:580px;
	max-height:400px;
	margin:20px auto;
}

.nurseries-gallery .carousel .carousel-inner {
	background-color:#4ec4d3
}

.nurseries-gallery .carousel .item img {
	margin:0 auto;
	max-height:400px;
	height:400px;
	width: 100%;
}

.nurseries-gallery .fusion-title {
	margin: 50px 0 10px;
	text-align:center;
}

.nurseries-gallery .title h3 {
	text-align:center;
	margin: 0 45px;
}
.nurseries-gallery .title span {
	color: #2C447D;
}

.nurseries-gallery .carousel-caption {
	padding-bottom:70px;
}
.nurseries-gallery .carousel-caption p {
	background-color:#2C447D;
	padding:10px 5px;
}
/* Gallery style end*/

/* Custom Blog style start*/
.single h1.entry-title {
	display:none;
}

.custom-article {
	display:flex; 
	margin:45px 0; 
	box-shadow: 10px 10px 8px -10px #55555580, 1px 11px 18px 9px rgb(29 36 84 / 12%);
    webkit-box-shadow: 10px 10px 8px -10px #55555580, 1px 11px 18px 9px rgb(29 36 84 / 12%);
    padding: 20px;
    border-radius: 20px; 
	height:340px;
}

.custom-article .post-img {
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	min-height:150px;
}

.custom-article .content {
	font-size:14px;
	line-height:16px;
}

.custom-article .title {
	font-weight:bold; 
	margin-bottom:20px;
	font-size: 18px;
	line-height: 26px;
}

.custom-article .title a:hover {
	color:#355337;
	text-decoration:none;
}

.custom-article .more {
	background-color: #B3C4B4; 
	color: #fff; 
	width: fit-content; 
	padding: 2px 7px;
	border-radius: 10px; 
	position: absolute;
    bottom: 2px;
}

.custom-article .more a {
	color: #fff;
	font-size:12px;
	text-decoration:none;
}

.custom-article .more:hover {
	background-color: #355337;
}

.page-numbers {
	background-color: #B3C4B4; 
	color:#fff;
	padding:5px 10px;
}
.page-numbers:hover, .page-numbers.current {
	background-color: #355337; 
	color:#fff;
	text-decoration:none;
}

@media only screen and (max-width: 767px){
	.custom-article .title {
		margin-top: 20px;
		font-size: 12px;
		line-height:20px;
	}
	
	.custom-article .more {
		position:relative;
	}
		.custom-article {
			height:auto;
		}
}
/* Custom Blog style end*/