/* By DooD */

/* Page contact */
.gform_heading{
    display: none;
}

.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{
    width: 100%;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice{
    background-color: var(--dark-pink);
}

.gform_footer{
    justify-content: center;
}

.gform_footer #gform_submit_button_1.gform_button{
    background-color: var(--dark-pink);
    border: 1px solid var(--dark-pink);
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    padding: 6px 10px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
}
/* Page contact */

/* Page Blog */
.loop-posts .wp-block-post{
    background-color: #fff;
}

.loop-posts .wp-block-post-featured-image img{
    height: 280px;
    object-fit: cover;
    border: solid 10px #fff;
}

.loop-posts .wp-block-post-title{
    padding: 5px 20px 15px;
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.loop-posts .wp-block-post-title a{
    text-decoration: none;
}
/* Page Blog */