/*
 Theme Name:     History Reader
 Theme URI:      http://www.thehistoryreader.com/
 Description:    Responsive Child Theme
 Author:         St Martins Press
 Author URI:     http://www.thehistoryreader.com
 Template:       responsive
 Version:        1.0.0
*/

@import url("../responsive/style.css");
@import url("../responsive/core/css/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* =Globals
-------------------------------------------------------------- */
blockquote {
	margin: 0;
	background-color: transparent;
	padding: 0;
	border: none;
	line-height: 1.0em !important;
}
blockquote p {
	line-height: 1.4em !important;
	font-size: 1.1em;
}
form {
	margin: 0;
	padding: 0;
}

#container {
	background-color:#fff;
	box-shadow: 0px 0px 14px #292929;
	padding: 0px 0px;
}

#wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffffff;
	border: 0px solid #e5e5e5;
	border-radius: 4px;
	clear: both;
	margin: 20px auto 20px auto;
	padding: 0 20px 20px 20px;
	position: relative;
}

.title-archive {
	display: none;
}
.author, .byline, .comments-link {
	display: none;
}

.menu {
	background-color: #fff;
	background-image: none;
	text-align: left;

	/*background-color: #f6f6f6;
	background-image: -webkit-gradient(linear, 50.00% 100.00%, 50.00% 0.00%, color-stop( 0% , rgba(248,248,248,1.00)),color-stop( 100% , rgba(221,221,221,1.00)));
	background-image: -webkit-linear-gradient(90deg,rgba(248,248,248,1.00) 0%,rgba(221,221,221,1.00) 100%);
	background-image: -moz-linear-gradient(top, #f6f6f6, #dedede);
	background-image: -ms-linear-gradient(top, #f6f6f6, #dedede);
	background-image: -o-linear-gradient(top, #f6f6f6, #dedede);
	background-image: linear-gradient(0deg,rgba(248,248,248,1.00) 0%,rgba(221,221,221,1.00) 100%);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#dedede);
	margin: 0 auto;*/
}

.menu a {
	border-left: 0px solid #585858;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 900;
	height: 24px;
	line-height: 25px;
	margin: 0;
	padding: .45em 0.56em;
	position: relative;
	text-decoration: none;
	text-shadow:none;
	white-space: nowrap;
}

.menu a:hover {
	background-color: #fff;
	background-image: none;
	color: #c00;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
	background-image: -webkit-linear-gradient(top, #808080, #363636);
	background-image: -moz-linear-gradient(top, #808080, #363636);
	background-image: -ms-linear-gradient(top, #808080, #363636);
	background-image: linear-gradient(top, #808080, #363636);
	color: #ffcc00;*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}

ul.menu > li:hover {
	background-color: none;
	color: #c00;
}

.menu li {
	border: 0;
	display: inline-block;
	float: none;
	padding: 0px;
	margin: 0px;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #fff;
	color: #c00;
	border-bottom: 1px solid #c00;
}
.main-nav {
	border-top: 1px solid #a8a8a8;
	border-bottom: 0px solid #a8a8a8;
}

.entry-title, .widget-title {
	font-family: 'Alegreya', serif;
}

.entry-title a, .widget-title a {
	font-family: 'Alegreya', serif;
	color: #C00;
}

.post-entry p {
	font-family: 'Alegreya', serif;
	font-size: 1.4em;
	line-height: 1.4em;
}

h2 {
	font-size: 2.250em; /* = 36px */
	margin-bottom: .25em;
	margin-top: .25em;
}

#widgets #newsletter {
	font-family: Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;	
    color: #fff;
    padding: 8px 12px;
	display: block;
	text-align: center;
	border-radius: 3px;
	background-color: #C00;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(248,13,17,1.00)),color-stop( 100% , rgba(143,33,33,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(248,13,17,1.00) 0%,rgba(143,33,33,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(248,13,17,1.00) 0%,rgba(143,33,33,1.00) 100%);

}

.newsletter a {
	
}
a#newsletter:hover {
	background-image: none;
	background-color: #bde43e;
}

.arch_title {
	font-family: 'Alegreya', serif;
	font-size: 22px;
	color: #5c5c5c;
	margin-bottom: 12px;
	font-style: normal;
	text-align: center;
	color: #C00;

}
.arch_descript {
	font-family: 'Alegreya', serif;
	font-size: 16px;
	color: #5c5c5c;
	margin-bottom: 12px;
	font-style: italic;
	text-align: center;

}

#content-archive, #content-blog {
     margin-top: 8px;
     margin-bottom: 20px;
}
#content-full {
	margin-top: 18px;
}
#carouselio {
	width: 100%;
	height: 212px;
	border: 0px solid #acacac;
	overflow: hidden;
	padding: 12px 0px;
	margin:0px 0px 24px 0px;
}

.carouselio_title {
	font-family: 'Alegreya', serif;
	font-size: 20px;
	text-align: center;
	display: block;
	margin: 12px 0px;
	color:#c00;

}

#carouselio ul {
	margin:0px;
}

#carouselio ul li {
	display: inline-block;
	margin: 0px;

	}

#carouselio img{	
	width: 106px;
	height: 148px;
	margin: 0px 12px;
}

#carpics {
	width: 1400px;
}
.books {
	border: 1px solid #333;
	display: block;
}

img.wp-post-image {
	width: 300px;
	height: auto;
	float:left;
	margin: 0px 12px 12px 0px;
}


.post-data {
	border-bottom:1px solid #999; 
}

.current-menu-parent a {
	background-color: #fff;
	color: #c00;
	border-bottom: 1px solid #c00;
}
.socialicons {
	float: right;
	width: 15%;
	border: 0px solid #c00;
	text-align: right;
	padding: 0 4px;
	margin-top: -30px;
}
.socialicons img {
	margin-left: 8px;
}

.rss {
	width: 72px;
	float: right;
	border: 0px solid #02e400;
	
}

.authorname {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 24px;
	margin:6px 0px;
}

#retail {
	width: 100%;
	margin: 4px 0px;
	overflow: hidden;
}


.buy-buttons a{
	display:block;
	font-size: 12px;
	font-weight: bold;
	float:left;
	margin:5px 5px 5px 0;
	color: #fff;
	background-color: #c00;
	padding: 4px 8px;
	border-radius:4px; 
}

.buy-buttons a:hover {
	color:#ffdd21;
	background-color:#a20f2e; 
}
#historyfooter {
	color: #333;
	text-align: center;
	width: 100%;
}
#historyfooter a {
	color: #c00;
}
.book_shot {
	max-width: 108px;
}
.book_shot img {
	border: 1px solid #333;
}
#dpe_fp_widget-2 ul li a {
	color: #c00;
}
#dpe_fp_widget-2 ul li a:hover {
	color: #686868;
}
.dpe-flexible-posts {
	color: #333;
}

#dpe_fp_widget-2 h4 {
	font-size: 1.0em;
	margin: .45em 0;
}
#dpe_fp_widget-2 h3 {
	padding: 0 0 .14em 0;
}

/*==========================Front Page Sign Up Form*==========================*/

.prize-pic {
	width: 27%;
	float: left;
	margin: 0 0 0 24px;
}
.prize-pic img {
	height: auto;
	width: auto;
	max-width: 100%;
}
/*==========================end form sign up=====================*/



	/*===============================End Sign Up Form===============================*/
	/*GDPR*/
	#myForm{
	    /*width:100%;*/
	    max-width:320px;
	    margin:12px auto;
	    color: #333;
	    background-color: #f9f9f9;
	    border-radius: 6px;
	    border: 1px solid #e5e5e5;
	    padding:12px;
	    font-size:1.0em;
	    font-family: 'Quattrocento', sans-serif;
	    overflow:hidden;
	    display:flex;
	    flex-direction:column
	}
	#myForm h1{
	    font-size:1.24em;
	    margin:0 0 12px 0;
	    text-align:center;
	    color: #c00;
	}
	#myForm label{
	    font-size:.78em;
	    width:96px;
	    display:block;
	    padding:7px 0 4px 0;
	    width: 100%;
	}
	#myForm sub{
	    display:block;
	    font-size:.78em;
	    color:#c00;
	    margin:6px 0
	}
	#macsite select {
		height: 33px;
		font-size: .85em;
		margin: 0 24px 0 0;
		font:300 14px/1.4 'Quattrocento', sans-serif;
		border: 1px solid #a3a3a3;
		-webkit-appearance: menulist;
	}

	#macsite input[type="email"]{
	    background-color:#efefef;
	    color:#333;
	    border:1px solid #b9b9b9;
	    margin:0 0 8px 0;
	    padding:9px 6px;
	    font-size:1.0em;
	    display:inline-block;
	    border-radius:0px;
	    width: 95%;
	}
	#macsite input[type="text"]{
	    background-color:#efefef;
	    color:#333;
	    border:1px solid #b9b9b9;
	    margin:0 0 8px 0;
	    padding:9px 6px;
	    font-size:1.0em;
	    display:inline-block;
	    border-radius:0px;
	    width: 85%;
	}
	#macsite input[type="text"][name="txtEmail"]{
	    margin:0 0 16px 0
	}
	#macsite input[type="submit"]{
	    background-color:#c00 !important;
	    color:#fff;
	    font-size:1.5em;
	    margin:12px 0 0 0;
	    padding:8px 24px;
	    border:0;
	    border-radius: 6px;
	    display:block;
	    width:98%;
	    cursor:pointer;
	    font-family: 'Quattrocento', sans-serif;
	    font-weight: 700;
	    background-image: transparent;
	}
	#macsite input[type="submit"]:hover{
	    background-color:#666;
	    color:#fff
	}
	.age{
	    display:flex
	}
	.two-fields {
		display: flex;
		flex-wrap: nowrap;
	}
	#macsite .priv-pol a {
		color: #f23300;
		text-align: center;
	}
	form div {
		margin-bottom: 0;
	}
	div#US input {
		border: 2px solid #CEDA42;
	}

/*==============================end footer signup=======================*/


  /*==========================landing page signups====================*/

/* jValidate styles */

.error {
	color: #f00;
	display: block;
	font-size: 12px;	
}

input.error, select.error {
	border: 1px solid #f00;
	font-size: 12px;
}

/*input[type=submit] {
	display: block;
	
}*/

input[type=checkbox] {
	width: auto;	
}

label.error {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

td.alignRight {
	text-align: right;
	padding-right: 5px;	
}

#lp-signup {
	width: 47%;
	margin: 0 36px 24px 0;
	float: left;
}
.lp-signupcopy {
	font-family: 'Alegreya', serif;
	font-size: 2.2em;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	line-height: 1.4em;
}
.lp-signupmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333;
}
.lp-formleft {
	width: 95%;
	float: left;
	display: inline-block;
}
.lp-formright {
	width: 40%;
	float: left;
	display: inline-block;
}

.lp-field_labels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	display: block;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 6px;
}

.lp-fields-full {
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.4);
  outline: 0;
  padding: 6px 5px;
  width: 90%;
  margin: 8px 0px;
  font-family: sans-serif;
  font-size: 14px;
}
.lp-fields-half {
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.4);
  outline: 0;
  padding: 6px 5px;
  width: 54%;
  margin: 8px 0px;
  font-family: sans-serif;
  font-size: 14px;
}


.lp-formbtn {
    width: 144px;
    padding: 24px;
    color:#333;
    font-size:14px;
    padding:8px 24px;
    display:block;
    margin:18px auto;
    background-color: #ffcc00;
    font-family: 'Raleway','Helvetica Neue', Helvetica, Arial, sans-serif;
    cursor: pointer;
  border: none;
  border-radius: 6px;
}
#lp-signup input[type="submit"]{
    background-color: #c00;
    color: #fff;
    background-image: none;
    margin: 28px 0 0 0;
    border-radius: 4px;
    padding: 4px 24px;
    float: left;
}
#lp-signup input[type="submit"]:hover {
    background-color: #666;
    color: #fff;
}

#lp-thanks {
	width: 85%;
	margin: 0 auto;
}

#lpimg {
	width: 45%;
	float: left;
}

#lp-rules {
	width: 98%;
	margin: 0 auto;
	padding: 8px;
	border: 1px solid #333;
	border-radius: 6px;
	height: 220px;
	overflow: scroll;
	font-size: .84em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#lp-rules p {
	margin: .38em 0;
}

#widgets #text-8 {
	padding: 0;
}

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

SELECT {
	border: solid 1px #2b7c93;
	font-weight: bold;
	width: 96px;
	font-size: 14px;
	height: 18px;
	margin: 4px 0px 0px 0px;
}

/*:::::::::::::::::contest items:::::::::::::::::::::*/
.rules-check {
    width: 98%;
    margin: 0 auto;
    font-size: .85em;
    text-align: center;
    font-family: 'Rosario', sans-serif;
    float: left;
    line-height: 1.85em;
}
/* .squaredTwo */
.squaredTwo {
     width: 27px;
     height: 26px;
     position: relative;
     margin: 8px auto 16px;
     display: inline-block;
     /*background: #ffcc00;*/
    /* background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
     background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
     box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);*/
}
.squaredTwo label {
     width: 24px !important;
     height: 26px !important;
     padding: 0 !important;
     cursor: pointer;
     position: absolute;
     left: 1px;
     top: 1px;
     background-color: #e3e3e3;
     border: 1px solid #535353;
     /*background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
     background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
     box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;*/
}
.squaredTwo label:after {
     content: '';
     width: 12px;
     height: 8px;
     position: absolute;
     top: 4px;
     left: 4px;
     border: 4px solid #333;
     border-top: none;
     border-right: none;
     background: transparent;
     opacity: 0;
     -webkit-transform: rotate(-45deg);
             transform: rotate(-45deg);
}
.squaredTwo label:hover::after {
     opacity: 0.3;
}
.squaredTwo input[type=checkbox] {
     visibility: hidden;
}
.squaredTwo input[type=checkbox]:checked + label:after {
     opacity: 1;
}

#lp-contest #macsite input[type="text"] {
    background-color: #fff;
    color: #333;
    border: 1px solid #b9b9b9;
    margin: 12px 0 0 0;
    padding: 6px 6px;
    font-size: .84em;
    display: inline-block;
    font-family: sans-serif;
    border-radius: 0px;
}

#lp-contest label {
	font-size: .78em;
	font-family: sans-serif;
	width:auto;
	display: inline-block;
    padding: 7px 0 4px 0;
    float: left;
}

#lp-contest {
    width: 96%;
    text-align: center;
    margin: 12px auto 24px;
    background-color: #eaf0f4;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 0 12px #333;
    border: 1px solid #333;
    overflow: hidden;
}

#lp-contest h2 {
    font-size: 1.86em;
    text-shadow:none;
    font-family: 'Cinzel', serif;
    margin: .12em 0;
}

#lp-contest p {
    margin: .24em 0;
}
.inner {
    text-align: left;
    font-family: 'Rosario', sans-serif;
}
.message {
    font-family: 'Rosario', sans-serif;
    font-size: 16px;
    text-align: center;
}
.message-small {
    font-family: 'Rosario', sans-serif;
    font-size: 13px;
}

#lp-contest .fields-full {
    border: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 2px 2px rgba(0,0,0, 0.4);
    outline: 0;
    padding: 6px 5px;
    width: 80%;
    margin:16px 0px; 
    font-family: sans-serif;
    font-size: 14px;
}
#lp-contest .fields-half {
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 2px 2px rgba(0,0,0, 0.4);
    outline: 0;
    padding: 6px 5px;
    width: 24%;
    margin:8px 0px;
    font-family: sans-serif;
    font-size: 14px;    
}
#entry {
	width: 68%;
	float: left;
	overflow: hidden;
}
.agepd {
    width: 22%;
}
.items {
    display: inline-block;
    width: 92px;
}

select[type="cboAgeMonth"] {
    height: 96px;
}

input:focus,
select:focus {
    border: 0;
    outline: 0; 
}
#rules {
    text-align: left;
    font-size: .85em;
    width: 95%;
    margin: 12px auto;
    border: 1px solid #333;
    height: 224px;
    overflow: scroll;
    padding: 4px;
    line-height: 1.3em;
    float: left;
}
#rules ol {
    padding: 0;
    line-height: 1.3em;
}
.rules-check {
    width: 98%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    font-family: 'Rosario', sans-serif;
    float: left;
}
#lp-contest .su_btn {
    width: 144px;
    font-size:18px;
    padding:8px 24px;
    display:block;
    margin:18px auto;
    font-family: 'Rosario', sans-serif;
}
#lp-contest blockquote p {
	/*line-height: 1.3em;*/
	font-style: normal;
	font-family: 'Rosario', sans-serif;
	font-size: 1.0em !important;
	margin: 12px 0;
}
#lp-contest input[type="submit"] {
  background-color: #c00;
  color: #fff;
  background-image: none;
}
#lp-contest input[type="submit"]:hover {
  background-color: #ffcc00;
  color: #333;
  background-image: none;
}

.sub_btn a:hover {
    background-color: #ffcc00;
}

.sweepsprize {
	float: left;
}
#sweepsheader {
	width:100%;
	margin: 0 auto;
	font-family: 'Rosario', sans-serif;
	margin: 0 0 12px 0;
	overflow: hidden;
	text-align: center;
}
#sweepsheader p {
	font-family: 'Cinzel', serif;
	font-size: 1.3em;
	text-align: left;
	margin: .12em 0;
	line-height: 1.3em;
}
#sweepsheader h2 {
	font-family: 'Alegreya', serif;
	color: #c00;
}
.prizeshot {
	float: right;
	width: 29%;
	margin: 0;

}
.prizeshot img {
	width:auto;
	height:auto;
	max-width:100%;
}

/* ============================== media queries===============================*/





@media screen and (max-width: 600px) {
	#wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffffff;
	border: 0px solid #e5e5e5;
	border-radius: 4px;
	clear: both;
	margin: 0px auto 20px auto;
	padding: 0 20px 20px 20px;
	position: relative;
}

.rss {
	display: none;
}
.socialicons {
	float: right;
	width: 85%;
	border: 0px solid #c00;
	text-align: right;
	padding: 0 4px;
	margin: 10px auto;
}

.lp-formleft {
	width: 95%;
	float: left;
	display: inline-block;
}
.lp-formright {
	width: 43%;
	float: left;
	display: inline-block;
	margin-bottom: 24px;
}
.lp-signupcopy {
	font-size: 1.6em;
	line-height: 1.0em;
}
#lp-signup {
	width: 97%;
	margin: 0 0px 0 0;
	float: left;
}
#lpimg {
	width: 97%;
	float: left;
	margin-top: 18px;
}

#lpimg img {
	width:auto;
	height:auto;
	max-width:100%;
}
.lp-signupmain {
	font-size: 1.1em;
}
#lp-signup input[type="submit"]{
	margin: 8px 0 0 0;
}
#sweepsheader p {
	font-size: 1.2em;
	text-align: left;
	margin: .12em 0;
	line-height: 1.3em;
}
#entry {
	width: 100%;
}
#lp-contest .fields-full {
	width: 98%;
}
#lp-contest .fields-half {
	width: 98%;
}
.agepd {
	width: 85%;
}
#rules {
	width: 97%;
}
.prizeshot {
	width: 96%;
	margin: 0 0 0 .64em;
}

/*footer form*/

#myForm {
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    /*background-color: #fff;*/
    padding: 0;
    font-size: 1.0em;
    font-family: sans-serif;
    overflow: hidden;
    position: relative;

}
#myForm h1 {
	margin: 36px 0 0 0;
}
.form-item {
    width: 98%;
    float: left;
    margin: 0 6px 0 0;
    text-align: left;
    padding: 0 0 0 4px;
}
.form-item-sm {
    width: 12%;
    float: left;
    text-align: left;
}

#macsite input[type="submit"] {
    background-color: #c00;
    color: #fff;
    font-size: 1.3em;
    padding: 8px 24px;
    border: 0;
    display: block;
    width: 20%;
    cursor: pointer;
    margin: 0 auto;
    background-image: none;
    text-shadow: none;
}
#lp-contest #macsite input[type="submit"] {
    background-color: #c00;
    color: #fff;
    font-size: 1.3em;
    padding: 8px 24px;
    border: 0;
    display: block;
    width: 100%;
    cursor: pointer;
    margin: 0 auto;
    background-image: none;
    text-shadow: none;
}
.prize-pic {
	width: 90%;
	float: left;
	margin: 12px 0 0 24px;
}

#macsite input[type="text"] {
    background-color: #efefef;
    color: #333;
    border: 1px solid #b9b9b9;
    margin: 0 0 0 0;
    padding: 6px 6px;
    width: 274px;
    font-size: .84em;
    display: inline-block;
    font-family: sans-serif;
    border-radius: 0px;
}
#THRfooterSignup .bottom-menu {
	height: 100%;
	background-color: #c00;
	background-image: none;

}

















}

















