img {
	width: 100%;
	height: auto;
}

body {
	margin: 0;
	background-color: #e0ddd9;
}

a {
	text-decoration: none;
	font-family: "alverata";
}

p {
	font-family: "adobe-caslon-pro", serif;
}

h1, h2, h3, h4 {
	font-family: "alverata";
	color: #580228;
}

h5 {
	font-size: 6vw;
	color: #580227;
	font-family: "alverata";
}

.layout-container {
	background-color: #e0ddd9;
}

.layout-container main{
	min-height: 70vh;
}

#block-cirrocumulus-mainnavigation {
	display: none;
}

.label {
	display: none !important;
}

#block-cirrocumulus-responsivemenumobileicon {
	margin-bottom: -9vw;
}

#block-cirrocumulus-header {
	margin-top: -5.5vw;
}

#privacy-policy {
	max-width: 1200px;
	margin: auto;
	padding: 1.5em;
	font-family: helvetica;
}

.headerTop {
	background-image: url(/sites/default/files/2024-11/top-repeat.png);
	background-size: cover;
}

.headerBottom {
	background-image: linear-gradient(to top, #86817e, #d5d4cd);
	border-top: 9px solid #28161d;
	margin-top: -1vw;
}

.headerFlex {
	width: 80%;
	margin: auto;
}

.sDocLogo {
	padding-top: 6vw;
}

.aaronPortrait {
	margin-top: 3vw;
	
	img {
		margin-bottom: -1vw;
	}
}

.footer {
	text-align: center;
	background-image: linear-gradient(to top, #86817e, #d5d4cd);
	border-top: 5px solid #484848;
	height: 28vw;
	padding-top: 15vw;
	padding-bottom: 4vw;
		
		p {
			margin: 0 8vw;
			font-weight: bold;
			font-size: 5vw;
			font-family: "alverata";
		}
}

.footer a {
	color: black;
}


.book {
	width: 75%;
	margin: auto;
	text-align: center;
	padding-top: 12vw;
	
	a {
		font-size: 6vw;
		color: #580227;
		text-decoration: underline;
		font-weight: bold;
		margin-top: 8vw;
	}
	
	img {
		margin-bottom: 8vw;
	}
}

.text {
	margin-bottom: 20vw;
	p {
		margin: 4vw 8vw;
		font-size: 4.5vw;
		line-height: 1.5;
	}
	
	h4 {
		font-size: 7vw;
		margin-left: 8vw;
		margin-right: 8vw;
	}
}

#block-cirrocumulus-abouttheauthor {
	width: 85%;
	margin: 12vw auto;
	line-height: 1.4;
}

#block-cirrocumulus-sermonspagetop, #block-cirrocumulus-bilbenotestop, #block-cirrocumulus-chartspagetop {
	width: 85%;
	margin: 8vw auto;
	line-height: 1.4;
}

.categorySelect {
	background-color: #d5d4cd;
	border-radius: 8px;
	text-align: center;
	line-height: 2;
}

.categorySelect a {
	color: #484849;
	padding: 1vw;
	font-size: 6vw;
}

.categorySelect .active {
	background-color: #484849;
	overflow: hidden;
}

.categorySelect .active a{
	color: white;
}

.sermon {
	border-radius: 8px 8px 0 0;
	
}

.notes {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.charts {
	border-radius: 0 0 8px 8px
}


#block-cirrocumulus-views-block-pilgrim-witness-articles-block-1 {
	width: 80vw;
	margin: auto;
}

#block-cirrocumulus-views-block-pilgrim-witness-articles-block-1 .views-row:nth-child(2n+1){
	background: #ebebeb;
}

#block-cirrocumulus-views-block-pilgrim-witness-articles-block-1 .views-row:nth-child(2n+2){
	background: #d3d3d3;
}

#block-cirrocumulus-views-block-eastern-testimony-articles-block-1 {
	width: 80vw;
	margin: auto;
}

#block-cirrocumulus-views-block-eastern-testimony-articles-block-1 .views-row:nth-child(2n+1){
	background: #ebebeb;
}

#block-cirrocumulus-views-block-eastern-testimony-articles-block-1 .views-row:nth-child(2n+2){
	background: #d3d3d3;
}

#block-cirrocumulus-views-block-chester-s-articles-block-1 .views-row:nth-child(2n+1){
	background: #ebebeb;
}

#block-cirrocumulus-views-block-chester-s-articles-block-1 .views-row:nth-child(2n+2){
	background: #d3d3d3;
}

#block-cirrocumulus-views-block-chester-s-articles-block-1 {
	width: 80vw;
	margin: auto;
}

#block-cirrocumulus-views-block-sermons-list-block-1 .views-row {
	background: #d5d4cd;
	width: 80%;
	margin: auto;
	margin-top: 4vw;
}

.views-row {
	padding: 4vw;
	margin: 2vw auto;
	font-size: 4vw;
	
	/*line-height: 1.4vw;*/
}



.views-row a {
	color: black;
	font-weight: bold;
	font-size: 4.5vw;
	text-decoration: underline;
}

.views-field-field-sermon-date {
	margin-left: 65%;
	margin-top: 2vw;
}


.pager__items {
		display: flex;
		list-style: none;
		width: 80%;
		margin: auto;
		justify-content: space-between;
		padding: 2vw;
	
}

.pager .is-active {
	/*background-color: gray;*/
	border-radius: 25%;
	padding: 0.25vw;
	color: white;
}

.is-active a {
	color: white;
	font-weight: bold;
}

.pager__item {
	border-radius: 25%;
	padding: 0.25vw;
}

.teachingCharts {
	width: 85%;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 4vw;
	justify-content: center;
	margin-bottom: 5vw;
}

.chart {
	width: 75vw;
}

.chart a {
	font-weight: bold;
	color: black;
	font-size: 4vw;
}

#block-cirrocumulus-easterntestimonytop, #block-cirrocumulus-pilgrimwitnesstop, #block-cirrocumulus-lmsdaystop, #block-cirrocumulus-familytop, #block-cirrocumulus-churchgallerytop, #block-cirrocumulus-businessgallerytop {
	width: 90%;
	margin: auto;
	padding-bottom: 4vw;
}

#block-cirrocumulus-views-block-pilgrim-witness-articles-block-1 .views-row {
	line-height: 1.5;
}

#block-cirrocumulus-views-block-pilgrim-witness-articles-block-1 .views-field-title {
	margin-bottom: 2vw;
}

#block-cirrocumulus-views-block-eastern-testimony-articles-block-1 .views-row {
	line-height: 1.5;
}

#block-cirrocumulus-views-block-eastern-testimony-articles-block-1 .views-field-title {
margin-bottom: 2vw;
}

#block-cirrocumulus-views-block-chester-s-articles-block-1 .views-row {
	line-height: 1.5;
}

#block-cirrocumulus-views-block-chester-s-articles-block-1 .views-field-title {
margin-bottom: 2vw;
}

#block-cirrocumulus-views-block-chester-s-articles-block-1 {
	padding-bottom: 4vw;
}

.PMCFormWrapper {
	width: 90%;
	margin: auto;
}

.tabernacle-page-top {
	width: 90%;
	margin: auto;
}

.tabernacle-page-bottom {
	width: 90%;
	margin: auto;
	margin-bottom: 6vw;
}

.tabernacle-page-bottom a {
	color: black;
	font-weight: bold;
	paddding-bottom: 6vw;
}

.page-node-type-chester-s-articles #block-cirrocumulus-content {
	width: 90%;
	margin: auto;
	padding-top: 4vw;
}

.page-node-type-eastern-testimony-article #block-cirrocumulus-content {
	width: 90%;
	margin: auto;
	padding-top: 4vw;
}

.page-node-type-eastern-testimony-article #block-cirrocumulus-content {
	width: 90%;
	margin: auto;
	padding-top: 4vw;
}

.page-node-type-pilgrim-witness-articles #block-cirrocumulus-content {
	width: 90%;
	margin: auto;
	padding-top: 4vw;
}
/*---------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 750px) {
/*---------------------------------------------------------------------------------------------------------------*/

#block-cirrocumulus-abouttheauthor {
	font-size: 1vw;
}
#block-cirrocumulus-sermonspagetop p {
	font-size: 1vw;
}

#block-cirrocumulus-bilbenotestop p {
	font-size: 1vw;
}

#block-cirrocumulus-chartspagetop p {
	font-size: 1vw;
}

.tabernacle-page-top p {
	font-size: 1vw;
}

#block-cirrocumulus-easterntestimonytop p {
	font-size: 1vw;
}




	#block-cirrocumulus-desktopmenu {
		display: flex;
		background-color: #484849;
		color: white;
		font-weight: bold;
		height: 3vw;
		align-items: center;
		gap: 18vw;
		font-size: 1vw;
		font-family: "alverata";
	}
	
	#block-cirrocumulus-desktopmenu a {
		color: white;
		background-color: #484849;
		font-weight: bold;
		font-size: 1vw;
		font-family: "alverata";
	}
	
	#block-cirrocumulus-searchform-2 {
		display: flex;
		align-items: center;
	}
	
	#horizontal-menu {
		display: flex;
		gap: 4vw;
		align-items: center;
		margin-left: 10vw;
	}
	
	#search-block-form {
		display: flex;
	}
	.categorySelect {
		display: flex;
		width: 42vw;
		margin: auto;
		justify-content: space-between;
		
		
	}
	
	.categorySelect a {
		font-size: 1.2vw;
		padding: 0.75vw;
	}
	
	
	.charts, .notes, .sermon {
		width: 16vw;
	}
	
	.sermon {
		border-radius: 8px 0 0 8px;
	}
	
	.charts {
		border-radius: 0 8px 8px 0;
	}
	
	.notes {
		border-top: 0;
		border-bottom: 0;
		border-left: 2px solid #484849;
		border-right: 2px solid #484849;
	}
	
	#block-cirrocumulus-views-block-bible-notes-view-block-1-2 [class^="js-view-dom-id"] {
		display: flex;
		flex-wrap: wrap;
		width: 80%;
		margin: auto;
	}
	
	
	
	#block-cirrocumulus-views-block-bible-notes-view-block-1-2 .views-row {
		width: 15vw;
		margin: auto;
		padding: 4vw;
	}
	
	.homePage {
		display: flex;
		width: 80%;
		margin: 5vw auto 5vw auto;
		
	}
	
	.text {
		width: 80vw;
		margin-left: 6vw;
		margin-bottom: 0;
		margin-top: 3vw;
	}
	
	.text p {
		font-size: 1vw;
		margin: 1vw auto;
	}
	
	.text h4 {
		font-size: 1.5vw;
		margin: auto;
	}
	
	.book {
		width: 32vw;
		margin: auto;
		padding-top: 0;
	}
	
	.book a {
		font-size: 1.5vw;
	}
	
	.book img {
		margin-bottom: 0;
		
	}
	
	
	.headerFlex {
		display: flex;
	}
	
	.headerBottom {
		height: 16vw;
		margin-top: -0.75vw;
	}
	
	.sDocLogo {
		padding-top: 4vw;
	}
	
	.sDocLogo img {
		height: 8vw;
	}
	
	.aaronPortrait img {
		height: 13vw;
	}
	
	.aaronPortrait {
		margin-left: 14vw;
	}
	
	#block-cirrocumulus-mainnavigation {
		background-color: #484848;
		height: 3vw;
		align-items: center;
		display: flex;
		justify-content: space-around;
		font-size: 1.25vw;
		
		
	}
	
	#block-cirrocumulus-mainnavigation ul {
		display: flex;
		gap: 6vw;
		list-style: none;
		color: white;
		font-weight: bold;
		
	}
	
	#block-cirrocumulus-mainnavigation ul ul {
		display: block;
	}
	
	#block-cirrocumulus-mainnavigation a {
		color: white;
		font-weight: bold;
	}
	
	nav ul ul {
		display: block;
		color: white;
		font-weight: bold;
	}
	
	.footer p {
		font-size: 1vw;
		
	}
	
	.footer a {
		font-size: 1vw;
		color: black;
	}
	
	.footer {
		height: 5vw;
		padding-top: 3vw;
		padding-bottom: 0;
	}
	
	.audiofield-player label {
		display: none;
	}
	
	.audiofield-player {
		margin-left: 2vw;
		padding-bottom: 1vw;
	}
	
	.page-node-type-mp3-sermon-upload article {
		display: none;
	}
	
	.page-node-type-mp3-sermon-upload .views-row {
		width: 60%;
		margin: 5vw auto;
		background-color: #ebebeb;
		padding: 0;
	}
	
	.page-node-type-mp3-sermon-upload .views-field-field-sermon-date .field-content {
		display: flex;
		justify-content: space-between;
		/*padding: 0 2vw;*/
		background-color: #d5d4cd;
	}
	
	.page-node-type-mp3-sermon-upload .views-field-field-sermon-date {
		margin: auto;
	}
	
	.page-node-type-mp3-sermon-upload .views-row  p {
		padding: 0 2vw;
	}
	
	.path-sermon-recordings #block-cirrocumulus-views-block-sermons-list-block-1 .views-row {
		display: flex;
		justify-content: space-between;
		width: 80%;
		margin: 2vw auto;
		background-color: #d5d4cd;
		padding: 1.5vw;
	}
	
	.path-sermon-recordings #block-cirrocumulus-views-block-sermons-list-block-1 .views-row a {
		text-decoration: underline;
	}
	
	.pager__items {
			display: flex;
			list-style: none;
			width: 38%;
			margin: auto;
			justify-content: space-around;
			padding: 2vw;
		
	}
	
	.pager .is-active {
		background-color: gray;
		border-radius: 25%;
		padding: 0.25vw;
		color: white;
	}
	
	.is-active a {
		color: white;
		font-weight: bold;
	}
	
	.pager__item {
		border-radius: 25%;
		padding: 0.25vw;
	}
	
	.heading {
		font-size: 1.5vw;
	}
	
	.tabernacle-page-top {
		width: 80%;
		margin: auto;
	}
	
	.tabernacle-page-bottom {
		width: 60%;
		margin: auto;
		margin-top: 4vw;
		margin-bottom: 4vw;
	}
	
	.tabernacle-page-bottom p a {
		color: black;
		font-weight: bold;
		font-size: 1vw;
	}
	
	#block-cirrocumulus-easterntestimonytop, #block-cirrocumulus-pilgrimwitnesstop {
		width: 85%;
		margin: auto;
	}
	
	#block-cirrocumulus-abouttheauthor {
		margin: 4vw auto;
	}
	
	.PMCFormWrapper {
		width: 85%;
		margin: 5vw auto;
		line-height: 1.5;
		font-size: 1vw;
	}
	
	.teachingCharts {
		width: 85%;
		margin: auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 4vw;
		justify-content: center;
		margin-bottom: 5vw;
	}
	
	.views-row {
		padding: 4vw;
		margin: 2vw auto;
		font-size: 1.1vw;
		line-height: 1.4vw;
	}
	
	.views-row a {
		color: black;
		font-weight: bold;
		font-size: 1.25vw;
	}
	
	.chart {
		width: 20vw;
	}
	
	.chart a {
		font-weight: bold;
		color: black;
		font-size: 1vw;
	}
	
	.views-element-container .photoswipe-gallery {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 85%;
		margin: auto;
		
	}
	
	.photoswipe-gallery .views-row {
		width: 18vw;
	}
	
	#block-cirrocumulus-lmsdaystop, #block-cirrocumulus-churchgallerytop, #block-cirrocumulus-businessgallerytop, #block-cirrocumulus-familytop {
		width: 85%;
		margin: auto;
	}
	
	#block-cirrocumulus-views-block-eastern-testimony-articles-block-1 .views-field-title {
		margin-bottom: 1vw;
	}
	
}

