/*
Theme Name: Helen Sedgwick 2016
Theme URI: http://www.helensedgwick.com
Author: Firebrat Studio
Author URI: http://www.firebratstudio.com
Description: Custom designed theme for Helen Sedgwick
Version: 1.0
*/

/*// GENERAL //*/

body {
	background-color:#fff;
	color:#000;
	font-size:16px;
	font-family: 'Libre Baskerville', serif;
}

a {text-decoration:none;}
img {max-width: 100%;height:auto;}
.container {float:left;width:100%;}
.fixed {position: fixed;left:0;top:0;z-index:9999;}
.container.grey {background-color:#F5F3F3;}
.container.blue {background-color:#374960;}

/*// NAV //*/
nav.navigation {background-color:#324257;}



/*// BANNER //*/
.banner {
	height:580px;
	background-repeat: no-repeat;
	background-image: url('img/banner.png');
	background-position: center top;
	padding-top:121px;	
}

.inner {padding-top:121px;}

.banner_left {color:#fff;text-align: center;padding-top:80px;}

.banner_left h1, .banner_left p.h1 {
	font-weight:normal;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing:13px;
	line-height:77px;
	margin-bottom:50px;
}

.banner_left h1 span, .banner_left p.h1 span {font-size:46px;text-transform: none;}


.banner_left h1.top {
	font-weight:normal;
	line-height:77px;
	margin-bottom:0px;
	font-size:46px;
	letter-spacing:13px;
	text-indent:13px;
	text-transform: none;
}

.banner_left h1.middle {
	font-weight:normal;
	line-height:77px;
	margin-bottom:0px;
	text-transform: uppercase;
	font-size:50px;
	letter-spacing:13px;
	text-indent:13px;
}

.banner_left h1.bottom {
	font-weight:normal;
	line-height:77px;
	margin-bottom:50px;
	text-transform: uppercase;
	font-size:50px;
	letter-spacing:13px;
	text-indent:13px;
}


.banner_left h2, .banner_left p.h2 {
	font-weight:normal;
	font-size:18px;
	line-height:40px;
}

.banner_right {
	color:#2891A5;
	text-align: center;
	padding-top:160px;
}

.banner_right h3 {
	font-weight:normal;
	text-transform: uppercase;
	font-size:18px;
	letter-spacing:4px;
	line-height:40px;
}

.banner_right a.button {
	background-color:#2891A5;
	font-size:18px;
	font-style: italic;
	color:#374960;
	display: inline-block;
	padding:15px 30px 15px 30px;
	margin-top:30px;
	border-radius: 3px;
}

.banner_right a.button:hover {
	background-color:#CA3A30;
	color:#fff;
}



/*// NEW BANNER //*/

.new_banner {
	height:580px;
	background-repeat: no-repeat;
	background-image: url('img/banner_nolines.png');
	background-position: center top;
	padding-top:121px;
	position:relative;
	overflow:hidden;	
}

.new_banner a.button {
	background-color:#2891A5;
	font-size:18px;
	font-style: italic;
	color:#374960;
	display: inline-block;
	padding:15px 30px 15px 30px;
	margin-top:30px;
	border-radius: 3px;
}

.new_banner a.button:hover {
	background-color:#CA3A30;
	color:#fff;
}

.new_banner_left {
	float:left;
	width:74%;
	text-align: center;
	padding-top:60px;
}

.new_banner_left img {
	float:left;
	margin:0 30px 50px 0;
}

.new_banner_right {
	float:right;
	width:26%;
	text-align: center;
	padding-top:60px;
}

.new_banner_right a.button {
	display:none;
}

.new_banner_right img {
	position:absolute;
	right:-40px;
	bottom:0;
	max-width:21%;
}

.new_banner h1 {
	font-size:50px;
	font-family: "lato",sans-serif;
	color:#fff;
	line-height:140%;
	margin:0 0 40px 0;
	letter-spacing:4px;
}

.new_banner h2 {
	font-size:20px;
	color:#fff;
	font-weight:normal;
	margin:0 0 20px 0;
	line-height:170%;
}

.new_banner h3 {
	font-size:15px;
	color:#fff;
	margin:0 0 30px 0;
	font-weight:normal;
	line-height:170%;
}

.new_banner h4 {
	text-transform: uppercase;
	font-size:14px;
	color:#2891A5;
	margin:0 0 20px 0;
	font-weight:normal;
}





@media screen and (max-width : 900px) {
	.new_banner {
		height:800px;
	}
	.new_banner_left {
		width:100%;
	}
	.new_banner_left img {
		max-width:40%!important;
		margin:0 30px 60px 0;
	}
	.new_banner_right {
		width:100%;
	}
	.new_banner_right h2 br {
		display:none;
	}
}

@media screen and (max-width : 780px) {
	.new_banner {
		padding-top:50px;
		height:auto;
	}
	.new_banner_left {
		padding-top:0;
	}
	.new_banner_right img {
		position:relative;
		top:5px;
	}
	.new_banner_right {
		padding-top:40px;
	}
}

@media screen and (max-width : 580px) {
	.new_banner_left img {
		float:none;
		margin:0 0 20px 0;	
	}
	.new_banner_left h1 br {
		display:none;
	}
	.new_banner_right a.button {
		display:inline-block;
		margin-bottom:30px;
	}
	.new_banner_right img {
		display:none;
	}
}









/*// INTRO //*/

.intro {
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url('img/grey_dash.png');
}

.intro_left {
	padding:80px 0 40px 0;
	margin-bottom:40px;
	width:38%;
	margin-right:2%;
}

.intro_right a.button {
	font-size:13px;
	text-transform: uppercase;
	color:#2A2D33;
	display: inline-block;
	margin-top:40px;
	border-radius: 3px;
	border:1px solid #979797;
	letter-spacing:4px;
	padding:15px 30px;
	box-shadow: 2px 2px 2px #F2E9E9;
	line-height:22px;
}


.intro_right a.button:hover {
	background-color:#CA3A30;
	color:#fff;
	border-color:#CA3A30;
}

.intro_right {
	padding:100px 0 70px 4%;
	width:56%;
	
}

.intro_right span {font-size:21px;line-height:160%;}
.intro_right p {line-height:200%;}


/*// INNER //*/


.inner_left {margin-right:6%;padding:50px 0 70px 0;}

.reviews.events_widget {margin-bottom:40px;}

.news_quote_widget {margin-bottom:40px;}

.reviews.events_widget a {color:#ca3a30;border-bottom:1px dotted #ca3a30;}
.reviews.events_widget a:hover {color:#fff;background-color:#ca3a30;}

.inner_left ul li span img {display:block;float:none;}

.inner_left p {line-height:200%;}
.inner_left span, .inner_left p.span {font-size:21px;line-height:180%;}

.inner_left hr {border:none;border-bottom:1px dashed #000;margin:60px 0 40px 0;}

div.separator {height:5px;border-bottom:1px dashed #000;margin:60px 0 60px 0;width:100%;}

.inner_left ul li {padding:30px 0 0 0;line-height:190%;}

.inner_right {width:28%;padding:177px 0 70px 0;}

.inner_right p {line-height:180%;}

.books_page h2.widgettitle, .magazines h2.widgettitle, .anthologies h2.widgettitle, .multimedia h2.widgettitle {display:none;}


p.wp-caption {font-size:12px;margin-top:-100px;margin-bottom:60px;}


.inner_left a.button {
	font-size:13px;
	text-transform: uppercase;
	color:#2A2D33;
	display: inline-block;
	margin-top:20px;
	border-radius: 3px;
	border:1px solid #979797;
	letter-spacing:4px;
	padding:15px 30px;
	box-shadow: 2px 2px 2px #F2E9E9;
	line-height:22px;
	margin-right:5px;
}


.inner_left a.button:hover {
	background-color:#CA3A30;
	color:#fff;
	border-color:#CA3A30;
}

.inner_left a, .latest_left a, .latest_right a {
	color:#ca3a30;
	border-bottom:1px dotted #ca3a30;
}

.inner_left a:hover, .latest_left a:hover, .latest_right a:hover {
	color:#fff;
	background-color:#ca3a30;
}


.inner_left img {
	max-width:100%;
	height:auto;
	width:auto;
	margin-bottom:30px;
}






/*// PUBLICATIONS PAGE //*/

body.page-id-10 h2 {margin-bottom:60px;}

body.page-id-10 .inner_left ul {
	border-bottom:1px dashed #000;
	padding-bottom:40px;
	margin-bottom:30px;
}

body.page-id-10 .inner_left ul strong {font-size:20px;}

body.page-id-10 .inner_left li {padding:0 0 0 0;}

body.page-id-10 .inner_left ul li img {float:right;margin:0 0 30px 30px;max-width:120px;height:auto;}





/*// INNER HEADINGS //*/

.inner h1 {
	color:#000;
	font-weight:normal;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing:13px;
	line-height:77px;
	margin-bottom:50px;
}

.inner h2 {
	color:#2891a5;
	font-weight:normal;
	font-size:32px;
	letter-spacing:1px;
	line-height:140%;
	margin-bottom:40px;
}

.inner h3 {
	color:#000;
	font-weight:normal;
	font-size:30px;
	letter-spacing:13px;
	line-height:120%;
	margin-bottom:20px;
}

div.news_page h3 {
	font-size:12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom:10px;
}

div.news_page h2 a {color:#2891a5;border-bottom:none;}

div.news_page h2 a:hover {
	color:#fff;
	background-color:#ca3a30;
}

div.news_page.inner_left img {margin-bottom:0px;}


/*// AVAILABLE //*/

.avail {
	margin-bottom:60px;
	border-top:1px dashed #000;
	padding-top:20px;
	background-image:  url('img/avail_icon.png');
	background-image:  none,url('img/avail_icon.svg'), url('img/avail_icon.png');
	background-repeat: no-repeat;
	background-position: 40% 20%;
	padding-top:150px;
	margin-top:60px;
}

/*// CONTACT //*/

.contact_widget {
	margin-bottom:60px;
	background-image:  url('img/contact_icon.png');
	background-image:  none,url('img/contact_icon.svg'), url('img/contact_icon.png');
	background-repeat: no-repeat;
	background-position: 40% top;
	padding-top:110px;
}

.contact_widget a {
	color:#ca3a30;
	border-bottom:1px dotted #ca3a30;
}

.contact_widget a:hover {
	color:#fff;
	background-color:#ca3a30;
}

/*// NEWS WIDGET //*/

.news_widget {
	margin-bottom:20px;
	background-image:  url('img/avail_icon.png');
	background-image:  none,url('img/avail_icon.svg'), url('img/avail_icon.png');
	background-repeat: no-repeat;
	background-position: 40% top;
	padding-top:110px;
}

.news_widget a, .news_edit_widget p a {
	color:#ca3a30;
	border-bottom:1px dotted #ca3a30;
}

.news_widget a:hover, .news_edit_widget p a:hover {
	color:#fff;
	background-color:#ca3a30;
}

.news_edit_widget img {margin-bottom:10px;margin-top:30px;}


/*// BUY //*/

.buy {
    border-top: 1px dashed #000;
    font-size: 14px;
    letter-spacing: 4px;
    margin-top: 30px;
    padding-top: 30px;
    text-transform: uppercase;
}


/*// REVIEWS //*/

.reviews {
    border-left: 10px solid #f5f3f3;;
    padding-left: 7%;
    padding-top: 15px;
    width: 91%;
}

.reviews hr {
	border: 0;
	/*height: 1px; 
	background: #000; 
	background-image: linear-gradient(to right, #ccc, #000, #ccc);*/
	margin:40px 0 30px 0;
	height:11px;
	background-image: url('img/newhr.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}

.review_image.reviews {padding-top:0px;}

.reviews h2 {display:none;}

.reviews p {font-size:16px;}

.reviews p span, .reviews p strong {
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 200%;
    padding-top: 20px;
    text-transform: uppercase;
}







/*// LATEST //*/

.latest {
	text-align:center;
	margin-bottom:80px;
	background-repeat: no-repeat;
	background-image: url('img/lined_bg.png');
	background-position: 10% -46px;
	margin-top:70px;
}

.latest h3, .other_widget h2 {font-size:20px;font-family: 'Lato';font-weight:800;margin-bottom:20px;margin-top:30px;letter-spacing:2px;text-transform: uppercase;}


.latest a.button {
	font-size:13px;
	text-transform: uppercase;
	color:#2A2D33;
	display: inline-block;
	margin-top:40px;
	border-radius: 3px;
	border:1px solid #979797;
	letter-spacing:4px;
	padding:15px 30px;
	box-shadow: 2px 2px 2px #F2E9E9;
}

.latest a.button:hover {
	background-color:#CA3A30;
	color:#fff;
	border-color:#CA3A30;
}


.latest_left {
	line-height:28px;
	width:45%;
	margin-right:5%;
	padding-right:5%;
	background-repeat: no-repeat;
	background-image: url('img/latest_div.png');
	background-position: right 270px;
}


.latest_right {line-height:28px;width:45%;}



/*// PAGINATION //*/

.pagination {
	text-align:center;
	border-top:1px dashed #000;
	margin-top:60px;
	padding-top:30px;
}

.pagination a, .pagination span {margin:0 5px 0 5px;}

.inner_left div.pagination span, .inner_left div.pagination p.span {font-size:16px;}



/*// CONTACT PAGE //*/

.wpcf7 input, .wpcf7 textarea {
	background-color:#f5f3f3;
	border:none;
	font-size:16px;
	font-family: 'Libre Baskerville', serif;
	border-radius: 3px;
	border:1px solid #ccc;
	color:#888;
}




.wpcf7 input {width:60%;height:50px;line-height:50px;padding:0 2% 0 2%;}

.wpcf7 textarea {width:90%;height:400px;padding:2%;}







.wpcf7 input.wpcf7-submit {
	font-size:13px;
	text-transform: uppercase;
	color:#2A2D33;
	display: inline-block;
	margin-bottom:10px;
	margin-top:20px;
	border-radius: 3px;
	border:1px solid #979797;
	letter-spacing:4px;
	padding:15px 30px;
	box-shadow: 2px 2px 2px #F2E9E9;
	line-height:22px;
	margin-right:5px;
	background-color: #fff;
	width:auto;
}




.wpcf7 input.wpcf7-submit:hover {
	background-color:#CA3A30;
	color:#fff;
	border-color:#CA3A30;
}



.wpcf7 span.wpcf7-not-valid-tip {font-size:16px;}

.wpcf7 div.wpcf7-validation-errors {border:none;color:#f00;}

.wpcf7 div.wpcf7-mail-sent-ok {border:none;}

.wpcf7 div.wpcf7-response-output {margin:0px;padding:0px;}





/*// SOCIAL //*/

ul.tweets li {width:29%;margin-left:2%;margin-right:2%;float:left;}

.tweet_hd {
	padding:80px 0 80px 0;
	background-image: url('img/tweet_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.tweet h2 {display:none;}

.tweet_hd h3 {font-size:20px;font-family:'Lato';text-transform: uppercase;letter-spacing:4px;font-weight:800;text-align:center;}
.tweet {font-size:16px;line-height:28px;}
.tweet span {margin-top:15px;color:#615C5C;font-size:10px;text-transform: uppercase;letter-spacing:2px;}
.tweet a {color:#CA3A30;border-bottom: dotted 1px #CA3A30;}
.tweet a:hover {background-color:#CA3A30;color:#F5F3F3;}

ul.tweets li span.stt-em {font-style: normal;}

ul.tweets li span.stt-em a {border-bottom:none;color:#615C5C;}
ul.tweets li span.stt-em a:hover {border-bottom:none;color:#F5F3F3;}

a.twitter.button {
	background-image: url('img/twit_bird.png');
	background-position: 20px 13px;
	padding:20px 30px 20px 70px;
}

a.twitter.button:hover {
	background-image: url('img/twit_bird.png');
	background-position: 20px -57px;
}

a.facebook.button {
	background-image: url('img/face.png');
	background-position: 20px 7px;
	padding:20px 30px 20px 60px;
}

a.facebook.button:hover {
	background-image: url('img/face.png');
	background-position: 20px -83px;
}

a.harvill.button {
	background-image: url('img/harvill.png');
	background-position: 20px 8px;
	padding:20px 30px 20px 75px;
}

a.harvill.button:hover {
	background-image: url('img/harvill.png');
	background-position: 20px -52px;
}

a.insta.button {
	background-image: url('img/insta.png');
	background-position: 20px 10px;
	padding:20px 30px 20px 75px;
}

a.insta.button:hover {
	background-image: url('img/insta.png');
	background-position: 20px -50px;
}

.social_buttons {padding-top:60px;padding-bottom:60px;text-align:center;}

.social_buttons a.button {
	font-size:13px;
	text-transform: uppercase;
	color:#2A2D33;
	display: inline-block;
	margin-top:30px;
	border-radius: 3px;
	border:1px solid #979797;
	letter-spacing:4px;
	background-repeat: no-repeat;
	margin:0 10px 20px 10px;
	box-shadow: 2px 2px 2px #F2E9E9;
}

.social_buttons a.button:hover {
	background-color:#CA3A30;
	color:#fff;
	border-color:#CA3A30;}

/*// FOOTER //*/

.footer {
	border-top:20px solid #E0E1E2;
	min-height:250px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('img/footer_bg.png');
	background-color:#1B2C4F;
	position:relative;
	padding-bottom:80px;
}

body.home .footer {
	padding-bottom:0;
}

/*// COPYRIGHT //*/



.copyright {
	float:left;
	width:95%;
	text-align: left;
	letter-spacing:0px;
	padding:0px 0 20px 5%;
	font-size:14px;
	line-height:22px;
	background-color:transparent;
	color:#fff;
	font-family:'Lato';
	margin-top:-45px;
}

body.home .copyright {
	float:left;
	width:95%;
	text-align: left;
	letter-spacing:0px;
	padding:0px 0 20px 5%;
	font-size:14px;
	line-height:22px;
	background-color:#1B2C4F;
	color:#fff;
	font-family:'Lato';
	margin-top:0;
}







/*// RESPONSIVE //*/

@media screen and (max-width : 780px) {
	/* BANNER */
	.banner_left {width:100%;margin-right:0;padding-top:0px;}
	.banner_left h1, .banner_left p.h1 {margin-bottom:30px;font-size:40px;line-height:70px;}
	.banner_right {width:100%;padding-top:40px;padding-bottom:50px;}
	.banner {height:auto;background-position: center 35px;padding-top:50px;}
	/* TWEETS/SOCIAL */
	.tweet {width:100%;margin-right:0;text-align:center;}
	ul.tweets li {margin-bottom:20px;width:100%;margin-left:0;margin-right:0;}
	.social_buttons {padding-top:40px;padding-bottom:30px;}
	.tweet_hd {padding-top:60px;padding-bottom:60px;}
	/* INTRO */
	.intro_left {width:100%;margin-right:0;text-align:center;margin-bottom:0;padding-top:40px;padding-bottom:40px;}
	.intro_right {width:100%;padding-left:0;padding-top:0px;text-align:center;}
	/* INNER */
	.inner_left {width:100%;margin-right:0;}
	.inner_right {width:100%;padding-top:0;}
	.inner h1 {font-size:35px;margin-bottom:30px;}
	.inner {padding-top:0;}
	/* BUY */
	.buy {border-bottom: 1px dashed #000;padding-bottom:30px;}
	/* AVAIL */
	.avail {background-position: center top;text-align: center;}
	/* CONTACT */
	.contact_widget {background-position: center top;text-align: center;margin-bottom:0px;}
	/* NEWS */
	.news_widget {background-position: center top;text-align: center;margin-bottom:0px;}
	.news_edit_widget {text-align:center;margin-top:40px;}
	/* NAV */
	.fixed {position: relative;}
}

@media screen and (max-width : 650px) {
	/* LATEST */
	.latest_left {width:100%;margin-right:0;padding-right:0;background-image:none;}
	.latest_right {width:100%;}
	.latest {background-image: none;margin-bottom:0px;}
	.latest a.button {margin-bottom:70px;margin-top:20px;}
	
	body.page-id-10 .inner_left h1 {font-size:18px;letter-spacing:6px;line-height:120%;}
	body.page-id-10 .inner_left h2 {font-size:26px;}
	
	p.wp-caption {margin-top:-70px;font-size:10px;}
}



@media screen and (max-width : 450px) {
	/* TWEET HD */
	.tweet_hd {background-image: none;}
}






@media screen and (max-width : 400px) {
	/* LOGO */
	.nav-toggle {background-image: url('img/logo_small.png');}
	/* BANNER */
	.banner {padding-top:40px;background-position: -780px 76px;}
	.inner {padding-top:0px;}
	.banner_left h1.top {font-size:32px;line-height:67px;}
	.banner_left h1.middle {font-size:36px;line-height:67px;}
	.banner_left h1.bottom {font-size:36px;line-height:67px;}
	/* PUBLICATIONS */
	body.page-id-10 .inner_left ul li img {float:none;margin-left:25%;}
}



.books_page.inner_left {
	margin-right:0;
	padding-top:0;
}

.inner .inner_left.books_page h1 {
	margin-bottom:10px;
}

.books_page {
	float:left;
	width:100%;
}

.books_page .item {
	float:left;
	width:96%;
	padding:20px 2%;
	margin-top:40px;
}

.books_page .item:nth-child(even) {
	background-color:#F5F6F7;
	padding-bottom:30px;
}



.books_page .item .item_left {
	float:left;
	width:25%;
}

.books_page .item .item_left a {
	border: none;
	display:block;
}

.books_page .item .item_left img {
	margin-bottom:0px;
}

.books_page .item .item_left a:hover {
	border: none;
	background-color: transparent;
}


.books_page .item .item_right {
	float:right;
	width:70%;
}

.books_page .item .item_right h2 a {
	border-bottom: none;
	color:#2891A5;
}

.books_page .item .item_right h2 a:hover {
	color:#fff;
}


@media screen and (max-width : 800px) {
	.books_page .item .item_left {
		width:48%;
	}
	.books_page .item .item_right {
		width:48%;
	}
}

@media screen and (max-width : 600px) {
	.books_page .item .item_left {
		width:100%;
		margin-bottom:20px;
	}
	.books_page .item .item_right {
		width:100%;
	}
}


.books_single {
	float:left;
	width:100%;
	background-color:pink;
}





