/* 
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
*/

/* Add your custom styles here */


ul.mostusedtags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    padding: 0px;
}
.mostusedtags li a, .mostusedcanali li a {
    font-size: 16px;
    color: #CCC;
    transition: all ease .4s;
}
.footertitle h2 {
    position: relative;
    text-align: left;
    float: left;
    padding-bottom: 20px;
}
.footertitle h2:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--e-global-color-accent);
}
ul.mostusedcanali {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
    list-style: none;
}
.mostusedcanali li {
    position: relative;
    display: flex;
    align-items: center;
}
.mostusedcanali li i {
    position: relative;
    left: -12px;
    color: #CCC;
    font-size: 12px;
    transition: all ease .4s;
}
.mostusedcanali li a:hover {
    transform: translateX(5px);
    transition: all ease .2s;
    color: var(--e-global-color-accent);
}
.mostusedcanali li:hover i, .mostusedtags li a:hover {
    transition: all ease .2s;
    color: var(--e-global-color-accent);
}
.withabsolutes .e-con-inner {
    position: relative;
}
.elementor-absolute.playcenter {
    top: calc(50% - 40px);
    left: calc(50% - 25px);
}
.withabsolutes .elementor-absolute.elementor-page-title {
    bottom: 10px;
    background: rgb(0 0 0 / 65%);
    padding: 7px 15px;
}
.withabsolutes:hover .elementor-absolute.elementor-page-title {
    background: rgba(0, 9, 139, 0.65);
}
nav.elementor-pagination span, nav.elementor-pagination a {
    border: 1px solid #CCC;
    padding: 7px 15px;
    display: inline-block;
    height: 44px !important;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{
    font-weight: 600;
}
img[alt=fallback-thumbnail] {
    object-fit: contain !important;
}
.canali-terms {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.canali-item {
    width: calc(33.33% - 20px);
    min-width: 250px;
    transition: all ease .3s;
}
.canali-item:hover {
    transform: rotate(-2deg);
    transition: all ease .3s;
}
.canali-item a.canali-link {
    position: relative;
    display: flex;
    flex-direction: column;
}
.canali-link img.singleimg.termimg {
    max-width: 100%;
    height: 200px;
}
.canali-link .canali-name {
    position: absolute;
    bottom: 0px;
    background: rgb(0 0 0 / 65%);
    padding: 7px 15px;
    width: 100%;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}
.canali-item:hover .canali-name {
    background: rgba(0, 9, 139, 0.65);
}
.canali-terms.forhome {
    gap: 15px;
}
.forhome .canali-item {
    width: calc(20% - 12px);
    min-width: 150px;
}
.forhome .canali-link img.singleimg.termimg {
    height: 125px;
}
ul.date-archives {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
    line-height: 25px;
    font-size: 15px;
}
.footertitle .elementor-widget-container {
    border: none !important;
}
body.archive.tax-canali div#datearchiveslist, body.archive.tag div#datearchiveslist {
    display: none;
}
body.post-type-archive-articles .elementor-element.elementor-element-b2d9f0b, body.post-type-archive-articles #guardeanche {
    display: none;
}
@media all and (max-width: 1024px){
	.elementor-location-header nav.elementor-nav-menu--dropdown {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 250px;
    box-shadow: 0px 5px 10px -3px #000;
	}
}




