@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open%20Sans:400,300);

#eventwrapper a {
	color: #fff;
}

#eventwrapper a:link, #eventwrapper a:visited {
    text-decoration: none;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

#eventwrapper{
width: 100%;    
max-width:100%;
/*background-color:#dededc;*/
margin: 0px auto;
}


h1, h2, h3, h4, h5, address {
    font-family: 'Open Sans', Sans-Serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

#eventwrapper h2{
text-transform:none;
font-size: 32px;
width: 90%;
max-width:900px;
margin: 0px auto;
margin-bottom: 12px;
line-height:38px;
}

figure h2 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
    margin: 0;
}

#eventwrapper h3{
    font-size: 24px;
    margin:0;
}

#eventwrapper h4{
    font-size: 30px;
    margin: 0px 0 10px;
    font-weight: 800;
}

#eventwrapper h5{
    font-size: 14px;
    margin:0;
}

#eventwrapper address{
    font-size: 14px;
    margin: 0;
    width: 100%;
    padding: 2px 0;
}

#eventwrapper p{
font-family: 'Open Sans', Sans-Serif;
color:#000;
font-weight: 300;
font-size:21px;
text-transform:none;
margin: 0px auto 0;
width: 90%;
max-width:1250px;
text-align: left;
clear: both;
padding-bottom: 10px;
}

#eventwrapper img {
    width: 100%;
    height: auto;
}

#eventwrapper img.hero {
    width: 100%;
    height: auto;
    display: block;
}



#eventwrapper .shared_posts {
    margin: 0px auto 0;
    width: 90%;
    max-width: 1250px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#eventwrapper .shared_posts a {
    transition: none;
    opacity: 1;
}


#eventwrapper .shared_post {
    width: 31%;
    float: left;
    margin: 0px 0px 2% 2%;
    height: auto;
    position: relative;
}

#eventwrapper .shared_post img {
    display: block;
}

#eventwrapper .shared_post .overlay_info {
    position: absolute;
    background-color: rgba(0,0,0,.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    display: none;
}


#eventwrapper .shared_post .overlay_info p {
    color:white;
    margin: 0px;
    padding: 0px;
    width: auto;
    font-size: 16px;
}

#eventwrapper .shared_post .overlay_info p span.hashtags {
    color:#79e2f5;
    font-size: 14px;
}


#eventwrapper .shared_post .overlay_info .name_bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: white;
}

#eventwrapper .shared_post .overlay_info .name_bar img.sm_social_icon {
    height: 20px;
    width: 20px;
    float: left;
    display: block;
}

#eventwrapper .shared_post .overlay_info .name_bar p {
    color: rgb(128,128,128);
    float: left;
    font-size: 12px;
    text-decoration: underline;
    margin: 0px;
    padding: 0px 10px;
    width: auto;
    clear: none;
}








#eventwrapper .shared_posts {
    margin: 0px auto 0;
    width: 90%;
    max-width: 1125px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#eventwrapper .shared_posts a {
    transition: none;
}

#eventwrapper img.shared_post {
    width: 31%;
    float: left;
    margin: 0px 0px 2% 2%;
}


#eventwrapper #sm_icons {
    margin: 0px auto 0;
    width: 90%;
    max-width:350px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#eventwrapper #sm_icons a {
    transition: none;
}

#eventwrapper img.sm_icon {
    width: 26%;
    float: left;
    margin: 0px 11% 0px 0px;
}

#eventwrapper img.sm_icon.last {
    margin-right: 0px;
}

#eventwrapper #prestige_banner {
    margin: 0px auto 0;
    width: 90%;
    max-width:700px;
    margin-top: 50px;
    margin-bottom: 20px;
}

div.clear {
    clear: both;
    height: 0;
}

#eventwrapper figure {
    margin:0;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    margin-bottom: 25px;
}

#eventwrapper address {
    text-align:left;
    font-size: 17px;   
}

#articleInset {
    width:90%;
    max-width: 900px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

#articleInset li{
    clear: both;
    overflow: hidden;
}

#articleInset p {
    text-align: center;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    margin-bottom: 10px;
}

/*----------EVENT DATES----------*/

/*----------VIDEO----------*/

#videoplayer {
    margin-bottom: 40px;
}

#videoplayer a {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    }

#videoplayer a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.guitarlink {
    background-color: #000;
    width: 100%;
    height: 170px;
}

.buttons {
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

.buttons a {
    background-color: white;
    color: black !important;
    font-family: 'Open Sans', Sans-Serif;
    padding: 15px 20px;
    margin: 0px auto;
    display: block;
    line-height: 18px;
    font-size: 18px;
    width: 90%;
    max-width: 275px;
    text-align: center;
}

.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*SNS*/

#share {
    height: 60px;
    background-color: rgb(50,50,50);
    width: 100%;
    padding-top: 25px;
}

#sharebuttons {
    width: 294px;
    margin: 0px auto;
}

@media (max-width: 800px) {
    
    #eventwrapper .shared_posts {
    margin: 0px auto 0;
    width: 90%;
    margin-top: 35px;
    margin-bottom: 50px;
    }

    #eventwrapper .shared_post {
        width: 47%;
        float: left;
    }

}

@media (max-width: 682px) {
    .buttons a {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
    .buttons a.signature {
        float: none;
        margin-bottom: 0px;
    }

}

@media (max-width: 550px) {
    #eventwrapper .shared_posts {
    margin: 0px auto 0;
    width: 90%;
    max-width: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    }

    #eventwrapper .shared_post {
        width: 100%;
        float: none;
        margin-bottom:20px;
        margin-left: 0px;
    }



}