s/*
Theme Name: archiseek
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: archiseek
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

archiseek is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family:  sans-serif, Arial, Helvetica;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 1.8em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;

	font-size: 14px;
	line-height: 1.6;
	
	font-family: sans-serif, Helvetica, Arial; 
   font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark,
ins {
	background: #fff;
	text-decoration: none;
}

big {
	font-size: 125%;
}




blockquote {
  background: #f9f9f9;
  border-left: 15px solid #082b49;
  margin: 0px;
  padding: 1em;
	position:relative;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
	  position: absolute;
}
blockquote p {
  display: block;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.social-navigation {

	display: block;
	float: right; padding:0; 
	width: 20%; margin-top:5px;
}

.social-navigation-single {

	display: block;
	float: right; padding:0; 
	width: 300px; margin-top:5px;
}

.main-navigation {

	display: block;

	float: left;

	width: 100;

		margin-top:12px;
}

.main-navigation ul {

	display: none;

	list-style: none;

	margin: 0;

	padding-left: 0;



}



.main-navigation li {

	float: left;

	position: relative;

		margin-right:30px;

}


.main-navigation li a {

margin-left:10px;

}

.main-navigation a, .main-navigation a:visited, .main-navigation a:link {

	display: block; color:#fff; font-weight:700; 

	text-decoration: none; font-size:12px;

}



.main-navigation ul ul {



	float: left;

	position: absolute;



	left: -999em;

	z-index: 99999;

}



.main-navigation ul ul ul {

	left: -999em;

	top: 0;

}



.main-navigation ul ul a {
color:#fff;
	width: 180px;
font-size:11px;
}



.main-navigation ul ul li { padding:7px; background-color:#062947; border-bottom:1px dotted #acacac; 



}





.main-navigation li:hover > a,

.main-navigation li.focus > a { color:#acacac; 

}



.main-navigation ul ul :hover > a,

.main-navigation ul ul .focus > a { color:#acacac; 

}



.main-navigation ul ul a:hover,

.main-navigation ul ul a.focus {

}



.main-navigation ul li:hover > ul,

.main-navigation ul li.focus > ul {

	left: auto;

}



.main-navigation ul ul li:hover > ul,

.main-navigation ul ul li.focus > ul {

	left: 100%;

}



.main-navigation .current_page_item > a,

.main-navigation .current-menu-item > a,

.main-navigation .current_page_ancestor > a { 

}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
		list-style: none;
	margin: 0; background-color:#062947;  border:0;
	padding-left: 0; width:100%; z-index:500;
}



.main-navigation.toggled li {
	clear:both;
	position: relative; background-color:#062947; border-bottom:1px solid #ACACAC; border:0;
	padding-left: 0; width:100%; 
}

@media screen and (min-width: 400px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden; display:none;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;display:none;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;display:none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.wrapper { width:1000px; height:100%; margin:auto; padding:0;}


#stripe1 { width:100%; height:45px; background-color:#062947; border-bottom:1px solid #ACACAC; margin:0; padding:0;}

#stripe1-search { }

#stripe2 { width:100%; margin:0; padding:0;}

#stripe2 .logo { width:100%; margin:auto; height:120px; padding:10px; }
#stripe2 .wrapper { width:1100px; margin:auto; padding:50px; background-color:#fff;}

.homepage-search { padding:20px; border:1px solid #062947; margin-bottom:20px; }
.homepage-ad { padding:20px; }

#primary { margin:0; padding:0;}

.categoryinfobox { width:100%; margin:auto; padding:0; margin-bottom:40px;}
.categoryinfobox h1 { margin:0; padding:0; padding-top:20px;font-size:24px;}
.categoryinfobox p { margin-bottom:0;}

.content-left {float:left; width:300px; margin:0; padding:0; margin-right:50px; height:100%;}

.entry-header {float:right; width:600px; padding:0; }
.entry-content {float:right; width:600px; padding:0; margin:0;}

.entry-map {clear:both; width:100%; margin-top:20px; margin-bottom:20px; margin-left:0; margin-right:0;  }
.entry-map-archive {clear:both; width:100%; margin:0; padding-top:20px; }

.entry-content-forum {float:left; width:950px; margin:0; }

.entry-content-tags-nodisplay {font-weight:bold; font-size:12px;   }
.entry-content-tags {font-weight:bold; font-size:12px;   }
.entry-content-tags a:link {font-weight:bold; font-size:12px; padding:4px; margin:0px; background-color:#163e60; color:#fff; text-decoration:none; }
.entry-content-tags a:visited {font-weight:bold; font-size:12px; padding:4px; margin:0px; background-color:#163e60; color:#fff; text-decoration:none; }
.entry-content-tags a:hover {font-weight:bold; font-size:12px; padding:4px; margin:0px; background-color:#ffba00; color:#fff; text-decoration:none; }

.entry-footer { clear:both; width:1300px;  }


#secondary {clear:both; width:300px; margin:0; padding:0; font-size:12px; }
#secondary h2 {margin:0; padding:0; margin-top:15px;}
.widget-area  {margin:0; padding:0; margin-top:10px;}
.widget-title {color:#062947; margin:0;  padding:0; border-bottom:2px dotted #ccc; margin-bottom:10px; text-transform:uppercase; font-size:14px; font-weight:800;}
#secondary ul {list-style:none; margin:0; margin-top:10px; padding:0;}
#secondary li {margin-bottom:5px; padding:3px; border-bottom:1px dotted #ddd;}
#secondary li a {text-decoration:none; font-weight:700;}


.category-content {float:left;  margin:0px; top:0; left:0; position:relative; padding:0px; height:420px; border:1px solid #fff; font-size:12px; background-size:cover; background-position: center center; background-repeat:no-repeat; width:20%;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;}

.category-content .headerbox {color:#fff; background: rgba(0, 69, 124, 0.7); padding:10px; padding-left:15px; padding-right:15px; position:absolute; -webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
  top:0px;
  right:0px; margin:0; width:100%; height:105px; border-bottom:1px solid #163e60; }
  	
.category-content .headerbox h2 {color:#fff; margin:0; padding:0; font-size:16px; line-height:140%;}
  
.category-content .headerbox h2 a {color:#fff; text-decoration:none; }	
	
.category-content .box { background: rgba(255, 255, 255, 0.8); padding:15px; height:160px; position:absolute;
  bottom:0px;
  right:0px; width:100%; border-top:1px solid #acacac; 	overflow: hidden;
	text-overflow: ellipsis;}
	
.category-content .box p {color:#000; padding:0; margin:0; font-size:13px; font-weight:400;}
.category-content .box a {font-weight:700; color:#000; }
.category-content .box .architect {font-size:13px;font-weight:700; color:#000; width:100%; margin:0; }

.updatedon {color:#062947; font-size:11px; font-weight:600;}

/*--------------------------------------------------------------
# related posts
--------------------------------------------------------------*/

.jp-relatedposts-post-date  { display:none;}


body .jp-relatedposts h2 { margin-bottom: 1rem; font-size: 1rem; text-transform: uppercase;
border-top: dotted 2px #CCC; margin-top: 2rem; }

.jp-relatedposts-items { display:block; white-space:nowrap; 
	width: calc(100% + 1.5em); margin-left: -0.38em; }

.jp-relatedposts-post { display:inline-block; width:20%; white-space:normal; vertical-align:top; padding: 0 0.5em; font-size: 0.9em;}

.jp-relatedposts-post-excerpt, .jp-relatedposts-post-context {padding:0; margin:0; font-size: 0.9em;}
.jp-relatedposts-post-context {padding:0; margin-top:5px; font-size: 0.9em; color:#062947;  }
@media screen and (max-width: 600px) {
.jp-relatedposts-post { width:120px }
.jp-relatedposts-items { overflow-x:scroll; width:100%; }
.jp-relatedposts-post-excerpt, .jp-relatedposts-post-context { display:none;}
}


/*--------------------------------------------------------------
# category tag description pages
--------------------------------------------------------------*/


.taxonomy-description {padding:0px; clear:both; display:block; margin-bottom:20px; font-size:1em; width:100%;}

.taxonomy-image {
    float: left; 
}

.taxonomy-img {
    max-height: 200px;
    max-width: 200px; margin-right:20px;
}


.archivepagination {clear:both; width:100%; margin:auto; padding:25px; text-align:center;}
.page-numbers {padding:8px; font-weight:bold; font-size:12px; margin:0px; background-color:#163e60;  color:#fff; text-decoration:none;}

.page-numbers a:link {padding:8px; font-weight:bold; font-size:12px; margin:0px; background-color:#163e60; color:#fff; text-decoration:none;}

.archivepagination a:visited {padding:8px; font-weight:bold; font-size:12px; margin:0px; background-color:#163e60; color:#fff; text-decoration:none;}

.archivepagination a:hover { background-color:#ffba00; color:#fff;}
table {border:1px solid #CBCBCB; padding:10px; width:100%}

tr {border:1px solid #CBCBCB; padding:10px;}

td {border:1px solid #CBCBCB; padding:10px;}





#stripefooternewssearch { background-color:#Acacac; padding:20px; color:#fff; display:block; height:140px;}

#stripefooternewsletter { margin:0; background-color:#1d1d1d; border-bottom:1px solid #ACACAC; color:#fff; display:block; height:140px; padding:0; padding-top:20px; padding-bottom:20px;}

#stripefooternewsletter h3 {color:#fff; border-bottom:1px dotted #ccc;}
.newsletter {float:left; width:40%;}
.socialmedia {float:right; width:40%; }
.socialmedia img {margin-right:5px;}

#stripefootercredit { width:100%; background-color:#062947; height:70px; margin:0; padding:20px; color:#ACACAC; font-size:12px; border-top:1px solid #ACACAC;}

#stripefootercredit a:link, #stripefootercredit a:visited { color:#ACACAC;}
/*--------------------------------------------------------------
## frontpage slider area
--------------------------------------------------------------*/


.slider {width:100%; margin:auto;  margin:0px; padding:0; border:0px;}


/*--------------------------------------------------------------
## display articles
--------------------------------------------------------------*/

.item{
	width:200px;
}
.item .format-image{
	width:400px;
}
.item .format-aside{
	width:600px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}


.category {font-size:18px; margin:0px;}
.category a {text-decoration:none; color:#ffba00; font-weight:700;} 
.sharephone { margin-top:20px; margin-bottom:20px;}

.sidebartags {margin-top:100px;}

.randompost { margin-top:50px; }
.randomimage { float:left; width:100%; height:200px; background-size:cover; background-position: center center; position:relative;}


.entry-title {margin:0; line-height:140%; font-size:24px; weight:700; margin-bottom:25px; color:#062947;}


.newssub { float:left; width:100%; height:130px; background-size:cover; background-position: center center; border-bottom:2px solid #fff; position:relative;}

.newssub .box, .randomimage .box { background: rgba(51, 51, 51, 0.7); left:0; bottom:0; position:absolute; margin:0;  padding:10px; padding-left:15px; padding-right:15px; color:#fff; font-weight:700; text-decoration:none; font-size:14px; line-height:140%;min-height:60px; border-top:1px solid #909090; border-bottom:1px solid #202020; width:100%;}


#mc_embed_signup #mc-embedded-subscribe-form {padding:0px; margin:0; background:none; }
.ngg-left {padding:0; margin:0; margin-right:40px; margin-bottom:20px; }
.ngg-right {padding:0; margin:0; margin-left:40px; margin-bottom:20px; }
.ngg-none  {padding:0; margin:0; }
.ngg-singlepic {padding:0; margin:0; margin-bottom:1px;}
.entry-content  img  {margin:0; padding:0;  }

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.pagelink {
	clear: both;
	margin: 0 0 1.5em;
	text-weight:700;
}

.architect {font-weight:700; font-size:14px; margin-top:25px; margin-bottom:25px;}

.posts-navigation a:link {font-weight:bold; font-size:12px; padding:4px; margin:0px; background-color:#163e60; color:#fff; text-decoration:none; }

.nav-links a:link {font-weight:bold; font-size:12px; padding:4px; margin:0px; background-color:#163e60; color:#fff; text-decoration:none; }

.nav-links a:hover {font-weight:bold; font-size:12px; padding:4px; margin:0px; background-color:#ffba00; color:#fff; text-decoration:none; }

.nav-links a:visited {font-weight:bold; font-size:12px; padding:4px; margin:10px; background-color:#163e60; color:#fff; text-decoration:none; }


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* 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 .site-footer {
	display: block;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.entry-breadcrumbs {margin-top:25px; width:100%;}
#breadcrumbs{
    list-style:none;
    margin:0; padding:0; 
    overflow:hidden; font-size:0.75em; margin-bottom:25px;
	color:#062947;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
  
#breadcrumbs a, #breadcrumbs .separator{
    font-weight:100;
    color:#062947; text-decoration:none;
}

.item-current, .bread-current{
    display:none;
}




/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
## Sub 960
--------------------------------------------------------------*/

@media screen and (min-width: 701px) and (max-width: 960px) 
{
.wrapper { width:100%; height:100%; margin:auto; padding:0px; }
.randompost {display:none;}
.sidebartags {display:none;}
	
#stripefooternewsletter { height:220px; padding:20px;}
	
}




@media screen and (max-width: 960px) 
{

.wrapper { max-width:700px; margin:auto; padding:20px; height:100%; }


.main-navigation a {
	display: block; color:#e1e1e1; font-size:11px;
	text-decoration: none; font-weight:700; text-transform:uppercase;
}

.category {margin:0px; margin-bottom:20px;}


#primary { width:100%; margin:0px; padding:0px;}

.categoryinfobox { width:100%; margin:auto; padding:0; margin-bottom:40px;}
.categoryinfobox h1 { margin:0; padding:0; padding-top:20px;font-size:24px;}
.categoryinfobox p { margin-bottom:0;}

.content-left {width:100%; margin:0; padding:0;}

.entry-header {float:left; width:100%; padding:0; }
.entry-content {width:100%; margin:0;  margin:auto;}

.randompost {display:none;}
.sidebartags {display:none;}

.entry-footer { clear:both; width:100%; }


#secondary h2 {margin:0; padding:0; margin-top:15px;}
.widget-area  {margin:0; padding:0;}
.widget-title {color:#062947; margin:0;  padding:0; border-bottom:2px dotted #ccc; margin-bottom:10px; text-transform:uppercase; font-size:14px; font-weight:700;}
#secondary ul {list-style:none; margin:0; margin-top:10px; padding:0;}
#secondary li {margin-bottom:5px; padding:3px; border-bottom:1px dotted #ccc;}
#secondary li a {text-decoration:none; font-weight:700;}

.category-content {float:left;  margin:0px; top:0; left:0; position:relative; padding:0px; height:420px; border:1px solid #fff; font-size:12px; background-size:cover; background-position: center center; background-repeat:no-repeat; width:50%;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;}

.category-content .headerbox {color:#fff; background: rgba(0, 69, 124, 0.7); padding:10px; padding-left:15px; padding-right:15px; position:absolute; -webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
  top:0px;
  right:0px; margin:0; width:100%; height:110px; border-bottom:1px solid #163e60; overflow:hidden; }
  	
.category-content .headerbox h2 {color:#fff; margin:0; padding:0; font-size:14px; line-height:140%;}
  
.category-content .headerbox h2 a {color:#fff; text-decoration:none; }	
	
.category-content .box { background: rgba(255, 255, 255, 0.8); padding:15px; height:160px; position:absolute;
  bottom:0px;
  right:0px; width:100%; overflow:hidden; border-top:1px solid #acacac;}
	
.category-content .box p {color:#000; padding:0; margin:0; font-size:12px; font-weight:400;}
.category-content .box a {font-weight:700; color:#000; }
.category-content .box .architect {font-size:12px;font-weight:700; color:#000; width:100%; margin:0; }

.taxonomy-description {padding:0px; clear:both; font-size:11px; }


#stripefooternewsletter { height:220px; padding:20px;}

.newsletter { width:100%; float:none; }
.socialmedia { width:100%; float:none; margin-top:30px;}

.socialmedia img {margin-left:0; margin-right:5px;}


.widget-area {display:none;}

}


@media screen and (max-width: 700px) 
{
.wrapper { width:100%; margin:0; padding:0px; height:100%;}

.category-content {float:left;  margin:0px; top:0; left:0; position:relative; padding:0px; height:420px; border:1px solid #fff; font-size:12px; background-size:cover; background-position: center center; background-repeat:no-repeat; width:100%;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;}
	
.sidebartags {display:none;}
.mobilejetpack {display:none;}

#stripe2 .wrapper { width:100%; margin:0px; padding:20px; background-color:#fff; height:100%;}
}
