/*
Theme Name:     Divi Child Theme
Theme URI:      http://www.elegantthemes.com/gallery/foxy/
Description:    Divi Child Theme
Author:         Elegant Themes
Author URI:     http://www.elegantthemes.com
Template:       Divi
Version:        1.0.0
*/

/* @import url("../Divi/style.css");*/
/* @import url("font-awesome.css"); */

/* FONT AWESOME */
@import url("fa/css/all.min.css");

/* POPPINS, LATO E MERRIWEATHER */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

/* GENERAL */
.col-50 { width: 50% !important; margin: 0 !important; }

.inl-blc-md {
    display: inline-block;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p, a, li {
    font-family: 'Poppins', sans-serif;
    color:#777777;
}

h1 { font-size: 40px; font-weight: 300; line-height: 1.2;}
h2 { font-size: 36px; font-weight: bold; line-height: 1.2; }
h3 { font-size: 32px; text-transform: uppercase; }
h4 { font-size: 28px; font-weight: 300; opacity: 0.8; line-height: 1.3; }
h5 { font-size: 24px; font-weight: bold; text-transform: uppercase; }
h6 { font-size: 20px; font-weight: 300; line-height: 1.2; }

.right { float: right; }
.left { float: left; }
.centerImp { margin: 0 auto !important; }
.f-weight-600 strong { font-weight: 600; }

a.link-left-icon {
    display: block;
    margin-top: 20px;
    cursor: pointer;
}

a.link-left-icon i {
    font-size: 2em;
    margin-right: 15px;
}

a.link-left-icon:hover {
    color: #6d93b9;
}

/* HEADER */

#top-header .container {
    width: 90%;
}

#top-header .et-social-icons li.et-info-newsletter, #footer-bottom .et-social-icons li.et-info-newsletter {
    margin-left: 0;
}

a.header-contact-link {
    margin-right: 20px;
    line-height: 25px;
}

a.header-contact-link i {
    margin-right: 10px;
    font-size: 1.3em;
    vertical-align: middle;
}

/* aggiustamento per il tooltip sul PIN della mappa */
div.gm-style-iw-d h3 {
    font-size: 18px;
}
div.infowindow {
    font-size: 1.2em;
    padding-bottom: 10px;
}


/* FOOTER */

#footer-bottom .et-social-icons li.et-info-newsletter a {
    opacity: 0.4;
}

#footer-bottom .et-social-icons li a:hover {
    opacity: 1;
    color: #fff;
}

#footer-info a {font-family: 'Open Sans', sans-serif;}

#footer-bottom .et-linkedin:before {
    vertical-align: baseline;
}

/*========= Aggiustamenti su tablet e smartphone =========*/

@media only screen and (max-width: 981px) {
    #logo {
      content: url("https://overall.it/wp-content/uploads/2020/02/overall-communication-systems-website-mobile.png");
    }
    #et_top_search {
      margin: 0 20px 0 0;
    } 
    .et-search-form input {
      right: 0;
    }
}

/* Aggiustamenti solo smartphone */

@media only screen and (max-width: 480px) {

    at {
        display: none;
    }
    a.header-contact-link {
        padding-left: 30px;
        padding-right: 30px;
        margin: 0px;
        line-height: 25px;
    }
    
    a.header-contact-link i {
        font-size: 1.5em;
        margin:0px;
        vertical-align: middle;
    }
     
  
}

