/*
Theme Name: Flora Child
Description: Child theme for the Flora
Author: Your name here
Template: flora
*/
/* Search & Filter Styles */
body
{
	display:block;
}
.searchandfilter p
{
	margin-top: 1em;
	display:inline-block;
}
.searchandfilter ul
{
	display:inline-block;
}
.searchandfilter li
{
	list-style: none;
	display:inline-block;
	padding-right:10px;
}

/* If in a widget area make a single column by adding display block  */
.widget-area .searchandfilter li, .widget-area .searchandfilter p
{
	display:block;
}
.searchandfilter label
{
	display:block;
}
.searchandfilter h4
{
	margin:15px 0;
	font-size:16px;
}

.searchandfilter ul > li > ul:not(.children)
{
	margin-left:0;
}

.searchandfilter ul li {
    display: inline-block;
    margin: 0 5px;
}

 .searchandfilter ul li::before {
  display: none !important;
}


.sf-field-submit input {
    border-color: #fff !important;
    padding: 10px 20px !important;
}

.sf-field-submit input:hover,
.sf-field-submit input:focus
{
    background: #fff;
    cursor: pointer;
}

.blog .post-meta {
    color: #bbb;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: left;
    display: none;
}

.w-blog-posts.grid-3-cols .w-item > .post {
    min-height: 250px;
    height: auto !important;
}