/*
Theme Name: Jshaw
Version: 1.0
Author: Design UnLtd
Description: A custom theme based on the Twenty-Twelve theme with thanks to the Wordpress Ninjas
Author URI: http://designunlimited.co.za
*/

/* =Reset
-------------------------------------------------------------- */

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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Cinzel', serif;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	color:#342c23;
	padding-bottom:18px;
	border-bottom:thin solid #daa42e;
	margin-bottom:30px;
}
.h2 {
	display:block;
	clear: both;
	font-family: 'Cinzel', serif;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	color:#3b2b1c;
	font-weight:normal;
	padding-bottom:18px;
	border-bottom:thin solid #daa42e;
	margin-bottom:30px;
	font-size:22px;
}

h2 {
	color:#3b2b1c;
	font-weight:normal;
}

html {
	overflow-y: scroll;
	background-color:#f9f4e1;
}
a:focus {
	outline:none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display:block;
	clear:both;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
    background: rgba(0, 0, 0, 0) url("img/diamondsh.svg") no-repeat scroll center center;
    border: 0 none;
    height: 30px;
    margin: 30px 0 20px;
}

sub,
sup {
	font-size:14px;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

* { -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* Clearing floats */

.widget:after,
.site:after,
.site-donate:after,
#content-grid,
.container:after,
.clear:after,
.wrapper:after {
	clear: both;
}
.widget:after,
.site:after,
.site-donate:after,
#content-grid,
.container:after,
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after {
	display: table;
	content: "";
}

/*Repeatable */
a,
.button,
#toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}

input, select {
	display:block;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #444;
    font-family: inherit;
	font-size:16px;
    padding:6px 10px;
	width:250px;
	margin:0 auto;
}

button,
input {
	line-height: normal;
}
textarea {
    border: thin solid #ccc;
    color: #666;
    font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
    font-size: 16px;
    overflow: auto;
    padding: 12px;
    vertical-align: top;
    width: 100%;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
	display:inline-block!important;
	width:20px;
}

/* Buttons */
input[type="submit"], input[type="button"], input[type="reset"] {
    background-color: #daa42e!important;
    border: 1px solid #cf971e!important;
    border-radius: 3px;
    color: #fff;
    font-family: "Cinzel",serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.42857;
    margin-top: 5px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #fff;
	background-color: #000!important;
	border:thin solid #000!important;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #999;
	background-color: #333;
}

.button {
	display:block;
	font-family: 'Cinzel', serif!important;
	padding: 6px 10px;
	font-size:16px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #fff!important;
	background-color: #daa42e;
	border: 1px solid #cf971e;
	border-radius: 3px;
	text-align:center;
	text-decoration:none;
	width:250px;
	margin:0 auto;
}

.button:hover {
	background:#000;
	border:thin solid #000;
	color:#daa42e;
}
.foot {
    margin-top: 8px;
}
.buthal {
	font-size:16px;
	width:48%;
}


/* Navigation */
.site nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
	margin:30px 0;
}
.site-donate nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
	margin:30px 0;
}
#nav-above {
	padding: 30px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous, nav-next {
	display:block;
	clear:both;
}
.previous-image {
	float: left;
	width: 50%;
}

.nav-previous a {
    background: rgba(0, 0, 0, 0) url("img/arrow-left.svg") no-repeat scroll left -44px;
    display: block;
    height: 40px;
    padding: 8px 0 0 30px;
    text-decoration: none;
	margin-bottom:20px;
}
.nav-previous a:hover {
	background: rgba(0, 0, 0, 0) url("img/arrow-left.svg") no-repeat scroll left 5px;
}

.next-image {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-next {
	text-align:right;
	margin-top:15px;
}

.nav-next a {
    background: rgba(0, 0, 0, 0) url("img/arrow.svg") no-repeat scroll right -44px;
    display: block;
    height: 40px;
    padding: 8px 30px 0 0;
    text-decoration: none;
}
.nav-next a:hover {
	background: rgba(0, 0, 0, 0) url("img/arrow.svg") no-repeat scroll right 5px;
	color:#000;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 30px 0;
}

.comment-form-comment {
    margin-bottom: 30px !important;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	color: #191919;
	line-height:1.5;
	letter-sapcing:0.07em;
}
#wrapper {
	margin:0;
	padding:0;
}
a {
	outline: none;
	color: #daa42e;
	text-decoration:underline;
	text-transform:uppercase;
	font-family: "Cinzel",serif;
	font-size:18px;
}

a:hover {
	color:#000;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	width: 100%!important;
	margin:30px 0;
}

/* Responsive images */
img {
    display: inline;
    height: auto;
    margin: 0 auto;
	max-width:100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.traffick a img:hover,
.trans:hover {
	transform: scale(1.1);
	transition: all .2s ease-in-out;
}

/* Images */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:100%;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */

#mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:350px; vertical-align:top;}
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-size: 13px; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #aaa; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%!important; margin-bottom:8px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}

/* Banner */
#banner {
    height: 45px;
    padding: 6px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.banner-inner {
	position:fixed;
	top:0;
	z-index:999999;
	width:100%;
	background:rgba(53,64,73,0.9);
	border-bottom:thin solid #283847;
	height:45px;
}

.banner-head {
	height:68px;
	padding:6px 0;
}
.banner-container {
	max-width:980px;
	margin:0 auto;
	height:10px;

}

.header-image {
    background: rgba(0, 0, 0, 0) url("img/logo.svg") no-repeat scroll center center;
    display: block;
    height: 40px;
    margin-top: 2px;
    position: relative;
    width: 40px;
    z-index: 555;
	margin-left:10px;
}

.donate-header {
	position:relative;
	top:45px;
	width:100%;
	z-index:555;
}

.home-page-title {
	color:#c9ae90;
	position:absolute;
	top:110px;
	right:0;
	left:0;
	border-bottom:none;
	text-shadow:-2px 2px 2px rgba(0, 0, 0, 1);
	font-size:24px;
}

.entry-title {
	position:relative;
}

.entry-title:after {
	display:table;
	content:"";
	clear:both;
}

/* Navigation Menu */
.main-navigation {
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
}
.main-navigation li {
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #fff;
	font-family: 'Cinzel', serif;
	letter-spacing:0.06em;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #daa42e;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

#site-navigation .sub-menu {
	background:#28313a;
	border-radius:3px;
	border:thin solid #1f2830;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

#site-navigation .sub-menu:after {
    border-bottom: 10px solid #28313a;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: block;
    position: absolute;
    left: 16px;
    top: -10px;
}

/* Mobile Menu styles */

#toggle {
    display: block;
    height: 30px;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 28px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* mobile menu appearance*/
#menu {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 35px auto 0;
  text-align: center;
  border-radius: 4px;
  background: #28313a;
  box-shadow: 0 1px 8px rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
  z-index:999999;
}
#menu:after {
  position: absolute;
  top: -15px;
  right: 16px;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #28313a;
}
#menu ul, #menu li, #menu li a {
  list-style: none;
  display: block;
  margin: 0;
}
#menu ul ul li a {
    background: #323b45 none repeat scroll 0 0;
    color: #ccc;
    font-size: 14px;
    padding: 15px 0;
}
#menu li a {
    border-bottom: thin dotted #555;
    color: #fff;
    font-family: "Cinzel",serif;
    letter-spacing: 0.07em;
    padding: 8px 0;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
#menu li a:hover,
#menu li a:focus {
  color: #999;
  background:#3f4952;
}

/*Page Structure */

.site {
	max-width:980px;
	margin:0 auto;
	padding:50px 18px;
}

.site-donate {
	max-width:980px;
	background:rgba(255,255,255,0.7);
	margin:0 30px;
	padding:50px 18px;
}

.content {
	padding-bottom:30px;
}

.content-donate {
	padding-bottom:30px;
}

.content img {
	display:block;
	border:1px solid #ccc;
	margin:30px auto;
	width:100%;
	  -webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
          box-sizing: border-box;
}

.page-id-1228 {
	background-image:url('img/map.png'), url('img/paper.jpg');
	background-repeat:no-repeat, repeat;
}

.page-id-1312 {
	background-image:url('img/stone.jpg');
	background-size:cover;
	background-attachment:fixed;
}

.container {
	max-width:980px;
	margin:0 auto;
	position:relative;
	padding:0 18px;
}

#content-grid {
	float:left;
	max-width:67%;
}

.page-title {
	font-family: 'Cinzel', serif;
	font-size:22px;
	padding-bottom:18px;
	border-bottom:thin solid #d8a730;
	margin-bottom:30px;
	color:#372718;
	text-align:center;
}
.copies-title {
    color: #ca7a33;
    font-family: "Cinzel",serif;
    font-size: 24px;
    padding-bottom: 10px;
    text-align: center;
}
.copies-copy {
	font-size:16px;
	color:#000;
	font-family:"Times New Roman", Times, serif;
}

.copies-copy p {
	margin:15px 0;
	text-align:center;
}

.reviewer {
    color: #ca7a33;
    font-family: "Cinzel",serif;
    font-size: 14px;
    text-transform: uppercase;
}

.page-content ul {
		list-style-image: url('img/triangle.png');
		padding-left:30px;
}

.page-content ul li {
	margin:3px 0 3px 18px;
}

.content img {
	max-width:651px!important;
}

p {
	margin-bottom:18px;
}

.space {
	padding:30px 0!important;
}

.margin_bottom {
	margin-bottom:15px;
}

.margin {
	margin:30px 0;
}

.margin-bottom {
	margin-bottom:30px;
}
.info {
    margin: 30px 0;
    padding: 2% 10%;
    width: 100%;
}
.centerblock {
	display:block;
	margin:0 auto;
}

.centerblock_2 {
	display:block;
	margin:30px auto;
}

.center {
	text-align:center;
}
.jcent {
	display:block!important;
	margin:30px auto!important;
	text-align:center;
}

.blog-link {
	padding:30px 0;
}
.post-header {
    border-bottom: thin solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 85px;
    position: relative;
}
.post-title {
    border-bottom: medium none;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 18px;
    text-align: left;
}

.none {
	border:none!important;
	padding:0!important;
}
.comments-link {
    background: rgba(0, 0, 0, 0) url("img/comments.svg") no-repeat scroll left -26px;
    font-size: 11px;
    margin: 0 auto;
    padding-left: 30px;
    width: 50%;
}
.comments-link a {
	color:#666;
	text-transform:none;
	text-decoration:none;
}

.comment-author-link {
	pointer-events: none!important;
   cursor: default;
}

.comment-author-link a {
	color:#d9cfa9!important;
}

.comments-link a:hover {
	color:#000;
}
.comments-link:hover {
	background:url('img/comments.svg') no-repeat left 3px;
	color:#000;
}

.comments-link-news {
    background: rgba(0, 0, 0, 0) url("/jrswhr/wp-content/themes/jshaw/img/comments.svg") no-repeat scroll left -28px;
    bottom: 20px;
    font-size: 9px;
    left: 0;
    padding-left: 25px;
    position: absolute;
	bottom:5px;
}
.comments-link-news a {
	color:#666;
	text-transform:none;
	text-decoration:none;
}

.comments-link-news a:hover {
	color:#000;
}
.comments-link-news:hover {
	background:url('img/comments.svg') no-repeat left 5px;
	color:#000;
}

.entry-feed {
    overflow: visible;
    padding-bottom: 30px;
    page-break-inside: avoid;
    position: relative;
		-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
          page-break-inside: avoid; /* Firefox */
               break-inside: avoid; /* IE 10+ */
}

.featured-image img {
	display:block;
	width:100%;
	margin:0 0 30px 0;
}
.featured-image-feed {
    overflow: hidden;
    position: relative;
}
.featured-image-feed img {
    border: thin solid #000;
    display: block;
    margin: 0!important;
    width: 100% !important;
}
.post-header-feed {
    background: #000 none repeat scroll 0 0;
    color: #ccc;
    padding: 8px 14px;
    width: 100%;
}
.post-title-feed {
    border-bottom: thin solid #333;
    font-size: 22px;
    line-height: 1;
    margin: 0 0 8px;
    padding: 0 0 8px;
    text-align: left;
}
.post-title-feed a {
	text-decoration:none;
	color:#fff;
}

.post-title-feed a:hover {
	color:#999;
}

.featured-image-feed a img:hover {
	filter: grayscale(100%);	
}
.entry-meta {
    color: #666;
    display: inline;
    float: left;
    font-family: "Cinzel",serif;
    font-size: 11px;
}

.entry-meta a {
	text-decoration:none;
}

.entry-meta-feed {
	font-family: 'Cinzel', serif;
	text-tranform:uppercase;
	font-size:11px;
	color:#ccc;
}

.entry-meta-feed a {
	text-decoration:none;
}

.entry-meta-feed a:hover {
	color:#666;
}
.comments-feed {
    background: rgba(0, 0, 0, 0) url("img/comments_home.svg") no-repeat scroll 0 2px;
    font-size: 11px;
    padding-left: 30px;
}
.excerpt {
    margin: 18px 0 0;
}
.more {
    background: rgba(0, 0, 0, 0) url("img/arrow.svg") no-repeat scroll 175px -52px;
    color: #d4a539;
    display: block;
    font-family: "Cinzel",serif;
    font-size: 14px;
    height: 35px;
    margin: 25px 0 0;
    padding: 5px 30px 2px 0;
    width: 250px;
}
.more:hover {
	color:#000;
	background:url('img/arrow.svg') no-repeat 175px -2px;
}

.review {
    background: rgba(0, 0, 0, 0) url("img/arrow.svg") no-repeat scroll 110px -52px;
    color: #d4a539;
    display: inline-block;
    font-family: "Cinzel",serif;
    font-size: 14px;
    height: 35px;
    margin: 8px 0 0;
    padding: 5px 30px 2px 15px;
    width: 170px;
}
.review:hover {
	color:#000;
	background:url('img/arrow.svg') no-repeat 110px -2px;
}
.diamonds {
    border: medium none !important;
    margin: 0 auto !important;
    width: 100% !important;
}

#home-image {
    background-image: url("img/mobile_home.jpg");
    background-position: center center;
    background-size: cover;
	height:auto;
    overflow: hidden;
    max-width: 100vw;
	position:relative;
}

#section_1 {
    background-image: url("img/map.jpg");
    background-position: center top;
    background-size: cover;
	padding:30px 0;
	position:relative;

}
.one_col, .two_col {
    padding: 15px 18px;
}
.one_col img {
	display:block;
	margin:0 auto;
}
.mobile {
	display:none;
}

.desk_auth {
	display:none;
}
.amazon {
    background:#000;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	text-decoration:none;
	height:31px;
	padding-top:3px;
}

.amazon:hover {
	background:#222 url("img/amazarrow.png") no-repeat scroll right center;
	color:#999;	
}

.amaz-log {
    background: #000 url("img/amazon_logo.svg") no-repeat scroll center center;
    border: 1px solid #000;
    border-radius: 3px;
    display: block;
    height: 31px;
    margin: 0 auto;
    max-width: 250px;
    padding: 6px 10px;
}
.about {
    background:#974c09 url("img/arrow.svg") no-repeat scroll 90% -52px;
    border: thin solid #8c4404;
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 31px;
    margin: 30px auto 0;
    padding:2px 25px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
	text-align:center;
}

.about:hover {
	background:#000 url("img/arrow.svg") no-repeat scroll 90% -52px;
	color:#daa42e;
	border:thin solid #000;
}
.quotes {
	text-align:center;
}
.quotes p {
	margin:8px 0;
}

.book-sale {
    border: thin solid #ccc;
    margin: 0 auto 30px;
    padding: 30px;
    width: 90%;
	text-align:left;
}
.book-sale img {
	margin:0;
	max-width:100%!important;
}
.compass {
    display: block;
    height: 230px;
    margin:240px auto 0;
    width: 230px;
	 -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}

.compass:hover {
	-ms-transform: rotate(360deg); /* IE 9 */
    -ms-transform-origin:50% 50%; /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin:50% 50%; /* Chrome, Safari, Opera */
    transform: rotate(360deg);
    transform-origin:50% 50%;
}
.circle {
	width:230px;
	height:230px;
	margin:25px auto;
	background:rgba(74,88,98,0.4);
	border:thin solid #4a5862;
	overflow:visible;
	border-radius:50%;
	display:none;
}
.transparent { 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.right {
	float:right;
}

.sign-home {
	padding:30px 18px;
	background:#301e12;
	color:#fff;
	margin:30px auto;
	border:thin solid #24150b;
	font-size:16px;
	text-align:center;
}
.sign-home h3 {
    border: medium none;
    color: #dba42f;
    margin: 0;
    padding:3px 0 0;
    text-align: center;
	font-size:24px;
}
.section_2 {
	position:relative;
	color:#fff;
	text-align:center;
	height:520px;
	overflow:hidden;
}

.section_2 img {
    width: auto !important;
    min-height: 680px;
	min-width:100%;
}

.formob {
	background:url('img/stars_back.jpg') no-repeat center center;
	background-size:cover;
	padding:30px 0;
	height:750px;
}

.layer {
	display:none;
	min-width:100%;
}

.section_2 h1 {
    border-bottom: thin solid #091724;
    color: #999;
    font-weight: normal;
}
.section_2 p {
    font-family: "Times New Roman",Times,serif;
    font-size: 20px;
    letter-spacing: 0.02em;
    margin: 15px auto;
    width:80%;
}

.bow-link {
    background: transparent url("img/large_bow.svg") no-repeat scroll 0 -210px;
	background-size:cover;
    display: block;
    height: 130px;
    margin: 35px auto 55px;
    width: 86px;
}
.bow-link:hover {
	background:transparent url("img/large_bow.svg") no-repeat scroll 0 0;
	background-size:cover;
}

.enter {
    color: #f3d0a1;
    display: block;
    margin: 50px auto;
    text-align: center;
    text-decoration: none;
    width: 240px;
	text-shadow: 1px 1px #444;
	letter-spacing:0.07em;
	display:none;
}
.kalry {
    background: rgba(56, 62, 48, 0.6) none repeat scroll 0 0;
    border: thin solid #383e30;
    border-radius: 3px;
    color: #ecb469;
    display: block;
    font-family: "Cinzel",serif;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 240px;
	margin:30px auto;
}
.kalry:hover {
	background:#383e30;
	color:#5c6253;
}
.section_3 {
    background: #f9f3e1 url("img/paper.jpg") repeat-y scroll center top / cover ;
    padding: 30px 0;
    position: relative;
    margin-top: 0;
}

.width {
	max-width:250px;
}

.traffick {
    margin: 0 auto;
    max-width: 300px;
    position: relative;
}

.traffick img {
	border:thin solid #111;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	
}
.trafficking {
    background: transparent url("/jrswhr/wp-content/themes/jshaw/img/arrow.svg") no-repeat scroll 95% -45px;
    bottom: 12px;
    color: #fff !important;
    display: block;
    font-family: "Cinzel",serif !important;
    font-size: 18px;
    left: -5px;
    line-height: 1.8;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 98%;
}
.trafficking:hover {
		background: transparent url("img/arrow.svg") no-repeat scroll 95% -45px;
		color:#daa42e!important;
}

#text-9 .widget {
	padding:0 14px;
}
.sign-head {
	background:#1a2835;
	border-top:thick solid #7296b8;
	font-family: "Cinzel",serif !important;
	padding:7px 0;
	text-align:cneter;
	color:#fff;
	font-size:18px;
	text-align:center;
}

#sign-up-bar {
    background: rgba(0, 0, 0, 0) url("img/sign.jpg") no-repeat scroll center center / cover;
    border: thin solid #a99f83;
    color: #3c372a;
    font-weight: bold;
    padding: 18px;
    text-align: center;
}
#sign-up-bar input {
	width:100%;
	margin-top:18px;
}

.searchit {
	padding:30px;
	margin:30px auto;
	width:300px;
	border:thin solid #ddd;
}

.contactp {
	margin:0 auto;
	text-align:center;
}

.wpcf7-form {
	max-width:90%;
	margin:0 auto;
}

.wpcf7-form input {
	width:100%;
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin: 0;
}

.wpcf7-form input[type="submit"] {
	width:250px;
	display:block;
	clear:both;
	margin:30px 0 0;
}

div.wpcf7-mail-sent-ok {
    background: #daa42e none repeat scroll 0 0;
    border: 1px solid #cd9315;
    color: #fff;
    left: 0;
    margin: 0;
    padding: 30px;
    position: fixed;
    text-align: center;
    top:45px;
    width: 100%;
}
span.wpcf7-not-valid-tip {
    color: #bf0442;
}
.rc-anchor-error-msg-container {
    color: #bf0442;
}
div.wpcf7-validation-errors {
    background: #800631 none repeat scroll 0 0;
    border: 1px solid #6e0329;
    color: #fff;
    left: 0;
    margin: 0;
    padding: 30px;
    position: fixed;
    text-align: center;
    top: 45px;
    width: 100%;
}
.bookpara p {
	margin:0;
	text-indent:18px;
}

.cost {
	background:#d8a730;
	border-radius:3px 3px 0 0;
	border:thin solid #d4a023;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	padding:4px 0;
	margin-bottopm:14px;
}

.price {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.set {
    border-bottom: thin solid #d8a730;
    margin-bottom: 30px;
}
.setbox {
    border-bottom: thin solid #d8a730;
	padding-bottom:30px;
}
.border {
	border-left:thin solid #ccc;
	border-right:thin soild #ccc;
}

.costbox {
    background: #fff none repeat scroll 0 0;
    border-bottom: thin solid #ccc;
    border-left: thin solid #ccc;
    border-radius: 0 0 3px 3px;
    border-right: thin solid #ccc;
    padding: 14px;
}

.costbox p 	{
	text-align:center;
}

.leftcol h3, .rightcol h3, .centercol h3 {
	display:inline-block;
	width:100%;
	clear:none;
	margin-top:18px;
}

.leftcol img, .rightcol img, .centercol img {
	display:block;
	width:60%;
	margin:0 auto;
}

.leftcol a img:hover, .centercol a img:hover, .rightcol a img:hover {
	opacity:0.5;
}

.verse {
    background: #cdc4ac url("img/post_back.jpg") no-repeat scroll center center / cover ;
    border: thin solid #c2b89d;
    border-radius: 3px;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 14px;
    text-align: center;
}
.verse h4 {
    border-bottom: medium none;
    margin: 8px;
    padding: 0;
}
.borderv {
	border:thin solid #333;
	border-radius:3px;
	padding:10px;
}

.border p {
	border:thin solid #000;
}

/*widgets*/

.widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:thin solid #ccc;
}
.widget-title {
	margin-bottom:30px;
	padding-bottom:2px;
	border-bottom:thin solid #dba835;
	color:#c4bda4;
	clear:none;
	color:#37321f;
}

.widget a {
	color:#8a7032;
	font-family:inherit;
	text-decoration:none;
	text-transform:none;
}

.widget a:hover {
	color:#d9ad40!important;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 14px;
	line-height: 1.7;
}
.widget-area .widget p {
	margin-bottom:18px;
}
.widget-area .textwidget ul {
	margin: 0 0 18px;
}
.widget-area .widget a {
	color: #6f6a57;
}
.widget-area .widget a:hover {
	color: #999;
}
.widget-area .widget a:visited {
	color: #666;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/*Twitter*/

.twitterfeed {
	position:relative;
	width: 100%;
}
.twitthead {
    background: #fff url('img/twittf.svg') no-repeat 8px center;
    height: 80px;
    position: absolute;
    top: 0;
    width: 97%;
    z-index: 999;
	padding:14px;
}

/* mailchimp*/
#mce-EMAIL {
	width:100%;
}
#mc_embed_signup_scroll .button {
	width:100%;
}

#text-9 .textwidget {
	width:50%;
	margin:0 auto;
}
/* =Comments
-------------------------------------------------------------- */

.comments-title {
	border-bottom:none;
}
.comment {
    padding: 0 0 18px;
}
.ravatar {
    display: inline !important;
    height: 44px !important;
    margin: 0 14px 0 0 !important;
    width: 44px !important;
	overflow:hidden;
}

.ravatar img {
	display:block;
	width:100%!important;
}
.comment-author-3dit20orr45dfth .ravatar {
    display: inline !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 44px; /* Equal to width of new image */
  height: 44px !important;
  margin: 0 14px 0 0 !important;
  width: 44px !important;
  background:#fff url('img/jon.jpg') no-repeat center center;
}
.comment-author-qf0zuwsg10kyvvqkgw0v0q .ravatar {
    display: inline !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 44px; /* Equal to width of new image */
  height: 44px !important;
  margin: 0 14px 0 0 !important;
  width: 44px !important;
  background:#fff url('img/team.jpg') no-repeat center center;
}

.bypostauthor {
	background:#fff;
	padding:18px;
	border-radius:3px;
	border:thin solid #d8cfc7!important;
}

.children .bypostauthor {
	background:#fff;
	padding:18px;
	border-radius:3px;
	border:thin solid #d8cfc7;
}
.comment-author-qf0zuwsg10kyvvqkgw0v0q {
	background:#fff;
	padding:18px;
	border-radius:3px;
	border:thin solid #d8cfc7!important;
}

.children .comment-author-qf0zuwsg10kyvvqkgw0v0q {
	background:#fff;
	padding:18px;
	border-radius:3px;
	border:thin solid #d8cfc7;
}
.commentlist li {
    border-bottom: thin solid #dea733;
    margin-bottom: 30px;
}
.fn {
    font-style: normal;
    font-weight: bold;
    padding-top: 15px;
    position: absolute;
}

.date {
    display: block;
    font-size: 11px;
    padding-left: 0;
    padding-top: 4px;
    width: 100%;
}
.comment-meta a {
	text-transform:none;
	font-family:inherit;
	color:#666;
	text-decoration:none;
}

.comment-content p {
	margin:18px 0 18px 18px;
}

.children {
    border-top: thin solid #e3dbbf;
    padding: 18px;
}

.reply {
	margin-left:18px;
	margin-top:-18px;
}


.depth-2 {
	margin-bottom:0!important;
	padding:18px 5px 18px 18px;
	background:#f9f4e1;
	border-radius:3px;
	border-bottom:thin solid #d8cfc7!important;
	
}

.depth-3 {
	margin-bottom:0!important;
	padding:18px;
	background:#f9f4e1;
	border-radius:3px;
	border:thin solid #e3dbbf!important;
}

.depth-4 {
	margin-bottom:0!important;
	padding:18px;
	background:#f9f4e1;
	border-radius:3px;
	border:thin solid #e3dbbf!important;
}

.depth-5 {
	margin-bottom:0!important;
	padding:18px;
	background:#f9f4e1;
	border-radius:3px;
	border:thin solid #e3dbbf!important;
}

.depth-6 {
	margin-bottom:0!important;
	padding:18px;
	background:#f9f4e1;
	border-radius:3px;
	border:thin solid #e3dbbf!important;
}

/* Comment form */
#respond {
	margin-top: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 30px 0;
}
#respond form p {
	margin: 11px 0;
}
.comment-form-comment {
    margin-bottom: 30px !important;
}
#respond form p.logged-in-as {
	margin-bottom: 30px;
}
#respond form label {
	display: block;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.8;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
.form-submit {
	margin:30px auto!important;
}

/*Plugins*/

/*Progress Bar*/
div.wppb-progress.full, div.wppb-wrapper.full, div.wppb-wrapper.full div.inside {
    width: 95%;
}

div.wppb-wrapper.after div.wppb-progress {
    margin-bottom: 14px;
}

div.wppb-wrapper.after div.after {
    float: left;
    font-size: 12px;
    line-height: 15px;
}

div.wppb-progress {
    background: #fff none repeat scroll 0 0!important;
    border: thin solid #bbb5a7;
    height: 20px;
}
div.wppb-progress > span {
	height:18px;
}

.percent {
	float:right;
	font-size:16px;
	width:5%;
}

.dotted {
	float: left;
	width:100%;
    background:none;
    border: 0 none;
    height: 8px;
    margin: 0 0 12px;
	border-bottom:thin dotted #999;
}



/* Footer */
footer[role="contentinfo"] {
	background:#000;
	clear: both;
	font-size: 12px;
	line-height: 2;
	padding: 30px 0;
	color:#d9cfa9;
	background:url('img/mob_foot.jpg') repeat-y center center;
	border-top:thin solid #111;
	position:relative;
}

footer .widget {
	border-bottom:thin solid #000;
}

footer .widget a {
	color:#d9ad40;
}

footer .widget a:hover {
	color:#000!important;
}

footer .widget-title {
	color:#d9cfa9;
}
#text-8 a:hover {
	color:#d9ad40!important;
}
#text-8 .traffik {
		line-height:1;
}
.site-info {
    margin: 30px auto;
    max-width: 980px;
    padding:0 18px;
    text-align: center;
}
.one_col_right {
    margin: 0 auto;
    position: relative;
    right: 0;
    width: 136px;
}
.social {
	margin:18px auto;
	width:70%;
}

.social:after {
	display:table;
	content:"";
	clear:both;
}

.social img {
	display:block;
	width:100%;
	margin:0 auto;
}

.socialicof {
	display:block;
	max-width:64px;
	margin:0 auto;
	height:auto;
	background:url('img/faceback.jpg') no-repeat center center;
	border:thin solid #666;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
			box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
.socialicor {
	display:block;
	margin:0 auto;
	max-width:64px;
	height:auto;
	background:url('img/rssback.jpg') no-repeat center center;
	border:thin solid #666;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
			box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.socialicot {
	display:block;
	max-width:64px;
	margin:0 auto;
	height:auto;
	background:url('img/twitterback.jpg') no-repeat center center;
	border:thin solid #666;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
			box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.sign-home .socialicof {
	float:left;
    background: rgba(0, 0, 0, 0) url("img/faceback.jpg") no-repeat scroll center center;
    border: thin solid #666;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
    display: inline-block;
    height: 52px;
    margin:0 20px;
    max-width: 52px;
}

.sign-home .socialicot {
	float:left;
    background: rgba(0, 0, 0, 0) url("img/twitterback.jpg") no-repeat scroll center center;
    border: thin solid #666;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
    display: inline-block;
    height: 52px;
    margin:0 8px;
    max-width: 52px;
}
.border-top {
	padding-top:30px;
	margin-top:20px;
}

.sleftcol {
	float:left;
	width:28%;
}
	
.srightcol {
	float:right;
	width:28%;
}
	
.scentercol {
	clear:none;
	width:28%;
	margin:0 auto;
}

#recent-comments ul li {
	margin:5px 0;
}

/*sidebar */

#sidebar {
	text-align:center;
	padding:0 18px;
}
#sidebar-donate {
	text-align:center;
	padding:0 18px;
	display:none;
}

.formobile {
	display:block;
}

#text-3 {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	padding-bottom:0;
}

#text-5 p {
	margin-bottom:18px;
}

#text-5 {
	text-align:center;
}

#text-6 {
	padding:0 0 18px 0;
	margin-bottom:18px;
	border-bottom:thin solid #111;
	text-align:center;
}

#text-6 .textwidget {
	width:50%;
	margin:0 auto;
}

#text-6 input {
	width:100%;
}

#text-6 .button {
	width:100%;
}

#recent-comments-3 {
	text-align:center;
}

#text-7 {
	padding:0 0 18px 0;
	margin-bottom:18px;
	border-bottom:thin solid #111;
	text-align:center;
}


#text-8 {
	padding:0 0 18px 0;
	margin-bottom:18px;
	border-bottom:thin solid #111;
	text-align:center;
}

#text-7 .amaz-log {
    height: 38px;
	margin-top:12px;
}
#text-7 img {
	border:thin solid #32170a;
}

#text-6 p {
	margin:0 0 18px 0;
}

#text-9 {
	padding:0 0 18px 0;
	margin-bottom:18px;
	border-bottom:thin solid #111;
	text-align:center;
}

#text-9 p {
	margin: 8px 0;
}
#text-9 .widget-title {
    padding-top: 18px;
}

.widget .righthalf {
	text-align:center;
}

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}


/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {

	a {
		font-size:14px;
	}
	#toggle {display:none;}
	#menu {display:none;}
	
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		width: auto;
		padding-top:6px;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #fff;
		line-height: 2;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #daa42e;
	}
	.main-navigation li {
		margin: 0 15px 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top:100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul li {
		margin: 0;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		border-bottom: 1px solid #303942;
		display: block;
		font-size: 11px;
		line-height: 2.18182;
		padding: 8px 10px 8px 18px;
		text-align: left;
		white-space: normal;
		width: 310px;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #566171;
		color: #ccc;
	}
	.banner-inner .main-navigation .current-menu-item > a,
	.banner-inner .main-navigation .current-menu-ancestor > a,
	.banner-inner .main-navigation .current_page_item > a,
	.banner-inner .main-navigation .current_page_ancestor > a {
		color: #dba42f;
		font-weight: normal;
	}
	.site-donate {
		padding:50px 30px;
	}
	.donate-header {
		top:0;
	}
		
	.enter {
		font-size:14px;
		display:block;
	}
	
	.width {
	 	width:100%;
	}
	
	.nav-previous {
		float: left;
		display:inline;
		clear:none;
		width: 50%;
	}

	.nav-next {
		display:inline;
		clear:none;
		float: right;
		text-align: right;
		width: 50%;
		margin-top:0;
	}
		
	.nav-previous a {
		margin-bottom:0;
	}
	
	.move {
		margin-top:15px!important;
	}
	
	.wpcf7-form {
		max-width:50%;
		margin:0 auto;
	}
	
	.alignleft {
		float: left;
		margin: 0 30px 30px 0!important;
		width: 48% !important;
	}
	.alignright {
		float: right;
		width:48%!important;
		margin:0 0 30px 30px!important;
	}
	.costbox {
    	height: 420px;
	}
	.twitthead {
		height: 95px;
	}
	
	.about {
		padding: 4px 25px;
	}
	
	.border-top {
		border-top: thin solid #000;
	}
	.date {
		display:inline;
		float: right;
		padding-top: 15px;
		width:auto;
	}
	.comments-link {
		display:inline;
		background: rgba(0, 0, 0, 0) url("img/comments.svg") no-repeat scroll left -32px;
		bottom: 0;
		margin: 0;
		padding-left: 22px;
		position: absolute;
		right: 0;
		width: 105px;
	}
	.comments-link:hover {
		background:url('img/comments.svg') no-repeat left 1px;
	}
	
	.contactp {
		max-width:70%;
	}	
	.home-page-title {
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
		font-size:28px;
	}
	
	#text-1 .trafficking {
		background: transparent url("/jrswhr/wp-content/themes/jshaw/img/arrow.svg") no-repeat scroll 100% -48px;
		font-size: 13px;
	}
	
	#text-1 .trafficking:hover {
			background: transparent url("/jrswhr/wp-content/themes/jshaw/img/arrow.svg") no-repeat scroll 100% -48px;
	}

					
	/* Sidebar */
	
	.content {
		float:left;
		width:65%;
		max-width:656px;
		padding:0 0 80px 0;
		  -webkit-box-sizing: border-box;
     		-moz-box-sizing: border-box;
          		box-sizing: border-box;
	}
	.content-donate {
		float:left;
		width:60%;
		max-width:656px;
		padding:0 0 80px 0;
		  -webkit-box-sizing: border-box;
     		-moz-box-sizing: border-box;
          		box-sizing: border-box;
	}

	#sidebar {
		float:right;
		width:32%;
		border-left:thin solid #c4bda4;
		text-align:left;
		  -webkit-box-sizing: border-box;
     		-moz-box-sizing: border-box;
          		box-sizing: border-box;
	}
	
	#sidebar-donate {
		display:block;
		float:right;
		width:35%;
		border-left:thin solid #c4bda4;
		text-align:left;
		  -webkit-box-sizing: border-box;
     		-moz-box-sizing: border-box;
          		box-sizing: border-box;
	}
	
	.formob {
		height:600px;
	}

	.formobile {
		display:none;
	}
		
	#text-7 p {
		margin-bottom:5px;
		text-align:center;
	}

	#text-6 .widget {
		width:50%;
		margin:0 auto;
	}
	
	.twitterfeed {
		display:block;
	}

	.post-header {
		margin-bottom:25px;
		padding-bottom:30px;
		border-bottom:thin solid #ccc;
		position:relative;
	}
	.comments-link-news {
		background:rgba(0, 0, 0, 0) url("img/comments.svg") no-repeat scroll left -32px;
		position:relative;
		padding-left:30px;
		float: right;
		font-size: 11px;
		bottom:0;
	}

}

@media screen and (min-width: 740px) {
			
	.mobile {
		display:block;
	}

	.kalry {
		top: 83%;
		position: absolute;
		right: 60px;
	}
	.one_col_right {
		position: absolute;
		right: 18px;
		width: auto;
	}
	.one_col img {
		display:inline;
		margin:0;
	}
	
	.sign-home {
		padding:10px 18px;
	}
	
	.one_col {
		border: medium none;
		float: left;
		margin: 0;
		padding: 0;
		width: 28%;
		font-size:12px;
	}
	
	.copies-title {
		font-size: 18px;
	}
	
	.copies-copy p {
		margin: 8px 0;
	}
	
	.eye {
		display:none!important;
	}
	.about {
		bottom: 5px;
		position: absolute;
		right: 10px;
		width: 210px;
	}
	
	.sign-home .one_col {
		float: left;
		width: 20%;
	}
	
	.two_col {
		border: medium none;
		float: left;
		margin: 0;
		padding: 0 30px 30px;
		width: 42%;
	}
	
	.amazon {
		position: absolute;
		width: 32%;
		bottom:5px;
	}
	.sign-home .two_col {
		border: medium none;
		float: left;
		margin: 0;
		padding: 0;
		width: 66%;
	}
	.sign-home .socialicof {
		display: block;
		height: 40px;
		margin: 5px 0;
		max-width: 40px;
	}
		
	.sign-home .socialicot {
		display: block;
		height: 40px;
		margin: 5px 0 0 8px;
		max-width: 40px;
	}

	.about:hover {
		background:#000 url("img/arrow.svg") no-repeat scroll 180px -52px;
	}
	
	.columns {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 2.5em;
		-webkit-column-gap: 2.5em;
		column-gap: 2.5em;
	}

	.left-padding {
		padding-left: 18px !important;
	}
	
	.right-border {
		border-right: thin solid #daa42e !important;
	}

	.lefthalf {
		float:left;
		width:48%;
	}
	.righthalf {
		float:right;
		width:48%;
	}
	
	.widget .lefthalf {
		float:left;
		width:100%;
	}
	
	.widget .lefthalf img {
		display:block;
		margin:0 auto;
	}
	
	.widget .righthalf {
		float:right;
		width:100%;
		padding:14px 0;
	}
	.sign-home {
		text-align: left;
	}
	
	.sign-home h3 {
		text-align:left;
		font-size:18px;
	}
	
		
	.leftcol {
		float:left;
		width:31%;
	}
	
	.rightcol {
		float:right;
		width:31%;
	}
	
	.centercol {
		clear:none;
		width:31%;
		margin:0 auto;
	}
	
	.leftcol img, .rightcol img, .centercol img {
		display:block;
		width:100%;
	}
	.set {
		height: 718px;
	}
	
	#text-6 .textwidget {
		width:100%;
		margin:0;
	}
	
	#text-9 .textwidget {
		width:90%;
		margin:0 auto;
	}
	

	/* Footer */

	.social {
		width:100%;
		margin:18px 0;
	}

	#text-5 {
		float:left;
		width:29%;
		border-bottom:none;
	}
	#text-6 {
		float:right;
		width:29%;
		border-bottom:none;
		text-align:left;
		padding-bottom:30px;
	}
	#text-7 {
		border-bottom: medium none;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		clear: none;
		display: block;
		margin: 0 auto;
		padding: 0 30px 30px;
		width: 36%;
		text-align:left;
	}

	#text-8 {
		float:left;
		width:29%;
		border-bottom:none;
		float:left;
		width:27%;
		padding-top:18px;
		padding-bottom:30px;
	}
	
		
	#text-8 .widget-title {
		border-top:thin solid #000;
		padding-top:18px;
		
	}
	
	.trafficking {
		background: transparent url("/jrswhr/wp-content/themes/jshaw/img/arrow.svg") no-repeat scroll 97% -48px;
		font-size: 13px;
	}
	
	.trafficking:hover {
		background: transparent url("/jrswhr/wp-content/themes/jshaw/img/arrow.svg") no-repeat scroll 97% -48px;
	}
	#recent-comments-3 {
		padding-top:18px;
		border-bottom: medium none;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		clear: none;
		display: block;
		margin: 0 auto;
		padding: 0 3%;
		width: 36%;
		text-align:left;
		padding-top:18px;
		padding-bottom:30px;
	}
	
	#recent-comments-3 .widget-title {
		border-top:thin solid #000;
		padding-top:18px;
		
	}
	
	#text-9 {
		float:right;
		width:29%;
		border-bottom:none;
		text-align:left;
		padding-bottom:30px;
		padding-top:18px;
	}
	
	#text-9 .widget-title {
		border-top:thin solid #000;
		padding-top:18px;
		
	}

	#text-9 input {
		min-width:100%;
	}
	
	#mc_embed_signup_scroll {
		width:100%;
		padding:0;
	}
	
	#mc-embedded-subscribe {
		width:100%;
		margin:12px 0 0 0;
		display:block;
	}
		footer[role="contentinfo"] {
		background:url('img/footer.jpg') no-repeat top center / cover;
	}

}

@media screen and (min-width: 750px) {	
	body {
		font-size: 14px;
	}
		
	.comment-form-comment {
		margin-bottom: 0 !important;
	}
}
@media screen and (min-width: 800px) {
	
		#home-image {
			background-image: url("img/home_mobile_950.jpg");
			height:600px;
			height: 100vh;
		}
	
		.twitthead {
			height: 80px;
		}
		#mc_embed_signup input.email {
			margin-right:12px;
		}
				
		input, select {
			font-size:14px;
		}
		textarea {
			font-size:14px;
		}
		.button {
			font-size:14px;
		}
		
		.copies-copy {
			font-size:14px;
		}
		
		.cost {
			font-size:14px;
		}
		
		.buthal {
			font-size:12px;
		}
		
		.sign-home {
			font-size:12px;
		}
		
		.percent {
			font-size:12px;
		}

}

@media screen and (min-width: 890px) {
		
	.about {
		right: 25px;
	}

	.costbox {
    	height: 360px;
	}
	.set {
		height: 650px;
	}
	#text-1 .trafficking {
		background: transparent url("/jrswhr/wp-content/themes/jshaw/img/arrow.svg") no-repeat scroll 98% -45px;
		font-size: 18px;
		line-height:1.8;
	}
	
	#text-1 .trafficking:hover {
			background: transparent url("/jrswhr/wp-content/themes/jshaw/img/arrow.svg") no-repeat scroll 98% -45px;
	}

}

@media screen and (min-width: 950px) {
	
	#wrapper {
		padding:0;
	}	
	#home-image {
		background-image: url("img/dawn_of_wonder_cover.jpg");
		height:750px;
		height: 100vh;
	}
	.site {
		padding:50px 0;
	}
	
	.header-image {
		margin-left:0;
	}
	
	.content {
		width:67%;
	}
	#sidebar {
		width:30%;
		padding: 0 0 0 30px;
	}			
	.circle {
		display:block;
	}
	.sign-home {
		padding:10px!important;
	}
	.formob {
		display:none;
	}
	
	.desk_auth {
		display:block;
	}
	
	.layer {
		display:block;
		height:100%;
	}
	
	.section_2 h1 {
		margin-top:30px;
	}
			
	#auth-copy {
		margin-top:30px;
	}
	.one_col {
		border: medium none;
		float: left;
		margin: 0;
		padding: 0;
		width: 27%;
		font-size:14px;
	}
	
	.copies-title {
		font-size: 24px;
	}
	.copies-copy p {
		margin: 8px 0;
	}
	.eye {
		display:block!important;
		margin:0 auto!important;
	}

	.sign-home .one_col {
		float: left;
		width: 24.5%;
	}
	.sign-home .two_col {
		border: medium none;
		float: left;
		margin: 0;
		padding: 0;
		width: 55%;
	}
	.two_col {
		border: medium none;
		float: left;
		margin: 0;
		padding: 0 30px 46px;
		width: 45%;
	}
	.amazon {
		width: 40%;
	}
	.container {
		padding:0;
	}
	.book-sale {
		width: 60%;
	}
	.widget .lefthalf {
		float:left;
		width:45%;
	}
	
	.widget .righthalf {
		float:right;
		width:48%;
		padding:0;
		text-align:left;
	}
	
	.setbox {
		text-align: justify;
	}
	#mce-EMAIL {
		width:250px;
	}
	#text-7 p {
		margin-bottom:18px;
		text-align:left;
	}
	#text-6 input {
	width:250px;
	}

	#text-6 .button {
		width:250px;
	}
	
	.site-donate {
		margin:0 auto;
	}
	
	.trafficking {
		background: transparent url("/jrswhr/wp-content/themes/jshaw/img/arrow.svg") no-repeat scroll 95% -45px;
		font-size: 18px;
		line-height: 1.8;
	}

	.trafficking:hover {
		background: transparent url("/jrswhr/wp-content/themes/jshaw/img/arrow.svg") no-repeat scroll 95% -45px;
	}

}

@media screen and (min-width: 1250px) {
	
		#home-image {
		height:950px;
		height: 100vh;
	}

	.section_2 {
		height:680px;
	}
	.section_2 p {
    	width:40%;
	}

}

.comment-form-subscriptions {
    margin: 50px 0 20px!important;
}

.comment-form-comment {
	padding-top:30px;
}

.white {
	background:#fff;
	border:thin solid #ddd;
	border-radius:3px;
	padding:30px;
}

.white .comments-title {
	border-bottom:thin solid #daa42e;
}

.spoiler legend {
    padding-right: 5px;
    background: #fff;
    padding: 10px;
    border: thin solid #ddd;
    border-radius: 3px;
    font-weight: bold;
}

.spoiler {
    border:none!important;
}

.spoiler legend input {
    height: 24px!important;
    padding-top: 0!important;
    width: 24px!important;
}

.spoiler legend {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #666;
    font-weight: bold;
    padding: 2px !important;
}

#text-3 input.email {
	margin:0 0 8px 0;
	width:100%!important;
}
.misha_comment_loadmore{
	font-size:24px;
	color:#888;
	text-align:center;
}

#wp-comment-cookies-consent {
    float: left!important;
    margin-top: 4px;
}