 

.container {
	position: relative;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box; 
}
.column, .columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin:2.2em auto;
}



/* For devices larger than 400px */

@media (min-width: 400px) {
.container {
	width: 98%;
	padding: 0;
}
}

/* For devices larger than 900px */

@media (min-width: 950px) {
.container {
	width: 95%;
}
.column {
	margin-left: 4%;
    margin-right: 4%
}
.column:first-child {
	margin-left: 0;
}
.one-fifth {
	width: 14.8%;
}
.one-quarter {
	width: 20%;
}
.one-third {
	width: 31%;
}
.two-thirds {
	width: 61%;
}
.one-half {
	width: 42%;
}
.three-quarters {
	width: 72%;
}
}

.column img {
	max-width:100%;
}

.ontop {position: relative;
  z-index: 3; 
  }
  
.onbottom {position: relative;
  z-index: 1; 
  }

/* Self Clearing Goodness */

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


/* Base Styles–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
	height: 100%;
}
body {
	background: #020a20;
	height: 100%;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #fff;
}
.alignright {
	float: right;
	width: 25%;
	margin-left: 1.2em;
    margin-right: 1.2em;
	margin-bottom: 1em;
	max-width: 450px;
	height: auto;
}
.alignleft {
	float: left;
	width: 25%;
	margin-right: 1.2em;
	margin-bottom: 1em;
	max-width: 450px;
	height: auto;
}
.aligncenter {
	float: none;
	clear: both;
	width: 99%;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	text-align: center;
}
.alignleft2 {
	float: left;
	clear: both;
	width: 99%;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	text-align: center;
    vertical-align:middle;
}
.clear {
	clear: both;
}
.center {
	text-align:center;
	display:block;
	margin-right:auto;
	margin-left:auto;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/* Transitions–––––––––––––––––––––––––––––––––––––––––––––––––– */

a, ul, .button, .buttonPurple {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* Typography–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', sans-serif;
	margin: 1.2em 0 1em 0;
	padding: 0;
	font-weight: 400;
	color: #e9d17b;
	letter-spacing: 0.01em;
	line-height: 1.2em;
}
h1 {
	font-size: 2em;
}

h1.big {
	font-size: 3.2em;
    color:#fff;
    font-family: 'Futura', sans-serif;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
p, li {
	font-family: sans-serif;
	margin: 0.8em 0;
	padding: 0;
	line-height: 1.7em;
}
p strong {
	line-height:1.8em;
}


/* Links–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
	color:#bfa254;
	text-decoration: underline;
}

a:hover {
	color:#e9d17b;
	text-decoration: underline;
}

a.logo {color:#ffffff;
	text-decoration: none; }

a.logo:hover {
	color:#e9d17b;
	text-decoration: none;
}

/* Lists–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {
	list-style: disc outside;
}
ol {
	list-style: decimal outside;
}
ol, ul {
	margin: 0 0 1.5em 18px;
	padding: 0;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 1.5em 0 1.5em 3em;
	font-size: 90%;
}
li {
	margin-bottom: 0.5em;
}


/* Buttons–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	height: 38px;
	padding: 0 20px;
	margin-top: 1em;
	margin-bottom:1em;
	margin-right:10px;
	color: #FFF;
	text-align: center;
	font-size: 0.9em;
	line-height: 38px;
	text-decoration: none;
	white-space: nowrap;
	background: #3f577b; /* Old browsers */
	background: -moz-linear-gradient(top,  #3f577b 0%, #0a8afd 78%, #17acff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f577b), color-stop(78%,#0a8afd), color-stop(100%,#17acff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3f577b 0%,#0a8afd 78%,#17acff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3f577b 0%,#0a8afd 78%,#17acff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3f577b 0%,#0a8afd 78%,#17acff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3f577b 0%,#0a8afd 78%,#17acff 100%); /* W3C */
        /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f577b', endColorstr='#17acff',GradientType=0 ); */
	-webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.38);
	-moz-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.38);
	box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.38);
	border-radius: 0px;
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
	box-sizing: border-box;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
	background: #3f577b; /* Old browsers */
	background: -moz-linear-gradient(top,  #3f577b 0%, #4d90a3 78%, #5aa2b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f577b), color-stop(78%,#4d90a3), color-stop(100%,#5aa2b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3f577b 0%,#4d90a3 78%,#5aa2b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3f577b 0%,#4d90a3 78%,#5aa2b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3f577b 0%,#4d90a3 78%,#5aa2b7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3f577b 0%,#4d90a3 78%,#5aa2b7 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f577b', endColorstr='#5aa2b7',GradientType=0 ); IE6-9 */
	color:#fff;
}
.buttonPurple {
	display: inline-block;
	height: 38px;
	padding: 0 20px;
	margin-top: 1em;
	margin-bottom:1em;
	margin-right:10px;
	color: #FFF;
	text-align: center;
	font-size: 0.9em;
	line-height: 38px;
	text-decoration: none;
	white-space: nowrap;
	background: #3f577b; /* Old browsers */
	background: -moz-linear-gradient(top,  #3f577b 0%, #4d90a3 78%, #5aa2b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f577b), color-stop(78%,#4d90a3), color-stop(100%,#5aa2b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3f577b 0%,#4d90a3 78%,#5aa2b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3f577b 0%,#4d90a3 78%,#5aa2b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3f577b 0%,#4d90a3 78%,#5aa2b7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3f577b 0%,#4d90a3 78%,#5aa2b7 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f577b', endColorstr='#5aa2b7',GradientType=0 ); IE6-9 */
	-webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.38);
	-moz-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.38);
	box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.38);
	border-radius: 0px;
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
	box-sizing: border-box;
}
.buttonPurple:hover {
	background: #3f577b; /* Old browsers */
	background: -moz-linear-gradient(top,  #3f577b 0%, #0a8afd 78%, #17acff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f577b), color-stop(78%,#0a8afd), color-stop(100%,#17acff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3f577b 0%,#0a8afd 78%,#17acff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3f577b 0%,#0a8afd 78%,#17acff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3f577b 0%,#0a8afd 78%,#17acff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3f577b 0%,#0a8afd 78%,#17acff 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f577b', endColorstr='#17acff',GradientType=0 ); IE6-9 */
	color:#fff;
}

.button a, .buttonPurple a, .button a:hover, .buttonPurple a:hover {
	color:#fff;
}


/* Forms–––––––––––––––––––––––––––––––––––––––––––––––––– */

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	height: 38px;
	max-width: 98%;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #fff;
	border: 1px solid #D1D1D1;
	border-radius: 1px;
	box-shadow: none;
	box-sizing: border-box;
	color:#777;
}
textarea {
	min-height: 65px;
	max-width: 98%;
	padding-top: 6px;
	padding-bottom: 6px;
	color:#777;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border: 1px solid #33C3F0;
	outline: 0;
}
label, legend {
	display: block;
	margin-bottom: .5em;
	font-weight: 600;
}
fieldset {
	padding: 0;
	border-width: 0;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}
label > .label-body {
	display: inline-block;
	margin-left: .5em;
	font-weight: 400;
}

/* contact form */

.wpcf7-list-item {
	display: block;
	margin: 0.5em auto;
}

/* Removes awkward default styles on some inputs for iOS */

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}


/* Code–––––––––––––––––––––––––––––––––––––––––––––––––– */

code {
	padding: .2em .5em;
	margin: 0 .2em;
	font-size: 90%;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
}
pre > code {
	display: block;
	padding: 1rem 1.5em;
	white-space: pre;
}


/* Tables–––––––––––––––––––––––––––––––––––––––––––––––––– */

th, td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #E1E1E1;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}


/* Misc–––––––––––––––––––––––––––––––––––––––––––––––––– */


hr {
	margin-top: 2em;
	margin-bottom: 2em;
	border-width: 0;
	border-top: 1px solid #E1E1E1;
}


/* Responsive iFrames & Embeds */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}

.embed-container iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* PROJECT SPECIFIC STYLES–––––––––––––––––––––––––––––––––––––––––––––––––– */


/*  Header  */

.navBar {
	height:120px;
	width:100%;
	background: url('mail_bkgd3.png'); #000;
     background-repeat: no-repeat;
  background-size: cover;
    margin-top:0px;
    margin-right:0px;
    margin-left:0px; 
}

.logo { 
	float:left; 
	height:120px; max-width: 450px;

}
.unsize { 
max-width:400px;
}
.unsize2 { 
max-width:1500px;
}
.unsize3 { 
width: 100%;
  height: auto; 
}
.logo h1 {
	font-family: 'Roboto Thin';
font-size:4rem; 
	text-transform:uppercase;
	font-weight:thin;
	text-shadow: 2px 0px 2px rgba(0, 0, 0, 1);
	margin:20px 0 0 15px;
  
}
.logo h1 a {
	color:#fff;
}
.logo h1 a:hover {
color: #bfa254;
	text-decoration:none;
}
.logo img {

  height: auto;
  max-width: 95%;
  object-fit: scale-down;  

}
.socialIcons {
	float:right;
	max-width:150px;
	max-height:50px;
	margin:45px 0 0 25px;
}
@media (max-width: 500px) {
	.socialIcons {
	  display:none;
}
}

/*  Navigation  */

.mobile-navigation li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.mainNavWrap {
	height: 100px;
	max-width: 640px;
	margin: 0 auto;
	float:right;
}
 @media (max-width: 910px) {
.mainNavWrap {
	display: none;
}
}

.mainNav {
	float: right;
	max-width: 100%;
	height: 100%;
}
.mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.mainNav ul li {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.9em;
	display:inline-block;
	float: left;
	z-index:-1;
	line-height: 112px;
}
.mainNav ul li:hover {color: #bfa254;
	
}
.mainNav a {	
	display:block;
	padding:0 11px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
.mainNav ul li a:hover {
	color:#e9d17b;
}


/* currently selected */

.mainNav ul .current-menu-item {
	
}
.mainNav ul .current-menu-item a {
	color:#e9d17b;
}


/* subnav */

.mainNav li ul {
	display: none;
	position: absolute;
	top:75px;
	background:#042340;
	padding:7px;
	margin-left:-5px;
	z-index:1;
 }
.mainNav li:hover ul {
	display:inherit;
}
.mainNav li ul li {
	list-style:none;
	list-style-position:inside;
	text-align:left;
	font-size:1em;
	min-width:150px;
	padding:0;
	margin-left:0;
	float:none;
	display:list-item;
	position:relative;
	line-height:25px;
	color:#fff;
}
.mainNav li ul li:hover {
}
.mainNav li ul li a {
	position:relative;
	top:0;
	color:#fff;
	text-transform:capitalize;
}
.mainNav .current-menu-item {
	font-weight:bold;
	border:none;
	padding:0;
}
.mainNav .current-menu-item a, .mainNav .current-menu-ancestor a {
	color:#ffc800;
}
 /* end subnav */
 
 /* responsive menu stuff */
 @media (max-width: 1250px) {
.mainNav ul li {
	font-size: 0.9em;
}
.mainNav ul li a {
	padding:0 7px;
}
}
 @media (max-width: 1150px) {
.mainNav ul li {
	font-size: 0.82em;
}
.mainNav ul li a {
	padding:0 5px;
}
}
 @media (max-width: 1050px) {
.mainNav ul li {
	font-size: 0.75em;
}
}
/* end responsive stuff */


/*  FEATURE  */

.featureContent {
	background: url(/web/20160920100913/http://www.rysa.com/wordpress/wp-content/themes/RysaWalker/Images/feature_bg.jpg) no-repeat bottom #020a20;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	min-height:350px;
	z-index:-1;
}

.featureContent .bookImage {
	float: none;
	clear: both;
	max-width: 300px;
	display: block;
	text-align: center;
	margin:0 auto;
}
.featureContent .bookImage:hover {
	margin-top:0;
}
 @media (max-width: 1200px) {
.featureContent .bookImage {
	width:350px;
}
}
 @media (max-width: 1100px) {
.featureContent .bookImage {
	width:300px;
}
}
 @media (max-width: 949px) {
.featureContent .bookImage {
	width:500px;
}
}



.featureContent p {
	color: #fff;
	margin: 1em 0 0 0;
	padding: 0;
	line-height: 1.3em;
	font-weight:400;
	text-shadow: 1px 1px #000;
	font-size:1.1em;
	font-family: 'Roboto Slab', serif;
}
 @media (max-width: 950px) {
.featureContent p {
	font-size: 1em;
	padding:0 1em;
	margin:0 0 1em 0;
}
}
 @media (max-width: 800px) {
.featureContent p {
	font-size: 0.9em;
	padding:0 1em;
	margin:0 0 1em 0;
}
}

.video {
	max-width:400px;
	max-height:150px;
	overflow:hidden;
	margin:0 auto;
}
.video p {
	font-size:1em;
	text-align:center;
	padding:0;
	margin:0 0 3px 0;
	font-family: 'Roboto Slab', serif;
	line-height:110%;
}
.video a:hover {
	text-decoration:none;
}
.video span {
	text-transform:uppercase;
}
.video .still {
	float:left;
	max-width:150px;
	margin:0 7px 0 15px;
}
.video .arrow {
	margin:0 auto;
	text-align:center;
	display:block;
}

 @media (max-width: 900px) {
.featureContent .video p {
	margin:0 0 10px 0;
}
}
 @media (max-width: 900px) {
.featureContent .video .still {
	width:212px;
	margin:0 7px 0 15px;
}
}

.countdown {
	background-color:rgba(0, 0, 0, 0.5);
	width:100%;
	min-height:60px;
	clear:both;
	padding:1em 0 0.2em 0;
	margin-top:1.2em;
}
.countdown p {
	color:#fff;
	font-family: 'Roboto Slab', serif;
	text-align:center;
	margin:10px auto;
}

.mailingList {
	width:100%; 
	background:url('mail_bkgd.png') no-repeat top center, url('mail_bkgd.png') repeat-x top center, #191D63;
}

.mailingList2 {
	width:100%; 
}
.mailingList p {
	font-family: 'Roboto Slab', serif;
	font-size:23px;
	color:#fff;
	margin:50px auto 0 auto;
	padding:0 15px;
	text-align:center;
	line-height:100%;
}
 @media (max-width: 950px) {
.mailingList p {
	font-size:19px;
	margin:30px auto 0 auto;
}
}
.mailingList form {
	margin:55px auto 0 auto;
	padding:0;
	text-align:left;
}
 @media (max-width: 950px) {
.mailingList form {
	margin:5px auto 0 auto;
	text-align:center;
}
}
.mailingList #mce-EMAIL, .mailingList .email {
	color:#777;
	margin:0 7px 0 0;
}
.mailingList #mc-embedded-subscribe, .mailingList .button {
	position:relative;
	top:-2px;
	margin:0;
}
a img:hover {
	position:relative;
	top:-2px;
}


/*  OTHER CONTENT  */

.mainContent {
	background: #020a20; /* Old browsers */
	background: -moz-linear-gradient(top,  #020a20 0%, #020a200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#020a20), color-stop(100%,#020a20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #020a20 0%,#020a20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #020a20 0%,#020a20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #020a20 0%,#020a20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #020a20 0%,#020a20 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191d63', endColorstr='#091b39',GradientType=0 );  IE6-9 */
	overflow: hidden;
	clear:both;
	min-height:100px;
}
.pageContent {
	padding:1em 0;
}
.pageContent img:hover {
	top:0;
}
 
.one-third a, .one-half a {
	color:#fff;
}
.one-third a:hover, .one-half a:hover, .mainContent a:hover, .blogContent a:hover {
	color:#e9d17b;
}


/*  FOOTER  */

.subfooter {
	width:100%;
	height:175px;
	text-align:center;
	background: #010723; /* Old browsers */
	background: -moz-linear-gradient(top,  #010723 0%, #091a38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#010723), color-stop(100%,#091a38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #010723 0%,#091a38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #010723 0%,#091a38 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #010723 0%,#091a38 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #010723 0%,#091a38 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010723', endColorstr='#091a38',GradientType=0 ); IE6-9 */
}
.subfooter h3 {
	color:#fff;
	text-transform:uppercase;
	padding:1.5em 0 0 0;
	margin:0 auto 0.5em auto;
}

.footer {
	min-height: 60px;
	width: 100%;
	background: #020a20;
	padding-top: 1em;
	text-align:center;
}
.footer .left {
	width:48%;
	float:left;
}
.footer .right {
	width:48%;
	float:right;
}
.footer p {
	font-size: 0.75em;
	margin: 1.1em 0 0 0;
	color: #aaa;
}
.footer a {
	color:#aaa;
}
.footer a:hover {
	color:#fff;
}
.footer ul {
	margin-top:0.8em;
}
.footer ul li {
	list-style:none;
	display:inline;
	margin-left: 10px;
	font-size: 0.75em;
}
.footer .outboxOnline a {
	color: #777;
	font-size: 0.85em;
}
.footer .outboxOnline a:hover {
	color: #fff;
	text-decoration: none;
}


/*  BLOG  */

.blogContent {
	margin-top: 3em;
}
.blogContent h2, .blogContent h1 {
	margin:0 0 1em 0;
	padding:0;
}
.blogContent h5 {
	font-weight:bold;
	padding:0;
	margin:0.5em 0 2.2em 0;
}
.blogContent .entry {
	margin-bottom:2em;
}
.blogContent img:hover {
	top:0;
}

/* post nav */

.postPagesNav {
	margin: 25px auto;
	padding-bottom: 15px;
}
.postPagesNav .postPagesNavLeft {
	float: left;
}
.postPagesNav .postPagesNavRight {
	float: right;
}


/* captions */

.wp-caption-text, .post .wp-caption-text, .entry .wp-caption-text, .wp-caption p {
	font-size: 0.8em;
	text-align: center;
	color: #777;
	padding: 0 10px;
}


/* comments */

#comments {
	clear: both;
	margin: 35px auto;
}
#comments .comment {
	clear: both;
}
#comments .comment-author {
	font-weight: 600;
	margin: 10px auto;
}
#comments .comment-meta {
	margin: 10px auto;
}
#respond h3, #comments h3 {
	clear: both;
	padding-top: 25px;
	margin: 0;
	font-size: 1.3em;
	font-weight: 700;
}


/*  sidebar  */

.sidebar {
	margin-top: 3em;
}
.sidebar .sidepanel {
	margin: 0 0 3em 0;
	padding: 0;
}
.sidebar h3 {
	text-transform: capitalize;
	font-size:1.2em;
}
.sidebar .sidepanel .screen-reader-text {
	display:none;
}


/* Media Queries–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Larger than mobile */

@media (min-width: 400px) {
}


/* Larger than phablet (also point when grid becomes active) */

@media (min-width: 550px) {
}


/* Larger than tablet */

@media (min-width: 750px) {
}


/* Larger than desktop */

@media (min-width: 1000px) {
}


/* Larger than Desktop HD */

@media (min-width: 1200px) {
}

.nocomments {
display: none;
}
