html{
	overflow-x: hidden;
	background: #FFF;
}

h1, h2, h3{
	margin: 0 0 15px 0;
}

h1{
	color: #522B1C;
	font-size: 4.16rem;
	font-weight: 500;
	text-transform: uppercase;
}

h2, h3, h4{
	font-family: 'Zilla Slab', serif;
}

h2 {
    color: #FE5E00;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.2;
}

h3 {
    font-size: 2.5rem;
    line-height: 1.3;
	font-weight: 500;
	color: #522B1C;
}

h4{
	font-size: 1.8rem;
	color: #522b1c;
	line-height: 1.3;
}

body{
	font-size: 16px;
	font-weight: 400;
}

p {
    margin: 0 0 15px 0;
}

img{
	max-width: 100%;
	height: auto;
}

hr{
	color: #fff; 
	background-color: transparent; 
	border: 1px solid #CCC; 
	border-width: 0 0 1px 0; 
	margin: 35px 0;
	width: 100%;
	text-align: center;
}

a{
	color: #006ba6;
}

a:hover{
	text-decoration: underline;
}

.content-wrapper{
    max-width: 1160px;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
	background: #FFF;
	box-shadow: 0 0 12px rgba(0,0,0,0.2);

}

.wrapper {
    width: 100%;
		padding: 25px 40px;
		overflow: auto;
	    overflow-x: hidden;
}

.wrapper.body-content {
    padding-top: 60px;
		padding-bottom: 60px;
}

.intro_block {
    position: relative;
    padding-bottom: 45px;
	margin-bottom: 30px;
}

.intro_block:after {
    content: '\0041' !important;
    font-family: 'Tree Font';
	font-weight: 700;
    font-size: 30px;
    display: block !important;
    text-align: center;
    color: #ffa409;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	line-height: 0.5;
}

/* ------------------- */
/* HEADER */
/* ------------------- */

header .wrapper{
	display: table;
}

header .wrapper .logo, header .wrapper .tagline, header .wrapper .other-content{
	display: table-cell;
	vertical-align: bottom;
	position: relative;
}

header .wrapper .tagline{
	color: #779A0B;
	text-align: left;
}

header .wrapper .other-content{
	text-align: right;
}

header .wrapper .other-content ul li{
	list-style: none;
}

.logo img {
    max-width: 200px !important;
}

.social{
	margin-bottom: 10px;
}

.social i {
    color: #FFF;
    background: #FC391D;
    display: inline-block;
    padding: 5px;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    font-size: 17px;
    vertical-align: middle;
    line-height: 1.3;
    margin: 0;
}

.red {
    color: #FC391D;
}

ul#menu-programs-menu {
    margin: 0 0 10px 0;
    padding: 0;
}

ul#menu-programs-menu li a{
	color: #444;
}

ul#menu-programs-menu li a:hover{
	color: #FFA409;
	text-decoration: none;
}

.nav-container{
	display: table;
	width: 100% !important;	
	left: 0 !important;
	background: #F4F4F4;
}

nav.nav {
	width: 100% !important;
    padding: 10px 40px;
    background: #F4F4F4;
	max-width: 1160px;
	margin: 0 auto ;
}

.element-is-sticky .nav{
	width: 100% !important;
}

nav{
	 transition: 0.3s;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item-home {
    display: none;
}

#mega-menu-wrap-header-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu{
	width: 100%;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{
	width: 25%;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    text-align: center;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child > a.mega-menu-link{
	border-right: 1px solid #dcdcdc;
}

main.fullwidth{
	width: 100%;
}
.post-thumbnail{
	margin-bottom: 30px;
}

form.search {
    position: relative;
}

.sidemenu_content form.search{
	margin-top: 10px;
}

.anti-social form.search{
	float: right;
	max-width: 190px;
}

input[type="search"]{
	display:block;
	width: 100%;
	box-sizing: border-box;
	background: #F7F7F7;
	padding: 5px 10px;
	padding-right: 30px;
	border: 1px solid #DDD;
}

button.search-submit {
    border: 0;
    background: transparent;
    position: absolute;
    right: 0;
    top: 5px;
    color: #AAA;
}

.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 5px 0 0 0;
    color: #777;
}

.wp-caption {
    padding: 5px 3px 5px;
}

/* ------------------- */
/* HOME PAGE */
/* ------------------- */

.home_slider{
	width: calc(100% + 80px);
	margin-left: -40px;
	margin-top: -60px;
}

.discover i{
    color: #779a0b;
    background: #F7f7f7;
    display: inline-block;
	width: 100px;
	height: 100px;
    border-radius: 50%;
	font-size: 6rem !important;
	line-height: 1.9;
}

a.learn_it{
	padding-right: 1.5em;
	font-weight: 700;
}

a.learn_it:hover span{
	color: #FFF !important;
}

a.learn_it .sow-icon-ionicons{
	margin-right: 0 !important;
	display: inline-block;
	font-size: 12px;
	line-height: 1.6;
}

table.green-table h3{
	line-height: 1.2;
}

table.green-table .learn_more{
	position: absolute;
left: 50%;
bottom: 20px;
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}

.icon-link a{
	display: inline-block;
	background: #FFF;
	padding: 25px;
	border-radius: 50%;
	max-width: 120px;
	text-align: center;
	border: 2px solid #FFF;
}

.icon-link a:hover{
	border: 2px solid #779a0b
}

.button-row a.learn_it.ow-icon-placement-right.ow-button-hover {
  display: block;
}

.stretch-image .widget_media_image {
  width: calc(100% + 80px);
  margin-left: -40px !important;
}

.other-orgs {
    background: #F4F4F4;
    text-align: center;
    padding: 40px 0;
    width: calc(100% + 80px);
    margin: 0 0 0 -40px;
}

table.feed_and_sidebar{
	margin-top: 30px;
	border-collapse: separate;
	border-spacing: 40px 0;
	width: calc(100% + 80px);
	margin-left: -40px;
}

table.feed_and_sidebar td{
	vertical-align: top;
}

table.feed_and_sidebar td:first-child + td{
	width: 360px;
}

table.feed_and_sidebar td:first-child + td div.green_sidebar{
	text-align: center;
	padding: 20px;
	background: #406f03 url('https://treemontgomery.org/wp-content/themes/html5-child-theme/images/dont_forget.jpg');
	color: #FFF;
}

table.feed_and_sidebar td:first-child + td h1, table.feed_and_sidebar td:first-child + td a{
	color: #FFF;
}

table.feed_and_sidebar td:first-child h2{
	color: #522b1c;
}

table.feed_and_sidebar .feedzy-rss > ul{
	margin: 0;
}

.feedzy-rss .rss_item:first-child{
	padding-top: 0 !important;
}

.feedzy-rss .rss_item{
	margin: 0 !important;
	padding: 25px 0 !important;
}

.feedzy-rss .rss_item .title{
	display: block;
	font-family: 'Zilla Slab', serif;
	margin: 0 0 5px 0;
	font-size: 20px;
	font-weight: 500;
}

.feedzy-rss .rss_item .title a{
	color: #444;
}

.feedzy-rss .rss_item .title a:hover{
	color: #FFA409;
}

.feedzy-rss .rss_item .rss_content small {
    font-style: initial;
	margin-bottom: 8px;
	color: #FFA409;
}

img.desk_img {
		display: inline-block;
}

img.mobile_img {
		display: none;
}

@media screen and (max-width: 750px) {
	img.desk_img {
		display: none;
	}	
	img.mobile_img {
		display: inline-block;
	}
}

/* ------------------- */
/* PAGE WITH SIDEBAR */
/* ------------------- */

aside.sidebar{	
	width: 250px;
}

main{
	float: right;
	width: calc(100% - 300px);
}

.sidebar h3{
	display: none;
}

a.sign_up_link{
	display: block;
	padding: 45px 15px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: #406f03 url('https://treemontgomery.org/wp-content/themes/html5-child-theme/images/dont_forget.jpg');
}

a.sign_up_link:hover{
	background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://treemontgomery.org/wp-content/themes/html5-child-theme/images/dont_forget.jpg');
}

a.sign_up_link .small_letters{
	   font-family: 'Zilla Slab', serif;
	font-size: 2.2rem;
}

a.sign_up_link .big_letters{
	font-size: 6rem;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.2;
	text-transform: uppercase;
}

/* ------------------- */
/* SIDEBAR MENU */
/* ------------------- */

body.contact-us div#nav_menu-3{
	display: none;
}


div#nav_menu-3 ul#menu-main-menu-1{
	padding: 20px;
	background: #f2f2f2;
	margin-bottom: 25px;
}

div#nav_menu-3 ul{
	margin: 0;
	padding: 0 0 0 10px;
}

div#nav_menu-3 ul li{
	display: none;
}

div#nav_menu-3 ul li.current-menu-ancestor li{
	margin-top: 7px;
}

div#nav_menu-3 ul li.current-menu-ancestor, div#nav_menu-3 ul li.current-menu-parent li{
	display: block;
}

div#nav_menu-3 ul li a{
	color: #444;
}

div#nav_menu-3 ul li a:hover, div#nav_menu-3 ul li.current_page_item > a{
	color: #ffa409;
}

.single-tree div#nav_menu-3 ul, .single-guide div#nav_menu-3 ul{
	display: none;
}

/* ------------------- */
/* CARE GUIDE */
/* ------------------- */

.wrapper .su-tabs-pane, .wrapper .su-tabs-nav span{
	font-size: inherit;
}

.wrapper .su-tabs-pane {
	padding: 5px;
}

.guide-posts{
	display: flex;
  flex-wrap: wrap;
	width: calc(100% + 10px);
	padding: 10px 0 0 0;
  margin-left: -5px;
}

.guide-post {
  border: 1px solid #DDD;
  width: calc(33.3% - 10px);
	padding: 10px;
	padding-bottom: 40px;
  margin: 5px;
	position: relative;
	display: block;
}

.guide-post.tree-profile{
	padding: 27% 0 0 0;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
}

.guide-post.tree-profile span{
	display: block;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	padding: 5px 0;
	position: absolute;
	bottom: 0;
}

.guide-title h4{
	font-family: 'Zilla Slab', serif;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px
}

.guide-title{
	position: relative;
	padding-right: 65px;
}

.guide-seasons{
	position: absolute;
	top: 4px;
	right: 0;
}

.guide-title i:before{
	display: inline-block;
   font-family: 'Tree Font';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}

.guide-title i.Spring:before{
	content: '\0045';
	color: #779A0B;
}

.guide-title i.Summer:before{
	content: '\0046';
	color: #FFA400;
}

.guide-title i.Fall:before{
	content: '\0042';
	color: #E06A12;
}

.guide-title i.Winter:before{
	content: '\0048';
	color: #2A8AB5;
}

a.read_more {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 10px;
}  

/* ------------------- */
/* TREE PROFILE */
/* ------------------- */

#tabs{
	display: flex;
    flex-wrap: wrap;
	padding: 0;
	width: calc(100% + 10px);
}

.tablinks {
    cursor: pointer;
	border: 1px solid #DDD;
	padding: 10px 20px;
	margin: 0 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.tablinks.active{
    border-bottom: 1px solid #FFF;
}

.tabcontent{
	margin-top: -1px;
	padding: 10px;
	border: 1px solid #DDD;
}

/* ------------------- */
/* MOBILE NAV */
/* ------------------- */

div#nav_menu-4 ul{
	margin: 20px 0 0 0;
	padding: 0;
}

div#nav_menu-4 ul li{
	list-style: none;
}

div#nav_menu-4 ul li.current_page_item>a{
	background: #6c8d0c;
}

div#nav_menu-4 ul li a{
	text-transform: uppercase;
}

div#nav_menu-4 ul li a{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #6c8d0c;
}

div#nav_menu-4 ul ul li a{
	padding-left: 20px;
	text-transform: initial;
}

div#nav_menu-4 ul ul ul li a{
	padding-left: 30px;
}

.mobile_nav{
	display: none;
	background: #F2F2F2;
	padding: 15px 0;
}

.mobile_nav .wrapper{
	padding: 5px 40px;
}

.sidenav {
    width: 0;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.3s;
	max-width: 400px;
}

div#coverDIV {
    width: 100%;
	height: 100%;
    padding: 0;
    text-align: center;
	position: fixed;
	z-index: 1000;
	background: #000;
	background: rgba(0,0,0,0.5);
}

.sidenav a, .offcanvas a:focus{
    color: #f1f1f1;
	text-decoration: none;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}

.sidemenu_content{
	position: relative;
	background: #779A0B;
	width: 100%;
	padding: 20px;
	padding-top: 60px;
	height: 100vh;
	box-sizing: border-box;
	overflow: auto;
}

/* ------------------- */
/* TREE PROFILES */
/* ------------------- */

ul.full-legend{
	border: 1px solid #EEE;
	padding: 20px;
	margin: 0;
}

ul.full-legend li{
	list-style: none;
	display: inline-block;
}

ul.full-legend li i{
	
}

ul.full-legend li i.font-fast-track, ul.full-legend li i.font-tree.white{
	color: #FFA409;
}

ul.full-legend li i.font-featured{
	color: #779A0B;
}

ul.full-legend li i.font-tree.red{
	color: #FC391D;
}

ul.full-legend li i.font-other{
	color: #779A0B;
}

div.empty {
    display: block;
	padding: 10px;
}

.tree-specs{
	display: table;
	    width: calc(100% + 60px);
    border-collapse: separate;
    border-spacing: 30px 0;
    margin: 50px 0 0 -30px;
}

.tree-dimentions, .tree-measurements{
	display: table-cell;
	vertical-align: top;
}

.single-tree .legend-icons{
	margin-bottom: 15px;
}

.legend-icons span[class*="a"], .legend-icons span[class*="e"], ul.full-legend li{
	display: inline-block;
	background: #EEE;
	/*background: #ECF5D0;*/
	padding: 4px 13px 4px 9px;
	border-radius: 20px;
	font-weight: 600;
	font-size: 14px;	
}

.legend-icons span[class]:before{
	font-family: 'Tree Font';
	font-size: 20px;
	display: inline-block;
	background: #EEE;
	text-align: center;
	border-radius: 50%;
	line-height: 1;
	vertical-align: top;
	margin: 0 7px 0 0;
	font-weight: 400;
}

.legend-icons span.Fast.Track:before {
    content: '\004e';
	color: #FFA409;
}

.legend-icons span.White.Oak:before {
    content: '\0047';
	color: #FFA409;
}

.legend-icons span.Red.Oak:before {
    content: '\0047';
	color: #FC391D;
}

.legend-icons span.Featured:before {
    content: '\004f';
	color: #779A0B;
}

.legend-icons span.Other:before {
    content: '\0050';
	color: #779A0B;
}

a.fact-sheet{
	border: 1px solid #DDD;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 30px;
	margin: 10px 0;
}

a.fact-sheet i{
	font-size: 80%;
	margin: 0 0 0 5px;
}

.tree-dimentions{
	width: 300px;
}

table.small-tree td.left-label{
	width: 20px;
	position: relative;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	background: url('https://treemontgomery.org/wp-content/themes/html5-child-theme/images/line.jpg') repeat-y center center;
}

table.small-tree td.left-label:before, table.small-tree td.left-label:after, table.small-tree td.bottom-label:before, table.small-tree td.bottom-label:after {	
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	display: inline-block;
	color: #CCC;
	line-height: 0.5;
}

table.small-tree td.left-label:before, table.small-tree td.left-label:after{
	content: '\f0de';
	top: 2px;
	left: 50%;
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);	
}

table.small-tree td.left-label:after{
	content: '\f0d7';
	top: initial;
	bottom: 0;
}

table.small-tree td.bottom-label:before, table.small-tree td.bottom-label:after{
	content: '\f0d9';
	left: 0;
	top: 50%;
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);	
}

table.small-tree td.bottom-label:after{
	content: '\f0da';
	left: initial;
	right: 0;
}

table.small-tree td.bottom-label{
	text-align: center;
	border-left: 1px dashed #CCC;
	border-right: 1px dashed #CCC;
	background: url('https://treemontgomery.org/wp-content/themes/html5-child-theme/images/line.jpg') repeat-x center center;
	position: relative;
}

span.rotated{
	-webkit-transform: rotate(90deg);	
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
	width: auto;
	height: auto;
	display: inline-block;
	background: #FFF;
	white-space: nowrap;
	position: absolute;
	left: -35px;
	color: #779A0B;
}

span.not-rotated{
	display: inline-block;
	background: #FFF;
	color: #779A0B;
}

table.measure-blocks{
	width: 100%;
	max-width: 450px;
	border-collapse: separate;
	border-spacing: 0 5px;
}

table.measure-blocks td:first-child{
	border-width: 1px 0 1px 1px;
	color: #FE5E00;
	font-family: 'Zilla Slab', serif;
   font-size: 2.2rem;
}

table.measure-blocks td{
	background: #F7F7F7;
	padding: 10px 15px;
	border: 1px solid #DDD;
	border-width: 1px 1px 1px 0;
	font-family: 'Oswald';
	font-size: 4rem;
	font-weight: 500;
	color: #522B1C;
	vertical-align: top;
  line-height: 1.2;
}

span.small_feet{
	font-size: 2rem;
}

a.modal-link{
	background: rgba(0,0,0,0.6);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 50px;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

a.modal-link:hover{
	background: rgba(0,0,0,1);
}

a.modal-link i{
	margin-left: 7px;
}

.photo-credit {
    display: block;
    background: #FFF;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 1px 8px;
    border-radius: 10px;
    max-width: calc(100% - 180px);
	font-size: 10px;
}

/* ------------------- */
/* SPECIAL BLOCKS */
/* ------------------- */

table.transformation{
	width: calc(100% + 40px) !important;
	margin: 50px 0 0 -20px;
}

table.transformation td{
background: #f7f7f7;
padding: 40px 20px 20px 20px;
    border: 1px solid #ccc;
    vertical-align: top;
    position: relative;
}

table.transformation td:first-child{
	text-align: center;
}

table.transformation td:first-child:before, table.transformation td:first-child + td:before{
	content:'\0044';
	font-family: 'Tree Font';
	color: #779a0b;
    background: #F7f7f7;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 4rem !important;
    line-height: 1.6;
	border: 1px solid #DDD;
	text-align: center;
	position: absolute;
left: 50%;
top: -40px;
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}

table.transformation td:first-child + td:before{
	content:'\0049';
	color: #FE5E00;
}

h1.planted {
    color: #779A0B;
    font-size: 8rem;
    margin: 0;
    text-align: center;
}

h1.tree_map {
    margin-top: 0;
    color: #FE5E00;
}

h3.to_date{
	font-size: 3rem;
	line-height: 1.4;
}

ul.discover{
	display: table;
	width: calc(100% + 20px);
	margin: 0 0 0 -10px;
	padding: 0;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px 0;
}

ul.discover li{
	display: table-cell;
}

ul.discover li a, a.learn_more, a.learn_more_back{
	color: #779A0B;
	display: inline-block;
	text-align: center;
	border: 2px solid;
	padding: 10px 20px;
	font-weight: 700;
}

ul.discover li a:after, a.learn_more:after, a.learn_more_back:before{
	content:'\004a';
	font-family: 'Tree Font';
	display: inline;
	font-size: 12px;
	margin-left: 5px;
}

 a.learn_more_back:before{
	content:'\004b';
	 margin-left: 0;
	 margin-right: 5px;
}

ul.discover li a{
	display: block;
	padding: 20px 0;
	text-transform: uppercase;
}

ul.discover li a:hover, a.learn_more:hover{
	color: #FFF;
	background: #779A0B;
	border-color: #779A0B;
	text-decoration: none;
}

.other-orgs a.learn_more{
	color: #FE5E00;
}

.other-orgs a.learn_more:hover{
	background: #FE5E00;
	border-color: #FE5E00;
	color: #FFF;
}

/* Where We Plant */

table.where-we-plant{
	border: 1px solid #DDD;
}

table.where-we-plant td{
	padding: 15px !important;
}

table.where-we-plant img.alignnone{
	margin: 0;
}

table.where-we-plant h3{
	margin-top: 15px;
	color: #fe5e00;
}

/* How It Works */

.how_steps .su-spoiler-title {
    font-size: 25px !important;;
    font-family: 'Zilla Slab', serif;
	color: #FE5E00;
	font-weight: 400;
}

.how_steps .su-spoiler-title strong{
	font-family: 'Open Sans';
	font-size: 16px;
	display: block;
	font-weight: normal;
	color: #444;
	margin-bottom: 5px;
}

.how_steps .su-accordion .su-spoiler{
	position: relative !important;
  border: 1px solid #DDD;
}

.how_steps .su-spoiler-style-default > .su-spoiler-title {
	background: #f2f2f2;
    padding-left: 55px;
    padding-right: 40px;
	padding-top: 12px;
    padding-bottom: 16px;
}


.how_steps .su-spoiler-style-default > .su-spoiler-content {
	border: 0;
	border-top: 1px solid #DDD;
  padding: 2rem;
}

.how_steps .su-accordion{
counter-reset: section;
}

.how_steps .su-accordion .su-spoiler.su-spoiler-style-default.su-spoiler-icon-chevron:before {
    counter-increment: section;
    content: counter(section) !important;
    display: inline-block;
    width: 32px;
    height: 32px;
    left: 10px;
    top: 10px;
    position: absolute;
    color: #FFF;
    background: #006BA6;
    text-align: center;
    border-radius: 40px;
    font-family: 'Zilla Slab', serif;
    font-weight: 500;
    line-height: 1.2;
    z-index: 1;
    font-size: 24px;
}

.how_steps .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon{
	left: initial;
	top: 20px;
	right: 10px;
	color: #FFA409;
	display: none;
}

.qtip.su-qtip.qtip-default {
    font-size: 13px;
    line-height: 1.3;
}

.su-tooltip {
    border-bottom: 1px dashed;
}

/* FAQs */

.su-spoiler-title {
	font-size: 18px !important;
}

.su-spoiler-style-fancy, .su-spoiler-style-fancy > .su-spoiler-title{
	border-radius: 0 !important;
}

.su-spoiler.su-spoiler-style-fancy.su-spoiler-icon-plus {
    border: 1px solid #DDD;
}

.su-spoiler.su-spoiler-style-fancy.su-spoiler-icon-plus > .su-spoiler-title {
    border-bottom: 1px solid #DDD;
	background: #F7f7f7;
    color: #779A0B;
}

.su-spoiler.su-spoiler-style-fancy.su-spoiler-icon-plus.su-spoiler-closed > .su-spoiler-title{
	border: 0;
	background: transparent;
}

.su-spoiler.su-spoiler-style-fancy > .su-spoiler-title:after, .su-spoiler-style-default > .su-spoiler-title:after, .su-spoiler.su-spoiler-style-fancy > .su-spoiler-title:after {
    content: '\f107';
    font-family: fontawesome;
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    position: absolute;
    color: #FFA409;
}

.su-spoiler-style-default.su-spoiler-closed > .su-spoiler-title:after, .su-spoiler.su-spoiler-style-fancy.su-spoiler-closed > .su-spoiler-title:after{
	content: '\f106';
}

/* FOOTER */

footer{
	border-top: 1px solid #DDD;
	background: #F4F4F4;
	font-size: 1.4rem;
}

footer .wrapper{
	display: table;
}

.footer-left, .footer-right{
	display: table-cell;
	vertical-align: top;
}

.footer-left{
	width: 55%;
}

.footer-right{
	width: 45%;
	line-height: 1.5;
	color: #636363;
}

.footer-left h4{
	font-family: 'Zilla Slab', serif;
	margin: 0 0 5px 0;
	font-size: 19px;
	font-weight: 500;
}

.footer-left table td{
	vertical-align: top;
	padding: 0 15px 0 0;
}

.footer-left ul{
	margin: 0;
	padding: 0;
}

.footer-left ul li{
	list-style: none;
	margin-bottom: 3px;
}

table.footer-logos{
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}

table.footer-logos td:first-child img {
    max-width: 250px;
}

table.footer-logos td:first-child + td img {
    max-width: 75px;
}

table.footer-logos td:first-child + td{
	text-align: right;
}

/* MEDIA QUERIES */

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

	.guide-post {
    width: calc(50% - 10px);
}
}

@media screen and (max-width: 950px) {
	#mega-menu-wrap-header-menu{
		display: none;
	}
	.mobile_nav{
		display: block;
	}
	.guide-post {
    width: calc(100% - 10px);		
}
	.guide-post.tree-profile{
    width: calc(50% - 10px);
}
	.footer-left, .footer-right{
		display: block;
		width: 100%;
	}
	.footer-left{
		margin-bottom: 20px;
	}
}

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

	header .wrapper .logo, header .wrapper .tagline, header .wrapper .other-content{
	display: block;
	vertical-align: bottom;
	position: relative;
}
	header .wrapper .logo, header .wrapper .tagline{
		text-align: center;
	}
	
	header .wrapper .tagline{
		margin-top: 20px;
	}
	
	header .wrapper .other-content{
		position: absolute;
		top: -50px;
		right: 15px;
	}
	
	.anti-social{
		display: none;
	}
}

@media screen and (max-width: 728px) {
	
	.content-wrapper{
		width: 100%;
	}
	
	.wrapper.body-content{
		padding-top: 40px;
    padding-bottom: 40px;
	}
	
main {
    float: none;
    width: 100%;
}
	
aside.sidebar {
    width: 100%;
	float: none;
	margin-top: 40px;
	}
	
	table.green-table td, table.feed_and_sidebar td, table.transformation td,  ul.discover li{
		display: block;
		width: 100% !important;
		margin-bottom: 10px;
	}
	table.transformation td:first-child{
		margin-bottom: 50px;
	}
	.tree-dimentions, .tree-measurements{
		display: block;
	}	
	
}


@media screen and (max-width: 600px){
	.footer-left table td{
		display: block;
		margin-top: 20px;
	}
	.footer-left table td:first-child{
		margin-top: 0;
	}
	
	.footer-left table td, table.footer-logos td{
		display: block;
		margin-top: 20px;
	}
	.footer-left table td:first-child{
		margin-top: 0;
	}
	table.footer-logos td{
		text-align: initial !important;
	}
	
		.mobile_nav .wrapper {
    padding: 5px 20px;
}
	
	.other-orgs {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
}
	
	.wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	table.where-we-plant td{
	display: block;
		width: 100% !important;
		box-sizing: border-box;
}
	
	table.where-we-plant td:first-child{	
		padding-bottom: 0 !important;
}
	
	table.where-we-plant h3{
	margin-top: 0;
}
	.guide-post.tree-profile{
    width: calc(100% - 10px);
		padding: 55% 0 0 0;
}
	
}