/*
	Theme Name: The Squamish Reporter
	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
*/


/* 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: 21.5px;
	font-size: 2.15rem;
}

body > div {
	font-size: 21.5px;
	font-size: 2.15rem;
}

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

body {
	background-color: #a5a5a5;
	color: #000;
	font-family: 'PT Serif', serif;
	font-size: 21.5px;
	font-size: 2.15rem;
	line-height: 1.4;
	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: #005387;
	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;
    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 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 {
	float: left;
    width: calc(100% - 260px);
	padding-right: 40px;
}

.full-width-content .content{
	float: none;
	min-height: 800px;
	margin-left: auto;
	margin-right: auto;
	width:100%;
}

.landing-page .content {
	float: none;
	min-height: 800px;
	margin-left: auto;
	margin-right: auto;
}

#menu-top-bar-menu a {
	color: #fff;
	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 #fff;
}

#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: 12px 20px;
}

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

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

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

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

.header-date-container:after {
	content: '';
	position: absolute;
	background-image: url(/wp-content/themes/squamishreporter/images/border-line-date.png);
	background-repeat: repeat-x;
	background-size: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 14px;
}

.header-date-container .wrap {
    height: 14px;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

.header-date {
	position: relative;
	float: left;
	background-color: #D80621;
	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;
} 

.header-date-tagline {
	background-color: #e8e5e5;
    font-family: 'Bitter', serif;
    color: #be1301;
	position: relative;
    font-size: 20px;
    font-size: 2rem;
	line-height: 1;
    font-weight: 400;
    padding: 0 10px;
	float: right;
    z-index: 1;
	margin-top: -3px;
	display:none;
}

.home-page-graphic-gallery-block-container,
.home-page-health-block-container:before {
	/*display: none;*/
}

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

.sidebar {
	position: relative;
    float: left;
    width: 260px;
    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: #D80621;
    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: 30px;
}

.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: #f8f7f7;
	float: left;
	width: 100%;
}

/* 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: 'Noto Serif', serif;
	color: #414141;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
}

#menu-primary-menu > li > a:after {
content: '';
    display: block;
    margin: 4px 0 0 0;
    height: 4px;
    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: #D80621;
	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 */

.mks_ads_widget .small li, 
.mks_ads_widget ul.custom li, 
.mks_adswidget_ul.small li, 
.mks_adswidget_ul.custom li {
    margin-right: 0!important;
}

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

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

.top-ad-banner-wrap {
	display: flex;
	padding: 20px 20px;
}

.top-ad-banner-container .widget ul li {
    padding: 0 10px;
}

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

.below-menu-ad-banner-wrap {
	position: relative;
	display: flex;
	padding: 0 20px 30px;
	margin-bottom: 30px;
}

.below-menu-ad-banner-wrap:after {
	content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 60px);
    background: #939598;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.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 {
	display: flex;
	float: left;
	width: 100%;
	padding: 0 30px;
}

/* archive post page */

/* Category featured articles */

h1.category-title {
    font-family: 'Bitter', serif;
    color: #ed1c24;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h1.category-title:before {
	content: '';
	display: inline-block;
    background-image: url(/wp-content/themes/squamishreporter/images/cat-header.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    width: 21px;
    height: 19px;
	margin-right: 15px;
}

h1.category-title:after {
	content: '';
	display: inline-block;
    background-image: url(/wp-content/themes/squamishreporter/images/cat-header.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    width: 21px;
    height: 19px;
	margin-left: 15px;
}

.featured-category-article-container {
	position: relative;
    display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #939598;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

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

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

.featured-category-featured-article-block {
	order: 1;
	width: 66.67%;
	border-left: 1px solid #939598;
	padding-left: 20px;
}

h3.main-featured-cat-article-title {
	font-family: 'Bitter', serif;
    color: #005387;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.featured-cat-article-title {
	font-family: 'Scope One', serif;
    color: #231f20;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 0;
}

.featured-category-article-block-article-1 {
	border-bottom: 1px solid #939598;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.featured-category-article-block-article-1 .featured-category-article-image {
	margin-bottom: 20px;
}

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

.archive-description {
	display: none;
}
 
.archive-post-item-wrap {
	position: relative;
	float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	border-top: 1px solid #939598;
    padding-top: 20px;
    margin-top: 20px;
}

.archive-post-item-wrap:first-of-type {
	border-top: none;
    padding-top: 0;
    margin-top: 0;
}

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

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

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

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

.cat-page-content-container .body-ad-banner-container {
	border-top: 1px solid #939598;
    padding-top: 20px;
    margin-top: 20px;
	border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.cat-page-content-container .body-ad-2-banner-container {
    border-top: 1px solid #939598;
    padding-top: 20px;
    margin-top: 20px;
	border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

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

.page-nav-link {
	float: left;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.page-nav-link a {
	color: #000000;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 800;
	font-size: 19px;
	font-size: 1.9rem;
	text-transform: uppercase;
}

/* single post */

.single-post .entry-title {
	float: left;
	width: 100%;
	color: #000000;
	font-family: 'Aleo', serif;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.post-header-img-wrap {
	float: left;
    width: 50%;
	padding: 0 20px 5px 0;
}

.full-post-header-width .post-header-img-wrap {
	float: left;
    width: 100%;
	padding: 0 0 20px 0;
}

.post-header-img-wrap img {
    margin-top: 5px;
}

.half-post-header-width .post-header-img-wrap img {
	height: 260px;
}

.single-post .entry-meta {
	position: relative;
	width: 50%;
	float: left;
	margin-bottom: 20px;
}

.full-post-header-width .entry-meta {
    width: 100%;
}

.single-post .full-width-container .entry-meta {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.single-post .blog-author {
    float: left;
	width: 100%;
    color: #000000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.single-post .blog-date {
	float: left;
    color: #000000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
	border-bottom: 2px solid #000;
}

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

.add-to-any-footer h3 {
	color: #ff0000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    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%;
}

.recent-post-container {
	float: left;
    width: 100%;
	border-bottom: 1px solid #939598;
    margin-bottom: 20px;
	margin-top: 20px;
}

.recent-post-wrap {
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.recent-post-item {
	min-width: 180px;
    max-width: 210px;
}

.recent-post-title {
	color: #005baa;
    font-family: 'PT Serif', serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
	float: left;
}

.single .body-ad-2-banner-container {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

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

.comment-policy {
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
    font-size: 1.5rem;
    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;
}

.related-posts-container {
	position: relative;
    float: left;
    width: 100%;
}

.related-posts-wrap {
	position: relative;
    float: left;
    width: 100%;
    height: 55px;
    padding: 0 30px;
}

.related-posts-wrap:before {
	content: '';
    position: absolute;
    height: 8px;
	width: calc(100% - 60px);
    background: #005387;
    top: 0;
}

.related-posts-wrap:after {
	content: '';
    position: absolute;
    background-image: url(/wp-content/themes/squamishreporter/images/border-line-3.png);
    background-repeat: repeat-x;
    background-size: auto;
    width: calc(100% - 60px);
    bottom: 0;
    height: 8px;
}

.related-posts-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	float: left;
	padding: 20px;
}

.related-posts-heading {
	color: #fdc661;
    font-family: 'Bitter', serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 9px;
}

.related-post {
	width: 33.33%;
	min-width: 180px;
	padding: 10px;
}

.related-image {
	float: left;
    width: 100%;
    margin-bottom: 10px;
}

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

.related-post-title {
	color: #231f20;
    font-family: 'Scope One', serif;
    font-size: 25px;
    font-size: 2.5rem;
	font-weight: 600;
    line-height: 1.2;
}

/* 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: 30px;
}

.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-top-left-block-container {
	float: left;
	width: calc(100% - 260px);
    padding-right: 40px;
}

.home-page-sidebar-block-container {
	position: relative;
    float: left;
    width: 260px;
    border-left: 1px solid #939598;
    padding-left: 20px;
    margin-bottom: 30px;
}

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

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

.cat-link {
	position: absolute;
    color: #ed1c24;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    bottom: 7px;
    right: 0;
}

.cat-link-b {
/* 	position: absolute; */
    color: #ed1c24;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    bottom: 7px;
    right: 0;
}

.home-image-row-image img {
	max-height: 200px;
}

.home-page-squamish-block-container .cat-link {
	bottom: 40px
}

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

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

.home-page-squamish-block-container {
	position: relative;
    float: left;
}

.underline-heading.home-category-name-container:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/themes/squamishreporter/images/border-line-3.png);
    background-repeat: repeat-x;
    background-size: auto;
    width: 100%;
    height: 100%;
}

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

.squamish-featured-content-container {
	width: calc(100% - 220px);
	padding-right: 20px;
	border-right: 1px solid #939598;
}

.squamish-featured-image {
	width: 100%;
}

.squamish-featured-image img {
	height: 380px;
}

.squamish-featured-content-wrap {
	float: left;
}

.home-page-featured-article-title {
	font-family: 'Bitter', serif;
    color: #005387;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.featured-category-name {
	color: #fdc661;
    font-family: 'Bitter', serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
}

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

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

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

.home-category-name {
	color: #fdc661;
	font-family: 'Bitter', serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

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

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

.home-category-name-container {
	position: relative;
}

.squmaish-bottom-row-container {
	width: 100%;
	display: flex;
    flex-direction: row;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #939598;
	border-bottom: 1px solid #939598;
	margin-bottom: 30px;
}

.squmaish-bottom-row-item.item-4 .squmaish-bottom-row-content-container,
.squmaish-bottom-row-item.item-4 .squmaish-bottom-row-image {
	width: 50%;
}

.squmaish-bottom-row-item.item-4 .squmaish-bottom-row-content-container {
	padding-right: 20px;
}

.squmaish-bottom-row-item.item-4 .squmaish-bottom-row-image img {
	height: 130px;
}

.squmaish-bottom-row-item.item-4 {
	width: 66.67%;
	border-right: 1px solid #939598;
	display: flex;
	flex-direction: row;
	padding-right: 20px;
}

.squmaish-bottom-row-item.item-4 .home-page-article-title {
    font-weight: 400;
}

.squmaish-bottom-row-item.item-5 {
	width: 33.33%;
	padding-left: 20px;
}

.squmaish-bottom-row-item.item-5 .home-page-article-title {
	font-family: 'Bitter', serif;
    font-weight: 700;
}

.squmaish-bottom-row-item {
	width: 50%;
}

.home-page-article-title {
	font-family: 'Scope One', serif;
    color: #231f20;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
}

.squamish-middle-row-content-wrap .home-page-article-title {
	font-family: 'Bitter', serif;
    font-weight: 700;
}

.squamish-middle-row-container {
	background-color: #d1e0e7;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #939598;
	border-bottom:  1px solid #939598;
	padding: 20px 0;
	margin-bottom: 30px;
}

.squamish-middle-row-container .squamish-middle-row-item {
	width: 33.33%;
	border-left: 1px solid #939598;
	padding: 0 20px;
}

.squamish-middle-row-container .squamish-middle-row-item:first-of-type {
	border-left: none;
}

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

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

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

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

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

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

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

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

.squamish-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: 20px;
}

.featured-sidebar-wrap {
	height: 100%;
}

.featured-sidebar-wrap .home-category-name {
	margin-bottom: 10px;
}

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

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

.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: 'Scope One', serif;
    color: #231f20;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 300;
	margin-bottom: 0;
}

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

.featured-sidebar-image img {
	height: 150px;
}

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

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

.body-ad-banner-container {
	border-top: 1px solid #939598;
	border-bottom: 1px solid #939598;
	padding-top: 20px;
	padding-bottom: 20px;
    margin-bottom: 20px;
}

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

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

.home-page-category-article-title {
    font-family: 'Bitter', serif;
    color: #005387;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0;
}

.home-page-category-bold-title {
    font-family: 'Bitter', serif;
    color: #231f20;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 0;
}

.home-page-category-reg-title {
    font-family: 'Aleo', serif;
    color: #231f20;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
}

.sea-to-sky-row-container {
	display: flex;
    flex-wrap: wrap;
	border-bottom: 1px solid #939598;
    padding-top: 20px;
    padding-bottom: 30px;
/*     margin-bottom: 30px; */
}

.sea-to-sky-row-left-container {
	width: 50%;
	border-bottom: 1px solid #939598;
/* 	padding-right: 20px; */
	padding: 20px 10px 10px 10px;
}

.sea-to-sky-row-right-container {
	width: 50%;
	padding-left: 20px;
}

.sea-to-sky-row-featured-item {
	border-bottom: 1px solid #939598;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.home-image-row-image {
	margin-bottom: 20px;
}

.home-no-image-row-item {
	border-bottom: 1px solid #939598;
	padding-bottom: 20px;
	margin-bottom: 20px;
	min-height: 50px;
}

.home-no-image-row-item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.below-section-ad-container {
	display: inline-flex;
}

.below-section-ad-container .widget ul li {
    padding: 0 10px;
}

.below-section-ad-container .widget {
    margin-bottom: 10px;
}

.body-ad-2-banner-container {
	border-bottom: 1px solid #939598;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.category-top-block-container {
	display: flex;
    flex-wrap: wrap;
	border-bottom: 1px solid #939598;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.category-top-block-left-container {
	width: 25%;
}

.category-top-block-middle-container {
	width: 50%;
}

.category-top-block-right-container {
	width: 25%;
}

.category-top-block-left-container {
	border-right: 1px solid #939598;
	padding-right: 20px;
}

.category-featured-image-row-item {
	display: flex;
    flex-direction: row;
	padding: 0 20px;
}

.category-featured-row-image {
	width: 60%;
}

.category-featured-row-image img {
	height: 180px;
}

.category-featured-row-content-container {
	width: 40%;
	padding-left: 20px;
}

.category-featured-article-title {
	font-family: 'Bitter', serif;
    color: #005387;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.category-top-block-right-container {
	border-left: 1px solid #939598;
	padding-left: 20px;
}

.category-top-row-item:first-of-type {
	border-bottom: 1px solid #939598;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.category-bottom-block-container {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #939598;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.category-bottom-image-row-item {
	width: 50%;
	display: flex;
	flex-direction: row;
}

.category-bottom-image-row-item:first-of-type {
	border-right: 1px solid #939598;
	padding-right: 20px;
}

.category-bottom-image-row-item:last-of-type {
	padding-left: 20px;
}

.category-bottom-row-image {
	width: 50%;
}

.category-bottom-row-image img {
	height: 130px;
}

.category-bottom-row-content-container {
	width: 50%;
	padding-left: 20px;
}

/* 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/squamishreporter/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/squamishreporter/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;
	float: left;
    width: 100%;
    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;
}

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

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

/* Paywall Styling */

.subscription-options-title {
	display: none;
}

.leaky_paywall_message_wrap {
	position: absolute;
    left: 0;
    background-color: #fff;
    padding: 40px;
    right: 0;
    top: 20%;
	-webkit-box-shadow: 0px 4px 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 20px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 20px -5px rgba(0,0,0,0.75);
	z-index: 9999;
	display: none;
}

.leaky_paywall_message_wrap h2,
.leaky_paywall_message_wrap h3 {
	color: #990000;
}

.leaky_paywall_message_wrap a {
	color: #990000;
	text-decoration: underline;
}

.paywall_button_hide {
    /*position: absolute;
    top: 30px;
    right: 30px;*/
}

.leaky-paywall-profile-subscription-details th,
.leaky-paywall-profile-subscription-details td {
	font-size: 16px;
	font-size: 1.6rem;
}

.leaky-paywall-profile-subscription-details th {
	font-weight: 600;
}

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

.header-login a {
	color: #414141;
	font-size: 16px;
    font-size: 1.6rem;
    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 {
	background-color: #fff;
	width: 100%;
	padding: 10px 30px
}

.footer-widgets ul#menu-top-bar-menu-1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.footer-widgets .widget,
.footer-widgets .widget ul > li {
    margin-bottom: 0;
}

.footer-widgets .menu a {
	float: left;
	color: #939598;
	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 #939598;
}

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


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

.site-footer {
	background-color: #D80621;
	color: #fff;
	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;
}

.left-footer-block {
	display: flex;
    flex-direction: column;
	width: 50%;
}

.left-footer-block a {
	color: #fff;
    font-weight: 600;
    font-size: 20px;
	font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

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

/* back to top */

.to-top {
	
}

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

	}

	/* 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: #D80621;
		padding: 0;
		border-top: 1px solid #c6b8b8;
		border-bottom: 1px solid #c6b8b8;
	}

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

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

	.nav-primary {
		float: left;
		width: 100%;
		border-bottom: 1px solid #c6b8b8;
		background-color:#333;
	}
	
	.nav-primary .genesis-nav-menu li {
		padding-top: 10px;
	}
	
	.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;
		color: #fff !important;
	}
	
	.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
	--------------------------------------------- */


}

@media only screen and (max-width: 1140px) {
	
	/* Force table to not be like tables anymore */
	
	table.leaky-paywall-profile-subscription-details {
		display: inline-block;
	}
	
	.leaky-paywall-profile-subscription-details thead, 
	.leaky-paywall-profile-subscription-detailstbody, 
	.leaky-paywall-profile-subscription-details th, 
	.leaky-paywall-profile-subscription-details td, 
	.leaky-paywall-profile-subscription-details tr { 
		display: inline-block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.leaky-paywall-profile-subscription-details thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.leaky-paywall-profile-subscription-details tr { 
		border: 1px solid #ccc; 
	}
	
	.leaky-paywall-profile-subscription-details th {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.leaky-paywall-profile-subscription-details td { 
		/* Behave  like a "row" */
		font-size: 16px;
		font-size: 1.6rem;
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.leaky-paywall-profile-subscription-details td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.leaky-paywall-profile-subscription-details td:nth-of-type(1):before { content: "Have Access"; }
	.leaky-paywall-profile-subscription-details td:nth-of-type(2):before { content: "Status"; }
	.leaky-paywall-profile-subscription-details td:nth-of-type(3):before { content: "Type"; }
	.leaky-paywall-profile-subscription-details td:nth-of-type(4):before { content: "Payment Method"; }
	.leaky-paywall-profile-subscription-details td:nth-of-type(5):before { content: "Expiration"; }
	/*td:nth-of-type(6):before { content: "Secret Alias"; }
	td:nth-of-type(7):before { content: "Date of Birth"; }
	td:nth-of-type(8):before { content: "Dream Vacation City"; }
	td:nth-of-type(9):before { content: "GPA"; }
	td:nth-of-type(10):before { content: "Arbitrary Data"; }*/

}

@media only screen and (max-width: 959px) {
	
	.header-login {
		position: relative;
		right: 0;
		top: 0;
		justify-content: center;
		padding-top: 10px;
	}
	
	.header-date-container {
		margin-bottom: 10px;
	}
	
	#menu-primary-menu {
		padding-bottom: 30px
	}
	
	#menu-primary-menu li {
		width: 100%;
	}
	
	#menu-primary-menu li a {
		float: left;
	}
	
	#menu-item-38349
	{
		margin-bottom:5px;
	}
	
	#header-menu-search {
		margin-left: 0;
		margin-bottom: 0;
	}
	
	#header-menu-search .search-form {
		float: left;
	}

}

@media only screen and (max-width: 860px) {
	
	.squamish-featured-content-container {
		width: 100%;
		padding-right: 0;
		border-right: none;
	}
	
	.home-page-top-left-block-container {
		padding-right: 20px;
	}
	
	.home-page-featured-sidebar-block-container {
		width: 100%;
		float: left;
		padding-left: 0;
		padding-top: 20px;
	}
	
	.home-category-name-container {
		padding-bottom: 20px;
	}
	
	.featured-sidebar-container {
		display: flex;
		flex-wrap: wrap;
	}
	
	.featured-sidebar-image {
		flex: 1;
		padding-right: 20px;
		margin-bottom: 0;
	}
	
	.featured-sidebar-content-container {
		flex: 1;
	}
	
	.squamish-middle-row-container .squamish-middle-row-item:first-of-type {
		border-top: none;
	}
	
	.squamish-middle-row-container .squamish-middle-row-item {
		width: 100%;
		border-left: none;
		border-top: 1px solid #939598;
		padding: 20px;
	}
	
	.content-sidebar .content {
		padding-right: 20px;
	}
	
	.featured-category-featured-article-block {
		order: 0;
		width: 100%;
		border-left: none;
		padding-left: 0;
		border-bottom: 1px solid #939598;
		padding-bottom: 20px;
	}
	
	.featured-category-article-block-1 {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding-top: 20px;
		padding-right: 0;
	}
	
	.featured-category-article-block-article-1 {
		width: 50%;
		border-bottom: none;
		padding-bottom: 20px;
		margin-bottom: 0;
		border-right: 1px solid #939598;
		padding-right: 20px;
	}
	
	.featured-category-article-block-article-2 {
		width: 50%;
		padding-left: 20px;
	}
	
	
}

@media only screen and (max-width: 820px) {
	
	.squmaish-bottom-row-container {
		flex-wrap: wrap;
	}
	
	.squmaish-bottom-row-item.item-4 {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #939598;
		padding-right: 0;
		padding-bottom: 20px;
	}
	
	.squmaish-bottom-row-item.item-5 {
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
	}
	
	.sea-to-sky-row-featured-item {
		/*display: flex;*/
	}
	
	.home-image-row-image {
		flex: 1;
		margin-bottom: 0;
		padding-right: 20px;
	}
	
	.home-image-row-content-container {
		flex: 1;
	}
	
	.home-image-row-image img {
		max-height: 150px;
	}
		
	.sea-to-sky-row-left-container {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #939598;
		padding-bottom: 20px;
		padding-right: 0;
	}
	
	.sea-to-sky-row-right-container {
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
	}
	
	.category-top-block-middle-container {
		width: 100%;
		border-bottom: 1px solid #939598;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.category-top-block-container {
		padding-top: 10px;
	}
	
	.category-featured-image-row-item {
		padding: 0;
	}
	
	.category-featured-row-image {
		width: 50%;
	}
	
	.category-featured-row-content-container {
		width: 50%;
	}
		
	.category-top-block-left-container {
		order: 1;
		width: 50%;
		border-right: none;
		padding-right: 20px;
	}
	
	.category-top-block-right-container {
		order: 1;
		width: 50%;
		border-left: 1px solid #939598;
		padding-left: 20px;
	}
	
	.squamish-featured-container {
		padding-bottom: 20px;
	}
	
	.squamish-middle-row-container {
		margin-bottom: 20px;
	}
	
	.body-ad-banner-container {
		padding-bottom: 20px;
	}
	
	.squmaish-bottom-row-container {
		padding: 20px 0;
	}
	
	.squmaish-bottom-row-container {
		margin-bottom: 20px;
	}
	
	.sea-to-sky-row-container {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.below-section-ad-container {
		display:inline;
	}
	
	.below-section-ad-container .widget ul li {
    padding: 0 0;
	}
	
	.body-ad-2-banner-container {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.home-page-squamish-block-container .cat-link {
		bottom: 20px;
	}
	
	.cat-link {
		bottom: 0px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.title-area {
		flex-direction: column;
	}
	
	.after-logo a img {
		width: 30px;
	}
	
	.content-sidebar-wrap {
		padding: 0 20px;
	}
	
	.top-ad-banner-wrap {
		padding: 10px;
	}
	
	.below-menu-ad-banner-wrap {
		padding: 0 10px 20px;
		margin-bottom: 20px;
	}
	
	.title-area {
		padding: 20px;
	}
	
}

@media only screen and (max-width: 680px) {
	
	.title-area {
		padding: 20px 20px 10px;
	}
	
	.header-date-container {
		float: left;
		width: 100%;
		padding-right: 40px;
	}
	
	.header-date-container:after {
		display: none;
	}
	
	.header-date-tagline {
		width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 10px 0;
	}
	
	.menu-toggle {
		margin-right: 20px;
		margin-top: -60px;
	}
	
	.squamish-featured-image img {
		height: 200px;
	}
	
	.featured-sidebar-container {
		flex-direction: column;
	}
	
	.featured-sidebar-image {
		padding-right: 0;
		margin-bottom: 20px;
	}
	
	.squmaish-bottom-row-item.item-4 {
		flex-wrap: wrap;
	}
	
	.squmaish-bottom-row-item.item-4 .squmaish-bottom-row-content-container, 
	.squmaish-bottom-row-item.item-4 .squmaish-bottom-row-image {
		width: 100%;
	}
	
	.squmaish-bottom-row-item.item-4 .squmaish-bottom-row-content-container {
		padding-top: 20px;
		padding-right: 0;
		order: 1;
	}
	
	.category-bottom-image-row-item {
		flex-direction: column;
	}
	
	.category-bottom-row-image {
		width: 100%;
	}
	
	.category-bottom-row-content-container {
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
	}
	
	.featured-category-featured-article-image img {
		height: 200px;
	}
	
	.featured-category-article-block-article-1 {
		width: 100%;
		border-bottom: 1px solid #939598;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-right: none;
		padding-right: 0;
	}
	
	.featured-category-article-block-article-1 .featured-category-article-image img {
		height: 200px;
	}
	
	.featured-category-article-block-article-2 {
		width: 100%;
		padding-left: 0;
	}
	
	.archive-post-item-img {
		width: 100%;
		padding-bottom: 20px;
	}
	
	.archive-post-item-content-container {
		width: 100%;
		padding-left: 0;
	}
	
	.post-header-img-wrap {
		float: left;
		width: 100%;
		padding: 0 0 20px;
	}
	
	.single-post .entry-meta {
		width: 100%;
	}
	
	.comment-respond input[type="email"], 
	.comment-respond input[type="text"], 
	.comment-respond input[type="url"] {
		width: 100%;
	}
	
	.related-post {
		width: 50%;
	}
	
	.paywall_button_hide {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 20px;
	}
	
}

@media only screen and (max-width: 480px) {
	
	.home-page-top-left-block-container {
		width: calc(100% - 130px);
	}
	
	.home-page-sidebar-block-container {
		width: 130px;
	}
	
	.content-sidebar .content {
		width: calc(100% - 130px);
	}
	
	.sidebar {
		width: 130px;
	}
	
	.home-page-featured-article-title {
		font-size: 24px;
		font-size: 2.4rem;
	}
	h3.main-featured-cat-article-title {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.single-post .entry-title {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.home-page-category-article-title {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.home-page-category-bold-title {
		font-size: 20px;
		font-size: 2.0rem;
	}

}

@media only screen and (max-width: 413px) {
	
	.category-featured-image-row-item {
		flex-direction: column;
	}
	
	.category-featured-row-image {
		width: 100%;
		padding-bottom: 20px;
	}
	
	.category-featured-row-content-container {
		width: 100%;
		padding-left: 0;
	}
	
	.category-bottom-image-row-item {
		width: 100%;
		flex-direction: column;
	}
	
	.category-bottom-image-row-item:first-of-type {
		border-right: none;
		border-bottom: 1px solid #939598;
		padding-right: 0;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.category-bottom-image-row-item:last-of-type {
		padding-left: 0;
	}
	
	.related-post {
		width: 100%;
	}
	
}

@media only screen and (max-width: 320px) {
	
	.top-ad-banner-wrap,
	.below-menu-ad-banner-wrap {
		flex-wrap: wrap;
	}
	
	.top-ad-banner-wrap section:first-of-type,
	.below-menu-ad-banner-wrap section:first-of-type {
		margin-bottom: 10px;
	}
	
	.home-page-top-block-container {
		flex-wrap: wrap;
	}
	
	.home-page-top-left-block-container {
		width: 100%;
		border-left: none;
		padding-right: 0;
	}
	
	.home-page-sidebar-block-container {
		width: 100%;
		padding-left: 0;
		border-left: none;
		text-align: center;
	}
	
	.content-sidebar-wrap {
		flex-wrap: wrap;
	}
	
	.content-sidebar .content {
		width: 100%;
		padding-right: 0;
	}
	
	.sidebar {
		width: 100%;
		border-left: none;
		padding-left: 0;
		text-align: center;
	}

}




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

}
