/*

Theme Name: Sentinel
Description: Atlantic Sentinel Theme

Author: Nick Ottens
Author URI: http://www.atlanticsentinel.com

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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, cite, em, font, strong, ol, ul, li, form, label, table, caption, tr, td {

	border: 0;

	font-family: inherit;

	font-size: 100%;

	font-size-adjust: .5;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

}

html {
	
	box-sizing: border-box; /* Apply a natural box layout model to the document */
	
	font-size: 100%;
	
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	
		-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change */
		-ms-text-size-adjust: 100%;

}

*, *:before, *:after {

	box-sizing: inherit;

}

body {

	background: #fff;

}

header, main, article, nav, footer {

	display: block;

}

header, main, #primary, #secondary, #comments, aside, nav, footer {

	box-sizing: border-box;

}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,

button,

select,

textarea,

input {

	font-family: sans-serif;

}

body {

	font-size: 1em; /* equivalent to 16px */

	letter-spacing: -.1px;

	line-height: 1.25; /* equivalent to 20px */

}

@media (min-width: 43.75em) { /* 700px */

	body {

		font-size: 1em; /* equivalent to 16px */

		line-height: 1.375; /* equivalent to 22px */

  	}

}

@media print {

	body {

		font-size: 12pt;

		line-height: 1.25em;

	}

}

h1 {

	font-size: 1.625em; /* 1.625x body copy size = 26px */

	line-height: 1.15384615; /* 30px / 26px */

}

@media (min-width: 43.75em) { /* 700px */

	h1 {

		font-size: 2em; /* 2x body copy size = 32px */

		line-height: 1.25;

	}

}

@media (min-width: 56.25em) { /* 900px */

	h1 {

		font-size: 2.25em; /* 2.25x body copy size = 36px */

		line-height: 1.25;

	}

}

@media print {

	h1 {

		font-size: 24pt;

		line-height: 1.25em;

	}

}

h1.site-title {

	font-family: Montserrat, Helvetica, Arial, sans-serif;

	font-size: 22px;

	letter-spacing: 1px;

	text-transform: uppercase;

}

h2, .entry-summary {

	font-size: 1.375em; /* 1.375x body copy size = 22px */

	line-height: 1.13636364; /* 25px / 22px */

}

h2 {

	margin: 1em 0 0;

}

@media (min-width: 43.75em) { /* 700px */

	h2, .entry-summary {

		font-size: 1.5em; /* 1.5x body copy size = 24px */

		line-height: 1.25;

	}

}

@media (min-width: 56.25em) { /* 900px */

	h2, .entry-summary {

		font-size: 1.75em; /* 1.75x body copy size = 28px */

		line-height: 1.25;

	}

}

@media print {

	h2, .entry-summary {

		font-size: 18pt;

		line-height: 1.25em;

	}

}

h3, h1.widget-title {

	font-size: 1.125em; /* 1.125x body copy size = 18px */

	line-height: 1.11111111;

}

h1.widget-title {

	margin: 0 0 .3em;

}

@media (min-width: 43.75em) { /* 700px */

	h3, h1.widget-title {

		line-height: 1.22222222; /* (22px / 18px */

	}

}

@media print {

	h3, h1.widget-title {

		font-size: 14pt;

		line-height: 1.25em;

	}

}

.primary-navigation, .primary-navigation input, .entry-content, .page-content {

	font-size: 1em; /* 16px */

	line-height: 1.25; /* 20px */

}

@media (min-width: 43.75em) { /* 700px */

	.primary-navigation, .primary-navigation input, .entry-content, .page-content {

		font-size: 1.125em; /* 18px */

		line-height: 1.375em; /* 22px */

	}

}

@media print {

	.primary-navigation, .primary-navigation input, .entry-content, .page-content {

		font-size: 12pt;

		line-height: 1.25em;

	}

}

blockquote {

	font-size: 1.125em; /* 18px */

	line-height: 1.25; /* 25px / 20px */

}

@media (min-width: 43.75em) { /* 700px */

	blockquote {

		font-size: 1.25em; /* 20px / 16px */

		line-height: 1.25; /* 25px / 20px */

	}

}

@media print {

	blockquote {

		font-size: 24pt;

		line-height: 1.45833333em;

	}

}

label, .site-description, .entry-meta, .site-content input, .site-content textarea, .widget-area {

	font-size: 0.75em; /* equivalent to 12px */

	letter-spacing: .6px;

	line-height: 1.125em; /* equivalent to 18px */

}

@media (min-width: 43.75em) { /* 700px */

	label, .site-description, .entry-meta, .site-content input, .site-content textarea, .widget-area {

		font-size: .9em; /* equivalent to 14px */

		line-height: 1.25em; /* equivalent to 20px */

  	}

}

a.more-link, input[type="submit"]{

	font-size: 0.75em; /* equivalent to 12px */

	letter-spacing: 1px;

	line-height: 1.125em; /* equivalent to 18px */

}

.wp-caption-text, .disclaimer, .correction, .copyright, .comment-metadata {

	font-size: 0.625em; /* equivalent to 10px */

	letter-spacing: 0;

	line-height: 1.125em; /* equivalent to 18px */

}

@media (min-width: 43.75em) { /* 700px */

	.wp-caption-text, .disclaimer, .correction, .copyright, .comment-metadata {

		font-size: 0.75em; /* equivalent to 12px */

		line-height: 1.25em; /* equivalent to 20px */

  	}

}

@media print {

	label, .site-description, .entry-meta, .widget-area, a.more-link, input, textarea,

	.wp-caption-text, .disclaimer, .correction, .copyright, .comment-metadata {

		font-size: 10pt;

		line-height: 1.25em;

	}

}

.site-description {

	font-family: Helvetica Narrow, Arial Narrow, sans-serif;

	letter-spacing: .3px;

}

.entry-meta,

.entry-date,

.post-date,

#secondary {

	font-family: "Geomanist", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.primary-navigation,

.primary-navigation input {

	letter-spacing: -.2px;

}

article ul, article ol, article li {

	font-size: 100%; /* Reset */

}

p {

	margin: 1em 0;

}

.entry-summary p {

	margin: 0;

}

b, strong, label,

.site-title, .entry-title,

.primary-navigation,

.entry-author a {
	
	font-weight: bold;
	
}

em, i, cite {

	font-style: italic;

}

blockquote {

	font-family: Cambria, Times, "Times New Roman", serif;

	font-weight: 500;

	margin: 0 1em;

	padding: 0;

}

body,

.primary-navigation input::placeholder {

		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

	color: #444;
	
}

.wp-caption-text,

.copyright {

	color: #888;

}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {

	background-color: #444;
	
	border: 0;
	
	height: 3px;
	
	margin: 1em 0;

	max-width: 4em;

}

table {

	border-collapse: separate;

	border-spacing: 0;

	width: 100%;
}

#primary .entry-content li,

#primary .page-content li {

	margin: .8em 1em; /* .8em is same as regular "p" */

	padding: 0 0 0 .5em;

}

#primary .entry-content ol li,

#primary .page-content ol li {

	margin: .8em 1em .8em 1.4em;

}

nav ol, nav ul, nav li,

#secondary ol, #secondary ul, #secondary li,

li.comment {

	list-style: none;

}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

input,

textarea {

		-webkit-appearance: none;

	background: none;

	border: none;

	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

	padding: 0;

	vertical-align: baseline; /* Improves appearance and consistency in all browsers */

}

.site-content input,

.site-content textarea {

	background: #fafafa;

	border: 1px solid #fff;

}

.site-content input:hover,

.site-content textarea:hover {

		-webkit-box-shadow: none;

	box-shadow: none;

	background: #f7f7f7;

	border: 1px solid #444;

}

.site-content input:focus,

.site-content textarea:focus {

		-webkit-box-shadow: none;
	box-shadow: none;

	background: #fff;

	border: 1px solid #444;

}

input[type="search"],

input[type="text"],

input[type="email"] {

	cursor: text;

	padding: 1em;

}

.site-content textarea {

	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

	padding: 1em;

	vertical-align: top; /* Improves readability and alignment in all browsers */

	width: 100%;

}

/* Search Form */

@media (min-width: 43.75em) { /* 700px */
	
	.primary-navigation input {

		border: none;

	}

	.primary-navigation input[type="search"] {

		float: right;

		margin: 0;

		padding: 20px 0;

		text-align: right;

		width: 70px;

	}

	.primary-navigation input[type="search"]:checked, .primary-navigation input[type="search"]:focus, .primary-navigation input[type="search"]:active {

		background: #fafafa;

		left: 0;

		padding: 18px;

		position: absolute;

		text-align: left;

		top: 0;

		width: 100%;

	}

}

.primary-navigation input[type="submit"] {

	display: none;

}

.page-content input[type="search"] {

	width: 99%;

}

/* Main Sign-Up Form */

.mc4wp-form {

	margin: 1.5em auto 0;

	max-width: 520px;

}

.mc4wp-form label,

.mc4wp-form input[type="text"],

.mc4wp-form input[type="email"] {

	display: inline-block;

}

.mc4wp-form label {

	margin: 0;

	width: 110px;

}

.mc4wp-form input[type="text"],

.mc4wp-form input[type="email"] {

	font-size: 10pt;

	width: 100%;

}

@media (min-width: 43.75em) { /* 700px */

	.mc4wp-form input[type="text"],

	.mc4wp-form input[type="email"] {

		width: 400px; }

}

/* Submit Button */

a.more-link,

input[type="submit"] {

	-webkit-appearance: none;

	background: #fff;

		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border-radius: 3px;

	border: 1px solid #444;

	display: table;

	font-style: normal;

	font-weight: normal;

	height: auto;

	line-height: auto;

	margin: 2em auto 0;

	padding: 0.75em; /* equivalent to 12px */

	text-align: center;

	text-indent: 0;

	word-spacing: 0;

}

a.more-link:hover,

input[type="submit"]:hover {

	background: #0099cc;

	border: 1px solid #0099cc;

	color: #fff;

	cursor: pointer;

}

input[type=text]::-ms-clear { display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal { display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

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

/* Links */

.widget a, .widget a:visited {

	color: #888;

}

.site-title a, .site-title a:visited,

.primary-navigation a, .primary-navigation a:visited,

.entry-title a, .entry-title a:visited,

.entry-author a, .entry-author a:visited,

.comment-author a, .comment-author a:visited,

.entry-meta a, .entry-meta a:visited,

.comment-metadata, .comment-metadata a, .comment-metadata a:visited {

	color: #444;

}

a, a:visited, a:hover, a:focus, a:active,

.primary-navigation a:hover, .primary-navigation a:focus, .primary-navigation a:active,

.primary-navigation .current_page_item a, .primary-navigation .current_page_item a:visited,

.primary-navigation .current-menu-item a, .primary-navigation .current-menu-item a:visited,

.entry-title a:hover, .entry-title a:focus, .entry-title a:active,

.entry-meta a:hover, .entry-meta a:focus, .entry-meta a:active,

.entry-author a:hover, .entry-author a:focus, .entry-author a:active,

.comment-author a:hover, .comment-author a:focus, .comment-author a:active,

.widget a:hover, .widget a:focus, .widget a:active {

	color: #0099cc;
	
}

a.more-link {

	color: #444;

}

a, a:visited,

.site-title a:hover, .site-title a:focus, .site-title a:active,

.entry-title a:hover, .entry-title a:focus, .entry-title a:active,

a.more-link:hover, a.more-link:focus, a.more-link:active {
	
	text-decoration: none;
	
}

a:hover, a:focus, a:active {

	text-decoration: underline;

}

.widget a:hover, .widget a:focus, .widget a:active {

	text-decoration: none;

}

/* Categories Menus */

.primary-navigation {

	border-bottom: 1px solid #444;

	margin: 0 0 1em;

	padding: 0;

	position: relative;

}

.menu-categories-menu-container {

	display: inline-block;

}

.primary-navigation li {

	display: inline-block;

	margin: 0 1.5em 0 0;

	padding: 20px 0;

}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

.screen-reader-text:hover, .screen-reader-text:active, .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: 1.4rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

/*--------------------------------------------------------------
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 { content: ""; display: table; }

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

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/

aside {

	margin: 0 0 2em;

}

.primary-navigation aside {

	margin: 0;

}

.correction {

	display: block;

}

.attachment #tags,

.info #tags,

.widget_search .widget-title {

	display: none;

}

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

/* Layout */

@media (min-width: 56.25em) { /* 900px */

	#masthead,

	#content {

		margin: 0 auto 1em;

		max-width: 1024px;

		overflow: hidden;

	}

	#content {
	
			display: -webkit-flex;
			display: -ms-flexbox;
		display: flex;

	}

	#primary {

		order: 1;

		max-width: 768px;

	}

	.entry-content,

	#comments {

		max-width: 600px;

	}

	.attachment .entry-content {

		max-width: none;

	}

	#secondary {

		float: right;
		
		margin: 0 0 0 5em;

		order: 2;

		text-align: right;

		width: 180px;

	}

}

@media (max-width: 56.25em) { /* 900px */

	#secondary {

		clear: both;

	}

}

#footer {

	margin: 0 auto 2em;

	max-width: 1024px;

	padding: 0 1em;

}

@media (min-width: 43.75em) { /* 700px */

	#footer {

		padding: 0 2em; }

}

/* Site Branding */

#masthead {

	margin: 0 auto;

	padding: 1em 1em 0;

}

@media (min-width: 43.75em) {

	#masthead {

		padding: 2em 2em 0;

	}

}

.site-branding {

	border-bottom: 3px solid #444;

	min-height: 46px;

	padding: 0 0 1.5em;

}

.site-branding img {

	float: left;

	margin: .1em 1.25em 0 0; /* 20px */

}

@media (max-width: 30em) { /* 480px */

	.site-description {

		display: none;

	}

}

/* Posts and Pages */

#content {

	padding: 1em;

}

@media (min-width: 43.75em) { /* 700px */

	#content {

		padding: 1em 2em;

	}

}

.site-main article {

	border-bottom: 1px solid #444;

	cursor: pointer;

	margin: 0 0 2em;

	overflow: hidden;

	padding: 0 0 1.5em;

}

@media (min-width: 56.25) { /* 900px */

	article {

		max-width: 768px;

	}

}

.page-header {

	margin: 0 0 2em 0;	

}

/* Single */

.updated:not(.published),

.site-main .sticky .entry-date {

	display: none;

}

.entry-header .entry-summary {

	margin-top: .3em;

}

.entry-header .entry-meta {

	margin: .75em 0 .5em;

}

.entry-author {

	max-width: 600px;

	min-height: 96px;

	padding: 1em 0;

}

@media print {

	.entry-author {

		max-width: none;

		min-height: none;

	}

	.entry-author img {

		display: none;

	}

}

/* Comments */

#comments-title {

	display: none;

}

.comment-meta {

	margin: 1em 0;

}

#comments article,

.comment-respond {

	border-top: 1px solid #444;

	margin: .5em 0 0;

	padding: 1em 0 .5em;

}

.says {

	display: none;

}

.comment-reply-title {

	margin: 1em 0;

}

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

}

.entry-author img,

.comment-meta img {

	float: left;

	margin: 0 1em 0 0;

}

.entry-meta img,

.entry-author img,

.comment-meta img {

		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
	border-radius: 50%;

	max-height: 48px;

	max-width: 48px;

}

embed,

figure,

iframe,

object {
	
	max-width: 100%;

}

/* Galleries */

.gallery {

	margin: 1em auto;

}

@media (min-width: 43.75em) { /* 700px */

	.gallery {

		margin: 1em auto 1.5em; }

}

.gallery-item {

	box-sizing: border-box;

	display: inline-block;

	margin: 0;

	padding: 0 1.5em 0 0;

	vertical-align: top;

}

.gallery-columns-1 .gallery-item {

	max-width: 100%;

}

.gallery-columns-2 .gallery-item {

	max-width: 50%;

}

.gallery-columns-3 .gallery-item {

	max-width: 33%;

}

.gallery-columns-4 .gallery-item {

	max-width: 25%;

}

.gallery-columns-5 .gallery-item {

	max-width: 20%;

}

.gallery-icon img {

	margin: 0 auto;

}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/

.wp-caption {

	margin: 1em 0;

	max-width: 100%;

}

@media (min-width: 43.75em) { /* 700px */

	.wp-caption {

		margin: 1em 0 1.5em; }

}

@media print { 

	.wp-caption {

		max-width: 50% !important;

	}

}

.wp-caption img {
	
	display: block;
	
	margin: 0;

}

.wp-caption-text {

	padding: .5em 0;

}

.wp-caption p,

.gallery-columns-4 .wp-caption-text,

.gallery-columns-5 .wp-caption-text {

	display: none;

}

/* Alignments */

.alignleft {
	
	float: left;
	
	margin: 1em 2em 1.5em 0;

}

.alignright {

	float: right;
	
	margin: 1em 0 1.5em 2em;

}

.alignnone, .aligncenter {

	clear: both;

	display: block;

}

@media print { 

	.alignnone, .aligncenter {

		float: right;

		margin: .5em 0 1em 2em;

	}

}

/* Embedded Videos */

.mejs-container, .mejs-embed, .mejs-embed body { background-color: transparent !important; }

.mejs-controls { background-color: transparent !important; }

.mejs-controls div.mejs-time-rail { padding-top: 8px !important; }

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a { height: 2px !important; }

.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { background: transparent !important; }

.mejs-time-loaded { background-color: #fff !important; }

.mejs-time-current { background-color: #0099cc !important; }

.mejs-controls .mejs-time-rail .mejs-time-float { color: #fff !important; }

.mejs-poster { background-size: cover !important; position: relative !important; }

div.mejs-poster.mejs-layer { height: auto !important; }

/*--------------------------------------------------------------
Mobile
--------------------------------------------------------------*/

@media (max-width: 43.75em) { /* 700px */

	table,

	#comments {

		display: none;

	}

	.alignleft, .alignright {

		float: none;

		margin: 1em 0;

	}

}

/*--------------------------------------------------------------
Print
--------------------------------------------------------------*/

@media print { 

	.primary-navigation,

	.search-form,

	.page-header,

	#comments,

	#secondary {
	
		display: none !important;

	}

}