/*GENERAL STYLES*/


/*MY FAVOURITE RESET from Eric*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background-color: white;
    color: black;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}


ul, li, ul li {
    margin: 0px;
    padding: 0px;
}

    ul, li, ul li, h1, h2, h3, h4, h5, h6, a {
        line-height: 28px;
    }


.adva-icon {
    width: 20px;
    height: auto;
}

.date-number a {
    text-decoration: none;
}


/*GENERAL STYLES END*/


/* NAVIGATION */
a, a:hover, a:link, a:active {
    color: #000;
}

    a:hover {
        color: darkgray;
    }

.advda-nav {
    background-color: white;
    overflow: hidden;
    width: 90%;
    margin: 0 40%;
}


    .advda-nav a {
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-variant: normal;
        font-weight: 100;
        line-height: 5px;
        float: left;
        display: block;
        color: #ffffff;
        text-align: center;
        padding: 10px 15px;
        text-decoration: none;
        border-right: 0.5px solid #ffffff;
        margin: 15px 0px;
    }

.top-advda-navigation {
    border-bottom: 1px solid #ffffff;
}

.sixteen.columns.top-advda-navigation {
    background-color: #000000;
}




.advda-nav > .active,
.advda-nav > .active a:hover {
    color: #ffffff;
}

.advda-nav .icon {
    display: none;
}

/* NAVIGATION END*/


/*ROWS*/

.margine {
    margin-bottom: 20px;
    z-index: 1;
}

.container-new-content {
    padding: 30px 20px 30px 20px;
    margin-bottom: 60px;
}


/*TOURS and DATES*/
.tours-dates {
    margin-bottom: 0px;
    padding: 30px 0px 30px 0px;
    background-color: #ffffff;
}


/* BANNER ARTIST END*/

/* ARTIST TITLE and SOCIAL MEDIA*/
.title {
    margin: 0px 0px;
}

.social-media ul li, .social-media-homepage ul li {
    display: inline;
    text-align: center;
}



.advda-main-button.button.button-primary {
    color: #000000;
    text-decoration: none;
    background-color: white;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: none;
    z-index: 10;
    word-wrap: break-word !important;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

    .advda-main-button.button.button-primary:hover {
        color: #000000;
        background-color: #ffffff;
    }

.twelve.columns.call-action {
    margin: 20px;
}

.social-media img {
    width: 30px;
    height: auto;
    padding-right: 10px;
}

/* ARTIST TITLE and SOCIAL MEDIA END*/


/*ADVDA MAIN BUTTON*/

.advda-main-button {
    font-size: 1.0em;
    line-height: 25px;
    height: auto;
    opacity: 0.7;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 0;
}

/*ADVDA MAIN BUTTON END*/


/* TYPOGRAPHY*/
h1, p {
    color: black;
    text-rendering: optimizeLegibility;
}

.new-content > p {
    color: #000000;
}

.title > h1 {
    font-size: 6rem;
    line-height: 7rem;
}

p {
    line-height: 40px;
}

h2 {
    font-size: 2rem;
    line-height: 4rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 400;
    color: black;
}

/* TYPOGRAPHY END*/

/*Main Content*/

span {
    color: black;
}

.date-number span {
    font-size: 1.5em;
    font-weight: 400;
}

div.main-content {
    float: left;
    margin: 0 auto;
    width: 30%;
    padding: 20px;
}

.dates-concerts {
    margin: 80px 0px;
}

.artist-content {
    color: white;
    font-weight: 200;
}

.date-number h3 {
    font-size: 1.5em;
    font-weight: 400;
}

/*Main Content END*/

/*FOOTER*/

footer {
    /*position:fixed;
   left:0px;
   bottom:0px;*/
    height: 40px;
    width: 100%;
    
    color:black;
}


.artist-content {
    color: black;
    font-weight: 200;
}

.date-number h3 {
    font-size: 1.5em;
    font-weight: 400;
}


/*FOOTER END*/







