/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/



.searchandfilter ul li:last-child input[type=submit]{
	width:100%;
	display:block;
	margin:0 auto
}


.searchandfilter ul li{
  margin-left:0px!important;
  flex: 1 0 50%;
  box-sizing: border-box;
  color: #171e42;
  padding: 10px;
}


.searchandfilter ul{
display: flex;
  flex-wrap: wrap;
}


.searchandfilter ul select{
	width:100%!important;
}


.post-meta-infos{
	display:none!important;
}


@media(max-width:768px){
.pricing-table-wrap {
  display: table-cell!important;
}
	.container{
		padding: 0px 0px;
	}
}


.listItemBody table th, .listItemBody table tr{
    text-transform: none;
   
}

.listItemBody table tr strong{
     line-height: 30px;
     font-size: 16px;
}

.listItemHead a, .listItemBody a{
    color:#000!important;
    text-decoration: none;
}