.elementor-bc-flex-widget .elementor-14923 .elementor-element.elementor-element-416b260.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14923 .elementor-element.elementor-element-416b260.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14923 .elementor-element.elementor-element-fe29bf4 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-bc-flex-widget .elementor-14923 .elementor-element.elementor-element-60f7dc3.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-14923 .elementor-element.elementor-element-60f7dc3.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-14923 .elementor-element.elementor-element-048a2fd > .elementor-container{max-width:1200px;}.elementor-14923 .elementor-element.elementor-element-048a2fd{margin-top:40px;margin-bottom:40px;}@media(min-width:768px){.elementor-14923 .elementor-element.elementor-element-416b260{width:66.5%;}.elementor-14923 .elementor-element.elementor-element-60f7dc3{width:33.335%;}}/* Start custom CSS for shortcode, class: .elementor-element-4e35f6c *//* Attendees -----*/
/* list */
.attendee-list li {
    list-style: none;
    width: calc(33.33% - 20px);
    float: left;
    padding: 20px;
    height: 105px;
    margin: 10px;
    border: 1px solid #D2458D;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.attendee-list li:hover,
.attendee-list li:focus,
.attendee-list li:active {
    background: #f9f9f9;
    box-shadow: 0 0 black;
}
@media only screen and (max-width: 1024px) {
	.attendee-list li {
		width: calc(50% - 40px);
	}
}
@media only screen and (max-width: 600px) {
	.attendee-list li {
		width: calc(100% - -20px);
		left: calc(0% - 40px);
	}
}
.wf-attendees li {
    position: relative;
    /*margin-top: 0;*/
    /*margin-bottom: 2.5rem;*/
    /*height: 105px;*/
    min-height: 3rem;
    padding-left: 5rem;
    padding-right: .5rem;
    font-size: .8em;
    line-height: 1.25em;
    text-align: left;
    overflow: hidden;
}
/* image */
.attendee-field.attendee-image {
	position: absolute;
    top: 17px;
    left: 15px;
    margin: 0;
    width: 3rem;
    height: 3rem;
    transition: all .15s ease;
}
/* image */
.attendee-field.attendee-name {
    display: block;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: .125rem;
    color: rgba(0,0,0,.9);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25em;
    background: none;
}
/* links */
a.attendee-field.attendee-twitter, a.attendee-field.attendee-url {
    display: inline-block;
    margin: 0;
    margin-right: .5rem;
    font-size: 14px;
    line-height: 1.5625em;
    vertical-align: middle;
}
/* website */
a.attendee-field.attendee-url {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 12.5rem;
}/* End custom CSS */