/* Theme Name: GeneratePress Child
Template: generatepress
Text Domain: generatepress-child
*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------

1.0 =COLORS
2.0 =TYPOGRAPHY
3.0 =ELEMENTS (lists/tables/images/buttons)
4.0 =HEADER
5.0 =NAVIGATION
	5.1 =Links
	5.2 =Menus
6.0 =CONTENT
	6.1 =Pages/Posts
	6.2 =Sidebars
	6.3 =Widgets
	6.4 =Plugins
	6.5 =Forms
7.0 =FOOTER
8.0 =@media ELEMENTS
--------------------------------------------------------------*/
/*1.0 =COLORS
#000000 - black (logo text, menu text)
#303030 - black (body text)
#8c8c8c - medium grey(hover text?)
#e3e3e3 - light grey (logo, hover?)
#B6A571, rgba(182, 165, 113, 1) - gold (logo, menu links) 
#8c3433, rgba(140, 52, 51, 1) - burgandy (header/titles/links)
#FFFFFF - white 
*/


/* GeneratePress Site CSS (building from scratch) */ 

/* Main container styles */
body {
	margin: 0;
	padding: 0;
}

/* Sidebar styles */

/* End GeneratePress Site CSS */



/*2.0 =TYPOGRAPHY*/

/*3.0 =ELEMENTS*/

  /*Buttons*/

/*Before Accordion*/
.gbp-section {
	padding: 1rem 40px !important;
}
/*Accordion bg images*/
.gb-container-fce98865 .gb-button-text {/*Featured*/
	background: url("/wp-content/uploads/2025/02/clapping.png")no-repeat left 1px;
	background-size: 21%;
	padding-left: 35px;
}
.gb-container-d5c4e8cc .gb-button-text {/*World Music*/
	background: url("/wp-content/uploads/2025/02/hand_drum.png")no-repeat left 2px;
	background-size: 13%;
	padding-left: 35px;
}
.gb-container-8d91773c .gb-button-text {/*Songs/Choral*/
	background: url("/wp-content/uploads/2025/02/mouth.png")no-repeat left 8px;
	background-size: 13%;
	padding-left: 35px;
}
.gb-container-a6f98758 .gb-button-text {/*Americana*/
	background: url("/wp-content/uploads/2025/02/vln.png")no-repeat left 3px;
	background-size: 19%;
	padding-left: 35px;
}
.gb-container-ceb69060 .gb-button-text {/*Neo-Classical/Jazz*/
	background: url("/wp-content/uploads/2025/02/conductor.png")no-repeat left 3px;
	background-size: 12%;
	padding-left: 35px;
}
.gb-container-c86d64b3 .gb-button-text {
	background: url("/wp-content/uploads/2025/02/ac_gtr.png")no-repeat left 3px;
	background-size: 10%;
	padding-left: 35px;
}
.gb-container-325bf653 .gb-button-text {
	background: url("/wp-content/uploads/2025/02/strat.png")no-repeat left 3px;
	background-size: 11%;
	padding-left: 35px;
}
.gb-container-ff99e9c7 .gb-button-text {
	background: url("/wp-content/uploads/2025/02/banjo.png")no-repeat left 3px;
	background-size: 25%;
	padding-left: 35px;
}
.gb-container-ff6d2f27 .gb-button-text {
	background: url("/wp-content/uploads/2025/02/sound_wave.png")no-repeat left 5px;
	background-size: 14%;
	padding-left: 35px;
}
.gb-container-dd739e81 .gb-button-text {
	background: url("/wp-content/uploads/2025/02/cd.png")no-repeat left 4px;
	background-size: 6%;
	padding-left: 35px;
}

/*4.0 =HEADER/Logo/Branding*/

  /*Top Bar, Headers, Page Heros, Entry Header*/
header {
	margin: 0;
	padding: 0; 
}
.site-logo {
	margin-bottom: 1em;
	width: 100%;
}
.site-branding-container {
	width: 100%;
	padding: 0 20px;
}
.site-header .header-image {
	width: 100%;
}
 .site-branding-container  {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
}

  /*Back to Top button*/
.generate-back-to-top,
.generate-back-to-top:visited {
    bottom: 30px; /* 30px from the bottom of your screen */
    right: 30px; /* 30px from the right of your screen */
}

/*5.0 =NAVIGATION*/

  /*5.1 =LINKS*/

  /*5.2 =MENUS*/


  /*BREADCRUMBS*/


/*6.0 =CONTENT*/
.site-content {
	margin: 0 20px;
}

	/*6.1 =PAGES*/


    /*PAGE TITLES*/


  /*=BLOG*/


	/*=POSTS*/


	/*6.2 =SIDEBAR*/


	/*6.3 =WIDGETS*/


  /*6.4 =PLUGINS*/

/*Sonaar Mp3 Player*/
X.iron-audioplayer .playlist .srp_track_description {
	display: none;
}
/*Sonaar Carousel*/
.srp_swiper-album-art .srp_swiper-title,
.srp_swiper-album-art .srp_swiper-track-artist,
.srp_swiper-album-art .srp_swiper-track-title{
	display: none !important; 
}
.iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .sr-playlist-item {
	padding: 10px;
}
.iron-audioplayer .srp_subtitle {
	color: #333333;
	font-family: Voltaire;
}


	/*6.5 =Forms*/



/*7.0 =FOOTER*/



/*8.0 =@MEDIA ELEMENTS*/

@media (max-width: 768px) {
    /* CSS in here for mobile only */

}

@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
}

@media (min-width: 1025px) {
    /* CSS in here for desktop only */

}

  /*@media-Navigation and Links */

  /*@media Various*/
