/*
	Theme Name: North Shore Daily Post
	Version: 1.0.0

	Template: genesis
	Template Version: 2.5.2

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

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

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
.page-template-default body > div {
	font-size: 24px;
	font-size: 2.4rem;
}

body > div {
	font-size: 20px;
	font-size: 2.0rem;
}

.page-template-default body {
	font-size: 24px;
	font-size: 2.4rem;
}

body {
	background-color: #a5a5a5;
	color: #000;
	font-family: 'PT Serif', serif;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.5;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #1c92f7;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #a5a5a5;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 40px;
	font-size: 4rem;
	font-weight: 700;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #a5a5a5;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 15px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #ff0000;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #a5a5a5;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #a5a5a5;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* has object fit */

.has-object-fit img {
	object-fit: cover;
	width: 100%;
}

/* ie and edge fallback for object-fit*/
.compat-object-fit {
   background-size: cover;
   background-position: center center;
}

.compat-object-fit img {
    opacity: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

.post-header-img-caption {
	font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation:         fadein 1s;
	word-wrap: break-word;
	max-width: 1200px;
	/*max-width: 1100px;*/
    margin: 0 auto;
		-webkit-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 13px -1px rgba(0,0,0,0.75);
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	background-color: #fff;
	clear: both;
	/*margin-top: 70px;*/
	padding: 20px 0;
}

.page-template-default .site-inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.page-template-default .top-ad-banner-container {
	display: none;
}

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

.content {
	float: left;
}

.content-sidebar .content {
	width: 75%;
	padding: 0 25px;
}

.full-width-content .content,
.landing-page .content {
	float: none;
	min-height: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 25px;
}

#menu-top-bar-menu a {
	color: #7c6d6d;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 600;
	margin-right: 7px;
	padding: 0 7px 0 0;
	border-right: 1px solid #ccc9c9;
}

#menu-top-bar-menu li:last-child a {
	margin-right: 0;
	padding: 0;
	border-right: none;
}

#menu-primary-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#header-menu-search {
	margin-left: auto;
	margin-bottom: 13px;
}

#header-menu-search .search-form {
	display: flex;
	flex-wrap: nowrap;
}

#header-menu-search .search-form input {
	margin-top: 0;
}

.genesis-responsive-menu .wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}

.title-area {
	max-width: 1200px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	padding: 20px 30px;
	border-bottom: 1px solid #c6b8b8;
}

.custom-logo-link {
	max-width: 600px;
}

.after-logo {
	flex-grow: 1;
	text-align: right;
}

.after-logo section {
	float: right;
	text-align: center;
}

.after-logo .widget {
	margin-bottom: 0;
}

.after-logo .widget-title {
	color: #414141;
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.after-logo a {
	padding: 0 2px;
}

.header-date-container {
	background-color: transparent;
}

.header-date-container .wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}

.header-date {
	position: relative;
	float: left;
	background-color: #ff0000;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	width: auto;
	padding: 0 5px;
	z-index: 10;
}

/* Sidebar
--------------------------------------------- */

.sidebar {
	float: right;
	width: 25%;
	padding-right: 25px;
	border-left: 1px solid #939598;
    padding-left: 20px;
    margin-bottom: 30px;
}

.sidebar-content .sidebar {
	float: left;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #a5a5a5;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

#header-menu-search .search-form-submit {
	display: none;
}

#header-menu-search input {
    background-color: #fff;
	font-family: 'Lora', serif;
    border: 1px solid #a5a0a0;
    border-radius: 50px;
    color: #a5a0a0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
	font-style: italic;
    padding: 5px 20px;
    width: 100%;
}

/* Gravity form styling */

.gform_wrapper {
	overflow: hidden;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.gform_fields li {
	list-style-type: none!important;
	margin-top: 20px;
}

ul.gform_fields {
    margin-bottom: 0!important;
    margin-left: 0!important;
}

.gform_fields label {
	display: none;
}

.gform_footer {
	text-align: center;
	margin-top: 20px;
}

/*  newsletter signup */

.newsletter-singup-button {
	background-color: #000;
	color: #fff;
	font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
	padding: 10px;
	text-align: center;
}

a.newsletter-singup-button {
	color: #fff!important;
}

a.newsletter-singup-button:hover,
a.newsletter-singup-button:focus {
	color: #fff!important;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-header {
	position: relative;
	width: 100%;
    float: left;
}

.page-template-default .entry-title {
	float: left;
	color: #000000;
	font-family: 'Lora', serif;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 40px;
}

.page-template-default .entry-title:after {
    content: '';
    display: block;
    margin: 10px 0 0 0;
    height: 5px;
    background: #ff0000;
    transition: width .5s ease, background-color .5s ease;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

.aligncenter {
	text-align: center;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


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

.widget {
	margin-bottom: 20px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.featured-content .entry {
	border-bottom: 1px solid #a5a5a5;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-image {
	height: 75px;
	width: 75px;
}

.featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #a5a5a5;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: "dashicons";
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {

}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #e8e5e5;
	float: left;
}

/* Title Area
--------------------------------------------- */

.title-area {

}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

#menu-primary-menu a {
	font-family: 'Lora', serif;
	color: #414141;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
}

#menu-primary-menu > li > a:after {
content: '';
    display: block;
    margin: 10px 0 0 0;
    height: 5px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

#menu-primary-menu > li > a:focus:after,
#menu-primary-menu > li > a:hover:after,
#menu-primary-menu > li.current-menu-item > a:after {
	background: #ff0000;
	width: 100%;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	outline-offset: -1px;
	padding-top: 15px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #000;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #000;
	outline: none;
}

.menu-toggle {
	float: right;
    height: 30px;
    width: 30px;
    padding: 0;
	margin-right: 30px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
    font-size: 30px;
    position: relative;
    text-rendering: auto;
    width: 30px;
    height: 30px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate( 180deg );
	-ms-transform:     rotate( 180deg );
	transform:         rotate( 180deg );
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

/* Top Add banner */

.top-ad-banner-container {
	background-color: #fff;
	float: left;
	width: 100%;
}

.top-ad-banner-container .widget {
	margin-bottom: 0;
	/*padding: 0 10px;*/
}

.top-ad-banner-container .widget ul li {
	/*padding: 0 10px;*/
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.top-ad-banner-wrap {
	/*display: flex;*/
	/*padding: 20px 25px;*/
	padding:10px 18px;
}

.top-add-banner-content {
	flex-grow: 1;
}

/* Below menu Add banner */

.below-menu-ad-banner-container {
	float: left;
	width: 100%;
}

.below-menu-ad-banner-container .widget {
	margin-bottom: 0;
}

.below-menu-ad-banner-container .widget ul li {
	/*padding: 0 10px;*/
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.below-menu-ad-banner-wrap {
	/*display: flex;*/
	padding: 0 15px 25px;
}

.below-menu-add-banner-content {
	flex-grow: 1;
	padding: 0 10px;
}

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

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

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

.content-sidebar-wrap {
	float: left;
	width: 100%;
}

/* archive post page */

/* Category featured articles */

.featured-category-article-container {
	position: relative;
    display: flex;
	flex-wrap: wrap;
    padding-bottom: 20px;
}

.featured-category-article-container:after {
	content: '';
    position: absolute;
    height: 2px;
    width: 80%;
    background: #e7e7e7;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.featured-category-article-block-1 {
	order: 1;
	width: 25%;
	padding-right: 20px;
}

.featured-category-featured-article-block {
	order: 2;
	width: 50%;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 0 20px;
}

.featured-category-article-block-3 {
	order: 3;
	width: 25%;
	padding-left: 20px;
}

.featured-category-article-block-article-2,
.featured-category-article-block-article-3 {
	margin-bottom: 20px;
}

.featured-category-article-block-article-2,
.featured-category-article-block-article-3,
.featured-category-article-block-article-4,
.featured-category-article-block-article-5 {
	height: 232px;
}

.featured-category-article-image {
	height: 150px;
	overflow: hidden;
}

.featured-category-article-image img {
	height: 100%;
}

.featured-cat-article-title a {
    color: #000;
}

.featured-cat-article-title {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 400;
    margin-bottom: 0;
	margin-top: 10px;
}

.featured-category-featured-article-image {
	height: 260px;
	overflow: hidden;
}

.featured-category-featured-article-image img {
	height: 100%;
}

.featured-category-featured-article-content-container .featured-cat-article-title {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 700;
    margin-bottom: 20px;
	margin-top: 20px;
}

.archive-description {
	display: none;
}
 
.archive-post-item-wrap {
	position: relative;
	display: flex;
    flex-wrap: wrap;
	padding: 20px 0;
}

.archive-post-item-wrap:before {
	content: '';
    position: absolute;
    height: 2px;
    width: 60%;
    background: #e7e7e7;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.archive-post-item-img {
	width: 35%;
}

.archive-post-item-img img {
	height: 180px;
}

.archive-post-item-content-container {
	width: 65%;
	padding-left: 30px;
}

.archive-post-item-content-container h2 {
	font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
	margin-bottom: 8px;
}

.archive-post-item-content-container a {
	color: #000;
}

.archive-post-item-content-container a:hover,
.archive-post-item-content-container a:focus {
	text-decoration: underline;
}

.archive-post-item-content-container .blog-image-excerpt {
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
	font-weight: 400;
}

.blog-post-cat {
	color: #000000;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 20px;
}

.blog-image-postdate {
	color: #000000;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 200;
	text-transform: uppercase;
}

/* single post */

.single-post .entry-title {
	float: left;
	width: 100%;
	color: #000000;
	font-family: 'Oswald', sans-serif;
	font-size: 44px;
	font-size: 4.4rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.paragraph-content-wrap {
	color: #000000;
	font-family: 'Lora', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	font-style: italic;
	float: left;
    width: 100%;
}

.post-header-img-wrap {
	float: left;
    width: 100%;
	margin-top: 20px;
}

.single-post .entry-meta {
	position: relative;
	width: 100%;
	float: left;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.entry-meta-left {
	flex-grow: 1;
}

.single-post .blog-author {
	width: 100%;
    float: left;
	color: #000000;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
}

.single-post .blog-date {
	float: left;
	color: #000000;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 200;
	text-transform: uppercase;
}

.single-post .addtoany_shortcode {
	height: 44px;
}

.single-post .addtoany_list a:not(.addtoany_special_service)>span {
    border-radius: 25px!important;
}

.post-content-container {
	width: 100%;
    float: left;
}

.add-to-any-footer {
	width: 100%;
    float: left;
	margin-bottom: 20px;
}

.add-to-any-footer-wrapper {
	float: left;
    text-align: center;
}

.add-to-any-footer h3 {
	color: #ff0000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.comments-heading-block {
	width: 100%;
    float: left;
}

.single-highligted-text-container {
	float: left;
	width: 100%;
}

.single-highligted-text-wrap {
	font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 300;
	border-top: 2px solid #cfcfcf;
    border-bottom: 2px solid #cfcfcf;
	padding: 20px 0;
	margin: 20px 0;
	float: left;
	max-width: 800px;
	width: 100%;
}

.related-tags-container {
	margin-bottom: 20px;
}

.related-tags-title {
	font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.related-tags-container > a {
	color: #000;
	font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
	text-decoration: none;
}

.related-tags-container > a:hover,
.related-tags-container > a:focus {
	text-decoration: underline;
}

.related-posts-container {
	float: left;
    width: 100%;
	margin-bottom: 40px;
	padding: 0 25px;
}

.related-posts-list {
	display: flex;
    flex-wrap: wrap;
}

.related-post {
	width: calc(20% - 20px);
    border-right: 1px solid #cfcfcf;
	margin-right: 20px;
	padding-right: 20px;
}

.related-post:last-child {
    border-right: none;
}

.related-image img {
	height: 150px;
}

.related-post-title {
	color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
	float: left;
}

.related-post-cat {
	color: #ff0000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	margin-top: 10px;
}

.related-title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 900;
	text-transform: uppercase;
	display: flex;
    align-items: center;
}

.related-title:after {
	content: '';
    background: url(/wp-content/themes/northshoredailypost/images/chevron-red.png) no-repeat 0 0;
    background-size: 100%;
	display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.comments-heading-block h2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 24px;
    font-size: 2.4rem;
	text-transform: uppercase;
    font-weight: 700;
}

.comment-policy {
	font-family: 'Titillium Web', sans-serif;
	font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
}

.comments-count {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
}

.entry-comments {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-footer .entry-meta {
	border-top: 1px solid #d5d5d5;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.entry-comments > h3 {
	font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

#respond h3 {
	font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

#respond textarea {
    border-radius: 15px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .bypostauthor {
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-url {
	display: none;
}

/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* oEmbed */

.embed-container {
	height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
}

.embed-container iframe {
	height: 100%;
    width: 100%;
}

.embed-container .fb-video > span {
    display: flex;
    align-items: center;
	justify-content: center;
}
	
/* Home Page */

.home-page-left-block-container {
	float: left;
	width: 75%;
	padding-right: 25px;
}

.home-page-sidebar-block-container {
	position: relative;
    float: left;
    width: 25%;
}

.sidebar-subscribe {
	margin-bottom: 20px;
}

.home-page-top-block-container,
.home-page-bottom-block-container {
	float: left;
    width: 100%;
}

/*.cat-link {
	position: absolute;
    color: #b1353a;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    bottom: 10px;
    right: 0;
}*/

.div-cat-link {
    text-align: center;
	width: 100%;
	margin: 10px 0px 20px 0;
}


.cat-link {
    color: #b1353a;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    bottom: 10px;
	background: #E8E5E5;
	padding: 0 0px;
}

.cat-link-plain {
    color: #b1353a;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    bottom: 10px;
	/*background: #E8E5E5;*/
	padding: 0 5px;
}
/*.cat-link {
    color: #b1353a;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    bottom: 10px;
    text-align: center;
	padding-top: 10px;
}*/

.home-page-top-left-block-container {
	width: 100%;
	float: left;
}

.home-page-top-news-block-container {
	display: flex;
	flex-wrap: wrap;
}

.home-page-north-shore-block-container {
	position: relative;
	width: calc( 100% - 220px);
	float: left;
}

.north-shore-featured-container {
	position: relative;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	padding-bottom: 20px;
}

.north-shore-featured-container:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 80%;
    background: #e7e7e7;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.north-shore-featured-image {
	width: calc( 100% - 160px);
	height: 360px;
	padding-right: 25px;
}

.north-shore-featured-image img {
	height: 100%
}

.north-shore-featured-content-container {
	width: 160px;
}

.north-shore-featured-content-wrap {
	float: left;
}

.home-page-featured-article-title {
	font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.featured-category-name {
	background-color: #ff0000;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	float: left;
	border: 2px solid #a5a5a5;
	padding: 0 5px;
	margin-bottom: 15px;
}

a.cat-link-button {
	color: #fff;
	text-decoration: none;
}

a.cat-link-button-black {
	color: #000;
	text-decoration: none;
}


a.cat-link-text {
	color: #000;
	text-decoration: none;
}

a.cat-link-text-white {
	color: #fff;
	text-decoration: none;
}

.north-shore-featured-excerpt {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
}

.home-category-name {
	background-color: #ff0000;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	float: left;
	border: 2px solid #a5a5a5;
	padding: 0 5px;
	margin-bottom: 15px;
}

.home-category-name-yellow {
	background-color: #F2E500;
	color: #000;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	float: left;
	border: 2px solid #a5a5a5;
	padding: 0 5px;
	margin-bottom: 15px;
}

.home-image-row-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 30px;
}

.home-image-row-container:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 80%;
    background: #e7e7e7;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.home-no-image-row-container {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 30px;
}

.home-no-image-row-container .home-no-image-row-item {
	width: 25%;
	border-left: 1px solid #cfcfcf;
	padding: 0 10px;
}

.home-no-image-row-container .home-no-image-row-item:first-child {
	border-left: none;
}

.home-no-image-row-item .home-page-article-title {
	font-weight: 300;
	text-indent: -25px;
    margin-left: 25px;
}

.home-no-image-row-item .home-page-article-title:before {
    content: '';
    background: url(/wp-content/themes/northshoredailypost/images/chevron-red.png) no-repeat 0 0;
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
}




.home-no-image-row-container .home-no-image-row-item-2 {
	width: 50%;
	border-left: 1px solid #cfcfcf;
	padding: 0 10px;
}

.home-no-image-row-container .home-no-image-row-item-2:first-child {
	border-left: none;
}

.home-no-image-row-item-2 .home-page-article-title {
	font-weight: 400;
	text-indent: -25px;
    margin-left: 25px;
}

.home-no-image-row-item-2 .home-page-article-title:before {
    content: '';
    background: url(/wp-content/themes/northshoredailypost/images/chevron-red.png) no-repeat 0 0;
	/*background: url(/northshoredailypost/wp-content/themes/northshoredailypost/images/chevron-red.png) no-repeat 0 0;*/ /*offline*/
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
}




.home-category-block-container {
	position: relative;
	padding-top: 20px;
}

.home-category-block-container:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 80%;
    background: #d5d5d5;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.home-category-name-container {
	display: flex;
    justify-content: center;
}

.home-category-name {
	position: absolute;
    top: -15px;
}

.home-category-name-yellow {
	position: absolute;
    top: 0px;
}


.home-image-row-item {
	width: 25%;
	border-left: 1px solid #cfcfcf;
	padding: 0 10px;
}


/*.home-page-article-title:before {
    content: '';
	background: url(/northshoredailypost/wp-content/themes/northshoredailypost/images/chevron-red.png) no-repeat 0 50%;
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
}*/

.home-image-row-item:first-child {
	border-left: none;
	padding: 0 10px 0 0;
}

.home-image-row-item:last-child {
	padding: 0 0 0 10px;
}

.home-image-row-image {
	height: 120px;
    overflow: hidden;
}

.home-image-row-image img {
	height: 100%;
}

.home-image-row-item-2 {
	width: 50%;
	border-left: 1px solid #cfcfcf;
	padding: 0 10px;
}

.home-image-row-item-2:first-child {
	border-left: none;
	padding: 0 25px 0 0;
}

.home-image-row-item-2:last-child {
	padding: 0 0 0 25px;
}

.home-image-row-image-2 {
	height: 275px;
    overflow: hidden;
    padding-bottom: 15px;
}

.home-image-row-image-2 img {
	height: 100%;
}

.home-page-article-title {
	font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 0;
}

.home-image-row-content-container .home-page-article-title-2 {
	margin-top: 10px;
}

.home-page-article-title-2-big {
	font-family: 'Playfair Display', sans-serif;
    color: #000;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 0;
}
.home-page-article-title-2 {
	font-family: 'Playfair Display', sans-serif;
    color: #000;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 0;
}

.home-page-article-title-2:before {
    content: '';
    background: url(/wp-content/themes/northshoredailypost/images/chevron-red.png) no-repeat 0 0;
	/*background: url(/northshoredailypost/wp-content/themes/northshoredailypost/images/chevron-red.png) no-repeat 0 0;*/ /*offline*/
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
}

.home-image-row-content-container .home-page-article-title {
	margin-top: 10px;
}

.north-shore-middle-row-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.north-shore-middle-row-container .north-shore-middle-row-item {
	width: 50%;
	border-left: 1px solid #cfcfcf;
	padding: 0 10px;
}

.north-shore-middle-row-container .north-shore-middle-row-item:nth-of-type(odd) {
	border-left: none;
}

.north-shore-middle-row-item .home-page-article-title {
	font-weight: 300;
	text-indent: -25px;
    margin-left: 25px;
}

.north-shore-middle-row-item .home-page-article-title:before {
    content: '';
    background: url(/wp-content/themes/northshoredailypost/images/chevron-red.png) no-repeat 0 0;
	/*background: url(/northshoredailypost/wp-content/themes/northshoredailypost/images/chevron-red.png) no-repeat 0 0;*/ /*offline*/
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
}

.north-shore-middle-row-container:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 80%;
    background: #e7e7e7;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.north-shore-banner-row-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.north-shore-banner-row-item {
	width: 50%;
}

.north-shore-banner-row-item:first-child {
	padding-right: 15px;
}

.north-shore-banner-row-item:last-child {
	padding-left: 15px;
}

.north-shore-banner-row-content-container {
	position: relative;
	height: 100%;
	padding: 20px 20px 30px;
		-webkit-box-shadow: 3px 3px 0px 0px rgba(165,165,165,0.5);
	-moz-box-shadow: 3px 3px 0px 0px rgba(165,165,165,0.5);
	box-shadow: 3px 3px 0px 0px rgba(165,165,165,0.5);
}

.north-shore-banner-row-item:first-child .north-shore-banner-row-content-container {
	background-color: #386db5;
}

.north-shore-banner-row-item:last-child .north-shore-banner-row-content-container {
	background-color: #458471;
}

.north-shore-banner-row-content-wrap .home-page-article-title {
	color: #fff;
}

.north-shore-banner-row-content-container a.post-link {
	position: absolute;
	color: #e2d892;
	font-family: 'Lora', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	font-style: italic;
	right: 15px;
    bottom: 15px;
}

.home-page-featured-sidebar-block-container {
	width: 220px;
    float: left;
    padding-left: 30px;
    padding-bottom: 20px;
}

.featured-sidebar-wrap {
	background-color: #e8e5e5;
	height: 100%;
	padding: 20px;
}

.featured-sidebar-container {
	border-bottom: 1px solid #a5a5a5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.featured-sidebar-container:last-child {
	border-bottom: none;
}

.featured-sidebar-category {
	color: #ff0000;
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.home-page-featured-sidebar-article-title {
	font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
	margin-bottom: 0;
}

.featured-sidebar-image {
	height: 120px;
	overflow: hidden;
	margin-bottom: 10px;
}

.featured-sidebar-image img {
	height: 100%;
}

.home-page-ad-banner-block-container {
	float: left;
	width: 100%;
}

.single .home-page-ad-banner-block-container {
	padding-top: 20px;
}

.body-ad-banner-container {
	padding-bottom: 40px;
}

.home-page-bottom-left-block-container {
	width: 100%;
    float: left;
}

.home-page-bottom-upper-block-container {
	display: flex;
	flex-wrap: wrap;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 20px;
}

.home-page-world-life-block-container {
	/*width: calc( 100% - 220px);*/
	width: 100%;
    float: left;
	background: #FFFCE5;
	/*padding: 20px 20px 10px 20px;*/
	margin-bottom:40px;
	border-bottom: 2px solid #e8e5e5;
}

.home-page-voices-block-container {
	position: relative;
	width: 220px;
    padding-left: 30px;
    padding-bottom: 20px;
}

.home-category-chevron-name {
	    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 0 15px;
}

.home-category-chevron-name:after {
    content: '';
    background: url(/wp-content/themes/northshoredailypost/images/chevron-red.png) no-repeat 0 0;
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.home-page-voices-block-container .voices-heading {
	border-left: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
    padding: 0 40px;
    background: #E8E5E5;
    text-align: center;
}

.home-page-voices-block-container .voices-heading-txt {
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 700;
	padding: 3px 10px;
	background: #333;
}

.voices-sidebar-wrap {
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	height: 100%;
	padding: 0 15px;
	background:#E8E5E5;
	text-align:center;
}

.voices-sidebar-container {
	/*display: flex;*/
	padding-bottom: 20px;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #d5d5d5;*/
	border-bottom: 1px dashed #5F5F5E;
	padding-top: 15px;
}

.voices-sidebar-container:last-child {
    border-bottom: none;
}

.voices-sidebar-avatar-name {
	/*width: 60px;*/
	width:100%;
    text-align: center;
    padding-right: 10px;
}

.voices-sidebar-avatar-name img {
	object-fit: cover;
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    border-radius: 50%;
}

.voices-author-name {
	float: left;
	width: 100%;
    color: #b1353a;
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    font-size: 1.4rem;
	line-height: 1.2;
    font-weight: 600;
	text-align: center;
}

.voices-sidebar-content-container a.post-link h3 {
	font-family: 'Oswald', sans-serif;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
	margin-bottom: 0;
}

.voices-sidebar-content-container {
	/*float: left;*/
	/*width: calc( 100% - 60px);*/
	width:98%;
}

.home-page-social-block-container {
    position: relative;
    width: 190px;
    padding-bottom: 20px;
}

/*.social-sidebar-wrap {
	border-left: 1px solid #a5a5a5;
	height: 100%;
	padding: 0 15px;
}*/

.social-sidebar-container {
	float: left;
	width: 100%;
	border-bottom: 1px solid #a5a5a5;
	padding-bottom: 20px;
    margin-bottom: 10px;
}

.social-sidebar-container:last-child {
	border-bottom: none;
    margin-bottom: 0;
}

.social-sidebar-content-container a.post-link {
	float: left;
	width: 100%;
}

.social-sidebar-content-container a.post-link h3 {
	font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
	margin-bottom: 0;
	margin-top: 10px;
}

.home-page-voices-block-container .cat-link {
	/*right: 15px;*/
	right: 20%;
	font-size: 12px;
	font-size: 1.4rem;
}

.social-video-item-block {
    max-height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.social-video-item-block .embed-container {
	position: relative;
    float: left;
}

.social-video-item-block iframe {
	min-width: 190px!important;
	max-width: 190px!important;
    width: 100%!important;
}

.instagram-media .Header,
.instagram-media .HoverCard,
.instagram-media .Feedback,
.instagram-media .SocialProof,
.instagram-media .Caption,
.instagram-media .Footer {
	display: none!important;
}

/* Flexslider */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-control-nav {
	display: none;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-moz-user-select: none;
	display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  /*position: relative;*/
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {

}

.flex-nav-prev a {
	position: absolute;
	width: 24px;
    height: 24px;
	overflow: hidden;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
}

.flex-nav-next a {
	position: absolute;
	width: 24px;
    height: 24px;
	overflow: hidden;
	right: 0;
	top: 50%;
    transform: translateY(-50%);
}

.flex-direction-nav .flex-nav-prev a:before {
	content: '';
    background: url(/wp-content/themes/northshoredailypost/images/carousel-nav-prev.jpg) no-repeat 0 0;
    background-size: 100%;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.flex-direction-nav .flex-nav-next a:before {
	content: '';
    background: url(/wp-content/themes/northshoredailypost/images/carousel-nav-next.jpg) no-repeat 0 0;
    background-size: 100%;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.flex-direction-nav .flex-nav-next a {
	
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.home-page-graphic-gallery-block-container {
	position: relative;
	background-color: #a5a5a5;
    padding: 40px 40px 20px;
    margin-top: 25px;
    margin-bottom: 60px;
}

.home-page-graphic-gallery-block-container .home-category-name {
    top: 0;
}

.graphic-gallery-image {
	height: 130px;
}

.graphic-gallery-content-container a.post-link {
	color: #fff;
}

.home-graphic-gallery-article-title {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	margin-top: 10px;
}

.featuredpost h3.widget-title {
	color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 0 15px;
}

.featuredpost h3.widget-title:after {
    content: '';
    background: url(/wp-content/themes/northshoredailypost/images/chevron-red.png) no-repeat 0 0;
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.home-no-image-row-container.grey-background-container .home-no-image-row-item {
	border-left: none;
}

.home-page-canada-block-container .home-category-content-container,
.home-page-health-block-container .home-category-content-container {
	display: flex;
	flex-wrap: wrap;
}

.home-page-canada-block-container .home-image-row-container,
.home-page-health-block-container .home-image-row-container {
    width: 58.16%;
	padding-right: 10px;
}

.home-page-canada-block-container .home-image-row-container:after,
.home-page-health-block-container .home-image-row-container:after {
    display: none;
}

.home-page-canada-block-container .home-no-image-row-container,
.home-page-health-block-container .home-no-image-row-container {
    width: 41.84%;
}

.home-page-canada-block-container .home-image-row-item,
.home-page-health-block-container .home-image-row-item {
    width: 33.33%;
}

.home-page-canada-block-container .home-no-image-row-item,
.home-page-health-block-container .home-no-image-row-item {
	background-color: #e8e5e5;
    width: 50%;
    padding: 15px;
}

.home-page-life-block-container{
	padding:20px;
}

.home-page-life-block-container:before{
	width:100%;
}

.home-page-life-block-container-top{
	border-top: 2px solid #e8e5e5;
	border-bottom: 2px solid #e8e5e5;
	height: 9px;
	margin-bottom: 6px;
}

.header-login {
	position: absolute;
    right: 20px;
    top: 2px;
	display: flex;
	align-content: center;
	/*display: none;*/
}

.header-login a {
	color: #414141;
	font-size: 18px;
    font-size: 1.8rem;
    line-height: normal;
    font-weight: 600;
	display: flex;
    align-items: center;
}

.header-login a img {
	width: 20px;
    height: 20px;
    margin-right: 10px;
}

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

.footer-widgets {
	position: relative;
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 30px 0 20px;
	border-top: 1px solid #c6b8b8;
}

.footer-widgets:before {
	content: "";
    border-top: 1px solid #c6b8b8;
    top: 5px;
    position: absolute;
    width: 100%;
}

.footer-widgets:after {
	content: "";
    border-top: 1px solid #c6b8b8;
    top: 11px;
    position: absolute;
    width: 100%;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets p {
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 10px 0;
}

.footer-widgets a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 10px 0;
}

.footer-widget-area {
	padding-left: 30px;
	padding-right: 25px;
}

.footer-widget-area:last-child ,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

#custom_html-4 .widget-title {
    color: #414141;
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#custom_html-4 .social-media-icons a {
    height: 30px;
	width: 30px;
    padding: 0;
}

#custom_html-4 .social-media-icons img {
    height: 30px;
	width: 30px;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #e8e5e5;
	color: #000000;
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 10px 0;
	border-top: 1px solid #c6b8b8;
}

.site-footer .wrap {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding: 0 25px;
}

.footer-credits {
	flex-grow: 1;
	text-align: left;
}

.nav-footer {
	flex-grow: 1;
	text-align: right;
}

.nav-footer .wrap {
	justify-content: flex-end;
}

.site-footer p {
	margin-bottom: 0;
}

#menu-footer-menu {
	width: auto;
}

#menu-footer-menu a {
	color: #7c6d6d;
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    margin-right: 7px;
    padding: 0 7px 0 0;
    border-right: 1px solid #b9b1b1;
}

#menu-footer-menu li {
    display: inline-block;
}

#menu-footer-menu li:last-child a {
    margin-right: 0;
    padding: 0;
    border-right: none;
}

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

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

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: relative;
		max-width: 1200px;
		width: 100%;
		z-index: 9999;
	}

	.site-header .wrap {

	}
	
	.header-date-container {
		background-color: #fff;
		position: relative;
	}
	
	.header-date-container:before {
		content: "";
		border-top: 1px solid #c6b8b8;
		top: 6.5px;
		position: absolute;
		width: 100%;
		z-index: 1;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:hover,
	.genesis-nav-menu > .menu-highlight > a:focus {
		background-color: #0073e5;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #a5a5a5;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #a5a5a5;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
	}

	.nav-secondary {
		background-color: #e8e5e5;
		padding: 0;
		border-bottom: 1px solid #c6b8b8;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */
	
	.nav-primary.stickHeader {
		position: fixed;
		top: 0;
		max-width: 1200px;
		border-top: none;

	}

	.nav-primary {
		background-color: #fff;
		float: left;
		width: 100%;
		border-top: 1px solid #c6b8b8;
		border-bottom: 1px solid #c6b8b8;
	}
	
	.nav-primary .genesis-nav-menu li {
		padding-top: 15px;
	}
	
	.nav-primary .genesis-nav-menu a {
		padding-top: 0;
	}

	.nav-primary .genesis-nav-menu a {
		margin-right: 10px;
		padding-right: 10px;
		border-right: 1px solid #dad8d8;
	}
	
	.nav-primary .genesis-nav-menu li:last-child a {
		margin-right: 0;
		border-right: none;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 25px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

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

	.footer-widgets .wrap {
		max-width: 1200px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.footer-widgets-1 {
		flex-grow: 1;
	}

	.footer-widgets-2 {
	`	text-align: center;
	}

}

@media only screen and (max-width: 1123px) {
	
	.north-shore-featured-image {
		width: 100%;
		height: auto;
		padding-right: 0;
		padding-bottom: 20px;
	}
	
	.north-shore-featured-content-container {
		width: 100%;
		padding-right: 0;
	}
	
	.home-page-world-life-block-container .home-image-row-item,
	.home-page-north-shore-block-container .home-image-row-item {
		width: 50%;
	}
	
	.home-page-north-shore-block-container .home-image-row-item:nth-of-type(1),
	.home-page-world-life-block-container .home-image-row-item:nth-of-type(1) {
		padding: 0 10px 20px 0;
	}
	
	.home-page-north-shore-block-container .home-image-row-item:nth-of-type(2),
	.home-page-world-life-block-containerr .home-image-row-item:nth-of-type(2) {
		padding: 0 0 20px 10px;
	}
	
	.home-page-north-shore-block-container .home-image-row-item:nth-of-type(3)
	.home-page-world-life-block-container .home-image-row-item:nth-of-type(3){
		border-left: none;
		padding: 0 10px 0 0;
	}
	
	.home-page-north-shore-block-container  .home-no-image-row-container .home-no-image-row-item,
	.home-page-world-life-block-container  .home-no-image-row-container .home-no-image-row-item {
		width: 50%;
	}
	
	.home-page-north-shore-block-container  .home-no-image-row-container .home-no-image-row-item:nth-of-type(1),
	.home-page-north-shore-block-container .home-no-image-row-container .home-no-image-row-item:nth-of-type(2),
	.home-page-world-life-block-container  .home-no-image-row-container .home-no-image-row-item:nth-of-type(1),
	.home-page-world-life-block-container .home-no-image-row-container .home-no-image-row-item:nth-of-type(2)	{
		padding-bottom: 20px;
	}
	
	.home-no-image-row-container .home-no-image-row-item:nth-of-type(3) {
		border-left: none;
	}
	
	.home-page-canada-block-container .home-image-row-container,
	.home-page-health-block-container .home-image-row-container {
		width: 100%;
		padding-right: 0;
	}

	.home-page-canada-block-container .home-no-image-row-container,
	.home-page-health-block-container .home-no-image-row-container {
		width: 100%;
	}

	.home-image-row-item-2 {
		width: 50%;
		border-left: 1px solid #cfcfcf;
		padding: 0 0px;
	}
	
	.home-image-row-image-2 {
		height: 180px;
	}
	
/*	.home-image-row-item-2:first-child {
		border-left: none;
		padding: 0 0px 20px 0;
	}
	
	.home-image-row-item-2:last-child {
		padding: 0 0 0 0px;
	}
	
	.home-image-row-image-2 {
		height: 180px;
		overflow: hidden;
	}
	
	.home-image-row-image-2 img {
		height: 100%;
	}	*/
	
}

@media only screen and (max-width: 959px) {
	
	.header-login {
		position: relative;
		right: 0;
		top: 0;
		justify-content: center;
		padding-top: 10px;
	}
	.genesis-responsive-menu .wrap {
		padding: 0;
	}
	
	#menu-primary-menu {
		padding: 0 25px;
	}
	
	.nav-primary .genesis-nav-menu .menu-item {
		float: left;
		width: 100%;
	}
	
	#menu-primary-menu a {
		float: left;
	}
	
	#header-menu-search {
		margin-left: 0;
	}
	
	.moved-item-nav-secondary {
		
	}
	
	.featured-category-article-block-1 {
	    order: 2;
		width: 50%;
		padding-right: 10px;
	}

	.featured-category-featured-article-block {
		order: 1;
		width: 100%;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #d5d5d5;
		padding: 0 0 20px;
		margin-bottom: 20px;
	}
	
	.featured-category-article-block-article-2, 
	.featured-category-article-block-article-3, 
	.featured-category-article-block-article-4, 
	.featured-category-article-block-article-5 {
		height: 282px;
	}

	.featured-category-article-block-3 {
		order: 3;
		width: 50%;
		padding-left: 10px;
	}

	.featured-category-article-image {
		height: 200px;
	}

	.featured-category-featured-article-image {
		height: 360px;
	}
	
	.related-posts-list {
		justify-content: center;
	}
	
	.related-post {
		width: calc(33.33% - 20px);
		border-right: 1px solid #d5d5d5;
		margin-right: 20px;
		padding-right: 20px;
	}
	
	.related-post:nth-of-type(4),
	.related-post:nth-of-type(5) {
		margin-top: 20px;
	}
	
	.related-post:nth-of-type(3),
	.related-post:nth-of-type(5) {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
	}

}

@media only screen and (max-width: 920px) {
	
	.featured-category-article-block-article-2, 
	.featured-category-article-block-article-3, 
	.featured-category-article-block-article-4, 
	.featured-category-article-block-article-5 {
		height: 232px;
	}

	.featured-category-article-image {
		height: 150px;
	}

	.featured-category-featured-article-image {
		height: 260px;
	}
	
	.home-image-row-container {
		padding: 20px 0 0;
	}
	
	.home-image-row-container:after {
		display: none;
	}
	
	.home-page-world-life-block-container .home-image-row-item,
	.home-page-north-shore-block-container .home-image-row-item,
	.home-image-row-item-2 {
		width: 100%;
		border-left: none;
		border-bottom: 1px solid #d5d5d5;
		padding: 0 0 20px!important;
		margin-bottom: 20px;
	}
	
	
	.north-shore-middle-row-container .north-shore-middle-row-item {
		width: 100%;
		border-left: none;
		padding: 0 0 20px!important;
	}
	
	.north-shore-banner-row-item {
		width: 100%;
	}
	
	.north-shore-banner-row-item:first-child {
		padding-right: 0;
		padding-bottom: 20px;
	}
	
	.north-shore-banner-row-item:last-child {
		padding-left: 0;
	}
	
	.home-page-north-shore-block-container .home-no-image-row-container .home-no-image-row-item,
	.home-page-world-life-block-container .home-no-image-row-container .home-no-image-row-item	{
		width: 100%;
		border-left: none;
		padding: 0 0 20px;
	}
	
	.home-page-bottom-upper-block-container .cat-link {
		bottom: 20px;
	}
	
	.home-no-image-row-container .home-no-image-row-item-2 {
	width: 100%;
	border-left: 0px solid #cfcfcf;
	padding: 5px 2px;
	}

}

@media only screen and (max-width: 900px) {
	
	.addtoany_list {
		line-height: 22px!important;
	}
	
	.single-post .addtoany_list a:not(.addtoany_special_service)>span {
		border-radius: 25px!important;
		width: 22px!important;
		line-height: 22px!important;
		height: 22px!important;
	}
	
	.single-post .addtoany_shortcode {
		height: auto;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.home-page-left-block-container {
		float: left;
		width: 60%;
		padding-right: 25px;
	}
	
	.home-page-sidebar-block-container {
		width: 40%;
	}
	
	.content-sidebar .content {
		width: 100%;
		padding: 0 25px;
	}
	
	.sidebar {
		width: 40%;
		display: none;
	}
	
	.archive-post-item-img {
		width: 100%;
	}
	
	.archive-post-item-content-container {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	
}

@media only screen and (max-width: 720px) {
	
	.full-width-content .content, .landing-page .content {
		padding: 0 10px;
	}
	
	.top-ad-banner-wrap {
		/*display: flex;*/
		padding: 10px 0;
	}
	
	.below-menu-ad-banner-wrap {
		padding: 0;
	}
	
	.home-category-name {
		position: relative;
		top: 0;
		margin-bottom: 0;
	}
	
	.footer-widget-area {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.site-footer .wrap {
		padding: 0 10px;
	}

	.home-page-north-shore-block-container {
		width: 100%;
		padding-bottom: 20px;
	}
	
	.home-page-featured-sidebar-block-container {
		width: 100%;
		padding-left: 0;
		padding-bottom: 20px;
	}
	
	.home-page-world-life-block-container {
		width: 100%;
		padding-bottom: 20px;
	}
	
	.home-page-voices-block-container {
		width: 100%;
		padding-left: 0;
		padding-bottom: 20px;
	}
		
	.featured-category-article-container {
		padding-bottom: 0;
	}
	
	.featured-category-article-container:after {
		display: none;
	}

	.featured-category-article-block-1 {
		width: 100%;
		padding-right: 0;
	}
	
	.featured-category-article-block-article-2, 
	.featured-category-article-block-article-3, 
	.featured-category-article-block-article-4, 
	.featured-category-article-block-article-5 {
		height: auto;
		border-bottom: 1px solid #d5d5d5;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.featured-category-article-block-3 {
		order: 3;
		width: 100%;
		padding-left: 0;
	}

	.featured-category-article-image {
		height: 200px;
	}

	.featured-category-featured-article-image {
		height: 200px;
	}
	
	.home-page-bottom-left-block-container .home-image-row-item {
		width: 100%;
		border-left: none;
		border-bottom: 1px solid #d5d5d5;
		padding: 0 0 20px;
		margin-bottom: 20px;
	}
	
	.home-page-bottom-left-block-container .home-no-image-row-item {
		width: 100%;
		padding: 10px;
	}
	
}

@media only screen and (max-width: 620px) {
	
	.top-ad-banner-wrap {
		/*flex-wrap: wrap;*/
	}
	
	.top-add-banner-content {
		padding: 0;
	}
	
	.top-add-banner-content:first-child {
		padding: 0 0 20px;
	}
	
	.custom-logo-link {
		max-width: 100%;
	}
	
	.footer-credits {
		text-align: center;
		width: 100%;
		margin-top: 10px;
		order: 2;
	}
	
	.nav-footer {
		text-align: center;
		width: 100%;
		margin-top: 10px;
		order: 1;
	}
	
	.nav-footer .wrap {
		justify-content: center;
	}
	
	.related-post {
		width: calc(50% - 20px);
	}
	
	.related-post:nth-of-type(3) {
		border-right: 1px solid #d5d5d5;
		margin-right: 20px;
		padding-right: 20px;
		margin-top: 20px;
	}
	
	.related-post:nth-of-type(2),
	.related-post:nth-of-type(4) {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
	}
	
}

@media only screen and (max-width: 485px) {
	
	.single-post .entry-title {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.home .content {
		width: 100%;
		padding: 0;
	}
	
	.content-sidebar .content {
		padding: 0 15px;
	}
	
	.content-sidebar-wrap {
		padding: 20px;
	}
	
	.single .content-sidebar-wrap {
		padding: 20px 0;
	}
	
	.home-page-left-block-container  {
		/*width: 100%;*/
		padding-right: 20px;
	}
	
	.sidebar {
		float: left;
		/*width: 100%;*/
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.home-page-sidebar-block-container {		
		border-left: 1px solid #939598;
		border-left: 1px solid #939598;
		padding-left: 20px;
		margin-bottom: 30px;
	}
	
	.home-image-row-image {
		/*height: 180px;*/
		height: 140px;
	}
	
	.home-image-row-image-2 {
		/*height: 180px;*/
		height: 140px;
	}
	
	.archive-post-item-img {
		width: 100%;
		padding-bottom: 10px;
	}
	
	.archive-post-item-content-container {
		width: 100%;
		padding-left: 0;
	}
	
	.related-post {
		width: 100%;
	}
	
	.related-post:nth-of-type(1),
	.related-post:nth-of-type(2),
	.related-post:nth-of-type(3),
	.related-post:nth-of-type(4),
	.related-post:nth-of-type(5) {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		margin-top: 20px;
	}
		.below-menu-ad-banner-container .widget ul li {
		/*padding: 0 10px;*/
		margin-right: 5px !important;
		margin-left: 5px !important;
	}
		.top-ad-banner-container .widget ul li {
		/*padding: 0 10px;*/
		margin-right: 5px !important;
		margin-left: 5px !important;
	}
}



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

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
