/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jul 17 2019 | 08:18:48 (pm)
/*
/******* Do not edit this file *******/

#header .header-navbar nav > ul > li:hover .sub-menu {
    display: block !important;
}
section.main-slide {
    display: none;
}
.home section.main-slide {
    display: block;
}
div#primary {
    margin-top: 125px;
}
html {
    margin-top: 0px !important;
}
#header .header-navbar .sub-menu li a {
    padding: 8px 0 15px 15px;
    display: block;
    background: white;
    color: black;
    margin-left: -40px;
}

input.wpcf7-form-control.wpcf7-text
{
    width: 100%;
    padding-top: 22px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #13A2DE;
    color: #fff;
    border: none;
    margin-top: 30px;
    padding: 3px 11px;
    font-weight: 600;
}

#header .header-navbar .sub-menu li a 
{
   
    border-bottom: 1px solid #202834;
}

#header .header-navbar .sub-menu li{
  border: none;
}

button.btn.btn-default
{
    background: #13A2DE;
    color: #fff;
    border: none;
    padding: 8px 24px;
    font-weight: 700;
    font-size: 15px;
}


.widget.col-md-4 a {
    text-decoration: none;
}
.blog {
    clear: none !important;
}
div.wpcf7 img.ajax-loader {
    width: 16px;
}