/*
Theme Name: Anahata Child
Theme URI: http://anahata.mikado-themes.com/
Description: A child theme of Anahata Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Template: anahata
*/

.mkd-post-item-author-holder {
	display: none;
}

.mkd-mobile-logo-wrapper a {
	height: 50px !important;
}

.nascosto {
	display: none;
}


.mkd-post-info-author, .mkd-item-date, .mkd-post-info-date {
 display:none !important;
}

.mkd-title-subtitle-holder-inner{
 display:none !important;	
}

.titolo_arancio {
/*color: #F7972F;
font-size:18px;*/
}

@media screen and (max-width: 479px) {
	.no_mobile {
		display: none;
	}
}

@media screen and (max-width: 777px) and (min-width: 480px) {
  .no_pad {
		display: none;
	}
}

@media screen and (max-width: 1023px) and (min-width: 778px) {
  .no_laptop {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
  .no_desktop {
		display: none;
	}
}
