/*
Theme Name: IROP
Theme URI: https://deliveryplatform.wisdomfactory.sk/
Description: Theme for IROP web site
Author: WisdomFactory
Author URI: https://www.wisdomfactory.sk/
Version: 1.0.0
License: Proprietary
License URI: not-available
Tags: wf
Text Domain: wf-irop
*/
.wpcf7-form{
    max-width: 700px;
    margin: 0 auto;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email]{
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 10px;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.38), #fff);
    border: 0;
    border-radius: 3px;
    color: #464646;
    font-size: 15px;
    line-height: 32px;
}

.wpcf7-form input[type=submit], .owl-quiz input[type=submit] {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    background: #9ec9ed;
    border-radius: 3px;
    color: #464646;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    transition: color .25s ease-out;
    text-decoration: none !important;
    border: none;
    width: 100%;
}

.wpcf7-form textarea{
    width: 100%;
}

.wpcf7-form input[type=submit]:hover, .owl-quiz input[type=submit]:hover {
    color: white;
}

.wpcf7 form.sent .form-wrapper{
    display: none;
}

.competition-part .btn-secondary{
    display: inline-block;
    padding: 0;
    background: #eee;
    border-radius: 3px;
    color: #464646;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    transition: color .25s ease-out;
    text-decoration: none !important;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 80px;
}

.wpcf7-response-output{
    margin: 40px 0 !important;
    border: none !important;
    background: #fff3bf;
}

.owl-quiz .answer{
    max-width: 400px;
    text-align: left;
    margin: 0 auto;
    padding: 10px;
}

.owl-quiz input[type=radio]{
    margin-right: 20px;
}

.owl-quiz input[type=submit]{
    max-width: 240px;
    margin: 20px;
}

.owl-quiz .owl-nav{
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.owl-quiz .owl-prev{
    position: absolute;
    left: 0;
}

.owl-quiz .owl-next{
    position: absolute;
    right: 0;
}

.owl-quiz .owl-prev span, .owl-quiz .owl-next span{
    font-size: 60px;
    line-height: 1px;
}

.owl-quiz .answers{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.owl-quiz .answers .answer{
    width: 100%;
}

.owl-quiz .question{
    font-size: 22px;
}

.owl-quiz label{
    display: flex;
    align-items: center;
}

.end-quiz {
    background: #ffe066;
    padding: 20px;
    border-radius: 20px;
}

.end-quiz.good{
    background: #95c11f;
}

.owl-quiz .answers p{
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
}

.owl-quiz .answers.align-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.um-login-hide{
    display: none;
}

.um-page-login .um-login-hide{
    display: block;
}

.item_soutez{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item_soutez .content-wrap{
    width: 70%;
}

.item_soutez .img{
    width: 25%;
}

.item_soutez .img img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px){
    .item_soutez{
        flex-direction: column;
    }

    .item_soutez .content-wrap{
        width: 100%;
    }

    .item_soutez .img{
        width: 100%;
        margin-top: 20px;
    }
}

#details-button{
    padding: 20px;
    background: #1d71b8;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #1d71b8;
}

#details-button:hover{
    color: #1d71b8;
    background: white;
}

.details-competition-button-wrap{
    margin: 40px 0;
    text-align: center;
}

#info-message{
    margin-top: 30px;
    color: darkgreen;
    font-weight: bold;
}

div[class^="arrows_"] button{
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    color: #878787;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    padding: 0 15px;
    transition: color .25s, background-color .25s;
    z-index: 3;
}

div[class^="arrows_"] button.owl-next {
    left: auto;
    right: 0;
}

div[class^="arrows_"] button.disabled {
    display: none;
}

.page_article + .slider_gal_cont {
    margin-top: 40px;
}