
/* BASICS */
a, a.elementor {
    color: #397890;
}
a:hover, a.elementor:hover,
a:focus, a.elementor:focus {
    color: #56697c;
    text-decoration: none;
}

.eagle-org-grid-item {
    font-family: "Roboto";
    text-align: center;
    transition: transform .2s;
}

.eagle-org-grid-item img {
    transform: scale(0.95);
}
.eagle-org-grid-item:hover img {
    transform: scale(1.1);
}

.eagle-org-grid-item p {
    text-align: center;
}
.eagle-speaker-grid-item {
    height: 100%;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
    font-family: "Roboto"; 
    color: rgba(255,255,255,0.9);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
    text-align: left;
}
.eagle-speaker-grid-item:hover {
    filter: none;
}

.eagle-speaker-grid-item .text-wrapper {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.45);
}

.eagle-speaker-grid-item .givenname {
    margin: 0;
    padding: 0;
    line-height: 1.2rem;
    font-size: 1.4rem;
    font-weight: 100;
    text-transform: uppercase;
}
.eagle-speaker-grid-item .givenname {
    margin: 0;
    padding: 0 0 0.5rem 0;
    line-height: 1.2rem;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;

}
.eagle-speaker-grid-item .title {
    margin: 0;
    padding: 0;
    line-height: 1rem;
    font-size: 0.9rem;
    font-weight: normal;
}
.eagle-speaker-grid-item .org {
    margin: 0;
    padding: 0;
    line-height: 1rem;
    font-size: 0.9rem;
    font-weight: bold;
    min-height: 1rem;
}
.eagle-speaker-single .eagle-speaker-grid-item .org {
    min-height: 1rem;
}

.socialbar {
    border: 1px solid #ccc;
    padding: 0.25rem;
    margin: 1rem auto;
    text-align: center;
}
.socialbar i {
    padding: 0 0.5rem;
}
.elementor-invisible { visibility: visible; }
.sb-badge { 
    background: #fafafa;
    border-radius: 0.25rem; 
}
.sb-badge-icon { 
    background: rgba(0, 0, 0, 0.2); 
    color: #ffffff; 
}
.sb-badge-text { color: #ffffff; 
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 0.5em;
}

.sb-badge-type-sponsor { background: #a9c46f; }
.sb-badge-type-partner { background: #f5ae3c; }
.sb-badge-type-expo    { background: #94a3b4; }

.sb-badge-type-speaker { background: #cccccc; }

.sb-badge-level-spk-keynote { background: #f5ae3c; }
.sb-badge-level-spk-workshop { background: #94a3b4; }
.sb-badge-level-spk-breakout { background: #94a3b4; }
.sb-badge-level-spk-b4gsummit { background: #1bad96; }
.sb-badge-level-spk-expo { background: #94a3b4; }

.sb-badge-type-event { background: #cccccc; }
.sb-badge-type-evt-track { background: #a9c46f; } 
.sb-badge-type-evt-topic { background: #a9c46f; } 
.sb-badge-type-evt-audience { background: #a9c46f; } 


.sb-btn-fullwidth { display: block; }
.sb-btn-primary { background-color: #397890 !important; color: #ffffff !important; }
.sb-btn-secondary { background-color: #94a3b4 !important; color: #304050 !important; }

a.social-twitter { color: #1da1f2 !important; }
a.social-facebook { color: #3b5998 !important; }
a.social-instagram { color: #fd1d1d !important; }
a.social-linkedin { color: #0077b5 !important; }

.eagle-curated-title {
    color: #56697c;
    font-weight: bold;
    font-size: 1rem;
}
.eagle-curated-source {
    color: #94a3b4;
    font-size: 0.8rem;
}

.facet-wrapper {
    border: 1px solid #dadada;
    margin-bottom: 1em;
}
.facet-wrapper h5 {
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    padding: 0.5em;
    background: #396789;
    color: #ffffff;
    font-size: 0.8em;
}
.facet-block {
    font-size: 0.9em;
    padding: 0.5em;
}

.eagle-pageheader-wrapper {
    background-image: url("https://sustainablebrands.com/conferences/sustainablebrands-2020/wp-content/uploads/2020/01/SB20-Beach.jpg");
    background-position: 0px -188px;
    background-size: cover;
    padding: 30px 0;
    color: #ffffff;
}
.eagle-pageheader-leftcol { text-align: right; }
.eagle-pageheader-leftcol img { width: 100px; }

