/*

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;

}

article, aside, footer, header, main, nav {

	display: block;

}

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

	box-sizing: border-box;

}

ol, ul {

	list-style: none;

}

table {

	border-collapse: separate;
	
	border-spacing: 0;

}

@media only screen and (max-width: 1023px) {
	
	table {
		
		display: none; } }

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

body,

button,

select,

textarea {

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

	font-size: 1em;

	letter-spacing: -.1px;

	line-height: 1.6;

}

h1.site-title {

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

}

blockquote, blockquote p,

input {

	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;

}

.site-main .entry-meta,

.nav-links,

.site-footer {
	
	letter-spacing: 1px;

}

body {
	
	color: #444;
	
}

.site-main .entry-meta,

.wp-caption .wp-caption-text {
	
	color: #bbb;
	
}

#comments {
	
	font-size: .9em;

}

.entry-meta,

.taxonomy-description,

.disclaimer, .correction,

.tags, .widget_nav_menu,

.entry-author {

	font-size: .8em;
	
}

.wp-caption .wp-caption-text {
	
	font-size: .7em;

}

.primary-navigation {

	font-size: 1.1em;

	font-weight: lighter;

}

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

	.primary-navigation {

		font-size: 1em; } }

p {
	
	font-size: 1.2em;
	
	margin: .8em 0;

}

.entry-summary p {

	font-size: 1em;

	font-weight: lighter;

	margin: .4em 0;

}

.site-main .entry-summary p,

#secondary .entry-summary p {

	color: #666;

}

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

	.entry-summary p {

		font-size: 1.1em; } }

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

	.sticky .entry-summary p {

		font-size: 1.3em; } }

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

	#secondary .entry-summary {

		display: none; } }

b, strong,

.entry-title,

.entry-header .entry-meta a,

.more-link {
	
	font-weight: bold;
	
}

cite, em, i,

input {

	font-style: italic;

}

.taxonomy-description,

caption,

.entry-author {
	
	text-align: justify;

}

blockquote:before {
	
	content: "\201C";

	font-size: 8em;

	float: left;

	height: 50px;

	line-height: 1;

	margin: -.01em .1em .1em 0;

}

blockquote {
	
	line-height: 1.7;

	font-size: 1.4em;
	
	margin: 0;
	
	padding: 0;

}

/* Attachments */

.entry-attachment p {

	font-size: 1em;

	font-style: italic;

}

/* Titles */

h1 {

	font-size: 1.5em;

}

h1.site-title {

	font-size: 6vw;

	font-weight: bold;

	letter-spacing: 5px;

	line-height: 1.1;

	margin: 0 0 10px 0;

	text-transform: uppercase;

}

@media only screen and (max-width: 567px) {
	
	.site-main h1.entry-title {

		font-size: 1.2em; } }

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

	h1.site-title,

	h1.page-title {

		font-size: 2em; } }

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

	.single .entry-header h1,

	.page .entry-header h1 {

		font-size: 3em; } }

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

	.sticky h1.entry-title {

		font-size: 2em; } }

h1.page-title {

	font-weight: lighter;

}

#secondary h1.entry-title {

	font-size: 1.2em;

}

h2 {

	font-size: 1.5em;

	font-weight: bold;

	margin: 1.5em 0 0;

}

h3,

.single .entry-summary p {

	font-size: 1.4em;

	font-size: 22px;

	font-weight: lighter;

}

h4 {

	font-size: 1.1em;

	}

h5 {

	font-size: 1em;

}

.entry-title {

	line-height: 1.4;

}

.single .entry-title {

	line-height: 1.2;

}

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

hr {

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

}

table {
	
	width: 100%;
}

.page li,

.single article li {

	list-style-type: disc;

	list-style-position: inside;

	margin: 1em 0;

}

.page ol li,

.single article ol li {

	list-style-type: decimal;

}

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

input,

textarea {

	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[type="search"] {

  -webkit-appearance: textfield;

}

.search-form {

	margin: 1.5em 0;

}

.primary-navigation .search-form {

	float: right;

	margin: 0;

}

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

	.primary-navigation .search-form {
	
		display: none; } }

input[type="search"] {

	background: url('http://atlanticsentinel.com/wp-content/themes/sentinel/images/search-black.png');

	background-repeat: no-repeat;

	background-position: right;

	background-size: 20px;

	border: 0;

	cursor: pointer;

	padding: .5em 25px .5em .5em;

		-webkit-transition: width 0.3s;
		-moz-transition: width 0.3s;
	transition: width 0.3s;

	width: 20px;

}

input[type="search"]:focus {

	border: 0;

	cursor: text;

	width: 300px;

}

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

	input[type="search"]:focus {

		width: 200px; } }

#main input[type="search"] {
			
	background: #f4f4f4;

	border: 1px solid #ddd;

	cursor: text;

	padding: 1em;

	width: 99%;

}

#main input[type="search"]:hover {

	border: 1px solid #0099cc;

}

textarea {

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

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

	width: 100%;

}

input[type="submit"] {

	display: none;

}

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 */

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

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

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

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

.comment-meta a, .comment-meta a:visited {
	
	color: #444;
	
}

.tags a, .tags a:visited,

.widget_nav_menu a, .widget_nav_menu a:visited,

.site-footer, .site-footer a, .site-footer a:visited {

	color: #777;

}

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-menu-item a, .primary-navigation .current_page_ancestor a, .primary-navigation .current-post-ancestor a, .primary-navigation .current-menu-parent a, .primary-navigation .current-post-parent a,

.site-main article:hover a, .site-main article:focus a,

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

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

.site-footer a:hover, .site-footer a:focus, .site-footer a:active {

	color: #0099cc;
	
}

a, a:visited,

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

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

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

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

.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
	
	text-decoration: none;
	
}

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

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

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

#secondary .entry-title a:hover, #secondary .entry-title a:focus, #secondary .entry-title a:active {

	text-decoration: underline;

}

/* All Menus */

.primary-navigation li,

.widget li {
		
	display: inline-block;

}

.widget_nav_menu {

	clear: left;

}

/* Categories Menu */

.primary-navigation {

	border-bottom: 1px solid #bbb;

}

.primary-navigation li {

	border-bottom: 3px solid transparent;

	margin: 0 1.2em 0 0;

	padding: 0 0 .5em;

}

.primary-navigation li:last-of-type {

	margin: 0;

}

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

	.primary-navigation li#menu-item-42239 /* Reviews */ {

		display: none; } }

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

	.primary-navigation li#menu-item-53850 /* Explainers */ {

		display: none; } }

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

	.primary-navigation li#menu-item-49301 /* Politics */ {
	
		display: none; } }

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

.primary-navigation .current_page_item, .primary-navigation .current-menu-item, .primary-navigation .current_page_ancestor, .primary-navigation .current-post-ancestor, .primary-navigation .current-menu-parent, .primary-navigation .current-post-parent {

	border-bottom: 3px solid #0099cc;

}

/* Tags */

.tags li,

.widget_nav_menu li {

	background: #f4f4f4;

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

	opacity: .8;

	padding: .5em .9em;

}

.tags li {

	margin: 0 .7em .8em 0;

}

.widget_nav_menu li {

	margin: 0 .4em .8em 0;

}

.tags li:hover,

.widget_nav_menu li:hover {

	background: #e4e4e4;

	opacity: 1;

}

/* Page Navigations */

.wp-pagenavi {

	clear: both;

	font-size: 1.2em;

	margin: 3em 0;

}

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

	.wp-pagenavi {

		font-size: .8em; } }

.wp-pagenavi a, .wp-pagenavi span {

	border: 1px solid #ddd;

	color: #0099cc;

	text-decoration: none;

	margin: 0 1em 0 0;

	opacity: .6;

	padding: .5em .8em;

}

.wp-pagenavi a:hover, .wp-pagenavi span.current {

	border: 1px solid #0099cc;

	opacity: 1;

}

.wp-pagenavi span.current {

	font-weight: bold;

}

/*--------------------------------------------------------------
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, .site-footer:before, .site-footer:after { content: ""; display: table; }

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

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

.widget {
	
	margin: 0 0 2em;

}

.widget:last-of-type {

	margin: 0;

}

.widget select {
	
	max-width: 100%;

}

.page-title,

#secondary .widget-title {

	border-bottom: 1px solid #ddd;

	clear: left;

	margin: 0 0 1em;

	padding: 0 0 .5em;

}

/* Footer */

.site-footer .widget {

	float: left;

	margin: 0;

}

.site-footer .widget li {

	margin: 1em;

}

.site-footer .widget-title {

	display: none;

}

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

	.site-footer #text-199 {

		display: none; } }

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

/* Basic Layout */

#masthead,

#content {

	margin: 0 auto;

	max-width: 1024px;

	padding: 0 1em;

}

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

	#masthead,

	#content {

		margin: 1em auto;

		padding: 0 2em; } }

#primary {

	margin: 1em auto;

	width: 100%;

}

#secondary {

	margin: 2em auto;

	width: 100%;

}

.single .entry-header, .single .entry-content, .single .entry-author, .single #comments, .single #secondary {

	margin-left: auto;

	margin-right: auto;

	max-width: 700px;

}

/* Site Branding */

.site-branding {

	margin: 1em 0;

}

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

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

		margin: 1em 0 2em;

		padding-left: 55px; } }

/* Posts and pages */

article {

	margin: 1em 0;

	width: auto;

}

.site-main article {

	display: block;

	overflow: hidden;

	vertical-align: top;

}

#secondary article {

	margin: 1em 0 2em;

}

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

	.site-main article {

		border-bottom: 1px dotted #ddd;

		padding: 1em 0; }

	#secondary article {

		float: left;

		padding: 0 2em 0 0;

		width: 33.33333%; } }

.entry-meta {

	margin: .7em 0;

}

.page-header {

	margin: 1em 0;

}

.taxonomy-description {

	margin: 0 0 4em;

}

/* Single */

.single .byline {
	
	display: block;

}

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

.single .entry-summary {

	margin: .5em 0;

}

.single .entry-meta {

	margin: 1em 0;

}

.entry-content,

.page-content {
	
	margin: 0 0 1em;

}

.entry-author {

	border-top: 1px solid #ddd;

	margin: 1em 0;

	padding: 2em 0 1em;

}

.entry-author img {

	margin: 1.5em 2em 0 0;

}

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

	.entry-author {

		display: none; } }

/* Comments */

#comments {

	border-top: 1px solid #ddd;

	box-sizing: content-box;

	margin: 1em 0;

}

@media only screen and (max-width: 767px) {
	
	#comments {
		
		display: none; } }

#comments-title {

	margin: 1.5em 0 0;

}

#comments article {

	border-bottom: 1px solid #ddd;

	margin: 1.5em 0;

	padding: 1.5em 0;

}

.comment-content a {

	word-wrap: break-word;

}

#respond {

	margin: 2em 0 3em;

}

#reply-title {

	margin: .5em 0 1em;
	
}

/* Footer */

.site-footer {

	background: #f4f4f4;

	padding: 1em;

}

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

	.site-footer {

		padding: 2em; } }

.site-footer .disclaimer {

	clear: left;

	margin: 1em;

	padding: 1em 0;

}

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

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

}

.site-main img {

	float: right;

	margin: .2em 0 1em 2em;

	width: 180px;

}

.site-main .sticky img {

	float: left;

	margin: .5em 2em 1em 0;

}

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

	.site-main .sticky img {

		width: 300px; } }

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

	#secondary img {

		display: none; } }

.site-main img,

#secondary img,

.entry-meta img,

.taxonomy-description img,

.entry-author img,

#comments img {

	opacity: .9;

}

.site-main img:hover, .site-main article:hover img,

#secondary img:hover, #secondary article:hover img,

.entry-meta img:hover, .taxonomy-description img:hover, #comments img:hover {

	opacity: 1;

}

.entry-meta img,

.taxonomy-description img,

.entry-author img,

#comments img {

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

	float: left;

}

#secondary .entry-meta img {

	margin: .4em 1em 0 0;

}

.single .entry-meta img,

.taxonomy-description img {
	
	margin: .4em 1.5em 0 0;
	
}

#comments img {
	
	margin: .3em 1em 1em 0;
	
}

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

	.site-main img,

	.entry-meta img,

	.taxonomy-description img {

		display: none; } }

embed,

figure,

iframe,

object {
	
	max-width: 100%;

}

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

.wp-caption {

	margin: 1em 0;

	max-width: 100%;

}

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

}

.wp-caption .wp-caption-text {

	padding: .5em 0;

}

.wp-caption p {
	
	display: none;
	
}

/* Alignments */

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

}

.alignright {

	float: right;
	
	margin: .5em 0 1em 2em;

}

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

	.alignleft, .alignright {
	
		float: none;
		
		margin: 1em 0;

} }

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

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

@media print { 

.sharedaddy,

.entry-author,

.tags,

#comments,

#secondary,

#footer {
	
	display: none !important;

}

#masthead {

	margin: 0;

}

h1.site-title {

	font-size: 1.5em;

}

.single .entry-header h1, .page .entry-header h1 {
		
	font-size: 2em;
	
}

p {
	
	font-size: 1em;
	
}

.alignnone, .aligncenter {

	float: right;

	margin: .5em 0 1em 2em;

}

.wp-caption {

	max-width: 50%;

} }