/*
	Theme Name: NOSAlive
	Description: Super
	Author: Élio Severiano
	Author URI: http://www.eliofilipe.com/
 
	Version: 1.1.39
 
	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: nosalive
	Template Version: 2.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */


/* Anchor Web Medium */
@font-face {
font-family: 'AnchorWeb';
src: url('fonts/AnchorWebMedium/AnchorWebMedium.eot');
src: url('fonts/AnchorWebMedium/AnchorWebMedium.eot?#iefix') format('embedded-opentype'),
     url('fonts/AnchorWebMedium/AnchorWebMedium.woff2') format('woff2'),
     url('fonts/AnchorWebMedium/AnchorWebMedium.woff') format('woff');
font-weight: 500;
font-style: normal;
}

/* Anchor Web Semibold */
@font-face {
font-family: 'AnchorWeb';
src: url('fonts/AnchorWebSemibold/AnchorWebSemibold.eot');
src: url('fonts/AnchorWebSemibold/AnchorWebSemibold.eot?#iefix') format('embedded-opentype'),
     url('fonts/AnchorWebSemibold/AnchorWebSemibold.woff2') format('woff2'),
     url('fonts/AnchorWebSemibold/AnchorWebSemibold.woff') format('woff');
font-weight: 600;
font-style: normal;
}

/* Anchor Web Bold */
@font-face {
font-family: 'AnchorWeb';
src: url('fonts/AnchorWebBold/AnchorWebBold.eot');
src: url('fonts/AnchorWebBold/AnchorWebBold.eot?#iefix') format('embedded-opentype'),
     url('fonts/AnchorWebBold/AnchorWebBold.woff2') format('woff2'),
     url('fonts/AnchorWebBold/AnchorWebBold.woff') format('woff');
font-weight: 700;
font-style: normal;
}

/* Anchor Web Black */
@font-face {
font-family: 'AnchorWeb';
src: url('fonts/AnchorWebBlack/AnchorWebBlack.eot');
src: url('fonts/AnchorWebBlack/AnchorWebBlack.eot?#iefix') format('embedded-opentype'),
     url('fonts/AnchorWebBlack/AnchorWebBlack.woff2') format('woff2'),
     url('fonts/AnchorWebBlack/AnchorWebBlack.woff') format('woff');
font-weight: 900;
font-style: normal;
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	box-sizing:			border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
	background-color: #333;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:	all 0.1s ease-in-out;
	-ms-transition:		all 0.1s ease-in-out;
	-o-transition:		all 0.1s ease-in-out;
	transition:			all 0.1s ease-in-out;
}
.vc_btn3 {
	font-family: 'AnchorWeb', sans-serif;
}
.site-container .vc_btn3.vc_btn3-size-lg {
    font-size: 32px;
    padding: 6px 14px 4px 14px;
}

.site-container .vc_btn3.vc_btn3-size-md {
    font-size: 26px;
    padding: 6px 14px 4px 14px;
}
::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
	margin-bottom: -0.6rem;
}

a:hover {
	color: #fcd207;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
}
div {
	font-size: 16px;
	font-size: 1.6rem;
}

strong {
	font-weight: 400;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "AnchorWeb",Impact,Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	font-family: 'AnchorWeb', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'AnchorWeb', sans-serif;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #fcd207;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
.page .site-inner > .wrap, .single-festival .site-inner > .wrap {
	width: 100%;
	max-width:100%;
}
.page .entry-content > .vc_row:not(.vc_inner), .single-festival .site-inner .vc_row:not(.vc_inner) {
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
}
.page .entry-content > .vc_row.myfullwidth, .single-festival .site-inner .vc_row.myfullwidth {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}
.page .entry-content > .vc_row .inner_wrap, .single-festival .site-inner .vc_row .inner_wrap {
	margin: 0 auto;
	max-width: 1170px;
}
.vc_row .inner_wrap:before, .vc_row .inner_wrap:after {
    content: " ";
    display: table;
}
.vc_row .inner_wrap:before, .vc_row .inner_wrap:after {
     clear: both;
}
@media only screen and (max-width: 1179px) {
	.site-inner > .wrap {
		width: 100%;
		max-width:100%;
	}
	.entry-content > .vc_row {
		margin-left: auto;
		margin-right: auto;
		max-width: 990px;
	}
	.site-inner .vc_row.myfullwidth {
		width: 100%;
		max-width: 100%;
	}
	.site-inner .vc_row .inner_wrap {
		margin: 0 auto;
		max-width: 990px;
	}

	.genesis-nav-menu > li.menu-item-has-children > a::after {
		margin-top: 7px!important;
	}
	.site-header .genesis-nav-menu > li.menu-item:last-child > a:after {
		font-size: 14px!important;
	}
}
@media only screen and (max-width: 1023px) {
	.site-inner > .wrap {
		width: 100%;
		max-width:100%;
	}
	.entry-content > .vc_row {
		margin-left: auto;
		margin-right: auto;
		max-width: 798px;
	}
	.site-inner .vc_row.myfullwidth {
		width: 100%;
		max-width: 100%;
	}
	.site-inner .vc_row .inner_wrap {
		margin: 0 auto;
		max-width: 798px;
	}
}
@media only screen and (max-width: 768px) {
	.entry-content > .vc_row:not(.myfullwidth) {
		margin-left: 15px;
    	margin-right: 15px;
	}
	/*.site-inner .vc_row .inner_wrap {
		padding-left: 15px;
    	padding-right: 15px;
	}*/
	.sendy-form-row.name-cont {
		max-width: 154px!important;
	}
	.subscribe-form {
	    width: 290px;
        margin: 0 auto 20px auto;
	}
	.hotelbottombar {
		margin-left: -15px;margin-right: -15px;
	}

	.img_destaque {
		margin-top:30px!important;
	}
}

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.parallax .entry-header {
	display: none;
}
.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 160px;
	padding-top: 16rem;
	padding-bottom: 30px;
	padding-bottom: 3rem;
}

.parallax .site-inner {
    background-color: #fff;
    clear: both;
    padding-top: 30px;
    padding-top: 3rem;
    padding-bottom: 0!important;
}

.nosalive-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.page .content {
	width: 100%;
}
.blog .content, .single .content {
	width: 100%;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	text-align: center;
}

.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}


.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #fcd207;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

#home-featured .widget-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}



/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: rgba(31, 31, 31, 0.8);
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	position: fixed;
	z-index: 999;
	width: 100%;
	margin-top: 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
    width: 80px;
    height: 55px;
    position: absolute;
}

.title-area a {
	width: 237px;
	background-image: url('images/nos-alive-2019.png');
	background-repeat: no-repeat;
	background-size: 100%;
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	height: 64px;
	display: block;
}
.footer-awards {
	max-width:402px;
	width: 100%;
	height:66px;
	background: url('images/nos-alive-17-footer.png');
	margin: 0 auto 10px auto;
	background-repeat: no-repeat;
	background-size: 100%;
}


.footer-cookie {
	 margin-bottom: 10px;
}
.footer-cookie a {
	font-size: 12px;
}

.logo-nos-stage, .logo-heineken-stage, .logo-nos-clubbing, .logo-raw-coreto, .logo-jardim-caixa, .logo-portico-nos {
    width: 254px;
    height: 30px;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.logo-nos-stage {
	background-image: url('images/stages/palco-nos.png');
}
.logo-heineken-stage {
	background-image: url('images/stages/palco-heineken.png');
}
.logo-nos-clubbing {
	background-image: url('images/stages/palco-nos-clubbing.png');
}
.logo-raw-coreto {
	background-image: url('images/stages/palco-raw-coreto.png');
}
.logo-jardim-caixa {
	background-image: url('images/stages/palco-jardim-caixa.png');
}
.logo-portico-nos {
	background-image: url('images/stages/portico-nos.png');
}
.clubbing-wrapper {
	position: relative;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){ 
    /*.title-area a {
		background-image: url('images/nos-alive-2019@2x.png')!important;
	}*/
	.footer-awards {
		background-image: url('images/nos-alive-17-footer@x2.png')!important;
	}

	.logo-nos-stage {
	    background-image: url('images/stages/palco-nos@2x.png');
	}
	.logo-heineken-stage {
		background-image: url('images/stages/palco-heineken@2x.png');
	}
	.logo-nos-clubbing {
		background-image: url('images/stages/palco-nos-clubbing@2x.png');
	}
	.logo-raw-coreto {
		background-image: url('images/stages/palco-raw-coreto@2x.png');
	}
	.logo-jardim-caixa {
		background-image: url('images/stages/palco-jardim-caixa@2x.png');
	}
	.logo-portico-nos {
		background-image: url('images/stages/portico-nos@2x.png');
	}
	.clubbing-deckedout {
		background-image: url('images/stages/decket-out@2x.png');
	}
}
.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: "AnchorWeb",Impact,Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	text-align: left;
	margin: 0 auto;
  	display: table;
  	padding-left: 70px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'AnchorWeb', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
    font-size: 22px;
    font-size: 2.2rem;
	padding: 20px 11px;
	padding: 2rem 1.1rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fcd207;
}
.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:	opacity .4s ease-in-out;
	-ms-transition:		opacity .4s ease-in-out;
	-o-transition:		opacity .4s ease-in-out;
	transition:			opacity .4s ease-in-out;
	width: 180px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 12px 20px;
	padding: 1.2rem 2rem;
	position: relative;
	width: 180px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
	border-top: 1px solid #444;
}
.site-header .sub-menu .sub-menu {
	margin-top: -47px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-header a,
.nav-header .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-header .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
    font-size: 1.7rem;
    font-size: 17px;
}

.nav-header .sub-menu a:hover {
	color: #fcd207;
}

.genesis-nav-menu li.menu-item.langselect {
	display: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.nav-secondary > .wrap {
	display: table;
}

.site-footer .nav-secondary a {
	color: #fff;
	padding: 0;
	min-width: 80px;
}

.site-footer .genesis-nav-menu .sub-menu {
	width: 100px;
}

.site-footer .genesis-nav-menu .sub-menu a {
	width: 125px;
}

.site-footer .genesis-nav-menu .menu-item {
	display: block;
	float: left;
}

.site-footer .genesis-nav-menu > li:not(.menu-item-has-children):not(:last-child) > a::after {
	display: none;
}
.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
    border: 0;
    border-top: none;
    padding: 2px 0;
    padding: 0.2rem 0;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 4px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #fcd207;
}

/* Responsive Menu
--------------------------------------------- */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	position: absolute;
	z-index: 1030;
	right: 14px;
    top: 18px;
	height: 40px;
	width: 40px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0;
}


.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}
.single-post .entry-content p {
    text-align: justify;
}
.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-family: 'AnchorWeb', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'AnchorWeb', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #fcd207;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'AnchorWeb', sans-serif;
	margin: 0 5px 5px 0;
	margin: 0 0.5rem 0.5rem 0;
	padding: 5px 10px;
	padding: 0.5rem 1rem; 
}

.sidebar .tagcloud a:hover {
	background-color: #fcd207;
	color: #fff;
}

.sidebar .enews-widget {
	background-color: #333;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fcd207;
	color: #333;
	clear: both;
}

.footer-widgets .wrap {
	padding: 20px 0 16px;
	padding: 2rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 550px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
	float: left;
}

.footer-widgets-2 {
	float: right;
}

.footer-widgets .social-links {
  text-align: center;
  font-family: "AnchorWeb",Impact,Arial,Helvetica,sans-serif;
  letter-spacing: 1px;
  font-size: 26px;
}
.footer-widgets .social-links a {
	font-size: 24px;
	color: #333;
    line-height: 24px;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}


.footer-widgets .widget-title {
    margin: 0;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.footer-widgets input, .footer-widgets select, .footer-widgets textarea {
	border: 0;
}

.footer-widgets input:focus, .footer-widgets textarea:focus {
	border: 0!important;
}

.site-footer {
	background-color: #333;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 20px 0;
	padding: 2rem 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #999;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-family: 'AnchorWeb', sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {
	
	div.title-area {
		margin-left: 0;
	}

	.site-header .widget-area {
		padding-left: 110px;
	}
	.wrap {
		max-width: 960px;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1{
		width: 450px;
	}
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

	.genesis-nav-menu > li.menu-item {
		padding: 20px 0 22px 15px;
	}
	.genesis-nav-menu a {
		font-size: 12px;
		font-size: 1.9rem;
	}

}

@media only screen and (max-width: 1023px) {

	div.title-area {
		margin-left: 0;
	}
	.site-header .widget-area {
		padding-left: 252px;
	}

	.wrap {
		max-width: 768px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.nosalive-landing .site-inner,
	.sidebar,
	.site-tagline-left,
	.site-tagline-right {
		width: 100%;
	}
	
	.parallax .site-inner {
		padding-top: 0;
	}

	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.title-area {
  		margin-left: 0;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
		margin: 0 auto 1rem;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}

	.site-description {
		font-size: 30px;
		font-size: 3rem;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
		padding: 2rem 0;
	}

	.nosalive .site-tagline {
		margin-top: 400px;
		margin-top: 40rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.nosalive-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.nosalive-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;

	}
	.site-footer .nav-secondary {
		display: none;
	}

}
@media only screen and (min-device-width : 200px) and (max-device-width : 380px) {
	.title-area a {
		  margin: 2px auto 0 12px!important;
	}
}
@media only screen and (max-width: 768px) {
	.topbar, .arrow.bounce {
		display: none;
	}
	.site-header {
		margin-top: 0;
	}

	div.title-area {
		width: 100%;
	}
	.title-area a {
		margin: 2px auto 0 auto;
	}

	.genesis-nav-menu li.menu-item.langselect {
		display: block;
	}


	.genesis-nav-menu > li.menu-item.langselect ul.sub-menu {
		height: 40px;
    	width: 200px;
    	margin: 0 auto;
    	padding-top: 12px;
	}

	.genesis-nav-menu > li.menu-item.langselect ul.sub-menu a {
		display: block;
	    height: 30px;
	    width: 40px;
    /* margin: 0 auto; */
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border: none;
	}


	.site-header ul.sub-menu {
  		margin-top: 0;
  		margin-left: -30px;
  		width: 100%;
	}

	.genesis-nav-menu > li.menu-item {
  		padding: 10px 0 10px 0;
		display: block;
		text-align: center;
	}

	.genesis-nav-menu > li > a {
		font-size: 16px;
	}

	.genesis-nav-menu ul.sub-menu {
		left: auto;
		position: static;
		display: none;
		opacity: 1;
		border:none;
	}
	.genesis-nav-menu .sub-menu li.menu-item {
		display: block;
		text-align: center;
		margin-left: 72px;
	}
	.genesis-nav-menu .sub-menu li.menu-item a {
		background-color: transparent;
  		border: none;
  		padding: .6rem 2rem;
  		width: auto;
	}
	.genesis-nav-menu .menu-item:hover > .sub-menu {
		opacity: 1;
	}

	.site-header {
		padding-bottom: 10px;
		padding-bottom: 1rem;
		min-height: 65px;
	}

	.title-area {
		padding-bottom: 6px;
		padding-bottom: 0.6rem;
	}

	.nosalive .site-tagline {
		margin-top: 180px;
		margin-top: 18rem;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
		margin: 0 1rem;
	}

	.genesis-nav-menu {
		display: none;
		position: absolute;
		left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
		top: 65px;
  		z-index: 1020;
  		background-color: #1f1f1f;
	}

	#responsive-menu-icon {
		display: block;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		font-size: 3.6rem !important;
		padding: 20px !important;
		padding: 2rem !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}


	figure.effect-bubba h2 {
    	font-size: 1.2rem!important;
	}

}

@media only screen and (max-width: 600px) {

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 50%;
	}


}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}

/* nosalive */
.footer-wide {
  background-color: #1f1f1f;
}
.footer-wide button, .site-tagline button {
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 22px;
  background-color: transparent;
  letter-spacing: 1px;
  font-family: "AnchorWeb",Impact,Arial,Helvetica,sans-serif;
}
.site-tagline .review, .footer-wide .review {
	text-align: center;
	font-size: 26px;
	color: #FFF;
	margin:10px 0 0 0;
	letter-spacing: 1px;
    font-family: "AnchorWeb",Impact,Arial,Helvetica,sans-serif;
}
.footer-button {
	text-align:center;
	margin-top: 10px!important;
}

.icon-arrow-right:before {
	color: #000!important;
	content: "\f061";
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px!important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.btn-4:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-4 {
	-webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;

	border-radius: 50px;
	border: 3px solid #fff;
	color: #FFF;
	overflow: hidden;
	cursor: pointer;
  padding:3px 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-4 i {
	opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn-4:hover i {
	opacity: 0;
}
.btn-4:active {
	border-color: #000;
	color: #000;
	background-color: rgba(252, 227, 47, 0.6)!important;
}

.btn-4:hover {
	background: #fcd207;
	border-color: transparent;
	color: #000;
}

.btn-4:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4:active:before {
	color: #000;
}

/* Button 4a */
.btn-4a:before {
  right: -50px;
  top: -22px;
}

.btn-4a:hover:before {
  right: 8px;
}

.topbar {
	height: 30px;
	text-align: left;
	background-color: #111;
	color: #ccc;
	line-height: 30px;
	text-transform: none;
	position: fixed;
  	width: 100%;
  	z-index: 1020;
}
.topbar .site-inner {
padding-top:0;
}
.topbar .lang-item{
	float:left;
	margin-left: 10px;
	font-size: 12px;
	text-transform: uppercase;
	list-style: none;
}
.topbar .lang-item a {
	font-size: 12px;
}
.lang-item.current-lang a {
  color: #fff;
    text-decoration: underline;
}
.topbar .lang-item:after {
    content: '\2022';
    color: #ccc;
    margin-left: 7px;
}

.lang-item:last-child:after {
    content: '';
}
.topbar a {
color:#ddd;
border: none;
font-size: 16px;
font-size: 1.6rem;
}
.topbar a:hover {
color:#FFF;
}

.topbar .widget_nosalivelang {
float: right;
margin: -30px -5px 0 0;
}


.langselect li.lang-item {
    float: left;
    height: 30px;
    list-style: none;
}
.langselect ul.sub-menu {
	height: 20px;
    margin: 0 auto;
}

.social-links a {
margin-left:10px;
}

/* Effect 3: bottom line slides/fades in */
nav a {
	position: relative;
}
.genesis-nav-menu > .menu-item {
    padding: 20px 0 22px 30px;
}

.genesis-nav-menu > .menu-item:first-child {
	padding-left:0;
}
.genesis-nav-menu > li.menu-item-has-children{
	padding-right: 4px;
}
.site-header .sub-menu {
	margin-top: 22px;
	margin-left: -10px;
}

.genesis-nav-menu > li > a {
	padding: 0;
	color: #fff;
}
.genesis-nav-menu > li.menu-item-has-children > a:hover::after {
    opacity: 1;
    color: #fcd207;
}

.genesis-nav-menu > li:not(.menu-item-has-children):not(:last-child) > a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fcd207;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.genesis-nav-menu > li:not(.menu-item-has-children):not(:last-child) > a:hover::after,
.genesis-nav-menu > li:not(.menu-item-has-children):not(:last-child) > a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


.site-header .genesis-nav-menu > li:last-child > a {
    background-color: #00cdbd;
    color: #ffffff;
    border-radius: 4px;
    padding: 4px 8px 0px 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1;
}
.site-header .genesis-nav-menu > li:last-child > a:hover,
.site-header .genesis-nav-menu > li:last-child > a:focus {
	background-color: #fcd207!important;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item a {
    color:#fcd207;
}
.genesis-nav-menu > li.menu-item-has-children > a::after {
	color:#FFF;
	content: ' \f078';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px!important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	margin-left: 5px;
	margin-top: 10px;
	position: absolute;
	opacity: 0.75;
}

.frontpage .site-inner {
	padding-top: 0;
	padding-bottom: 0;
}

.textcentered {
	text-align: center;
}
/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

	.skrollable {
	background-attachment: scroll!important;
	}
	.afterm p.text1, .discover p.text1 { 
		font-size: 40px!important;
	}

	
/* Styles */
}
.skrollable.vc_row {
	background-size: cover;
	background-attachment: fixed;
	min-height: 200px;
}



.lineupcontent ul {
	  margin-left: 0;
}
.lineupcontent ul li {
    text-align:left;
    list-style: none;
}
.lineupcontent .smalltxt {
	font-size: 12px!important;
  	font-weight: 300;
}
.lineupcontent .artisthour {
	margin-left: -10px;
	margin-right: 5px;
	font-weight: 300;
	color: #7C7C7C;
	font-size: 12px;
}
.lineupcontent a {
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'AnchorWeb', sans-serif;
	line-height: 18px;
	display: inline-block;
	color:#595959;
    font-size: 15px;
	position: relative;
	outline: none;
}
.lineupstagetitle img {
  margin-bottom: -8px;
  margin-top: 2px;
}


.lineupstagetitle {
    border-bottom: 2px solid;
    margin-bottom: 12px!important;
    background-color: #333;
	margin-right: -15px;
	margin-left: -15px;
}

.lineupday {
    text-align: center;
    margin-bottom: 15px!important;
    margin-top: 30px;
}
.lineupday h3 {
    color: #fff!important;
    font-weight:400;
    display: inline;
	background-color: #333;
    padding: 2px 10px 0 10px;
}



.lineupcontent a:hover,
.lineupcontent a:focus {
	outline: none;
}


/* Effect 1: Brackets */
.lineupcontent a::before,
.lineupcontent a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.lineupcontent a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.lineupcontent a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.lineupcontent a:hover::before,
.lineupcontent a:hover::after,
.lineupcontent a:focus::before,
.lineupcontent a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}


.row_artista {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height:400px;
}
.img_destaque {
margin-top:95px;
}
.img_destaque img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
p.purple_link {
	background-color: #fcd207;
    min-height: 34px;
    padding:0 10px;
    margin-right: 5px;
    font-size:1.3em;
    color: #000;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 333px;
	text-overflow: ellipsis;
}
.purple_link a {
	color: #000;
	font-family: "AnchorWeb",Impact,Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}

.row_artist_info {
    padding-bottom:20px;
}
.spotify_artist {
    margin: 30px auto 0 auto;
  	max-width: 350px;
    position: relative;
}
.header_artista {
	height: 350px;
}


.circle-button, .circle-border {
    border-radius: 999px 999px 999px 999px;
    color: #2a3867;
    display: inline-block;
    font-size: 30px;
    height: 135px;
    line-height: 90px;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 135px;
    word-spacing: 1px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
}
.circle-button {
	border: 3px solid #2a3867;
}
.circle-button:hover {
	color: #fcd207;
	background-color: #2a3867!important;
}
.circle-button:hover .circle-border {
	border: 1px solid #2a3867;
    transform: scale(1.18);
    -moz-transform: scale(1.18);
    -o-transform: scale(1.18);
    transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
    -moz-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
    -o-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
}

.circle-border {
	background: none repeat scroll 0 0 transparent;
    height: 127px;
    left: 1px;
    position: absolute;
    z-index: 1;
    top: 1px;
    transition-duration: 225ms;
    -moz-transition-duration: 225ms;
    -webkit-duration: 225ms;
    -o-transition-duration: 225ms;
    transition-property: all;
    -moz-transition-property: all; 
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
    -moz-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
    -o-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
    -webkit-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
    width: 127px;
}

.work-info-bg:hover {
	opacity: 0;
}
/* footer menu */
.site-footer .genesis-nav-menu .sub-menu {
	left: 0;
	opacity: 1;
	position: static;
}
/* vc accordion italic on + */
i.accordion-icon {
	font-style:normal;
}
/* Edicoes anteriores */
.lineup-previous-text h5{
    text-transform: uppercase;
    line-height: 24px;
}


/* Artist Page */
.artist .entry-title {
	text-align: left;
	margin-top: 25px;
	font-size: 5.5rem;
}
.artist .site-inner {
	padding-bottom: 0;
}
.artist .entry-content p {
	text-align:justify;	
    text-justify:auto;
}


#responsive-menu-icon svg {
  width: 26px;
  height: 26px;
  z-index: 99999;
  transition: all .3s ease;
  display: block;
  margin: 10% auto;
  cursor: pointer;
}
#responsive-menu-icon svg g {
  transition: all .3s ease;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  cursor: pointer;
}
#responsive-menu-icon svg rect {
  transition: all .3s ease;
  fill: #FFFFFF;
}
#responsive-menu-icon svg g {
  width: 80px;
  height: 80px;
}


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
.footer-wide, .footer-widgets, .site-footer {
	position: relative;
}
.arrow {
  position: fixed;
  cursor: pointer;
  bottom: 120px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 2s infinite;
}

.header_artista, .nabackstretch img {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=) repeat;
}



.vc_parallax.vc_row-has-fill>.vc_column_container>.vc_column-inner, 
.myfullwidth.vc_row.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}




.cq-flipbox-container {
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  width: 100%;
  height: 200px;
}

.cq-flipbox-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cq-flipbox-right {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}


.cq-flipbox-container.cq-rightleft:hover .cq-flipbox-flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.cq-flipbox-container.cq-bottomtop:hover .cq-flipbox-flipper {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cq-flipbox-container.cq-rightleft:hover .cq-flipbox-front{
  /*display: none;*/
}

.cq-flipbox-container.cq-bottomtop:hover .cq-flipbox-left{
  /*display: none;*/
}


.cq-flipbox-flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  style: preserve-3d;
  /*-webkit-backface-visibility: hidden;*/
  -moz-backface-visibility: hidden;
  /*-ms-backface-visibility: hidden;*/
  /*backface-visibility: hidden;*/
  position: relative;
  width: 100%;
  height: 100%;
}

.cq-flipbox-front, .cq-flipbox-back, .cq-flipbox-left, .cq-flipbox-right {
  /*border: 1px dashed #666;*/
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  /*-ms-backface-visibility: hidden;*/
  backface-visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}
/*.cq-flipbox-item.cq-square {
  border-radius: 0px;
  top: 0;
  left: 0;
}
*/
.cq-flipbox-item{
  width: 100%;
  height: 100%;
}
h4.cq-flipbox-title{
  color: #fff;
  font-size: 1.4em;
  width: 100%;
  line-height: 130%;
  margin: 0 0 8px 0;
  text-align: center;
}

.cq-flipbox-content{
  color: #fff;
  font-size: 1.1em;
  line-height: 150%;
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cq-flipbox-buttonlink, .cq-flipbox-link{
  text-decoration: none;
}
.cq-flipbox-link:hover{
  color: #333;
}
.cq-flipbox-buttonlink:focus, .cq-flipbox-link:focus{
  outline: none;
}
.cq-flipbox-avatar{
  color: #333;
  background-color: #fff;
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /*top: -40px;*/
  z-index: 2;
}
.cq-flipbox-cardavatar{
  display: block;
  margin: 0 auto;
  clear: right;
  color: #666;
  background-color: #fff;
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  margin-bottom: 16px;
  border-radius: 50%;
}
.cq-flipbox-avatar.cq-shadow, .cq-flipbox-cardavatar.cq-shadow{
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 2px #efefef, 0 2px 2px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 2px #efefef, 0 2px 2px 2px rgba(0,0,0,.2);
  box-shadow: 0 0 0 3px #fff, 0 0 0 2px #efefef, 0 2px 2px 2px rgba(0,0,0,.2);
}

.cq-flipbox-front {
  z-index: 1;
}
.cq-flipbox-left {
  z-index: 1;
}

.cq-flipbox-button-container{
  width:100%;
}
.cq-flipbox-button {
  display: inline-block;
  border: 0 none;
  border-radius: 2px 2px 2px 2px;
  background-color: #3BAFDA;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 4px 6px;
  text-transform: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  text-align: center;
}

.cq-flipbox-button:hover{
  background-color: #4A89DC;
}

