/*
Theme Name: Assemble Child
Theme URI: https://assemble.qodeinteractive.com/
Description: A child theme of Assemble Theme
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0.1
Text Domain: assemble
Template: assemble
*/

body .edgtf-logo-wrapper a, body .edgtf-mobile-logo-wrapper a{
    height: 16px;
}
body .edgtf-mobile-header .edgtf-mobile-menu-opener {
    float: right;
}
body .edgtf-page-header .edgtf-menu-area,
body .edgtf-page-header .edgtf-fixed-wrapper.fixed {
    border-bottom: none;
}

.row_padding_time, body footer .edgtf-footer-bottom.edgtf-footer-bottom-full{
    padding-left: 3.7%;
    padding-right: 3.7%;
}
.edgtf-pl-filter-holder ul li span {
    text-transform: lowercase;
}
#langsel {
    list-style: none;
    padding: 0;
    margin: 0 0 0 75px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px
}
#langsel li {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
}
/* Separatore '|' tra gli elementi tranne l'ultimo */
#langsel li:not(:last-child)::after {
    content: '|';
    margin: 0 4px;
    color: #999;
}
#langsel li span {
    color: #454545;
    font-weight: bold;
}
#langsel li a {
    text-decoration: none;
    color: #454545;
    position: relative;
}
#langsel li a:hover {
    color: #000;
    text-decoration: none;
}

#langsel li a:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    height: 1px;
    width: 0;
    background-color: transparent;
    -webkit-transition: width .3s ease-out,background-color .15s ease-out;
    -moz-transition: width .3s ease-out,background-color .15s ease-out;
    transition: width .3s ease-out,background-color .15s ease-out;
}
#langsel li a:hover:after {
    width: 100%;
    background-color: #000;
}

/*.edgtf-pli-text-wrapper .edgtf-pli-text, body .edgtf-portfolio-list-holder article .edgtf-pli-text {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
    height: auto;
    position: static;
}
body .edgtf-portfolio-list-holder article .edgtf-pli-text-wrapper {
    position: relative;
    display: flex;
    vertical-align: bottom;
}
.edgtf-pli-text-wrapper .edgtf-pli-text .edgtf-pli-title{}
.edgtf-pli-text-wrapper .edgtf-pli-text .edgtf-pli-excerpt{}*/
body .edgtf-pl-filter-holder ul li span {
    font-weight: normal;
}
body footer .edgtf-footer-bottom-holder {
    border-top: 1px solid #fff;
}

.edgtf-content .wpb_text_column a{
    text-decoration: underline;
}
.edgtf-content .wpb_text_column a:hover{
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    .edgtf-mobile-header .edgtf-grid {
        width: 100%;
    }
    body .edgtf-mobile-header .edgtf-mobile-menu-opener {
        margin-right: 10px;
    }
    body .edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid > ul > li > a{
        padding-left: 15px;
        font-size: 14px;
        font-weight: 300;
    }
    #langsel {
        margin: 30px 0 0 15px;
        font-size: 14px;
    }
    #langsel li a {
        border: none;
        font-size: 14px;
        padding: 2px 3px;
    }
}

@media only screen and (max-width: 767px) {
    .corde_force_mobile_height{
        height: 50px !important;
    }

    body footer .edgtf-footer-bottom.edgtf-footer-bottom-full{
        padding-left: 0;
        padding-right: 0;
    }
    footer .widget.widget_text {
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    .edgtf-mobile-header .edgtf-vertical-align-containers {
        display: flex;
        flex-direction: row-reverse;
        justify-content: left;
    }
    body .edgtf-mobile-header .edgtf-mobile-menu-opener {
        float: none;
        margin-right: 10px;
    }
    .edgtf-mobile-header .edgtf-vertical-align-containers .edgtf-position-center {
        position: static;
        text-align: left;
        margin-left: 15px;
    }
    .edgtf-mobile-header .edgtf-vertical-align-containers .edgtf-position-right{
        display: none;
    }

    body .edgtf-mobile-header .edgtf-mobile-header-inner {
        height: 70px;
    }
}

@media only screen and (max-width: 350px) {
    body .edgtf-logo-wrapper a, body .edgtf-mobile-logo-wrapper a {
        height: auto !important;
        max-width: 200px;
    }
}