
/*---------------------------
** Font
---------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
	font-family: Montserrat;
}
p, span {
    font-family: Nunito;
}
html, body{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
/*---------------------------
** Header
---------------------------*/
.heroArea {
    background: none;
    background-color: black;
}
.heroArea .overlay {
    background: none;
}
nav.navbar.navbar-area.navbar-expand-lg.navbar-light {
    border-bottom: none;
}
a.navbar-brand.logo img {
    height: 60px;
}
.foto img {
    padding-top: 72px;
}
.navbar.navbar-area.navbar-expand-lg.navbar-light.bgdark {
    background: black;
}
div#navbarSupportedContent ul li a {
    color: white;
    font-size: 13px;
}

.heroArea .maintitle h1 {
    text-align: left;
    font-size: 70px;
    letter-spacing: 0px;
    margin-top: 165px;
}


h3#notification {
    text-align: left;
    font-size: 17px;
    margin-top: 31px;
    color: green;
}
.maintitle {
    text-align: left;
}
.maintitle h2 {
    font-size: 50px;
    color: white;
    margin-top: 70px;
}
.heroArea .maintitle p {
    letter-spacing: 0;
    text-transform: inherit;   
    font-family: Nunito;
    font-size: 18px;
    line-height: 33px;
    margin-top: 20px;
    margin-bottom: 35px;
}
a.button-readmore:hover {
    background-color: white;
    color: black;
    border-color: white;
    transition: 0.4s;
}
a.button-readmore {
    font-size: 17px;
    color: white;
    border: 3px solid white;
    display: inline-block;
    padding: 16px 50px 16px 50px;
    margin-bottom: 45px;
    font-weight: bold;
    transition: 0.4s;
}
.heroArea .musicSlider .item .contentBox .left .img a i {
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 13px;
    position: relative;
    top: -1px;
    left: 1px;
}

a.nav-link:hover {
    opacity: 0.7;
}

.footer-social a:hover {
    opacity: 0.7;
}

.breadcumb-area {
    padding: 150px 0 25px 0;
}

/*---------------------------
** Home
---------------------------*/
.section-title .title {
    color: black;
    opacity: 1;
    -webkit-text-fill-color: black;
}
.section-title .title {
    background: none;
}
.album .right .secondaryTitle {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: Nunito;
    color: #545454;
}
div.sound-platform > ul > li:nth-child(2) {
    position: relative;
    bottom: 10px;
}
.sound-platform ul li {
    padding-right: 37px;
}
.sound-platform ul {
    display: inline-flex;
    margin-top: 40px;
}
.sound-platform {
    display: block;
}
.album .right .secondaryTitle {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: Nunito;
    color: #545454;
}
.album .right .list .line a.f {
    padding-right: 20px;
    color: #656565;
    font-family: Nunito;
    font-weight: bold;
}

label.form-check-label {
    font-size: 12px;
}
.album .right .list .line::after {
    background: rgb(114, 114, 114);
}
.album .right .list .line p.l {
    padding-left: 20px;
    color: rgb(121, 121, 121);
    font-family: Nunito;
}
.gallery {
    background: url(../img/luca-lupoli-tenore-slide-foto.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.member {
    padding: 90px 0px 120px ;
}
.blog-area .single-blog-item .content .title {
    color: black;
}
nav.navbar.navbar-area.navbar-expand-lg.navbar-light {
    border-bottom: none;
    background: black;
}
.concert {
    padding: 110px 0px 120px;
    position: relative;
    background: url(../img/luca-lupoli-tenore-overlay-eventi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 60px;
    margin-bottom: 120px;
}
.concert .tabilContainer {
    background: rgb(0, 0, 0);
    padding: 25px 50px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-area .socilLink ul li a {

    color: white;
}
.concert .tabilContainer .table tr td:last-child a {
    font-size: 13px;
}

input#customControlValidation1 {
    position: relative;
    margin-right: 8px;
    margin-left: 1px;
}
.submit-box {
    text-align: center;
    margin-top: 26px;
}
.row.form {
    padding-left: 15%;
    padding-right: 15%;
}
.footer-area {
    background: black;
}
.back-to-top {
    display: none !important;
}
.footer-logo img {
    height: 60px;
}

.concert .tabilContainer .table tr td:last-child a:hover {
    background: #fff;
    color: black;
}
a.button-readmore.due:hover {
    color: white;
    opacity: 0.7;
}
a.button-readmore.due {
    background: black;
    float: none;
    margin-top: 25px;
    padding: 16px 30px 15px 31px;
}
section#blog p {
    text-align: center;
    margin-top: 40px;
}

.blog-area {
    padding: 40px 0px 0px;
}

.navbar-area .navbar-collapse .navbar-nav .nav-item {
    padding: 20px 10px;
}

.section-title .title {
    font-weight: 600;
}

/*---------------------------
** Biografia
---------------------------*/
.breadcumb-area.breadcrumb-bg {
    background-image: none;
    background-position: center;
    background-size: cover;
    background: black;
}
.aboutInfo p {
    color: black;
    font-family: nunito;
}

a.link-interno:hover {
    color: #4C4C4C;;
}

/*---------------------------
** Discografia
---------------------------*/

.section-title .subtitle {
    color: #141414;
    font-size: 16px;
    line-height: 24px;
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: "Nunito", sans-serif;
}
.right .list h2 {
    font-size: 18px;
    line-height: 28px;
}
.album .right.due .list .line a.f {
    color: #656565;
    font-family: Nunito;
    font-weight: bold;
}
/*---------------------------
** Galleria
---------------------------*/
.project-area {
    padding: 110px 0px 110px;
}


.contact.center-content-area {
    text-align: center;
}
.submit-box button:hover {
    opacity: 0.7;
}
.submit-box button {
    background: black;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}

/*---------------------------
** Responsive
---------------------------*/
@media (max-width: 991px) {

.navbar-brand.logo img {
width: auto !important;
}

.breadcumb-area {
    padding: 110px 0 30px 0 !important;
}

}

@media (max-width: 590px) {

.foto {
    display: none;
}
.sound-platform ul li {
    padding-right: 15px;
}
.gallery {
    background: none;
}
.gallery {
    padding: 0px 0px 120px 0px !important;
}
.blog-area {
    padding: 0px 0px 0px 0px !important;
}
.member {
    padding-top: 105px;
    display: none;
}
.concert h2.title.title2 {
    -webkit-text-fill-color: white;
}
.section-title .title.title2 {
    background: -webkit-linear-gradient(0deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: black;
}

nav.navbar.navbar-area.navbar-expand-lg.navbar-light {
    background: black;
}
.heroArea .maintitle h1 {
    letter-spacing: 0px;
    margin-top: 150px !important;
 }
 .heroArea .maintitle p {
    margin-bottom: 35px !important;
}
.heroArea .maintitle h1 {
    letter-spacing: 0px;
    margin-top: 96px !important;
}
.maintitle h2 {
    margin-top: 25px;
}
.heroArea .maintitle p {
    line-height: 28px;
}
.navbar-brand.logo img {
    width: auto;
}

.breadcumb-area {
    padding: 110px 0 30px 0 !important;
}

}