/*
Theme Name: Džiaugsmoteka Sign 📝
Template: twentytwentythree
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body{
    background-color: #F6F4ED;
}

/* NOT SHOWING CERTAIN PAGES */
.wp-block-query li:not(:has(img)){
    display: none;
}

/* FORM STYLING */
.gform_heading{
    display: none;
}

body.page .gfield{
    margin-top: 30px;
}

.gchoice{
    margin: 5px;
    padding: 10px;
}

body.page .gchoice{
    max-width: fit-content;
}

body.page .gchoice label{
    max-width: 600px!important;
    padding-left: 5px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label{
    line-height: 1.4;
}

.gform_wrapper.gravity-theme .gfield_list_icons{
    width: 120px;
}

.gform_wrapper.gravity-theme .gfield_list_icons button{
    width: 40px;
    height: 40px;
}

.gchoice:has(input[type="radio"]:checked){
    padding: 5px;
    border: 5px solid #01ACC6;
    border-radius: 10px;
    background: #ecfdff;
}

.gfield_radio:has(input[type="radio"]:checked) .gchoice:not(:has(input[type="radio"]:checked)){
    opacity: 0.4;
}

fieldset.message-before-options .gfield_description{
    margin-bottom: 20px;
}

fieldset.message-before-options .gfield_description{
    padding: 10px 15px!important;
    background-color: #f0f0fa;
    border-radius: 3px;
}

body.page .dts-signature .gfield_description{
    font-size: 1.5em;
    line-height: 1.25;
    text-align: center;
}

input[type="radio"]{
    width: 30px;
    height: 30px;
}

.gform_footer input[type="submit"]{
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #dea719;
    border-style: solid;
    border-width: 5px;
    border-color: #FFFFFF;
    border-radius: 42px;

    box-shadow: 0 0 20px #00000021;
    padding: 20px 10px;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}

.gfield_required_text{
    content: '*';
}

/* DISABLE DATE FIELD */
.dts-disabled .ginput_container{
    pointer-events: none;
}

.dts-disabled .ginput_container:hover{
    cursor: not-allowed!important;
}

.dts-disabled input{
    background-color: #f0f0f0;
    border: 1px solid #f0f0fa;
}