/*
Theme Name: Palo Alto
Theme URI: http://www.wpkube.com/themes/palo-alto-wordpress-theme
Author: WPKube
Author URI: http://www.wpkube.com/
Description: Palo Alto is one page WordPress theme perfect for food bloggers, writers, artists, designers, creatives, lifestyle bloggers, or anyone who wants to showcase their content. The theme comes with a responsive design, live customizer panel to make changes, custom footer, author area, and more. 
Version: 1.04
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, featured-images, one-column, theme-options, custom-background, threaded-comments


Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/



/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #c1a878;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
img {
    height: auto
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #858585;
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6 {
	font-family:"Lato",sans-serif;
	clear: both;
}
h1, .h1 {
    font-size: 28px;
    font-weight: bold;
	line-height: 1.167em;
	margin-bottom:10px;
    color: #333;
}
h2, .h2, h3, .h3 {
    font-size: 14px;
    font-weight: bold;
	line-height: 1.4em;
	text-shadow: none;
	margin-bottom: 10px;
}
.post-624 h2, .post-624 .h2 {
    font-size: 21px !important;
    font-weight: bold;
	line-height: 1.4em;
	text-shadow: none;
	margin: 2em auto 1em !important;
}
.post-624 h3 {
	margin: 1.5em auto 0.5em;
	padding-bottom: .5em;
	border-bottom: 1px #454704 solid;
}
h4, .h4 { 
	margin-bottom:1.250em;
}
h5, .h5{
	font-size:0.750em;
	margin-bottom:1.667em;
}
h6, .h6{
	font-size:0.625em;
	margin-bottom:2em;
}
.no-heading-style{
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1em;
	line-height:1.5;
	margin-bottom:0;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 14px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
    color: #b8b8b8;
    font-size: 20px;
    line-height: 30px;
	padding: 0 1.25em;
	border-left:#eee 4px solid;
}
address {
	margin: 0 0 1.5em;
}
pre {
	border:#ddd 1px solid;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    float: left;
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #5c6bc0;
	color:#fff;
	font-weight:bold;
	padding: 10px 1em;
	border:none;
}

html 
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#222;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	background:none;
	color: #666;
	border: 1px solid #ddd;
	padding:8px 1em 7px;
    width: 85%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	/*padding: 3px;*/
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}

/* Links */
a {
	color: #454704;
	text-decoration:none;
}
a:visited {
	/*color: #dc2834;*/
}
a:hover,
a:focus,
a:active {
    color: #5a7a2a;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-bottom:15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-bottom:15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Icon font load 
----------------------------------------------- */

@font-face {
  font-family: 'Puricons';
  src: url('fonts/puricons-webfont.eot');
  src: url('fonts/puricons-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/puricons-webfont.woff') format('woff'),
       url('fonts/puricons-webfont.ttf') format('truetype'),
       url('fonts/puricons-webfont.svg#puricons') format('svg');
  font-weight: normal; font-style: normal;
}


/* =Common Classes 
----------------------------------------------- */

/* Clearfix */
.group:after {
	content: "";
	display: table;
	clear: both;
}

/* Class for border box, make the padding don't add to width */
.boxed{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hide{
	display:none;
}

/* =Main element positioning
----------------------------------------------- */
.container {
    margin: 0 auto;
    max-width: 950px;
    width: 96%;
}
.menu-btn {
    color: #000;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 26px;
}
.menu-btn:before,
.menu-btn:after {
    position: absolute;
    content: '';
    display: block;
}
.menu-btn:before {
    border-bottom: 2px solid #5c6bc0;
    border-top: 2px solid #5c6bc0;
    height: 10px;
    width: 100%;
}
.menu-btn:after {
    background: #5c6bc0;
    height: 2px;
    width: 26px;
    bottom: 0;
    right: 0;
}
#page {
    overflow: hidden
}
#main{
	margin: 0 auto 30PX;
    max-width: 1170px;
    width: 96%
}
#primary{
	padding:30px;
}
#primary{
	padding:0;
}
.hentry {
    margin-bottom: 35px;
    /*-webkit-box-shadow: 0 0 15px 0 rgba(153,153,153,0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(153,153,153,0.3);
    box-shadow: 0 0 15px 0 rgba(153,153,153,0.3);*/
}
.post-content {
    position: relative;
    padding: 48px 95px 0;
    background-color: #ffffff;
}

/* =Header
----------------------------------------------- */
#masthead {
    padding: 0;
    background-color: #454704;
}
.site-header .container {
    position: relative
}
.not-homepage .site-header .container {
	margin-bottom: 0px;
}
/* =Logo
----------------------------------------------- */
#masthead hgroup {
    display: inline-block;
    position: relative;
}
.header-right {
    float: right;
}
.header-right {
    /*overflow: hidden;*/
    position: relative;
    width: 70%;
    z-index: 10;
    top: 55px;
}
.home .header-right {
	top: 40px;
	margin-right: 0;
}
.not-homepage .header-right {
	margin-right: 10% !important;
}
.header-bg {
    text-align: center;
}

#masthead .logo {
	margin: 15px auto -15px;
}
.single-post #masthead .logo {
	margin: 15px auto;
}
#masthead .logo a {
	background: url("./img/tgj-cover-nav.jpg") no-repeat top left !important;
	display:block;
    text-indent: -7000px;
    /*background: url("./img/logo.jpg") no-repeat top left;	*/
	background: none;
	background-size: contain !important;
	height: 175px;
    width: 175px;
    margin: 0 auto;
}
#masthead .logo a.home {
	display:block;
    text-indent: -7000px;
    /*background: url("./img/logo.jpg") no-repeat top left;	*/
	background: none !important;
	height: 109px;
    width: 238px;
}
#masthead .logo a img {
	margin-bottom:-6px;
}
#masthead .title{
	margin-bottom:0;
	margin-top: 10px;
}
#masthead hgroup img{
	max-width:100%;
	height:auto;
}

.not-homepage .header-image {
	display: none;
}
.slogan {
    color: #c1a878;
    clear: both;
    font-size: 1.5em;
    font-style: italic;
    text-align: center;
    padding: .5em 0;
    background-color: #454704;
}

.slogan-email, #social-icons h3 {
    font-size: 1.5em;
    font-style: italic;
    color: #454704;
}

/* primary menu */
.primary-navigation {
    font-size: .85em;
}

.primary-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-navigation li:hover a, .primary-navigation li a:active {
    color: #c1a878;
}

.primary-navigation a, .primary-navigation ul.sub-menu a {
    display: block;
    color: #fff;
}

.primary-navigation .sub-menu li:hover a, .primary-navigation .sub-menu li a:active {
    color: #c1a878;
}

.primary-navigation li {
    float: left;
    display:inline;
    padding: .8em 1.2em ;
}

.primary-navigation li li {
    padding: .4em .5em;
}

.primary-navigation li ul {
    position: absolute;
    left: -999em;
    top: 2.6em;
    padding: .5em;
    font-size: .85em;
}

.primary-navigation li ul li, .primary-navigation li ul li a{
    float: left;
}

.primary-navigation li:hover ul {
    left: auto;
}

header .searchform, footer .searchform{
    position: relative;
}
 header .search-submit, footer .search-submit{ 
	background-color:transparent;
	color:#000;
    display:block;
    cursor:pointer;
    float:right;
    padding:10px 9px 10px 9px;
	position:relative;
}
header .s, footer .s {
	background:#4E4D4D;
	color:#b8b8b8;
	text-align:left;
	width:0;
    margin: 0 10px 0 0;
	position:absolute;
	right: 30px;
	z-index:99;
    top: 4px;
    display:none;
    padding: 10px;
	width: 180px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
header .search-button, footer .search-button{ 
	background-color: transparent;
	color: #333;
	position: relative;
    display: none;
    top: 4px;
    margin-left: 5px;
	z-index: 999
}
/* Small menu */
.main-small-navigation ul li{
	width:100%;
	float:none;
	padding-left:0;
	margin: 0
}
/*.main-small-navigation ul li a{
	padding:22px 0;
	border-top:1px solid #ddd;
	margin-right:0;
}*/
.main-small-navigation div  ul > li:hover > ul {
    display: none
}
.main-small-navigation .sub-menu {
    display: none
}

/* Header search form */
.main-navigation #searchform{
	position:absolute;
	right:30px;
	top:0;
	/*width:300px;
	height:100%;*/
	border-left:#ff9397 1px solid;
	border-right:#ff9397 1px solid;
	overflow:hidden;
}
.main-navigation #searchform #s{
	color:#fff;
	width:68px;
	background:none;
	opacity:0;
	border:none;
	padding:24px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	transition-property: width, opacity;
	transition-duration: .3s, .3s;
	z-index:4;
}
.main-navigation #searchform #s:hover{
	cursor:pointer;
}
.main-navigation #searchform #s:focus{
	width:190px;
	opacity:1;
	cursor:text;
	padding-left:30px;
	padding-right:60px;
}
.main-navigation #searchform #searchsubmit{
	position:absolute;
	right:0;
	top:10px;
	width:30px;
	opacity:0;
	z-index:10;
	display:none;
}
.main-navigation #searchform:after{
	display:block;
	position:absolute;
	content:"H";
	font-family:"Roboto";
	font-size:32px;
	top:7px;
	right:18px;
	color:#fff;
	z-index:0;
}


.menu-toggle{
	padding-left:30px;
	padding-right:30px;
}
.menu-toggle a {
	cursor: pointer;
	position:relative;
	padding:22px 30px;
	outline:none;
	border-left:#ff9397 1px solid;
}
.menu-toggle a span:nth-child(2){
	display:none;
}


.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */
#content{
	position:relative;
}
.sticky {
}

.one-column .hentry{
	width:100%;
	position:relative;
}
.hentry .home-thumb {
	display:block;
    width: 100%
}
.entry-title {
    border-bottom: 2px solid #eee;
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 15px;
    padding-bottom: 35px
}
#primary .entry-title a, #primary .entry-title a, .popular-posts article .home-thumb:after{
	color:#0e1430;
}
#primary .entry-title a:hover, #primary .entry-title a:hover, .popular-posts article .home-thumb:hover:after{
	color:#5c6bc0;
}
.entry-meta {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 20px 0; 
	color:#aaa;
	clear: both;
}
.single .entry-meta {
    margin-bottom: 20px
}
.sep{
    margin: 0 5px;
}
.entry-meta a[rel^="category"]{
	text-transform:capitalize;
}
.entry-meta .comments-link a{
	color:#aaa;
}
#primary .entry-meta, #primary .entry-meta .comments-link a, #primary .entry-meta-single, .hentry footer .inline-icon-user, #primary .post-tags{
	color:#bdbdbd;
}
.entry-meta .post-cats {
    float: right;
    position: absolute;
    right: -10px;
    top: 20px;
    opacity: 0.8;
}
.entry-meta .post-cats a {
    background: #5C6BC0;
    color: #fff !important;
    float: left;
    padding: 5px 10px;
}
.entry-meta-single{
	font-size:1em;
	margin-bottom:5px;
}
.entry-meta-single > span{
	margin-right:30px;
}
.single .hentry {
    background: #fff;
    float: none;
}
.single .hentry .home-thumb{
	margin-bottom:24px;
}
.single .post > footer{
	border-top:#f2f2f2 1px solid;
}
.single .post > footer .avatar {
    float: left;
    margin: 5px 30px 10px 0;
	width: 60px;
	height: 60px;
}
.single .post > footer .author-description{
	margin-bottom:0;
}
.single .post p img{
	margin-top:5px;
}
.post-footer {
    margin: 40px 0 0;
    overflow: hidden
}
.share-buttons,
.share-button,
.fb_iframe_widget span {
    float: left
}
.share-button {
    margin: 0 10px 0 0
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
    font-size: 17px;
    font-weight: 400;
    line-height: 2;
	margin: 30px 0 0;
    overflow: hidden;
}
.entry-content a {
    color: #454704;
    font-weight: 700;
    border-bottom: 3px #DDD solid;
    padding-bottom: 2px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.section-title, #reply-title{
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin: 30px 0;
	position:relative;
    text-align: center;
}
.section-title a{
	color:#fff;
}
#breadcrumbs{
    background: #fff;
    padding:20px 25px;
	margin-bottom:30px;
	color:#bbb;
}
#breadcrumbs a{
    font-size: 14px;
	margin-right:10px;
}
#breadcrumbs a:after{
	content:">";
	margin-left:10px;
	font-family:'Roboto';
	font-size:12px;
	color:#bbb;
	text-decoration:none;
}
.archive #breadcrumbs{
	margin-bottom:0;
	border-bottom:none;
}

.sub-article {
    position: relative;
    min-height: 10em;
    max-height: 10em;
    overflow: hidden;
}

.sub-article .wp-post-image {
    max-height: 10em;
    position: absolute;
}

.sub-article .post-content {
    width: 70%;
    left: 30%;
    position: absolute;
    padding: .2em 1em;
}

.sub-article .post-content .entry-date {
    display: none;
}

.sub-article .post-content .entry-title {
    font-size: 1.4em;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


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


.site-header img,
.entry-content img,
.hentry img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.hentry img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
.hentry img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
    vertical-align: middle
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.first-post img{
    width: 100%;
}
.home .first-post a {
	margin-top: -75px;
}

.home #content {
	top: 100px;
	display: inline-block;
}
.home.paged #content {
	display: block;
}
.home.paged .first-post {
	width: 100%;
}
.home.paged .first-post a {
	margin-top: 0;
}
.home.paged .first-post img {
	width: auto;
}
.wp-caption {
	border:#ddd 1px solid;
	margin-bottom: 15px;
	max-width: 100%;
	/*width:auto !important;*/
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
	max-width: 100%;
}
.wp-caption-text {
	font-size:0.625em;
	line-height:1.600em;
	text-align: center;
	padding-left:20px;
	padding-right:20px;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	/*margin-bottom: 1.5em;*/
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.gallery {
	margin: auto;
	margin-left:-15px;
	margin-bottom:0;
}
.gallery .gallery-item {
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.post-bottom{
    color: #cacaca;
    text-transform: capitalize;
    margin: 40px 0 50px;
    overflow: hidden;
}
.read-more {
    float: left;
}
.read-more a {
    color: #5c6bc0;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase
}
.post-bottom span{
    margin-left: 15px;
}
.post-bottom .tags,.single .tags{
    float: right;
} 
.single .tags{
    color: #cacaca;
}
.post-bottom .tags a,.single .tags a{
    margin-right: 8px;
    color: #cacaca;
    font-size: 15px;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.video-container{}
.audio-container{
    overflow: hidden;
    width: 100%
}
.audio-container iframe {
    float: left
}
.format-quote .post-content:before {
    position: absolute;
    content: '\201C';
    color: #888;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 220px;
    display: block;
    top: -60px;
    left: -40px;
    opacity: 0.1
}

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

.site-content .site-navigation {
	margin: 0 0 1.5em;
	/*overflow: hidden;*/
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.page-navigation{
	clear:both;
	float:none;
    margin: 0 0 80px;
	padding:15px 0 0;
	position:relative;
    text-align: center;
}
.page_navi { 
	padding: 0;
	margin:0;
	/*margin-top:6px;*/
}
.page_navi li { 
	display: inline-block;
	margin-left: 10px;
	list-style:none;
}
.page_navi li, .wp-prev-next li { 
	margin-left:0;
	color:#bbb;
}
.page_navi li:last-child{ 
	background:none;
}
/*.page_navi li:last-child a{ 
	padding-right:5px;
}*/
.page_navi li a, .page_navi li span, .wp-prev-next li a { 
	padding:11px 15px;
	margin-left:15px;
	/*color:#222;*/
	display: block;
	line-height:1em;
	text-decoration: none;
	position: relative;
    background: #fff;
    font-size: 18px;
    font-family: 'Lato';
    font-weight: bold;
    -webkit-box-shadow: 0 0 15px 0 rgba(153,153,153,0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(153,153,153,0.3);
    box-shadow: 0 0 15px 0 rgba(153,153,153,0.3);
}
.page_navi li:last-child a{
	border-right:none;
}
.page_navi li a:hover { 
	color:#fff;
	text-decoration:none;
	border-bottom:none;
    background: #5C6BC0;
}
.page_navi li .current { color:#bbb; } 
.comment-navigation {
    border-top: 1px solid #ddd;
    overflow: hidden;
    padding: 20px 0 0
}
/*page*/
.page article{
    background: #fff;
    padding: 60px 95px;
}
/* Archives Template Page */
.page-template-template-archive .entry-title {
    border-bottom: 0;
    padding-bottom: 0
}
.page-template-template-archive .entry-content {
    border-bottom: 2px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.archive-col {
    float: left;
    margin-bottom: 40px;
    width: 50%
}
.archive-col ul {
    font-size: 17px;
    font-weight: 700;
    list-style: none
}
.archive-col li {
    padding: 8px 0;
}
.archive-col a {
    color: #333;
}
.archive-title {
    color: #cacaca;
    font-size: 30px;
}

.top-episodes h3 {
	font-size: 18px;
	text-transform: uppercase;
	text-align: right;
	background: #eeeeef;
	padding: 4px 10px;
	margin: 0;
	}
.top-ep-home {
	margin: 0;
	padding: 0;
}	
.top-ep-home a {
	color: #c1a878;
	font-size: 18px;
}
.top-ep-home a:hover {
	color: #fff;
}

/* Search Page */

.search-result,
.section-container {
    background: #fff;
    padding: 45px 95px 50px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 15px 0 rgba(153,153,153,0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(153,153,153,0.3);
    box-shadow: 0 0 15px 0 rgba(153,153,153,0.3);
}
.search-result .section-title,
.section-container .section-title {
    text-align: left;
    font-family: 'Lato';
    font-size: 40px;
    font-weight: normal;
    margin: 0;
}
.search-result .section-title {
    margin-bottom: 5px
}
.search-result .section-title span span,
.section-container .section-title span span {
    font-weight: 600;
}
.search-result .section-title span span {
    padding: 0 20px;
    position: relative;
}
.search-result .section-title span span:before,
.search-result .section-title span span:after {
    content: '\00AB';
    position: absolute;
    display: block;
    left: 0;
    top: -4px
}
.search-result .section-title span span:after {
    content: '\00BB';
    left: auto;
    right: 0;
}
.search-count{
    font-family: 'Lato';
    font-size: 25px;
    color: #a3a3a3;
}
/* =Comments
----------------------------------------------- */
#respond {
}
#comments {
    background: #fff;
    padding: 30px 95px 50px;
    -webkit-box-shadow: 0 0 15px 0 rgba(153,153,153,0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(153,153,153,0.3);
    box-shadow: 0 0 15px 0 rgba(153,153,153,0.3);
}
#comments .comments-title{
	padding:30px 0;
	border-top:#ddd 1px solid;
	border-bottom:#ddd 1px solid;
}
#comments .commentlist{
	margin-left:0;
	margin-top: -30px;
	margin-bottom:0;
}
#comments .commentlist li{
	list-style:none;
}

#comments .commentlist ul, #comments .commentlist ol{
	margin-left:5.83%;
}
#comments .commentlist li article.comment{
	position:relative;
	border-top:#ddd 1px solid;
	padding:30px 0 30px;
}
#comments .commentlist > li:first-child > article.comment{
	border-top:none;
}
#comments .commentlist li article.comment .photo{
	position:absolute;
	right:0;
}
#comments .commentlist li .comment-meta a{
	color:#bbb;
}
#comments .commentlist li article.comment .comment-author{
margin-bottom:5px;
}
#comments .commentlist li article.comment .comment-author .fn{
	font-style:normal;
}
.comment-meta{
	font-size:0.625em;
	margin-bottom:20px;
}
.says{
	display:none;
}
.comment-meta a{
	color:#bbb;
}
.reply{
}
.comment-content a {
	word-wrap: break-word;
}
.comment-content p:last-child{
	margin-bottom:0;
}
.bypostauthor {
}
#respond input[type=text], #respond textarea{
    float: none;
    padding: 14px 20px;
	width:100%;
}
#respond p.comment-field{
	margin-bottom:30px;
}
#respond textarea{
	margin-bottom:30px;
}
#respond .required-attr{
	font-size:0.625em;
	color:#bbb;
	width:40%;
	float:left;
	margin-bottom:20px;
}
.form-submit{
	margin-bottom:0;
}
.form-submit:after{
	content: "";
	display: table;
	clear: both;
}
#respond #submit{
    cursor: pointer
}

/* =Footer
----------------------------------------------- */
/*.footer-menu{
	margin-bottom:0;
}
.footer-menu li{
	display:inline;
}
.footer-menu li:after{
	content:"|";
	margin:0 10px;
}
.footer-menu li:last-child:after{
	content:"";
}*/
.site-footer{
    text-align: center;
    background: #454704;
}
.site-footer .container{
    padding: 65px 0 35px;
}
.site-footer .logo a{
    font-size: 36px;
    font-family: 'Lato';
    font-weight: bold;
    font-style: italic;
    color: #4f5ca6;
}
.footer-navigation{
    padding: 60px 0 40px;
    display: inline-block;
}
.footer-navigation a{
    color:#fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato';
	text-decoration:none;
    position: relative;
}
.footer-navigation a:hover{
    color: #bdbdbd;
}
.footer-navigation ul li{
	display:inline;
    padding: 0 15px;
}
.footer-navigation ul li.current-menu-item > a {
    color: #bdbdbd;
}
.footer-navigation .menu-short-container,
footer .searchform {
    float: left;
}
.footer-navigation .sub-menu {
    display: none !important
}
footer .search-submit {
    color: #fff;
    padding: 5px 0 0 20px;
}
footer .s {
    right: 20px;
    top: -8px;
}
footer .menu-menu-1-container{
 float: left;
}
.footer-content {
    border-bottom: 2px solid #5765B5;
    border-top: 2px solid #5765B5;
    color: #a9afdb;
    font-size: 13px;
    font-family: 'Lato';
    padding: 40px 0;
    margin: 0 90px;
    text-align: center;
    text-transform: capitalize;
}
.site-info{
    color: #a9afdb;
    font-size: 14px;
	padding:26px;
}
.site-link,
.site-link:hover {
    color: #fff;
}
.footer-social{}
.footer-social .fa{
    color: #fff;
    font-size: 25px;
}
.footer-social ul{
    list-style: none;
}
.footer-social ul li{
    display: inline-block;
    margin-right: 20px;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending #colophon {
	display: block;
}

/* Images on Pages */


.entry-content img {
  width: auto;
}

/* end */

/* Header Quotes */
.header-image {
    position: relative;
}

.header-image img{
    z-index: 10;
    width: 100%;
}

.header-image-quote {
    position: absolute;
    top: 5%;
    right: 15%;
    z-index: 1;
    width: 15em;
    font-size: .9em;
    line-height: 1.2em;
}

.header-image-quote .right {
    background: url(./img/quote-right-com.png) top right;
    width: 400px;
    height: 205px;
}

.header-image-quote .left {
    background: url(./img/quote-left-com.png) top right;
    width: 400px;
    height: 205px;
}

.header-image-quote p {
    position: relative;
    width: 250px;
    overflow: hidden;
    text-align: center;
    color: #FFFFFF;
    left: 18%;
    font-style: italic;
}

.page-id-25218 .testimonial-entry-title {
    display: none;
}

.header-image-cover {
	z-index: 2;
	width: 35%;
	max-width: 400px;
	position: absolute;
	top: -15%;
	left: 3%;
}
.header-image-cover img {
	box-shadow: 12px 8px 10px #222;
}
/* @group Archives Pages */

.testimonial-entry {
	margin: 0 !important;
	padding-left: 50px !important;
	background: url('/wp-content/themes/palo-alto/img/open-quote.png') no-repeat 0px 8px;
}

div.odd {
  background-color: #c1a878;
}

div.odd, div.even {
  margin: 2px 0;
  padding: 3px 0;
}

div.odd a:hover {
	color: #fff;
}
span.arcdate {
  padding: 0 0 0 3px;
  color: #666;
}

.archives-topic .topic-wrapper {
  margin-bottom: 25px;
}

.archives-topic .topic-wrapper img {
  float: left;
  padding: 5px 10px 5px 0;
}

.archives-topic h3 {
  margin: 0;
  padding: 0;
}

.topic-wrapper h3 {
  color: #222;
  font-size: 21px;
  font-style: italic;
  margin-top: 24px;
}

.archive-topic {
  text-transform: capitalize;
}

.topic-wrapper img {
  float: left;
  padding-bottom: 20px;
  padding-right: 10px;
}


.container_12,.container_16{margin-left:auto;margin-right:auto;width:960px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;position:relative;margin-left:10px;margin-right:10px}.container_12 .grid_3,.container_16 .grid_4{width:220px}.container_12 .grid_6,.container_16 .grid_8{width:460px}.container_12 .grid_9,.container_16 .grid_12{width:700px}.container_12 .grid_12,.container_16 .grid_16{width:940px}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_16 .grid_1{width:40px}.container_16 .grid_2{width:100px}.container_16 .grid_3{width:160px}.container_16 .grid_5{width:280px}.container_16 .grid_6{width:340px}.container_16 .grid_7{width:400px}.container_16 .grid_9{width:520px}.container_16 .grid_10{width:580px}.container_16 .grid_11{width:640px}.container_16 .grid_13{width:760px}.container_16 .grid_14{width:820px}.container_16 .grid_15{width:880px}

.alpha {
  float: left;
}
.omega {
  float: right !important;
}
.grid_6, .grid_2, .grid_3 {
  display:inline;float:left;position:relative;margin-left:10px;margin-right:10px
}
.grid_11 {
  clear: both;
  width: 100%;
}

/* OLD GRID SYSTEM for ARCHIVES 

.container_12,.container_16{margin-left:auto;margin-right:auto;width:960px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;position:relative;margin-left:10px;margin-right:10px}.container_12 .grid_3,.container_16 .grid_4{width:220px}.container_12 .grid_6,.container_16 .grid_8{width:460px}.container_12 .grid_9,.container_16 .grid_12{width:700px}.container_12 .grid_12,.container_16 .grid_16{width:940px}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_16 .grid_1{width:40px}.container_16 .grid_2{width:100px}.container_16 .grid_3{width:160px}.container_16 .grid_5{width:280px}.container_16 .grid_6{width:340px}.container_16 .grid_7{width:400px}.container_16 .grid_9{width:520px}.container_16 .grid_10{width:580px}.container_16 .grid_11{width:640px}.container_16 .grid_13{width:760px}.container_16 .grid_14{width:820px}.container_16 .grid_15{width:880px}.container_12 .prefix_3,.container_16 .prefix_4{padding-left:240px}.container_12 .prefix_6,.container_16 .prefix_8{padding-left:480px}.container_12 .prefix_9,.container_16 .prefix_12{padding-left:720px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_16 .prefix_1{padding-left:60px}.container_16 .prefix_2{padding-left:120px}.container_16 .prefix_3{padding-left:180px}.container_16 .prefix_5{padding-left:300px}.container_16 .prefix_6{padding-left:360px}.container_16 .prefix_7{padding-left:420px}.container_16 .prefix_9{padding-left:540px}.container_16 .prefix_10{padding-left:600px}.container_16 .prefix_11{padding-left:660px}.container_16 .prefix_13{padding-left:780px}.container_16 .prefix_14{padding-left:840px}.container_16 .prefix_15{padding-left:900px}.container_12 .suffix_3,.container_16 .suffix_4{padding-right:240px}.container_12 .suffix_6,.container_16 .suffix_8{padding-right:480px}.container_12 .suffix_9,.container_16 .suffix_12{padding-right:720px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_16 .suffix_1{padding-right:60px}.container_16 .suffix_2{padding-right:120px}.container_16 .suffix_3{padding-right:180px}.container_16 .suffix_5{padding-right:300px}.container_16 .suffix_6{padding-right:360px}.container_16 .suffix_7{padding-right:420px}.container_16 .suffix_9{padding-right:540px}.container_16 .suffix_10{padding-right:600px}.container_16 .suffix_11{padding-right:660px}.container_16 .suffix_13{padding-right:780px}.container_16 .suffix_14{padding-right:840px}.container_16 .suffix_15{padding-right:900px}.container_12 .push_3,.container_16 .push_4{left:240px}.container_12 .push_6,.container_16 .push_8{left:480px}.container_12 .push_9,.container_16 .push_12{left:720px}.container_12 .push_1{left:80px}.container_12 .push_2{left:160px}.container_12 .push_4{left:320px}.container_12 .push_5{left:400px}.container_12 .push_7{left:560px}.container_12 .push_8{left:640px}.container_12 .push_10{left:800px}.container_12 .push_11{left:880px}.container_16 .push_1{left:60px}.container_16 .push_2{left:120px}.container_16 .push_3{left:180px}.container_16 .push_5{left:300px}.container_16 .push_6{left:360px}.container_16 .push_7{left:420px}.container_16 .push_9{left:540px}.container_16 .push_10{left:600px}.container_16 .push_11{left:660px}.container_16 .push_13{left:780px}.container_16 .push_14{left:840px}.container_16 .push_15{left:900px}.container_12 .pull_3,.container_16 .pull_4{left:-240px}.container_12 .pull_6,.container_16 .pull_8{left:-480px}.container_12 .pull_9,.container_16 .pull_12{left:-720px}.container_12 .pull_1{left:-80px}.container_12 .pull_2{left:-160px}.container_12 .pull_4{left:-320px}.container_12 .pull_5{left:-400px}.container_12 .pull_7{left:-560px}.container_12 .pull_8{left:-640px}.container_12 .pull_10{left:-800px}.container_12 .pull_11{left:-880px}.container_16 .pull_1{left:-60px}.container_16 .pull_2{left:-120px}.container_16 .pull_3{left:-180px}.container_16 .pull_5{left:-300px}.container_16 .pull_6{left:-360px}.container_16 .pull_7{left:-420px}.container_16 .pull_9{left:-540px}.container_16 .pull_10{left:-600px}.container_16 .pull_11{left:-660px}.container_16 .pull_13{left:-780px}.container_16 .pull_14{left:-840px}.container_16 .pull_15{left:-900px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix{height:1%}
*/
/* @end */

/*
div#jp-relatedposts {
	border-top: 3px #CCC dashed;
	padding-top: 3.7em !important;
	background: url(./images/related-header.png) top left no-repeat;
}

 .jp-relatedposts-post-title a {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold !important;
}
*/


/* Home Page social icons */

#social-icons {
	height: 120px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#social-icons a {
	margin: 10px;
}

#social-icons form , #social-icons h3 {
	text-align: left;
	position: relative;
	top: 12px;
	right: 0;
}
#social-icons div#subscribe-text {
/*	font-size: 14px;	*/
	display: inline;
	float: left;
	margin-right: 20px;
}
#social-icons h3 {
	width: auto;
	float: left;
}
#social-icons input[type=email] {
	background: #fff;
	width: 400px;
	margin-right: 20px;
}
#social-icons input[type="submit"] {
	margin: 0;
	float: right;
}
#social-icons .success {
	clear: both;
}
.home #email-form {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
/* end */
.mc4wp-form {
}
.mc4wp-response {
	color: white;
	display: inline-flex;
}

/* for Mobile */

.mobile-theme .menu-search {
	display: none;
}

/* from Wordpress Custom CSS */
/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

.front-page-comments {
	font-size: 14px;
	font-family: 'HelveticaNeue-CondensedBold';
}

.sub-article .entry-summary p {
	line-height: 1.33;
	font-size: 16px;
	width: 90%;
}

.sub-article .entry-header {
  font-size: 14px	
}

.menu-btn {
	display: none;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
	width: 100%;
	display: block;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background: #454704;
	float: left;
	margin: 2% 0;
}

a:hover, a:focus, a:active {
	color: #c1a878;
}

.read-more a {
	color: #454704;
}

#primary .entry-title a:hover, #primary .entry-title a:hover, .popular-posts article .home-thumb:hover:after {
	color: #454704;
}

#post-632 .entry-content p {
	clear: both;
}

.header-image-quote p {
	font-size: x-large;
	line-height: 1.1em;
	top: 42px !important;
}

.page-id-525 .entry-content ul li, .page-id-1602 .entry-content ul li {
	list-style: disc outside none;
	display: list-item;
	margin-left: 2em;
}

.jetpack_subscription_widget h2.widgettitle {
	font-size: 21px;
	clear: none;
	margin-top: 32px;
}

.archive-links {
	margin-bottom: 40px;
	z-index: 100;
	width: 100%;
	text-align: center;
}
.archive-feeds {
	margin: 4em auto 0;
	border-top: 1px #454704 solid;
	border-bottom: 5px #ccc solid;
	}
	
h1.archive-title {
	text-align: center;
	width: 100%;
	font-size: 40px;
	line-height: 1.25;
	margin-bottom: 15px;
	color: #111;
}

.archive-links a {
	display: inline-block;
	padding: 3px 5px;
	color: #c1a878;
}
.archive-links a:hover {
	color: #454704;
}

.site-footer p {
	font-size: 95%;
	color: #c1a878;
}

.site-footer p a {
	color: #c1a878;
}

.site-footer p a:hover {
	color: #c1a878;
}

div#content img.wp-post-image {
	display: none;
}

.home div#content img.wp-post-image, .single div#content img.wp-post-image {
	display: initial;
}

.single-post .header-image, .single-post .slogan, .not-homepage .slogan p {
	display: none;
}

.searchform input[type=text]:focus {
	color: #fff;
}

header .search-button {
	background: #c1a878;
}

#respond input[type="checkbox"] {
	margin-top: 5px;
}
#respond label.subscribe-label {
	margin-left: 5px;
}
.akismet_comment_form_privacy_notice {
	clear: both;
	font-style: italic;
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-width: 768px) {
	/* some CSS here */
	.page-template-archives .header-image, .page-template-archivestopical .header-image, .page-template-archivesguest .header-image, .page-id-1602 .header-image, .page-template-page-top_episodes .header-image {
		height: 100px;
		overflow: hidden;
	}
	
	.page-template-archives .header-image img, .page-template-archivestopical .header-image img, .page-template-archivesguest .header-image img, .page-id-1602 .header-image img, .page-template-page-top_episodes .header-image img {
		position: relative;
		top: -33px;
	}
}

/*
	MOBILE CSS
*/
@media screen and (max-width: 800px) {

#masthead .logo a.home, .header-right {
	display: none;
	}
.header-image-cover {
	left: 6%;
	width: 25%;
}
#masthead .container {
	height: auto;
	}
	
#masthead .logo a {
	width: 800px;
	background-position-x: 45% !important;
	height: 125px;
}
#social-icons h3 {
	text-align: center;
	font-size: 1.2em;
	width: 100%;
	}	
	.header-image-quote {
		display: none;
	}
	.home .container {
		height: auto;
	}	
	.slogan, .slogan-email {
		font-size: 1.1em;
	}
	#email-fields {
		margin: 0 -5% 0 25%;
	}
	#social-icons {
		height: auto;
	}
	#social-icons #subscribe-text {
		width: 100%;
		text-align: center;
	}
	#social-icons img {
		width: 15%;
	}
	
	#social-icons input[type=email] {
		clear: left;
		width: 100% !important;
		float: none;
	}
	#social-icons input[type=submit] {
		float: none;
		width: 100%;
		margin-top: .25em;
	}
	.entry-title {
		font-size: 1.5em;
	}
	
	.post-content, .search-result, .section-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.sub-article .post-content .entry-meta {
		margin: 0;
	}
	
	.sub-article .post-content {
		width: 65%;
	}
	
	.sub-article .entry-summary {
		margin-top: 10px;
		line-height: 1.2;
		font-size: 16px;
	}
	
	.page_navi li a, .page_navi li span, .wp-prev-next li a {
		margin-left: 5px;
	}
	
	h1.archive-title {
		font-size: 2em;
	}
	
	.page article {
		padding: 30px 20px;
	}
#front-page-comments {
	text-align: right;
	margin: -30px auto 50px;
}
}
@media screen and (max-width: 320px) {
#masthead .logo a {
	background-position-x: 12% !important;
}
	#social-icons input[type=email] {
		width: 50%;
		height: auto;
	}
	#social-icons img {
		width: 10%;
	}
	#email-fields {
		margin: 0 -10% 0 5%;
	}
}
@media screen and (max-width: 960px) {
	#social-icons input[type=email] {
	width: 50%;
	margin-right: 5px;
	}
	.slogan-email {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 828px) {
	#social-icons input[type=email] {
	width: 80%;
	}
	.slogan-email {
		font-size: 1.1em;
	}
	#email-fields {
		margin: 0 -10% 0 8%;
		vertical-align: middle;
	}
}
@media screen and (min-width: 321px) and (max-width: 400px) {
#masthead .logo a {
	background-position-x: 17% !important;
	}
}
@media screen and (min-width: 401px) and (max-width: 767px) {
#masthead .logo a {
	background-position-x: 20% !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 935px) {
#masthead .logo a {
	background-position-x: 45% !important;
	}
}

@media screen and (min-width: 767px) and (max-width: 935px) {
	.container {
		height: auto;
		}
	#masthead .logo a.home {
		display: none;
		}
}
@media screen and (min-width: 767px) and (max-width: 935px) {

	.header-image-cover {
		width: 25%;
	}
	.container {
		height: 125px;
	}

}

@media screen and (min-width: 960px) {
	.header-image-cover {
		max-width: 575px;
	}
}

.site-header img {
	display: none;
}
.home .site-header img {
	display: block;
}

/* end */

/* Attempt to override Jetpack bad coding */
table.v1main, .entry-summary {
	color: #858585 !important;
}