/*
	Theme Name: Swank Theme
	Description: A swank, versatile WordPress Theme
	Author: Lindsey Riel
	Author URI: http://my.studiopress.com/themes/swank/
	Version: 1.0.0
 
	Tags: swank, chic, feminine, sleek, versatile, wordpress theme
 
	Template: genesis
	Template Version: 2.0.1
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Home Page Widgets
		- Featured Circles
		- Featured Slider
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Top Bar Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Drop Cap
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- JetPack Sharing
	- Portfolio Page
	- Color Options
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
	- Mobile Navigation

*/


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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

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

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


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

/* Typographical Elements
--------------------------------------------- */
  @import url("https://use.typekit.net/nvn8nwm.css");

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #484848;
	font-family: "myriad-pro",sans-serif;
	/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}
input#gform_submit_button_1 {
    background-color: #ec6910;
}
input#gform_submit_button_1 {
    width: 100%;
}
::-moz-selection {
	background-color: #f69c9b;
	color: #fff;
}

::selection {
	background-color: #2eb24d;
	color: #fff;
}

a {
	color: #30b54c;
	text-decoration: none;
}

.page-template-landing-page a img {
	margin-bottom: 0;
}
a img {
	margin-bottom: -4px;
}

a:hover {
	color: #999;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	background: #f5f5f5;
	margin: 0 0 24px 0;
	padding: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-family: 'Old Standard TT', serif;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #545454;
	font-family: "myriad-pro",sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 32px;
	color: #231f20;  
font-weight: bold;
}

h2 {
margin-top: 10px;

	font-size: 24px;
    	color: #231f20;
}

h3 {
    font-size: 18px;
    font-family: "myriad-pro-semi-condensed";
    font-weight: 600;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000403;
	font-family: "myriad-pro",sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background: #30b54c;
    color: #ffffff;
    border: 2px solid #231f20;
    box-shadow: none;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none;
    padding: 16px 10px;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #999;
}

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

.button {
	border-radius: 3px;
	display: inline-block;
}

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

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

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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


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

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

.site-container  {
	background: #fff;
	margin: 10px auto;
	max-width: 1140px;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding: 20px;
}
.homepage .site-inner {
margin-top: -15px;
padding: 0px;
}
/*
Home Page Widgets
---------------------------------------------------------------------------------------------------- */

/*
Home Slider Widget
--------------------------------------------- */
.home-slider {
	float: none;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}

.home-slider a {
color: #ff9700;
text-decoration: underline;
}


/* Direction Nav */
.flex-direction-nav li a {
	width: 52px !important; 
	height: 52px !important; 
	margin: -20px 0 0; 
	display: block; 
	background: url(images/bg_direction_nav.png) no-repeat 0 0 !important; 
	position: absolute; 
	top: 50%; 
	cursor: pointer; 
	text-indent: -9999px; 
	z-index: 100;
}

.flex-direction-nav li .next {
	background-position: -52px 0 !important; 
	right: -60px !important; 
}

.flex-direction-nav li .next:hover {
	background-position: -52px -50px !important; 
}

.flex-direction-nav li .prev {
	left: -60px !important; 
}

.flex-direction-nav li .prev:hover {
	background-position: 0 -50px !important; 
}

/*
Featured Circles
--------------------------------------------- */

.featured-circles .featured-content .entry {
	margin-bottom: 0;
	padding: 0;
}

.featured-circles,
.dirtyContainer .wrap {
	background: url(https://weedaction.org.nz/wp-content/uploads/2016/11/background-splash-orange.png);
	text-align: left;
padding: 20px 0px 10px 20px;
	background-size: cover;
}

.featured-circles img {
	display: inline-block;
}


.featured-circles .widget {
	display: inline-block;
	text-align: center;
}

.featured-circles .widget-title {
	margin-bottom: 7px;
	margin-top: 10px;
}

.featured-circles .featured-content .entry {
	border-bottom: 0;
}

/*
Home Featured Widget Area
--------------------------------------------- */
#featured-post-7 h4.widget-title.widgettitle {
    color: #ffffff;
    background: #2fb94c;
    padding: 10px;
    /* margin-bottom: 24px !important; */
    /*padding-bottom: 20px;*/
}
#featured-post-7 article {
    padding: 10px 10px 10px 20px;
}
.homepage .featured-content .entry {
    border-bottom: none;
    margin-bottom: 10px;
    padding: 0 0 0px;
}
.home-featured-area .widget {
	float: left;
	margin-top: 20px;
	padding: 0;
	
}
.home-featured-area .widget-title {
font-size: 26px;
text-align: left;
}
.home-featured-area .featured-content .entry-title {
	margin-bottom: 40px;
	/*margin-top: -70px;*/
	margin: 0px auto 40px auto;
	max-width: 300px;
}
.home-featured-area h2.entry-title {
    margin-bottom: 10px !important;
    font-family: sans-serif;
}


.home-featured-area h2.entry-title a {
	color: #666;
	width: 100%;
}

.home-featured-area .featured-content .entry {
	border: none;
}

.homepage article .img {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 7px;
}

.home-featured-area {
	margin: 0 auto !important;
	padding: 20px 0;
	text-align: left;
color:#000;
}

.featured-slider {
	margin: 0 auto !important;
	text-align: center;
}

#genesis-responsive-slider {
	border: 0 !important;
	margin: 0 auto important;
	padding: 0 !important;
}

#genesis-responsive-slider img {
	border: none !important;
}

.slide-image img {
	padding: 0 !important;
}

.flex-direction-nav li .prev {
	left: 20px !important;
}

.flex-direction-nav li .next {
	right: 20px !important;
}

.flex-direction-nav li a {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 780px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

.full-width-content .entry {
	padding-right: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

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

.sidebar ul li {
	background-color: #fff;
	text-align: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

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


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

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

.avatar {
	background-color: #fff;
	border: 1px solid #ddd;
	height: 100px;
	float: left;
	padding: 7px;
	width: 100px;
}

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

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

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

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

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

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

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

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

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

.wp-caption-text {
    color: #30b54a;
font-family: "myriad-pro",sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
/*     max-width: 150px; */
    text-align: left;
    margin: 0 auto !important;
    text-transform: none;
}

.wp-caption-text p {
	margin: 0 0 0 0 !important;
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 20px;
}

.archive-description {
	padding: 0px 0px 0px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #555;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

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

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

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

.entry-title {
font-size: 28px;
    line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #555;
}

.entry-title a:hover {
	color: #999;
}

.widget-title {
	font-family: "myriad-pro",sans-serif;
	font-size: 16px;
	margin-bottom: 24px;
	text-align: center;
	text-transform: uppercase;
font-weight: bold;
}
.sidebar .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 32px;
	margin-bottom: 14px;
font-weight: bold;
}
.archive .entry-title {
    font-size: 24px;
    line-height: 1;
}
.archive .entry {
    padding: 0 20px 0 0;
    margin-bottom: 20px;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Top Bar Widget Areas
--------------------------------------------- */

.top-bar {
	background-color:transparent;
	/*border-bottom: 1px solid #ddd;*/
	color: #999;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 1;
	/*padding-bottom: 10px;
	padding-top: 15px;*/
	text-transform: uppercase;
}

.top-bar a {
	color: #bbb;
	font-family: 'Old Standard TT', serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0;
	text-transform: lowercase;
}

.top-bar a:hover {
	text-decoration: underline;
}

.top-bar-left,
.top-bar-right {
	width: 50%;
}

.top-bar-left p,
.top-bar-right p {
	margin-bottom: 0;
}

.top-bar-left {
	float: left;
}

.top-bar-left .widgetwrap {
	float: left;
}

.top-bar-right {
	float: right;
	text-align: right;
}

.top-bar .widgettitle {
	color: #e8d999;
	font-family: 'Old Standard TT', serif;
	line-height: 1;
	margin: 0 0 7px 0;
	text-transform: lowercase;
}

.top-bar-left .widgettitle {
	text-align: left;
}

.top-bar-right .widgettitle {
	text-align: right;
}

.top-bar .simple-social-icons {
	margin-bottom: -10px;
}

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 0.9;
}

.featured-content .entry-title a {
	border: none;
}


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

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

.enews-widget {
	color: #999;
	padding-top: 0;
}

.enews-widget .widget-title {
	color: #f69c9b;
}

.enews-widget input {
	padding: 10px;
	width: 60%;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f69c9b;
	color: #fff;
	font-family: 'Old Standard TT', serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 3px 0 7px 0;
	text-transform: lowercase;
	width: 20%;
}

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

.footer-widgets .enews-widget input {
	margin-bottom: 10px;
	width: 100%;
}

.footer-widgets .enews-widget {
	display: inline-block;
	float: right;
	padding-right: 20px;
	width: 65%;
}

.footer-widgets .enews .widgettitle {
	text-align: right;
}

.footer-widgets .widget_nav_menu {
	display: inline-block;
	float: left;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

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

div.gform_wrapper input[type="file"],
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	font-family: 'Old Standard TT', serif;
	font-weight: 400;
	padding: 0;
}

.gform_wrapper {
	max-width: 100% !important;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	border-radius: 0 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
}
.gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 5px 0 0 !important;
    clear: both;
}

div.gform_wrapper ul li {
	list-style-type: none !important;
}

.gform_wrapper input.button {
	color: #fff !important;
}

.gfield_label {
	font-family: "myriad-pro",sans-serif;
	font-weight: 400 !important;
	letter-spacing: 2;
	text-transform: uppercase !important;
}

.gform_body {
	background-color: #f5f5f5;
	border: 7px solid #eee;
	padding: 20px;
}

.gform_wrapper {
	max-width: 100%;
}

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

img#wpstats {
	display: none;
}

/* Portfolio Page
--------------------------------------------- */

.portfolio .entry-title {
	text-align: center;
}

.post-type-archive-portfolio .navigation {
	clear: both;
	text-transform: uppercase;
}

.portfolio-featured-image a img {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.portfolio.type-portfolio.entry {
	float: left;
	padding: 0 29px;
}

.single-portfolio .type-portfolio.entry {
	float: none;
	padding: 0;
}

.portfolio-featured-image a img:hover {
	background-color: #ddd;
}

.single-portfolio #content {
	text-align: center;
}

.archive-portfolio #content {
	text-align: center;
}

.single-portfolio img {
	background: #fff;
}

.portfolioblurb {
	font-size: 12px;
	text-align: center;
	width: 100%;
}

.portfolioblurb .textwidget {
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	margin-bottom: 40px;
}

.portfolioblurb h4 {
	font-family: 'Old Standard TT', serif;
	font-size: 22px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: none;
}

.single-portfolio h1 {
	padding-top: 10px;
}

.post-type-archive-portfolio .portfolio .entry-content {
	display: none;
}


/* Simple Social Icons Custom Styling for swank
--------------------------------------------- */

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
	padding: 0 !important;
}

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

.site-header .wrap {
	padding: 0px 0;
}

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

.title-area {
	display: inline-block;
	font-family: 'Old Standard TT', serif;
	font-weight: 400;
	margin: 0;
	padding: 18px 0 25px 0;
	text-align: center;
	width: 320px;
}

.header-image .site-description {
	line-height: 0;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 58px;
	line-height: 0.8;
	margin: 0;
	text-transform: none;
}

.site-title a {
	color: #555;
}

.site-title a:hover {
	color: #bbb;
}

.site-description {
	color: #bbb;
	font-family: "myriad-pro",sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 0.5;
	margin: 0 10px;
	text-transform: uppercase;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

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

/* Logo, hide text */

.header-image .site-title > a {
	/*background-size: contain !important;*/
	display: block;
	height: 200px;
	margin: 0px auto;
	text-indent: -9999px;
	max-width: 1140px;
background-position: center !important;
}

.header-image .site-title a {
	width: 100%;
}

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

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	display: inline-block;
	float: right;
	text-align: right;
	width: 700px;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}


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

.genesis-nav-menu {
    clear: both;
    color: #999;
    font-family: 'Old Standard TT', serif;
    background: url('https://weedaction.org.nz/wp-content/uploads/2016/05/menubg.png');
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    background-repeat: no-repeat;
position: relative;
    width: 100%;
    /*padding-bottom: 10px;*/
}

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

.genesis-nav-menu a {
	border: none;
	color: #FFF;
    display: block;
    font-weight: 600;
	font-size: 15px;
	padding: 21px 0 18px 30px;
	position: relative;
font-family: "droid-sans",sans-serif;
}

.nav-secondary .genesis-nav-menu a {
	padding: 18px 0 7px 15px;
}

.nav-primary li a::after {
	color: #ddd;
	/*content: "|";*/
	padding-left: 20px;
}

.genesis-nav-menu .sub-menu a::after {
	color: #fff !important;
	content: "";
	padding-left: 0px !important;
}

.genesis-nav-menu > .last > a::after {
	color: #fff;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #31b44c !important;
}
.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #bbb;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #231f20;
    border: 1px solid #645b5d;
    border-top: none;
    font-size: 12px;
    padding: 10px 20px;
    position: relative;
    width: 220px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -39px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 14px 7px 14px 0;
	text-transform: none;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search input {
	color: #ddd;
	padding: 10px;
	
}
.genesis-nav-menu > .right.search {
	padding: 8px;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.homepage .nav-primary {
	background-color: #231f20;
margin-top: -30px;
}
.nav-primary {
	background-color: #231f20;
margin-top: -30px;
}

.nav-primary .current-menu-item > a {
    color: #ff9700 !important;
}

.nav-primary a:hover {
	color: #999;
}

.nav-primary .sub-menu a:hover {
	color: #555;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.nav-secondary li a::after{
	color: #ddd;
	content: "|";
	padding-left: 20px;
}

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

.entry {
	/*background-color: #fff;*/
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 0px 20px 24px 0;
}

.entry-content a {
	    color: #2fb44b;
    text-decoration: underline;
}

.entry-content a:hover {
	color: #555;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	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 .search-form {
	width: 50%;
}

.entry-meta {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #bbb;
	font-family: 'Old Standard TT', serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 7px 0 7px 0;
	text-transform: lowercase;
}

.entry-time, .entry-author {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before, .entry-categories::before {
	content: "|";
	margin: 0 6px 0 2px;
}

.entry-categories a {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}

.entry-comments-link {
	text-transform: none;
}

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

.archive-pagination,
.entry-pagination {
	font-family: 'Old Standard TT', serif;
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #ddd;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

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

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

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

#respond textarea {
	color: #999;
	font-family: 'Old Standard TT', serif;
	font-size: 16px;
	text-transform: none;
}

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

.comment-respond {
	border: 1px solid #ddd;
}

.entry-comments {
	padding: 0px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.comment-meta {
	font-family: 'Old Standard TT', serif;
}

.says {
	font-family: 'Old Standard TT', serif;
	font-style: italic;
	text-transform: lowercase;
}

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

.comment-respond label {
	display: block;
	font-family: 'Montserrat', sans-serif;
	margin-right: 12px;
	text-transform: uppercase;
}

.comment-subscription-form .subscribe-label {
	font-size: 12px;
	margin: 0;
}

p.comment-subscription-form {
	margin: 0 0 4px 0;
}

p.logged-in-as {
	margin: 0 0 2px 0;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	border-right: none;
	margin-right: -32px;
}

li.comment {
	background-color: #fff;
	border: 1px solid #ddd;
}

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

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

.bypostauthor {
	background-color: #f5f5f5 !important;
	border-right: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	display: none;
	font-size: 14px;
	padding: 24px;
}

.commentnumber {
	float: right;
	font-family: 'Old Standard TT', serif;
	font-size: 40px;
}


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

.sidebar {
	color: #999;
}

.sidebar a {
	color: #ef770b;
}

.sidebar a:hover {
	color: #999;
}

.sidebar p:last-child {
	margin-bottom: 15px;
}

.sidebar #nav_menu-2 a {
color: #ef770b;
text-decoration: underline;
font-weight: bold;
}

.sidebar #nav_menu-2 a:hover {
color: #444444;
text-decoration: underline;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
    background-color: transparent;;
    /* border: 7px solid #eee; */
    margin-bottom: 25px;
    padding: 00px 0px;
}

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

.footer-widgets {
	background-color: #fff;
	margin-top:20px;
	color: #ddd;
	clear: both;
}
.footer-widgets a {
    color: #fd9c00;
}
.footer-widgets p {
	font-family: 'Old Standard TT', serif;
	font-size: 14px;
}

.footer-widgets-1 {
	padding: 40px 20px 20px 0;
	width: 100%;
}

.footer-widgets-1 {
	padding-right: 40px;
}

.footer-widgets-1:after {
	border-right: 1px solid #ddd;
}
.footer-widgets .wrap {
    background: url('https://weedaction.org.nz/wp-content/uploads/2016/05/menubg.png')no-repeat;
}
.footer-widgets-1 {
    margin-top: 50px;
    float: left;
    padding: 0px 40px;
    background-color: #231F20;
}

.footer-widgets-2 {
	border-left: 1px solid #ddd;
	float: right;
	padding: 40px 0 20px 30px;
	width: 50%;
display: none;
}

.footer-widgets a {
	border-bottom: 0px;
	color: #30b54c !important;
}

.footer-widgets #text-16 .widget-title {
padding-bottom: 0;
margin-bottom: 5px;
}

.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widgettitle {
	color: #fff;
	font-family: "droid-sans",sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: none;
}

.footer-widgets-1 .widget-title {
	text-align: left !important;
}

.footer-widgets-2 .widget-title {
	text-align: right !important;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background-color: #fff;
	border-top: 0px solid #ddd;
	color: #444;
	font-size: 11px;
	padding: 10px 0;
	text-align: center;
}

.site-footer a {
	color: #000;
}

.site-footer a:hover {
	color: #999;
}

.site-footer p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

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

.content div.sharedaddy div.sd-block {
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
	padding: 0;
}

.content div.sharedaddy .sd-content {
	float: left;
	padding: 15px 0 10px 0;
}

.content div.sharedaddy a.sd-button {
	border: none !important;
	box-shadow: none;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

.content .sd-social-icon-text a.sd-button > span, a.sd-button > span {
	opacity: 1;
	padding: 6px 18px;
}

.content a.sd-button > span {
	background-image: none !important;
	background: #999;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.content a.sd-button:hover > span {
	background: #bbb;
}

.sd-content .sd-button span.share-count {
	color: #bbb !important;
	font-size: 100% !important;
}


section#text-7 {
    border-left: 1px dotted #2fb447;
    
    margin-left: 0;
    padding-left: 20px;
    padding-right: 15px;
}
#text-8 {
border-left: 1px dotted #2fb447;
    padding-left: 20px;

}
section#gform_widget-2 h4 {
    color: white;
margin-bottom: 0 !important;
}
.sidebar .widget-title {
    text-align: left;
    font-size: 18px;
}
.sidebar h2.entry-title a {
    font-size: 18px;
    color: #ef770b;
    font-weight: 400;
    /* line-height: 1 !important; */
}
.sidebar img {
    padding: 0 10px 0px 0px;
}
.sidebar {
    line-height: 1.2 !important;
}
.featuredpost img {
    padding: 0 10px 0 0;
}
#gform_wrapper_1 label.gfield_label {
    color: white;
}
.homepage .alignright {
    padding: 0 0 0px 10px;
}
.homepage h2.entry-title {
    margin-left: 0 !important;
}

#featured-page-2 .widget-title {
color: #ffffff;
background: #ec6910;
padding: 10px 5px 10px 15px;
}

#featured-page-2 {
border: 1px solid #ec6910;
}
#featured-page-2 p {
padding: 10px 20px 10px 20px;
}

#featured-page-2 .entry-title {
padding: 10px 10px 0px 20px;
}

#featured-page-2 img {
padding: 10px 20px 10px 10px;
}

#text-3 {
font-size: 18px;
padding-bottom: 0;
}
div#soliloquy-container-293 .soliloquy-wrapper {
    margin: 0;
}
.soliloquy-container .soliloquy-next {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 10px;
    z-index: 1320;
    border-radius: 50%;
    background: rgb(236, 105, 16) url(https://weedaction.org.nz/wp-content/plugins/soliloquy/assets/css/images/right.png) no-repeat scroll 50% 50% !important;
}
.soliloquy-container .soliloquy-prev {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 10px;
    z-index: 1320;
    border-radius: 50%;
    background: rgb(236, 105, 16) url(https://weedaction.org.nz/wp-content/plugins/soliloquy/assets/css/images/left.png) no-repeat scroll 50% 50% !important;
}
.simcal-event-details p, .simcal-event-details p span {
    font-family: sans-serif;
}
.home-slider {
    background-image: url(https://weedaction.org.nz/wp-content/uploads/2020/08/Whangarei-Heads-home.jpg);
    padding: 10%;
    min-height: 100%;
    margin-bottom: 20px;
}
form.search-form {
    border: 2px solid #ef770b;
	background: #fff;
}
.home section#search-4 {
    max-width: 350px;
    margin: 0 auto;
}
form.search-form input[type="search"] {
    background: url(https://weedaction.org.nz/wp-content/uploads/2016/10/cropped-Weed-Action-favicon.png) right;
    background-repeat: no-repeat;
    background-size: contain;
}
#text-8 {
    border-left: 1px dotted #2fb447;
    padding-left: 20px;
/*     background: url(https://weedaction.org.nz/wp-content/uploads/2016/11/cropped-Weed-Action-favicon-white.png) no-repeat right; */
background-position-x: 180px;
}
form#gform_2 textarea, form#gform_2 input {
    text-transform: none !important;
}

.ginput_price {
    display: none !important;
}

.gfp_big_button .gfield_radio li input[type=radio] {
    display:none !important;
}
.gfp_big_button .gfield_radio label {
    max-width: 300px !important;
    width: 100% !important;
    margin: 0px auto !important;
    padding: 10px 30px !important;
    float: none;
    background: #f47f26;
    color: #fff;
    letter-spacing: 0.09375rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    margin: 0;
    display: block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    cursor: pointer;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 1.1em;
    box-sizing: border-box;
}
.gfp_big_button ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 700;
    background: #30b54b;
}

.gfp_big_button .gfield_radio label:hover {
    background: #414142;
}
/* LANDING PAGE */
.page-template-landing-page .site-header {
	background-color: #ef770b;
	position: relative;
	z-index: 10;
}
.page-template-landing-page .site-footer {
    background: url(https://weedaction.org.nz/wp-content/uploads/2020/08/footer-top-bg.png), linear-gradient(transparent 0px, transparent 15px, #231f20 15px);
        background-size: auto, auto;
    color: #fff;
    padding: 55px 0 30px 0;
    background-size: cover;
}
.page-template-landing-page .site-footer h3 {
    color: #40ae49;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
	grid-column: 1/-1;
}
.page-template-landing-page .site-footer .wrap::before,
.page-template-landing-page .site-footer .wrap::after{
    content: normal;
}
.page-template-landing-page .site-footer .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.page-template-landing-page .site-footer a {
    color: #fff;
    text-transform: none;
}
.contactInfo {
    font-size: 16px;
    line-height: 1.6;
}
.contactInfo:first-of-type {
    border-right: 2px solid #40ae49;
    text-align: right;
    padding-right: 30px;
}
.contactInfo:last-of-type {
	text-align: left;
    padding-left: 30px;
}
.page-template-landing-page .site-inner {
    padding: 0;
}
.page-template-landing-page .site-header img {
    display: block;
}
.map-container .lefthalf, .map-container .rightthalf {
    width: 50%;
	flex-shrink: 0;
flex-grow: 0;
}
.map-container {
    display: flex;
    margin-top: -184px;
    position: relative;
	background: url(https://weedaction.org.nz/wp-content/uploads/2020/08/agapanthus.jpg);
background-size: cover;
	
}
.map-container img {
    display: block;
}
.map-container .wrap {
    display: flex;
    position: relative;
    z-index: 100;
}

.introLanding {
    padding: 50px 40px 40px 40px;
    background: url(http://gleeful-start.flywheelstaging.com/wp-content/uploads/2020/08/texture-top.png), linear-gradient(transparent 0px, transparent 15px, #231f20 15px);
        background-repeat: repeat, repeat;
        background-size: auto, auto;
    color: #fff;
    font-size: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -30px;
    position: relative;
    z-index: 110;
	text-align: center;
	font-weight: 500;
}
.introLanding p {
    margin-bottom: 0;
    font-family: franklin-gothic-atf, sans-serif;
}
.dirtyContainer {
    display: flex;
    margin: 23px 0;
}
.page-template-landing-page .site-container {
margin: 0;
}
.page-template-landing-page .site-container,
.page-template-landing-page .site-inner {
    max-width: none;
}
.page-template-landing-page .site-footer p, 
.page-template-landing-page .site-footer a, 
.page-template-landing-page .site-footer h3 {
    font-family: franklin-gothic-atf, sans-serif !important;
}
.introLanding a {
    font-size: 19px;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {
	.map-container {
    margin-top: -155px;
}
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	nav.nav-primary {
    max-width: 960px;
    margin: -25px auto 10px;
}
	.homepage .nav-primary {
   		 background-color: #231f20;
   		 max-width: 960px;
    		margin: -30px auto 5px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

#gform_widget-2 li#field_1_1, li#field_1_2 {
    width: 100%;
}

}

@media only screen and (max-width: 1023px) {
	.map-container {
    margin-top: 0;
}
	body {
		background-color: #fff;
	}
	
	.homepage .nav-primary {
   		 background-color: #231f20;
   		 max-width: 95%;
    		margin: -30px auto 5px;
	}
	header.site-header {
    		width: 95%;
   		margin: 0 auto;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	.site-inner {
	width: 95%;
	    padding-top: 20px;
    margin: 0 auto;
}
	.top-bar-left,
	.top-bar-right {
		display: block;
		margin: 10px auto;
	}

	.site-header .wrap {
		/*padding: 20px 0;*/
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.site-header {
		padding: 0;
	}

	.comment-respond {
		padding: 10px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-footer {
		padding: 24px 0;
	}

	.alignleft .avatar, .alignright .avatar {
		float: left;
		max-width: 100px !important;
	}

}

@media only screen and (max-width: 769px) {
	.introLanding {
    font-size: 20px;
	}

	.page-template-landing-page .site-footer .wrap {
    grid-template-columns: 1fr;
		grid-row-gap: 20px;
}
	.dirtyContainer .one-sixth {
    display: none;
}
		.dirtyContainer .five-sixths {
    width: 100%;
}
	.contactInfo p, 
	.contactInfo:first-of-type, 
	.contactInfo:last-of-type {
    text-align: center;
    padding: 0;
}
section#text-3 {
    font-size: 18px !important;
}
.title-area .site-title a {
    background: url(https://weedaction.org.nz/wp-content/uploads/2016/05/weedactionbasic.jpg) no-repeat !important;
background-size: contain !important;
}
.homepage .site-inner {
    margin-top: 10px;
}

	.top-bar {
		padding: 10px 20px 0px 20px;
	}

	.featured-circles .widget {
		margin: 20px 0 0 0 !important;
		padding: 0 0 10px 0 !important;
	}

	.featured-circles .featured-content .entry {
		padding: 0 !important;
	}

	.featured-circles .entry-title a, .featured-circles .widgettitle {
		font-size: 14px;
	}

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

	.enews-widget input {
		margin-bottom: 7px;
	}

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

	.comment-respond {
		border: 0px solid #ddd;
	}

	.footer-widgets {
		padding-left: 20px;
		padding-right: 20px;
	}

	.home-featured-area .widget {
		display: block;
		margin-bottom: 0px;
		margin-top: 20px;
		width: 100%;
	}

	.home-featured-area .featured-content .entry {
		padding-bottom: 0;
	}

	.footer-widgets-2 {
		border-left: 0;
	}
.featured-circles.widget-area .one-sixth {
    width: 33%;
    padding: 0 10px !important;
}
#text-5 img {
    margin-top: 0 !important;
}
.featured-circles.widget-area {
    padding: 0 0 15px 0;
}
.genesis-nav-menu .menu-item {
    background-color: #231f20 !important;
    display: block;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #4d4d4d;
}
.nav-primary {
    background-color: #231f20;
    margin-top: 0;
}
.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
    color: #27b34a;
}
}

@media only screen and (max-width: 520px) {
		.page-template-landing-page footer.site-footer {
    width: 95%;
    margin: 0 auto;
}
footer.site-footer {
    width: 95%;
}
section#text-5 {
    display: none;
}
.featured-circles {
    background: none;
    text-align: center;
    margin: 0 auto;
    /*padding: 20px 0px 10px 20px;*/
}
section#text-7, #text-8 {
    padding-left: 0;
    border: none;
    background: none;
}
.header-image .site-title > a {
    height: 150px;
}

.homepage .site-inner {
    margin-top: 10px;
}
	.featured-circles .entry-title a, .featured-circles .widgettitle {
		display: none;
	}

}

@media only screen and (max-width: 320px) {
.featured-circles.widget-area .one-sixth {
    width: 50%;
    padding: 0 10px !important;
}
.featured-circles {
    padding: 0;
}

	.featured-circles .widget {
		padding: 5px 5px;
	}
	.featured-circles {
		border: none;
	}

	.footer-widgets {
		border: none;
	}

	.site-container {
		overflow: hidden;
	}

	.footer-widgets {
		border: none;
	}

	.footer-widgets-1, .footer-widgets-2 {
		display: block;
		float: none;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 100%;
	}


	.footer-widgets-2 {
		border-left: 0;
		margin: 0 auto;
		padding-top: 20px;
		text-align: center;
	}

	.footer-widgets-1 .widgettitle, .footer-widgets-2 .widgettitle, .footer-widgets .enews .widgettitle {
		float: none;
		text-align: center !important;
	}

	.site-footer p {
		padding: 0 20px;
	}

	.footer-widgets .widget_nav_menu {
		float: none;
	}

}


/* Mobile Navigation
---------------------------------------------------------------------------------------------------- */

/* Standard Navigation
--------------------------------------------- */

nav {
	clear: both;
}

/* Navigation toggles
--------------------------------------------- */

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

/* Navigation toggles
--------------------------------------------- */

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

	nav {
		display: block !important;
	}
}

/* Navigation toggles - Mobile
--------------------------------------------- */

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

	.nav-primary li a::after,
	.nav-secondary li a::after {
		content: "";
	}
	
	.menu-toggle {
		border: 1px solid #ddd;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 25px;
		font-weight: 400;
		margin: 0 auto !important;
		overflow: hidden;
		padding: 10px;
		text-align: center;
		visibility: visible;
	}

	button.menu-toggle {
		width: 100%;
	}

	button.menu-toggle, button.sub-menu-toggle {
    background-color: #231f20;
    color: #fff;
}

	.sub-menu-toggle {
		padding: 4px;
		position: absolute;
		right: 0;
		top: 0;
	}

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

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

	.sub-menu-toggle:before {
		content: "+";
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

	.sub-menu-toggle.activated:before {
		content: "-";
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

	nav {
		display: none;
		position: relative;
	}

	.genesis-nav-menu .menu-item {
		background-color: #f5f5f5;
		display: block;
		position: relative;
		text-align: left;
	}

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

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

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

	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f5f5f5;
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: #333;
	}

	.genesis-nav-menu > .first > a {
		padding-left: 14px;
	}

}

section#text-3 {
    color: #fff;
    vertical-align: middle;
    background: rgba(35, 31, 32, 0.26);
    font-size: 22px;
}
.site-title a {
background-position: center !important;
}
#text-5 {
text-align: right;
}
#text-5 img {
    margin-top: -35px;
}
.homepage .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
width: 100%;
}
section#gform_widget-2 {
    background-color: #231f20;
    padding: 20px 25px 20px 25px;
}
.gform_body {
    background-color:transparent !important;
   border: none !important;
   padding: 0px !important;
}
#featured-post-6 h4.widget-title.widgettitle {
    background-color: #ec6910;
    color: #fff;
    padding: 20px;
}
section#featured-post-6 {
    background-color: #DDD;
padding: 0px;
}
section#featured-post-6 article {
    padding: 0px 20px 20px 20px;
}
div#gform_wrapper_1 {
    margin: 0;
}
section#featured-post-7 {
    border: 1px solid #41AA46;
 
}
.home-featured-area h2.entry-title {
    line-height: 1.2 !important;
    font-size: 19px !important;
}
.weed-back {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px;
}
.weed-back a {
display: block;
}
.dataTables_filter input[type="search"] {
    background: url(https://weedaction.org.nz/wp-content/uploads/2016/10/cropped-Weed-Action-favicon.png) right;
    background-repeat: no-repeat;
border: 2px solid #ef770b;
    background-size: contain;
}
.dataTables_filter {
    float: left !important;
width: 250px !important;
    white-space: nowrap;
margin-bottom: 10px;
}