/*
 * Styles.
 *
 * @package     iw-cpt-persons
 * @since       1.0.0
 -------------------------------------------------------------- */

/* Widget Shortcode */
.iw_cpt_persons_widget {
    display: none;
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 1;
}

.iw_cpt_persons_widget .content_wrapper {
    background: #EF17EF;
    border: 4px solid #EF17EF;
    border-radius: 44px 0 0 44px;
    -webkit-border-radius: 44px 0 0 44px;
    -moz-border-radius: 44px 0 0 44px;
    cursor: pointer;
}

.iw_cpt_persons_widget .image_wrapper {
    width: 80px;
    height: 80px;
    float: left;
}

.iw_cpt_persons_widget .image_wrapper img {
    width: 100%;
    height: 100%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.iw_cpt_persons_widget .text_wrapper {
    float: left;
    padding: 17px;
}

.iw_cpt_persons_widget a .text_headline {
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    color: #17EFEF;
}

.iw_cpt_persons_widget a .text_name {
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    color: #17EFEF;
    padding-top: 17px;
}

.iw_cpt_persons_widget a:hover .text_headline,
.iw_cpt_persons_widget a:hover .text_name {
    color: #EFEF17;
}

/* Person Author Shortcode */
.iw_cpt_persons_author .image_wrapper {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px;
}

.iw_cpt_persons_author .text_wrapper {
    padding: 0 0 0 20px;
    float: left;
}

.iw_cpt_persons_author .text_wrapper .name,
.iw_cpt_persons_author .text_wrapper .position {
    color: #EFEF17;
}
