/*
 Theme Name:     Akes
 Theme URI:      https://www.promoservice.com
 Description:    Akes theme
 Author:         Promoservice
 Author URI:     https://www.promoservice.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* colore link, colore link al passaggio mouse, font titoli e testo, colore titoli e testo 
:root {
    --link-color: #7292A4; 
    --link-color-hover: #B0C5CE;
    --title-font-family: "Montserrat",sans-serif;
    --body-font-family: 'Roboto', sans-serif;
    --title-color: #1B1818;
    --color: #333333;
    font-size: 10px;
    line-height: 10px;
    --blu: #0f1154;
    --verde: #009741;
}
*/
/* H1-H6 dimensione font, line-height, weight e font-family) 
body h1,
body h2,
body h3,
body h4,
body h5 {
    font-family: var(--title-font-family);
    font-style: normal;
    font-weight: 600;
    margin-left: 0;
}
div#page-container h1 {
    font-size: 6.3rem !important;
    line-height: 7rem;
}
div#page-container h2 {
    font-size: 6rem !important;
    line-height: 6.5rem;
}
div#page-container h3 {
    font-size: 4rem !important;
    line-height: 4.5rem;
}
div#page-container h4 {
    font-size: 2.8rem !important;
    line-height: 3.3rem;
}
div#page-container h5 {
    font-size: 2rem !important;
    line-height: 2rem;
}
:root body {
    font-family: var(--body-font-family);
}
*/

/* P dimensione font, line-height, weight) 

:root body,
div#page-container p {
    font-size: 1.8rem !important;
    line-height: 2.5rem;
    font-family: var(--body-font-family);
}
*/

.et-db #et-boc .et-l .et-fb-page-creation-card-content h3 {
    font-family: 'Open Sans' !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    line-height: 1.5em !important;
    margin: 0 0 16px !important;
}
.et-db #et-boc .et-l .et-fb-page-creation-card-content p {
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    color: #4c5866 !important;
    line-height: 1.7em !important;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    margin: 0 !important;
}

/** MENU **/
#top-menu li.current-menu-item>a {
    color: #000000;
}
.contatti .row input {
    width: 98%!important;
}
.contatti input,
.contatti textarea,
.wpcf7-response-output {
    color: white !important;
}