/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:focus-visible, :focus {outline: none !important;}

figcaption {       position: absolute;
    bottom: 5px;
    right: 10px;
    font-style: initial;
    font-size: 12px;
    color: #fff !important;
    text-shadow: #000 0px 0px 5px;

}

a, a:hover, a:active {color:#0075c1;}

.elementor-widget-search-form .elementor-search-form__input {word-spacing: normal !important; background-color: transparent !important;}
.elementor-widget-search-form .dialog-lightbox-close-button.dialog-close-button {top:60px;}
.heroDescriptionCenter {max-width:1200px !important;}
.heroDescriptionCenterShort {max-width:50% !important;}
.heroDescriptionCenterMiddle {max-width:75% !important;}
.stickyUnderHeader {z-index:1 !important;}
.custom-bg-cover {width:100%; height:150px; background-size: cover; background-position: center; background-repeat: no-repeat; border-style: solid;  border-width: 5px 5px 5px 5px; border-color: #ffffff;  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)}
.custom-bg-cover-small {height:50px; border-width: 2px 2px 2px 2px;}
.custom-bg-calendar-cover {width:100%; height:50px; background-size: cover; background-position: center; background-repeat: no-repeat; border-style: solid;  border-width: 5px 5px 5px 5px; border-color: #ffffff;  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)}
#footerNewsCarousel .elementor-swiper-button-prev {display:none !important;}
.speciesAlternativeNames ul {padding-left:0px; margin-left:0px; list-style-type:none; text-align:left;}
.speciesAlternativeNames ul li {display:inline-block; font-size:14px; text-align:left; padding-right: 16px;}
.speciesAlternativeNames ul li strong {width:100%; display:block; }



.elementor-widget-accordion .elementor-accordion-item:first-child {
    display: none;
}


.memberPublicationAuthor
    {
    flex: 1 1 auto;
    min-width:300px;
}

.publicationAuthor {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    width:calc(100% - 15px); 
}

.memberPhotoPublication {
    background-size: cover;
    background-position: center;
    width: 120px;
    height: 120px;
    min-width:120px;
    border-radius: 50%;
    margin-right: 15px;
}


@media screen and (min-width: 768px){
    .dd-boxed--right > .elementor-container > .elementor-column:last-of-type, .dd-boxed--left > .elementor-container > .elementor-column:first-of-type{
        --dd-content-width: 1500px;
        flex-basis: min(50%, var(--dd-content-width) / 2);
    }
    .dd-boxed--right > .elementor-container{
        justify-content: flex-start;
    }
    .dd-boxed--left > .elementor-container{
        justify-content: flex-end;
    }
}

@media screen and (max-width: 768px){
.memberPublicationAuthor {
width:100%;
min-width:100%;
}
.publicationAuthor {
    display:block;
}
}