/*
Theme Name:     apaaci_Theme
Theme URI:
Description:    apaaci child theme.
Author:         Infocube
Author URI:     http://www.infocube.it
Template:       Total
Version:        1.0
*/

.ic-rectangle-box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: solid 1.5px #1B465B;
    color: #1B465B;
    font-size: 12px;
    cursor: pointer;
    background: none !important;
    padding: 10px;
}

.ic-rectangle-box button.btn-remove{
    height: 13px;
    width: 13px;
    border: none;
    background: url('data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L14%2014%22%20stroke%3D%22%231B465B%22%2F%3E%3Cpath%20d%3D%22M14%201L0.999999%2014%22%20stroke%3D%22%231B465B%22%2F%3E%3C%2Fsvg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}





.artista-embed-video .vcex-custom-field.vcex-module.wpex-clr {
    display: flex;
    align-items: center;
    justify-content: center;
}


.widget-title{
    font-family: 'Atkinson Hyperlegible';
    font-weight: 400;
    font-size: 30px;
    color: #1e4f67;
}

.glossary-alphabetical-index .theme-hyphen ul li.count span{
    vertical-align: text-bottom!important;
}

.apaaci-terms-inline{
    display: inline-block;
}

/* End - Language Selector */

.wpex-inline-flex.wpex-items-center:has(.menu-lingua-mobile){
    gap: 10px;
}

.menu-lingua-mobile {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 10px 30px 10px 10px;
    color: #1B465B;
    text-transform: uppercase;
    font-size: 16px;
    background-color: transparent;
}

.menu-lingua-mobile:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 45%;
    z-index: 1;
    width: 0;
    height: 0;
    border: solid #1B465B;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
    pointer-events: none;
}

.lingua-menu-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    border: solid 1.5px #1B465B;
    width: 100%;
}

.lingua-menu-list li {
    display: block;
}

.lingua-menu-list li a {
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    width: 100%;
}

.lingua-menu-list li a span{
    font-size: 16px;
}

.lingua-menu-list li a:hover {
    background-color: #1B465B;
    color: #ffffff;
}

.wpml-ls-current-language {
    display: block;
}

.menu-lingua-mobile.active .wpml-ls-current-language {
    display: none;
}

.menu-lingua-mobile::before {
    content: attr(data-current-language);
    display: block;
}

.menu-lingua-mobile.active .lingua-menu-list {
    display: block;
}

.menu-lingua-mobile.active:after {
    transform: translateY(-50%) rotate(-135deg);
    transform: rotate(227deg);
}

/* End - Language Selector */


.post-edit a.edit-template{
    display: none;
}