﻿.text-light, .text-light h1,  .text-light h2, .text-light h4, .text-light h5, .text-light h6, .text-light .lead, .text-light p, .text-light a:not(.btn), .text-light a:not(.btn):hover:not(.btn-light), .text-light i, .text-light li, .text-light label, .text-light div:not(.alert), .text-light span:not(.btn-label) {
    font-family: 'Dancing Script', cursive;
}




h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}

p {
    font-family: 'Lato', sans-serif;
}
.text-light {
    font-weight: 400;
  
}

.text-light h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300 !important;
}

.text-medium {
    font-family: 'Lato', sans-serif;
    font-weight: 300 !important;
}

.post-item.border .post-item-wrap {
    border: 1px solid #000000;
}

.post-item .post-item-wrap {
    background-color: #000;
    position: relative;
}

.heading-text.heading-section h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #ffffff;
    bottom: -30px;
    left: 0;
    right: 0;
}

h2.titoletto {
    font-family: 'Dancing Script', cursive;
    color:white;
}

a {
    color: #c0aa00;
    text-decoration: none;
    background-color: transparent;
}


.dark #header .header-inner, .dark #header #header-wrap, #header.dark .header-inner, #header.dark #header-wrap {
    background-color: #000;
}
#mainMenu nav {
    float: right;
    margin-top: -78px;
}

#header .container {
    position: relative;
    background-color: #000;
}

#header.header-sticky.sticky-active .header-inner, #header.header-sticky.sticky-active #header-wrap {
    height: 131px;
}
.testogrey {
    color: #828282;
}

a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
    text-decoration: none;
    outline: none;
    color: #ff0000 !important;
}

.lines-button {

    margin-top: 40px;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    #mainMenu:not(.menu-overlay).menu-animate nav {
        margin-top: 50px;
    }

}

.social-icons.social-icons-colored .social-instagram a, .social-icons.social-icons-colored-hover .social-instagram a:hover {
    background-color: green;
}
a.social:hover, a.social:link, a.social:visited, a.social:active {
    color:white !important;
}

.social-icons li a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
    color: white !important;
}

#mainMenu nav > ul > li > a {
    padding: 10px 10px !important;
}