/* @override 
	https://scholacantorum.com/wp-content/themes/sc_child/sc-styles.css?* */

/*
 Theme Name:   Schola Cantorum Child
 Theme URI:    https://scholacantorum.com/
 Description: Custom child theme for the GeneratePress theme.
 Author:       Strata Marketing
 Author URI:   https://www.stratamarketinggroup.com/
 Template:     generatepress
 Version:      0.1
*/

html.mobile-menu-open .header-image {
	display:none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: var(--red);
}

a:hover {
  text-decoration: underline;
  color: var(--off-black);
}



#main {
  margin: 0;
}
.inside-header {
	width:100%;
	max-width:1140px;
	padding:0 !important;
}
@media screen and (max-width: 1168px) {
	#site-navigation {
		margin-right: 20px;
	}
	.site-logo {
		margin-left:0 !important;
	}
}


.inside-article {
  padding-bottom: 30px !important;
}
body.home .inside-article {
	padding-top: 32px
}

/* @group Home */

body.home h2 {
	margin-top: -3px
}
body.home h2 a {
	text-decoration: none;
}
.homePod a {
	color: var(--white) !important;
	text-decoration: underline;
}

@media screen and (min-width:1025px) and (max-width:1199px) {
	.homePod {
		max-width: 32% !important;
	}
}
/* @end home */






/* @group Hero */

.hero-inner {
	line-height:0;
}

/* @end hero */

header {
	z-index:9;
}





/* main.min.css | https://scholacantorum.com/wp-content/themes/generatepress/assets/css/main.min.css?fsum=b7e067012db6 */

.main-navigation .main-nav ul li a {
  line-height: 50px;
}


#primary-menu ul li:last-of-type a {
	padding-right:0
}
/*.gb-element-9a0bdbf2 a {
	color:white;
	text-decoration:underline;
}*/

/* @group Footer */

.site-footer h6 {
  font-weight: 800;
  font-size: 16px;
	margin-bottom: 6px;
}
.site-footer h6 a {
}
.site-footer a {
	color: var(--beige);
	text-decoration:none;
}
.gb-element-5d956e29 p {
	margin-bottom: 6px;
}

/* @end footer */

/* @group Mobile Menu */

nav#mobile-menu-control-wrapper > button {
  display: flex;
  align-items: center; /* or flex-end if needed */
  margin-top: 7px;
margin-bottom: 7px;

}

.mobile-menu {
  line-height: 1;
	 order: -1;
	padding-right: 9px;
}

.gp-icon {
  display: inline-flex;
  position: relative;
  top: -3px; /* adjust until it's visually aligned with the text baseline */
}

#menu-item-1375-sub-menu1 li > a:hover {
  background: beige;
}
.main-navigation .main-nav ul ul li a:hover {
	background: var(--beige);
	color: var(--off-black) !important;
}
/* @end mobile menu */





/* @group Breadcrumb / lower nav */

#breadcrumbNav a {
	margin-right: 10px;
	margin-left: 10px;
	color: var(--wine);
	text-decoration:none;
}
#breadcrumbNav a:first-child {
	margin-left:0;
}
#breadcrumbNav a.current {
	font-weight: bold;
}
@media (min-width: 1025px) {
	#breadcrumbNav {
		padding-left:40px;
		padding-right: 40px;
	}
	.page-depth-1 #breadcrumbNav {
		margin-top: 240px;
	}
	.page-depth-2 #breadcrumbNav {
		margin-top: 100px;
	}
	.page-depth-3 #breadcrumbNav {
		margin-top: 100px;
	}
}


@media (min-width: 768px) and (max-width: 1024px) {
	#breadcrumbNav {
		padding-left:40px;
		padding-right: 40px;
	}
	.page-depth-1 #breadcrumbNav {
		margin-top: 20px;
	}
	.page-depth-2 #breadcrumbNav {
		margin-top: 20px;
	}
}


@media (max-width: 767px) {
	#breadcrumbNav {
		padding-left:30px;
		padding-right: 20px;
	}
	.page-depth-1 #breadcrumbNav {
		margin-top: 20px;
	}
	.page-depth-2 #breadcrumbNav {
		margin-top: 20px;
	}
	#breadcrumbNav a {
		margin-right: 5px;
		margin-left: 5px;
		text-decoration:none;
	}
}
/* @end breadcrumb */



/* Hide on desktop (1025px and up) */
@media (min-width: 1025px) {
	.hide-desktop {
		display: none !important;
	}
	.inside-header {
		padding-top: 40px !important;
		max-width: 1140px !important;
	}
	body.home .inside-header {
		padding-top: 58px !important;
	}
	
	.site-logo {
		position: absolute;
		margin-top:51px;
		margin-left:-9px;
		max-width: 180px !important;
	}
	body.home .site-logo {
		margin-top:54px;
		max-width: 218px !important;
	}
}

/* Hide on tablet only (769px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
	.inside-header {
		padding-top: 30px !important;
	}
	.site-logo {
		position: absolute;
		left: 0;
		margin-top: 51px;
		max-width: 158px !important;
	}
	body.home .site-logo {
		margin-top:54px;
		max-width: 158px;
	}
	body.home .inside-article {
		padding-bottom: 0 !important;
	}
}

/* Hide on mobile (768px and down) */
@media (max-width: 767px) {
	#page {
		background-color:var(--white);
	}
	main#main {
		max-width:450px;
		margin-left:auto;
		margin-right:auto;
		background-color:var(--white);
	}
	.page-id-18 main#main {
		max-width:100%;
	}
	.page-id-1030 main#main {
		max-width:100%;
	}
		.page-id-1977 main#main {
		max-width:100%;
	}
	.hide-mobile {
    display: none !important;
  }
	.inside-header {
		padding-top: 39px !important;
	}
	.site-logo, body.home .site-logo {
		position: absolute;
		margin-top:32px;
		max-width: 140px !important;
	}
	body.home .inside-article {
		padding-bottom: 0 !important;
	}
			
}




@media (width: 768px) {
  .site-logo, body.home .site-logo {
    top: 0px; /* or whatever looked right at 767px */
    left: 0;
    margin: 0;
    position: absolute;
  }
}



.page-depth-2 .gb-element-b14c03e7  {
	max-height: 260px;
	overflow:hidden;
} 
.page-depth-3 .gb-element-b14c03e7  {
	max-height: 260px;
	overflow:hidden;
}

.page-depth-2 .gb-element-66e02982 {
  background-color:var(--off-black);
  margin-top:-260px;
  min-height:180px;
  top:0px;
  width:100%;
  z-index:1
}
.page-depth-3 .gb-element-66e02982 {
  background-color:var(--off-black);
  margin-top:-260px;
  min-height:180px;
  top:0px;
  width:100%;
  z-index:1
}
/* style-685.css | https://scholacantorum.com/wp-content/uploads/generateblocks/style-685.css?fsum=37fc6940b8bc */

/*beige box*/
.page-depth-2 .gb-element-69ecfcaf { bottom:0; }
.page-depth-3 .gb-element-69ecfcaf { bottom:0; }



.inside-article {
	padding-top: 10px !important
	
}


/* sub pages of Listen need image placment moved */
@media (min-width: 1023px) {
	.parent-pageid-911 .hero img {
  	margin-top: 55px;
	}
}

/* @group News */

@media screen and (min-width:768px) and (max-width:950px) {
	#newsLooper.gb-looper-4eb97163 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:549px) {
	div.newsLoopItem div {
		flex-direction: column-reverse;
	}
	div.newsLoopItem div img {
/*		background: pink;*/
		width: 100%;
		max-width: 360px;
	}
}
/* @end news */

body.page-id-18 #backToNewsBox {display: none;}

#backToNewsBox a {text-decoration: none;
	color: var(--wine);
}


.dropdown-menu-toggle > span {
  top: 1px;
}

#introBox {
	margin-top:-7px;
}



 .main-nav1 li:hover {
  background-color: var(--beige);
	 outline:3px solid red;
}



.album a {
	color: var(--red) !important;
}
/* @group Albums aka Samples pages */
.samplesBackLnk {
	padding-top: 3px;
	padding-bottom: 23px;
}
.samplesBackLnk a {
	text-decoration: none;
	color: var(--wine) !important;
}

.samplesBackLnk svg {
	margin-right: 5px;
}

.trackList p {
	margin-bottom: 10px;
}
.page-template-page-album figure {
	margin-bottom: 30px;
}

/* @end albums */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

blockquote1 {
	border: 0 !important;
	font-size: unset !important;
	font-size: 24px !important;
	font-style: unset !important;
	font-family: var(--gp-font--cormorant-upright);
}
.quoteBox blockquote {
	border-left: 0;
	padding: 0;
	margin: 0;
	font-family: var(--gp-font--cormorant-upright);
	font-style: normal;
	font-size: 24px;
	line-height: 1.25;
}