/*
Theme Name: WS-theme
Theme URI: https://www.watsonsolutions.it/
Author: Watson Solutions
Author URI: https://www.watsonsolutions.it/
Description: Watson solutions starter theme based on Underscore.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wstheme
This theme, like WordPress, is licensed under the GPL.
*/

html,
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

h1,
h2,
p {
    letter-spacing: 1px;
}

h1 {
    font-size: 2.25rem;
}

h2 {
    font-size: 1.75rem;
}

h2.ae-section-title {
    margin-bottom: 50px;
}

p {
    line-height: 2;
}

p strong {
    font-weight: 500;
}

.ae-blue {
    color: #0072bb;
}

a:link {    
    text-decoration: none;
    color: #0072bb;
}

a:visited {
    text-decoration: none;
    color: #0072bb;
}

a:hover {
    text-decoration: none;
    color: #0072bb;
}

a:active {
    text-decoration: none;
    color: #0072bb;
}

.ae-pages {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ae-site-header {
    position: relative;
    display: flex;
    height: 100px;
    width: 100%;
    justify-content: center;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}

.ae-logo {
    height: 70px;
    position: absolute;
    left: 30px;
    top: 15px;
}

nav.ae-main-navigation ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

nav.ae-main-navigation ul li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 100px;
    margin: 0 25px;
}

nav.ae-main-navigation ul li a {
    position: relative;
    color: #707070;
    font-weight: 400;
}

nav.ae-main-navigation ul li a:hover {
    text-decoration: none;
    color: #0072bb;
    transition: .25s;
}

nav.ae-main-navigation ul li.current-menu-item a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50%;
    height: 3px;
    background-color: #0072bb;
}

.ae-mobile-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.95);
    width: 75%;
    height: 100%;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    padding-top: 70px;
    z-index: 1;
}

.ae-mobile-menu ul {
    margin: 0;
    padding: 0;
}

.ae-mobile-menu ul li {
    list-style-type: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid rgb(169, 169, 169);
    padding-left: 50px;
    padding-bottom: 30px;
    margin: 30px 0 0 0;
}

.ae-mobile-menu ul li a {
    color: #000;
}

.hamburger {
    display: none;
    position: absolute;
    right: 30px;
    top: 22px;
    z-index: 2;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 34px;
    height: 2px;
    border-radius: 0;
    background-color: #0072bb;
}

.hamburger-inner:before {
    top: -7px;
}

.hamburger-inner:after {
    bottom: -7px;
}

a.ae-btn,
a.ae-btn-2 {
    display: inline-block;
    background-color: #fff;
    color: #0072bb;
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 45px;
    transition: .25s;
}

a.ae-btn:hover {
    text-decoration: none;
    background-color: #0072bb;
    color: #fff;
}

a.ae-btn-2:hover {
    text-decoration: none;
    background-color: #efefef;
}

/* HOMEPAGE */
.ae-hp-1 {
    color: #fff;
    background-color: #707070;
    background-image: url('img/hp-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 90px;
    padding-bottom: 90px;
}

.ae-hp-1 h1 {
    font-size: 3.25rem;
    font-weight: 200;
    margin: 0;
}

.ae-hp-1 h2 {
    font-size: 1.75rem;
    font-weight: 300;
    margin-bottom: 50px;
}

.ae-hp-2 {
    position: relative;
    color: #fff;
    background-color: #707070;
    background-image: url('img/hp-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.ae-hp-2 h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
}

.ae-hp-2 h3 {
    font-weight: 300;
    margin-bottom: 50px;
}

.ae-hp-2-right p {
    padding-top: 50px;
    padding-left: 50px;
}

.ae-hp-2-right-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(255,255,255,0.1);
}

.ae-hp-3 {
    background-color: #efefef;
    padding-top: 100px;
    padding-bottom: 100px;
}

.ae-hp-3 a {
    margin-top: 50px;
}

.ae-hp-4 {
    position: relative;
    color: #fff;
    background-color: #707070;
    background-image: url('img/hp-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ae-hp-4-left-bg {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: rgba(0,114,187,0.5);
}

.ae-hp-4 a {
    margin-top: 50px;
}

.ae-hp-4-text {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* PAGINA */
.ae-page-1 {
    color: #fff;
    background-color: #707070;
    background-image: url('img/hp-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;   
}

.ae-page-1 h1 {
    font-weight: 400;
    text-transform: lowercase;
    margin: 0;
}

.ae-page-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ae-page-3 {
    background-color: #efefef;
    color: #0072bb;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ae-page-3 h2 {
    margin: 0;
}

.ae-page-3 h3 {
    font-weight: 300;
    font-size: 1.5rem;
    margin: 0 0 30px 0;
}

.ae-page-4 {
    background-color: #0072bb;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ae-page-4 h2 {
    margin: 0 0 30px 0;
}

/* SERVIZI */
.ae-servizi-2 {
    background-color: #efefef;
    padding-top: 100px;
    padding-bottom: 100px; 
}

.ae-servizi-list-1 {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    padding: 50px 50px 40px 50px;
}

.ae-servizi-list-1 i {
    display: inline-block;
    margin-right: 10px;
    color: #0072bb;
}

.ae-servizi-3 {
    padding-top: 100px;
    padding-bottom: 100px; 
}

.ae-servizi-list-2 {
    background-color: #efefef;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    padding: 50px 50px 40px 50px;
}

.ae-servizi-list-2 i {
    display: inline-block;
    margin-right: 10px;
    color: #0072bb;
}

.ae-servizi-4 {
    position: relative;
    background-color: #efefef;
    padding-top: 130px;
    padding-bottom: 150px; 
}

.ae-servizi-4 h2 {
    margin-bottom: 0;
}

.ae-servizi-4 h3 {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 50px;
}

.ae-servizi-4-left {
    padding-right: 70px;
}

.ae-servizi-4-right {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url('img/servizi.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* FORM */
#wpcf7-f19-o1 br {
    display: none;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: .8rem;
}

.ae-textarea-form + span.wpcf7-not-valid-tip {
    top: -15px;
}

.ae-input-form {
    width: 100%;
    font-size: .9rem;
    letter-spacing: 1px;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 4px 15px;
    margin-top: 20px;
}

.ae-textarea-form {
    width: 100%;
    font-size: .9rem;
    letter-spacing: 1px;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 4px 15px;
    margin-top: 20px;
}

.wpcf7 form .wpcf7-response-output {
    font-size: .8rem;
    line-height: normal;
    text-align: center;
}

.ae-input-invia {
    float: right;
    display: inline-block;
    background-color: #0072bb;
    color: #fff;
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    padding: 8px 70px;
    margin-top: 25px;
    transition: .5s;
    cursor: pointer;
}

.ae-input-invia:hover {
    text-decoration: none;
    background-color: rgb(168, 168, 168);
}

.wpcf7-list-item {
    line-height: 1.2;
}

/* 404 */
.container-404 {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 200px;
}

/* FOOTER */
.ae-site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.ae-site-footer a {
    color: #000;
}

.ae-site-footer p {
    font-size: .8rem;
    margin: 0;
    color: #000;
}

img.ae-logo-footer {
    width: 130px;
    display: block;
    margin: 10px auto 0 auto;
}

.ae-footer-right {
    text-align: right;
}

@media only screen and (max-width: 1100px) {
    .ae-site-header {
        justify-content: right;
    }
}

@media only screen and (max-width: 991px) {
    .hamburger {
        display: block;
    }

    .menu-menu-1-container {
        display: none;
    }

    .ae-mobile-menu .menu-menu-1-container {
        display: block;
    }

    .ae-site-footer {
        text-align: center !important;
    }

    .ae-footer-right {
        text-align: center;
    } 

    img.ae-logo-footer {
        margin: 50px auto 50px auto;
    }
}

@media only screen and (max-width: 768px) {
    .ae-logo {
        left: 15px;
    }

    .hamburger {
        right: 15px;
    }

    .ae-hp-1 h1 {
        font-size: 2rem;
    }

    .ae-hp-1 h2 {
        font-size: 1.25rem;
        margin-bottom: 50px;
    }

    .ae-hp-2 h2 {
        font-size: 1.75rem;
    }

    .ae-hp-2-right-bg {
        display: none;
    }

    .ae-hp-2-right p {
        padding-left: 0;
    }

    .ae-hp-4-left-bg {
        width: 100%;
    }

    .ae-servizi-2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ae-servizi-list-1,
    .ae-servizi-list-2 {
        padding: 20px 20px 10px 20px;
    }

    .ae-servizi-3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ae-servizi-4 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ae-servizi-4-right {
        display: none;
    }

    .ae-servizi-4-left {
        padding-right: 0;
    }
}