:root{--site-accent:#E58E26;--site-dark:#2A241C;--site-bg:#FFF9F1;--site-soft:#FFE7C8;--site-muted:#7F7467;--site-gold:#D9A441;}
/*
Theme Name: Musician Band Artist
Description: Used to style Gutenberg Blocks.
*/

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/
/* Buttons */
.entry-content .wp-block-button__link {
  background: #3edbf0 ;
  border: 1px solid #3edbf0;
  padding: 10px 5px;
  color: #ffffff !important;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0px;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  background: transparent;
  color: #3edbf0 !important;
  border: 1px solid #3edbf0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin:0 0 15px;
}
/*without classic widgets*/
.wp-block-tag-cloud a{
  border: solid 1px #000;
  color: #000;
  font-size: 14px !important;
  padding: 10px 18px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.wp-block-tag-cloud a:hover{
  background-color: #E58E26;
  color: #fff;
}
.widget .custom-about-us, .widget .custom-contact-us{
  padding: 10px;
}
.widget .custom-about-us p, .widget .custom-contact-us p{
  margin-top: 10px;
  margin-bottom: 20px;
}
/* Custom palette override */
body{background:#FFF9F1;color:#2A241C;}
a,.logo h1,.logo p,.main-navigation a:hover,.site-title a:hover{color:#E58E26 !important;}
button,input[type=submit],.more-btn a,.read-more a,.wp-block-button__link,.cat-box a,.pagination .current{background:#E58E26 !important;border-color:#E58E26 !important;color:#fff !important;}
.site-header,.headerbox,.top-header,.header-fixed,.topbar,.main-navigation ul ul{background:#fff !important;}
.section-title h2,.entry-title,.widget-title,h1,h2,h3,h4{color:#2A241C !important;}
.site-logo img{background:white;border:1px solid #FFE7C8;border-radius:16px;padding:4px;box-shadow:0 10px 24px rgba(17,24,39,.08);}
