/*
 Theme Name:   Red Pen Reviews
 Theme URI:    
 Description:  Twenty Seventeen Child Theme for Red Pen Reviews
 Author:       Chelsea W
 Author URI:   
 Template:     twentyseventeen
 Version:      1.0.0
 Text Domain:  redpenreviews
*/

/*@import url('https://fonts.googleapis.com/css?family=La+Belle+Aurore');*/

@import url('https://fonts.googleapis.com/css?family=Volkhov');


p[style*="display: inline"]{
	margin-left:15px;
	font-style: italic;
	font-size:19px;
	overflow:auto;
}

.site-info{
	display:none;
}
#primary{
	width: 100% !important;
}
.site-branding{
	top: 18% !important;
}
.site-title{
	/*font-family: 'La Belle Aurore', cursive;*/
	font-family: 'Volkhov', serif;
	text-transform:uppercase;
	text-indent: 0;
	font-size: 42px;
}
.has-header-image.twentyseventeen-front-page .custom-header{
	max-height:370px;
	height:auto;
}
.has-header-image .custom-header-media img {
	object-fit: none;
	position: relative;
}
.site-description {
	text-indent: inherit !important;
	color: white !important;
	font-size: 29px;
	line-height: 38px;
}
body.has-header-image .site-description {
	opacity: 1;
}
body:not(.title-tagline-hidden) .site-branding-text {
	background-color: rgba(0,0,0,.7);
	padding: 31px;
	border-radius: 3px;
	/*max-width: 41vw;*/
	max-width:520px;
	float: right;
}
@media (max-width:868px){ 
	.site-branding {
		top: 9% !important;
	}
}
@media (max-width:767px){


.page-id-15 h1{
	padding-bottom:30px;
}

	#masthead .wrap {
		position: relative;
		max-width: 550px;
	}
	.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding{
		display:block;
	}
	.site-branding-text .site-title {
		font-size: 38px;
	}
	.site-branding-text .site-description {
		font-size: 26px;
		line-height: normal;
	}
	
}
@media (min-width: 30em){
	.site-branding {
		padding: 15px 0;
	}
}
@media (max-width:550px){
	.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding{
		padding:0;
	}
	.site-branding {
		padding: 0;
	}
	body:not(.title-tagline-hidden) .site-branding-text {
		padding: 30px 23px !important;
	}
	#masthead .wrap {
		padding: 0;
	}
	body:not(.title-tagline-hidden) .site-branding-text {
		border-radius: 0;
		width: 100%;
		max-width: initial;
	}
	.site-branding-text .site-title {
		font-size: 27px;
	}
	.site-branding-text .site-description {
		font-size: 19px;
		line-height: normal;
	}
}

.home .entry-header {
/* 	margin-bottom: 1em !important; */
}
.custom-header-media::before {
	background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3) 100%);
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3) 100%); 
}
.astm-search-menu {
	float: right;
	margin-right: 20px;
}
.search-form .search-submit {
	background-color: white;
	color: #333333;
	padding: 10px 8px;
	z-index: 1;
	border-left: 1px solid #dddddd;
}

.site-content {
	padding: 2.5em 0 0;
}
body:not(.page-id-15) p {
/* 	text-indent: 40px; */
/* 	margin-bottom:0; */
}
body:not(.blehblehbleh) p.site-title {
	text-indent: 0 !important;
}
h2 strong {
  font-weight: 700;
  /*! color: #333333; */
}
h3{
	margin-bottom:0;
}
h3 strong {
  color: #555555;
  font-weight: 600;
}
h4 strong {
  font-weight: 600;
  color: #333333;
}
/* Review Single Post */
ol, ul {
    padding-left: 42px;
}
.entry-header .entry-title{
	font-weight:600;
}
.review-image {
	float: left;
	width: 30%;
}
#score-graphs {
	float: left;
	width: 70%;
	padding-left: 20px;
	position:relative;
}
#score-graphs > div {
	background-color: #0A8F44/*#555555*/;
	width: 10px;
	height: 20px;
	color: #FFFFFF;
	text-align: right;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
	padding-right: 10px;
/* 	padding-top:1px;
	padding-bottom:1px; */
/* 	border-radius: 0 30px 30px 0; */
	min-width: 50px;
}
#score-graphs > div:first-of-type {
	height: 30px;
	font-size: 21px;
	min-width: 60px;
}
#score-graphs > div:before {
	content: "";
	width: 96%;
	height: 20px;
	position: absolute;
	right: 0;
	left: 20px;
/* 	border-radius: 0 30px 30px 0; */
	z-index: 1;
	opacity: .3;
	border: 1px solid #767676;
}

@media screen and (max-width:600px){
	#score-graphs > div:before {
		width:92%;
		border-left:0px solid transparent;
}
	.site-description{
		text-align:left !important;
	}
}
#score-graphs > div:first-of-type::before {
	height: 30px;
}
#score-graphs > div::after {
	content: "%";
	font-size: 70%;
}
#score-graphs h3 {
	margin-bottom: 5px;
	margin-top: 0;
	padding-top: 5px;
	font-size:20px;
}
#score-graphs h3:first-of-type {
	font-size: 22px;
	font-weight: 500;
}
#scientific-accuracy h3 {
	margin-bottom: .25em;
	margin-top: 1.2em;
}

/*#difficulty-rating{
	text-transform:uppercase;
	font-weight: 600;
}*/
#book-information {
	margin-top: 20px;
}
#book-information p{
	margin-top: 0;
	text-indent: 0px;
}

/* Table of Contents */
#table-of-contents {
  margin-top: 30px;
}
#table-of-contents ol {
  margin-bottom: 0;
  padding-left:16px;
  list-style: disc;
}
#table-of-contents li {
  padding-left: 5px;
  line-height: 185%;
}
#go-to-table {
	position: fixed;
	bottom: 8px;
	left: 5px;
}
#go-to-table a {
	background-color: #eaeaea;
	width: 30px;
	height: 30px;
	padding: 5px 9px;
	border-radius: 3px;
	color: #333333;
	text-decoration: none;
	box-shadow: none;
}
/* Donate Button */
#call-donate {
	padding: 20px 20px;
	background-color: #f4f4f4;
	border-radius: 3px;
	margin-top: 30px;
}
/*#menu-item-114 > a,*/
.donate-button {
	border-radius: 3px;
	color: #555555;
	font-weight: 800;
	border: 2px solid #555555;
	padding: calc(1em - 2px) calc(1.25em - 2px);
	text-align:center;
	background-color: white;
}

.entry-header p {
	text-indent: 0px;
	margin-bottom: 15px;
}

.entry-header p:last-of-type {
	margin-bottom: 0;
}

.entry-header p:first-of-type {
	margin-top: 20px;
}

@media (max-width:600px){
#score-graphs, .review-image{
	width:100%;
	float:none;
	padding-left: 0;
}
}
/*
.blog .site-main > article, .archive .site-main > article, .search .site-main > article {
	float: left;
	width: 50%;
	padding-right: 40px;
	height: 465px;
	overflow: hidden;
	margin-bottom: 30px;
}
.blog .site-main > article:nth-of-type(2n), .archive .site-main > article:nth-of-type(2n), .search .site-main > article:nth-of-type(2n) {
	padding-left: 15px;
	padding-right: 0;
}
.archive #book-information + p {
	clear: both;
}*/

select[name="filter-options"], 
select[name="filter-options"] + input[name="submit"] {
	line-height: normal;
	height: 2em;
	border: 1px solid #989898;
	border-radius: 3px;
	font-size: 1rem;
}

select[name="filter-options"] + input[name="submit"] {
	background-color: #696969;
	border-color: #696969;
	padding: 10px;
	line-height: 0;
}
.post-type-archive-reviews .review-image{
	position:relative;
	border-radius: 3px;
}
.post-type-archive-reviews #book-information {
	margin-top: -5px !important;
}
.post-type-archive-reviews #book-information p {
	margin-bottom: 10px;
}
.post-type-archive-reviews #book-information p b {
	font-weight: 600;
}

.post-type-archive-reviews #summary-score {
	content: "83%";
	position: absolute;
	font-size: 3rem;
	font-weight: 700;
	top: 0;
	text-align: center;
	width: 100%;
	padding-top: 55%;
	background-color: rgba(255, 255, 255, .65);
	height: 100%; 
	left: 0;
}

@media (min-width:1000px){
.post-type-archive-reviews .site-main > article, 
.post-type-archive-reviews .search .site-main > article {
	padding: 0 20px;
	float:left;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	margin-right: 10px;
	padding-bottom: 15px;
	border: 1px solid #e3e3e3;
}
.post-type-archive-reviews .site-main > article:nth-of-type(2n), 
.post-type-archive-reviews .search .site-main > article:nth-of-type(2n) {
	margin-left: 10px;
	margin-right: 0;
	
}
.post-type-archive-reviews .entry-header {
	height: auto;
}
.archive .entry-title {
	font-size: 22px;
}
.post-type-archive-reviews .review-image {
	width: 40%;
}
.post-type-archive-reviews #book-information {
	width: 60%
}
}
@media (min-width:800px){
	#call-donate {
		float: right;
		width: calc(100% - 320px);
		margin-right: 20px;
	}
	#book-information {
		float: right;
		width: 300px;
		padding: 20px 0px;
		margin-top: 30px;
	}
}
@media (min-width:480px){
.post-type-archive-reviews .review-image{
	width: 200px;
}
.post-type-archive-reviews #book-information {
	width: calc(100% - 200px);
	
}
.post-type-archive-reviews .header{
	padding: 0 20px;
}
}

@media (min-width:415px){
.post-type-archive-reviews .review-image{
	float: left;
	width: 40%;
	max-width: calc(100% - 215px);
}
.post-type-archive-reviews #book-information {
	float: left;
	padding-left: 20px;
	width: 60%;
	min-width: 215px;
	
}
.post-type-archive-reviews .header{
	padding: 0 20px;
}
}

@media (max-width:414px){
.post-type-archive-reviews #book-information {
	padding: 14px 14px 1px 14px;
	background-color: #F2F2F2;
	border-radius: 3px;
	margin-bottom: 15px;
	margin-top: 15px !important;
}
}

/*
.has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe, .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
height: 66% !important;
object-fit: fill !important;
width: 100%;
max-height: 100% !important;
display: block !important;
position: relative !important;
}

#wp-custom-header {
height: 100% !important;
}

.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media, .admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media, .admin-bar.home.blog.has-header-image .custom-header-media, .admin-bar.home.blog.has-header-video .custom-header-media {
height: calc(71vh – 32px) !important;
}*/



.entry-header{
	height: auto !important;
}

#post-15 .entry-header,
#post-17 .entry-header,
#post-319 .entry-header{
	display:none;
}

#content .page-header {
	display:none;
} 


.custom-header-media,
.site-branding{
/* 	display:none; */
}


.custom-header{
	background-color:white;
}

/* #siteLogoImg, */
#top-menu{
	float:left;
}

.wrap{
/* 	background-color:white !important; */
	text-align:left;
}
a.custom-logo-link{
	display:block !important;;
	width:100% !important;
	max-width:100%!important;
}
.custom-logo{
	height: 136.2px !important;
	max-height:136.2px !important;
	width:350px !important;
	max-width:350px !important;
	display:block;
	margin: 0 auto;
}


.site-branding-text{
	display:block !important;;
	width:100% !important;
	max-width:100%!important;
	background-color:white !important;
	text-align:justify;
	padding:0px !important;
	margin-top:-30px !important;
}
.site-description{
	color:#767676 !important;
	font-size:18px;
	text-align:center;
	font-family:Helvetica neue, sans-serif;
	
}

.site-branding a:hover{
	opacity:1.0 !important;
}

#primary{
	padding-top:20px;
}

#main h2 {
	text-align:left;
	width:80%;
	margin:0 auto;
	margin-bottom:40px;
	font-family:Helvetica neue, sans-serif;
	color:#767676 !important;
	font-size:18px;
	font-weight:400;
}

.entry-title p {
	margin-bottom: 80px !important;
}


.custom-header{
	min-height:275px;
}

#about-1,
#about-2
{
	margin-left:0px !important;
}
#about-1 i,
#about-2 i {
	font-family:Helvetica neue, sans-serif !important;
	font-style:normal !important;;
	color:black !important;;
	font-size:28px !important;
	font-weight:bold !important;
	text-align:left;
}

a.custom-logo-link{
	text-align:center;
}



.custom-header{
	margin-bottom:0px !important;
}

.site-branding {
	max-height:100px !important;
}

.navigation-top{
	background-color:#f5f5f5 !important;
}

.entry-title,
.entry-header{
margin-bottom:30px !important;
}
.entry-title a {
	font-size:1.35em;
	font-weight:bold;
}

.entry-header h2{
	margin-bottom:0px;
}

.entry-title,
.entry-title p {
	margin-bottom:0px !important;
}

.entry-header h2 {
	margin-left:0px !important;
}


.entry-content h2 {
	margin-left:0px !important;
}

#homepage-top-copy{
	margin: 0 auto;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	font-size:21px !important;
	text-align:justify !important;
}

@media screen and (max-width:679px){
	

.search-form {
	bottom:0px !important;
}
	.is-menu-wrapper {
		top:200px !important;
		margin:0 auto !important;
		text-align:left !important;
		right: 60px;
	}
}


.contributor-image {
width:265px !important;
height:auto !important;
}


#attachment_385,
#attachment_386,
#attachment_387,
#attachment_388,
#attachment_449,
#attachment_626,
#attachment_628{
	max-width:50vw !important;
}
/* 
.wp-image-388{
	width:300px !important;
	max-width:90vw !important;
} */



/* #maggie{
width:300px !important;
} */

#the-team-headline{
	text-align:left !important;
	padding-bottom:40px;
	margin-left:60px;
}
.contributor-caption{
  text-align:center !important;
}


.content1528764960907 li {
	padding-top:7px;
	padding-bottom:7px;
}



#post-319 figure{
	margin-top:5px;
	margin-bottom:10px;
}

#post-319 figure img{
	margin-left:0px;
}

#post-319 figcaption{
	margin-top:5px;
	margin-bottom:0px;
	text-align:center;
}

#post-319 a,
#post-319 a:focus,
#post-319 a:hover,
#post-319 a em,
#post-319 a:link,
#post-319 a:visited,
.page-id-15 a,
.page-id-15 a:focus,
.page-id-15 a:hover,
.page-id-15 a em,
.page-id-15 a:link,
.page-id-15 a:visited{
	text-decoration:none !important;
	text-decoration-line:none !important;
	text-decoration-color:transparent !important;
	color:blue;
	border-bottom: 0px solid transparent !important;
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
}

header  a{
	 color:initial !important;
}

.contributor-spacing-div{
  height:40px;
}

.criteria {
	display:block;
/* 	font-weight:bold !important; */
	color:black;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:0px;
    font-size: 2vw;
}




.page-id-15 table tr{
	vertical-align:top;		
}

.page-id-15 tr:first-child td  {
	text-align:left;
	vertical-align:middle;
	font-weight: bold;
	font-size:25px;
	
}

.page-id-15 tr:not(:first-child) td:first-child   {
	text-align:center;
	vertical-align:middle;
	font-weight: bold;
	font-size:25px;
}


.default-table-styling tr:not(:first-child) td:first-child{
	text-align:left !important;
	vertical-align:top;
	font-weight: bold;
	font-size:16px !important;
	font-style:italic;
	padding-left:10px !important;
}

.page-id-15 table{
	margin-bottom:30px;
}



	table tr td:not(:last-child) {
	vertical-align:middle;
}

.page-id-15 table:not(.default-table-styling) tr:not(:first-child) td:nth-child(2){
	font-style:italic;
	width:30%;
}

@media screen and (max-width:679px){
	.criteria {
		font-size:18px;
		font-weight:bold;
	}

.page-id-15 table tr td {
		vertical-align:top !important;
	}
}
 .page-id-15 table tr:first-child td {
	color:grey;
	} 
.page-id-15 table td:first-child  {
		color:black !important;
		padding-right:50px;
}

.page-id-15 table td:nth-child(2)  {
		padding-right:50px;
}

#spacing1{
	margin-top:0px;
}

.page-id-15 h1 {
	font-size:36px;
}


.page-id-15 ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

.page-id-15 ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.page-id-15 ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

#see-full-scoring-button{
	height:50px;
	width:200px;
	cursor:pointer;
    border: none;
	background-color: #BE1E2E;
	color:white;
	font-size:14px;
	border-radius:50px;
	float:left !important;
	margin-left:70px;
}



#scoring-header{
	float:left !important;
	padding-top:0px;
}

#full-scoring-div{
	display:none;
}

#score-box{
	padding-top:50px;
	padding-bottom:125px;
}

.page-id-575 .entry-header{
	display:none !important;
}




.page-id-575 a,
.page-id-575 a:focus,
.page-id-575 a:hover,
.page-id-575 a em,
.page-id-575 a:link,
.page-id-575 a:visited{
	text-decoration:none !important;
	text-decoration-line:none !important;
	text-decoration-color:transparent !important;
	color:blue;
	border-bottom: 0px solid transparent !important;
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
}



.page-id-575 table tr{
	vertical-align:top;		
}

.page-id-575 tr:first-child td  {
	text-align:left;
	vertical-align:middle;
	font-weight: bold;
	font-size:25px;
	
}

.page-id-575 tr:not(:first-child) td:first-child   {
	text-align:center;
	vertical-align:middle;
	font-weight: bold;
	font-size:25px;
}




.page-id-575 table{
	margin-bottom:30px;
}



.page-id-575 table:not(.default-table-styling) tr:not(:first-child) td:nth-child(2){
	font-style:italic;
	width:30%;
}

@media screen and (max-width:679px){

.page-id-575 table tr td {
		vertical-align:top !important;
	}
}
 .page-id-575 table tr:first-child td {
	color:grey;
	} 
.page-id-575 table td:first-child  {
		color:black !important;
		padding-right:50px;
}

.page-id-575 table td:nth-child(2)  {
		padding-right:50px;
}


.page-id-575 h1 {
	font-size:36px;
}


.page-id-575 ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

.page-id-575 ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.page-id-575 ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

.page-id-575 .scoring-rubric-page-header{
	font-weight:bold;
}


.content1528765084932 h3{
	padding-bottom:20px;
}


#narrative-review-terrace-div{
	margin-left:60px;
}

#call-donate{
	display:block;
}

#book-information{
	margin-top:5px;
}

footer {
	background-color:#F5F5F5;
}
footer .widget-area{
	padding-top:0px !important;
	padding-bottom:0px !important;
}

footer .widget {
	padding-bottom:0;
}

.footer-widget-1{
	max-width:100%;
	float:none !important;
	margin:0 auto;
}

footer .wrap {
	padding-top:20px !important;
	padding-bottom:20px !important;
}

footer a {
	color:black !important;
}


.page-id-319 img{
	min-width:300px !important;
}

.page-id-319 figure{
	display:block !important;
}


.page-id-319 p{
	display:block !important;
}

@media screen and (max-width:679px){
	.page-id-319 img{
		width:150px !important;
		min-width:150px !important;
		max-width:150px !important;
		height:auto !important;
/* 		min-height:150px !important;
		max-height:150px !important; */
		margin-right:0px !important;
	}
	
	.page-id-319 figure{
		width:150px !important;
		min-width:150px !important;
		max-width:150px !important;
		height:auto !important;
/* 		min-height:150px !important;
		max-height:150px !important; */
		margin-right:0px !important;
		margin-right:20px !important;;
		margin-bottom:20px !important;;
	}
	
	figcaption {
		text-align:left !important;
	}

}





@media screen and (max-width: 679px){
.search-form {
	position: absolute !important;
    bottom: 0px !important;
	display:none !important;
}
	
	
.custom-header {
    min-height: 200px !important;
}
	
	#homepage-top-copy{
		text-align:left !important;
		margin-top:0px !important;
		font-size:19px !important;
	}
}

.graph-overall,
.graph-scientific-accuracy,
.graph-scientific-accuracy,
.graph-reference-accuracy,
.graph-healthfulness {
	opacity:0.7;
/* 	border-bottom-right-radius:0px !important;
	border-top-right-radius:0px !important; */
}



.graph-overall{
	opacity:1.0;
}

#score-graphs{
/* 	overflow-x:hidden; */
}


#score-graphs h3:first-child{
	font-weight:bold !important;
	text-transform:uppercase;
}
#score-graphs h3{
/* 	text-transform:uppercase; */
	font-size:18px;
}


.graphs-overall-wrapper{
	display:none;
}


#mc4wp_form_widget-2 .widget-title{
	display:none !important;
}

#mc4wp_form_widget-3{
	margin: 0 auto;
	text-align:center;
}
#mc4wp_form_widget-3 input[type="email"]{
	max-width:325px;
	margin: 0 auto;
}


#email-sign-up-confirmation-message{
	text-align:center;
	display:none;
}


h2[id^="scroll"] {
	font-size:40px !important;
	margin-bottom:15px !important;
	font-weight:bold;
	padding-top:0px;
	color:black !important;
}

h2[id^="scroll"] strong{
	color:black !important;
}

.entry-content h2 strong{
	font-size:40px !important;
	color:black !important;
}

.entry-content h2{
	margin-bottom:10px !important;
}
.entry-footer{
	display:none;
}

#scientific-accuracy-collapse{
	display:none;
}

#scientific-accuracy-collapse-button{
	margin-top:10px !important;
	margin-bottom:0px;
	padding:0px;
	color:#c11f31;
	background-color:transparent;
}


#reference-accuracy-collapse-button{
	margin-top:10px !important;
	margin-bottom:0px;
	padding:0px;
	color:#c11f31;
	background-color:transparent;
}

#reference-accuracy-collapse{
	display:none;
}

#health-accuracy-collapse{
	display:none;
}

#health-accuracy-collapse-button{
	margin-top:10px !important;
	margin-bottom:0px;
	padding:0px;
	color:#c11f31;
	background-color:transparent;
}




/* .entry-content p,
.entry-content h3,
.entry-content h4{
	display:none !important;
}

.entry-content h2 + p {
	display:block !important;
} */




@media (max-width:767px){

	
.page-id-15 h1,
.page-id-15 a,
.page-id-15 button,
.page-id-15 #score-box {
	display:block !important;
	margin: 0 auto !important;
	text-align: center !important;
	float:none !important;
}
.page-id-15 #see-full-scoring-button {
	float:none !important;
}
}

.page-id-15 #see-full-scoring-button {
	line-height: 20px;
	height:70px;
	width:200px;
	font-size:16px; 
}


