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: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/*--------------------------------------------------------------
# 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: 70%;

		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:1300px; margin:auto; padding:0; }

#stripe1 { width:100%; height:45px; background-color:#062947; border-bottom:1px solid #ACACAC; margin:0; padding:0;}
#stripe2 { width:100%; height:120px; margin:0; padding:0; background-color:#163e60;}

#stripe1 .search { float:right; color:#fff; margin:0; padding:0px; }

#primary { max-width:1300px; 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:left; width:600px; margin:0; }
.entry-content-forum {float:left; width:950px; margin:0; }
.entry-content-social {float:left; width:100%; margin:0; padding:0px;}
.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:#ff6d00; color:#fff; text-decoration:none; }

.entry-footer { clear:both; width:1300px;  }

.content-right {float:right; width:300px; padding:0; margin:0; margin-left:50px; height:100%; }
#secondary {float:right; 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:700;}
#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:85px; 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; }

.taxonomy-description {padding:0px; clear:both; display:block; font-size:14px; width:100%;}



.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:#ff6d00; 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;}


#stripead1 { clear:both; width:100%; margin:0 auto; padding:20px; }
#stripead2 { clear:both; width:100%; margin:0 auto; padding:20px; }

#stripefooternewsletter { background-color:#1d1d1d; padding:20px; border-bottom:1px solid #ACACAC; color:#fff; display:block; height:180px;}
#stripefooternav { width:100%;background-color:#163e60; height:100px; margin:0; padding:0; padding-top:30px; color:#fff; font-size:12px; font-weight:700;}

#stripefooternewsletter  h2 {color:#fff; border-bottom:1px dotted #ccc;}
.newsletter {float:left;}
.socialmedia {float:right; width:300px; }
.socialmedia img {margin-right:5px;}

#stripefooternav a { color:#fff; font-size:12px; text-decoration:none; font-weight:700;}
.menu-footer-container ul { list-style:none; margin:0; padding:0;}
.menu-footer-container ul li { margin:0; padding:0; float:left; padding-right:20px;}

#stripefootercredit { width:100%; background-color:#062947; height:60px; margin:0; padding:0; padding-top:30px; color:#fff; font-size:12px; border-top:1px solid #ACACAC;}

/*--------------------------------------------------------------
# Expanding search form
--------------------------------------------------------------*/
.toggle {
   background: url("/images/search.png") no-repeat scroll center center rgba(255, 109, 0, 1.0);
   border: none;
   color: #FFFFFF;
   cursor: pointer;
   display: block;
   height: 45px;
   right: 0px; top:0px; float:right; position:relative;
   width: 50px;
}

#searchform {
   float: right;
   height: 45px;
   margin: 0;
   opacity: 0;
   padding: 0; color: #FFFFFF;
   visibility: hidden; /** Hide our form, for now. **/
   width: 10px; /** The current width is set to 10px, when we'll hover on the form, it'll expand to 250px. **/
   -webkit-transition: all 0.2s ease-in-out; /** Transitions: increase the 0.2s to slow (1s for example) the fading/sliding effect. **/;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
}


.form:hover #searchform {
   display: block;
   opacity: 1; color: #FFFFFF;
   visibility: visible; /** Show our form. **/
   width: 250px; /** This is the new of the form, expanding from 10px. **/
   -webkit-transition: all 0.2s ease-in-out; /** Transitions: increase the 0.2s to slow (1s for example) the fading/sliding effect. **/;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
}

#searchform #s {
    background: none repeat scroll 0 0 rgba(255, 109, 0, 1.0);
    border: medium none;
    color: #FFFFFF;
    float: right;
    font-family: helvetica,arial,sans-serif;
    font-size: 16px;  font-color: #FFFFFF;
    height: 100%;
    padding: 0 12px;
    outline: none;
    width: 100%;
}
#searchform #searchsubmit {
display:none;
}

/*--------------------------------------------------------------
## frontpage slider area
--------------------------------------------------------------*/


.slider {width:100%; margin:auto;  margin-top:2px; padding:0; margin-bottom:1px; 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; }
.category a {text-decoration:none; color:#ff6d00; font-weight:700;} 
.share { margin-top:120px;}
.sharephone { margin-top:20px; margin-bottom:20px;}
.randompost { margin-top:120px; }
.randomimage { float:left; width:100%; height:240px; background-size:cover; background-position: center center; position:relative;}


.entry-title {margin:0; line-height:140%; font-size:24px; weight:700; margin-bottom:25px;}


.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; }
.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;
}

.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:#ff6d00; 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; }
/*--------------------------------------------------------------
## Styles for Jetpack related posts
--------------------------------------------------------------*/

/* Container */
div#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin:0;
	position: relative;
	margin-bottom:20px;  
}

div.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Related posts items (wrapping items) */
div#jp-relatedposts div.jp-relatedposts-items {
	clear: left; margin:0; padding:0;
}

div#jp-relatedposts div.jp-relatedposts-items-visual {
margin:0; padding:0;
}



/* Related posts item */
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	float: left; 
	width: 20%; border:1px solid #fff;
	margin:0; padding:0; 
/* Needs to be same as the main outer wrapper for Related Posts */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
	clear: none !important;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+5),
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+5) {
	clear: none !important;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {

/*cursor: pointer;*/
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover {
 -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

h4.jp-relatedposts-post-title { background: rgba(0, 69, 124, 0.7); border-top:1px solid #163e60;  border-bottom:1px solid #163e60; left:0; top:0px; position:relative;  text-transform:uppercase; font-weight:700;  margin:0; padding:10px; color:#fff; text-decoration:none; font-size:14px; line-height:140%;height:80px; }




h4.jp-relatedposts-post-title a:link, h4.jp-relatedposts-post-title a:hover, h4.jp-relatedposts-post-title a:visited  { margin:0px; padding:0; color:#fff;  text-decoration:none; font-weight:700; }

/* Related posts item content */
div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div#jp-relatedposts div.jp-relatedposts-items p {
	font-size: 14px;
	line-height: 20px; padding:0; 
	margin: 15px;  font-weight:700;
}


div#jp-relatedposts div.jp-relatedposts-items p {
	margin: 15px;  margin-bottom: 0; padding:0;   display:none;
}

div#jp-relatedposts div.jp-relatedposts-items img {width:100%;}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	margin:0px;  padding:0;
	font-family: inherit;
	display: block;
	max-width: 100%;  
}



div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	text-decoration: none;
	filter: alpha(opacity=100); display:block;
	-moz-opacity: 1;
	opacity: 1; margin:10px; text-transform:uppercase; font-weight:700;
}


div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: none;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	margin: 0; padding:0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span {
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Behavior when there are thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none; margin: 0; padding:0;
}

/* Behavior when there are no thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}

div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/* hide date */
div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post div.jp-relatedposts-post-date {
    display: 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;
}


/*--------------------------------------------------------------
## 900-1300
--------------------------------------------------------------*/

@media screen and (min-width: 901px) and (max-width: 1300px) 
{
.wrapper { width:100%; margin:auto; padding:0px; padding-left:20px; padding-right:20px; }
#stripe1 .wrapper { width:100%; margin:auto; padding:0px; padding-left:20px;  }

#stripe2 .igs {  width:25%; float:right; }
#stripe1 .search {  width:25%; float:right; }


.share {display:none;}

.randompost {display:none;}
.entry-title {margin-top:20px;}
.content-left {display:none;}
.entry-content {float:left;}
.content-right {float:right; width:300px; padding:0; margin:0; margin-left:0px; height:100%; }

.category-content {float:left;  margin:0px; padding:0px; height:420px; border:2px solid #fff; font-size:12px; background-size:cover; background-position: center center; background-repeat:no-repeat; width:25%;-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; position:relative;}


#stripefooternav { width:100%;background-color:#163e60; margin:0; padding:0px; color:#fff; font-size:12px; font-weight:700;}

#stripefootercredit { width:100%; background-color:#062947; height:70px; margin:0; padding:0px;  color:#fff; font-size:12px;}

.entry-footer {
width:100%;
}

}

/*--------------------------------------------------------------
## -900
--------------------------------------------------------------*/

@media screen and (min-width: 601px) and (max-width: 900px) 
{
	.wrapper { width:600px; margin:auto; padding:0;}
	#stripead1 {display:none;}



	.main-navigation a {
	display: block; color:#e1e1e1; font-size:11px;
	text-decoration: none; font-weight:700; text-transform:uppercase;
}



.entry-title {margin-top:20px;}

.category { width:600px;}
	.content-left {margin:0; padding:0; width:600px;}
	.content-right { width:600px; margin:auto; padding:0; font-size:12px;}
	.sidebartags {display:none;}	
	
	.footer
	#secondary {width:600px; margin:auto; padding:0; font-size:12px;}
	
	.category-content {float:left;  margin:0px; padding:0px; height:420px; border:2px solid #fff; font-size:12px; background-size:cover; background-position: center center; background-repeat:no-repeat; width:33.33%;-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; position:relative;}

.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:100px; border-bottom:1px solid #163e60; }
  .category-content .headerbox h2 {color:#fff; margin:0; padding:0; font-size:12px; line-height:140%;}
	.randompost {display:none;}
.share {display:none;}

.entry-footer {
width:600px; margin:auto; 
}

.newssub .box { background: rgba(51, 51, 51, 0.7); left:0; bottom:0; position:absolute; color:#fff; margin:0; width:100%; padding:10px; padding-left:15px; padding-right:15px; font-weight:700; text-decoration:none; font-size:14px; line-height:140%;min-height:50px; }

#stripefooternewsletter { height:280px;}

.newsletter {float:none; margin-bottom:20px;}
.socialmedia {float:none; }
.widget-area {display:none;}

h4.jp-relatedposts-post-title { background: rgba(0, 69, 124, 0.7); border-top:1px solid #163e60;  border-bottom:1px solid #163e60; left:0; top:0px; position:relative;  text-transform:uppercase; font-weight:700;  margin:0; padding:10px; color:#fff; text-decoration:none; font-size:14px; line-height:140%;height:150px; }

}


@media screen and (max-width: 600px) 
{

.wrapper { width:100%; padding:10px; }

#stripe1 { width:100%; height:60px; background-color:#062947; margin:0; padding:0;}
.sidebartags {display:none;}	


.main-navigation a {
	display: block; color:#e1e1e1; font-size:11px;
	text-decoration: none; font-weight:700; text-transform:uppercase;
}

#stripe2 { width:100%; height:120px; margin:0; padding:0; background-color:#163e60;}

	

#stripead1 {display:none;}

#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;}

.content-right, #secondary {clear:both; width:100%; margin:0; padding:0; font-size:12px;}
.entry-header {float:left; width:100%; padding:0; }
.entry-title {margin-top:20px;}
.entry-content {width:100%; margin:0;  margin:auto;}

.randompost {display:none;}
.share {display:none;}
.sharephone {  margin-top:20px; margin-bottom:20px;}
.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:12px; }





#stripefooternav { width:100%;background-color:#163e60; margin:0; padding:20px; color:#fff; font-size:12px; font-weight:700; height:80px;}

#stripefooternewsletter { height:350px;}

.newsletter {float:none; margin-bottom:20px;}
.socialmedia {float:none; }

.socialmedia img {margin-left:0; margin-right:5px;}

#stripefooternav a { color:#fff; font-size:11px; text-decoration:none; font-weight:700;}
.menu-footer-container ul { list-style:none; margin:0; padding:0; }
.menu-footer-container ul li { margin:0; padding:0; float:left; padding-right:20px;}


#stripefootercredit { width:100%; background-color:#062947; height:70px; margin:0; padding:0px;  color:#fff; font-size:12px; }
#stripefootercredit .credit { width:250px; margin:auto; padding-top:20px; }




.widget-area {display:none;}
.entry-footer {
display:none;
}
}


/*--------------------------------------------------------------
## -400
--------------------------------------------------------------*/


@media screen and (max-width: 400px) 
{


#stripead1 {display:none;}
.entry-content {width:100%;}
.content-right{clear:both; width:100%; margin:0; padding:0; font-size:12px;}
#secondary {display:none;}

.category-content {float:left;  margin:0px; top:0; left:0; position:relative; padding:0px; height:320px; 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;}


.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:70px; border-bottom:1px solid #163e60; overflow:hidden; }
  
.category-content .box { background: rgba(255, 255, 255, 0.8); padding:15px; height:120px; position:absolute;
  bottom:0px;
  right:0px; width:100%; overflow:hidden; border-top:1px solid #acacac;}
  
.entry-footer {
display:none;
}


.widget-area {display:none;}
#stripefooternewsletter { height:500px;}

}