/*** THEME HEADER AND FOOTER ***/

.ourstories-footer {
	/*background: #2F62A3;
	font-family: urw-form, sans-serif;*/
}

.ourstories-navbar-inner {
	/*background: #2F62A3;*/
}


/*** END THEME SAADA HEADER AND FOOTER ***/


.ourstories {
	font-size: 18px;
	font-family: urw-form, sans-serif;
	line-height: 1.5em;
	font-weight: 400;
	font-style: normal;
	color: #333333;

}

.ourstories-yellow {
	background: #FFEA69;
	position: relative;
	padding-bottom: 40px;
}

.ourstories-yellow:before {
	content:"";
	background-color:#FFEA69;
	position: absolute;
	top: -20px;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 100%;
	width: 200vw;
	left: -100vw;
	z-index: -1;
}

.ourstories-white {
	padding: 40px 0px;
}

.ourstories-gray {
	background: #EFEFEF;
	position: relative;
	display: grid;
	padding: 40px 0px;
}

.ourstories-gray:before {
	content:"";
	background-color:#EFEFEF;
	position: absolute;
	padding-bottom: 10px;
	height: 100%;
	width: 200vw;
	left: -100vw;
	z-index: -1;
}

.ourstories-header {
	border-bottom: dotted 5px #2F62A3;
	margin-bottom: 15px;
}

.ourstories-booktitle {
	font-family: minion-pro, serif;
	font-style: italic;
	font-size: 72px;
	font-weight: 800;
	color: #2F62A3;
	line-height: 1.1em;
}

.ourstories-booksubtitle {
	font-family: minion-pro, serif;
	font-size: 24px;
	font-weight: 500;
	color: #2F62A3;
}

.ourstories-socialshare {
	text-align: right;
}

.ourstories-menu {
	margin-bottom: 50px;
}

.ourstories-menuitem {
	background: #2F62A3;
	color: white;
	border-radius: 16px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	color: white;
	font-weight: 500;
}

.ourstories-menuitem:hover {
	background: #5EC4FF;
	border: 2px solid #2F62A3;
	color: white;
}

.ourstories-menuitem a:link {color: white;}
.ourstories-menuitem a:visited {color: white;}

.ourstories-menuitem.onpage {
	background: white;
	color: #2F62A3;
	border: 2px solid #2F62A3;
}

.ourstories-menuitem.onpage a:visited {color: #2F62A3;}

.ourstories-socialshare {
	
}

.ourstories-innerpages {
	margin-bottom: 40px;
}


.ourstories-image-row {
	margin-bottom: 25px;
}

/*** TYPES ***/

.ourstories-pagetitle {
	font-weight: 700;
	line-height: 1.3em;
	font-size: 36px;
	
}

.ourstories-sectiontitle {
	font-weight: 700; 
	line-height: 1.3em;
	font-size: 24px;
}

.ourstories-sectiontitle:before {
	content: '';
	display: block;
	position: relative;
	width: 0;
	height: 5em;
	margin-top: -5em;
}

.ourstories-demibold {
	font-weight: 600;
}

/*** END TYPES ***/

/*** BUTTONS ***/

.ourstories-order {
	height: 54px;
	width: 100% !important;
	border-radius: 27px;
	background: #2F62A3;
	color: white;
	text-align: center;
	line-height: 54px;

}
.ourstories-order:hover {
	background: #5EC4FF;
	border: 2px solid #2F62A3;
	color: white;
}

.ourstories-order a:link {color: white;}
.ourstories-order a:visited {color: white;}


.ourstories-samplepage {
	filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}

.ourstories-companion-image {
filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
	
}

.ourstories-authors {
	font-size: 13px;
}

.ourstories-popup {
	position: relative;
    background: #FFF;
	color: #333333;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	font-size: 18px;
	font-family: urw-form, sans-serif;
	line-height: 1.5em;
	font-weight: 400;
	font-style: normal;

}

/*** END BUTTONS ***/

/*** SPECIFIC PAGES ***/

/*** HOMEPAGE ***/

.ourstories-video {
	
	filter: drop-shadow(1rem 1rem 1.5rem rgba(0, 0, 0, 0.5));
}

.ourstories-bookhome {
	text-align: center;
	margin-top: 15px;
}

.ourstories-map {
	height: 600px;
		
}

.ourstories-map:before {
	content:"";
	position: absolute;
	width: 200vw;
	left: -100vw;
	z-index: -1;
}

.ourstories-cities {
}

/** FOR READERS **/

.ourstories-chapter-row {
	margin-bottom: 25px;
}

.ourstories-chapters {
	margin-bottom: 40px;
}

.ourstories-companion-title {
	margin-bottom: 10px;
	color: #2F62A3;

}

.ourstories-chaptermenu {
	margin-bottom: 20px;
}

.ourstories-chapternumber {
	background: #FFEA69;
	border: 2px solid #2F62A3;
	border-radius: 16px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #2F62A3;
	font-weight: 500;
}

.ourstories-chapternumber:hover {
	background: #5EC4FF;
	border: 2px solid #2F62A3;
	color: #2F62A3;
}

.ourstories-chapternumber a:link {color: #2F62A3;}
.ourstories-chapternumber a:visited {color: #2F62A3;}

.ourstories-chapternumber.onpage {
	background: white;
	color: #2F62A3;
	border: 2px solid #2F62A3;
}

.ourstories-chapternumber.onpage a:visited {color: #2F62A3;}


.ourstories-chaptertitle {
	font-weight: 500;
	font-size: 24px;
	color: #2F62A3;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.ourstories-storytitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 5px;
}



/** END FOR READERS **/


/*** END SPECIFIC PAGES ***/


.ourstories-header-menu {
	font-size: 21px;
	text-align: center;
}

.ourstories-chapter-menu {
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
}

.ourstories-chapter-menu-item {
	text-align: left;
	border-right: 2px dotted black;
}

.ourstories-chapter-title {
	font-size: 28px;
	font-weight: 800;
	line-height: 1.3em;
}

.ourstories-story-title {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.3em;
}

.ourstories-story-author {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3em;
}

.ourstories-table {
	margin: 15px 0px;
	width: 100%;
}

.ourstories-table th {
	background: #002060;
	color: white;
	height: 40px;
	text-align: left;
	padding: 5px 10px;
	border: white 2px solid;
}

.os-page {
	width: 10%;
	text-align: center !important;
}

.os-book {
	width: 35%;
}

.os-further {
	width: 55%;
}

.ourstories-table tr {
	border: white 2px;
	background: #EBF0F9;
}

.ourstories-table td {
	padding: 10px;
	border: white 2px solid;
	background: #EBF0F9;
}

.os-page-row {
	text-align: center;
}

@media (max-width: 767px) { 
	
	.ourstories-booktitle {
		margin-bottom: 10px;
	}
	
	.ourstories-socialshare {
		text-align: right;
		margin-bottom: 15px;
	}
	
	.ourstories-menu {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: dotted 5px #2F62A3;

	}
	
	.ourstories-menuitem {
		margin-bottom: 5px;
	}
	
	.ourstories-bookhome {
		margin-top: 25px;
	}
	
	.ourstories-chapternumber {
		margin-bottom: 5px;
	}
	
	.ourstories-chapter-explore {
		margin-bottom: 15px;
	}
	
	.ourstories-yellow { padding-bottom: 20px; }
	
	.ourstories-innerpages {
		margin: 20px 0px;
		text-align: center;
	}
	
	.ourstories-innerpages img {
		width: 60%;
	}
	
	.ourstories-image-row {
		margin-bottom: 0px;
	}
	
	.ourstories-image {
		margin-bottom: 15px;
	}
	
	.ourstories-map {
		
		height: 420px;
	}
	
	.ourstories-cities {
		margin-bottom: 15px;
	}
	
	.ourstories-sectiontitle {
		margin-bottom: 15px;
	}
	
	.ourstories-influencer-image {
		text-align: center;
		margin-top: 15px;
	}
	
	.ourstories-shareonsocial {
		text-align: center;
	}
	
	.ourstories-printedition {
		text-align: center;
		margin-bottom: 10px;
	}

	.ourstories-digitaledition {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.ourstories-ebook {
		text-align: center;
	}
	
	.ourstories-nameplate {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.ourstories-companion-image {
		margin-bottom: 20px;
	}
	
	.ourstories-ig-row {
		margin-bottom: 10px;
	}
 }
