/*

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-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;

	letter-spacing: -.1px;

	line-height: 1.6;

}

.site-title {

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

	line-height: 1.2;

}

.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 {
	
	font-weight: 800;

	letter-spacing: .6px;

	text-transform: uppercase;

}

.entry-meta,

.widget-title,

.widget-area input {

	font-size: 14px;

	font-weight: 500;

	letter-spacing: .6px;

}

body,

.widget-area input::placeholder {

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

	color: #444;
	
}

.wp-caption-text,

.entry-date,

.copyright {

	color: #aaa;

}

article ul, article ol, article li {

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

}

label,

.site-description {

	font-size: .9em;

}

.primary-navigation,

.disclaimer, .correction,

.comment-metadata {

	font-size: .8em;

}

.wp-caption-text,

.copyright {

	font-size: .7em;

}

p {

	margin: .8em 0;

}

.entry-date,

.post-date,

#secondary li {

	font-weight: 400;

}

.entry-summary p {

	margin: .4em 0 0;

}

.entry-author p {

	margin: 0;

}

@media only screen and (min-width: 768px) {

	article ul, article ol, article li {

		font-size: 1.1em; }

	.entry-summary p,

	.entry-content p,

	.page-content p {

		font-size: 1.2em; }

}

b, strong, label,

.site-title, .entry-title,

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

em, i, cite {

	font-style: italic;

}

blockquote {

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

	font-size: 1.1em;

	font-weight: 500;

	margin: 0 1em;

	padding: 0;

}

@media only screen and (min-width: 768px) {

	blockquote {

		margin: 0 2em; }

}

/* Attachments */

.entry-attachment p {

	font-size: 100%;

	font-style: italic;

}

/* Titles */

.site-title {

	font-size: 1.2em; 

	letter-spacing: 4px;

	text-transform: uppercase;

}

.entry-title,

.page-title {

	font-size: 1.5em;

}

h2 {

	font-size: 1.2em;

	font-weight: bold;

	line-height: 1.4;

}

.entry-content h2,

.page-content h2 {

	margin: 1em 0 0;

}

@media only screen and (min-width: 768px) {

	.site-title {

		font-size: 1.4em;

		letter-spacing: 5px; }

	.entry-title,

	.page-title {

		font-size: 2.3em; }

	h2,

	.search-results .entry-title {

		font-size: 1.5em; }

	.entry-content h2,

	.page-content h2 {

		margin: 1.5em 0 0; }

}

h3 {

	font-size: 1.4em;

}

.entry-title,

.page-title {

	line-height: 1.3;

}

.page .entry-title {

	margin: 0 0 .5em;

}

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

hr {

	background-color: #ddd;
	
	border: 0;
	
	height: 1px;
	
	margin: 2em 0;

}

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;

	border: 0;

	font-size: 90%; /* 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 */

}

input:focus,

textarea:focus,

*:focus {

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

    outline: none;

}

.entry-content input,

.page-content input {

	background: #fafafa;

	border: 1px solid #fff;

}

.entry-content input:hover, .page-content input:hover {

	background: #f7f7f7;

}

.entry-content input:focus, .page-content input:focus {

	background: #fff;

	border: 1px solid #444;

}

input[type="search"],

input[type="text"],

input[type="email"] {

	cursor: text;

	padding: 1em;

}

textarea {

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

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

	width: 100%;

}

/* Search Form */

.widget-area input[type="search"] {

	border-bottom: 2px solid #fff;

	margin: 0;

	padding: 0 0 10px;

	text-align: right;

}

.widget-area input[type="search"]:hover, .widget-area input[type="search"]:focus {

	border-bottom: 2px solid #444;

}

.widget-area input[type="search"],

.widget-area .search-form label {

	max-width: 160px;

}

.widget-area input[type="submit"] {

	display: none;

}

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

	.widget-area input {

		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 only screen and (min-width: 768px) {

	.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-size: .8em;

	font-style: normal;

	font-weight: normal;

	height: auto;

	letter-spacing: 1px;

	line-height: auto;

	margin: 1.5em auto 0;

	padding: .5em 1em;

	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: #aaa;

}

.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,

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

	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 {

	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-top: 3px solid #444;

	border-bottom: 1px solid #444;

	margin: 2em 0 0;

	padding: 1.6em 0 .6em;

}

.menu-categories-menu-container {

	display: inline-block;

}

.primary-navigation li {

	display: inline-block;

	margin: 0 2em 1em 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;

}

.correction {

	display: block;

}

.widget-title {

	margin: 0 0 .3em;

}

.info #tags,

.widget_search .widget-title {

	display: none;

}

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

/* Layout */

@media only screen and (min-width: 1023px) {

	#masthead,

	#content {

		margin: 0 auto 1em;

		max-width: 1024px;

		overflow: hidden; }

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

	#primary {

		order: 1;

		width: 768px; }

	.entry-content,

	#comments {

		max-width: 600px; }

	#secondary {

		margin: 0 0 1em 76px;

		order: 2;

		text-align: right;

		width: 180px; }

}

/* Site Branding */

#masthead {

	margin: 0 auto 1em;

	padding: 1em 1em 0;

}

@media only screen and (min-width: 768px) {

	#masthead {

		padding: 2em 2em 0; }

}

.site-branding {

	background: url('http://atlanticsentinel.com/wp-content/uploads/2016/01/Atlantic-Sentinel-logo.png');

	background-position: left;

	background-size: contain;

	background-repeat: no-repeat;

	height: 46px;

	margin: 0;

}

.site-title {

	max-width: 200px;

	padding: .1em 0 0 60px;

}

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

	.site-description {

		display: none; }

}

@media only screen and (min-width: 768px) {

	.site-title,

	.site-description {

		max-width: none;

		padding: 0 0 0 65px; }

}

/* Posts and Pages */

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

	#primary {

		border-bottom: 1px solid #ddd;

		margin: 0 0 3em 0; }

}

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

	#primary {

		margin: 0 0 2em 0; }

}

#content {

	padding: 1em;

}

@media only screen and (min-width: 768px) {

	#content {

		padding: 1em 2em; }

}

article {

	margin: 0 0 1em;

}

.site-main article {

	border-bottom: 1px solid #ddd;

	cursor: pointer;

	margin: 0 0 2em;

	overflow: hidden;

	padding: 0 0 1.5em;

}

@media only screen and (min-width: 1023px) {

	article {

		max-width: 768px; }

}

.entry-meta {

	margin: 0 0 .5em;

}

@media only screen and (min-width: 768px) {

	.entry-meta {

		margin: 0 0 .7em; }

}

.cat-links {

	margin: 0 .7em 0 0;

}

.page-header {

	border-bottom: 1px solid #444;

	margin: -.2em 0 2em;

	padding: 0 0 1em;

}

/* Single */

.updated:not(.published),

.site-main .sticky .entry-date,

.single-format-aside .entry-summary {

	display: none;

}

.entry-author {

	border-bottom: 1px solid #ddd;

	border-top: 1px solid #ddd;

	margin: 1em 0 .5em;

	padding: 1em 0;

}

@media only screen and (min-width: 768px) {

	.entry-author {

		margin: 1em 0; }

}

/* Comments */

#comments {

	margin: 1em 0 0;

}

#comments-title {

	display: none;

}

.comment-meta {

	margin: 1em 0;

}

#comments article,

.comment-respond {

	border-top: 1px solid #ddd;

	margin: 0;

	padding: 1.5em 0;

}

.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-width: 48px;

}

embed,

figure,

iframe,

object {
	
	max-width: 100%;

}

/* Galleries */

.gallery {

	margin: 1em auto;

}

.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 only screen and (min-width: 768px) {

	.wp-caption {

		margin: 1em 0 1.5em; }

}

.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;

}

.aligncenter {
	
	clear: both;
	
	display: block;
	
	margin: 1.5em auto 1em;

}

/* 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 only screen and (max-width: 767px) {

table,

#comments {

	display: none;

}

.alignleft, .alignright {

	float: none;

	margin: 1em 0;

} }

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

@media print { 

.primary-navigation,

.search-form,

.page-header,

.sharedaddy,

#comments,

#secondary {
	
	display: none !important;

}

#masthead {

	margin: 0 0 1em;

	padding: 0 0 1em;

}
	
.site-title {

	font-size: 1.4em;

	letter-spacing: 5px;

	padding: 0;

	max-width: none;

}

.entry-title,

.page-title {

	font-size: 2.3em;

}
	
#content {

	padding: 0;

}

p,
	
.entry-content ul, .entry-content ol {

	font-size: .9em;

}
	
h2, h3 {

	font-size: 1.1em;

}

.alignnone, .aligncenter {

	float: right;

	margin: .5em 0 1em 2em;

}

.wp-caption {

	max-width: 50% !important;

} }