/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/*Tipografia*/

h1{
    font-size: 90px;
    font-weight: 800;
}

.h3 span, .h2 span, h4{
    font-weight: 300 !important;
}

/*SEZIONE CERTIFICAZIONI*/
@media (min-width: 960px){
    .mp-logo-invictus{
        padding: 34px 0px;
    }
}

/*SEZIONE LETTURE*/
.mp-carosello-libri .t-entry-text-tc{
    padding-top: 0px !important;
}

.mp-carosello-libri .t-entry-title{
    font-size: 20px;
    font-weight: 300;
}

.mp-carosello-libri .t-entry-meta span{
    font-size: 13px;
    font-weight: 300;
}

/*FORM*/
.wpforms-field-label-inline a:hover{
    color: white !important;
}

/*MENU*/
@media (min-width: 960px) {
    body[class*=hmenu] .menu-icons i:not(.fa-dropdown){
        font-size: 33px !important;
    }
}



@media (max-width: 960px){
    .mobile-menu-button{
        display: none !important;
    }
}


.mp-instagram-link {
  font-family: uncodeicon;
  font-size: 32px;
  text-decoration: none;
  color: inherit; /* oppure un colore a scelta */
  padding: 0px 25px;
}

.mp-instagram-link::before {
  content: "\f16d"; /* codice icona Instagram */
}

/*
@media (max-width: 960px){

    .row-menu-inner{
        position: relative;
    }

    .row-menu-inner:before{
        position: absolute;
        content: "\f16d";
        font-family: uncodeicon;
        right: 29px;
        font-size: 32px;
        top: calc(50% + -16px);
    }
}*/