.elementor-10531 .elementor-element.elementor-element-47bc9b8 > .elementor-widget-container{margin:40px 0px 0px 0px;}.elementor-10531 .elementor-element.elementor-element-47bc9b8{text-align:center;}.elementor-10531 .elementor-element.elementor-element-47bc9b8 .elementor-heading-title{font-size:3rem;font-weight:600;}.elementor-10531 .elementor-element.elementor-element-e14e18c img{width:109px;}.elementor-10531 .elementor-element.elementor-element-65e0db8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-10531 .elementor-element.elementor-element-65e0db8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-10531 .elementor-element.elementor-element-cf2cd24 > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-10531 .elementor-element.elementor-element-cf2cd24 .elementor-heading-title{font-size:1.5rem;font-weight:600;}.elementor-10531 .elementor-element.elementor-element-a112701 > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-10531 .elementor-element.elementor-element-1ab9e61 > .elementor-container{max-width:1200px;}.elementor-10531 .elementor-element.elementor-element-1ab9e61{margin-top:40px;margin-bottom:40px;}/* Start custom CSS for shortcode, class: .elementor-element-2620c7d *//* 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 */