/*
Theme Name: GrowWeedEasy
Description: WordPress theme for GrowWeedEasy
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

/* AMP Specific Styles */
 @font-face {
font-family: "FontAwesome";
src: url("/wp-content/themes/growweedeasy/fonts/fontawesome-webfont.woff2");
}



/* set z-index for amp sidebar-mask */
.gwe-amp .page-wrapper+div {
	display: none;
}
.gwe-amp .sidr h5 {
    display: block;
    padding: 16px 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #383737;
    position: relative;
    background-color: #19232d;
    border-width: 0 0 1px 0;
}

.gwe-amp .sidr h5 a {
	color: #fff;
}

.gwe-amp .sidr ul li {
	font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
   /* padding: 16px 14px; */
}

.gwe-amp .sidr amp-accordion ul {
    background: #11181f;
}

.gwe-amp .sidr ul li a {
	border-width: 0;
}

.gwe-amp amp-accordion h5[aria-expanded="true"] {
    color: #3884d4;
}

.gwe-amp amp-accordion h5[aria-expanded="true"] .plus-min:after {
	content: '-';
}

.gwe-amp amp-accordion h5 .plus-min:after {
	content: '+';
}

span.plus-min {
    float: right;
}

.gwe-amp #close-menu {
	float: right;
}

.gwe-amp #close-menu .fa {
	font: normal normal normal 14px/1 FontAwesome;
}

.gwe-amp #close-menu .fa:before {
	content: "\f00d";
	font-size: 20px;
}

.gwe-amp amp-sidebar .search-bar {
	clear:both;
}

.amp-wp-article-content amp-img.alignleft,
.gwe-amp .size-full
 {
    clear: both !important;
    margin: 0 auto;
    float: none !important;
    text-align: center;
    display: block;
    width: 100%;
}

.gwe-amp .post-content img, .gwe-amp .size-full img {
    width: auto !important;
    min-width: auto;
}

/* hide newsletter widget */
.gwe-amp #custom_html-2 {
	display: none;
}

/* stop images from stretching */
amp-img img {
    object-fit: contain;
}

/*amp tables */
.gwe-amp table {
	position: static;
	width: auto !important;
}

/* amp social share */
.social-amp {
	margin-bottom: 1rem;
}

.social-amp .amp-social-share-facebook {
    margin-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.social-amp a {
    display: block;
    float: left;
    margin-right: 1rem;
}



/* End AMP */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

html, body {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	font-weight: 500;
	margin: 10px 0;
	line-height: 120%;
	/*text-transform: uppercase;*/ }
h1, .h1 {
	font-size: 2.1em; 
	line-height: 1.2em;
}

h2, .h2 {
	font-size: 1.3em; 
	line-height: 1.4em;
}

h3, .h3 {
	font-size: 1.2em; }

h4, .h4 {
	font-size: 1.1em; }

h5, .h5 {
	font-size: 1em; }

.ie7 .clearfix {
	zoom: 1; 
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}

a, input[type=reset], input[type=button], input[type=submit], button, .btn{
	-webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
/* ---------------- */
input[type=number],
input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
input[type=reset],
input[type=button],
input[type=submit],
input[type=search],
button,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type=reset],
input[type=button],
input[type=submit],
button,
.btn {
  background: #054b81;
  border: 0;
  padding: 12px 15px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}

input[type=reset]:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:hover,
.btn:hover {
    text-decoration: none;
    color: #fff;
    background: #156aa3;
}

input[type=number],
input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
input[type=search],
select,
textarea {
  border: 1px solid #e3e3e3;
  padding: 6px;
  line-height:22px;
  color: #333;
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  outline: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
}

textarea {
  width: 100%;
}

hr {
	/*
	height: 0;
	margin-top: 54px;
	margin-bottom: 54px;
	border: 0;
	border-top: 1px solid #eee;
	*/
	border: none;
    background: #5294c1;
    margin: 10px 0;
    padding: 0;
    height: 1px;
}

/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font-size: 16px;
	line-height: 1.5;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:300;
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: none;
}

a, a:visited {
	text-decoration: none;
	color: #005a8c;
}

a:hover {
	text-decoration: none;
	opacity:0.9;
}

/* Columns CSS Flexbox
------------------------------------------------------------------------------*/
.column-group {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.column-group *,
.column-group *:before,
.column-group *:after {
  box-sizing: inherit;
}
.column-group img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.column-group P {
  margin: 0;
  padding: 15px;
}
.column-group > * {
  display: flex;
  /* columns indents compensation */
  margin: -10px;
}
.column-group > * > * {
  /* columns indents */
  padding: 10px;
}
.column-group.stretch-columns > * > * {
  display: flex;
}
.column-group.stretch-columns > * > * > * {
  width: 100%;
}
.column-group.align-center > * {
  justify-content: center;
}
.column-group.columns-2 > * {
  flex-wrap: wrap;
}
.column-group.columns-2 > * > * {
  width: 50%;
}
.column-group.columns-3 > * {
  flex-wrap: wrap;
}
.column-group.columns-3 > * > * {
  width: 33.3333%;
}
.column-group.columns-3.ratio-2-1 > * > *:first-child {
  width: 66.6667%;
}
.column-group.columns-3.ratio-1-2 > * > *:last-child {
  width: 66.6667%;
}
.column-group.columns-4 > * {
  flex-wrap: wrap;
}
.column-group.columns-4 > * > * {
  width: 25%;
}
.column-group.columns-4.ratio-2-1-1 > * > *:first-child {
  width: 50%;
}
.column-group.columns-4.ratio-1-2-1 > * > *:nth-child(2) {
  width: 50%;
}
.column-group.columns-4.ratio-1-1-2 > * > *:last-child {
  width: 50%;
}
.column-group.columns-4.ratio-3-1 > * > *:first-child {
  width: 75%;
}
.column-group.columns-4.ratio-1-3 > * > *:last-child {
  width: 75%;
}
.column-group.columns-5 > * {
  flex-wrap: wrap;
}
.column-group.columns-5 > * > * {
  width: 20%;
}
.column-group.columns-5.ratio-2-1-1-1 > * > *:first-child {
  width: 40%;
}
.column-group.columns-5.ratio-1-2-1-1 > * > *:nth-child(2) {
  width: 40%;
}
.column-group.columns-5.ratio-1-1-2-1 > * > *:nth-child(3) {
  width: 40%;
}
.column-group.columns-5.ratio-1-1-1-2 > * > *:last-child {
  width: 40%;
}
.column-group.columns-5.ratio-3-1-1 > * > *:first-child {
  width: 60%;
}
.column-group.columns-5.ratio-1-3-1 > * > *:nth-child(2) {
  width: 60%;
}
.column-group.columns-5.ratio-1-1-3 > * > *:last-child {
  width: 60%;
}
.column-group.columns-5.ratio-4-1 > * > *:first-child {
  width: 80%;
}
.column-group.columns-5.ratio-1-4 > * > *:last-child {
  width: 80%;
}
.column-group.columns-5.ratio-1-2-2 > * > * {
  width: 40%;
}
.column-group.columns-5.ratio-1-2-2 > * > *:first-child {
  width: 20%;
}
.column-group.columns-5.ratio-2-2-1 > * > * {
  width: 40%;
}
.column-group.columns-5.ratio-2-2-1 > * > *:last-child {
  width: 20%;
}


/* Container
------------------------------------------------------------------------------*/
html,
body,
.page-wrapper { height: 100%; }

.page-wrapper{
  display: table;
  width: 100%;
}

.page-row {
  display: table-row;
  height: 1px;
}

.page-row-expanded { height: 100%; }

.container {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
}


/* Header
------------------------------------------------------------------------------*/
.top-bar{
    background: #19232d;
    padding: 10px 0;
}
.search-bar{
    margin: 10px 0;
	padding: 10px;
    background: #e6e6e6;
}
#slide_menu .search-bar{
	margin-top:0;
}
.search-form,
.searchform {
	height:40px;
	position:relative;
	background: #054b81;
}
.search-form:after,
.searchform:after {
	content:"\f002";
	position:absolute;
	right:0; top:0;
	width:32px;
	height: 40px;
	font-family:FontAwesome;
	font-size:20px;
	line-height:40px;
	text-align:center;
	color:#fff;
	z-index:2;
}
.search-form input[type=text],
.search-form input[type=search],
.searchform input[type=text],
.searchform input[type=search]{
	position:absolute;
	top:0; left:0;
	right:0;
	display:block;
	height:40px;
	width: calc(100% - 32px);
	z-index:1;
}
.search-form [type=submit],
.searchform [type=submit]{
	position:absolute;
	right:0; top:0;
	width: 32px;
	height:40px;
	margin:0;
	text-indent:-9999px;
	background: transparent;
	z-index:3;
}
.search-form [type=submit]:hover,
.searchform [type=submit]:hover{
	background-color:rgba(255,255,255,0.2);
}
.search-form [type=submit]{
	width:32px; height:40px;
	padding:0;
}
.branding{
	padding: 0 20px 0 60px;
	position:relative;
}
.logo {
	display:block;
	padding: 10px 0;
	cursor: pointer;
}
#toggle-menu{
    display: block;
	position:absolute;
	top: 50%; left:0;
    margin: -16px 0 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: none;
    padding: 6px 6px;
	z-index: 999;
}
#toggle-menu .icon-bar{
	display: block;
    width: 35px;
    height: 4px;
    border-radius: 1px;
	background-color: #fff;
}
#toggle-menu .icon-bar+.icon-bar{
	margin-top: 4px;
}

#header{
	background: #023469;
}

/* Navigation
------------------------------------------------------------------------------*/
.nav-bar{
	background: #19232d;
    border-bottom: 3px solid #054b81;
	display:none;
}

.drops {
	position: absolute;
	top:0;right:10px;
	width:40px; height:40px;
	cursor: pointer;
	font-size:20px;
	font-weight:bold;
	line-height:44px;
	text-align:right;
	display:block;
}
#mobile_menu li .drops:after {
	/* content:"\f067";
	font-family:FontAwesome; */
	content:"+";
	display:inline-block;
	margin-right:15px;
}
#mobile_menu li .drops.actives:after {
	/* content:"\f068"; */
	content:"-";
}

#menu,#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#menu {
	font-size: 0;
	padding: 0;
	position: relative;
}

#menu ul {
	background: #19232d;
	display: none;
	left: -15px;
	padding: 3px 0 0;
	position: absolute;
	top: 100%;
}

#menu li {
	display: block;
	float: left;
	font-size: 0;
	position: relative;
/* 	white-space:nowrap; */
}

#menu li:hover{
	z-index:1;
}

* html #menu li a {
	display:inline-block;
}

#menu > li {
	margin: 0 10px 0 0;
}

#menu > li:last-child {
	margin: 0;
}

#menu > li.no-link > a {
	pointer-events: none;
}

#menu a {
	display:block;
	padding: 15px;
	vertical-align:middle;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	cursor:pointer;
	white-space:nowrap;
	position:relative;
	
}

#menu > li > a {
	padding: 15px 0;
}

#menu > li.menu-item-has-children > a {
	padding-right: 15px;
}

#menu a:active, #menu a:focus {
	outline-style: none;
}

#menu .current-menu-item a {
	background:#054b81;
}

#menu li:hover > a {
	color: #3884d4;
	text-decoration: none;
}

#menu > li.menu-item-has-children > a:after, #menu li li.menu-item-has-children > a:after {
	content:"\f0d7";
	position: absolute;
	right:3px; top: 50%;
	margin-top: -6px;
	font-family:FontAwesome;
	font-size:12px;
	color:#848484;
}

#menu li li.menu-item-has-children > a:after{
	content:"\f0da";
}

#menu ul li {
	float: none;
}

#menu ul a {
	padding:12px 15px;
	text-decoration:none;
	color:#fff;
	background-color:transparent;
}
#menu ul ul {
	left:100%;
	top:0;
}
/* Slider styles
------------------------------------------------------------------------------*/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow{
	position: absolute;
	top:50%;
	width:40px; height:40px;
	margin-top: -20px;
	padding:0;
	font-family:FontAwesome;
	font-size:40px;
	line-height:1.1;
	text-align:center;
	background:transparent;
	cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	z-index:2;
}

.slick-arrow:hover{
    color: rgba(0, 0, 0, 0.8);
}
.slick-prev{
	left:10px;
}
.slick-next{
	right:10px;
}

.slick-dots{
	position:absolute;
	bottom:0; left:0;
	width:100%;
	text-align:center;
}
.slick-dots li{
	display:inline-block;
	margin: 0 6px;
}
.slick-dots li button{
	display: block;
	width:8px; height:8px;
	padding:0;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* Slide Panel styles
------------------------------------------------------------------------------*/
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.8em;
  line-height:1;
  background: #19232d;
  color: #fff;
  box-shadow: 0 0 5px 5px #222 inset;
}

.sidr.right {
  left: auto;
  right: -300px;
}
.sidr.left {
  left: -300px;
  right: auto;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
.sidr ul li {
  display: block;
  margin: 0;
}
.sidr ul li:hover > a{
  color:#3884d4;
}
.sidr ul li a {
  display: block;
  padding: 16px 14px;
  font-weight:bold;
  text-decoration: none;
  text-transform:uppercase;
  color: #fff;
  border-bottom: 1px solid #383737;
  position:relative;
}
.sidr ul li.menu-item-has-children > a {
  /* border-bottom: 0; */
}
.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
  background:#11181f;
  display:none;
}
.sidr ul li ul li a{
  font-weight:normal;
  border-bottom:0;
}
.sidr ul li ul li:last-child {
  border-bottom: 0;
}
.drops{
	position:absolute;
	left:0; top:0;
	width:100%; height:100%;
	z-index:2;
}
/* .sidr ul li ul li a {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
} */

#slide_menu{
	text-align:right;
}
#close-menu,
#close_filters {
	display:inline-block;
    width: 34px;
    height: 34px;
	margin: 5px;
	padding:7px;
	font-size:20px;
	line-height: 1;
    text-align: center;
	background: #f00;
	color: #fff;
    border-radius: 4px;
	cursor: pointer;
	position:relative;
	z-index:9999;
}
#mobile_menu{
	text-align:left;
}


/*
* Social Share Buttons
*/
.social-share > div {
    float: left;
    padding-right: 1rem;
    margin: 0 0 1rem;
}

.social-buttons {
	text-align: center;
}
.social-buttons a {
    color: #fff;
    font-size: 25px;
    padding-right: 1rem;
}
/* Wordpress
------------------------------------------------------------------------------*/

.posts-list .entry p {
  margin: 0;
}

.posts-list .post {
  margin: 0 0 60px;
}

.post .title {
  margin-bottom: 10px;
}

.post .postmetadata {
  margin-bottom: 10px;
}

.widget {
  margin: 0 0 20px;
}

.textwidget p {
  padding: 0 0 10px 0;
}


/* Respond */

.comments {
  clear: both;
}

#respond {
  margin: 20px 0 20px 0;
  overflow: hidden;
}

.commentlist #respond {
  margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
  font-size: 12px;
  font-weight: normal;
}

#commentform p {
  width: 100%;
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0;
}

#commentform p label {
  display: block;
  padding: 0 0 5px;
}

#commentform p textarea {
  width: 96%;
}


/* Comments*/

#comments,
#reply-title {
  margin: 0 0 15px 0;
  line-height: 1.6em;
}

.commentlist {
  padding: 0;
  text-align: justify;
  line-height: 1.6em;
}

.comment-body {
  margin: 0 0 20px;
}

.parent.comment .comment {
  margin-left: 30px;
}

.comment-author.vcard {
  margin-bottom: 10px;
}

.comment-body .reply{
	padding-bottom: 15px;
}


/* Typography */

.entry {
  width: 100%;
  padding: 0 0 10px;
  line-height: 1.5em;
  overflow:hidden;
}

.entry a {
	font-weight:normal;
}

.entry a:hover {
  text-decoration: none;
}

.entry p {
  margin: 0 0 10px 0;
}

.entry .rtecenter, .entry p.rtecenter {
	text-align: center;
}

.entry h1 {}

.entry h2 {}

.entry h3 {}

.entry h4 {}

.entry h5 {}

.entry h6 {}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  margin: 0 0 10px 0;
}

.entry ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  line-height: 1.5em;
}

.entry ul ul,
.entry ul ol {
  margin: 0;
}

.entry ul>li {
	/*
  list-style-type: disc;
  */
  list-style: none;
  background: url(/wp-content/themes/growweedeasy/images/leaf.gif) no-repeat 0px 4px;
  margin: 2px 0 2px 0px;
  padding-left: 22px;
}

.entry ul>ul>li {
  list-style-type: circle;
}

.entry ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  line-height: 1.5em;
}

.entry ol ol,
.entry ol ul {
  margin: 0;
}

.entry ol>li {
  list-style-type: decimal;
}

.entry ol>ol>li {
  list-style-type: lower-alpha;
}

.entry table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}

.entry table td,
.entry table th {
  border: 1px solid #ccc;
  padding: 5px;
}

.entry table th {
  background: #eee;
}


/* Calendar */

#wp-calendar {
  width: 95%;
  margin-bottom: 15px;
  clear: both;
  padding: 0;
}

#wp-calendar caption {
  padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
  text-align: center;
  padding: 3px 0;
}

#wp-calendar td {
  background: transparent;
}


/* Begin Images */

img {
  max-width: 100%;
  height: auto !important;
}


img.border {
  padding: 5px;
  border: 1px solid #ccc;
}

img.wp-smiley {
  padding: 0;
  border: none;
}

.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

.alignright,.alignleft {
  margin: 5px auto 20px;
}


.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}
img.alignright,
img.alignleft {
	display:block;
}

a img.alignnone {
  margin: 0;
}

a img.alignright, a img.alignleft {
  margin: 5px auto 20px;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}

.wp-caption.alignleft, .wp-caption.alignright {
  margin: 5px auto 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.entry .wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 4px 0;
}

.al,
.navigation .next {
  float: left;
}

.ar,
.navigation .prev {
  float: right;
}


/* Various Tags & Classes */
.entry iframe{
	max-width:100%;
}
.video_holder{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.video_holder iframe{
	position:absolute;
	top:0; left:0;
	height:100%;
	width:100%;
}
.entry acronym,
.entry abbr,
.entry span.caps {
  cursor: help;
}

.entry acronym,
.entry abbr {
  border-bottom: 1px dashed #dfcfba;
}

/* .entry blockquote {
  margin: 15px 0 20px 0;
  padding: 0 15px 0 20px;
  border-left: 5px solid #ccc;
} */

.entry blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}
.entry blockquote p:first-child::before {
    color: #ccc;
    content: '"';
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.entry blockquote ol:last-child,.entry  blockquote p:last-child, .entry blockquote ul:last-child {
    margin-bottom: 0;
}

.entry blockquote cite {
  margin: 5px 0 0;
  display: block;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

.entry pre,
.entry code {
  font-family: mono-space, monospace;
  border: 1px solid #eee;
  padding: 20px;
  display: block;
  margin: 0 0 20px 0;
  overflow: auto;
  white-space: pre;
  font-size: 12px;
  line-height: 20px;
}

.entry code {
  padding: 1px 20px 0 20px;
  background: #f6f6f6;
  border-top: 0;
  border-bottom: 0;
}

sup {
  position: relative;
  top: -5px;
}

sub {
  position: relative;
  top: 5px;
}

code br {
  display: none;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.clear {
  clear: both;
  line-height: 0;
}

.sticky {}

.bypostauthor {}

.page-link {
  padding: 0 0 15px;
}

.breadcrumb {
  padding-bottom: 20px;
}


/* pagination */

.pagination{
  width: 100%;
  overflow: hidden;
  padding: 10px 0 20px 0;
  text-align:center;
}

.single .pagination {}

.pagination a {
	display: inline-block;
	margin: 0 0 10px;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pagination a:focus, .pagination a:hover{
	text-decoration: none;
    background-color: #eee;
}

/* Content
------------------------------------------------------------------------------*/
.content a {
	text-decoration: underline;
}
#page_body{
	padding: 0 0 40px;
	position:relative;
}
#page_body .container{
	padding: 0;
}
.sidebar,
.content {
	padding:0 15px;
}
.content .title{
	margin:20px 0;
}
.relative_links{
	margin-bottom:10px;
}
.relative_links .relative_item{
	display:inline-block;
}
.relative_links .relative_item a{
	display: block;
    background: #e6e6e6;
    padding: 5px;
    margin-bottom: 3px;
}

.top_slider {
	margin: 1px -15px 20px;
	overflow:hidden;
}

.top_slider .slide{
	position:relative;
	display:none;
}
.page_loaded .top_slider .slide,
.page_loaded .top_slider .slide:first-child,
.top_slider .slide:first-child{
	display:block;
}
.top_slider .slide .slider-caption{
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 999;
	width: 70%;
	text-align: left;
	font-size: 1em;
	line-height: 150%;
	background: #fff;
	background: rgba(255, 255, 255, 0.68);
	display:none;
}
.top_slider h2 {
    font-size: 1.3em;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    padding: 15px;
}
.top_slider .image {
	width:100%;
}
.top_slider img {
}
.top_slider .slider-description {
    display: inline-block;
    clear: both;
    padding: 0 15px;
    margin-bottom: 0px;
}
.top_slider .more-link {
    padding: 8px 10px;
    font-size: .9em;
    display: inline-block;
    text-transform: uppercase;
}
.top_slider .slick-prev{
	left:-50px;
}
.top_slider .slick-next{
	right:-50px;
}
.top_slider:hover .slick-prev{
	left:10px;
}
.top_slider:hover .slick-next{
	right:10px;
}

.post_list .post{
	margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.post_list .author{
    margin-bottom: 10px;
}

.post_link a:before{
	content: '>>';
    padding-right: 8px;
}

/* Feedback Form */
#input_3_1 li {
    float: left;
    display: block;
    /* padding: 20px; */
    border: 1px solid #054b81;
    margin-right: 1rem;
    background: #e6e6e6;
    color: #054b81;
    min-width: 80px;
    text-align: center;
}

#gform_fields_3 #input_3_1 li input {
    display: none;
}

#gform_fields_3 #input_3_1 li label {
    padding: 8px 18px;
}

div#gform_confirmation_wrapper_3 {
    padding: 2rem 0;
}


/* Sidebar
------------------------------------------------------------------------------*/
.sidebar{
	padding-top:10px;
}

.sidebar .widget{
	margin-bottom: 10px;
	padding: 10px;
	background: #f7f7f7;
}
.widget p{
	margin: 0 0 10px;
}
.widget ul{
	padding-left: 20px;
    margin-bottom: 20px;
	list-style:disc outside;
}
.widget h3,
.widgettitle{
	padding: 10px;
    margin: 0 0 10px;
    background: #023469;
    color: #fff;
}
.sidebar .signup_form {
	padding-bottom: 85px;
	padding-top: 110px;
	background-repeat: no-repeat;
	background-position:50% 0;
	background-size:100% auto;
}
.sidebar .signup_form {
	max-width:230px;
	margin: 0 auto;
	position:relative;
}
.sidebar .signup_form input{
	width:100%;
}
.sidebar .signup_form input[type=submit]{
	display:block;
	width:207px;
	max-width:100%;
	height:57px;
	margin: 6px auto 30px;
	text-indent:-9999px;
	background: url(images/signup-no-reflect.png) no-repeat 50% 50%;
	background-size:contain;
}
.sidebar .signup_form  div.wpcf7-response-output{
	position:absolute;
	bottom:5px; left:5px; right:5px;
	margin:0;
	background: rgba(255,255,255,0.5);
}
.sidebar .signup_form  div.wpcf7-validation-errors{
	border-color:#ff0000;
}

/*
* Page with no sidebar
*/
.nosidebar .content {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 768px;
}

/* Cannabis Symptoms Pictures Form and other Css
------------------------------------------------------------------------------*/

.cannabis-symptoms-frm {
    margin:10px auto;
    width: 100%;
    padding: 20px 0px 10px 0px;
}

.cannabis-symptoms-frm ul {
	font-size: 0;
	margin: 0 -10px;
	padding: 0;
}

.cannabis-symptoms-frm ul li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
    list-style: none;
    margin: 10px 0 0 0;
	padding: 0 10px;
	vertical-align: top;
	width: 50%;
}

.cannabis-symptoms-frm.checkboxfilter ul li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
    list-style: none;
    margin: 10px 0 0 0;
	padding: 0 10px;
	vertical-align: top;
	width: 25%;
}

.cannabis-symptoms-frm ul li.form-buttons {
	clear: both;
	display: block;
	width: 100%;
}

.sidebar .cannabis-symptoms-frm ul li {
	width: 100%;
}

.cannabis-symptoms-frm ul li h3 {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 125%;
    margin: 0 0 10px;
}

.cannabis-symptoms-frm label {
    display: inline-block;
    font-size: 16px;
    font-weight:normal;
    line-height: 125%;
    margin: 0 0 5px;
    padding: 0;
    cursor: pointer;
}

.sidebar .cannabis-symptoms-frm label {
	font-size: 12px;
	font-weight: normal;
}

.cannabis-symptoms-frm select {
    border: 1px solid #BEBEBE;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	margin: 0;
    padding: 7px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
	width: 100%; 
}

.cannabis-symptoms-frm .field-select {
    width: 25%;
}

.cannabis-symptoms-frm button {
	font-size: 14px;
	margin: 0 10px 0 0;
}

.cannabis-section {
	padding-bottom: 10px;
}

.cannibas-thumb img {
	height: auto;
	width: 250px;
}

#loadingDiv
{
    display : none;
}

#loadingDiv.show
{
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('images/loading.gif');
    background-color:#666;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}

/* Styling Checkbox Starts */
/*style wrapper to give some space*/
.checkbox-wrapper {
    position: relative;
    /* margin-bottom: .5rem; */
    /* margin-top: .5rem; */
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    margin: .5em .5em .5em 0;
    /* height: 40px; */
    padding: 1em;
    border-radius: 4px;
    border: 1px solid #ddd;
}

/*style label to give some more space*/
.checkbox-wrapper label {
    display: block;
    padding: 0px 0 5px 20px;
}

.checkbox-wrapper.exclude-bugs {
	display: inline-block;
	float: none;
	background-color: inherit;
	border: 0;
}

/*style and hide original checkbox*/
.checkbox-wrapper input {
    height: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

/*position new box*/
.checkbox-wrapper input + label::before {
    border: 2px solid #999;
    border-radius: 4px;
    content: "";
    height: 20px;
    left: 10px;
    position: absolute;
    top: auto;
    width: 20px;
}

/*svg background styles*/
.checkbox-wrapper input + label::after {
    content: "";
    opacity: 0;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check.svg");
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
  	position: absolute;
    left: 13px;
    top: 20px;
  	transition: opacity 0.2s ease-in-out;
}

/*reveal check for 'on' state*/
.checkbox-wrapper input:checked + label::after {
    opacity: 1;
}

/*focus styles*/

.checkbox-wrapper input:focus + label::before {
	/*
    box-shadow: 0 0 0 3px #ffbf47;  
  outline: 3px solid transparent; /* For Windows high contrast mode. */

}



.plant-doctor legend {
    font-size: 1.2em;
    width: 100%;
  /*  border: 1px solid #999; */
    padding-bottom: .2em;
    margin-bottom: .2em;
}

#mobile_filters {
    position: fixed;
    background: #fff;
    bottom: -1px;
    left: 0;
    width: 100%;
    /* box-shadow: 0px -3px 11px 0px #000; */
    border-top: 1px solid #ddd;
    z-index: 99999999;
}

#mobile_filters .plant-symptoms-terms {
	padding: 0;
	border: 0;
}

#mobile_filters .plant-symptoms-terms a {
	margin: .5em;
}

#mobile_filters a.return_to_filters {
    display: block;
    width: 100%;
    text-align: center;
    background: #eee;
    color: #000;
    font-size: 1.5em;
}

/*
* Plant Doctor Plugin Formatting
*/

/* Mobile Styles */
/*
#pt-cv-filter-bar-a9f25a0m5j-plant_problems_symptoms .btn {
    width: 43%;
    font-size: 13px !important;
    white-space: normal;
    min-height: 50px;
    margin-left: 10px;
}

.pt-cv-wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
*/

/*
* New Plant Doctor Controls
*/

#filter_symptoms {
    box-shadow: none;
}

a.red-cta {
    display: block;
    background: #f00;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    width: auto;
    text-align: center;
    padding: .5em;
    border-radius: 4px;
    text-transform: uppercase;
}

#filter_symptoms legend {
	display: block;
    padding: 16px 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #383737;
    border-width: 1px 0;
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

#filter_symptoms .checkbox-wrapper {
	display: block;
    padding: 16px 14px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 0;
    position: relative;
    border: 0;
    background: #11181F;;
    margin: 0;
    text-shadow: none;
    line-height: 21px;
}

#filter_symptoms .checkbox-wrapper label {
    display: block;
    padding: 0px 0 5px 25px;
}

#filter_symptoms .checkbox-wrapper input + label::before {
    border: 1px solid #fff;
    border-radius: 4px;
    content: "";
    height: 20px;
    left: 10px;
    position: absolute;
    top: auto;
    width: 20px;
    background: #fff;
}

#filter_symptoms h2 {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#filter_symptoms .plant-symptoms-form {
	margin-top: 0;
}

#filter_symptoms #apply-filter-btn {
	background: #158A00;
}

#filter_symptoms #reset-filtering-advanced {
	background: #19232d;
    padding: 0 10px 16px 10px;
}

#filter_symptoms .plant-doctor-advanced-buttons {
    padding: 16px 10px;
}

#mobile_filters_top {
    overflow: hidden;
    margin-bottom: 1.5em;
}

#mobile_filters_top a {
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	padding: .2em .5em;
}

#desktop_filter_symptoms {
	display: none;
}

/* Footer
------------------------------------------------------------------------------*/
#footer {
	clear: both;
	font-size:0.9em;
	line-height:24px;
	background:#19232d;
	color:#fff;
}
.footer_menu{
	margin: 10px 0;
	text-align:center;
}
.footer_menu li{
	display:inline-block;
	padding: 10px;
}
.footer_menu a{
	color:#fff;
}
.footer-text{
	margin: 26px 0;
	text-align: center;
}
.btt{
	position:absolute;
}
a.btt{
	position:absolute;
	bottom: 5px;
    right: 10px;
	display:block;
    padding: 5px 10px;
	color:#fff;
	background: #054b81;
}


#filter_result {
	margin: 0 -10px;
}

#filter_result .post {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    padding: 15px 10px;
    width: 50%;
}

#filter_result .post-clear {
	clear: both;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	width: 100%;
}

#filter_result .post .cannibas-thumb {
	margin: 0 0 10px;
}

#filter_result .post .cannibas-thumb a {
	display: block;
}

#filter_result .post .cannibas-thumb img {
	height: auto;
	width: 100%;
}

#filter_result .post p {
	margin: 0;
}

#filter_result .post p a {
	display: block;
	font-weight: bold;
	line-height: 125%;
}

#filter-mobile {
	display: none;
}

#filter-mobile .cannabis-symptoms-frm label {
	font-size: 12px;
	font-weight: normal;
}
#filter-mobile .toggle-box {
  display: none;
}

#filter-mobile .toggle-box + label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 5px;
}

#filter-mobile .toggle-box + label + div {
  display: none;
  margin-bottom: 10px;
}

#filter-mobile .toggle-box:checked + label + div {
  display: block;
}

#filter-mobile .toggle-box + label:before {
  background-color: #4F5150;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

#filter-mobile .toggle-box:checked + label:before {
  content: "\2212";
}

.page-template-cannabis-symptoms ul li {
	background: none;
}

.page-template-cannabis-symptoms .cannabis-section ul li:last-child {
    width: 100%;
}

/*
* Trophy Page Form
*/
.gchoice_2_6_1 br {
    display: none;
}

/*
* Cursor on homepage slider
*/
.home .slider-caption {
    cursor: pointer;
}

/*
* Allow wrapping and breaking
*/

#page_body {
	overflow-wrap: break-word;
	  word-wrap: break-word;

	  -ms-word-break: break-all;
	  
	  /* Instead use this non-standard one: */
	  word-break: break-word;

	  /* Adds a hyphen where the word breaks, if supported (No Blink) */
	  -ms-hyphens: auto;
	  -moz-hyphens: auto;
	
}
/*
.table-slide {
	width: 100%;
	overflow-x: auto;
}
*/
#page_body table {
    word-break: normal;
    max-width: 100%;
}

.table-wrap {
	margin: 10px 0 30px 0;
}

/*
.table-scroll-wrapper {
	width: 300px; 
	border: none 0px RED;
	overflow-x: scroll; 
	overflow-y:hidden;
}
.table-scroll-wrapper {
	height: 20px; 
}

.table-scroll { height: 20px; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
*/

/*
* Responsive Embed
*/
.responsive-embed {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.responsive-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
* About and Contact Links in Header
*/
#about-links {
    position: absolute;
    right: 0;
    z-index: 99;
    color: #fff;
    margin-top: 10px;
    margin-right: 3%;
    display:none;
}

#about-links a {
    color: #fff;
}

#about-links li {
    list-style: none;
    display: inline;
    margin-right: 3px;
}

#about-links li + li:before {
    content: '| ';
}

/* Remove spacing under gravity forms */
.gform_footer.top_label p {
    display: none;
}

/*
* Single Plant Problems
*/
.plant-symptoms-list h3 a {
	text-decoration: none;
}
.plant-symptoms-list ul {
    padding-left: 20px;
}

.plant-symptoms-list li a {
	color: #878f93;
}

.plant-symptoms-list li:before {
	content: '\2716';
	color: #ff0000;
	padding-right: 5px;
}

.plant-symptoms-list li.term_selected:before {
	content: '\2714';
	color: #00ff00;
}

.plant-symptoms-list li.term_selected > a {
	color: #005a8c;
}

/*
* Advanced Plant Doctor
*/

.plant-symptoms-form {
    overflow: hidden;
    margin-top: 2rem;
}

.entry .plant-symptoms-form ul li {
    list-style-type: none;
    background-image: none;
    padding-left: 0;
    margin-left: -32px;
}

.plant-symptoms-section {
    float: left;
}

.page-template-plant-doctor .entry ul>li {
	background: none;
}

.plant-doctor-info i {
    font-size: 45px;
    float: left;
    padding-right: 20px;
}

.plant-doctor-info {
    padding: 1em;
    background: #eee;
    margin-top: 1em;
    border-radius: 4px;
    overflow: hidden;
}


/*
* Marijuana Symptoms - Template Cannabis Problems Guide
*/
	.plant-symptoms-terms {
	    clear: both;
	    padding-top: 1em;
	    padding-bottom: 1em;
	    border-bottom: 1px solid #5294c1;
	    overflow: hidden;
	}

	.plant-symptoms-terms a {
		padding: .5em;
		border: 1px solid #ddd;
		margin: .5em .5em .5em 0;
		border-radius: 4px;
		display: block;
		float: left;
		text-decoration: none !important;
	}

	.content h3 a {
	    text-decoration: none;
	    color: #000;
	    font-size: 1.1em;
	}

	.plant-symptoms-thumb {
		float:none;
		margin: 0 auto;
		padding-bottom: 1em;
	}

	.plant-symptoms-descrip {
		padding-top: 1em;
	}

	/* Plant symptoms colors */
	.plant-symptoms-terms a.pink-or-purple {
	    border-color: purple;
	    color: purple;
	}

	.plant-symptoms-terms a.yellow-leaves {
	    color: #d4d400;
	    border-color: #d4d400;;
	}

	.plant-symptoms-terms a.bronze-spots-or-patches {
	    color: sandybrown;
	    border-color: sandybrown;
	}

	.plant-symptoms-terms a.red-stems {
	    color: darkred;
	    border-color: darkred;
	}

	.plant-symptoms-terms a.i-see-bugs {
	    color: darkgreen;
	    border-color: darkgreen;
	}

	.plant-symptoms-terms a.buds-dying {
	    color: green;
	    border-color: green;
	}

	.plant-symptoms-terms a.buds-look-odd {
	    color: limegreen;
	    border-color: limegreen;
	}

	.plant-symptoms-terms a.curling-or-clawing {
	    color: yellowgreen;
	    border-color: yellowgreen;
	}

	.plant-symptoms-terms a.shiny-or-smooth {
	    color: darkolivegreen;
	    border-color: darkolivegreen;
	}

	.plant-symptoms-terms a.mold-or-white-powder {
	    color: #5e985e;
	    border-color: #5e985e;
	}

	.plant-symptoms-terms a.twisted {
	    color: lightseagreen;
	    border-color: lightseagreen;
	}

	.plant-symptoms-terms a.spots-or-markings-on-leaves {
	    color: #156aa3;
	    border-color: #156aa3;
	}

	.plant-symptoms-terms a.brown-yellow-or-burnt-edges-or-tips {
	    color: #d4af43;
	    border-color: #d4af43;
	}

	.plant-symptoms-terms a.dark-green {
	    color: #2f4a01;
	    border-color: #2f4a01;
	}
	.plant-symptoms-terms a.roots-are-brown-smelly-or-slimy {
	    color: saddlebrown;
	    border-color: saddlebrown;
	}

	.plant-symptoms-terms a.yellow-between-veins {
	    color: yellowgreen;
	    border-color: yellowgreen;
	}

	.plant-symptoms-terms a.webbing {
	    color: #aabcd4;
	    border-color: #aabcd4;
	}

	.plant-symptoms-terms a.drooping {
	    color: cornflowerblue;
	    border-color: cornflowerblue;
	}

	.plant-symptoms-terms a.holes-in-leaves {
	    color: #a56f2a;
	    border-color: #a56f2a;
	}
	/* End plant symptoms colors */

/*
* Plant Doctor CTA
*/
.plant-doctor-cta {
    background: #eee;
    padding: 1em;
    border-radius: 4px;
    text-align: center;
    background-image: url(/wp-content/themes/growweedeasy/images/magnifying_glass.png);
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: 5px 5px;
    margin: 1em 0;
}

.plant-doctor-cta a {
    display: block;
    margin: 1em auto 0 auto;
    background-color: #054b81;
    width: auto;
    padding: .5em 1em;
    color: #fff;
    text-decoration: none;
    max-width: 500px;
}

.plant-doctor-cta a:hover {
	background-color: #3b85bd;
}

.desktop-only {
	display: none !important;
}

/*
* Plant Doctor - Content Views
*/
.cv-filter-loading {
	background: url('/wp-content/themes/growweedeasy/images/loading.gif') no-repeat center !important;
}

#showing_text {
    padding: 5px;
    margin-left: 15px;
}


/*
* Landing Page
*/
.single-landing_page .container {
    max-width: 960px;
    margin: 0 auto;
}

.single-landing_page .content {
    width: 100%;
    margin-top: 2em;
}


/*
* Testimonial
*/
.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;

    background: none;
    color: gray;
    font-family: Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
    text-shadow: 0 1px white;
    z-index: 600;
}

.testimonial-quote blockquote * {
    box-sizing: border-box; 
}

.testimonial-quote blockquote p {
    color: #75808a; 
    line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: #81bedb;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: 48px;
    left: -16px;    
    text-shadow: none;
    z-index: -300;
}

.testimonial-quote img {
    border: 3px solid #9CC1D3;
    border-radius: 50%;
    display: block;
    width: 120px;
    height: 120px !important;
    position: absolute;
    top: -.2em; 
    left: 0;    
}

.testimonial-quote cite {
    color: gray;
    display: block;
    font-size: .8em; 
}
  
.testimonial-quote cite span {
    color: #5e5e5e;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white; 
}

.testimonial-quote {
    position: relative;
    max-width: 720px;
    margin: 2em auto;
}

.testimonial-quote .quote-container {
    padding-left: 160px; 
}

.testimonial-quote.no_image .quote-container {
	padding-left: 0;
}
  
.testimonial-quote.right .quote-container {
    padding-left: 0;
    padding-right: 160px; 
}

.testimonial-quote.right.no_image .quote-container {
    padding-right: 0px; 
}

.testimonial-quote.right img {
    left: auto;
    right: 0;
}

.testimonial-quote.right cite {
    text-align: right; 
}

hr.testimonial {
	margin: 2em auto;
	opacity: .5;
}


/*
* Linebreak Shortcode
*/
.gwe-linebreak {
    height: 10px;
}

.gwe-linebreak.linebreak-amount-5 {
	height: 5px;
}

.gwe-linebreak.linebreak-amount-20 {
	height: 20px;
}

.gwe-linebreak.linebreak-amount-30 {
	height: 30px;
}

/*
* Updates for better spacing
*/
.entry p {
    font-size: 1em;
    line-height: 1.58;
    margin: 0 0 1.5em 0;
}

.entry ul {
	
}

.entry ul li,
.entry ol li {
	line-height: 1.58;
	font-size: 1em;
}




/* Media
------------------------------------------------------------------------------*/ 
@media only screen and (min-width : 560px) {
	.branding{
		padding: 0 60px;
	}
	.logo {
		padding: 0;
	}
	.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
	.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}
	a img.alignright {
	  float: right;
	  margin: 5px 0 20px 20px;
	}

	a img.alignleft {
	  float: left;
	  margin: 5px 20px 20px 0;
	}
	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}
	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}
}
@media only screen and (min-width : 768px) {
	.container {
		width: 750px;
	}
	.top-bar{
		display: none;
	}
	#menu li:hover>*{display:block;}
	.nav-bar,
	.top_slider .slide .slider-caption{
		display:block;
	}
	#about-links {
		display: block;
	}

	.mobile-only {
		display: none !important;
	}

	.desktop-only {
		display: block !important;
	}

	.plant-symptoms-block {
	    width: 33%;
	    float: left;
	    padding: 0 10px 0 0;
	}

	.plant-symptoms-list {
	    border: 1px solid #ddd;
	    padding: .5em;
	    border-radius: 5px;
	    overflow: hidden;
	}

	.plant-symptoms-thumb {
		padding-right: 1em;
		padding-top: 1em;
		width: 300px;
		float: left;
	}

	.plant-doctor-cta {
	    background-size: 108px;
	    background-position: 5px;
	}

	.plant-doctor fieldset {
		width: 33.33%;
		float: left;
	}

	.plant-doctor legend {
	    width: 90%;
	}

	/* Plant Doctor Plugin */
	
	/*
	#pt-cv-filter-bar-a9f25a0m5j-plant_problems_symptoms .btn {
	    margin-right: 3px !important;
	    width: 196px;
	    font-size: 13px !important;
	}

	.pt-cv-wrapper {
		margin: 0 auto;
		overflow: hidden;
		width: 649px;
	}
	*/
	
}

@media only screen and (min-width : 992px) {
	.container {
		width: 970px;
	}
	.content {
		float: left;
		width: 70%;
	}
	.sidebar {
		float: right;
		width: 30%;
	}
}

@media only screen and (min-width : 1200px) {
	.container {
		width: 1170px;
	}
	.content {
		width: 75%;
	}
	.sidebar {
		width: 25%;
	}
}

@media (max-width: 991px) {
	#menu a {
		font-size: 11px;
	}
	#menu ul a {
		padding: 10px 15px;
	}
	#filter-mobile {
		display: block;
	}
	.sidebar.sidebar-filters {
		display: none;
	}
	
}

/*
* Break to mobile layout
*/
@media (max-width: 767px) {
	.cannabis-symptoms-frm ul li {
		display: block;
		width: 50%;
	}
	.cannabis-symptoms-frm.checkboxfilter ul li{
		display: block;
		width: 50%;
	}

	

	#page_body img {
		float: none !important;
		display: block !important;
		margin: 0 auto !important;
	}

	

}



@media (max-width: 680px) {

	

	
}

@media (max-width: 580px) {

	#page_body {
		max-width: 480px;
    	margin: 0 auto;
	}

	table {
		position: absolute;
	}
	
}

@media (max-width: 480px) {
	#filter_result .post {
		float: none;
		width: 100%;
	}
	.cannabis-symptoms-frm ul li {
		display: block;
		width: 100%;
	}
	.cannabis-symptoms-frm.checkboxfilter ul li{
		display: block;
		width: 100%;
	}

	

	
	#page_body {
		max-width: 440px;
    	margin: 0 auto;
	}
	
}

@media (max-width: 414px) {
	
	#page_body {
		max-width: 391px;
    	margin: 0 auto;
	}
	
}

@media (max-width: 375px) {
	
	#page_body {
		max-width: 355px;
    	margin: 0 auto;
	}
	
}

@media (max-width: 360px) {
	/*
	#page_body img,
	#page_body p,
	#page_body ul,
	#page_body ol,
	#page_body h1,
	#page_body h2,
	#page_body h3,
	#page_body h4,
	.relative_links	
	 {
		max-width: 330px;
		text-align: left;
	}

	#header,
	#footer,
	.sidebar,
	.top-bar {
		max-width: 360px;
	}

	a.btt {
		left: 160px;
		width: 176px;
	}
	*/
	#page_body {
		max-width: 340px;
		margin: 0 auto;
	}

	
	

}

@media (max-width: 320px) {
	/*
	#page_body img,
	#page_body p,
	#page_body ul,
	#page_body ol,
	#page_body h1,
	#page_body h2,
	#page_body h3,
	#page_body h4,
	.relative_links
	 {
		max-width: 280px;
		text-align: left;
	}

	#header,
	#footer,
	.sidebar,
	.top-bar {
		max-width: 315px;
	}

	a.btt {
		left: 160px;
		width: 176px;
	}
	*/
	table {
		position: absolute;
	}

	#page_body {
		max-width: 300px;
		margin: 0 auto;
	}

	

	#page_body table {
		max-width: 100%;
	}
}