/*
Theme Name: Twenty Twenty One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
Version: 1.5
Updated: 2021-03-07 14:55:00;
*/
/* ajax search and filter*/

.column-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0
}
 
.column-wrap .column {
    width: 24%;
}
@media only screen and (max-width: 767px) {
    .column-wrap {
        display: grid;
    }
    .column-wrap .column{
        width: 100%;
        margin-bottom: 15px;
    }
    .column.searchbtnfrmcol{
    text-align: center !important;
    }
}
.column-wrap .column:last-child {
    float: right;
}
 
#my-ajax-filter-search label {
    display: block;
    font-weight: bold;
    font-style: italic;
}
 
#my-ajax-filter-search select {
    width: 100%;
    background-color: #f7f7f7;
    padding: 0.625em 0.4375em;
    border: 1px solid #d1d1d1;
}
 
#ajax_filter_search_results {
    /*list-style: none;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 30px;*/
    width:100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
 
#ajax_filter_search_results tr{
    /*white-space:nowrap;*/
} 
#ajax_filter_search_results td{
     padding: 5px 10px;
}

/*#ajax_filter_search_results li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}*/
 
#ajax_filter_search_results li.no-result {
    width: 100%;
    text-align: center;
}
 
#ajax_filter_search_results li:nth-child(4n+4) {
    margin-right: 0;
}
 
.movie-info h4 {
    margin-bottom: 10px;
    color: #fff;
}
 
.movie-info p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}
 
.movie-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all .3s;
}
 
.movie-info * {
    width: 100%;
    display: block;
}
 
#ajax_filter_search_results li:hover .movie-info {
    opacity: 1;
}
input.searchbtnfrm{
    padding: 12px 65px !important;
    background-color: #ffba00 !important;
    color: #000000 !important;
}
input.searchbtnfrm:hover{
border-color: #ffba00 !important;
    }
input#defendant:focus{
    outline: unset !important;
}
input#plaintiff:focus{
    outline: unset !important;
}
input#address:focus{
 outline: unset !important;   
}
.column.searchbtnfrmcol{
    text-align: right;
}
input.searchbtnfrm:focus{
 outline: unset !important;   
}
td.resultdata {
    font-size: 15px;
}
.home #ownheadersection {
    display: none;
}
button#wpforms-submit-294 {
    background-color: #ffba00;
    border: 1px solid #ffba00;
}
label.wpforms-field-label {
    font-size: 17px !important;
    font-weight: 500 !important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: #ff0000 !important;
    font-size: 14px !important;
}
@media only screen and (min-width: 768px) {
textarea#wpforms-294-field_2 {
    width: 60%;
}
}