/*
 Theme Name:   UWC-USA
 Theme URI:    https://www.tenrec.com/
 Description:  Child Theme of Tenrec Glasswing Theme
 Author:       Tenrec
 Author URI:   https://www.tenrec.com/
 Template:     tenrec-glasswing
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         minimalist, SASS, elementor
 Text Domain:  tenrec-glasswing-child
*/
.single-post-content div.elementor-widget-text-editor,
.single-post-content .elementor-widget-blockquote {
    font-family: adelle, serif !important;
    font-weight: lighter;
}

.sharing-widget {
    position: absolute !important;
    top: 40px;
    right: 55px;
    background: #018B92;
    border-radius: 10px;
    padding: 13px 11px;
    opacity: .8;
    width: 58px;
    margin: 0;
    z-index: 10;
}

.sharing-widget i {
    font-size: 28px;
    color: #fff;
}

.sharing-widget i:hover {
    color: #d8d8d5;
}

.sharing-widget .fa-envelope {
    font-size: 20px !important;
}

.post-info-text, .post-info-text span {
    font-family: proxima-nova, sans-serif !important;
}

.tagcloud-wrapper h5 {
    color: #018B92;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #018B92;
    font-family: proxima-nova, sans-serif !important;
}

.tagcloud-wrapper .wp-tag-cloud li a {
    display: block;
    font-size: 12px !important;
    line-height: 15px;
    letter-spacing: -.3px;
    background: #f5f4ef;
    color: #018B92;
    padding: 6px 25px;
    border-radius: 25px;
}

.tagcloud-wrapper .wp-tag-cloud li {
    display: inline-block;
    margin: 20px 20px 0 0;
}

.tagcloud-wrapper .wp-tag-cloud {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
}

.tagcloud-wrapper .wp-tag-cloud li .tag-link-count {
    font-style: italic;
    font-weight: 100;
    letter-spacing: 0;
}

.blockquote-float-img-block .cite-block {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    .sharing-widget {
        position: fixed !important;
        top: 6em;
        right: 5px;
        z-index: 20;
    }
}

.cite-block footer span {
    font-weight: lighter;
}

.open-people {
    cursor: pointer;
}
.map.map-opened{
    display: block;
}