/*
Theme Name: Seeds of Change
Theme URI: http://m2media.com.au
Author: Cassie Selin, M2Media
Author URI: http://m2media.com.au
Description:
Version: 3.0
*/


/*univeral (mobile first) styles -----------------------------------------*/

select {
display:block !important; 
}

[type="radio"] + label:before, [type="radio"] + label:after {
	display:none; 
}

html#ecwid_html body#ecwid_body .ecwid-shippingOptions-List span.ecwid-shippingOption {
    margin-bottom: 31px !important;
}


body {
	color: #333333;
	font-size: 16px;
	line-height: 1.7;

    font-family: "ff-meta-web-pro", sans-serif; /*400 and 700 available*/
	font-weight:400;
}

.wrapper {
/* uncomment if boxed */

/*	max-width: 1600px;
	margin: 0px auto;
*/
}

#main .row {
	margin-bottom: 0px;
}
#main {
	background-color: #fff;
}
body:not(.home) #main>.container {
	padding-top: 2em;
	padding-bottom: 2em;
}
html {
	font-weight: 300;
}

/*responsive image default*/
img {
	max-width:100%;
	height:auto;
}

strong {
	font-weight:700;
}

.fixedPosition {
	overflow:hidden;
}

a {
   color: #3e9957;
   transition: all .2s;
 }

#content a:hover {
 	text-decoration:underline;
 }

h1{
}
h2, h3 {
	color:#3e9957;
}
.white-text h2, .white-text h3 {
	color:#fff;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/*Typography  -------------------------------------------------------- */
#content ul li, #sidebar ul li {
	list-style-type: disc;
}

#content ul, #sidebar ul {
	margin-left: 1em;
}


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

header {
	background-color: #fff;
    /*overflow: hidden;*/
    padding: .5em 0em;

}

.is-sticky header {
    box-shadow: 0px 3px 2px rgba(119, 119, 119, 0.2);
    z-index: 999 !important;
}

.sticky-wrapper:not(.is-sticky) {
	height:auto !important;
}

.brand-logo {
	max-width:60%;
	display:block;
	margin-right: 1em;
	transition: all .1s;
}

header ul {
	margin: 0px;
}
.header-hamburg {
	display:block;
}
.header-hamburg i {
	font-size: 2em;
}
header .right {
    margin-left: auto;
}

header #main-nav {
    clear: both;
    padding-bottom: 1em;
}
header .menu li {
	display:inline-block;
	position:relative;
}

header .menu a{
	display:block; 
	padding: 0px .5em;
	color:#000;
}

header .menu .current-menu-item a, header .menu a:hover {
	color:#339900;
}

header .menu>li:first-child a{
	padding-left:0px;
}
header .menu>li:last-child a{
	padding-right:0px;
}

#headerblurb {
	float:right;
	margin: .5em 0em;
}

#headerblurb .mail, #headerblurb .phone {
	color:#333;
	line-height:1;
}

#headerblurb .mail:hover, #headerblurb .phone:hover {
	color: #96c63d;
}
#headerblurb .mail {
	font-size: 1.125em;

}
#headerblurb .phone {
	font-size: 1.437em;
}

/*/header social links*/

.sociallink {
	display:inline-block;
	color: #fff;
	background-color:#3e9957;
	width: 40px;
	height:40px;
	margin-left: 5px;
	text-align:center;
	font-size: 1.5rem;
	transition: all .2s;
	line-height: 40px;
}

.sociallink:hover {
	background-color: #93c43d;
}
/*Menus */

.mobile-menu a, header .menu a {
	text-transform: uppercase;
	font-size: 1.125em;
}
/*Styles for menu that goes below the header ---------------------- */
header .menu-stacked {
	text-align:center;
	background-color: #fefefe;
	overflow:hidden;
}

header .menu-stacked #main-nav {
	margin:0px auto;
}

#headerblurb .widget {
	display: inline-block;
	text-align:right;
	margin-left: 1em;
}
/*Styles for title ----------------------------------------------- */
#title {
	background-color: #ececec;
	overflow:hidden;
	padding: 1em 0em;
}

#title h1 {
	color:#3e9957;
}

/*Mobile menu -------------------------------------------------------- */

ul.mobilemenu {
	display:block;
	float:right;
}

ul.mobilemenu li {
	line-height: 0;
	padding: 0px 7px;

}
ul.mobilemenu li a {
	padding:0px;
}

/*mobile pop over menu */ 

.mobile-menu {
	display:none; 
	z-index: 9999;
	position:absolute;
	background-color: #26773a;
	color:#fff;
	top:0;
	overflow: scroll;
	height: 100vh;
	width:100vw; 
}

.mobile-menu li a {
	color:#fff;
	display:inline-block;
	padding: 14px 26px;    
	font-size: 18px;
	line-height:1;
	width:100%;
}

.mobile-menu .sub-menu {
	background-color: #96c63d;
	padding:.5em;
}

.mobile-menu .sub-menu a {
	padding: .5em 1em;  
}

.mobile-menu .sub-menu a:active{
	background-color: #a4cf54;   
}
.closebtn {
	float:right;
	text-align:right;
	color:#fff;
	padding: 26px;
}
.closebtn i {
	font-size:2em;
}

.mobile-menu .menu-item-has-children > a:after {
	content: "expand_more";
	float:right;
	color: #fff;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	line-height: 26px;
	height: 26px;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	word-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	opacity: .8;
	transition: all .2s;

}

.mobile-menu .menu-item-has-children > a.expanded:after {
	-ms-transform: rotate(180deg);
	-webkkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 1;

}

.mobile-menu .menu-item-has-children > .sub-menu {
	display:none;
}
.mobile-menu a:hover, .mobile-menu a:active {
	background-color: #569943 !important;

}

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

#cta {
	padding: 4em 0em;
	text-align:center;
	background-color: #efefef;
	overflow:hidden;
}


#cta form {
	max-width:500px;
	margin: 0px auto;
}

#cta {

}
footer {
	padding: 4em 0em;
	background-color: #00305f;
	color: rgba(255,255,255,0.8);
	font-size: .875em;
}

footer .widgettitle {
	color: #fff;
}

footer a {
	color: rgba(255,255,255,0.8);
}

footer a:hover {
	color:#93c43d;
}
.copyright {
	font-size: .8em;
}


.copyright li, .copyright ul, .copyright .menu, .copyright p, .copyright div {
    display: inline-block;
}
.copyright li {
	margin-left: 1em;
}

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

.pagination {
	    padding: 10px 0px;
    overflow: hidden;
}

.pagination  ul li {
    padding: 0px 10px !important;
    background-image: none !important;
}

.pagination li.active {
    background-color: #000;
}

/*Blog styles      -------------------------------------------------------- */

.archivelisting:not(:last-child) {
	padding-bottom: 2em;
	margin-bottom: 2em;

	border-bottom: 1px solid #efefef;
}

.archivelisting .thumbnail {
	width:100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}

.meta {
	font-size: .9em;
}
.meta ul {
	display: inline;
}
.meta ul li {
	background-image: none !important;
	display: inline; 
	padding:0px !important;
}

/*Social sharing links -----------------------------------------------------*/

.sharing a {
	display:inline-block;
	margin-right: .75em;
}
.sharing a i {
	margin-right:.5em;
}


/*Sidebar  ------------------------------------------------------------------*/

#sidebar {

}

#sidebar .widget {
    margin-bottom: 1em;
    /* border-bottom: 1px solid #f7f7f7; */
    background-color: #ececec;
    padding: 1.5em;
}

#sidebar ul {
	margin-left: 2em;
}

#sidebar .widget_text {
    padding-bottom: 1em;
    /*text-align:center;*/
}
@media screen and (max-width:991px ) {
	#sidebar {
	    /*border-top: 1px solid #efefef;*/
	    margin-top: 2em;
	    padding-top: 1em;
	}
}
/* Home hero ---------------------------------------------------------------*/


.needHelp {
	text-align:right;
}
#content .needHelp ul {
	margin-left: 0px;
}
.needHelp li a {
    color: #fff;
    display: block;
    background-color: rgba(51, 84, 59, 0.71);
    font-size: 1.4em;
    margin-bottom: 3px !important;
    padding: .5em 2.75em .5em 1em;
    line-height: 1.1;
    background-image: url(img/arrow.png);
    background-position: right .75em center;
    background-size: 27px auto;
    background-repeat: no-repeat;

}
.needHelp li a:hover {
    background-color: rgba(43, 103, 58, 1);
    text-decoration: none !important;
}
#content .needHelp li {
	list-style-type:none;

}

/*Form styles and buttons ---------------------------------------------------------------*/

/*Buttons   -------------------------------------------------------------- */


.button, input[type=submit], input[type=button], #content .vc_general.vc_btn3 {
	border: 1px solid #3e9957;
	font-size: 1em;
	display:inline-block;
	padding: .5em 1em;
	color: #fff;
	border-radius: 0px;
	transition: all .5s;
	background:none;
	background-color: #3e9957;

}

#content .white-text .vc_general.vc_btn3 {
	border-color: #fff;
	background:none;
}
.button:hover, input[type=submit]:hover, input[type=button]:hover, #content .vc_general.vc_btn3:hover{ 
	background-color: #fff;
	color: #3e9957;
	text-decoration: none !important;
}
.button:active, input[type=submit]:active, input[type=button]:active, #content .vc_general.vc_btn3:active{ 
	color: #fff;
	background-color: #3e9957;

}


footer input {
	font-size: 1.2em;
	margin-bottom:0px !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	height: 45px;
	/*line-height: 45px;*/
}

footer .gform_wrapper .top_label .gfield_label {
	display:none;
}

.gform_wrapper ul.gform_fields li.gfield {
	margin-top: 0px !important;
	padding: 0px !important;
}

footer .gform_wrapper .gform_footer {
	margin-top: 5px !important;
}
textarea {
	border: 1px solid #fff;
	background-color: #fff;
}

footer textarea {
    padding-left: 1em !important;
    height: 100px !important;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea, textarea {
	padding-left: 1em !important;
	box-sizing:border-box;

	border-color: #dedede;
}


footer input:not([type]),
footer input[type=text],
footer input[type=password],
footer input[type=email],
footer input[type=url],
footer input[type=time],
footer input[type=date],
footer input[type=datetime],
footer input[type=datetime-local],
footer input[type=tel],
footer input[type=number],
footer input[type=search],
footer textarea.materialize-textarea, footer textarea {
    background-color: #003a73;
    border-color: #003a73;
}




.hiddenlabel label {
	display:none !important;
}
::-webkit-input-placeholder {
   color: #aaa;
}

:-moz-placeholder { /* Firefox 18- */
   color: #aaa;  
   opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #aaa;  
   opacity: 1;

}

:-ms-input-placeholder {  
   color: #aaa;  
}



footer ::-webkit-input-placeholder {
   color: #fff;
}

footer :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
   opacity: 1;
}

footer ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
   opacity: 1;

}

footer :-ms-input-placeholder {  
   color: #fff;  
}

#cta .widgettitle {
	margin-bottom: 2em;
}

#cta label {
    margin: 0px auto;
    display: block;
    text-align: center;
 }
#cta .ginput_container_fileupload{
    text-align: center;
    margin-bottom: 1em;
    background-color: #f5f5f5;
    border: 2px solid #dfdfdf;
    padding: 1em;
}

#cta .gform_footer {
	text-align:center;
}

#cta input {
	width: 100%;
}
/*Helpers and wordpress required styles --------------------------------- */

.dont-break-out, .contact .vc_column-inner {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  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;
  -webkit-hyphens: auto;
  hyphens: auto;

}

img.alignright, .alignleft {float:right; margin:0 0 1em 3em}
img.alignleft, .alignleft {float:left; margin:0 3em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 3em}
a img.alignleft {float:left; margin:0 3em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.clearfix {
	clear: both;
	display: table;
	width: 100%;
}

.clearfix:before, .clearfix:after {
	width:100%;
	height:1px;
	background-color: transparent;
	clear:both;
	display:block;
	content: " " ;
}

@media screen and (max-width: 700px){
	.breadcrumbs.right {
		display:block;
		float:none !important;
	}
}

.right {
	margin-left: auto;
}

.clearfix:before, .clearfix:after {
  flex-basis: 0;
  order: 1;

}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title{
    background-color: #fbfbfb;
    padding: .5em 24.2px .5em;
}
/*Responsive styles ----------------------------------------------------------------------------------------------------------------*/





/*tablet only styles -----------------------------------*/ 
@media (min-width:601px) and (max-width:992px) {


}

	
/*tablet and up styles -----------------------------------*/ 
@media (min-width:601px) {
	
	#title .container {
		display: flex;
	    align-items: center;
	}
	
	.brand-logo {
		width: 400px;
		max-width:40%;
	}
	#hero h1 {
		font-size: 3em;
	}

	#hero {
		text-align:right;
	}

	.needHelp {
		max-width:450px;
		margin: 0px auto;
	}


}

/*desktop and up styles ----------------------------------*/
@media (min-width:993px) {


	.is-sticky #headerblurb {
		display:none;
	}
	.is-sticky .brand-logo {
		max-width: 250px;
	}

	.is-sticky #main-nav {
		padding-bottom: 0px;
	}

	#sidebar {
		padding-left:2em;
	}
	footer .row .widget:nth-child(2){
		width: 25%;
		padding-left: 2em;
	}
	footer .row .widget:nth-child(3){
		width: 33.33333%;
	}


	header .menu .sub-menu {
    	display:none;
    	text-align:left;
    	position:absolute;
    	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); 
    	z-index: 999;
    	left:1em;
    	background-color: #fff;
    }
    header .menu .sub-menu li {
    	float:none; 
    	line-height:1;
        display:block;
    }
    header .menu .sub-menu li:hover a, header .menu .sub-menu li a {
        background-color: transparent;
    }
    header .menu .sub-menu li:hover {
        background-color: #ececec;
    }
	header .menu .sub-menu li a {
		line-height:1.7;
	    padding:.5em 1em;
	    font-size: .9em;
	    display:inline-block;
	    white-space:nowrap;
	}
    header .menu li:hover .sub-menu {
    	display:block;
    }

}

/* extra large desktop --------------------------------------*/
@media (min-width:1200px) {		
	header .menu a {
		padding: 0px 1em;
	}
}



/* Print styles  --------------------------------------*/

@media print {
	header ul, footer {
		display:none !important;
	}
}


html#ecwid_html body#ecwid_body .horizontal-menu-container.horizontal-desktop .horizontal-menu-item>a {
	line-height: 2.25;
}

.vc_cta3-content-header {
	background-color: transparent;
}

.widget.widget_ecwid_minicart_miniview {
	padding-bottom:2em;
}

.vc_cta3 h2 {
	font-size: 1.5rem;
}