/*
Theme Name: Filippo Del Corno
Theme URI: http://athemes.com/theme/sydney
Author: sebastiano.riva (office)
Author URI: http://www.sebastianoriva.com/
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/

.main-header,
.transparent-header .header-wrapper .main-header:not(.sticky-active):not(.is-sticky),
.transparent-header .header-wrapper .bottom-header-row:not(.sticky-active):not(.is-sticky) { background-color: rgba(0, 0, 0, .6); }

/*.mainnav .menu-item a { font-family: "EB Garamond", serif;font-size: 21px;line-height:18px; }*/
.mainnav .sub-menu .menu-item { font-family: "EB Garamond", serif;padding:5px !important; }
.mainnav .sydney-svg-icon { width: 12px;height: 12px; }
/*#mainnav li.lang-item { padding: 0 5px; }*/

.fdc-table-item table td { text-align: left;font-size: 15px; }
.fdc-table-item table td:first-child { width: 230px; }
.fdc-table-item table tr:nth-child(even) { background: #EEE; }

.fdl-discografia-block { display:flex;flex-wrap: wrap;padding-bottom:30px;margin-top:20px;margin-bottom:40px;border-bottom:1px solid #EEE; }
.fdl-discografia-block__left { flex-basis:25%; }
.fdl-discografia-block__img { border:1px solid #EEE; }
.fdl-discografia-block__right { flex-basis:75%;padding:0 0 0 30px; }
.fdl-discografia-block__right .wp-block-list { list-style-type: none;margin:0;padding:0; }
.fdl-discografia-block__right .wp-block-list li { padding-bottom:2px;margin-bottom:4px;border-bottom:1px solid; }
.fdl-discografia-block__title { margin:0 0 10px 0;padding:0;font-size:35px; }

.widget.widget_block .wp-block-latest-posts__list time { font-size: 11px;color: #666; }

.site-footer .site-info { font-size: 10px;color:#666; }
.site-footer .site-info a { color: #CCC; }

/* Desktop */
@media only screen and (min-width: 1025px) {}
@media only screen and (min-width: 768px) {}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {}
/* Mobile */
@media only screen and (max-width: 768px) {
    .fdl-discografia-block__left,
	.fdl-discografia-block__right { flex-basis:100%; }
	.fdl-discografia-block__right { padding:20px 0 0 0; }
}