﻿/*import Poppins family*/
@font-face{
    font-family: Poppins;
    src: url(../fonts/poppins/Poppins-Light.ttf);
    font-weight:300;
}

@font-face{
    font-family: Poppins;
    src: url(../fonts/poppins/Poppins-Regular.ttf);
    font-weight:400;
}

@font-face{
    font-family: Poppins;
    src: url(../fonts/poppins/Poppins-Medium.ttf);
    font-weight:500;
}

@font-face{
    font-family: Poppins;
    src: url(../fonts/poppins/Poppins-Medium.ttf);
    font-weight:600;
}

@font-face{
    font-family: Poppins;
    src: url(../fonts/poppins/Poppins-Bold.ttf);
    font-weight:bold;
}

.unselectable {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  cursor: default;
}

/*Orange Navbar*/
.navbar-top{
    background-color: #F39617;
    border: unset;
    margin-bottom:unset;
}

div.navbar-top .navbar-collapse{
    padding-right:unset;
    padding-left:unset;
}

.navbar{
    border-radius: unset;
}

/*container Arancione-Bianco*/
.navbar-top .navbar-collapse ul.navbar-nav, 
.white-nav .navbar-collapse, 
div.logo-container{
    padding-right: 4%;
    padding-left: 4%;
}

.navbar-top .navbar-nav > li > a {
    font-size: 15px;
    font-weight: 500;
    font-family: Poppins;
    color: white;
}

.nav > li.nav-li-top > a:hover, 
.nav > li.nav-li-top > a:focus,
.nav > li.nav-li-top > a.active{
    background-color: #B36E11;
}

/*White NavBar*/

div.white-nav{
    margin-bottom: unset;
    background-color:white;
    width: 100%;
    border: none;
    z-index: 51;
}

.white-nav span.icon-bar{
    background-color: #F39617;
}

.white-nav > .navbar-collapse > .navbar-nav{
    float:right;
}

.logo {
    /*      top  right bottom left  */
    padding: 10px 0px 10px 0px;
}

.nav > li.white-navbar-li > a{
    color: black;
    font-family: Poppins;
    font-weight: 600;
    font-size:18px;
    padding: 56px 15px;
}

.nav > li.white-navbar-li > a:hover, 
.nav > li.white-navbar-li > a:focus,
.nav > li.white-navbar-li > a.active{
    background-color:unset;
    color: #F39617;
}

a:hover > span.underline, 
a:focus > span.underline,
.nav > li.white-navbar-li > a.active > span.underline{
    padding-bottom: 2px;
    border-bottom: 3px solid #F39617;
} 
   /*When scroll fix white nav*/
.fix-Nav{
    position:fixed;
    top: 0;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.14);
}

.footer-row-2> a > span{
    padding-left: 10px;
}

.linkedin > img {
    padding-top:20px;
}

/*Vertical navBar*/

.white-navbar-li > .dropdown-menu {
    padding: 10px 0;
    border-top: 3px solid #F39617;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color: white;
    color:#F39617;
}

.white-navbar-li > ul.dropdown-menu{
    box-shadow:unset;
    border-radius:unset;
    padding: 0px 0px 0px 0px;
}

/*footer*/
footer{
    background-color: #1e1e1e;
    color: white;
}

footer > .footer-container{
    padding: 30px 4% 30px 4%;
}

/*Contatti - Ultimi Consigli underline*/
.footer-row-2 > span.underline::after,
.footer-row-3 > span.underline::after{
        content: '';
        position: absolute;
        width: 60px;
        border-bottom: 2px solid #F39617;
        padding-bottom: 0px;
}

[class*="footer-row-"] h5 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 20px;
}

[class*="footer-row-"] h6{
    font-family: Poppins;
    font-weight: 300;
    font-size: 18px;
}

[class*="footer-row-"]  p{
    font-family: Poppins;
    font-size: 15px;
}

/*padding Contatti - Ultimi Consigli underline*/
span.underline + p {
    padding-top: 40px;
}

[class*="footer-row-"] > p.laura-chiodi-info{
    padding-top: 10px;
}

.footer .heel{
    background: #000000;
    padding: 15px 0 5px;
    margin-bottom: 0;
}

 .footer .heel a{
    font-family: "Poppins";
    font-size: 14px;
 }

/*line height p -- > laura chiodi & contatti*/
[class*="footer-row-"]{
    line-height: 1.7;
}

/*line height p -- > Ultimi consigli*/
[class*="footer-row-"]:last-child{
    line-height: 2;
    padding-right: inherit;
    float: right;
}

/*padding for linkedin.png and email.png*/
[class*="footer-row-"]:first-child > p {
    margin-bottom: 10px;
}

.footer-row-1 a:link,
.footer-row-1 a:visited,
.footer-row-1 a:hover,
.footer-row-1 a:active,
.footer-row-2 a:link,
.footer-row-2 a:visited,
.footer-row-2 a:hover,
.footer-row-2 a:active,
.footer .heel a:link,
.footer .heel a:visited,
.footer .heel a:hover,
.footer .heel a:active{ 
    color: white;
    text-decoration:none;
}

   /*
   text-center
   text-left 
   text-right 
   pull-left
   pull-right
   hidden  
   hidden-xs etc
   visible-xs etc
   col-md-offset-[val]
   col-md-push-[val]
   col-md-pull-[val]
   btn btn-primary etc
   btn-xs
   img-responsive*/