/*
	Theme Name: Weedhub
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: RankHigher
	Author URI: https://www.rankhigher.ca/

	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

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

	Text Domain: genesis-sample
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 768px
- Print Styles
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[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-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	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
--------------------------------------------- */

body {
	background-color: #fff;
	color: #555555;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #8dc700;
	text-decoration: underline;
}

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

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

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

li {
	list-style-type: none;
}

ol li {
	list-style-type: inherit;
}

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

b,
strong {
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serifs;
}

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

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

blockquote {
	margin: 40px;
}

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: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h1 {
	font-size: 2em;
}

h1 span,
h2 span  {
	font-weight:100;
}

h2 {
	font-size: 2.25em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

dd {
	margin-left: 0;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 1em;
	font-weight: 400;
	padding: 16px;
	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: 1em;
	font-weight: 700;
	padding: 16px 24px;
	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: #8dc700;
	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 #eee;
}

td,
th {
	text-align: left;
}

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

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

td:first-child,
th:first-child {
	padding-left: 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,
.genesis-nav-menu .search input[type="submit"]: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;
}


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

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
}

.wrap {
	max-width: 1024px;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}

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

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

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

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

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

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	background-color: #fff;
	font-size: 1em;
	margin-bottom: 1px;
	padding: 12px 30px 12px 10px;
	max-width: 1024px;
	margin: 0 auto;
}

.breadcrumb a {
	text-decoration: none;
}

.after-entry,
.archive-description,
.author-box,
.feeds {
	background-color: #fff;
	font-size: 1em;
	margin: 80px 2% 40px 2%;
}

.feeds h2 {
	font-size: 1em;
}

.feeds blockquote {
	margin:15px;
}

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

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

.search-form {
	overflow: hidden;
}

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

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

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

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 1.2em;
}

.entry-title {
	font-size: 1.2em;
	font-weight: 300;
}

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

.entry-title a:focus,
.entry-title a:hover {
	color: #8dc700;
}

.widget-title {
	font-size: 1em;
	margin-bottom: 20px;
}

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

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 24px;
}

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 0.8em;
	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 28px;
}


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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

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

.widget ul > li {
	margin-bottom: 10px;
	padding-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 {
	background: none;
	padding: 0;
}

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

.featured-content .entry-title {
	font-size: 1.2em;
}


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

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

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #8dc700;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #333;
}

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

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

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

/* ## Superfly Menu
--------------------------------------------- */

/* ## Higher Learning Tab ## */
#sfm-sidebar .sfm-menu-level-0 .sfm-menu-item-60 a:before,
#sfm-sidebar .sfm-menu-item-60 ul.sfm-menu-level-1,
#sfm-sidebar .sfm-view-level-1 .sfm-current-60,
#sfm-sidebar .sfm-current-60 ul.sfm-menu-level-1,
li.sfm-menu-item-60.sfm-has-child-menu.sfm-submenu-visible {
	background:#9f0e89!important;
	color:#fff!important
}

/* ## Health Tab ## */
#sfm-sidebar .sfm-menu-level-0 .sfm-menu-item-61 a:before,
#sfm-sidebar .sfm-menu-item-61 ul.sfm-menu-level-1,
#sfm-sidebar .sfm-view-level-1 .sfm-current-61,
#sfm-sidebar .sfm-current-61 ul.sfm-menu-level-1,
li.sfm-menu-item-61.sfm-has-child-menu.sfm-submenu-visible  {
	background:#0283a8!important;
	color:#fff!important
}

/* ## Access Tab ## */
#sfm-sidebar .sfm-menu-level-0 .sfm-menu-item-62 a:before,
#sfm-sidebar .sfm-menu-item-62 ul.sfm-menu-level-1,
#sfm-sidebar .sfm-view-level-1 .sfm-current-62,
#sfm-sidebar .sfm-current-62 ul.sfm-menu-level-1,
li.sfm-menu-item-62.sfm-has-child-menu.sfm-submenu-visible  {
	background:#8dc700!important;
	color:#fff!important
}

/* ## Oh Canada Tab ## */
#sfm-sidebar .sfm-menu-level-0 .sfm-menu-item-63 a:before,
#sfm-sidebar .sfm-menu-item-63 ul.sfm-menu-level-1,
#sfm-sidebar .sfm-view-level-1 .sfm-current-63,
#sfm-sidebar .sfm-current-63 ul.sfm-menu-level-1,
li.sfm-menu-item-63.sfm-has-child-menu.sfm-submenu-visible  {
	background:#ed8400!important;
	color:#fff!important
}

#sfm-sidebar .sfm-menu li>a:before {
	transition: 0s!important;
}

#sfm-sidebar .sfm-view {
	transition-delay: 0s!important;
	transition: 0s!important;
}

.sfm-sidebar-bg {
	transform:0s cubic-bezier(.215,.061,.355,1) 0s,background 0s cubic-bezier(.215,.061,.355,1),opacity 0s cubic-bezier(.215,.061,.355,1);
	transition-delay: 0s;
}

#sfm-sidebar .sfm-menu-level-0 li.sfm-submenu-visible:hover a,
#sfm-sidebar .sfm-menu-level-0 li.sfm-submenu-visible:hover .sfm-sm-indicator i {
    color: #fff;
}

#sfm-sidebar .sfm-menu-level-1 li:hover,
#sfm-sidebar .sfm-menu-level-1 li:hover a {
	color:#000!important;
}

#sfm-sidebar .sfm-view-level-1 .sfm-menu a:before, #sfm-sidebar .sfm-view-level-1 .sfm-menu .sfm-active-item a:before {
	background:#fff!important;
}

#sfm-sidebar li.sfm-active-class > a {
	background: #000!important;
	color: #fff!important;
}

li.sfm-active-class > a .sfm-sm-indicator i {
	color: #fff!important;
}

.sfm-widget p {
    text-align: center;
}


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

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

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

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: rgba(255,255,255,0);
    transition: 3s;
}

.fixed {
	background: rgba(255,255,255,1);
	box-shadow: rgba(0,0,0,0.25) 0 2px 5px;
}

.site-header > .wrap {
	padding: 0;
	max-width: 100%;
}

.home .site-header {
	background: none;
	box-shadow: none;
}

.sfm-label-metro .sfm-navicon-button {
	background: rgba(255,255,255,0)!important;
}

.sfm-label-metro .sfm-navicon, #sfm-mob-navbar .sfm-navicon, 
.sfm-label-metro .sfm-navicon:after, #sfm-mob-navbar .sfm-navicon:after, 
.sfm-label-metro .sfm-navicon:before, #sfm-mob-navbar .sfm-navicon:before {
	background-color: #000000!important;
}

.home .sfm-label-metro .sfm-navicon, #sfm-mob-navbar .sfm-navicon, 
.home .sfm-label-metro .sfm-navicon:after, #sfm-mob-navbar .sfm-navicon:after, 
.home .sfm-label-metro .sfm-navicon:before, #sfm-mob-navbar .sfm-navicon:before,
.page-template-page_faq .sfm-label-metro .sfm-navicon, #sfm-mob-navbar .sfm-navicon, 
.page-template-page_faq .sfm-label-metro .sfm-navicon:after, #sfm-mob-navbar .sfm-navicon:after, 
.page-template-page_faq .sfm-label-metro .sfm-navicon:before, #sfm-mob-navbar .sfm-navicon:before {
	background-color: #fff!important;
}

.sfm-navicon-button {
    top: 5px!important;
}

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 220px;
	padding: 13px 10px 7px 10px;
}

.header-full-width .title-area {
	float: left;
}

.site-title {
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 0.5em;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.site-logo {
	height: 33px;
}

.site-logo img {
	max-width:200px;
	padding:10px 0 0 10px;
}

.cls-1 {
    fill: #8dc700!important;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
}


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

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

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

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* # Footer Area
---------------------------------------------------------------------------------------------------- */

.sub_footer {
	background:#000;
	padding:30px;
}

.sub_footer a {
	color: #fff;
	text-decoration: none;
	text-align:center;
}

/* ## Footer Navigation
--------------------------------------------- */

.footer_nav {
	font-weight: bold;
	margin-bottom: 20px;
}

.footer_nav a {
	margin: 0 20px 20px 0;
}

.footer_nav a:last-child {
	margin: 0 0 20px 0;
}

.footer_nav,
.footer_nav_small {
	text-align: center;
	text-transform: uppercase;
}

.footer_nav_small a:nth-child(2) {
	margin:0 10px;
	padding: 0 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}


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

/* ## Entries
--------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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: #333;
	color: #eee;
}

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

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

.entry-header .entry-meta {
	margin-bottom: 24px;
}

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

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

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

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

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 0.8em;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

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

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

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


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 1em;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


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

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 1em;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


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

.site-footer {
	background-color: #8dc700;
	font-size: 0.8em;
	line-height: 1;
	padding: 15px 0;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.site-footer strong {
	font-size:2em;
	display: block;
	padding-bottom:5px;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

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

/* # Sections
---------------------------------------------------------------------------------------------------- */

/* SECTION - Basic Section
---------------------------------------- */

.content-repeater {
	padding: 20px 0;
	overflow:hidden;
}

.basic-section {
	padding: 20px;
}

/* SECTION - Callout Section
---------------------------------------- */

.callout_box{
	background-color:#8dc700;
}

.calloutcontent{
	text-align:center;
	color:#fff;
	padding: 50px 20px;
	font-size:1em;
	line-height:48px;
	line-height: 1.6;
}

.calloutcontent strong {
	font-size:1.5em;
}

.calloutcontent strong,
.calloutcontent a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.calloutcontent p{
	margin:0;
}

.callout_download {
	margin-top: 20px;
	display: block;
}

.callout_download:before {
	font-family: FontAwesome;
	content: '\f019';
	padding-right:10px;
}

/* SECTION - Text and Image
---------------------------------------- */

.text_and_image,
.image_block,
.image_block img {
	height: 100%;
}

.text_and_image {
	display: block;
	padding: 0;
	margin: 0 auto;
}

.text_block,
.image_block {
	display: block;
	width: 100%;
}

.text_block {
	vertical-align: middle;
	padding: 50px 0;
}

.text_block .content_block {
	margin: 0 auto;
	width:100%;
	max-width: 90%;
}

.image_block {
	line-height: 0;
	text-align: center;
	padding-bottom: 50px;
	vertical-align: middle;
}

.image_block img {
    width: 100%;
    object-fit: contain;
    position: relative;
    background-attachment: fixed;
    max-width: 95%;
}

/* SECTION - Two Columns
---------------------------------------- */

.party_logo {
    max-width: 40%;
    margin-bottom: 20px;
}

.two_columns {
	padding: 20px;
}

/* SECTION - Comparison Columns
---------------------------------------- */

.comparison_column {
	background-attachment: fixed;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.grey_background {
	position: relative;
	background: #ddd;
	border-radius: 8px;
	height: 90%;
	padding: 20px;
	border: 1px solid #8dc700;
	box-shadow: 1px 1px 3px #999;
	margin:10px;
}


/* SECTION - Text and Image
---------------------------------------- */

/* SECTION - Hero Section
---------------------------------------- */

.hero_banner {
	height: 100vh;
	background-attachment: fixed;
	position: relative;
	background-position: top;
	background-repeat: no-repeat;
	display: table;
	width:100%;
	background-size: cover;
	padding: 0;
}

.hero_banner {
	background-position: 60% 40%;
    background-size: cover;
    background-attachment:inherit;
}

.hero_center {
    text-align: center;
    margin: 0 auto;
    max-width: 1024px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 10px;
}

.hero_left {
    text-align: left;
    width: 100%;
    padding:0 5px;
}

.hero_center .wrap {
	padding:0 20px;
}

/* SECTION - Half Hero Section
---------------------------------------- */

.half_hero {
	height:300px;
	background-size: cover;
	background-position: 80% 20%;
	background-attachment: inherit;
}

/* SECTION - Tab Section
---------------------------------------- */

.tabs {
  font-size: 0;
  margin: 10px 0 25px 0;
  background: #dedede;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tabs:after {
  clear: both;
  content: '';
  display: table;
}

.tabs .tab {
  display: inline;
}

.tabs .tab-label {
  background: #dedede; 
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  left: 1px;
  margin-left: -1px;
  padding: 10px; 
  position: relative;
  vertical-align: bottom;
  color: #8dc700;
}

.tabs .tab > [type="radio"] {
  clip: rect(0 0 0 0);
  height: 1px;
  opacity: 0;
  position: fixed;
  width: 1px;
  z-index: -1;
}

.tabs .tab-panel {
  display: inline;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 0;
  width: 0;
}

.tabs .tab-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: white;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #ccc;
  float: left;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}

.tabs .tab [type="radio"]:checked + .tab-label {
  background: #8dc700;
  border-bottom-width: 0;
  padding-bottom: 10px;
  z-index: 1;
  color: #fff;
}

.tabs .tab [type="radio"]:checked ~ .tab-panel {
  display: inline;
}

.tabs .tab-label:hover {
	cursor: pointer;
}

.tabs .tab > label {
    width: 100%;
}

.strain_tab li {
    text-align: center;
    display: inline-block;
    width: 32%;
    padding: 10px;
    margin: 8px 5px;
    border: 1px solid;
    box-shadow: 1px 1px 3px #ccc;
    font-weight: 400;
}

.strain_tab .hybrid {
	color: #8dc700;
}

.strain_tab .sativa {
	color: #ff504c;
}

.strain_tab .indica {
	color: #9f9f9f;
}

/* SECTION - Directory Section
---------------------------------------- */

#province-form {
	float:right;
	width:80%;
	display: inline-block;
	margin-bottom: 10px;
}

#province-form label {
	display: inline-block;
    float: left;
    width: 42px;
    margin-top: 5px;
}

.province-type-select {
	background: #ff8e00;
	color: #fff;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 5px;
	display: block;
	width:85%;
	text-align: center;
	float: right;
}

.province-type-select option {
	background: #ff8e00;
}

.listing_title {
	font-size:1.6em;
	margin-bottom:10px;
	display: block;
}

.directory_listings li {
	width: 100%;
	overflow:hidden;
	padding:10px 5px 10px 0;
	border-bottom: 1px solid #ddd;
}

.directory_listings li:first-child {
	border-top: 1px solid #ddd;
}

.province_listing {
	font-size: 0.8em;
	color: #8dc700;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

.license_type {
	font-size: 0.8em;
	line-height:1;
	display: block;
}

.directory_listings .detail_btn {
	background: #8dc700;
	float:right;
}

.directory_listings strong {
	font-size:1.1em;
	margin-bottom:5px;
	font-weight: bold;
	display: block;
	line-height:1;
	text-transform: capitalize;
}

.listing_border {
	border-left: 5px solid #8dc700;
	overflow: hidden;
	padding-left:5px;
}

.listing_phone {
	display: inline-block;
	text-align:right;
	text-decoration: none;
	color:#222;
	font-size:1.4em;
	font-weight: bold;
	float:left;
	font-family: 'Montserrat', sans-serif;
}

.content_pull {
	padding: 20px 10px;
}

.verified_icon {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}


/* # Custom Posts
---------------------------------------------------------------------------------------------------- */

.single .site-inner {
	margin-top: 70px;
}

.single .entry {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px 50px 10px;
}

/* ## Strains
--------------------------------------------- */

.single-strains .attachment-post-thumbnail {
    margin: 10px auto;
    display: block;
    width: 50%;
}

.effect_panels {
	padding: 0 10px 40px 10px;
}

.effect_panels strong {
	text-align: center;
	display: block;
	padding-bottom:15px;
	font-weight: 300;
	font-size: 1.2em;
}

.green_bar .bar div,
.green_bar .dot {
	background: #8dc700;
}

.orange_bar .bar div,
.orange_bar .dot {
	background: #ed8400;
}

.blue_bar .bar div,
.blue_bar .dot {
	background: #0283a8;
}

.purple_bar .bar div,
.purple_bar .dot {
	background: #9f0e89;
}

.effect_bar {
	overflow:hidden;
}

.bar,
.dot,
.effect_label {
	display:inline-block;
	float:right;
}

.bar {
    width: 53%;
    margin-top: 1.4px;
}

.bar div {
	padding: 5px 0;
	 border-radius: 20px;
	 margin: 4px;
	 float: right;
}

.dot {
    border-radius: 50%;
    padding: 6px;
    margin: 4px;
}

.effect_label {
	display: inline-block;
	width: 108px;
	text-transform: capitalize;
}

.effect_panels:last-child .effect_label {
	text-transform: uppercase;
}

.strain_attributes {
	float: left;
	clear: both;
}

.strain_attributes strong {
	display: block;
	font-weight:300;
	margin-top:20px;
	margin-bottom:10px;
}

.strain_attributes li {
	display:inline-block;
	padding:10px 15px; 
	border-radius:5px;
	color: #8dc700;
	border:1px solid;
	text-transform: capitalize;
}

/* ## Licensed Producers + Clinics + Dispensaries
--------------------------------------------- */

.map_container {
	height: 300px;
	border: 3px solid #8dc700;
}

.map_container iframe {
	width: 100%;
	height:100%;
}

.lp_info_line,
.clinic_info_line,
.dispensary_info_line {
	float: left;
	width: 100%;
	padding:10px 0;
}

.lp_info_line .fa,
.clinic_info_line .fa,
.dispensary_info_line .fa {
	float: left;
	font-size:30px;
	margin-right:20px;
	min-width:30px;
}

ul.directory_listings {
    max-height: 600px;
    overflow: scroll;
    width: 100%;
}

/* ## RSS Section
--------------------------------------------- */

.rss_repeater strong {
	display: block;
	font-size: 1.6em;
	padding:10px;
}

.rss_pull {
    color: #fff;
    overflow:hidden;
    padding: 10px;
    margin: 0 auto;
}

.rss_post {
    display: inline-block;
    background: #000;
    vertical-align: top;
    height: 268px;
    position:relative;
    overflow:hidden;
    margin:0;
    float:left;
    border: 2px solid #ed8400;
    color: #fff;
    text-decoration: none;
    width:100%;
}

.rss_post:hover {
	color: #fff;
	opacity:0.8;
	cursor: pointer;
}

.rss_post article {
	height: 100%;
}

.rss_post h2 {
	padding:5px;
	font-size:1.4rem;
}

.rss_post img {
	line-height:0;
	object-fit:cover;
	width: 100%;
    height: 40%;
}




/* # Templates
---------------------------------------------------------------------------------------------------- */

/* ## Steps Template
--------------------------------------------- */

.steps_content {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    padding: 0 3%;
    position: relative;
    overflow:hidden;
}

.content_block li {
    list-style-type: disc;
    margin-left:25px;
}

.step_number {
	color: #8dc700;
	font-size:6em;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	float:left;
	height: 100%;
	display: none;
	width:8%;
	line-height: 0.7;
	padding-top:30px;
	text-align: center;
}

.step_title {
	float: right;
	width: 85%;
	margin-top: 5px;
}

.steps_content .content_block {
	float:left;
	display:inline-block;
	width:100%;
	padding-left:10px;
	padding-right: 10px;
	padding-top: 20px;
}

.steps_content:nth-child(3) .content_block,
.steps_content:nth-child(3) .step_number {
    padding-top: 0;
}

.image_container {
	position:relative;
	width: 100%;
	height: 0;
}

.step_image {
	position: absolute;
    z-index: -1;
    width: 100%;
    top: -30px;
    opacity: 0.6;
}

.image_container:nth-child(2) {
	top:-200px;
}

.left {
	left: 0;
}

.right {
	right: 0;
}

.mobile_step_number {
	font-size:40px;
	color: #8dc700;
	vertical-align: middle;
	border-right: 3px solid;
    padding-right: 5px;
}

.step_intro {
	padding: 0 20px;
	margin-bottom: 40px;
}

/* ## Definitions Template
--------------------------------------------- */

.definitions_list {
	height:500px;
	overflow:scroll;
}

.definitions_list li {
	padding:5px 5px;
	border-top:1px solid #ccc;
	overflow:hidden;
}

.definitions_list li strong {
	margin-top:6px;
	display:inline-block;
}

.detail_btn {
	float: right;
	display:inline-block;
	text-decoration: none;
	color:#fff;
	background: #9f0e89;
	padding:5px 20px;
	text-transform: uppercase;
	border-radius: 5px;
	box-shadow:1px 1px 3px #ccc;
}

.definitions_tab {
	background: #fff;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

.definitions_tab .tab .tab-label {
  background: #fff; 
  color: #333;
  font-size:25px;
  letter-spacing: 3.3px;
}

.definitions_tab .tabs .tab-content {
  background: white;
  border-bottom: 0;
}

.definitions_tab .tab [type="radio"]:checked + .tab-label {
  background: #fff;
  color: #9f0e89;
  font-weight: bold;
}

.definitions_tab:after {
	content: none;
}

.back_btn_link {
	text-decoration: none;
	font-size: 22px;
}

/* ## Main Strains Template
--------------------------------------------- */
.page-id-271 {
	background: url('https://media.weedhub.ca/wp-content/uploads/2017/03/strain_bg_long.jpg');
	font-family: sans-serif;
	color:#fff;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #191D29;
}

.page-id-271 h1 {
	font-weight: bold;
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom:15px;
}

.rows {
	overflow: hidden;
}

.rows a:last-child {
	margin-bottom: 0!important;
}

.rows .end {
	margin-bottom: 0!important;
}

.hexagon_grid .strain_content {
	line-height:1.3;
	padding-top: 200px;
}

.page-id-271 .wrap {
	width:100%;
	max-width:1062px;
	margin: 0 auto;
}

.page-id-271 .site-header .wrap {
	max-width:100%;
}

.hexagon_grid {
	padding-top: 50px;
	padding-bottom:150px;
	width:82%!important;
}

.hexagon_grid .checkboxes {
	padding-bottom:100px;
	text-transform: uppercase;
}

.hexagon_grid .hexagon {
	height:128px;
	width:150px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.even .hexagon:last-child,
.odd .hexagon:last-child {
	margin-right: 0;
}


.hexagon_grid .hybrid {
	background-image:url('https://media.weedhub.ca/wp-content/uploads/2017/03/hybrid_cell.png');
	color: #8DC700;
}

.hexagon_grid .hybrid:hover {
	background-image:url('https://media.weedhub.ca/wp-content/uploads/2017/03/hybrid_cell_hover.png');
}

.hexagon_grid .indica {
	background-image:url('https://media.weedhub.ca/wp-content/uploads/2017/03/indica_cell.png');
	color: #9f9f9f;
}

.hexagon_grid .indica:hover {
	background-image:url('https://media.weedhub.ca/wp-content/uploads/2017/03/indica_cell_hover.png');
}

.hexagon_grid .sativa {
	background-image:url('https://media.weedhub.ca/wp-content/uploads/2017/03/sativa_cell.png');
	color: #ff504c;
}

.hexagon_grid .sativa:hover {
	background-image:url('https://media.weedhub.ca/wp-content/uploads/2017/03/sativa_cell_hover.png');
}

.hexagon_grid .hexagon strong {
    position: absolute;
    top:15px;
    left:42px;
    font-weight:bold;
    text-align:left;
    font-size: 12px;
}

.hexagon_grid .hexagon:hover {
	color: #fff;
}


.hexagon_grid .hexagon span {
	position:absolute;
	font-size: 12px;
	top:54px;
	left:20px;
	text-align:center;
	width:110px;
}

.odd,
.even {
	position: relative;
}

.pusher {
	background: none;
	display: none!important;
}

.hexagon_grid .hybrid,
.hexagon_grid .sativa,
.hexagon_grid .indica {
	z-index: 99;
}

.squaredTwo {
  width: 140px;
  height: 36px;
  position: relative;
  margin: 20px 30px;
  display: inline-block;
}
.squaredTwo label {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  left: 2px;
  top: 2px;
  background:#2D3540;
  border:2px solid #fff;
}
.squaredTwo label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.squaredTwo label:hover::after {
  opacity: 0;
}
.squaredTwo input[type=checkbox] {
  visibility: hidden;
}
.squaredTwo input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.squaredTwo span {
    position: absolute;
    left: 50px;
    top: -5px;
    font-size: 35px;
    color: #8DC700;
}
s
.squaredTwo:nth-child(1) span {
	color: #8DC700;
}
.squaredTwo:nth-child(2) span {
	color: #9f9f9f;
}
.squaredTwo:nth-child(3) span {
	color: #ff504c;
}

.hex_active:nth-child(even) {
    float: right;
    margin-top: -62px;
    margin-bottom: -62px;
}

.hex_active:nth-child(odd) {
    float: left;
}

.hexagon_grid {
    width: 264px!important;
}




/* ## FAQ Template
--------------------------------------------- */



/* ---- grid ---- */


/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-item {
  width: 170px;
  height: 120px;
  float: left;
  background: #222;
  border-right: 10px solid #111;
  border-bottom:10px solid #111;;
  overflow:hidden;
}

.grid-item--width2 { width: 340px; }
.grid-item--width3 { width: 510px; }
.grid-item--width4 { width: 680px; }

.grid-item--height2 { height: auto; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }


.grid-item--gigante {
  width: 340px;
  height: auto;
}

.wide.grid-item--gigante {
  width: 680px;
  height: auto;
}

.grid-item strong {
	background:#ed8400;
	display: block;
	color: #fff;
	padding:10px;
	text-transform: capitalize;
	font-size:20px;
	position:relative;
	padding: 15px;
}

.toggle_circle {
	position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translatex(-50%);
    font-size: 30px!important;
    background: #ed8400;
    border-radius: 50%;
    border: 2px solid #ed8400;
    width: 35px;
    height: 35px;
    text-align: center;  
}

.toggle_circle:before {
	vertical-align: middle;
	display: inline-block;
	transition: 0.7s;
}


.grid-item--gigante .toggle_circle:before {
	transform: rotate(45deg);
	transition: 0.7s;
	margin-left:-1px;
}

.grid-purple .toggle_circle {
	background: #9f0e89;
	border: 2px solid #9f0e89;
}

.grid-blue .toggle_circle {
	background: #0283a8;
	border: 2px solid #0283a8;
}

.grid-purple strong {
	background: #9f0e89;
}

.grid-blue strong {
	background: #0283a8;
}

.expanded_content,
.faq_attributes {
	display:none;
}

.page-template-page_faq .sfm-label-metro .sfm-navicon.black,
.page-template-page_faq .sfm-label-metro .sfm-navicon.black:before,
.page-template-page_faq .sfm-label-metro .sfm-navicon.black:after {
	background-color: #000!important;
}

.grid-item--gigante .expanded_content {
	display: block;
	padding: 10px 20px 0px 20px;
	color: #fff;
}

.grid-item--gigante .question_asker {
	display: none;
}

.grid-item--gigante .faq_attributes {
	display: inline-block;
}

.question_asker {
	font-size:18px;
	color: #fff;
	padding:10px;
	display:block;
}


.faq_attributes {
	padding:5px 10px 5px 10px;
	width:100%;
}

.faq_attributes .faq_social a {
    color: #222;
    background: #fff;
    width:30px;
    height:30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.faq_social i {
	vertical-align: sub;
}

.faq_attributes .faq_social {
    float: left;
    width: 30%;
}

.faq_attributes .full_answer {
    float: right;
}

.faq_attributes .full_answer a {
	color: #ed8400;
	font-weight: bold;
	font-size:18px;
	text-decoration: none;
	display: inline-block;
	margin-top:5px;
}

.arrow {
    margin-left: 5%;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #ed8400;
}

.grid-purple .arrow {
    border-top: 20px solid #9f0e89;
}
.grid-purple .faq_attributes .full_answer a {
	color: #9f0e89;
}

.grid-blue .arrow {
    border-top: 20px solid #0283a8;
}

.grid-blue .faq_attributes .full_answer a {
	color: #0283a8;
}

.page-id-45 .faq_container .wrap,
.page-id-45 .page_heading {
	max-width: 340px;
}





.faqcharacter {
    width: 40px;
    float: left;
    font-size: 30px;
    display: inline-block;
}

.question_container {
    float: left;
    width: 100%;
}

.answer_container {
    float: left;
    width: 100%;
}

.greenfaq {
	color: #8dc700;
}

.purplefaq {
	color: #9f0e89;
}

.faq_answer {
    float: left;
    display: inline-block;
    width: 95%;
    border-left:3px solid #9f0e89;
    padding-left: 15px;
}

.single-faq .entry-title {
    float: left;
    width: 95%;
    display: inline-block;
    border-left:3px solid #8dc700;
    padding-left: 15px;
    padding-bottom: 20px;
    text-transform: capitalize;
    font-weight: bold;
}

.single-faq .back_btn_link {
	margin-left: 10px;
	display: inline-block;
	margin-top:20px;
	float: left;
}

/* # Home Page
---------------------------------------------------------------------------------------------------- */

/* ## Full Page Parallax
--------------------------------------------- */


.fp-bg{
	background-size: cover;
}
#section1 .fp-bg{
	background-image: url('https://media.weedhub.ca/wp-content/uploads/2017/09/canadian-vape.jpg');
	background-position: center 80%;
}

#section2 .fp-bg{
	background-image: url('https://media.weedhub.ca/wp-content/uploads/2017/03/marijuana_plant_in_field.jpg');
	background-position: center 60%;
}

#section3 .fp-bg{
	background-image: url('https://media.weedhub.ca/wp-content/uploads/2017/03/marijuana_jar_at_clinic.jpg');
	background-position: 50% 65%;
}

#section4 .fp-bg{
	background-image: url('https://media.weedhub.ca/wp-content/uploads/2017/03/chair_on_deck_by_water.jpg');
}

.intro {
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:50px;
	max-width:100%;
}

.intro h1,
.intro h2,
.intro strong {
	line-height:0.8;
	font-size: 30px;
}

.intro h1 span, 
.intro h2 span,
.intro strong span {
	font-size: 30px;
    letter-spacing: 7.4px;
    font-weight:100;
}

.fp-tableCell {
	vertical-align: bottom!important;
}

h1.smallh1 {
    font-size: 18px!important;
    font-weight: 100;
    text-transform: capitalize;
    line-height: 1.3!important;
}

.intro a {
    color: #fff;
    text-decoration: none;
}


/* # Custom
---------------------------------------------------------------------------------------------------- */

.listing_post .attachment-post-thumbnail {
	max-width: 200px;
}

.listing_post li {
    list-style-type: disc;
}

.listing_post ul {
    margin-bottom: 20px;
}

.hidden {
  display: none;
}

.page_heading {
    margin: 50px auto 0 auto;
    width: 100%;
    max-width: 1024px;
    padding: 20px;
}

.page_heading h1,
.page_heading strong {
	font-size:2em;
	margin-bottom: 10px;
	line-height:1;
	display: block;
}

.greensvg {
	fill: #8dc700;
	max-width: 200px;
}

.bluesvg {
	fill: #0283a8;
	max-width: 200px;
}

.bluesvg .cls-1,
.greensvg .cls-1 {
	fill: #fff!important;
}

.info_link {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.info_link:before {
	font-family: FontAwesome;
	content: "\f138";
	padding-right:10px;
}

.wrap_bottompadding {
	margin-bottom:50px;
}

.search .site-inner {
	margin: 80px auto 50px auto;
	padding: 0 2%;
	width: 100%;
    max-width: 1024px;
}

.search-content .feeds {
	margin: 0;
}

.post-type {
	max-height:500px;
	overflow-y: scroll;
	position: relative;	
}

.post-type article,
.search-content .News article {
    background: #f8f8f8 ;
    margin-bottom: 5px;
}

.search-content {
    column-count: 1;
    width: 100%;
}

.one-half .sfm-search-form span {
position: absolute;
    width: 16px;
    height: 16px;
    top: 32px;
    left: 15px;
    font-family: sfm-icomoon;
    font-size: 16px;
    cursor: pointer;
}

.one-half .sfm-search-form .search-field {
    padding-left: 37px !important;
    text-align: right;
}

.one-half .search-submit {
    position: absolute;
    top: 34px;
    width: 20px;
    height: 20px;
    padding: 0!important;
    left: 13px;
    cursor: pointer;
    background: none;
}

.one-half .search-submit:hover,
.one-half .search-submit:focus,
.one-half .search-submit:active {
    background: none;
}

.one-half .sfm-search-form span:after {
    content: '\e906';
}

.post-type-heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size:1.4em;
    width: 100%;
    display: block;
    background: #fff;
    font-family: 'Montserrat', sans-serifs;
    z-index: 100;
    padding: 20px 0 10px;
}

.post-type h2 {
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 0;
}


.post-type::-webkit-scrollbar,
ul.directory_listings::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
}
.post-type::-webkit-scrollbar-thumb,
ul.directory_listings::-webkit-scrollbar-thumb {
    background-color: #8dc700;
}

.post-type .entry-title a {
	padding: 15px;
	width:100%;
	display: block;
	transition: 0.5s;
	text-transform: capitalize;
}

.post-type .entry-title a:hover,
.post-type .entry-title a:focus {
	cursor: pointer;
	background: #8dc700;
	color: #fff;
	transition: 0.5s;
	box-shadow: rgba(0,0,0,0.25) 0 2px 5px;
}

.post_container {
	vertical-align: top;
	overflow:hidden;
	break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}

.post-type .entry-content,
.post-type .entry-content::after {
	display: none;
}

.social_icons {
    text-align: center;
    margin-bottom: 30px;
}

.social_icons .social_links {
    background: #8dc700;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size:20px;
    border-radius: 50%;
    margin-right:3px;
    color: #000;
    transition: 0.5s;
}

.social_icons .social_links:last-child {
	margin-right: 0;
}

.social_icons .social_links:hover {
	background: #fff!important;
}

.social_icons .social_links .fa {
    margin-top: 10px;
}

.error404 .site-inner {
    margin: 100px auto 10px auto;
    max-width: 1024px;
    width: 100%;
    padding:2%;
}

/* # Page Overrides
---------------------------------------------------------------------------------------------------- */

.page-template-page_faq {
	background: #111;
}

.page-template-page_faq .page_heading h1 {
	color: #f8f8f8;
}

/* ## Access
--------------------------------------------- */
.page-id-13 .rss_post,
.parent-pageid-13 .rss_post {
	border: 2px solid #8dc700;
}



/* ## Licensed Producers
--------------------------------------------- */
.page-id-21 .site-inner,
.page-id-27 .site-inner {
	margin-top: 50px;
}




/* ## Health
--------------------------------------------- */

.page-id-17 .callout_box,
.parent-pageid-17 .callout_box,
.page-id-17 .social_icons .social_links,
.parent-pageid-17 .social_icons .social_links,
.page-id-17 .site-footer,
.parent-pageid-17 .site-footer {
	background: #0283a8;
}

.page-id-17 .rss_post,
.parent-pageid-17 .rss_post {
	border: 2px solid #0283a8;
}


.page-id-17 .info_link,
.parent-pageid-17 .info_link {
	color: #0283a8;
}



/* ## Higher Learning
--------------------------------------------- */

.page-id-19 .callout_box,
.parent-pageid-19 .callout_box,
.page-id-19 .social_icons .social_links,
.parent-pageid-19 .social_icons .social_links,
.page-id-19 .site-footer,
.parent-pageid-19 .site-footer,
.single-faq .social_icons .social_links,
.single-faq .site-footer,
.single-definitions .social_icons .social_links,
.single-definitions .site-footer {
	background: #9f0e89;
}

.page-id-19 .info_link,
.parent-pageid-19 .info_link,
.single-definitions .site-inner a,
.single-faq .site-inner a,
.single-definitions .site-inner a  {
	color: #9f0e89;
}

.page-id-19 .rss_post,
.parent-pageid-19 .rss_post {
	border: 2px solid #0283a8;
}

.single-faq .breadcrumb,
.single-feeds .breadcrumb {
	display: none;
}

.single-feeds br {
	font-size: 30px;
}

/* ## Politics
--------------------------------------------- */

.page-id-15 .callout_box,
.parent-pageid-15 .callout_box,
.page-id-15 .social_icons .social_links,
.parent-pageid-15 .social_icons .social_links,
.page-id-15 .site-footer,
.parent-pageid-15 .site-footer {
	background: #ed8400;
}

.page-id-15 .info_link,
.parent-pageid-15 .info_link {
	color: #ed8400;
}

/* iFrame Test */
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

@media only screen and (min-width: 375px) {
	.intro h1,
	.intro h2,
	.intro strong {
		font-size: 40px;
	}
	.intro h1 span,
	.intro h2 span {
		letter-spacing: 5px;
	}
	
	.hexagon_grid .hexagon {
		height:128px;
		width:140px;
	}
	
	.hex_active:nth-child(even) {
	    float: left;
	    margin-top: 0;
	    margin-bottom: 0;
	}
	
	.hex_active:nth-child(odd) {
	    float: left;
	}
	
	.hex_active:nth-child(3n+1) {
	    float: left;
	    margin-bottom: -66px;
	}
	.hex_active:nth-child(3n+2) {
	    float:right;
	    margin-bottom: -66px;
	}
	.hex_active:nth-child(3n+3) {
	   float: none;
	   clear:both;
	   display:block;
	   margin: 0 auto -66px auto;
	}
	
	.hexagon_grid {
	    width: 356px!important;
	}
	
}

@media only screen and (min-width: 540px) {
	.step_image {
		width:75%;
		top:-60px;
	}
	
	.step_title {
		float: none;
		width: auto;
		margin-top: 0;
	}
	
	.hexagon_grid {
		width: 470px!important;
	}
	
	.hex_active:nth-child(3n+1) {
	    float: left;
	    margin-bottom: 0;
	}
	.hex_active:nth-child(3n+2) {
	    float:left;
	    margin-bottom: 0;
	}
	.hex_active:nth-child(3n+3) {
	   float: left;
	   clear:none;
	   display:inline-block;
	   margin: 0;
	}
	
	.hex_active:nth-child(odd) {
		float:left;
	}
	
	.hex_active:nth-child(even) {
		float:left;
		margin-left: -30px;
	    margin-top: 64px;
	    margin-right: -30px;
	    margin-bottom: -64px;
	}
	
	.listing_title {
		display: inline-block;
	}
	
	#province-form {
		width:60%;
		margin-bottom: 0;
	}
	
}

@media only screen and (min-width: 650px) {
	.hexagon_grid {
		width: 610px!important;
	}
	
	.hex_active:nth-child(odd) {
		float:left;
	}
	
	.hex_active:nth-child(even) {
		float:left;
		margin-left: 0;
	    margin-top: 0;
	    margin-right: 0;
	    margin-bottom: 0;
	}
	
	.hex_active:nth-child(5n+2),
	.hex_active:nth-child(5n+4) {
	    margin-top: 64px;
	    margin-bottom: -64px;
	    margin-left: -30px;
	    margin-right: -30px;
	}
	
	#province-form {
		width:45%;
	}

	
}

@media only screen and (min-width: 680px) {
	.page-id-45 .faq_container .wrap,
	.page-id-45 .page_heading {
		max-width: 682px;
	}
}

@media only screen and (min-width: 768px) {
	
	h1 {
		font-size: 2.6em;
	}
	
	
	h1.smallh1 {
		font-size: 18px!important;
	}

	.search h1 {
		font-size: 2.4em
	}
			
	/* # THE GRID
	-------------------------------------------------------- */

	.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;
	}
	
	.intro {
	    padding-left: 60px;
	    padding-right: 60px;
	    padding-bottom: 60px;
	    max-width: 100%;
	}
		
	.intro h1,
	.intro h2,
	.intro strong {
		font-size: 60px;
		line-height:0.8;
	}
	
	.intro h1 span,
	.intro h2 span,
	.intro strong span {
		letter-spacing: 9px;
		font-size: 50px;
	}
	
	.tabs .tab > label {
	    width: inherit;
	}

	.page_heading {
	    margin: 0 auto;
	    padding: 100px 20px 30px 0;
	}
	
	.steps_content .content_block {
    	border-left: 2px solid #8dc700;
    	width:92%;
		padding-left:20px;
		padding-right: 0;
		padding-top: 30px;
		padding-bottom:20px;
    }
    
    .content_block ul {
	    margin-bottom:10px;
    }
    
    .step_number {
	    display: inline-block;
    }
    
    .step_image {
	    width: 50%;
	    top: -160px;
	    display: block;
	}
	
	.mobile_step_number {
		display: none;
	}
	
	.hero_left {
		padding: 0 0 0 25px;
		width: 60%;
	}
	
	/* SECTION - Two Columns
	---------------------------------------- */
	
	.two_columns .wrap {
		padding: 0 20px;
	}
	
	.two_columns .one-half {
		padding: 0 20px;
	}
	
	/* SECTION - Text and Image
	---------------------------------------- */

	.image_block,
	.image_block img {
		height: 55vh;
	}
	
	.text_and_image {
		display: table;
	}
	
	.text_block,
	.image_block {
		display: table-cell;
	}
	
	.text_block {
		width: 60%;
	}
	
	.image_block {
		width: 40%;
		padding-bottom: 0;
	}
	
	.text_block .content_block {
		margin: 0 auto;
		width:100%;
		max-width: 95%;
	}
	
	.image_block {
		line-height: 0;
		padding: 50px 0;
		height: auto;
	}
	
	.image_block img {
	    width: 100%;
	    object-fit: contain;
	    position: relative;
	    background-attachment: fixed;
	    height: auto;
	}
	
	.directory_listings .detail_btn {
		clear: both;
	}
	
	.listing_phone {
		float: right;
		margin-bottom: 15px;
	}
	
	.hero_center .wrap {
		padding:0;
	}
	
	.effect_panels {
		padding: 0 40px 40px 40px;
	}
	
	.effect_column {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	
	.rss_pull {
		padding: 10px;
	}
	
	.rss_post h2 {
		font-size: 2.25em;
	}
	
	.rss_repeater strong {
		padding:10px 0 10px 10px;
	}
	
	.rss_pull .rss_post:nth-child(1) {
	    width:66%;
	}
	
	.rss_pull .rss_post:nth-child(1) img {
		float:left;
		height: 100%;
		width:50%;
	}
	
	.rss_pull .rss_post:nth-child(1) h2 {
		float:right;
		width:50%;
	}
	
	.rss_pull .rss_post:nth-child(2) {
	    width:33%;
	}
	
	.rss_pull .rss_post:nth-child(2) img {
		width:100%;
		height:50%;
		overflow:hidden;
	}
	
	.rss_pull .rss_post:nth-child(2) h2 {
		font-size:1rem;
	}
	
	.rss_pull .rss_post:nth-child(3) {
	    width:25%;
	}
	
	.rss_pull .rss_post:nth-child(3) img {
		width:100%;
		height:70%;
		overflow:hidden;
	}
	
	.rss_pull .rss_post:nth-child(3) h2 {
		font-size:1rem;
	}
	
	.rss_pull .rss_post:nth-child(4) {
	    width:74%;
	}
	
	.rss_pull .rss_post:nth-child(4) img {
		float:right;
		width:50%;
		height: 100%;
	}
	
	.rss_pull .rss_post:nth-child(4) h2 {
		float:left;
		width:50%;
	}
	
	.rss_pull .rss_post:nth-child(5) {
	    width:33%;
	}
	
	.rss_pull .rss_post:nth-child(5) img {
		width:100%;
		height:70%;
		overflow:hidden;
	}
	
	.rss_pull .rss_post:nth-child(5) h2 {
		font-size:1rem;
	}
	
	.rss_pull .rss_post:nth-child(6) {
	    width:33%;
	}
	
	.rss_pull .rss_post:nth-child(6) img {
		width:100%;
		height:70%;
		overflow:hidden;
	}
	
	.rss_pull .rss_post:nth-child(6) h2 {
		font-size:1rem;
	}
	
	.rss_pull .rss_post:nth-child(7) {
	    width:33%;
	}
	
	.rss_pull .rss_post:nth-child(7) img {
		width:100%;
		height:70%;
		overflow:hidden;
	}
	
	.rss_pull .rss_post:nth-child(7) h2 {
		font-size:1rem;
	}
	
	.hex_active:nth-child(5n+2),
	.hex_active:nth-child(5n+4) {
	    margin-top: 0;
	    margin-bottom: 0;
	    margin-left: 0;
	    margin-right: 0;
	}
		
	.hexagon_grid .hexagon {
		height:128px;
		width:140px;
	}
	
	.hex_active {
		margin:0;
	}	
	.hexagon_grid {
		width:100%!important;
	}
	
	.hex_active,
	.hex_active:nth-child(2n+2) {
		float: none;
		margin-top: 0;
	}
	
	.hexagon_grid .hexagon {
		margin-right:76px;
		float: none;
	}
	
	.pusher {
		display: inline-block!important;
	}
	
	.odd,
	.even {
		position: relative;
		margin: 2px 0;
	}

	.even {
		margin-left:0.25px;
		margin-top: -72px;
		margin-bottom:-72px;
	}
	
	.hexagon_grid .hexagon span {
    position: absolute;
    font-size: 10px;
    top: 32px;
    left: 13px;
    text-align: center;
    width: 81px;
}
.hexagon_grid .hexagon strong {
    position: absolute;
    top: 5px;
    left: 30px;
    font-weight: bold;
    text-align: left;
}
.hexagon_grid .hexagon {
    height: 111px;
    width: 105px;
}
.hexagon_grid .hexagon {
    margin-right: 60px;
    float: none;
}

.two_columns {
    padding: 30px 0;
}
.page-id-21 .site-inner {
	margin-top: 40px;
}
.search-content {
    column-count: 2;
}

.bar {
    width: 54%;
}

#province-form {
	width:40%;
}

.error404 .site-inner {
	padding: 0;
}

.comparison_column {
	height: 55vh;
}

.grey_background {
    height: calc(55vh - 60px);
}

.single-faq .back_btn_link {
	margin-left: 40px;
}

.page-template-page_steps .page_heading {
	padding: 100px 20px 30px 20px
}

.definitions_tab .tab .tab-label {
	font-size: 17px;
	letter-spacing: -1.1px;
}


.hero_banner {
	background-position: 60% 40%;
    background-size: cover;
    background-attachment:inherit;
}

}

@media only screen and (min-width: 900px) {
	
	.intro {
		padding-left: 100px;
		padding-right: 0;
		padding-bottom:100px;
		max-width:80%;
	}
	
	.search-content {
		padding: 40px 0 0 0;
	}
	
	.bar {
	    width: 60%;
	}
	
	.two_columns .wrap {
	    padding: 0;
	}


}

@media only screen and (min-width: 1021px) {
	.page-id-45 .faq_container .wrap,
	.page-id-45 .page_heading {
		max-width: 1024px;
	}

	.definitions_tab .tab .tab-label {
		font-size: 25px;
		letter-spacing: 3.3px;
	}
}

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

	

	.hexagon_grid .hexagon {
		height:128px;
		width:140px;
	}
	
	.hexagon_grid .hexagon {
		margin-right:76px;
		float: none;
	}
	


	.even {
		margin-top: -74px;
		margin-bottom:-74px;
	}
	
	.hexagon_grid .hexagon strong {
    position: absolute;
    top:15px;
    left:42px;
    font-weight:bold;
    text-align:left;
}

.hexagon_grid .hexagon:hover {
	color: #fff;
}


.hexagon_grid .hexagon span {
	position:absolute;
	font-size: 12px;
	top:50px;
	left:16px;
	text-align:center;
	width:110px;
}
    .hexagon_grid .hexagon strong {
	font-size: 16px;
}
.bar {
    width: 66%;
}

.half_hero {
	background-position: inherit;
	background-attachment: inherit!important;
}

	
}

@media only screen and (min-width: 1055px) {
	
	.site-footer {
		margin-bottom: 0;
	}
	.squaredTwo label:hover::after {
  		opacity: 0.3;
	}

	.hexagon_grid .hexagon {
		height:128px;
		width:150px;
	}
	
	.even {
		margin-top: -71px;
		margin-bottom:-71px;
	}
	
	.steps_content {
		padding: 0;
	}
	
	.hero_banner {
		background-position: 0;
	}
	
	.rss_pull,
	.rss_repeater strong {
		padding: 0;
	}
	
	.hero_banner {
		background-attachment: fixed;
		background-position: top;
		background-size: cover;
	}
	
	.half_hero {
		height:65vh;
		background-size: cover;
	}
}

@media only screen and (min-width: 1150px) {
	
	.intro {
		max-width:70%;
	}
}


@media only screen and (max-width: 650px) {
	
	.hero_center {
	    background: rgba(0,0,0,0.5)!important;
	    color: #ffffff!important;
	     padding: 50px 0px;
    }
    
    .hero_center .wrap {
	    padding: 0 10px;
    }
    
    .hero_center .hero_left h1,
    .hero_center .hero_left p {
	    color: #ffffff!important;
    }
}


/* Edge Hack huehuehuehue ¯\_(ツ)_/¯ */
@supports (-ms-ime-align:auto) {
  .hero_banner {
	display: block;
	height: 150vh;
  }
  .hero_center {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
   	display: block;
  	top: 11%;
   	position: absolute;
	padding: 30px 10px;
  }

  @media only screen and (min-width: 845px) {
	.hero_center {
		top: 31%;
	}
  }

@media only screen and (min-width: 401px) {
	.hero_banner {
		height: 100vh;
	}
  }
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	.fp-tableCell {
		display: block!important;
	}
	
	.intro {
	    position: absolute;
	    bottom: 0;
    }
	
	.image_block img {
		object-fit: inherit;
		background-attachment: inherit;
		height: auto;
		margin-top: 100px;
	}

}



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

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !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-logo {
	    padding-top: 5px;
	}

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

}
