/**
 * Theme Name:     Loddon Childrens Health &amp; Wellbeing
 * Author:         Blick Creative
 * Template:       hello-elementor
 * Text Domain:	   loddon-childrens-health-wellbeing
 * Description:    Loddon Childrens Health &amp; Wellbeing Theme
 * Version:        1.0
 */

.elementor-nav-menu .home-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px !important; /* Adjust the width of the icon */
  height: 20px !important; /* Adjust the height of the icon */
  background: url(/wp-content/uploads/2024/09/Home.svg) no-repeat center center / contain; /* Remember to Replace with the path to your PNG icon */
}

/* Adjust the positioning of every icon in relation to your nav-item */

.elementor-nav-menu .home-icon:nth-child(1):before {
  left: 10px; /* Adjust the positioning as needed */
}


/*Style Tags and Categories*/
.post-category {
display: block;
margin: 20px 0px 20px 0px;
}

.post-category a {
	color: #004C97 !important;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 33px */
	text-align: center;
	margin: 0 auto;
	border: solid 2px #004C97;
	background-color: #ffffff;
    border-radius: 50px;
	margin-bottom: 10px;
	padding: 10px 35px 10px 30px;
}

.post-category a:hover {
	background-color: #E57200;
	color: #ffffff !important;
	border: solid 2px #E57200;
	 transition: all 0.5s ease;
}

div.post-category a img {
	position: relative;
	top: 9px;
	left: -2px;
}

.post-tags{
	margin-bottom: 10px;
}

.post-tags a {
	color: #E57200;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 30px */
}

/*Search and Filter*/

[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
	display: initial;
}

.rsbtn {
	margin: 0 0 15px 15px;
}

.searchandfilter ul {
	padding: 0;
	margin: 0;
}

.searchandfilter ul li {
	padding: 0;
	margin: 10px 20px 0 0;
	display: inline-flex;
}

ul .sf-field-submit input {
	font-weight: normal!important;
    background-color: #591c99!important;
    color: #fff!important;
    border-radius: 15px!important;
    border: 2px solid #591c99!important;
    cursor: pointer;
		padding: 15px!important;
}

ul .sf-field-submit input:hover {
	background-color: #fff!important;
	color: #591c99!important;
		  transform: scale(1.1);
}

ul .search-filter-reset {
	border: 2px solid!important;
	border-radius: 15px!important;
	    cursor: pointer;
	padding: 15px;
}

ul .search-filter-reset:hover {
	transform: scale(1.1);
}


.results-button {
	margin: 0 10px 0 0;
}

.custom-search-results {
	margin: 20px 0;
}

.searchandfilter select.sf-input-select, ul .sf-field-search input {
	border: 1px solid #333333!important;
	border-radius: 8px!important;
	font-size: 18px!important;
	height: auto;
	padding: 8px 16px;
}