/*
	Theme Name: Angio Child
	Theme URI: https://rascalsthemes.com
	Description: Creative Music  WordPress Theme 
	Template: angio
	Version: 1.0.0
	Author: You
	Author URI: http://your-site
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: four-columns, custom-background, custom-colors, featured-images, full-width-template, theme-options
	Text Domain: angio-child
*/


/*------------------------------------------------------------------
Add here your own styles
-------------------------------------------------------------------*/

/* Hides the icon from the button
.album-button__icon {display: none !important;} */


/* Removes any left-side spacing/offset from the button text 
.album-button_title {
    margin-left: 0 !important;
    padding-left: 0 !important;
}*/

/* Centers the text within the button and resets fixed dimensions to ensure the button wraps tightly around the text. */
.album-button {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
  /*   padding: 10px 25px !important; */
    min-width: 0 !important; 
}


/* Hover state: Fixed the spacing and increased specificity to override the pink color */
body .album-button:hover {
    border: 1px solid #E6A520 !important;
    color: #E6A520 !important; }

/* Hide nav_links, date, category for post gategory artists */
.custom-category-artists .b-style-1 {display: none !important;}
.custom-category-artists .nav-links .nav-direction {display: none !important;}
.custom-category-artists .meta__date {display: none !important;}

/* Hide player in tracks */
.audio-player__row {display:none!important;}

/*--------------------------------------------new function--------------------------------------------------------------*/



===========================================
   Custom CSS - Προσθέστε εδώ το δικό σας CSS
=========================================== 
*/

/* Παράδειγμα: Αλλαγή Brand Color */
/*
.site .color,
.site .brand-color {
    color: #your-color-here;
}
.brand-bg-color {
    background-color: #your-color-here;
}
*/


/* Παράδειγμα: Custom Header Style */
/*
#header {
    background-color: rgba(0, 0, 0, 0.8);
}
*/


/* Παράδειγμα: Custom Typography */
/*
body {
    font-size: 16px;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
*/


