/*
Theme Name: musicompresse
Author: Sto Cazzo
Author URI: www.stocazzo.it
Description: Cenote WordPress child theme.
Template: cenote
Text Domain: musicompresse
*/

.tg-site-header .tg-header-bottom .header-bottom-bottom .tg-container {
    padding: 10px 0;
}

@media screen and (max-width: 768px) {
	/** Nascondo il logo desktop quando la risoluzione è sotto i 768 **/
    .site-branding {
		display: none;
	}

    /** Tolgo il padding top da mobile **/
	.tg-site-header .tg-header-bottom .header-bottom-top {
		padding: 0;
	}

    /** Mostro il logo mobile fino a una risoluzione di 768px **/
    #logo-mobile {
        flex: 1;
        order: 2;
        display: block;
    }
}

@media screen and (min-width: 769px) {
    /** Nascondo il logo mobile se la risolzione è di almeno  769**/
    #logo-mobile {
        display: none;
    }
}

/** instagram **/
.tg-social-menu li a {
    font-size: 30px;
}

/** testo menu **/
.tg-site-menu--default a {
    font-size: 17px;
}

/** icona menu **/
.tg-header-action-menu li.tg-menu-toggle, .tg-header-action-menu li.tg-mobile-menu-toggle {
	width: 35px;
}

.tg-header-action-menu li.tg-menu-toggle::before, .tg-header-action-menu li.tg-menu-toggle::after, .tg-header-action-menu li.tg-mobile-menu-toggle::before, .tg-header-action-menu li.tg-mobile-menu-toggle::after {
	width: 50%;
}

.tg-header-action-menu li.tg-menu-toggle span, .tg-header-action-menu li.tg-mobile-menu-toggle span {
	margin: 6px 0;
}

/** Lente ***/
.tg-header-action-menu li i {
	font-size: 20px;
}

/** header categorie **/
.archive .page-header {
    margin-top: 0px; 
    background-color: #de7b850f;
    padding: 20px;
}

.archive .page-header .archive-description {
    color: #de7b85;
}

.site-content {
    margin-top: 40px;
    margin-bottom: 40px;
}
.home .site-content {
    margin-top: 0px;
    margin-bottom: 40px;
}

element.style {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* testo */
.entry-content a {
    text-decoration: none;
}

/* footer */

.tg-site-footer .tg-footer-widget-container {
    padding: 20px 0;
    margin-left: -20px;
    margin-right: -20px;
}