@media only screen and (max-width: 544px){
    h1 {
        font-size: 55px !important;
        line-height: 61px !important;
    }

    h2 {
        font-size: 36px !important;
        margin-bottom: 10px !important;
        font-weight: bold !important;
        letter-spacing: 0 !important;
        line-height: 43px !important;
    }

    p {
        font-size: 17px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 25px;
    }

    
    /* Hangare */
    .hide-mobile{
        display: none !important;
    }
    #hangare-mobile-container{
        gap: 60px !important;
    }
    #hangare-mobile-container > div{
        max-width: unset !important;
        width: 100% !important;
    }
    #hangare-mobile-container > div > div{
        background-color: white;
    }
    .hangare-banner *{
        color: #2C4E87 !important;
    }
    .hangare-banner{
        /*background-color: white;*/
        margin-top: 0px !important;
        padding: 35px;
        align-items: center !important;
    }
    .hangare-banner .is-vertical{
        gap: 2px !important;
    }
    .navigation-buttons{
        gap: 14px !important;
    }
    #hangare-mobile-container figure{
        position: relative !important;
        /*height: 320px !important;*/
        overflow: hidden;
    }
    #hangare-mobile-container figure img{
        position: absolute !important;
    }
    /* Roll down info */
    .roll-down-info{
        margin: 0 !important;
        padding-top: 22px;
        padding-left: 36px;
        padding-right: 36px;
        padding-bottom: 36px;
        row-gap: 0px;
    }
    .roll-down-info p{
        line-height: 36px !important;
    }
    .roll-down-info .wp-block-buttons{
        padding-top: 57px;
    }
    /* --- */

    /* Hangare Mobile*/
    #hangare-mobile-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .hangare-element{
        margin-bottom: 60px;
    }

    /***********FORM*****************/

    .hovering-cloud {
        width: 800px;
    }

    #hangare-form {
        padding-top: 150px !important;
    }

    .ct-napiste-nam-wp-element {
        padding-top: 84px !important;
    }

    .ct-napiste-nam-wp-element .wpforms-field-container>div {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
        margin-bottom: -13px !important;
    }

    input {
        height: 60px !important;
        color: #FFFFFF !important;
        opacity: 1 !important;
        font-weight: bold !important;
        font-size: 28px !important;
        font-weight: 500 !important;
        line-height: 36px !important;
    }

    textarea {
        padding-top: 10px !important;
        height: 60px;
        overflow: hidden !important;
        resize: none !important;
        color: #FFFFFF !important;
        opacity: 1 !important;
        font-weight: bold !important;
        font-size: 28px !important;
        font-weight: 500 !important;
        line-height: 36px !important;
    }
    /*Dropdown*/
    div.choices {
        height: 60px !important;
    }
    div.choices * {
        font-size: 28px !important;
        font-weight: 500 !important;
        line-height: 36px !important;
    }
    div.choices__list--dropdown .choices__list {
        margin-top: 10px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .choices__list--dropdown .choices__item {
        padding-left: 43px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    /* Add vendor prefixes for better cross-browser support */
    input::-webkit-input-placeholder {
        /* Chrome, Edge, Safari */
        color: #FFFFFF !important;
        opacity: 1 !important;
        font-weight: bold !important;
        font-size: 40px !important;
        font-weight: 500 !important;
        line-height: 57px !important;
    }

    input::-webkit-input-placeholder {
        /* Chrome, Edge, Safari */
        color: #FFFFFF !important;
        opacity: 1 !important;
        font-weight: bold !important;
        font-size: 28px !important;
        font-weight: 500 !important;
        line-height: 36px !important;
    }

    textarea::-webkit-input-placeholder {
        /* Chrome, Edge, Safari */
        color: #FFFFFF !important;
        opacity: 1 !important;
        font-weight: bold !important;
        font-size: 28px !important;
        font-weight: 500 !important;
        line-height: 36px !important;
    }

    .ct-napiste-nam-submit {
        height: auto !important;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
        width: 100% !important;
        border: 2px solid #FFFFFF !important;
        font-size: 27px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        line-height: 34px !important;
    }

    /*Form Confirmation*/
    .wpforms-confirmation-container-full {
        background-color: unset !important;
        border: unset !important;
        color: white !important;
    }

    .wpforms-confirmation-container-full p:first-child {
        font-size: 45px !important;
        font-weight: bold;
        line-height: 52px !important;
    }

    .wpforms-confirmation-container-full p:nth-child(2) {
        font-size: 18px !important;
        line-height: 22px !important;
        padding-top: 30px;
    }

    .dakujeme-sprava {
        text-align: center !important;
        padding-top: 80px !important;
    }

    /********************************/

    /* End of Form */
}
