/*
    Template: consulting
    Theme Name: Consulting Child Theme
    Theme URI: http://consulting.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Consulting - Business and Finance WordPress theme. Using Consluting you can easily create a modern website with real content. Easily edit the real content and compose the page layout with drag & drop page builder Consulting is the best ever finance, consulting, brokerage WordPress theme. It’s fully Responsive and Easy to Customize using intuitive Drag & Drop Visual Composer and Theme Options panel in WordPress Customizer.
    Version: 4.0.2
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready
    Text Domain: consulting-child-theme
*/

/*PALETTE*/
.bluScuro{
    color:#002e5b;
}
.bluCiaro{
    color:#6290c3;
}
.verdeScuro{
    color:#62c370;
}
.verdeChiaro{
    color:#c2f9bb;
}
.grigioScuro{
    color:#343e3d;
}


/*HEADER*/
div.header_top.clearfix.affix-top{
    padding: 20px 0 6px 0;
}

ul.main_menu_nav li.current-menu-item a{
    color:#fff !important;
}
ul.main_menu_nav li.current-menu-item a:hover{
    color:#62c370 !important;
}

/*PROFILO HOME PAGE*/

div.wrapProfilo {
    background-color: #6290c3;
    padding: 20px;
    color: #fff;
}

div.wrapProfilo .titoloProfilo{
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 1.4em;
    text-shadow: 0px 0px 6px #000;
    -moz-text-shadow: 0px 0px 6px #000;
    -webkit-text-shadow: 0px 0px 6px #000;
}

div.wrapProfilo .testoProfilo{
    text-align: justify;
    font-size: 1.2em;
    line-height: 2.0em;
}

div.wrapProfilo .testoProfilo.team{
    text-align:center;
    font-weight:bold;
}

div.wrapProfilo .testoProfilo.team .col-md-2{
    border:1px solid #fff;
    background-color: #002e5b;
    border-collapse: collapse;
}


div.titoloDoveSiamo, div.titoloContatti{
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    color: #fff;
    text-shadow: 0px 0px 6px #000;
    -moz-text-shadow: 0px 0px 6px #000;
    -webkit-text-shadow: 0px 0px 6px #000;
}

/*MAPPA*/
div.gmap_addresses{
padding:20px 0 !important;
width: 100% !important;
text-align: center;
}
div.gmap_addresses .container .owl-stage{
    width: 100% !important;
}

div.gmap_addresses .container .owl-item.active, div.gmap_addresses .container .owl-item.active .item {
    border: 0;
    width: 100% !important;
    margin-left: 12px;
    }

div.gmap_addresses .container .owl-item.active .item ul{
        max-width: 150px;
        margin: 0 auto;
 }

 /*CONTATTI*/

 div.wrapModuloContatti .wpcf7-form{
     color: #fff;
     padding: 40px 0 0 0;
     text-align: center;
 }

 div.wrapModuloContatti .wpcf7-form p input[type=submit]{
    width: 100%;
    max-width: 250px;
    margin: 20px auto 0 auto;
    background-color: #6290c3;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}

div.wrapModuloContatti .wpcf7-form p input[type=submit]:hover{
    background-color: #62c370;
    color: #fff;
}

div.wrapModuloContatti .wpcf7-form div.pvc .wpcf7-form-control{
    background-color: transparent !important;
    color: #fff;
    max-width: 550px;
    margin: auto;
}

div.wrapModuloContatti .wpcf7-form div.pvc .wpcf7-form-control a{
    color: #fff;
}
div.wrapModuloContatti .wpcf7-form div.pvc .wpcf7-form-control a:hover{
    color: #c2f9bb;
    text-decoration: none;
}
div.wrapModuloContatti .wpcf7-form .wpcf7-not-valid{
    border:2px solid #f00;
}

/*FOOTER*/
.footer_logo{
    margin-bottom: 6px !important;
    padding-top: 12px !important;
}
.socials{
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.row.privacyFooter{
    margin-bottom: 20px;
    text-align: center;
}
.row.privacyFooter a{
    color: #fff;
    font-size: 16px;
}
.row.privacyFooter a:hover{
    color: #c2f9bb;
    text-decoration: none;
}

/*COOKIES*/
div.cookie-notice-container{
    font-size: 15px;
    line-height: 24px;
}
div.cookie-notice-container a{
color: #62c370;
}
.btnCookie{
    background-color: #62c370 !important;
    font-size: 18px;
    width: 100px;
     color: #002e5b !important;
}

@media (max-width:768px){
    .footer.style_2{
        text-align: center;
    }
    .socials{
        max-width: 35px;
        margin:0 auto;
    }
}