/* --------------------- Rating --------------------- */
.evyu_rating_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    margin-bottom: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(195, 195, 195, 0.9);
    background-color: white;
}

.evyu_rating_item .evyu_link {
    text-decoration: none;
    box-shadow: none;
}

.evyu_rating_item .evyu_link:hover {
    text-decoration: none;
    box-shadow: none;
}

.evyu_rating_item.evyu_color_scheme_dark {
    color: #f3f3f3;
    background-color: #565656;
}

.evyu_rating_item.evyu_color_scheme_dark .evyu_button.evyu_button_bordered {
    color: #f3f3f3;
}

.evyu_rating .evyu_logo {
    width: 140px;
    height: 55px;
    border-radius: 15px;
}

.evyu_rating .evyu_star_rating {
    font-size: 26px;
    color: #f7de4d;
}

.evyu_rating .evyu_deposit, .evyu_rating .evyu_bonus, .evyu_rating .evyu_mobile {
    text-align: center;
    font-size: 18px;
}

.evyu_rating .evyu_mobile i {
    font-size: 25px;
}

.evyu_rating .evyu_mobile .fa-check {
    color: #28a745;
}

.evyu_rating .evyu_mobile .fa-times {
    color: #bd2130;
}

.evyu_rating .evyu_position {
    width: 55px;
    text-align: center;
}

.evyu_rating .evyu_position span {
    margin: auto;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 19px;
}

.evyu_rating_item.evyu_color_scheme_light .evyu_position span {
    background: #f7f5f5;
    border: 1px #e8e7e7 solid;
}

.evyu_rating_item.evyu_color_scheme_dark .evyu_position span {
    background: transparent;
    border: 1px #e8e7e7 solid;
}

.evyu_button:hover {
    text-decoration: none !important;
}

.evyu_button {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 3px solid transparent;
    padding: 12px 23px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 15px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.evyu_button.evyu_button_bg {
    color: #f3f3f3;
    background-color: #28a745;
    border-color: #28a745;
}

.evyu_button.evyu_button_bg:hover {
    background-color: #1e7e34;
    border-color: #1c7430;
}

.evyu_button.evyu_button_bordered {
    color: #007bff;
    border-color: #007bff;
}

.evyu_button.evyu_button_bordered:hover {
    color: #f3f3f3;
    border-color: #007bff;
    background-color: #007bff;
}

.evyu_rating_item.evyu_position_style_gold .evyu_position span {
    width: 55px;
    height: 55px;
    font-size: 27px;
    background-color: #fddc3e;
    border-color: #dac864;
    color: #484848;
    font-weight: 800;
}

.evyu_rating_item.evyu_position_style_silver .evyu_position span {
    width: 45px;
    height: 45px;
    font-size: 24px;
    background-color: #D7D7D7;
    border-color: #B4B4B4;
    color: #484848;
    font-weight: 800;
}

.evyu_rating_item.evyu_position_style_bronze .evyu_position span {
    width: 40px;
    height: 40px;
    font-size: 21px;
    background-color: #d29f53;
    border-color: #AD8A56;
    color: #484848;
    font-weight: 800;
}

@media (max-width: 1300px) {
    .evyu_rating {
        overflow-x: scroll;
        padding: 10px 30px;
    }

    .evyu_rating_item {
        width: 1300px;
        display: inline-flex;
    }
}

/* --------------------- Single --------------------- */
.evyu_single {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(195, 195, 195, 0.9);
    overflow: hidden;
    font-size: 17px;
    position: relative;
}

.evyu_single .evyu_link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    text-decoration: none;
    box-shadow: none;
}

.evyu_single .evyu_link:hover {
    text-decoration: none;
    box-shadow: none;
}

.evyu_single.evyu_color_scheme_light {
    background-color: white;
}

.evyu_single.evyu_color_scheme_dark {
    background-color: #565656;
    color: #f3f3f3;
}

.evyu_single .evyu_image_wrapper {
    position: relative;
    width: 55%;
    background-size: cover;
    background-position: center center;
}

.evyu_single .evyu_name {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    z-index: 1;
    padding: 40px;
    margin: 0;
    font-size: 35px;
}

.evyu_single .evyu_description {
    width: 45%;
    margin: 0;
    list-style: none;
    padding: 20px;
}

.evyu_single.evyu_color_scheme_dark .evyu_description h1,
.evyu_single.evyu_color_scheme_dark .evyu_description h2,
.evyu_single.evyu_color_scheme_dark .evyu_description h3,
.evyu_single.evyu_color_scheme_dark .evyu_description h4,
.evyu_single.evyu_color_scheme_dark .evyu_description h5 {
    color: #fff;
    text-align: center;
}

.evyu_single.evyu_color_scheme_light .evyu_description h1,
.evyu_single.evyu_color_scheme_light .evyu_description h2,
.evyu_single.evyu_color_scheme_light .evyu_description h3,
.evyu_single.evyu_color_scheme_light .evyu_description h4,
.evyu_single.evyu_color_scheme_light .evyu_description h5 {
    color: #000;
    text-align: center;
}

.evyu_image_wrapper img {
    display: none;
}

@media (max-width: 900px) {
    .evyu_single .evyu_image_wrapper, .evyu_single .evyu_description {
        width: 100%;
    }

    .evyu_single {
        flex-direction: column;
    }

    .evyu_image_wrapper {
        background-image: none;
    }

    .evyu_image_wrapper img {
        display: block;
    }
}

/* --------------------- Steps --------------------- */

.evyu_steps {
    color: #ffffff;
    position: relative;
}

.evyu_steps .vc_col-sm-3 {
    padding: 40px;
}

.evyu_steps p {
    margin-bottom: 0;
}

.evyu_steps .evyu_steps_1 {
    text-align: center;
    background-color: #1a1a1a;
}

.evyu_steps .evyu_steps_2 {
    background-color: #aad68b;
}

.evyu_steps .evyu_steps_3 {
    background-color: #62a2a5;
}

.evyu_steps .evyu_steps_4 {
    background-color: #a75eea;
}

.evyu_steps .evyu_link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    text-decoration: none;
    box-shadow: none;
}

.evyu_steps .evyu_link:hover {
    text-decoration: none;
    box-shadow: none;
}
/* --------------------- Images --------------------- */
.evyu_images {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 25px;
}

.evyu_images img {
    margin-bottom: 15px;
}

.evyu_images .evyu_button {
    width: 90%;
}

.evyu_images > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

@media (max-width: 900px) {
    .evyu_images > div {
        width: 50%;
    }

    .evyu_images {
        flex-flow: wrap;
    }
}

@media (max-width: 500px) {
    .evyu_images > div {
        width: 100%;
    }

    .evyu_images {
        flex-flow: wrap;
    }
}