/*
Theme Name: Jack Goldsmith
Author: Presshive
Description: A custom WordPress theme for Jack Goldsmith.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=tel], input[type=url], input[type=password],
input[type=text], input[type=email], input[type=reset],
input[type=button], input[type=submit], button, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 13px/18px 'Raleway', sans-serif;
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: none;
}

input, textarea, select, button {
	outline: none;
	font-family: 'Raleway', sans-serif;
}

a {
	text-decoration: none;
	color: #931628;
}

a:hover {
	text-decoration: underline;
}


/* Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

/* Header
------------------------------------------------------------------------------*/

#header {
	border-top: 6px solid #bbb7b3;
	height: 51px;
	background: #931628;
	position: relative;
	z-index: 999;
}

#header .holder {
	float: right;
	padding: 10px 0 0 0;
}

#header .holder .search,
.entry .search {
	float: left;
	overflow: hidden;
}

#header .holder .search .text,
.entry .search .text {
	border: 1px solid #bbb7b3;
	width: 236px;
	height: 24px;
	padding: 0 10px;
	display: block;
	float: left;
}

#header .holder .search .submit,
.entry .search .submit {
	border: 1px solid #bbb7b3;
	width: 34px;
	display: block;
	float: left;
	height: 24px;
	margin-left: 11px;
	background: #69696b url(images/ico_search.png) no-repeat 50% 50%;
	text-indent: -9999px;
}

#header .holder .twitter {
	background: url(images/ico_twitter.png) no-repeat;
	height: 22px;
	display: block;
	float: left;
	width: 28px;
	margin: 1px 25px 0 56px;
}

/* Navigation
------------------------------------------------------------------------------*/

#menu {
	float: left;	
}

#menu ul {
	float: left;
}

#menu li {
	float: left;
	position: relative;
}

#menu a {
	height: 45px;
	display: block;
	padding: 0 20px;
	line-height: 43px;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
}

#menu .menu-item-has-children > a {
	position: relative;
	font-weight: 700;
	background: #5b0202;
}

#menu .menu-item-has-children.menu-book > a {
	background: none;
}

#menu .menu-item-has-children > a:after {
	content: "";
    display: inline-block;
    background: url(images/bg_arrow_down.png) 100% center no-repeat;
    width: 8px;
    height: 6px;
	margin-right: -5px;
	margin-left: 5px;
}

/*#menu a.active,
#menu .current_page_item a,*/
#menu li:hover a {
	background: #680303;
	text-decoration: none;
}

#menu .menu-item-has-children:hover > a:after {
    background: url(images/bg_arrow.png) 100% center no-repeat;
}

#menu a:hover {
	background: #680303;
}

#menu li.menu-item-has-children:hover a, #menu .menu-item-has-children:hover{
	background: #5b0202;
}

#menu a img {
	margin: 0 -5px 0 5px;
}

#menu ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #5b0202;
	width: 176px;
	padding: 12px 0 10px 0;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul ul li {
	float: none;
	display: block;
}

#menu ul ul li a {
	display: block;
	border-bottom: 1px solid #891221;
	line-height: 23px;
	height: auto;
	padding: 0 20px;
}

#menu ul ul li a:hover {
	text-decoration: underline;
}

#menu ul ul li:last-child a {
	border-bottom: none;
}

/* person
------------------------------------------------------------------------------*/

.person {
	border-bottom: 1px solid #b4b4b5;
	overflow: hidden;
	padding: 11px 0;
}

.person .photo {
	float: left;
	padding: 0 30px 0 22px;
}

.person .info {
	overflow: hidden;
	padding: 32px 20px 0 0;
	font-size: 16px;
	color: #7a7a7a;
	line-height: 24px;
}

.person .info a {
	color: #7a7a7a;
	border-bottom: 1px dotted #7a7a7a;
}

.person .info a:hover {
	border-bottom: none;
	text-decoration: none;
}

.person .info h2 {
	font-family: 'Cinzel', serif;
	font-size: 36px;
	line-height: 42px;
	color: #931628;
	border-bottom: 1px solid #808080;
	display: inline-block;
	padding-bottom: 3px;
	margin-bottom: 12px;
}

/* main-content
------------------------------------------------------------------------------*/

.content {
	overflow: hidden;
}

.main-content {
	float: left;
	padding-right: 330px;
	width: 100%;
}

.main-content.full-width {
	float: none;
	padding-right: 0;
	width: 100%;
}

.title {
	padding: 34px 30px 14px 23px;
}

.title h1,
.title .page-title{
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	color: #931628;
	padding-bottom: 9px;
	border-bottom: 4px solid #931628;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
body.home h2.page-title {
	border-bottom: 0px;
	font-size: 18px;
	text-transform: capitalize;
	padding-bottom: 0px;
}
body.home .title {
	padding: 16px 30px 0 23px;
}
.nothing {
    font-size: 24px;
    color: #931628;
    text-transform: uppercase;
}
.posts {
	padding: 0 15px 0 8px;
}

.posts article {
	float: left;
	width: 50%;
	padding: 28px 15px 23px 15px;
	position: relative;
}

body.home .posts article {
	padding: 18px 15px 23px 15px;
}

.posts article:nth-child(2n+1) {
	clear: left;
}

.posts article h3 {
	margin-top: -5px;
}

.posts article:after {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	content: "";
	border-top: 1px solid #e1e1e1;
}

.posts article.last:before {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	content: "";
	border-top: 1px solid #e1e1e1;
}

.posts article:nth-child(2):after,
.posts article:nth-child(1):after {
	display: none;
}

.posts article h3 a {
	color: #931628;
	font-size: 13px;
	line-height: 22px;
	border-bottom: 4px solid #931628;
	display: block;
	margin-bottom: 10px;
}

.posts article h2 a {
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 5px;
	color: #000;
}
.posts article h2{
	padding-bottom: 10px;
}

.posts article h2.cat{
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	padding-bottom: 3px;
	margin-bottom: 9px;
	border-bottom: 4px solid #931628;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.posts article h2.cat a{
	color: #931628;
	font-size: 12px;
	line-height: 20px;
}

.posts article p.info-line a,
.posts article p.info-line {
	font-weight: normal;
	color: #878789;
	font-size: 14px;
	line-height: 22px;
}

.pagination {
	overflow: hidden;
	text-align: center;
	position: relative;
	color: #878789;
	padding: 24px 30px 24px 23px;
	clear: both;
	font-size: 14px;
	line-height: 28px;
}

.pagination .hold {
	padding: 0 120px 0 130px;
	min-height: 30px;
	position: relative;
}

.pagination .prev {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	padding: 0 24px;
	background: #931628;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

.pagination .next {
	position: absolute;
	top: 0;
	right: 19px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	padding: 0 24px;
	background: #931628;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

.pagination .next, .pagination .prev{
	opacity: 0.9;
}

.pagination ul li {
	display: inline-block;
	padding: 0 3px 0 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pagination ul li a {
	color: #878789;
	text-decoration: underline;
}

.pagination ul li a:hover {
	text-decoration: none;
}

.pagination ul li a:hover {
	text-decoration: none;
}

.btn,
a.btn {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #fff!important;
	font-size: 15px;
	padding: 0 24px;
	background: #931628;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none!important;
}
.btn:hover,
a.btn:hover{
	opacity: 0.9;
}

.filter {
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
	padding: 34px 30px 10px 23px;
	margin-top: -14px;
}

.filter section {
	overflow: hidden;
}

.filter section article {
	padding: 0 11px;
	width: 34.2%;
	float: left;
}

.filter section article:first-child {
	padding: 0 11px 0 0;
}

.filter section article:last-child {
	padding: 0 0 0 11px;
	width: 31.6%;
}

.filter section h4 {
	color: #000;
	font-size: 13px;
	line-height: 27px;
	font-weight: 600;
}

.filter section .checks {
	margin-right: -10px;
	color: #878789;
}

.filter .checkbox {
	padding: 0 0 0 17px;
	display: block;
	position: relative;
	line-height: 22px;
	font-size: 12px;
	float: left;
	margin-right: 13px;
	letter-spacing: 0.5px;
}

.filter .checkbox:after {
	position: absolute;
	content: "";
	background: url(images/bg_checkbox.png) no-repeat;;
	height: 9px;
	width: 9px;
	top: 6px;
	left: 0;
}

.filter .checkbox.checked:after {
	background-position: 0 -9px;
}

.crf-s {
	background: #fff;
	height: 24px;
	line-height: 24px;
	padding: 0 30px 0 5px;
	display: block;
	cursor: pointer;
	width: 100%;
	display: block;
	position: relative;
	color: #878789;
	border: 1px solid #cdcdcd;
}

.crf-s:after {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	top: 0;
	right: 0;
	background: #931628 url(images/bg_arrow_down.png) no-repeat 50% 50%;
}

.crf-sm li {
	cursor: pointer;
	color: #878789;
}

.crf-sm {
	position: absolute;
	min-width: 150px;
	display: none;
	overflow: auto;
	max-height: 300px;
	z-index: 9999;
	padding: 0 5px;
	border: 1px solid #cdcdcd;
	border-top: 0;
	background-color: #fff;
}

/* sidebar
------------------------------------------------------------------------------*/

#sidebar {
	border-left: 1px solid #b4b4b5;
	margin-left: -330px;
	width: 330px;
	float: right;
	padding: 15px 10px 0 0;
}

#sidebar .widget {
	padding: 0 14px;
	position: relative;
}

#sidebar .widget-posts, #sidebar .widget_rss {
	padding-top: 16px;
	padding-bottom: 20px;
}

#sidebar .widget-posts:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	background: #b4b4b5;
	width: 2000px;
	height: 1px;
}

#sidebar .widget-posts article, #sidebar .widget_rss ul li {
	padding-bottom: 10px;
}

#sidebar .widget-posts h2, #sidebar .widget_rss .widgettitle a:last-child {
	color: #931628;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	padding-bottom: 18px;
}

#sidebar .widget_rss .widgettitle a:first-child {
	display: none;
}

#sidebar .widget_rss ul {
	margin-top: 18px;
}

#sidebar .widget_rss .widgettitle a img {
	margin-top: -6px;
}

#sidebar .widget-posts h3 a, #sidebar .widget_rss ul .rsswidget {
	font-weight: 600;
	color: #000;
}

#sidebar .widget-posts .date, #sidebar .widget_rss .rss-date {
	color: #878789;
	font-weight: normal;
	display: block;
}

#sidebar .widget_text h3.widgettitle {
	color: #931628;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	padding-bottom: 18px;
}

#sidebar #twitter-timeline {
    height: 400px;
    overflow-y: auto;
}

#sidebar .widget-books {
	display: none;
	padding-top: 32px;
	padding-bottom: 32px;
}

#sidebar .widget-books section {
	background: #f0eeed;
	text-align: center;
	padding: 17px 20px;
}

#sidebar .widget-books section h2 {
	color: #931628;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 1px;
	padding-bottom: 29px;
}

#sidebar .widget-books article {
	padding-bottom: 30px;
}

/* Footer
------------------------------------------------------------------------------*/

#footer {
	clear: both;
	border-top: 1px solid #b4b4b5;
	color: #4d4d4d;
}

#footer p {
	padding: 19px 24px 12px 24px;
}

.textwidget p {
	padding: 0 0 10px 0;
}
/* Respond */

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
	padding: 0 30px 0 23px;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title {
	margin: 0 0 5px 0;
	font-weight: 700;
    font-size: 16px;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

#commentform p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

#commentform p label {
	display: block;
	padding: 0 0 5px;
}

#commentform p textarea {
	width: 98%;
}
/* Comments*/

#comments {
	margin: 0 0 5px 0;
	padding: 0 30px 0 23px;
	font-weight: 700;
    font-size: 16px;
}

.commentlist {
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
	padding: 0 30px 0 23px;
}

.commentlist li.comment {
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border: 1px solid #ececec;
	background: #f6f6f5;
}

.commentlist li.alt {
	margin: 10px 0 0 0;
	background: #fff;
}

.commentlist li.comment ul li.comment {
	margin-right: 15px;
	margin-left: 10px;
}

.commentlist .entry-comment p {
	margin: 10px 0 10px 0;
}

.commentlist .children {
	padding: 0;
}
/* Typography */

.entry {
	width: 100%;
	font-size: 15px;
	line-height: 22px;
    padding: 3px 30px 14px 23px;
}

.entry p {
	margin: 0 0 15px 0;
}

.entry p a {
	color: #000;
	border-bottom: 1px dotted #000;
}

.entry p a:hover {
	border-bottom: none;
	text-decoration: none;
}

.entry p.space {
	margin: 0 0 50px 0;
}

.entry h1 {
	font-size: 34px;
	line-height: 40px;
	color: #931628;
	padding-bottom: 9px;
	border-bottom: 4px solid #931628;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.entry h2 {
	font-weight: 600;
	color: #931628;
	font-size: 19px;
	line-height: 28px;
	padding: 10px 0 15px 0;
}
.entry h2.space {
	padding: 0 0 15px 0;
	margin-top: -1px;
}

.entry h3 {
	font-weight: 600;
	color: #931628;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 16px 0;
}

.entry h4 {
	font-weight: 600;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	padding: 0 0 1px 0;
}

.entry h5 {
	font-weight: 600;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	padding: 0 0 1px 0;
}

.entry h6 {
	font-weight: 600;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	padding: 0 0 1px 0;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
}

.entry ul {
	padding: 0 0 16px 0;
}

.entry ul ul,
.entry ul ol {
	margin: 0;
}

.entry ul li {
	padding-left: 10px;
	padding-bottom: 15px;
	position: relative;
}

.entry ul > li:after {
	content: "";
	left: 2px;
	height: 2px;
	width: 2px;
	position: absolute;
	top: 10px;
	background: #931628;
}
.entry ol > li{
	padding-left: 0;
}
.entry li ul{
	padding-bottom: 0;	
}
.entry ul ul li {
	list-style-type: none;
	padding-left: 15px;
}
.entry ul > li ul li:after {
    content: "";
    left: 2px;
    height: 2px;
    width: 7px;
    position: absolute;
    top: 10px;
    background: #931628;
}
.entry ul li ol li {
	list-style-type: decimal;
}

.entry ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

.entry ol ol,
.entry ol ul {
	margin: 0;
}

.entry ol li {
	list-style-type: decimal;
	line-height: 1.5em;
}

.entry ol li ol li {
	list-style-type: lower-alpha;
}

.entry ol li ul li {
	list-style-type: none;
	padding-left: 15px;
}
.entry ol li ul > li:after{
	content: "";
	left: 2px;
	height: 2px;
	width: 7px;
	position: absolute;
	top: 10px;
	background: #931628;
}
.entry table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

.entry table td,
.entry table th {
	border: 1px solid #ccc;
	padding: 5px;
}

.entry table th {
	background: #eee;
}
/* Calendar */

#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}

#wp-calendar td {
	background: transparent;
}
/* Begin Images */

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

img.wp-smiley {
	padding: 0;
	border: none;
}

.alignnone {
	margin: 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text,
.entry .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 0;
}

.al {
	float: left;
}

.ar {
	float: right;
}
/* Various Tags & Classes */

.entry acronym,
.entry abbr,
.entry span.caps {
	cursor: help;
}

.entry acronym,
.entry abbr {
	border-bottom: 1px dashed #dfcfba;
}

.entry blockquote {
	margin: 15px 0 20px 0;
	padding: 0 15px 0 40px;
	background: url(images/bgr_blockquote.png) no-repeat;
}

.entry blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.entry pre,
.entry code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

.entry code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6 url(images/bgr_code.gif) repeat scroll 0 0;
	border-top: 0;
	border-bottom: 0;
}

sup {
	position: relative;
	top: -5px;
}

sub {
	position: relative;
	top: 5px;
}

code br {
	display: none;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.sticky {
}

.bypostauthor {
}

.page-link {
	padding: 0 0 15px;
}
/* pagination */

.entry input[type=tel],
.entry input[type=url],
.entry input[type=password],
.entry input[type=text],
.entry input[type=email]{
	border: 1px solid #bbb7b3;
	width: 236px;
	height: 24px;
	padding: 0 10px;
	display: block;
}
.entry textarea{
	border: 1px solid #bbb7b3;
	width: 98%;
	height: 96px;
	padding: 0 10px;
	display: block;
}
.entry button,
.entry input[type=button],
.entry input[type=submit],
.form-submit input[type=submit]{
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	padding: 0 24px;
	background: #931628;
	font-weight: 600;
	text-transform: uppercase;
	border: 0;
}
a, input[type=reset], input[type=button], input[type=submit], button, .btn{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
input[type=reset]:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:hover{
	opacity: 0.8;
}
.drops {
	width: 38px;
	height: 18px;
	right: 0;
	background: url(images/ico-drop.png) no-repeat;
	background-position: 0px -10px;
	top: 8px;
	display: none;
	position: absolute;
	cursor: pointer;
}
.drops.active {
    background-position: 0px -48px;
}
#menu .menu-item-has-children{
	position: relative;
}

/**/

#section-books {
	text-align: center;
}

#section-books .item-book {
	display: inline-block;
	margin: 0 auto 20px;
	vertical-align: top;
	width: 250px;
}

#section-books .item-book > a {
	display: block;
}

#section-books .item-book img {
	display: block;
	margin: 0 auto 15px;
}

#section-books .item-book img h3 {
	text-align: center;
}

#section-books .item-book img h3 a {
	display: block;
	font-size: 15px;
	line-height: 135%;
}




/* Media
------------------------------------------------------------------------------*/ 

@media screen and (max-width: 1024px) {
		
	.main-content {
		padding-right: 250px;
	}
	.main-content.full-width {
		padding-right:0;
	}
	#sidebar {
		margin-left: -250px;
		width: 250px;
		padding: 0;
	}
	
	.posts {
		padding: 0 10px 0 10px;
	}
	
	.pagination .next {
		right: 0;
	}

	.title {
		padding: 34px 25px 14px 25px;
	}
	
	.pagination {
		padding: 24px 25px 24px 25px;
	}

	.entry {
		padding: 3px 25px 14px 25px;
	}
	
	.filter {
		padding: 34px 25px 10px 25px;
	}

	.filter section article {
		padding: 0 7px;
		width: 36%;
	}
	
	.filter section article:first-child {
		padding: 0 7px 0 0;
	}
	
	.filter section article:last-child {
		padding: 0 0 0 7px;
		width: 28%;
	}
	
	.filter section h4 {
		font-size: 14px;
	}


}

@media screen and (max-width: 767px) {
	#comments{
		padding: 0 10px 0 10px;
	}
	.commentlist{
		padding: 0 10px 0 10px;
	}
	#header {
		border-top: 3px solid #bbb7b3;
		height: 42px;
	}

	#header .holder {
		padding: 9px 0 0 0;
	}

	#header .holder .search .text,
	.entry .search .text {
		width: 170px;
		height: 20px;
		padding: 0 5px;
	}

	#header .holder .search .submit,
	.entry .search .submit {
		width: 28px;
		height: 20px;
		margin-left: 4px;
		background-size: 13px 12px;
	}

	#header .holder .twitter {
		height: 18px;
		width: 23px;
		background-size: 100% 100%;
		margin: 1px 10px 0 10px;
	}
	
	#menu .trigger {
		display: block;
		background: url(images/bg_menu_trigger.png) no-repeat;
		height: 17px;
		width: 21px;
		cursor: pointer;
		float: left;
		margin: 10px 10px;
	}

	#menu ul {
		float: none;
		display: none;
		background: #931628;
		position: absolute;
		top: 39px;
		left: 0;
		right: 0;
	}

	#menu ul.active {
		display: block;
	}

	#menu li {
		display: block;
		float: none;
	}

	#menu a {
		height: 34px;
		padding: 0 15px;
		line-height: 34px;
	}

	#menu ul ul {
		display: none;
		position: static;
		width: 100%;
		padding: 5px 0 5px 0;
	}
	
	#menu ul ul.active {
		display: block;
	}
	
	#menu ul li:hover ul {
		display: none;
	}
	
	#menu ul li:hover ul.active {
		display: block !important;
	}
	
	#menu ul ul li {
		float: none;
		display: block;
	}
	
	#menu ul ul li a {
		display: block;
		border-bottom: 1px solid #891221;
		line-height: 23px;
		height: auto;
		padding: 0 23px;
	}
	
	#menu ul ul li a:hover {
		text-decoration: underline;
	}
	
	#menu ul ul li:last-child a {
		border-bottom: none;
	}

	.person .photo {
		padding: 0 10px 0 10px;
	}

	.person .photo img {
		width: 90px;
	}

	.person .info {
		padding: 10px 10px 0 0;
		font-size: 15px;
		line-height: 23px;
	}
	
	.person .info h2 {
		font-size: 26px;
		line-height: 31px;
		padding-bottom: 1px;
		margin-bottom: 8px;
	}
	
	.main-content {
		padding-right: 0;
	}

	.posts {
		padding: 0 10px 30px 10px;
		overflow: hidden;
	}

	.posts article {
		float: none;
		width: 100%;
		padding: 20px 0 15px 0;
	}

	.posts article:nth-child(2):after {
		display: block;
	}

	#sidebar {
		border-left: none;
		margin-left: 0;
		width: 100%;
		float: none;
		padding: 0;
		clear: both;
		border-top: 1px solid #b4b4b5;
	}

	#sidebar .widget {
		padding-left: 10px;
		padding-right: 10px;
	}

	#sidebar .widget-books article {
		padding-bottom: 20px;
	}
	
	#sidebar .widget-books section h2 {
		padding-bottom: 15px;
	}

	#footer p {
		padding: 15px 10px 15px 10px;
	}
	
	.posts article:after {
		left: 10px;
		right: 10px;
	}

	.posts article:bth-child(2):after {
		position: absolute;
		top: 0;
		left: 10px;
		right: 10px;
		content: "";
		border-top: 1px solid #e1e1e1;
	}

	.title {
		padding: 34px 10px 14px 10px;
	}
	
	.pagination {
		padding: 0 10px 24px 10px;
	}

	.pagination .hold {
		padding: 0 65px 0 95px;
	}

	.pagination ul li {
		padding: 0 2px 0 0;
	}

	.btn,
	a.btn {
		font-size: 14px;
		padding: 0 10px;
	}

	.posts article:after {
		left: 0;
		right: 0;
	}

	.posts article.last {
		height: auto !important;
	}

	.posts article.last:before {
		display: none;
	}
	
	.posts article.last:last-child:before {
		position: absolute;
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
		content: "";
		border-top: 1px solid #e1e1e1;
	}
	
	.entry {
		padding: 3px 10px 35px 10px;
	}
	#respond {
		padding: 3px 10px 35px 10px;
	}

	.filter section article {
		padding: 5px 10px 0 10px !important;
		width: 100% !important;
	}

	.filter {
		padding: 34px 10px 0 10px;
	}
	.drops {
		display: block;
	}
	#menu .menu-item-has-children > a:after{
		display: none;
	}
}
.mc4wp-form input[type="submit"]{
    background-color: #931628;
    color: #fff;
    padding: 7px 22px;
    width: 100%;
    border: none;
}
.mc4wp-form input[type="email"]{
    width: 100%;
    padding: 7px 2px 7px 9px;
    border: 1px solid #931628;
}