/**
 * PLUGIN CUSTOM CSS CODE
 */
.bb-pot-box-wrapper span.to-heart-icon {
    float: none;
    display: block;
    line-height: 1;
}

.bb-pot-box-wrapper .to-heart-icon svg {
    overflow: visible;
    width: 25px;
}

.bb-pot-box-wrapper .empty-heart .to-heart-icon path {
    stroke: #c7c7c7;
    fill: #b1b1b1;
}

.bb-pot-box-wrapper .liked.empty-heart .to-heart-icon path {
    stroke: #ff6863;
    fill: #ff6863;
}

.bb-pot-box-wrapper .empty-heart .to-heart-icon {
    cursor: pointer;
}

.bb-like {
    border-right: 1px solid #fff;
    padding: 0 20px;
    position: relative;
    text-align: center;
    z-index: 3;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

span.to-like-count {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    display: block;
    margin-top: 6px;
}


/* Attend Summit */
.summit_attend_button .summit_confirmed{
    background-color: rgb(102,204,0);
    color: white;
    padding: 7px 14px;
    font-size: 16px;
    border-radius: 2px;
}
#TB_ajaxContent .share_icons_wrapper .x-entry-share {
    margin-bottom: 10px;
}
#TB_ajaxContent .summit_details > ul{
    margin-bottom: 10px;
}
#TB_ajaxContent .summit_details h3{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

#TB_ajaxContent .cancel_attendance_wrap {
    text-align: center;
    margin-top: 10px;
}

.bb-hidden{
    display: none;
}

span.additional_icons{
    display: inline-block;
}
span.additional_icons a.share-icon-calerdar-link > span{
    font-size: 24px;
    width: inherit;
    line-height: inherit;
}
#TB_ajaxContent .share_message{
    text-align: center;
}

/* Summit Dropdown */
.summit_details .add_to_drop_cont{
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.calendar_dropbtn {
    background-color: #828182;
    color: white;
    padding: 7px 20px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.add_to_calendar_dropdown {
    position: relative;
    display: inline-block;
    
}

.add_to_calendar_dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 3px;
}

.add_to_calendar_dropdown .dropdown-content a {
    color: black;
    padding: 7px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.add_to_calendar_dropdown .dropdown-content a:hover {
    background-color: #f1f1f1;
    color: black;
}

.add_to_calendar_dropdown:hover .dropdown-content {
    display: block;
}

.add_to_calendar_dropdown:hover .calendar_dropbtn {
    background-color: #585858;
}