/*
Theme Name: Teamio Multi Language
Author: Ondřej Kašpar, Roman Klabal
Author URI: https://www.lmc.eu
Description: Custom theme tailored for a wide Teamio use, crafted with love in the summer of 2022.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: teamio
*/

/* Responsive Embed, legacy */
.embed-responsive {
    position:relative;
    display:block;
    width:100%;
    padding:0;
    overflow:hidden;
}
.embed-responsive::before {
    display:block;
    content:""
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
}
.embed-responsive-21by9::before {
    padding-top:42.857143%
}
.embed-responsive-16by9::before {
    padding-top:56.25%
}
.embed-responsive-4by3::before {
    padding-top:75%
}
.embed-responsive-1by1::before {
    padding-top:100%
}

/* Admin bar */
html[lang] { 
    margin-top: 0px !important; 
}
#wpadminbar {
    top: -25px;
    transition: all 0.3s ease-in-out;
	opacity:.4;
}
#wpadminbar:hover {
    top: 0;
	opacity:1;
}

/* SK specific changes */
.edition-image-fix {
    height:140px;
}
.edition-image-fix img {
    max-height:100%;
    width:auto;
    max-width:none;
}
.section-editions.section--dark .fw-medium {
    color:#342e40;
}
.collection-group-list__main .my-0-children p span {
    font-weight:300 !important;
}