.kids_main .profile_item_inner {
    position: relative;

    padding-bottom: 15px;
}

.kids_main .add_child {
    top: -66px;
}

.kid {
    padding-bottom: 5px;
}

.kid .thumbnail {
    display: inline-block;

    width: 70px;
    height: 70px;
    margin-right: 5px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.kid > div {
    display: inline-block;

    padding: 15px 0 0;

    vertical-align: top;

    line-height: 1;
}

.child-list_item__name {
    display: block;
    overflow: hidden;

    width: 180px;

    text-decoration: none;
    text-overflow: ellipsis;

    color: #453f4d;

    font-size: 16px;
    font-weight: 700;
}

.child-list_item__age {
    display: block;

    padding-top: 7px;

    color: #82868a;

    font-size: 14px;
}

.kid a:hover {
    color: #d14c47;
}

.add_child {
    display: inline-block;
    float: right;

    width: 24px;
    height: 24px;

    cursor: pointer;
    vertical-align: middle;

    background: url('/assets/website/svg/add_child_plus.svg') center no-repeat;
    background-size: cover;
}

.kid footer {
    display: inline-block;

    padding: 10px;

    vertical-align: top;
}

.delete {
    position: relative;

    display: block;

    width: 15px;
    height: 15px;
    margin: 5px auto 0;

    vertical-align: middle;

    background: url('/assets/website/images/ico_close.png') center no-repeat;
    background-size: cover;
}

.delete:hover {
    background: url('/assets/website/images/ico_close_hover.png') center no-repeat;
    background-size: cover;
}

.add_event_to_cal {
    display: inline-block;
    float: right;

    width: 20px;
    height: 20px;

    cursor: pointer;
    vertical-align: middle;

    background: url('/assets/website/svg/add_calendar_plus.svg') center no-repeat;
    background-size: cover;
}

.confidential-text {
    padding-bottom: 0px;

    text-align: center;

    color: #bec2c4;

    font-size: 16px;
}

.checkbox-wrap-label {
    display: inline-block;

    width: 49%;
    margin-bottom: 15px;

    vertical-align: top;

    color: #838a9d;

    font-size: 14px;
    line-height: 1;
}

.checkbox-wrap-label span{
    position: relative;
    top: -2px;

    display: inline-block;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;

    line-height: 1;

    -o-user-select: none;
}

@media only screen and (min-width : 480px) {
    .kid {
        display: inline-block;
    }

    .delete {
        display: block;

        width: 15px;
        height: 15px;
        margin: 5px auto 0;
    }

    .child-list_item__name {
        width: 100px;
    }

    .checkbox-wrap-label {
        width: 32%;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 720px) {
    .kids_main .profile_item_inner {
        margin: 0 -1rem;
        padding-bottom: 20px;
    }

    .kids_main .add_child {
        top: -93px;
    }

    .kid {
        display: inline-block;

        margin-right: 1rem;
        margin-bottom: 20px !important;
        margin-left: 1rem;

        vertical-align: middle;
    }

    .kid .thumbnail {
        width: 75px;
        height: 75px;
        margin-right: 20px;
    }

    .kid > div {
        padding: 10px 0 0;
    }

    .child-list_item__name {
        width: 160px;

        font-size: 26px;
    }

    .child-list_item__age {
        padding-top: 6px;

        font-size: 20px;
    }

    .add_child {
        width: 30px;
        height: 30px;
    }

    .delete {
        width: 20px;
        height: 20px;
    }

    .add_event_to_cal {
        width: 30px;
        height: 30px;
    }

    .checkbox-wrap-label {
        width: 31%;
        margin-bottom: 20px;

        font-size: 20px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1020px) {
    .kids_main .profile_item_inner {
        margin: 0 -1rem;
        padding-bottom: 10px;
    }

    .kids_main .add_child {
        position: absolute;
        top: -46px;
        right: 1rem;
    }

    .kid {
        display: inline-block;

        margin-right: 1rem;
        margin-bottom: 10px !important;
        margin-left: 1rem;

        vertical-align: middle;
    }

    .kid .thumbnail {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .kid > div {
        padding: 11px 0 0;
    }

    .child-list_item__name {
        width: 120px;

        font-size: 18px;
    }

    .child-list_item__age {
        padding-top: 6px;

        font-size: 14px;
    }

    .add_child {
        width: 22px;
        height: 24px;
    }

    .add_child:hover .tiptip {
        display: inline-block;
    }

    .delete {
        display: block;

        width: 15px;
        height: 15px;
        margin: 15px auto 0;
    }

    .delete:hover .tiptip {
        left: -11.5px;

        display: inline-block;
    }

    .add_event_to_cal {
        width: 20px;
        height: 20px;
    }

    .add_event_to_cal:hover .tiptip {
        display: inline-block;
    }

    .checkbox-wrap-label {
        margin-bottom: 18px;

        font-size: 14px;
    }

    .kid footer {
        padding: 0px 0 0 18px;
    }
}
