/*******************************************************************************************************************

	Theme Name: Sustainable Melbourne Fund
	Description: Custom templates based upon the Seed theme by Organic Themes
	Author: Dave, Darren and Kat of Ellis Jones
	Version: 1.0

********************************************************************************************************************

	Table of Contents:

	 0.	Global
	 1.	Hyperlinks
	 2.	Headings
	 3.	Header
	 4.	Navigation
	 5.	Slideshow
	 6.	Homepage
	 7.	Content
	 8. Post Formats
	 9. Social Media
	10. Pagination
	11.	Images
	12. Portfolio
	13.	Wordpress Gallery
	14.	Sidebar
	15.	Widgets
	16.	RSS Widget
	17.	Calendar Widget
	18.	Custom Menu Widget
	19.	Search Form
	20.	Footer
	21.	Comments
	22.	Buttons
	23. Tables
	24. Forms
	25. CSS3 Styles
	26. WooCommerce
	27. Grid

*******************************************************************************************************************/

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#wrap {
    min-height: 100%;
    position: relative;
}

body {
    color: #666666;
    font-size: 0.9em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.9;
    background: #ebebeb url(images/background.jpg) center 240px no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

input, button {
    -webkit-appearance: none;
}

/************************************************
*	0.	Global									*
************************************************/

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

p:empty {
    display: none;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

hr {
    border: 0;
    width: 100%;
    height: 1px;
    color: #DDDDDD;
    background-color: #DDDDDD;
    margin: 6px 0 8px 0;
    padding: 0;
}

ol, ul {
    list-style: none;
    margin: 6px 0 6px 20px;
    padding: 0;
}

ol li {
    list-style: inside;
    list-style-type: decimal;
    margin: 0;
    padding: 0;
}

ul li {
    list-style: inside;
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

ul ol li, ul ol ul ol li {
    list-style-type: decimal;
}

ol ul li, ol ul ol ul li {
    list-style-type: square;
}

blockquote {
    color: #8dc53e;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.6;
    margin: 20px 0;
    padding: 20px;
    border-top: 1px solid #8dc53e;
    border-bottom: 1px solid #8dc53e;
}

blockquote p {
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

code, pre {
    color: #666666;
    background: #F9F9F9;
    font-family: Courier, Verdana, Tahoma, Verdana;
    font-size: 13px;
    line-height: 1.4;
    margin: 12px 0;
    padding: 6px 8px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

code {
    display: inline;
    white-space: normal;
}

pre {
    display: block;
}

pre code {
    padding: 0;
    border: none;
    border-radius: 0;
}

img {
    -ms-interpolation-mode: bicubic;
}

img, object, embed {
    height: auto;
    max-width: 100%;
    margin: 0 auto 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

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

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

.text-center {
    text-align: center;
}

.align-center {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

/************************************************
*	1.	Hyperlinks								*
************************************************/

a img {
    border: none;
}

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

p a, p a:link,
ul a, ol a,
ul a:link, ol a:link {
    color: #669900;
    text-decoration: underline;
}

.slides h2.title a {
    color: #669900 !important;
}

p a:focus, p a:hover {
    text-decoration: none;
}

a:focus, a:hover, a:active {
    color: #669900;
    text-decoration: underline;
}

a.no-style-link {
    text-decoration: none !important;
}

.footer a, .footer a:link {
    color: #333;
    text-decoration: underline;
}

#ellisjones {
    opacity: 0.75;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    width: 48px;
    height: 48px;
}


#ellisjones:hover {
    opacity: 1;
}

.footer-links a, .footer-links a:link {
    text-decoration: none;
}

.footer-links a:hover {
    color: #669900 !important;
}

.button,
p.align-right a,
p.align-right a:link {
    text-decoration: none !important;
}

/************************************************
*	2.	Headings  								*
************************************************/

h1 {
    color: #333333;
    font-size: 24px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin: 4px 0 4px 0;
    padding: 4px 0 4px 0;
}

h2 {
    color: #333333;
    font-size: 20px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.6px;
    margin: 4px 0 4px 0;
    padding: 4px 0 4px 0;
}

h3 {
    color: #333333;
    font-size: 18px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.4px;
    margin: 4px 0 4px 0;
    padding: 4px 0 4px 0;
}

h4 {
    color: #333333;
    font-size: 16px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.4;
    margin: 4px 0 4px 0;
    padding: 4px 0 4px 0;
}

h5 {
    color: #333333;
    font-size: 14px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.4;
    margin: 4px 0 4px 0;
    padding: 4px 0 4px 0;
}

h6 {
    color: #333333;
    font-size: 13px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: normal;
    margin: 4px 0 6px 0;
    padding: 4px 0 6px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333333;
    text-decoration: none;
    border: none;
}

h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
    color: #669900;
    text-decoration: none;
    border: none;
}

.headline {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 30px 0;
    padding: 0;
}

.title {
    font-size: 2em;
    font-weight: 300;
    letter-spacing: -0.6px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

/************************************************
*	3.	Header  								*
************************************************/

#header {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 242px;
    margin: 0 auto 15px 0;
    background: #fff;
}

#header-wrap {
    height: 261px;
    background: transparent url(images/header-shadow.png) bottom left repeat-x;
}

#header .container {
    background: transparent;
    padding: 30px 0 0 0;
    height: 161px;
}

#header #masthead {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
}

#header .site-title {
    display: block;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 2.6em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

#header .site-description {
    display: block;
    color: #999999;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    text-transform: none;
    text-indent: 2px;
    letter-spacing: normal;
    line-height: 1.6;
    margin: 0 0 24px 0;
    padding: 0;
    overflow: hidden;
}

#custom-header {
    display: block;
    padding: 0;
    font-size: 0;
    text-indent: -999em;
    line-height: 0;
    margin: 0 0 24px 0;
    overflow: hidden;
    z-index: 8;
}

#custom-header img {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

#header-logo a {
    display: block;
    margin-top: 19px;
}

#header-meta,
#header-signup,
#header-social-links {
    float: right;
    clear: right;
    width: 100%;
}

#header-signup,
#header-social-links {
    height: 38px;
    margin-top: 10px;
}

#header-signup a,
#header-social-links a {
    display: inline-block;
    float: right;
    text-decoration: none !important;
}


#header-signup a {
    border: 1px solid #e2e2e2;
    color: #fff;
    padding: 3px 12px;
    font-size: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #8dc53e;
}

#header-social-links a {
    color: #e2e2e2;
    font-size: 38px;
    margin-left: 10px;
}

#header-social-links a.fa-twitter-square:hover {
    color: #1bb6ec;
}

#header-social-links a.fa-facebook-square:hover {
    color: #3c599b;
}

#header-social-links a.fa-linkedin-square:hover {
    color: #0073b2;
}


/************************************************
*	Custom container styles							*
************************************************/

.home .container {
    background: transparent;
    padding-top: 0;
}


/************************************************
*	4.	Navigation 								*
************************************************/

#navigation {
    display: inline-block;
    color: #4d4d49;
    position: relative;
    width: 100%;
    font-size: 14px;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

#navigation-wrap {
    border-top: 1px solid #f0f0f0;
}

#header .container.navigation-container,
.footer .container {
    padding: 0;
    height: auto;
    background: transparent;
}

.footer .container {
    max-width: 1000px;
}

.home .footer .container {
    max-width: 960px;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

.main-small-navigation ul.mobile-menu {
    display: none;
}

/*** ESSENTIAL STYLES ***/
.menu, .menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu {
    line-height: 1.0;
}

.menu ul {
    margin: 0;
    padding: 0;
}

.menu ul ul, ul.menu ul {
    position: absolute;
    top: -9999px;
    /*width: 180px;*/ /* left offset of submenus need to match (see below) */
}

.menu ul li ul li, ul.menu ul li {
    width: 100%;
    margin: 0;
}

.menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.menu li {
    float: left;
    display: inline-block;
    position: relative;
}

.menu li li {
    display: block;
    position: relative;
}

.menu a {
    display: inline-block;
    position: relative;
}

.menu li:hover ul,
.menu li.sfHover ul {
    left: 0;
    top: 50px; /* match top ul list item height */
    z-index: 99;
}

ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
    top: -9999px;
}

ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
    left: 180px; /* match ul width */
    top: 0;
}

ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
    top: -9999px;
}

ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
    left: 255px; /* match ul width */
    top: 0;
}

/*** SKIN ***/
#navigation .menu .current_page_item a,
#navigation .menu .current_page_ancestor a,
#navigation .menu .current-menu-item a,
#navigation .menu .current-cat a {
    color: #4d4d49;
}

#navigation .menu li .current_page_item a, #navigation .menu li .current_page_item a:hover,
#navigation .menu li .current-menu-item a, #navigation .menu li .current-menu-item a:hover,
#navigation .menu li .current-cat a, #navigation .menu li .current-cat a:hover {
    background: #8dc53e;
    color: #4d4d49;
}

#navigation .menu .current_page_item ul li a,
#navigation .menu .current-menu-item ul li a,
#navigation .menu .current-menu-ancestor ul li a,
#navigation .menu .current_page_ancestor ul li a,
#navigation .menu .current-cat ul li a {
    background: none;
    color: #4d4d49;
}

#navigation .menu li.current-menu-item a,
#navigation .menu li.current-menu-ancestor a,
#navigation .menu li.current_page_ancestor a,
#navigation .menu .current_page_item ul li a:hover,
#navigation .menu .current-menu-item ul li a:hover,
#navigation .menu .current-menu-ancestor ul li a:hover,
#navigation .menu .current_page_ancestor ul li a:hover,
#navigation .menu .current-menu-ancestor ul .current_page_item a,
#navigation .menu .current_page_ancestor ul .current-menu-item a,
#navigation .menu .current-cat ul li a:hover {
    background: #8dc53e;
    color: #4d4d49;
    text-decoration: none;
}

/* Force home page to never highlight */
li#menu-item-40.current-menu-item a:not(:hover) {
    background: transparent !important;
}

.menu {
    margin-bottom: 0;
}

.menu ul.sub-menu, .menu ul.children {
    background-color: #ececec;
}

.menu a {
    background: none;
    line-height: 50px;
    text-decoration: none !important;
    letter-spacing: normal;
    margin: 0;
    padding: 0 12px;
}

#wrap .menu a {
    color: #4d4d49;
}

.menu a:focus,
.menu a:hover,
.menu a:active {
    background: #8dc53e;
    outline: 0;
}

#wrap .menu a:focus,
#wrap .menu a:hover,
#wrap .menu a:active {
    color: #4d4d49;
}

.menu li li a {
    display: block;
    background: none;
    text-transform: none;
    line-height: 20px;
    margin: 0;
    padding: 12px;
    white-space: nowrap;
}

.menu li li a,
.menu li li a:link,
.menu li li a:visited {
    color: #4d4d49;
}

.menu li li a:focus,
.menu li li a:hover,
.menu li li a:active {
    background: #8dc53e;
    outline: 0;
}

.menu li li a:hover {
    color: #4d4d49;
}

.menu li.sfHover:hover a {
    color: #4d4d49;
}

.menu li.sfHover:hover {
    background: #8dc53e;
    outline: 0;
}

.menu li {
    margin: 0;
}

.menu li li {
    background: none;
    margin: 0;
}

.menu li:first-child,
.menu li:first-child a {
}

.menu li li:last-child,
.menu li li:last-child a {
}

/*** ARROWS **/
.sf-arrows .sf-with-ul {
    /*padding-right: 2em;*/
}

/* styling for both css and generated arrows */
/*.sf-arrows .sf-with-ul:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: 1em;*/
    /*margin-top: -1px;*/
    /*height: 0;*/
    /*width: 0;*/
    /* order of following 3 rules important for fallbacks to work */
    /*border: 3px solid transparent;*/
    /*border-top-color: #DDDDDD; *//* edit this to suit design (no rgba in IE8) */
    /*border-top-color: rgba(255, 255, 255, .5);*/
/*}*/

/*.sf-arrows > li > .sf-with-ul:focus:after,*/
/*.sf-arrows > li:hover > .sf-with-ul:after,*/
/*.sf-arrows > .sfHover > .sf-with-ul:after {*/
    /*border-top-color: white; *//* IE8 fallback colour */
/*}*/

/* styling for right-facing arrows */
/*.sf-arrows ul .sf-with-ul:after {*/
    /*margin-top: -3px;*/
    /*margin-right: -3px;*/
    /*border-color: transparent;*/
    /*border-left-color: #DDDDDD; *//* edit this to suit design (no rgba in IE8) */
    /*border-left-color: rgba(255, 255, 255, .5);*/
/*}*/

/*.sf-arrows ul li > .sf-with-ul:focus:after,*/
/*.sf-arrows ul li:hover > .sf-with-ul:after,*/
/*.sf-arrows ul .sfHover > .sf-with-ul:after {*/
    /*border-left-color: white;*/
/*}*/

/************************************************
*	5. Slideshow							    *
************************************************/

.slideshow {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.slideshow ul, .slideshow li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.slideshow .feature-img,
.slideshow .feature-vid {
    margin-bottom: 0;
    padding-right: 24px;
    border-radius: 2px 0 0 2px;
    overflow: hidden;
}

.slideshow .information {
    padding: 24px 24px 24px 0;
}

.slideshow .loading {
    background: #fff url(images/preloader.gif) no-repeat center center;
    min-height: 360px;
}

.flexslider {
    background: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 360px !important;
}

.flexslider .slides {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides a {
    text-decoration: none;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides .read-more {
    display: block;
    background: #8dc53e;
    float: left;
    clear: both;
    padding: 8px 16px;
    color: #fff;
    font-weight: bold;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
    display: none;
}

/* Caption style */
.flex-caption {
    background: none;
    zoom: 1;
}

.flex-caption {
    background: rgba(0, 0, 0, .3);
    color: #FFFFFF;
    width: 96%;
    padding: 2%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

/* Direction Nav */
.flex-direction-nav {
    height: 0;
}

.flex-direction-nav li a {
    display: block;
    background: #9f9fa0;
    font-size: 19px;
    line-height: 48px;
    font-weight: bold;
    height: 48px;
    width: 24px;
    text-decoration: none !important;
    margin: -24px 0 0 0;
    opacity: 1;
    position: absolute;
    top: 50%;
    cursor: pointer;
    overflow: visible;
    z-index: 9;
}

.gallery-slideshow .flex-direction-nav li a {
    margin-top: -24px;
}

.flex-direction-nav .flex-next {
    right: -24px;
    text-align: center;
    border-radius: 0 3px 3px 0;
}

.flex-direction-nav .flex-prev {
    left: -24px;
    text-align: center;
    border-radius: 3px 0 0 3px;
}

.flex-direction-nav .flex-next i,
.flex-direction-nav .flex-prev i {
    color: #fff;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    text-decoration: none !important;
}

.flex-direction-nav .flex-prev:hover i,
.flex-direction-nav .flex-next:hover i {
    color: #FFFFFF;
}

.flex-direction-nav li .disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    position: absolute;
    right: 18px;
    bottom: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 9;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0;
    padding: 4px !important;
    zoom: 1;
    *display: inline;
}

.flex-control-nav li:first-child {
    margin: 0;
}

.flex-control-nav li a {
    width: 6px;
    height: 6px;
    display: block;
    background: #CCCCCC;
    cursor: pointer;
    text-indent: -999em;
    border-radius: 3px;
}

.flex-control-nav li a:hover {
    background: #666666;
}

.flex-control-nav li a.flex-active {
    background: #333333;
    cursor: default;
}

/************************************************
*	6.	Homepage 					     	    *
************************************************/

/* Temporary homepage thumbnail fixes */

.homepage .feature-img
{
    overflow: hidden;
}

.homepage .feature-img img
{
    height: 160px;
    max-width: none !important;
    width: auto;
}


/* End temp fixes */

.homepage {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.homepage .third {
    float: left;
}

.homepage .feature-img,
.homepage .feature-vid {
    margin-bottom: 18px;
}

.featured-pages {
    margin-top: 24px;
    overflow: hidden;
}

.featured-pages .information .text-holder {
    margin: 0 10px;
}

.featured-pages .information .button {
    margin: 10px;
}

/*.featured-pages .third {*/
    /*width: 32% !important;*/
    /*margin-right: 2% !important;*/
/*}*/

/*.featured-pages .third.last {*/
    /*margin-right: 0 !important;*/
/*}*/

.information {
    position: relative;
}

.featured-pages .information {
    background: #fff;
    margin-left: -1px;
    padding: 10px;
    border-left: 1px solid rgba(0, 0, 0, .04);
    border-right: 1px solid rgba(0, 0, 0, .04);
    overflow: hidden;
    height: 500px;
}

.featured-pages .first .information .button {
    background: #8dc53e !important;
}

.featured-pages .third .information .button {
    background: #c0d63b;
    color: #fff !important;

    position: absolute;
    bottom: 10px;
    height: 23px;
    display: block;
    top: auto;
    line-height: 22px;
    width: 80%;
    padding: 6px 4%;
}

.featured-pages .third .information .button:hover {
    bottom: 8px;
}

.featured-pages .last .information .button {
    background: #7dcede;
}

.featured-pages .information h2.title,
.home-news.videos .information h2.title {
    margin-bottom: 8px;
}


.featured-pages .holder.first .information {
    margin-left: 0;
    border-left: none;
}

.featured-pages .holder.last .information {
    border-right: none;
}

.featured-pages .read-more {
    display: none;
}

.featured-pages a.button {
    display: block;
    margin-bottom: 0;
}

.featured-posts {
    margin-top: 24px;
    overflow: hidden;
}

.home-news {
    background: #fff;
    margin-right: 12px;
}

.home-news .category-title {
    font-size: 1.2em;
    line-height: 3;
    margin: 0;
    padding: 0 24px;
    background: #9f9fa0;
    color: #fff;
}

.home-news .post-author {
    font-size: .8em;
    margin-top: 0;
}

.home-news .information {
    padding: 24px;
    border-top: 1px solid rgba(0, 0, 0, .08);
    overflow: hidden;
}

.home-news .information:first-of-type {
    border: none;
}

.home-news .information .feature-img {
    margin-right: 18px;
}

.home-news .information .title {
    font-size: 1.6em;
    letter-spacing: -0.2px;
    line-height: 1.3;
}

.home-news.videos .information .columns {
    height: 467px;
    position: relative;
}

.home-news.videos .information {
    height: inherit;
}

.home-news.videos {
    margin-right: 0;
    height: inherit;
}

.home-news.videos .information .columns .button {
    float: left;
    clear: both;
    height: 23px;
    display: block;
    line-height: 22px;
}

.feature-video {
    margin-bottom: 10px;
}

.home-news.videos .information .columns .button:hover {
    margin-bottom: -2px;
}

.home-news .excerpt p {
    padding: 0;
}

.feature-video iframe {
    width: 100% !important;
    height: 236px !important;
}

.home-tabs {
    margin-left: 12px;
}

.home-tabs .organic-tabs {
    margin: 0;
}

.home-tabs .ui-tabs .ui-tabs-nav li {
    background: #EEEEEE;
    border-top: none;
}

.home-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #F9F9F9;
}

.home-tabs .ui-tabs .ui-tabs-nav li:first-child {
    border-left: none;
    border-radius: 3px 0 0 0;
}

.home-tabs .ui-tabs .ui-tabs-nav li:last-child {
    border-right: none;
    border-radius: 0 3px 0 0;
}

.home-tabs .ui-tabs .ui-tabs-nav li a {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: 0;
    padding: 6px 12px;
}

.home-tabs .ui-tabs .ui-tabs-panel {
    background: #F9F9F9;
    padding: 24px 24px 12px 24px;
    border: none;
    box-shadow: none;
}

.home-tabs .button {
    display: block;
    text-align: center;
}

/************************************************
*	7.	Content 					     	    *
************************************************/

.article {
    display: block;
}

.blog-holder, .archive-holder {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #8dc53e;
}

.postarea {
    padding: 0 24px 0 0;
}

.postarea.right {
    padding: 0 0 0 24px;
}

.postarea.full {
    padding: 0;
}

.postarea.middle {
    padding: 24px 24px 0 24px;
}

.post-author {
    display: inline-block;
    color: #333;
    width: 100%;
    font-size: 0.9em;
    margin: -12px 0 0 0;
    padding: 6px 0;
}

.post-author p {
    margin: 0;
    padding: 0;
}

.post-meta {
    display: inline-block;
    background: #F9F9F9;
    color: #333;
    width: 100%;
    /* height: 22px; */
    height: auto !important;
    font-size: 0.9em;
    margin: 12px 0 0 0;
    padding: 8px 0;
    overflow: hidden;
}

.post-meta p {
    margin: 0;
    padding: 0 12px;
    line-height: 20px;
}

.addthis_toolbox {
    width: 100%;
    height: 40px;
}

.post-edit-link {
    display: inline-block;
    margin: 12px 0;
}

.author-column {
    float: right;
    width: 72%;
    margin-top: 20px;
    padding-left: 4%;
    border-left: 1px solid rgba(0, 0, 0, .08);
}

.author-posts {
    margin: 0 0 12px 0;
    padding: 0;
}

.author-posts li {
    margin: 0;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.archive-column {
    float: left;
    width: 30%;
    margin: 0;
    padding-right: 5%;
}

.archive-column.last {
    padding-right: 0;
}

.wp-audio-shortcode {
    margin: 12px 0;
}

.sticky {
    position: relative;
}

.bypostauthor {
}

#blog-back a {
    display: block;
    height: 20px;
    line-height: 19px;
    color: #4d4d49;
    padding: 0 10px 15px 29px;
    margin-bottom: 7px;
    background: transparent url(images/back-button.png) 0 0 no-repeat;
    border-bottom: 1px solid #ddd;

}

/************************************************
*	8.	Post Formats   							*
************************************************/

.format-video .feature-vid {
    background: #fff;
    margin: 0 0 12px 0;
}

.format-image {
    position: relative;
}

.format-image .feature-img {
    position: relative;
    margin: 0;
    z-index: 6;
}

.format-image .caption {
    display: block;
    background: rgba(0, 0, 0, .6);
    color: #FFFFFF;
    width: 100%;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 12px 0;
    z-index: 9;
}

.format-image .caption span {
    padding: 0 18px;
}

.format-gallery .slideshow {
    margin-top: 0;
    margin-bottom: 24px;
}

.format-status .article {
    background: #F9F9F9;
    font-size: 1.2em;
    padding: 24px;
}

.format-quote .article {
    background: #f9f9f9;
    padding: 36px;
    margin: 0;
    border-radius: 3px;
}

.format-quote .quote-text {
    color: #666666;
    font-family: 'Merriweather';
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.6;
    padding: 0;
}

.format-quote .quote-author {
    display: block;
    color: #999999;
    font-size: 0.9em;
    font-style: italic;
    padding: 12px 0 0 0;
}

.format-quote .quote-author:before {
    content: 'â€” ';
}

i.format-icon {
    position: absolute;
    top: 0;
    left: -64px;
    background: #ffffff;
    color: #cccccc;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    min-height: 42px;
    min-width: 42px;
    padding: 0;
    margin-top: 2px;
    border-radius: 21px;
    box-shadow: -1px 1px 0 rgba(0, 0, 0, .08);
}

i.format-icon.fa-play {
    text-indent: 4px;
}

/************************************************
*	9.	Social Media   							*
************************************************/

.social {
    display: block;
    background: #F9F9F9;
    height: 24px;
    margin: 12px 0 6px 0;
    padding: 8px;
}

.tweet-btn, .like-btn, .pin-btn, .plus-btn {
    float: left;
    display: inline-block;
    line-height: 0;
    margin: 2px;
    padding: 0;
}

.tweet-btn {
    width: 90px;
}

.like-btn {
    width: 92px;
}

.plus-btn {
    width: 72px;
}

.pin-btn {
    width: 54px;
}

.social-icons {
    list-style: none;
    margin: 0;
    padding: 8px 0 0 0;
}

.social-icons li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icons li a {
    background: #333333;
    color: #666666;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 4px;
    padding: 8px 8px 4px 8px;
    border-radius: 15px;
}

.social-icons li a:hover {
    background: #444444;
    color: #FFFFFF;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
    display: none !important;
}

/************************************************
*	10.	Pagination 	  		      		     	*
************************************************/

.pagination {
    float: left;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    margin: 0;
    padding: 12px 0;
    position: relative;
    z-index: 9;
}

.pagination .page-numbers {
    display: inline-block;
    background: #8dc53e;
    color: #fff;
    min-height: 24px;
    min-width: 24px;
    text-decoration: none;
    margin: 0 2px;
    padding: 0;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:active {
    min-height: 24px;
    min-width: 24px;
    line-height: 24px;
    padding: 0;
    opacity: 0.8;
}

.pagination .page-numbers.current {
    display: inline-block;
    min-height: 24px;
    min-width: 24px;
    line-height: 24px;
    padding: 0;
    color: #bad76b;
    opacity: 1 !important;
}

.post-navigation {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.previous-post {
    float: left;
    font-size: 0.9em;
}

.next-post {
    float: right;
    font-size: 0.9em;
}

.page-links {
    display: block;
    overflow: hidden;
    margin: 12px 0;
}

.page-links .link-label {
    color: #000000;
    font-weight: bold;
    margin-left: 0;
}

.page-links span {
    margin: 0 3px;
}

/************************************************
*	11.	Images  				     		    *
************************************************/

.feature-img,
.feature-vid {
    display: block;
    text-align: center;
    line-height: 0;
    margin-bottom: 12px;
    overflow: hidden;
}

.feature-img.banner {
    margin: 0 0 20px 0;
}

.avatar {
    background: #FFFFFF;
    margin: 10px 20px 10px 0;
    padding: 6px;
}

.author-avatar {
    float: left;
    display: block;
    width: 20%;
    margin-top: 20px;
    padding-right: 3.6%;
}

.author-avatar .avatar {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

img.centered {
    display: block;
    margin: 6px auto 6px;
    padding: 0;
}

img.alignnone {
    padding: 0;
    margin: 6px 0;
    display: inline;
}

img.alignright {
    padding: 0;
    margin: 0px 0 6px 10px;
    display: inline;
}

img.alignleft {
    display: inline;
    padding: 0;
    margin: 0px 10px 6px 0;
}

.aligncenter {
    margin: 30px auto 30px;
}

.alignright {
    float: right;
    margin: 30px 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 30px 30px 30px 0;
}

.wp-caption {
    background: #f9f9f9;
    max-width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 12px;
    /*border: 1px solid rgba(0, 0, 0, .08);*/
}

.wp-caption img {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    display: inline;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/************************************************
*	12.	Portfolio 								*
************************************************/

.portfolio-wrap {
    margin-left: -6px;
    width: calc(100% + 12px);
    width: -webkit-calc(100% + 12px);
    width: -moz-calc(100% + 12px);
}

#portfolio-filter {
    margin: 6px;
    padding: 0;
}

#portfolio-filter li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#portfolio-filter li a {
    display: inline-block;
    background: #F9F9F9;
    text-decoration: none;
    margin: 6px 6px 0 0;
    padding: 8px 12px;
}

#portfolio-filter li a:hover,
#portfolio-filter li a:focus,
#portfolio-filter li a:active {
    background: #99cc00;
    color: #FFFFFF !important;
}

#portfolio-filter li:last-child a {
    margin-right: 0;
}

#portfolio-list {
    margin: 0;
    padding: 0;
}

.portfolio {
    background: #FFFFFF;
}

.portfolio .portfolio-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.portfolio .post-holder {
    background: #F9F9F9;
}

.portfolio-item.single .post-holder {
    margin: 6px;
}

.portfolio-half .post-holder,
.portfolio-third .post-holder {
    margin: 6px;
    padding: 12px;
}

.portfolio-item .feature-img,
.portfolio-item .feature-vid {
    margin-bottom: 0;
}

.portfolio-half .excerpt,
.portfolio-third .excerpt {
    display: block;
    padding: 18px 6px 6px 6px;
}

.portfolio-half .portfolio-item,
.portfolio-third .portfolio-item {
    float: left;
}

.portfolio-item.single .excerpt {
    background: #F9F9F9;
    padding: 36px;
}

.portfolio-item.single .more-link {
    margin-bottom: 0;
}

/*---------- Isotope Animations ----------*/
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/************************************************
*	13.	WordPress Gallery					    *
************************************************/

.gallery-caption {
    font-size: 0.8em;
    padding: 0 10px;
}

.gallery {
    margin: 0 auto 0;
    padding: 0;
    overflow: hidden;
}

.gallery-item {
    margin: 0
}

.gallery-icon {
    line-height: 0;
    margin: 6px;
}

.gallery-icon a {
    display: block;
    background: #F4F4F4;
    padding: 6px;
    border: 1px solid #DDDDDD;
    transition: background .25s;
    -moz-transition: background .25s;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
}

.gallery a:hover {
    background: #161616;
}

.gallery img {
    border: none !important;
}

.gallery-caption {
    font-size: .9em;
    padding: 0 10px;
}

/************************************************
*	14.	Sidebar 	        		    	    *
************************************************/

.sidebar {
    margin: 0;
    padding: 24px 0 0 24px;
}

.sidebar.left {
    padding: 24px 24px 0 0;
}

.sidebar h6, .footer h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: none;
}

/************************************************
*	15.	Widgets									*
************************************************/

.widget {
    margin-bottom: 24px;
    padding: 0;
}

.widget ul, .widget li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget li {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.widget li:last-child {
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.widget li li {
    padding-left: 12px;
}

.widget li li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget li a {
    display: block;
    margin: 0;
    padding: 12px 0;
    color: #519f3a;
}

.textwidget {
    margin: 0;
    padding: 0;
}

.textwidget p {
    padding: 8px 0 !important;
}

.tagcloud {
    line-height: 1.2;
}

/************************************************
*	16.	RSS Widget								*
************************************************/

.widget h6 a.rsswidget {
    display: inline;
}

.widget a.rsswidget {
    display: block;
}

.widget .rss-date {
    display: block;
    font-size: 0.8em;
    margin-bottom: 12px;
}

/************************************************
*	17.	Calendar Widget							*
************************************************/

#calendar_wrap {
    margin: 0 auto 0;
    padding: 0;
}

#wp-calendar {
    width: 100%;
    text-align: center;
}

#wp-calendar #today {
    background: #f4f4f4;
    background: rgba(0, 0, 0, .08);
    color: #000000;
    font-weight: bold;
}

#wp-calendar a {
    margin: 0;
}

#wp-calendar caption {
    font-size: 16px;
    margin: 5px 0 5px 0;
}

#wp-calendar #prev a {
    float: left;
    margin: 0;
    text-align: left;
    padding-left: 12px;
}

#wp-calendar #next a {
    float: right;
    margin: 0;
    text-align: right;
    padding-right: 12px;
}

/************************************************
*	18.	Custom Menu Widget						*
************************************************/

.widget ul.menu {
    float: none;
    text-align: left;
}

.widget ul.menu .current_page_item a,
.widget ul.menu .current-menu-item a {
    color: #669900;
    background: none;
}

.widget ul.menu li a {
    display: block;
    background: none;
    color: #99CC33;
    height: auto;
    font-size: 1em;
    text-transform: none;
    text-shadow: none;
    line-height: 2;
    margin: 6px 0;
    padding: 0;
}

.widget ul.menu li a:hover {
    color: #669900;
    background: none;
    text-decoration: underline;
}

.widget ul.menu li {
    float: none;
    display: block;
    background: none !important;
    margin: 0;
    padding: 0;
    width: 100%;
}

.widget ul.menu li:last-child {
    border-bottom: none;
}

.widget ul.menu li span {
    top: 1px;
    right: 0;
}

.widget ul.menu li ul.sub-menu {
    background: none !important;
    width: 100%;
    margin: 0;
    padding: 0;
    position: static;
    z-index: 9;
    box-shadow: none;
}

.widget ul.menu li ul.sub-menu span {
    display: none;
}

.widget ul.menu li ul.sub-menu li a {
    padding-left: 12px;
}

.widget ul.menu li ul.sub-menu li ul.sub-menu li {
    display: none;
}

/************************************************
*	19.	Search Form								*
************************************************/

#searchform {
    margin: 0;
    padding: 0;
}

#searchform label {
    display: none;
}

#searchform .search-field,
#searchform #s {
    float: left;
    background: #fafafa;
    color: #333;
    width: 68%;
    height: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    margin: 0 0 0 0;
    padding: 12px 4% !important;
    border: 1px solid #e2e2e2;
    outline: none;
    box-shadow: none;
}

#searchsubmit {
    float: right;
    background: #F9F9F9;
    color: #666666;
    width: 20%;
    font-size: 1em;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 8px 3% !important;
}

#searchform-header input[type='text'] {
    float: right;
    height: 14px;
    width: 92%;
    display: block;
    background: #fafafa;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    margin: 0;
    padding: 12px 4% !important;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

#searchsubmit-header {
    position: absolute;
    top: 1px;
    right: 2%;
    border: none;
    width: 38px;
    height: 38px;
    background: transparent url(images/search.png) center center no-repeat;
    -webkit-appearance: none;
    text-indent: -9999px;
    outline: none;
}

.widget_search {
    overflow: hidden;
}

#search-tools {
    background: #fff;
    margin-bottom: 20px;
}

#search-tools h2 {
    margin-bottom: 20px;
}

#searchform-search label {
    font-weight: bold;
}

#searchform-search select#c {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-appearance: none;
}

#searchform-search input#s,
#searchform-search select#c {
    width: 96%;
    font-weight: 300;
    padding: 8px 2% !important;
    margin: 5px 0 20px 0;
}


#searchform-search #searchsubmit {
    float: left;
    clear: both;
    text-align: left;
}



/************************************************
*	20.	Footer  								*
************************************************/

.footer {
    margin: 0 auto 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 385px;
}

.footer p {
    margin: 0;
    padding: 0;
}

.footer .align-left {
    font-size: 0.9em;
    line-height: 1.8;
}

.footer-widgets {
    max-width: 1056px;
    margin: 0 auto 0;
}

.footer-widget .widget {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 0 12px;
}

.footer-information {
    background: #242424;
    padding: 23px 0;
    overflow: hidden;
    margin-top: 40px;
    background: #ebe9e9 url(images/footer-background.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer-content {
    max-width: 1056px;
    margin: 0 auto 0;
}

.footer-content a {
    color: #4d4d49;
    text-decoration: underline;
}

.footer-content p, .footer-content strong {
    font-size: 12px;
    line-height: 16px;
}

#footer-logo a {
    margin-top: 4px;
    display: block;
}

.footer-meta {
    margin-top: 40px;
}

.footer-links {

}

.footer-links h5 {
    font-size: 16px;
}

.footer-links ul {
    padding: 0;
    margin: 0;
    width: 80%;
    border-top: 1px solid #ddd;
}

.footer-links ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links ul li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.twitter-feed i.fa-twitter {
    display: inline-block;
    float: left;
    margin-right: 10px;
    font-size: 24px;
    color: #6cb33e;
}

.twitter-feed h5 {
    font-size: 16px;
    line-height: 11px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
    margin-bottom: 15px;
}

.twitter-feed .tweet p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 12px;
}

/************************************************
*	21.	Comments								*
************************************************/

#author, #email, #url {
    background: #FFFFFF;
    color: #666666;
    font-size: 1em;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 3px;
    box-shadow: inset 1px 1px 1px #DDDDDD;
}

#comment {
    background: #FFFFFF;
    color: #666666;
    font-size: 1em;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 3px;
    box-shadow: inset 1px 1px 1px #DDDDDD;
}

#comments {
    background: #F9F9F9;
    margin-top: 24px;
    padding: 12px 24px;
    border-radius: 3px;
}

#comments-title {
    font-size: 2em;
    margin: 4px 0 8px 0;
    padding: 4px 0 8px 0;
}

#reply-title {
    margin: 0;
    padding: 0;
}

.commentlist li .avatar {
    float: right;
    background: #FFFFFF;
    margin: 0 0 12px 12px;
    padding: 6px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
}

.commentlist {
    margin: 0;
    padding: 0;
}

.commentlist ol {
    margin: 0;
    padding: 10px;
}

.commentlist li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.commentlist li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.commentlist li ul li {
    padding-left: 24px;
}

.commentlist li ul li:last-child {
    border-bottom: none;
}

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

.comment {
    padding: 18px 0;
    overflow: hidden;
}

#commentform {
    margin: 5px 0 0 0;
}

#commentform #submit {
    font-size: 1em;
    padding: 6px 12px !important;
}

#commentform textarea {
    width: 96% !important;
    padding: 2%;
}

.commentlist li #respond {
    border-top: 1px solid rgba(0, 0, 0, .08);
}

#respond {
    padding-top: 20px;
}

#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#cancel-comment-reply-link {
    display: block;
    font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
    font-size: 0.7em;
    font-weight: normal;
    text-transform: none;
    margin: 6px 0 18px 0;
}

.form-submit #submit {
    margin-top: 0 !important;
}

p.logged-in-as {
    margin-top: -6px;
}

.nocomments {
    display: none;
}

.edit-link {
    float: right;
    margin-top: 12px;
}

.reply {
    float: left;
    margin: 6px 0;
}

.reply a, .reply a:visited {
    margin: 0 !important;
    padding: 4px 12px !important;
}

.commentmetadata {
    font-size: 10px;
    line-height: 14px;
    margin: 0;
    display: block;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.form-allowed-tags {
    display: none;
}

.thread-alt, .thread-even {
    margin: 0;
    padding: 0;
}

.children {
    margin: 0;
    padding: 0;
}

.even, .alt {
    margin: 0;
    padding: 0;
}

/************************************************
*	22.	Buttons  								*
************************************************/

a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, .more-link,
#submit, #comments #respond input#submit, .container .gform_wrapper input.button, .container .gform_wrapper button {
    display: inline-block;
    position: relative;
    top: -2px;
    background-color: #8dc53e;
    color: #fff !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    margin: 12px 0;
    padding: 6px 12px;
    border: none;
}

a.button:hover, .reply a:hover, #searchsubmit:hover, #prevLink a:hover, #nextLink a:hover, .more-link:hover,
#submit:hover, #comments #respond input#submit:hover, .container .gform_wrapper input.button:hover, a.read-more:hover, #header-signup a:hover {
    top: 0;
    opacity: 0.8;
    color: #FFFFFF !important;
    text-decoration: none;
    cursor: pointer;
}

/************************************************
*	23. Tables		 							*
************************************************/

table {
    background: #FFFFFF;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    width: 100%;
    margin: 20px 0;
    padding: 0;
    border-collapse: collapse;
}

.widget table {
    margin: 0;
}

table thead,
table tfoot {
    border: 1px solid #E4E4E4;
}

table thead th,
table tfoot td {
    border: none;
}

table th {
    background: #EEEEEE;
    font-size: 1.2em;
    text-align: center;
    margin: 0;
    padding: 8px 2px;
    border: 1px solid #E4E4E4;
}

table td {
    padding: 5px 2px;
    margin: 0;
    border: 1px solid #E4E4E4;
}

/************************************************
*	24. Forms									*
************************************************/

.container .ginput_complex .ginput_right br,
.container .gform_footer br {
    display: none;
}

.container form {
    display: block;
}

.container form ul li {
    list-style: none;
    padding: 0;
}

.container form legend {
    font-weight: bold;
    padding-top: 10px;
}

.container form label {
    margin-top: 6px;
}

.container form input[type='url'],
.container form input[type='tel'],
.container form input[type='email'],
.container form input[type='text'],
.container form input[type='password'],
.container form input[type='number'],
.container form textarea,
.container form select {
    display: block;
    background: #fafafa;
    font-size: 16px;
    line-height: 1.4;
    margin: 4px 12px 4px 0;
    padding: 8px 4px !important;
    border: 1px solid #ddd;
    outline: 0;
}

.container form input[type='url'],
.container form input[type='tel'],
.container form input[type='email'],
.container form input[type='text'],
.container form input[type='password'],
.container form input[type='number'] {
    width: 42%;
    outline: 0;
}

.container form textarea {
    width: 96% !important;
    outline: 0;
}

.container form input[type='checkbox'],
.container form input[type='radio'] {
    margin-left: 0;
    margin-right: 6px;
    outline: 0;
}

.container form input[type='submit'] {
    margin-top: 0;
    height: 36px;
    outline: 0;
}

select {
    display: block;
    background: #fafafa url(images/selector.png) center right no-repeat !important;
    font-size: 16px;
    line-height: 1.4;
    margin: 4px 12px 4px 0;
    padding: 8px 4px !important;
    border: 1px solid #ddd;
    outline: 0;
    white-space: normal;
    box-sizing: content-box;
}

/************************************************
*	25.	CSS3 Styles								*
************************************************/

a, a:link {
    transition: background .25s, opacity .25s;
    -moz-transition: background .25s, opacity .25s;
    -webkit-transition: background .25s, opacity .25s;
    -o-transition: background .25s, opacity .25s;
}

#submit, #searchsubmit {
    transition: background .25s, color .25s;
    -moz-transition: background .25s, color .25s;
    -webkit-transition: background .25s, color .25s;
    -o-transition: background .25s, color .25s;
}

.shadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
}

.radius-full {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.radius-top {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -khtml-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

.radius-bottom {
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -khtml-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
}

.radius-half {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/************************************************
*	26.	WooCommerce	 				     	    *
************************************************/

.woocommerce a.button:hover {
    color: #000000 !important;
}

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
    display: block !important;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    font-weight: 400;
    letter-spacing: 0;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    margin-bottom: 12px !important;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
    margin-right: 0;
}

.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
    margin: 0;
    padding: 0 !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 30.6% !important;
}

/************************************************
*	27.	Grid	 					     	    *
************************************************/

#wrap {
    margin: 0;
    padding: 0;
}

#inner-wrapper {
    padding-bottom: 385px;
}

.container {
    background: #FFFFFF;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;

}

.row {
    width: 100%;
    margin: 0 auto;
}

.row .row {
    min-width: 0;
}

.column, .columns {
    float: left;
    min-height: 1px;
    position: relative;
}

[class*="column"] + [class*="column"]:last-child {
    float: right;
}

.row .single {
    width: 100%;
}

.row .half {
    width: 49.9%;
}

.row .third {
    width: 33.3%;
}

.row .fourth {
    width: 25%;
}

.row .fifith {
    width: 20%;
}

.row .one {
    width: 6.25%;
}

.row .two {
    width: 12.5%;
}

.row .three {
    width: 18.75%;
}

.row .four {
    width: 25%;
}

.row .five {
    width: 31.25%;
}

.row .six {
    width: 37.5%;
}

.row .seven {
    width: 43.75%;
}

.row .eight {
    width: 50%;
}

.row .nine {
    width: 56.25%;
}

.row .ten {
    width: 62.5%;
}

.row .eleven {
    width: 68.75%;
}

.row .twelve {
    width: 75%;
}

.row .thirteen {
    width: 81.25%;
}

.row .fourteen {
    width: 87.5%;
}

.row .fifteen {
    width: 93.75%;
}

.row .sixteen {
    width: 100%;
}

.row .centered {
    float: none;
    margin: 0 auto;
}

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.row:after, .clearfix:after {
    clear: both;
}

.row, .clearfix {
    zoom: 1;
}


/*****************************/

section{padding:40px 0;}



#mainbottom{padding:60px 0;}
#mainbottom input[type=text], #mainbottom input[type=email], #mainbottom input[type=tel], #mainbottom input[type=number]{padding:5px !important;width:100%;}
#mainbottom .heading{margin-bottom:15px;}
.white-bg{background: #ffffff;}
.gray-bg{background-color: #f1f1f1;}
.green-text{color:#8cc63f !important;}
.white-text{color:#ffffff;}
.bigger-text{font-size:16px;font-weight:700;}
.left-text{text-align:left !important;}
.center-text{text-align:center !important;}
.properh3{    font: 32px/1.2em DINBold;color: #4c4c4a;}
.properh4{font-weight:700;font: 24px/1.2em DINBold;}
.internal-page{padding:60px 0;background:#ffffff;}
.subheader{text-align:center;margin-bottom:35px;}
.partner-entry, .success-entry, .entry{margin-bottom:25px;}
.entry{margin-bottom:45px;}
.entry h3{font-weight:700;font-size:1.5rem;margin-top:25px;}
.partner-entry__logo{background:#F1F1F1;width:97%;height:200px;background-position:center center !important;background-size: 175px auto !important; background-repeat: no-repeat !important;}
.entry__image{width:100%;height:270px;background-position:center center !important;background-size: cover !important; background-repeat: no-repeat !important;}
.button-holder{margin-top:35px;}

#availability-in-your-area{background: url(images/saf-bg.png) center center no-repeat;background-size:cover;}
#availability-in-your-area img{margin:0 35px;}

.address-check-block{background:#f1f1f1;padding:20px 40px;text-align:center;border-radius:25px;margin-right: 35px;}
.address-check-block .container form input[type=text], .address-check-block .container form input[type=button]{width:100% !important;text-align:center;}
.address-check-block .properh3{ font: 30px/1.2em DINBold; margin:15px 0; }


#example .row{margin-bottom:35px;}
#example .subheader{margin-bottom:0px;}
#example h3{margin-top:0;}


#contact-us-page{background: url(images/saf-hero-contact.png) top right no-repeat;padding-top:300px;}
#contact-us-page .heading, #contact-us-page .subheader{text-align:left;}
#contact-us-page h4, #contact-us-page h3{font-weight:700;}
#contact-us-page h3{font-size:24px;}
#contact-us-page .row .columns:nth-child(1) h3{font-size:22px;}
#contact-us-page h4{color:#8cc63f;font-weight:700;}
#contact-us-page .contact-social-link a{color:#C8C8C8;font-size:42px;margin-right:7px;}
#contact-us-form input, #contact-us-form textarea{width:100% !important;font-family:Arial, sans-serif !important;}

.about-us__div:after, .about-us__block:after{content: " ";clear:both;display:block;}
.about-us__div{position:relative;z-index:3;width:100%;height:865px;margin-top:-215px;}
.about-us__div1{width:100%;height:445px;margin-top:-10px;background: url(images/about-us1.png) center center no-repeat;}
.about-us__div2{background: url(images/about-us2.png) center center no-repeat;margin-top:-335px;}
.about-us__div3{background: url(images/about-us3.png) center center no-repeat;}
.about-us__block{position:relative;z-index:2;padding-top:300px;padding-bottom:215px;margin-top:-300px;min-height:300px;}
.about-us__block1{    margin-top: -460px;}
.about-us__block1 .properh3{    font: 26px/1.2em DINBold;margin:15px 0 25px;}
.about-us__block2 p{margin-bottom:15px;}
.about-us__block2 p.subheading{margin-bottom:65px;}
.about-us__block3{padding-bottom:60px;}


.year-entry{margin-bottom:45px;}
.year-n{font-weight:700;font-size:35px;margin-top:27px;color:#C3C3C3;text-align:right;}
.year-n.year-2010{margin-top:55px;}
.year-info{background:#ffffff;padding:25px 10px;border-radius:15px;text-align:center;position:relative;margin-left:35px;min-height:75px;}

.year-info:before{width:0;content:" ";height:0;border-style:solid;border-width:16px 16px 16px 0;position:absolute;left:-14px;top:50%;margin-top:-16px;border-color:transparent #fff transparent transparent}

.year-entry:hover .year-n{-webkit-transition: all .3s;transition: all .3s;color:#8CC63E;}
.year-entry:hover .year-info{-webkit-transition: all .3s;transition: all .3s;-webkit-transform: scale(1.1);transform: scale(1.1);background:#8CC63E;color:#ffffff;}
.year-entry:hover .year-info:before{-webkit-transition: all .3s;transition: all .3s;border-color: transparent #8CC63E transparent transparent;}

h4.bigger-green{font-size:33px;line-height:39px;font-weight:500;margin-bottom:15px;color:#8cc63e;margin-top:25px;position:relative}.green-block-text{background:#8cc63e;padding:25px 35px;margin:50px 0 40px 0}.green-block-text:before{content:" ";position:absolute;width:0;height:0;border-style:solid;border-width:0 26px 26px 26px;top:-26px;left:50%;margin-left:-26px;border-color:transparent transparent #8cc63e transparent}.green-block-text h5,.green-block-text h6,.green-block-text p{color:#fff;font-weight:400}

.green-block-text h5{font-size:20px;font-weight:600;}
.green-block-text h5, .green-block-text h6{margin:0 0 0 0;}
.green-block-text p{font-size:16px;margin-top:15px;}
.profile-block{margin-bottom:45px;}
.profile-image-holder img{max-width:80%;}

.profile-block h4.properh4{font: 18px/1.2em DINBold;}
.profile-block [class*="column"] + [class*="column"]:last-child {float:left;}

body.page-template-page-about-us-php{background:#ffffff;}
body.single, body.page-id-2028, body.page-template-page-contact-us{background:#ffffff;}
body.single .postarea, .post-2028 .postarea {padding:60px 30px;}
.side-gray-form  six  columns .wpcf7-response-output{color:#000000 !important;}

    .fund{border:1px solid #D1D1D1;height: 350px;margin-top:25px}
.fund img{display:block;margin-bottom:25px;margin:0;padding-top:10px;}
.fund p{padding-left:27px;margin-bottom:0;font-size:13px;}
.fund-capital{background: #ffffff url(images/fund-capital-bg.png) top right no-repeat;}
.fund-solar{background: #ffffff url(images/fund-solar-bg.png) top right no-repeat;}
.fund-upgrade{background: #ffffff url(images/fund-upgrade-bg.png) top right no-repeat;}

.single .content__desc p{margin-bottom:15px !important;}
.single .success-stories .tabs__content .review__desc, .single .success-stories .tabs__content .review__desc *{color:#ffffff !important;}


#popup-funds{margin: 0 auto;width:100%;max-width: 1150px;position:absolute;display:none;background:#ffffff;padding:35px 0;color:#7b7b7a;z-index:99996;}
#popup-funds img{width:100%;}
#popup-funds .fund-top__desc{height:110px;}
#popup-funds .button{width:100%;padding:6px 0;}










.hero .hero__desc .button-green{max-width: 360px;font-size: 14px !important;display:inline-block !important;}
.hero .hero__desc  #video-button{padding:8px 26px 9px 60px !important;margin-left:15px;background: url(images/video-button.png) left center no-repeat;text-align:left;display:inline-block !important;max-width:100px;}
#video-overlay{display: none;position: fixed;z-index: 99999;background: rgba(0,0,0,.8);width: 100%;height: 100vh;padding:60px 20px 0 20px;}
#video-holder{text-align:center;}
#video-holder-close div{text-align:right;padding:0 20px;}
#video-holder-close div i{cursor:pointer;color:#ffffff !important;font-size:26px;outline:none;}
#video-holder iframe{display:inline-block;}

#video-button:hover, #video-button:active{-webkit-transition: all .3s;transition: all .3s;-webkit-transform: scale(1.1);transform: scale(1.1);text-decoration:none;color: #333;}

#internal-page{background:#ffffff;color:#7b7b7a;}
#internal-page h1{font: 36px/1.2em DINBold;color: #7b7b7a;}
#internal-page h3{font: 18px/1.0em DINBold;color: #7b7b7a;margin:20px 0;}

@media (max-width: 900px){#video-overlay{padding: 30px 0 0 0;}#video-holder iframe{width:460px !important;height:260px !important;} }
@media (max-width: 500px){  .hero .hero__desc #video-button{ margin-left:0;padding: 13px 0!important;text-align:center!important;max-width:100%!important;width:100% !important; margin:15px 0;}

#video-holder  .container{width:100%;padding: 0;margin:0;}
#video-holder iframe{width:90% !important;height:215px !important;}  }

@media only screen and (min-width: 767px){ .internal-where__block2 .columns { float: left !important;}}




.tooltip {
  position: relative;
  display: inline-block;

  font-size:18px;
  text-decoration:none;
}

#availabity h3{display:inline-block;}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: rgba(51,51,51,0.9);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size:13px;
  line-height:19px;
  padding:10px;
  font-weight:400;
  bottom: 100%;
  left: 50%;
  margin-left: -60px; 
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}


.internal-where__block1 .address-check-block{padding:20px 0;}


.about-us__block a{text-decoration:none !important;}
.alm-btn-wrap{position:relative;z-index:1;}
#blog-page .tabs__content{position:relative;z-index:2;}

.internal-where__block1{background:#f1f1f1;padding:25px 10px;border-radius:10px;margin:20px 0;}
.internal-where__block1 section{padding:0 !important;}
.internal-where__block1 img{max-width:80%;}
.internal-where__block2{border:1px solid #f1f1f1;padding:25px 10px;border-radius:10px;line-height:35px;margin:20px 0;}
.internal-where__block1:after, .internal-where__block2:after{clear:both;}
.internal-where__block1 h3.properh3{color:#5f5f61;font: 27px/1.2em DINBold;text-align:center;}
.internal-where__block2 h3{text-align:center;font: 24px/1.0em DINBold;margin-bottom:25px;color:#5f5f61;}

.visible-xs{display:none;}

#internal-where #availability #check-postcode input[type=text], #internal-where #availability-in-your-area .wpcf7-form input[type=email], #internal-where #availability-in-your-area .wpcf7-form input[type=text]{padding:8px 0 !important;text-align:center;}

@media (max-width: 1149px){  .fund-capital{background: #ffffff url(images/fund-capital-bg.png) top right no-repeat;background-position: right -40px top;}
.fund-solar{background: #ffffff url(images/fund-solar-bg.png) top right no-repeat;background-position: right -40px top;}
.fund-upgrade{background: #ffffff url(images/fund-upgrade-bg.png) top right no-repeat;background-position: right -40px top;}}


@media (max-width: 1000px){  .fund-capital{background: #ffffff url(images/fund-capital-bg.png) top right no-repeat;background-position: right -120px top;}
.fund-solar{background: #ffffff url(images/fund-solar-bg.png) top right no-repeat;background-position: right -120px top;}
.fund-upgrade{background: #ffffff url(images/fund-upgrade-bg.png) top right no-repeat;background-position: right -120px top;}}

@media (max-width: 767px){  .fund-capital{background: #ffffff url(images/fund-capital-bg.png) top right no-repeat;background-position: right -60px top;}
.fund-solar{background: #ffffff url(images/fund-solar-bg.png) top right no-repeat;background-position: right -60px top;}
.fund-upgrade{background: #ffffff url(images/fund-upgrade-bg.png) top right no-repeat;background-position: right -60px top;}}

@media (min-width: 769px){.visible-mobile{display:none;}.about-us__block1 .gray-bg{padding-top:125px;height:1750px;}}
@media (max-width: 768px){ .address-check-block{margin-right:0;margin-bottom:45px;}#availability-in-your-area img{margin:0 0;} .about-us__div1{background-position: top right;} .about-us__block1{margin-top:-300px;} .visible-mobile{display:block;} .center-mobile{text-align:center;} .center-mobile img{display:inline-block;} .hidden-mobile{display:none;} }
/*
.page-id-3132 .tabs__caption1, .page-id-3132 .tabs__caption2, 
.page-id-1780 .tabs__caption1, .page-id-1780 .tabs__caption2{display:none;}*/

@media (max-width: 767px){ .partner-entry__logo{width:100%;}.tabs__caption1 .tabs__caption2{margin-bottom:35px;} .entry__image{width:100%;height:320px} #contact-us-page{padding-top:440px;} #example img{margin:15px 0 15px 0;}#example .text-right{text-align:left;}.side-gray-form{margin-top:35px;}.year-n{text-align:center;margin-top:10px !important;margin-bottom:10px;}.year-info:before{display:none;}.year-info{margin-left:0;}.year-info{background:#f1f1f1;min-height:auto;}.about-us__block1 .gray-bg{background:#ffffff;margin:40px 0;}.profile-image-holder img{margin-top:25px;}.visible-xs{display:block;}.internal-where__block2{text-align:center;}.tooltip{display:block;}}