
/* New style for rumors */
.ajax_loader {
    margin-top: 15px;
    display: none;
    align-items: center;
    justify-content: center;
}

.rumors_grid{
    display: flex;
    flex-direction: row-reverse;
    max-width: 980px;
    width: 100%;
    margin: auto;

}
#render_rumors_here{
    width: 70%;
}
.rumor_post_single{
    /*display: flex;*/
    /*flex-direction: column;*/
    width: 100%;
    max-width: 445px;
   /*padding-left: 10px;*/
    /*border-left: 10px solid;*/
    box-sizing: border-box;
    font-size: 18px;
	padding-bottom: 30px;
    position: relative;
}
.rumor_post_single h2{
    font-size: 2.5rem;
}
.form_wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 30%;
}
form#filter_rumors_form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 300px;
    /*border: 1px solid #000;*/
    border-radius: 15px;
    padding: 0px;
}

form#filter_rumors_form input[type="radio"],
form#filter_rumors_form input[type="checkbox"] {
    background-color: #fff;
    border: 1px solid #3499ff;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    width: 14px;
    -webkit-appearance: none;
}
form#filter_rumors_form input[type="radio"]:checked,
form#filter_rumors_form input[type="checkbox"]:checked{
    border: 1px solid #7EDAEE;
    outline: none;
}
form#filter_rumors_form input[type="radio"]:checked:after,
form#filter_rumors_form input[type="checkbox"]:checked:after{
    background-color: #3499ff;
    border-radius: 25px;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    left: 3px;
    position: relative;
    top: 3px;
    border: 1px solid #3499ff;
}
form#filter_rumors_form .condition_rumors,
form#filter_rumors_form .city_rumors,
form#filter_rumors_form .category_rumors,
form#filter_rumors_form #address_rumors,
form#filter_rumors_form div.show_rumors{
    display: flex;
    flex-flow: row wrap;
}
form#filter_rumors_form label{
	text-transform: inherit;
    display: inline-block;
    margin: 4px;
    flex: 0 1 calc(50% - 8px);
    font-size: 20px;
}
form#filter_rumors_form .condition_rumors label,
form#filter_rumors_form .category_rumors label,
form#filter_rumors_form .city_rumors label,
form#filter_rumors_form #address_rumors label,
form#filter_rumors_form .show_rumors label{
    font-size: 1.5rem;
    cursor: pointer;
}
form#filter_rumors_form .condition_rumors label.Closed{
    display: none;
}
form#filter_rumors_form select{
    width: 100%;
    border-bottom: 1px solid #252426;
}
form#filter_rumors_form .row{
    width: 100%;
    max-width: 300px;
    margin-bottom: 25px;
}
button#rumor_search{
    width: 100%;
    max-width: 300px;
    margin-bottom: 25px;
    display: none;
    width: 0;
    height: 0;
}

.rumor_post_single h2,
.rumor_post_single p{
    margin: 0;
    word-break: break-word;
    white-space: inherit;
}
.rumor_post_single p{
    font-size: .92em;
}
.rumor_post_single > div{
	display: flex;
	margin-bottom: 4px;
}
.rumor_post_single div span{
    font-weight: bold;
	margin-right: 20px;
    width: 80px;
}
.rumor_post_single div.location_all{
    display: block;
}
.rumor_post_single div.location_all p{
    font-size: 0.75em;
    margin-right: 0;
    font-weight: normal;
    font-family: "Rufina", Georgia, serif;
    display: inline;
}
.rumor_post_single div.location_all span{
    margin-right: 0;
}
.rumor_post_single div.location_all svg{
    width: 15px;
    margin-right: 5px;
}
.load_more_btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px;
}
.with_filter_load_more{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px;
}

.tell_us_about_rumors{
    width: 100%;
    margin-top: 0;
}
.tell_us_about_rumors p{margin-bottom: 0;}
.tell_us_about_rumors span{
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    padding: .7em .5em;
    cursor: pointer;
    -webkit-transition: color, background 200ms ease-out;
    -moz-transition: color, background 200ms ease-out;
    -o-transition: color, background 200ms ease-out;
    transition: color, background 200ms ease-out;
    color: #000;
    border: 2px solid #000;
    background: transparent;
    display: block;
    text-align: center;
}
.tell_us_about_rumors span:hover{
    color: #fff;
    background: #000;
}
.tell_us_about_rumors p{
    font-size: .75em;
}
.address_rumors_box{
    display: none;
}
div#rumors-form{
    display: none;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    border: 2px solid #252426;
    border-radius: 15px;
    width: 100%;
    max-width: 900px;
    max-height: 600px;
    height: 480px;
    overflow-y: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 20px;
    font-size: 16px;
}
#result-form{
    position: relative;
    bottom: 18px;
    font-size: 44px;
    line-height: 100%;
    color: green;
    /* bottom: 0; */
    text-align: center;
    display: none;
    height: 100%;
    align-items: center;
    justify-content: center;
    justify-content: center;
}
@media (max-width: 768px){
    #result-form{
        position: relative;
        bottom: 0;
        margin-bottom: 0px;
        padding-top: 10px;
        text-align: center;
    }
}

div#rumors-form .close_modal{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 9;
}
div#rumors-form .close_modal:hover{
    background-color: rgba(204, 204, 204, 0.5);
}
div#rumors-form .close_modal:before{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #252426;
    position: absolute;
    transform: rotate(45deg);
    top: 15px;
}
div#rumors-form .close_modal:after{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #252426;
    position: absolute;
    transform: rotate(-45deg);
    top: 15px;
}
.gform_footer.top_label{
    text-align: center;
}
#page{
    position: relative;
}
.overlay_this{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.overflow_this{
    overflow:hidden;

}

.description_text p{
    font-size: .75em;
}
.description_text p span{
    font-size: 34px!important;
    line-height: 100%!important;
    width: auto!important;
    height: auto!important;
    display: inline-block;
    float: none;
    margin: 0;
    font-weight: bold;
}
.category_temp p span{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
@media (max-width: 991px){
    .rumors_grid {
        flex-direction: column;
    }
    .form_wrapper{
        margin-bottom: 1rem;
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }
    form#filter_rumors_form .row {
        max-width: 450px;
    }
    form#filter_rumors_form {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }
    #render_rumors_here {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }
    button#rumor_search {
        max-width: 450px;
    }
    .tell_us_about_rumors {
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }
}

/*FORM START*/
form#form-rumors {
    text-align: center;

}
#rumors-form p{
    padding: 0px 150px 0 150px;
    font-size: 18px;
    margin-bottom: 0;
}
#rumors-form .head_form{
    padding: 20px 0;
}
#rumors-form .form_email{
    width: 50%;
    float: left;
    position: relative;

}
#rumors-form .form_group{
    width: 50%;
    float: left;
    position: relative;
}
#rumors-form .form_group.mobile{
    display: none;
    width: 0;
}
#rumors-form .form_link{
    width: 50%;
    float: left;
    position: relative;
}
#rumors-form .form_message{
    width: 97%;

}
#rumors-form .form_submit{
    width: 50%;
    margin: auto;
    margin-top: 20px;
    clear: both;
    display: block;
    position: relative;
    top: 20px;
}
form#form-rumors label.error {
    font-size: 12px;
    text-transform: inherit;
    color: red;
    padding: 0;
    margin: 0;
    text-align: left;
    text-align: left;
    position: absolute;
    top: 18px;
}
form#form-rumors label {
    text-transform: inherit;
    padding: 0 !important;
    margin: 0;
    text-align: left;
    color: #111;
    margin-bottom: 15px;
}
form#form-rumors label span {
    color: red;
}
form#form-rumors input[type=text],
form#form-rumors input[type=date],
form#form-rumors textarea {
    width: 95%;
    margin: 5px 0;
    border-radius: 10px;
    height: 47px;
    background: #f6f6f6;
    display: block;
}
form#form-rumors textarea{
    height: 135px!important;
    width: 97.5%;
}
form#form-rumors input[type=text]:focus,
form#form-rumors input[type=date]:focus,
form#form-rumors textarea:focus{
    border: 1px solid   #111111;
}
form#form-rumors textarea {
    /*margin-bottom: 20px;*/
    resize: none;
    padding: 7px 5px;
}
form#form-rumors input[type=submit] {
    width: 80%;
}
@media (max-width: 768px){
    #rumors-form p{
        padding: 0px 50px 0 50px;
        font-size: 16px;
        display: none;
    }
}

@media (max-width: 768px){
    #rumors-form .form_group.mobile{
        display: block;
        width: 100%;
    }
    #rumors-form .form_group.desctop{
        display: none;
        width: 0;
    }
    #rumors-form .name_client.desctop{
        display: none;
        width: 0;
    }

    #rumors-form .form_group, #rumors-form .form_email, #rumors-form .form_link{
        width: 100%;
        float: none;
    }
    #rumors-form .form_submit{
        width: 100%;
        top: auto;
        float: none;
    }
    .rumor_post_single{
        padding: 20px;
        width: 100%;
    }
    .rumor_post_single p{
        word-break: break-word;
    }
    #rumors-form p{
        padding: 0 20px;
    }
    .page-cover.rumors{
        margin-bottom: 20px;
    }
    #rumors-form .form_link{
        width: 100%;
        display: none;
    }
    #rumors-form .head_form{
        display: none;
    }
}
@media (max-width: 567px) {
    form#form-rumors label {
        font-size: 14px;
    }
    form#form-rumors input[type=text],
    form#form-rumors input[type=date] {
        height: 30px;
    }

    div#rumors-form{
        max-width: 100%;
        max-height: 100%;
        position: fixed;
        transform: none;
        top: 5%!important;
        left: auto;
        right: auto;
        bottom: auto;
        height: auto;

    }
}
/*FORM END*/

.rumors_condition{
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    display: inline;
    font-size: 14px;
    padding: .2rem .5rem;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.rumor_post_single .links a{
    color: black;
    font-size: 0.8em;
    padding-right: 1em;
    display: inline-block;
}
.rumor_post_single .links a svg {

}

/* Patron button */

.patron-button {
	-webkit-box-align: center;
	align-items: center;
	backface-visibility: hidden;
	background-color: rgb(255, 66, 77);
	border-radius: 9999px;
	border: 1px solid rgb(255, 66, 77);
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	height: unset;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 0.46875rem 1rem;
	position: relative;
	pointer-events: unset;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	user-select: none;
	white-space: unset;
	width: 100%;
	color: rgb(255, 255, 255) !important;
	max-width: 250px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 25px 0;
}

.patron-button svg {
	margin-right: 15px;
}

/* body.rumors_post-template-default .post-grid{
    background-image: url(/wp-content/uploads/2019/11/restaurant-rumors-discover-new-places-before-everyone-else-anders-husa-image-from-rawpixel-2019-2.jpg);
} */

/*.layout-hero:not(.archive):not(.search):not(.paged):not(.page) .post-grid:last-of-type {*/
/*    display: none;*/
/*}*/
