@charset "UTF-8";
/* CSS Document */

/* XXXXXXXXXXXXXXXXXXXXXXXX     FONT FILES     XXXXXXXXXXXXXXXXXXXXXXXX */

@font-face {
	font-family: 'Domaine';
	src: url('fonts/DomaineTextWeb-Regular.eot'); /* IE9 Compat Modes */
	src: url('fonts/DomaineTextWeb-Regular-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/DomaineTextWeb-Regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/DomaineTextWeb-Regular.woff') format('woff'); /* Pretty Modern Browsers */
  
  }
  
  @font-face {
	font-family: 'Domaine-I';
	src: url('fonts/DomaineTextWeb-RegularItalic.eot'); /* IE9 Compat Modes */
	src: url('fonts/DomaineTextWeb-RegularItalic-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/DomaineTextWeb-RegularItalic.woff2') format('woff2'),
		 url('fonts/DomaineTextWeb-RegularItalic.woff') format('woff'); /* Pretty Modern Browsers */
  
  }
  
  @font-face {
	font-family: 'Domaine-B';
	src: url('fonts/DomaineTextWeb-Bold.eot'); /* IE9 Compat Modes */
	src: url('fonts/DomaineTextWeb-Bold-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/DomaineTextWeb-Bold.woff2') format('woff2'),
		 url('fonts/DomaineTextWeb-Bold.woff') format('woff'); /* Pretty Modern Browsers */
  
  }
  
  @font-face {
	font-family: 'Domaine-BI';
	src: url('fonts/DomaineTextWeb-BoldItalic.eot'); /* IE9 Compat Modes */
	src: url('fonts/DomaineTextWeb-BoldItalic-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/DomaineTextWeb-BoldItalic.woff2') format('woff2'),
		 url('fonts/DomaineTextWeb-BoldItalic.woff') format('woff'); /* Pretty Modern Browsers */

  }

  

/* XXXXXXXXXXXXXXXXXXXXXXXX       BASICS       XXXXXXXXXXXXXXXXXXXXXXXX */


* { box-sizing: border-box; }

html, body  	{ background-color: white; }
a 				{ color: #F0AB00; text-decoration: none; }
a:hover 		{ color: #F0AB00; text-decoration: underline; }
a:visited 		{ color: #F0AB00; text-decoration: none; }

.bg-white 		{ background-color: #FFFFFF; }
.bg-yellow 		{ background-color: #F0AB00; }
.bg-brown 		{ background-color: #766A65; }
.bg-black 		{ background-color: #000000; }

.clr-white, .clr-white a 		{ color: #FFFFFF; text-decoration: none; }
.clr-yellow, .clr-yellow a 		{ color: #F0AB00; text-decoration: none; }
.clr-brown, .clr-brown a  		{ color: #766A65; text-decoration: none; }
.clr-black, .clr-black a 		{ color: #000000; text-decoration: none; }


/* XXXXXXXXXXXXXXXXXXXXXXXX     TYPOGRAPHY     XXXXXXXXXXXXXXXXXXXXXXXX */


html, body {	
	font-family: 'Proxima N W01 At Reg', sans-serif; 
	font-weight: normal; font-style: normal; 
	font-size: 16px; 
	color: #000000;}

h1 								{ font-family: "Domaine-B", serif; font-weight: bold; font-style: normal; font-size: 2em; letter-spacing: 0.025em; }
h2 								{ font-family: "Domaine", serif; font-weight: normal; font-style: normal; font-size: 1.6em; letter-spacing: 0.025em; }
h3 								{ font-family: 'Proxima N W01 At Reg', sans-serif; 	font-weight: normal; font-style: normal; font-size: 1.4em; color: #F0AB00; }

.home-tpl h1 					{ font-family: "Domaine-BI", serif; font-weight: bold; font-size: 48px; line-height: 1.25em; color: #F0AB00; }
.type-post h1 					{ font-family: "Domaine", serif; font-weight: normal; font-style: normal; font-size: 1.8em; }
.home-carousel					{ font-family: "Domaine", serif; font-weight: normal; font-size: 1.75em; line-height: 1.25em; letter-spacing: 0.05em; }
.alerts-carousel				{ font-family: 'Proxima N W01 At Reg', sans-serif; font-weight: normal; font-style: normal; }
.alerts-carousel h2 			{ font-family: 'Proxima N W01 At Bold', sans-serif; font-weight: bold; font-style: normal; font-size: 2em; margin: 0; }
.alert-text						{ font-size: 24px; line-height: 1.25em; }
.list-thumb						{ font-family: "Domaine-B", serif; font-weight: bold; font-style: normal; font-size: 18px; }
.entry-date 					{ font-family: 'Proxima N W01 At Reg', sans-serif; font-weight: normal; font-style: normal;  font-size: 16px; color: #F0AB00; }

#searchtool input[type=search],
#searchtool input[type=submit] 	{ font-family: 'Proxima N W01 At Reg', sans-serif;  font-size: 16px; line-height: 1em; color: #766A65 !important; }

.site-footer 					{ font-size: 12px; line-height: 1.5em; letter-spacing: 0.1em; }
.site-footer h2					{ font-family: 'Proxima N W01 At Bold', sans-serif; font-size: 12px; line-height: 1em; letter-spacing: 0.1em; font-weight: bold; }
.footer_copyright 				{ font-size: 11px; line-height: 1em; letter-spacing: 0.1em; }

#menu-header-menu 				{ font-size: 12px; line-height: 1.2em; letter-spacing: 0.075em; text-transform: uppercase; }

strong 							{ font-family: 'Proxima N W01 At Bold', sans-serif; }

.entry-submenu 					{ font-family: 'Proxima N W01 At Reg', sans-serif; font-size: 1.4em; line-height: 1em; font-weight: bold; color: #766A65; }



/* XXXXXXXXXXXXXXXXXXXXXXXX    HEADER & NAV    XXXXXXXXXXXXXXXXXXXXXXXX */


.site-header {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0;
}

.site-header::before, .site-header::after { display: none;}

.menu-toggle {
	margin: 0 auto;
	padding: 10px 0;
	background: none;
	border: none;
	outline: none;
	color: #766A65;
	cursor: pointer;
	letter-spacing: 0.03em;
}

.menu-toggle::before { content: "MENU" ;}
.toggled .menu-toggle::before { content: "FECHAR" ;}

.site-branding::before, 
.site-branding::after { display: none !important; }

.custom-logo-link img { width: 70px; height: auto; margin: 20px; grid-column: 1; }


/* HEADER SHORTCUTS MENU */	
#menu-header-menu {
	width: 100%;
	margin: 0;
	padding: 0;
}

#menu-header-menu li { margin: 0; padding: 0 !important; border-top: solid 1px #000000; text-align: left; }
#menu-header-menu a { margin: 0; padding: 10px; display: inline-block; width: 100%; }
#menu-header-menu li:before, #menu-header-menu li::after { display: none; }
/* #HEADER SHORTCUTS MENU */

/* MAIN MENU */	
.main-navigation {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #F0AB00;

	position: -webkit-sticky !important; /* Safari */
  	position: sticky !important;
	top: 0 !important;
	
	z-index: 999;
}

.menu {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	flex-flow: column nowrap;
	justify-content: center;
	list-style: none;
}

.menu li {	
	text-align: center;
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #766A65;
}

.sub-menu li {	
	text-align: center;
	margin: 0;
	padding: 0;
	border-top: none;
}

.menu li a, .sub-menu li a {
	display: inline;
	text-decoration: none;
	color: #766A65;
	letter-spacing: 0.03em;
}

.menu li.current-page-ancestor > a,
.menu li.current_page_parent > a,
.menu li.current-menu-parent > a,
.menu li.current-menu-item > a {
	color: #FFFFFF; 
}

.menu .current-menu-item .sub-menu, 
.menu .current-page-ancestor .sub-menu { 
	width: 100%;
	margin: 0;
	padding: 10px 0;
	position: relative !important; 
	top: 0 !important; 
	left: 0 !important;

	background-color: #F0AB00 !important; 

	flex-flow: column nowrap;
	justify-content: center;
	list-style: none;}
/* #MAIN MENU */

/* HACK FOR DISCOS & RECORDS*/
body.single-records #menu-item-4171 .sub-menu,
body.single-artists #menu-item-4171 .sub-menu { 
	width: 100%;
	margin: 0;
	padding: 10px 0;
	position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    border-top: 1px solid #766A65;
    flex-flow: row nowrap;

	background-color: #F0AB00 !important; 
	
	justify-content: center;
	list-style: none;
}
body.single-records #menu-item-4171 > a, body.single-records #menu-item-4191 a,
body.single-artists #menu-item-4171 > a, body.single-artists #menu-item-4191 a {	
	color: #FFFFFF; 
}
/* HACK FOR DISCOS & RECORDS*/


/* PAGINATION */
.pagination 						{ width: 100%; margin: 0; padding: 60px 0 0 0; text-align: center;}
.pagination .nav-links 				{ margin: 0; padding: 22px 0; color: #000000; }
.pagination .nav-links a 			{ color: #000000; padding: 6px 12px; }
.pagination .nav-links .current  	{ color: #F0AB00; }

.posts-navigation 					{ width: 100%; margin: 0; padding: 60px 0 0 0; text-align: center; }
.posts-navigation .nav-links 		{ margin: 0; padding: 22px 0; color: #000000; }
.posts-navigation .nav-links a 		{ color: #000000; padding: 6px 12px; }
.posts-navigation .nav-previous		{ text-align: right; border-right: solid 1px #000000; }
.posts-navigation .nav-next			{ text-align: left; }

.posts-navigation .nav-previous	a::before	{ content: "← "; }
.posts-navigation .nav-next a::after		{ content: " →"; }
/* #PAGINATION */


/* #SIBLINGS SUB-MENU */
.entry-submenu {
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	list-style: none;
	justify-content: center;
}

.entry-submenu li 						{ margin: 0; padding: 0; }
.entry-submenu li::after 				{ content: '  /  '; white-space: pre; }
.entry-submenu li:last-of-type::after 	{ content: ''; }

.entry-submenu a 						{ margin: 0; padding: 0 0 0 0; color: #766A65; text-decoration: none; }
.entry-submenu a.current-subpage 		{ margin: 0; padding: 0 0 0 0; color: #000000; text-decoration: none; border-bottom: 2px solid #F0AB00; }
/* #SIBLINGS SUB-MENU */

.custom-current-page { border-bottom: solid 1px #000000; }


/* XXXXXXXXXXXXXXXXXXXXXXXX       CONTENT      XXXXXXXXXXXXXXXXXXXXXXXX */


.site-main {
	padding-top: 40px;
	padding-bottom: 100px; }  

article {
	max-width: 770px;
	margin: 0 auto !important;
	display: block;
	padding: 0 20px;
	text-align: left; }

h1.entry-title 					{ padding: 0; }
h1.page-title 					{ padding: 0; }
h1 								{ text-align: center; }
h2 								{ text-align: center; }
h3 								{ margin-top: 1em; margin-bottom: 0.5em; padding: 0; }

ul, menu, dir {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
  margin-inline-end: 0px;
	padding-inline-start: 40px;
}

/* CATEGORY BUTTONS */
.bycategories {
	width: 100%;
	margin:0;
	padding:  20px 0 80px 0;
	list-style: none;
	display:  flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.bycategories li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bycategories li a {
	text-decoration: none;
	border: 2px solid #000000;
	color: #050505;
	padding: 4px 8px;
	margin: 4px;
	font-family: 'Proxima N W01 At Bold';
	text-transform: uppercase;
	font-size: 12px;
	display: block;
}

.current-cat a {
	color: #F0AB00!important;
	border-color: #F0AB00!important;
	font-weight: normal!important;
	font-style: normal;
}

.post-categories {
	width: 100%;
	margin:0;
	padding:  20px 0;
	list-style: none;
	display:  flex;
	align-items: center;
	justify-content: left;
	flex-wrap: wrap;
}

.post-categories li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.post-categories li a {
	text-decoration: none;
	border: 2px solid #F0AB00;
	color: #F0AB00;
	padding: 4px 8px;
	margin: 4px;
	font-family: 'Proxima N W01 At Bold';
	text-transform: uppercase;
	font-size: 12px;
	display: block;
}
/* #CATEGORY BUTTONS */

/* LIST WITH THUMBS */
.list-thumb-wrapper 		{ width: 100%; margin: 0; padding: 0 20px; display: grid; grid-template-columns: repeat(1, 1fr); grid-row-gap: 60px; grid-column-gap: 20px; }
.list-thumb  				{ text-align: center; color: #000000 !important; text-decoration: none; position: relative; }
.list-thumb:hover  			{ color: #F0AB00 !important; text-decoration: none; }
.list-thumb span 			{ width: 100%; height: 0; margin: 0; padding: 0 0 56.25% 0; display: block; background: center no-repeat #F0AB00; background-size: cover; text-align: center; }
.list-thumb i  				{ color: #F0AB00; position: absolute; bottom: 0;  }
/* #LIST WITH THUMBS */

/* LIST EDIÇÕES FONO  */
.list-fono-discos, .list-fono-artists				{ width: 100%; margin: 0; padding: 0 20px; display: grid; grid-template-columns: repeat(1, 1fr);  grid-gap: 20px; }

.list-fono-thumbs 									{ width: 100%; margin:0; padding: 0; position: relative; }
.list-fono-thumbs::after 							{ content: ""; display: block; padding-bottom: 100%;}
.list-fono-thumbs img 								{ width: 100%; height: auto; position: absolute; top: 0; left: 0; }
.list-fono-thumbs figcaption						{ width: 100%; height: 100%; position: absolute; }

.list-fono-thumb, .list-fono-nothumb 				{ width: 100%; margin:0; padding: 0; background-size: cover; position: relative; }
.list-fono-thumb:after, .list-fono-nothumb:after 	{ content: ""; display: block; padding-bottom: 100%;}
.list-fono-thumb a, .list-fono-nothumb a 			{ position:  absolute; top: 0; left: 0; bottom: 0; right: 0; margin: 0; padding: 10px; }
.list-fono-thumb span, .list-fono-nothumb span 		{ width: 100%; height: 100%; margin: 0; padding: 10px; background-color: #F0AB00; color: #000000; display: none; }
.list-fono-thumb a:hover span 						{ display: block; }
.list-fono-nothumb span 							{ display: block; }

.list-fono-name 									{ border-top: solid 2px #000000; align-self: flex-start; text-decoration: none; }
.list-fono-name:hover 								{ border-top: solid 2px #F0AB00; text-decoration: none; }
/* #LIST EDIÇÕES FONO */


/* SHOW MORE BUTTONS */
a[class^=bg-showmore] 					{ margin: 0 auto; padding: 0; display: block; text-align: center; color: #F0AB00 !important; text-decoration: none; }
button.bg-showmore-plg-button 			{ margin: 0 auto; padding: 0; display: block; text-align: center; color: #F0AB00 !important; background: transparent; box-shadow: none; border: none; border-radius: 0; font-family: inherit; font-size: 100%; font-weight: normal; text-decoration: none; text-shadow: none; }
button.bg-showmore-plg-button:hover 	{ margin: 0 auto; padding: 0; display: block; text-align: center; color: #F0AB00 !important; background: transparent; box-shadow: none; border: none; border-radius: 0; font-family: inherit; font-size: 100%; font-weight: normal; text-decoration: underline; text-shadow: none; }
button.bg-showmore-plg-button:focus 	{ margin: 0 auto; padding: 0; display: block; text-align: center; color: #F0AB00 !important; background: transparent; box-shadow: none; border: none; border-radius: 0; font-family: inherit; font-size: 100%; font-weight: normal; text-decoration: underline; text-shadow: none; }
button.bg-showmore-plg-button:active 	{ margin: 0 auto; padding: 0; display: block; text-align: center; color: #F0AB00 !important; background: transparent; box-shadow: none; border: none; border-radius: 0; font-family: inherit; font-size: 100%; font-weight: normal; text-decoration: underline; text-shadow: none; }
button.bg-showmore-plg-button::before	{ display: none; }
/* #SHOW MORE BUTTONS */


/* XXXXXXXXXXXXXXXXXXXXXXXX        POST        XXXXXXXXXXXXXXXXXXXXXXXX */


.post-template-default .site-main { background-color: #766A65; color: #FFFFFF; }
.post-template-default .entry-date {  display: block; }


/* XXXXXXXXXXXXXXXXXXXXXXXX       FOOTER       XXXXXXXXXXXXXXXXXXXXXXXX */

#searchtool {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-top: 1px solid #837974;
}

#searchtool form {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;

	width: 100%;
}

#searchtool input[type=search] {
	margin: 0;
	padding: 20px;
	border: none;
	border-radius: 0;
	width: 100%;

	-webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

#searchtool input[type=search]::placeholder 			{ color: #766A65 !important; opacity: 1; /* Firefox */ }
#searchtool input[type=search]:-ms-input-placeholder 	{ color: #766A65 !important; opacity: 1; /* Firefox */ }
#searchtool input[type=search]::-ms-input-placeholder 	{ color: #766A65 !important; opacity: 1; /* Firefox */ }

#searchtool input[type=search]:focus {
	border: none;
	outline: none;
	background-color: #F8D580;
}

#searchtool input[type=submit] {
	margin: 0 !important;
	padding: 20px;
	border: none;
	border-radius: 0;
	width: 100%;
	
	background-color: #F0AB00;
	cursor: pointer;
}

.site-footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;

	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	
	background-color: #766A65;
	color: #FFFFFF;

	text-align: center;
}

.site-footer::before, .site-footer::after {
	display:  none;
}

.site-footer h2 { margin-top: 0; }
.site-footer p 	{ margin-bottom: 0;}

.site-footer a {
	color: #F0AB00;
	text-decoration: none;
}

#menu-social-menu, #menu-social-menu-en {
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	
	list-style: none;
}

#menu-social-menu li:not(:last-child), #menu-social-menu-en li:not(:last-child) {
	margin: 0 10px 0 0;
}

#menu-social-menu .fa, #menu-social-menu-en .fa {
	width: 22px;
	height: 22px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #766A65;
	background-color: #fff;
	font-size: 14px;
	line-height: 22px;
}

.footer_copyright {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background-color: #837974;
	color: #FFFFFF;
}


/* XXXXXXXXXXXXXXXXXXXXXXXX        COOKIES        XXXXXXXXXXXXXXXXXXXXXXXX */

.cli-bar-container {
	float: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
	align-items: flex-start;
}

.cli-bar-message {
	text-align: left;
}

.cli-bar-btn_container {
	align-self: flex-end;
}


/* XXXXXXXXXXXXXXXXXXXXXXXX        HOME        XXXXXXXXXXXXXXXXXXXXXXXX */

.shortcuts {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
}
.shortcuts h2 						{ grid-column: span 1; }

.shortcut 							{ border-bottom: solid 2px #000000; align-self: end; }
.shortcut:hover 					{ border-bottom: solid 2px #F0AB00; }
.shortcut a:hover 					{ text-decoration: none; }


/* HOME SLIDER  */
.home-carousel  					{ width: 100%; height: 50vh; margin:0 0 20px 0; padding: 0; }
.carousel-cell 						{ margin: 0; padding: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.carousel-image  					{ margin: 0; padding: 0; width: 100%; height: 100%; position: absolute; left:0; top: 0; background: no-repeat center; background-size:cover; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); opacity: 0.5; }
.carousel-filter  					{ margin: 0; padding: 0; width: 100%; height: 100%; position: absolute; left:0; top: 0; background-color: #766A65; mix-blend-mode: multiply;}
.carousel-cell a ,
.carousel-cell a:hover  			{ text-decoration: none; border: none; color: #FFFFFF; text-align: center; padding: 2.5vh 10vh; position: relative; }

.alerts-carousel  					{ width: 100%; height: auto; margin:-40px 0 100px 0; padding: 0; border-top: solid 1px #766A65; }
.alert-cell 						{ margin: 0; padding: 0; width: 100%; height: auto; display: flex; justify-content: center; align-items: center; text-align: center;}
.alert-action 						{ margin-top: 10px; display: inline-block; }
.alert-cell a ,
.alert-cell a:hover  				{ text-decoration: none; border: none; text-align: center; padding: 5vh 10vh; position: relative; }
.alert-cell a:hover .alert-action 	{ text-decoration: underline; }

/* #HOME SLIDER  */


.tresas {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0;

	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.tresas img {
	width: 200px;
	height: 200px;
	margin: 20px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXX        ED FONO        XXXXXXXXXXXXXXXXXXXXXXXX */

.ed-fono-content {
	max-width: 960px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.ed-fono-content header 		{ order: 1; grid-column: span 2; }
.ed-fono-img 					{ order: 2; grid-column: span 2; }
.ed-fono-text 					{ order: 3; grid-column: span 2; }
.ed-fono-info 					{ order: 3; grid-column: span 2; }
.ed-fono-title 					{ order: 4; grid-column: span 2; }
.ed-fono-titlefull 				{ order: 4; grid-column: span 2; }
.record-lineup 					{ order: 4; grid-column: span 2; }
.ed-fono-related 				{ order: 5; }

.ed-fono-img 					{ margin: 0; padding: 0; width: 100%; height: auto; }
.ed-fono-related 				{ margin: 0; padding: 0; }
.ed-fono-related a  			{ color: #000000; text-decoration: none; }
.ed-fono-related a:hover  		{ color: #000000; text-decoration: none; }
.ed-fono-related img 			{ margin: 0; padding: 0; width: 100%; height: auto; }
.ed-fono-title 					{ margin-bottom: 0; }
.ed-fono-titlefull 				{ margin-bottom: 0; }
.ed-fono-info a					{ color: #000000; text-decoration: none; }
.ed-fono-info a:hover			{ color: #000000; text-decoration: underline; }

.record-lineup {
	display: table;
	margin: 0;
	padding: 0;
	counter-reset: music;		/* Set a counter named 'section', and its initial value is 0. */ }
.record-lineup li.caption 		{ display: table-caption; font-weight: bold; }
.record-lineup li.caption:after { content: " "; display: block; white-space: pre; }
.record-lineup li 				{ display: table-row; }
.record-lineup i.track-number 	{ display: table-cell; }
.record-lineup span 			{ display: table-cell; }
.record-lineup i.track-number::before {
	counter-increment: music;
	content: counter(music) ".  ";
	white-space: pre;
	font-style: normal;
}

/* XXXXXXXXXXXXXXXXXXXXXXXX        PLAYER        XXXXXXXXXXXXXXXXXXXXXXXX */

.tracklist-controls-pause {
	display: none;
}
.audio-track.is-playing .tracklist-controls-play {
	display: none;
}
.audio-track.is-playing .tracklist-controls-pause {
	display: inline-block;
}

.tracklist-controls 				{ position: relative;}
.tracklist-controls i.fa 			{ position: absolute; margin-top: 50%; line-height: 0.2em;}

.tracklist-controls-play::after, .tracklist-controls-pause::after 	{ content: "     "; white-space: pre; }  
.tracklist-controls-play:hover, .tracklist-controls-pause:hover 	{ text-decoration: none; }


/* XXXXXXXXXXXXXXXXXXXXXXXX        FILTER        XXXXXXXXXXXXXXXXXXXXXXXX */

.controls {
	width: 100%;
	margin: 0;
	padding: 0;

	display: flex;
	flex-direction: row;
	justify-content: center;
}

.controls .input { 
	margin: 0;
	border: none;
	border-bottom: solid 1px #000;
	border-radius: 0;
}

.controls .input:focus { 
	outline: none;
	border-bottom: solid 2px #F0AB00;
	margin-bottom:-1px;
}

.edd-root,
.edd-root *,
.edd-root *::before,
.edd-root *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.edd-root {
	display: inline-block;
	min-width: 180px;
    position: relative;
    user-select: none;
	color: #000;
	margin-right: 20px;
}

.edd-root-disabled {
    color: #ccc;
    cursor: not-allowed;
}

.edd-root::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #F0AB00;
    transition: transform 150ms ease-out;
    transform: scaleX(0);
}

.edd-root.edd-root-focused::after,
.edd-root.edd-root-invalid::after {
    transform: scaleX(1);
}

.edd-root.edd-root-invalid::after {
    background: rgb(255, 105, 105);
}

.edd-head {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #000;
    transition: border-color 200ms;
}

.edd-root:not(.edd-root-disabled) .edd-head:hover {
    border-bottom-color: #837974;
}

.edd-value {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 25px 8px 0;
}

.edd-arrow {
    position: absolute;
    width: 14px;
    height: 10px;
    top: calc(50% - 5px);
    right: 3px;
    transition: transform 150ms;
    pointer-events: none;
    color: #000;
}

.edd-root-disabled .edd-arrow {
    color: #ccc;
}

.edd-arrow::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    top: 0;
    right: 2px;
    transform: rotate(45deg);
    transform-origin: 50% 25%;
}

.edd-root-open .edd-arrow {
    transform: rotate(180deg);
}

.edd-value,
.edd-option,
.edd-group-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.edd-root:not(.edd-root-disabled) .edd-value,
.edd-option {
    cursor: pointer;
}

.edd-select {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: -100%;
    top: 0;
}

.edd-root-native .edd-select {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.edd-body {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 999;
    background: white;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    border-top: 0;
    border-right: 0;
}

.edd-root-open .edd-body {
    opacity: 1;
    pointer-events: all;
    transform: scale(1);
    transition: opacity 200ms, transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.edd-root-open-above .edd-body {
    bottom: 100%;
}

.edd-root-open-below .edd-body {
    top: 100%;
}

.edd-items-list {
    overflow: auto;
    max-height: 0;
    transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-overflow-scrolling: touch;
}

.edd-items-list::-webkit-scrollbar {
    width: 12px;
}

.edd-items-list::-webkit-scrollbar-track {
    background: #efefef;
}

.edd-items-list::-webkit-scrollbar-thumb {
    background: #ccc;
}

.edd-group-label {
    font-size: 13px;
    padding: 4px 8px 4px 0;
    color: #555;
    font-weight: 600;
}

.edd-group-has-label {
    padding-left: 22px;
}

.edd-option {
    position: relative;
    padding: 4px 8px 4px 22px;
}

.edd-option-selected {
    font-weight: 400;
}

.edd-option-selected::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    border-bottom: 2px solid #F0AB00;
    border-left: 2px solid #F0AB00;
    left: 6px;
    top: calc(50% - 4px);
    transform: rotate(-45deg);
}

.edd-option-focused:not(.edd-option-disabled) {
    color: #F0AB00;
}

.edd-option-disabled,
.edd-group-disabled .edd-option {
    cursor: default;
    color: #ccc;
}

.edd-gradient-top,
.edd-gradient-bottom {
    content: '';
    position: absolute;
    left: 2px;
    right: 12px;
    height: 32px;
    background-image:
        linear-gradient(
            0deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 40%,
            rgba(255, 255, 255, 1) 60%,
            rgba(255, 255, 255, 0) 100%
        );
    background-repeat: repeat-x;
    background-size: 100% 200%;
    pointer-events: none;
    transition: opacity 100ms;
    opacity: 0;
}

.edd-gradient-top {
    background-position: bottom;
    top: 0;
}

.edd-gradient-bottom {
    background-position: top;
    bottom: 0;
}

.edd-body-scrollable .edd-gradient-top,
.edd-body-scrollable .edd-gradient-bottom {
    opacity: 1;
}

.edd-body-scrollable.edd-body-at-top .edd-gradient-top,
.edd-body-scrollable.edd-body-at-bottom .edd-gradient-bottom {
    opacity: 0;
}



/* XXXXXXXXXXXXXXXXXXXXXXXX       600 PX       XXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX       600 PX       XXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX       600 PX       XXXXXXXXXXXXXXXXXXXXXXXX */
@media only screen and (min-width: 600px) {


} /* !!! END 600 !!! */



/* XXXXXXXXXXXXXXXXXXXXXXXX       768 PX       XXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX       768 PX       XXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX       768 PX       XXXXXXXXXXXXXXXXXXXXXXXX */
@media only screen and (min-width: 768px) {


/* XXXXXXXXXXXXXXXXXXXXXXXX    HEADER & NAV    XXXXXXXXXXXXXXXXXXXXXXXX */

.site-header 					{ grid-template-columns: 1fr 1fr  1fr; }
.custom-logo-link img 			{ width: 120px; margin: 30px;  grid-column: 1; }
#menu-header-menu 				{ grid-column: 3; }
#menu-header-menu li			{ border: none; border-bottom: solid 1px #000000; }


/* XXXXXXXXXXXXXXXXXXXXXXXX       CONTENT      XXXXXXXXXXXXXXXXXXXXXXXX */


/* LIST WITH THUMBS */
.list-thumb-wrapper 					{ grid-template-columns: repeat(3, 1fr); }

/* LIST EDIÇÕES FONO  */
.list-fono-discos, .list-fono-artists	{ grid-template-columns: repeat(3, 1fr); }



/* XXXXXXXXXXXXXXXXXXXXXXXX       FOOTER       XXXXXXXXXXXXXXXXXXXXXXXX */

#searchtool form { flex-direction: row; }

#searchtool input[type=search] {
	padding: 20px;
	width: 80vw;
}

#searchtool input[type=submit] {
	padding: 20px;
	width: 20vw;
}

#searchtool .widgettitle { display: none; }


.site-footer {
	grid-template-columns: 1fr 1fr 1fr;
	text-align: left;
}

.site-footer h2 { text-align: left; }

#menu-social-menu, #menu-social-menu-EN {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

#menu-social-menu li::before, #menu-social-menu li::after, #menu-social-menu-en li::before, #menu-social-menu-en li::after {
	content: none;
}

/* XXXXXXXXXXXXXXXXXXXXXXXX        COOKIES        XXXXXXXXXXXXXXXXXXXXXXXX */

.cli-bar-container {
	flex-direction: row;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
}

.cli-bar-btn_container {
	align-self: auto;
}

/* XXXXXXXXXXXXXXXXXXXXXXXX        HOME        XXXXXXXXXXXXXXXXXXXXXXXX */

.shortcuts 						{ grid-template-columns: 1fr 1fr 1fr; }
.shortcuts h2 					{ grid-column: span 3; }

/* XXXXXXXXXXXXXXXXXXXXXXXX        ED FONO        XXXXXXXXXXXXXXXXXXXXXXXX */

.ed-fono-content 				{ grid-template-columns: repeat(4, 1fr); }

.ed-fono-content header 		{ order: 1; grid-column: span 4; }
.ed-fono-text p:first-of-type 	{ margin-top: 0; }
.ed-fono-img 					{ order: 3; grid-column: span 2; }
.ed-fono-text 					{ order: 2; grid-column: span 2; grid-row: span 10; }
.ed-fono-info 					{ order: 2; grid-column: span 2; }
.ed-fono-title 					{ order: 4; grid-column: span 2; }
.ed-fono-titlefull 				{ order: 4; grid-column: span 4; }
.ed-fono-related 				{ order: 5; }

} /* !!! END 768 !!! */



/* XXXXXXXXXXXXXXXXXXXXXXXX       900 PX       XXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX       900 PX       XXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX       900 PX       XXXXXXXXXXXXXXXXXXXXXXXX */
@media only screen and  (min-width: 900px) { 

/* XXXXXXXXXXXXXXXXXXXXXXXX    HEADER & NAV    XXXXXXXXXXXXXXXXXXXXXXXX */
.custom-logo-link img { width: 140px; margin: 40px; }

.menu  {
	flex-flow: row nowrap;
}

.menu li {	
	padding: 0;
	border-top: none;
}

.menu .current-menu-item .sub-menu, 
.menu .current-page-ancestor .sub-menu { 
	position: absolute !important; 
	top: 100% !important; 
	left: 0 !important;

	border-top: 1px solid #766A65;
	flex-flow: row nowrap;
}

.menu li:not(:last-child)::after {
	content: " -";
	color: #FFFFFF;
}
.menu li:not(:first-child)::before {
	content: " ";
	color: #FFFFFF;
	white-space: pre;
}

/* XXXXXXXXXXXXXXXXXXXXXXXX       CONTENT      XXXXXXXXXXXXXXXXXXXXXXXX */

.site-main {
	padding-top: 80px;
	padding-bottom: 100px; }
	  
.home .site-main, .page-id-2849 .site-main, .blog .site-main, .archive .site-main, .post-template-default .site-main {
	padding-top: 40px;
	padding-bottom: 100px; }

/* LIST EDIÇÕES FONO  */
.list-fono-discos, .list-fono-artists	{ grid-template-columns: repeat(4, 1fr); }


/* XXXXXXXXXXXXXXXXXXXXXXXX        HOME        XXXXXXXXXXXXXXXXXXXXXXXX */

.tresas {
	
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;

}

} /* !!! END 900 !!! */


/* XXXXXXXXXXXXXXXXXXXXXXXX  SPECIAL TABLES  XXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX  SPECIAL TABLES  XXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX  SPECIAL TABLES  XXXXXXXXXXXXXXXXXXXXXXXX */

table.lines {}
table.lines td { border-bottom: solid #666666 1px; padding: 10px 0; vertical-align: top; }



/* XXXXXXXXXXXXXXXXXXXXXXXX  NESTED LISTS  XXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX  NESTED LISTS  XXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX  NESTED LISTS  XXXXXXXXXXXXXXXXXXXXXXXX */


ol.nested {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
  }
  
  ol.nested > li {
	display: table;
	counter-increment: item;
	margin-bottom: 0.6em;
  }
  
  ol.nested > li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;    
  }
  
  li ol.nested > li {
	margin: 0;
  }
  
  li ol.nested > li:before {
	content: counters(item, ".") " ";
  }


/* XXXXXXXXXXXXXXXXXXXXXXXX  CROSS NAVIGATION  XXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX  CROSS NAVIGATION  XXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXX  CROSS NAVIGATION  XXXXXXXXXXXXXXXXXXXXXXXX */

.cross-nav {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0;
	
	font-size: 12px;
	line-height: 1.2em;
	letter-spacing: 0.075em;
	}
	
.cross-nav a {
	color: #000000;
	text-decoration: none;
	padding: 10px;
	}
	
a.cross-link-gda 						{ background-color: #F0AB00; color: #000000; }
a.cross-link-fgda 						{ background-color: #766A65; color: #FFFFFF; }
a.cross-link-extra						{ background-color: #333333; color: #FFFFFF; }

a.cross-link-gda.active,
a.cross-link-fgda.active,
a.cross-link-extra.active 				{ background-color: #FFFFFF; color: #000000; }

a.cross-link-gda:hover, 
a.cross-link-fgda:hover, 
a.cross-link-extra:hover 				{ background-color: #000000; color: #FFFFFF; }

a.cross-link-gda.active:hover			{ background-color: #F0AB00; color: #000000; }
a.cross-link-fgda.active:hover			{ background-color: #766A65; color: #FFFFFF; }