/*
Theme Name: shadetree
Version: 1.0

/* LEGEND
-----------------------------------------------
1. 	Global
2. 	Contents
3. 	Asides
4. 	Media
5. 	Navigations (Next - Prev)
6. 	Comments
7. 	Widgets
8. 	Infinite Scroll
9. 	Page Layout (Author Styles proceed here) <<
10. Misc
11. Media Queries
12. Font Face / Google Font
*/


/* =Global
----------------------------------------------- */

body {
	color: #252525;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5; 
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Droid Sans', sans-serif;
}

h1, .h1 {}
h2, .h2 {}
h3, .h3 {}
h4, .h4 {font-size: 15px; font-weight: 700;}
h5, .h5 {font-size: 12px; font-weight: 700; color: #c5bfbd;}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: 700;
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 0 2.5em;
	border-left: none;
	background: url(images/icon-quote.jpg) no-repeat top left;
	padding: 0 45px;
}

blockquote p {
	font-size: inherit;
}

address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: 700;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

/* Links */
a, a:visited {
	color: #039834;
}

a:hover,
a:focus,
a:active {
	color: #0d5b27;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Content
----------------------------------------------- */



/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

[class*="navigation"] a {
	padding: 10px;
	text-align: center;
	background-color: #3e2519;
	border-color: #3e2519;
	color: #FFFFFF !important;
	width: 160px;
	display: inline-block;
}

[class*="navigation"] a:hover,
.contact-page input[type="submit"]:hover,
.regform input[type="submit"]:hover {
	background-color: #2d1c14;
	text-decoration: none;
}

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

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */

.widget_search {
	margin: 9px 20px 9px 0;
}

.widget_search .search-field {
	float: left;
	border: 0;
	padding: 3px;
	height: 24px;
}

.widget_search .search-submit {
	background: #04a439 url(images/search-btn.jpg) no-repeat 50%;
	border: 0;
	padding: 15px 30px;
	height: 30px;
	text-align: center;
}

.widget.widget-entries .latest-photos p {
	margin: 0;
}

.widget.widget-entries .latest-photos #gallery-1 .gallery-item {
	margin-top: 0;
	margin-bottom: 2px;
}

.widget.widget-entries .latest-photos #gallery-1 img {
	border: 0;
	height: 4.7em;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* ============================================================================================
/* 		Author/ Designer Styles Start Here 
/* ============================================================================================

/* =Page Layout
----------------------------------------------- */

.container {
	max-width: 1032px;
}


.site-branding h1 a{
	background: url("images/logo.png")no-repeat;
	text-indent:-99999px;
	display:block;
	width:129px;
	height:106px;
}
#site-navigation{
	background:#3f2619 url(images/nav-bg.png)repeat-x top;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	position:relative;
	margin:0;}

.top-options{
	position:absolute;
	right:10px;
	top:-34px;
	background: url(images/options-bg.png);
	border:1px solid #06822f;
	border-radius:10px 10px 0 0;
}
.top-options ul{
	list-style:none;
	margin:0;
	padding:0;
}

.top-options ul li{
	float:left
}

.top-options ul li a{
	list-style:none;
	font-size:16px;
	color:#fff;
	padding:4px 20px;
	display:block;
	text-decoration:none;
	text-shadow: 1px 1px #8c9b1d;
	font-weight:700
}
.top-options ul li:first-child a{
	border-right:1px solid #06822f
}
.top-options ul li:last-child a{
	border-left:1px solid #11c14b
}
.header-social ul{
	padding:0;
	margin:40px 5px 0 0;
	list-style:none;
	float:right;
}
.header-social ul li{
	float:left;
	margin:0 5px 0 0;
}

.header-social ul li a{
	display:block;
	text-indent:-99999px;
	width:32px;
	height:32px;
	background:url(images/social-icon.png) no-repeat
}

.header-social ul li.facebook a{
	background-position: 0 0;
}
.header-social ul li.twitter a{
	background-position: -36px 0;
}
.header-social ul li.youtube a{
	background-position: -72px 0;
}
/*
.main-nav {
	padding:0;
	margin:0;
	list-style:none;
}
.main-nav li{
	float:left;
}
.main-nav li a{
	color:#f2ebd3!important;
	font-weight:700;
	padding:15px 7px;
	text-shadow: 1px 1px #000;
	text-decoration:none;
	display:block;
	font-size: 13px;
	font-size: 1.3rem;
}
.main-nav li.active a, .main-nav li.current-menu-item a{
	background-color:transparent!important;
	color:#e5aa2f!important
}

.main-nav li:hover a{
	color:#cdb481!important
}*/

.main-navi li a {
	color:#f2ebd3!important;
	font-weight:700;
	padding:15px 7px;
	text-shadow: 1px 1px #000;
	text-decoration:none;
	display:block;
	font-size: 13px;
	font-size: 1.3rem;
}
.main-navi li.active a, .main-navi li.current-menu-item a{
	background-color:transparent!important;
	color:#e5aa2f!important;
}

.main-navi li:hover a{
	color:#cdb481 !important;
}

.search{
	padding:10px;
	position:relative;
	margin:0 10px 0 0
}
.search .search-input{
	border:none;
	padding:4px;
	height:30px;
	background:url(images/input-bg.png)repeat-x;
	width:240px;
}

.search .search-btn{
	background:#05ab3c url(images/search-btn.png)no-repeat center center;
	border:none;
	height:30px;
	width:58px;
	position:absolute;
	top:10px;
	right:10px;
}
.site-content-wrapper{
	background:#fff;
	padding:20px 15px;
	
}

h3.entry-title, h1.widget-title, h1.page-title, h3.widget-title {
	border:none;
	margin:0;
	color:#fff;
	font-weight:700;
	background:url(images/title-header-bg.png);
	padding:16px;
	font-size:17px;
	text-shadow: 1px 1px #8c9b1d;
	border:1px solid #047f2d;
}
.entry-header,.page-header {
	margin:0 0 10px;
	padding:0;
	border:none;
}

.widget ul{
	padding:0 0 0 10px;
	margin:0 0 20px;
	list-style:none;
}

.widget ul li a{
}

.featured-content-area .entry-content, 
.featured-left .entry-content,
.featured-right .entry-content {
	margin:0
}
.featured-content-area .entry-content p,.featured-left .entry-content p,.featured-right .entry-content p{
	color:#252525;
	font-size:12px;
}
.featured-content-area .entry-content a,.featured-left .entry-content a,.featured-right .entry-content a  {
	text-decoration:none;
	display:block;
}

.featured-content-area .entry-content p,
.featured-left .entry-content p {
	margin: 0 0 10px;
}

/*.featured-left .entry-content img{
	margin:0 0 15px;
}*/

.featured-bottom aside img {
	width:100%
}

.featured-left .entry-content h4,.featured-right .entry-content h4,.featured-left .entry-content h4 a,.featured-right .entry-content h4 a,.news  h4.entry-title a{
	color:#252525;
	margin:0;
	font-weight:700;
	text-decoration:none;
}
.featured-left ul,.featured-right ul{
	margin:0;
	padding:0;
	list-style:none;
}
.featured-right ul li{
	margin-bottom:20px
}

.featured-right .half-bottom {
	padding-right: 0;
}

/*.featured-left ul li:nth-child(2n+1){
	padding-left:0;
}
.featured-left ul li:nth-child(2n+2){
	padding-right:0;
}*/

.latest-photos ul{
	margin:0;
	padding:0;
	list-style:none;
}

.latest-photos ul li{
	float:left;
	width:33.2%;
	margin:0 0 1px;
}

.site-footer{
	background:#3e2519;
	color:#fff;
	margin:0 0 20px;
}

.site-footer hr{
	background:#50362a;
}

.footer-wrapper{
	padding:20px 10px
}

.footer-1 h1{
	margin:0;
}

.footer-1 h1 a{
	display:block;
	text-indent:-99999px;
	background:url(images/footer-logo.png);
	width:123px;
	height:103px;
}

.footer-1 p{
	font-size:14px;
	margin: 50px 0 0;
}

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

.footer-2 {
	border-left:1px solid #50362a;
}

.footer-2 ul{
	padding:0;
	margin:0 0 20px;
	list-style:none;
	overflow:hidden;
}

.footer-1 ul li,.footer-2 ul li{
	float:left;
}

.footer-1 ul li a {
	color:#908575;
	font-size:12px;
	border-left:1px solid #908575;
	padding:0 7px;
	text-decoration:none;
}

.footer-1 ul li a:hover {
	color: #cdb481;
}


/*.footer-1 ul li:first-child a,.footer-1 ul li:nth-child(5) a{
	padding:0 10px 0 0;
}*/

.footer-1 ul li:first-child a{
	border:none;
}

/*.footer-2 h4{
	color:#c5bfbd;
	font-size:14px;
	font-weight:700;
	margin:0 0 10px;
}*/
.partners, .footer-social{
	padding:0 20px;
}
.partners ul li {
	margin:0 20px 0 0;
}
/*.partners ul li a{
	display:block;
	background:url("images/partners-logo.png");
	text-indent:-99999px;
	height: 67px;
}

.partners ul li.irvine a{
	background-position: 0 0;
	width: 62px;
}

.partners ul li.uci a{
	background-position: -77px 0;
	width: 60px;
}

.partners ul li.trugreen a{
	background-position: -145px 0;
	width: 108px;
}*/
.footer-social ul li{
	margin:0 20px 0 0;
}
.footer-social ul li a{
	display:block;
	background:url("images/footer-social.png");
	text-indent:-99999px;
	height: 29px;
}

.footer-social ul li.facebook a{
	background-position: 0 0;
	width: 14px;
}

.footer-social ul li.twitter a{
	background-position: -30px 0;
	width: 31px;
}

.footer-social ul li.youtube a{
	background-position: -71px 0;
	width: 30px;
}

.page-content-area{
	background:#fff;
	padding:20px 0;
}

.page-content-area h1.entry-title{
	margin:0 0 20px;
	font-size:19px;
	color:#252525;
	font-weight:700;
}

.page-content-area .hentry{
	margin:0;
}

.page-content-area .entry-image{
	margin:0 0 30px;
}

.page-content-area .entry-content p {

}

/* News Entry */

.news{
	padding:20px 0;
	background:#fff;
}
.news .entry-img{
	margin:0 0 20px;
}
.news .entry-title,.news .entry-content{
	margin:0;
}
.news .entry-content p {

}

.news .entry-date {
	color:#252525;
	font-size:16px;
}

/* Upcoming Events */

.nursery-events .dateEvent {
	padding-left: 0;
}

.nursery-events .panel {
	background-color: #e8e1d1;
	box-shadow: none;
	color: #d39d2c;
	font-weight: 700;
	border-radius: 0;
	border: 0;
}

.nursery-events .panel-event {
	text-align: center;
}

.nursery-events .panel-event>.panel-heading {
	border: none;
	font-size: 15px;
	font-size: 1.5rem;
	background-color: #3d2518;
	padding: 5px 15px;
}

.nursery-events .panel-event>.panel-body {
	padding: 0;
	font-size: 47px;
	font-size: 4.7rem;
	border-radius: 0;
	line-height: 1.2;
}

.nursery-events h2.entry-title {
	margin: 0;
}

.nursery-events h2.entry-title a {
	color: #252525;
}

.nursery-events h2.entry-title a:hover {
	color: #5e5e5e;
}

.rsUni .rsBullet span {
    background: none repeat scroll 0 0 #f2ebd3!important;
    border-radius: 50% 50% 50% 50%!important;
    display: block!important;
    height: 15px!important;
    width: 15px!important;
}

.rsUni .rsBullet {
    display: inline-block!important;
    height: auto!important;
    padding: 5px!important;
    width: 20px!important;
}
.rsUni .rsBullets{
	padding:5px 0 5px 30px!important;
	text-align:center!important;
	background:#3e2519!important;
	text-align:left!important;
}
.rsUni .rsBullet.rsNavSelected span {
    background-color: #e5aa2f!important;
}
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.em-warning.updated {
	display: block;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* Navbar override styles here */


/*<!--========== FAQ PAGE ==========-->*/
/***************************************/
a.fag-question-btn{
	background: url("images/faq-green-btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    padding: 1% 5%;
    text-decoration: none;
    width: 100%;
}
h2.faq-h2{
    background: none repeat scroll 0 0 #43281B;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 30px;
}
a.accordion-title {
	background: url("images/faq-arrow.png") no-repeat scroll 98% 25px #F4EDE1;
    color: #252525;
    margin-top: 10px;
    padding: 20px 60px;
    text-decoration: none;
}
.faq-img1{
    left: 20px;
    position: relative;
    top: 33px;
}
.faq-img{
    left: 20px;
    position: relative;
    top: 38px;
}
a.accordion-title.down{
	background-image: none;
}
.accordion-content {
    background: none repeat scroll 0 0 #F4EDE1;
    padding: 0 0 10px 60px;
    width: 100% !important;
    font-size: 14px;
}



/*<!--========== CONTACT PAGE ==========-->*/
/***************************************/
.contact-page {
    background-color: #f4ede1;
}
.contact-page.entry-content{
	margin-top: 0 !important;
}
.contact-page h1.entry-title.h2 {
    color: #252525;
    font-size: 38px !important;
    font-weight: normal !important;
    margin-top: 20px !important;
}
.contact-page div.entry-content h2{
	 font-size: 28px;
    line-height: 14px;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}
.contact-page article{
	width: 100% !important;
}
/*.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,*/
.contactform input[type="text"] {
    border: medium none;
    padding: 15px !important;
    width: 100%;
}
.contact-page textarea.form-control {
	border: none !important;
	border-radius: 0 !important;
	padding: 15px;
}
.contactform input[type="text"],
.contact-page textarea.form-control {
	color: #000 !important;
	font-size: 17px!important
}
.contact-page input[type="submit"],
.regform input[type="submit"] {
    background-color: #3E2519;
    border-radius: 0 0 0 0 !important;
    color: #FFFFFF;
    font-size: 22px;
    padding: 12px 40px;
}
aside.widget-contact{
	padding-left: 30px;
	line-height: 0 !important;
	font-size: 14px;
}



/* =MISC
----------------------------------------------- */
.half-bottom {margin-bottom: 10px;}
.add-bottom {margin-bottom: 20px;}
.nodisplay {display: none;}

.btn-green {
  padding: 10px 40px;
  background-color: #0dbc47;
  border-color: #0dbc47;
  color: #FFFFFF !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #0ca940;
  background-image: -moz-linear-gradient(top,#0dbc47,#0a8c35);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#0dbc47),to(#0a8c35));
  background-image: -webkit-linear-gradient(top,#0dbc47,#0a8c35);
  background-image: -o-linear-gradient(top,#0dbc47,#0a8c35);
  background-image: linear-gradient(to bottom,#0dbc47,#0a8c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0dbc47', endColorstr='#ff098c34', GradientType=0);
  border-color: #0a8c35 #0a8c35 #05451a;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-green:hover,
.btn-green:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-green:hover,
.btn-green:focus {
  background-color: #0a8c35;
}
.btn-green:active,
.btn-green.active,
.btn-green.active:hover {
  background-color: #0ba43e;
  border-color: #0a8c35;
}
.btn-green.disabled:hover,
.btn-green.disabled:focus,
.btn-green.disabled:active,
.btn-green.disabled.active,
.btn-green[disabled] .btn-green:hover,
.btn-green[disabled] .btn-green:focus,
.btn-green[disabled] .btn-green:active,
.btn-green[disabled] .btn-green.active {
  background-color: #0dbc47;
  border-color: #0dbc47;
}

.icon-pdf {
	background: url(images/icon-pdf.png) no-repeat;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	text-align: right;
	width: 23px;
	height: 29px;
}

.contactbox {
	width: 27%;
	display: inline-block;
	float: left;
	margin-left: 15px;
}

.regform {
	background-color: #f4ede1;
	padding-bottom: 15px;
	padding-top: 15px;
}

.regform h3 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
}

.regform label {
	font-weight: normal; 
}

.regform input[type="text"] {
	padding: 6px 12px;
}

.regform input[type="text"],
.regform input[type="tel"],
.regform input[type="email"],
.regform select {
	border-radius: 0;
	border: 1px solid #d8d6d1;
}

.regform input[type="submit"] {
    font-size: 19px;
    padding: 8px 30px;
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/********* DONATE PAGE *********/
.ewd_form, .em-booking {
	background: #f4ede1;
	padding: 25px;
	overflow: auto;
}
.ewd_form h3 {
	font-size: 19px;
	margin-top: 0;
	font-weight: bold;
}
p.donation label {
	background: none!important;
	border: 0!important;
	color: #252525!important;
	font-weight: normal;
}
.ewd_form span.donation_radio {
	display: inline;
	margin-right: 30px;
}
.ewd_form input[type="submit"] {
	background: #3e2519;
	color: #fff;
	padding: 10px 40px;
	border: 0;
	font-size: 19px;
	float: right;
}
.ewd_form input[type="text"] {
	border: 1px solid #d8d6d1;
	height: 35px;
}
.donor_information_col_one label, .donor_information_col_two label {
	font-weight: normal!important;
	font-size: 13px;
}
.donor_information_col_one select {
	border: 1px solid #d8d6d1;
	height: 35px;
	float: left;
}
/*
.donor_information_col_one select,
.billinginfoform select {
	background: url(images/arrow.png) no-repeat right #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
    text-overflow: '';
}
*/
#donor_information label {
	display: inline;
}
.ewd_form input[name="donor_city"] {
	display: block;
}
#donor_information h3 {
	border-top: 1px solid #ebe3d6; 
	padding-top: 20px;
	margin-top: 20px;
}
.ewd_form input[name="amount"] {
	width: auto;
	overflow: visible
}
.donor_information_col_one label[for="donor_state"], .donor_information_col_one label[for="donor_zipcode"] {
	float: left;
}
.state_cont {
	width: 40%;
	float: left;
	overflow: auto;
	margin-right: 15px;
}
.zip_cont {
	overflow: auto;
	margin: 0;
	width: 50%;
}

/***** Maps ******/
.widget-title a {
	color: #fff;
}

/****** REGISTER PAGE *****/
/.em-booking-buttons {
}
.em-booking-buttons input[type="submit"] {
	background: #3e2519;
	color: #fff;
	padding: 10px 40px;
	border: 0;
	font-size: 19px;
	float: right;
	line-height: 10px;
}
.em-booking-form-details input {
	border: 1px solid #d8d6d1;
	height: 35px;
}

.em-booking-form-details {
	padding: 0;
	width: 100%;
}
.em-booking-form-details p label {
	font-weight: normal;
}

/* .em-booking-form label {
	width: auto;
}

#col-contact_number_1,
#col-contact_number_2 {
	width: 12%;
}

#col-contact_number_3 {
	width: 26%;
}

#col-contact_number_1 label {
	width: 200%;
}

#col-contact_number_2 label, 
#col-contact_number_3 label {
	height: 15px;
	width: 100%
}

#contact_number_1,
#contact_number_2 {
	width: 60px;
}

#contact_number_3 {
	width: 108px;
}

.em-tickets-spaces label {
	width: 100%;
}

.em-ticket-select {
	width: 50%;
}

.em-booking-form label {
	float: none;
} */

/* Application for planting materials style */
.billinginfoform h3 {margin-top: 5px;} 
.billinginfoform label {font-size: 13px; font-size: 1.3rem;}
.billinginfoform .bordertop {border-top: 1px solid #ebe3d6; margin: 10px 0 0; padding: 10px 0 0;}
.billinginfoform .billinginfostyle1 {}
.billinginfoform .billinginfostyle1 .organization_type .wpcf7-list-item {margin-right: 3em; margin-left: 0;}
.billinginfoform .billinginfostyle1 .organization_type input[type="radio"],
.billinginfoform .billinginfostyle1 .loan_program input[type="radio"],
.billinginfoform .billinginfostyle2 .wpcf7-radio input[type="radio"] {margin-right: 5px;}
.billinginfoform .billinginfostyle1 .organization_type .wpcf7-list-item label, .billinginfoform .species-trees .label1 {font-size: 12px; font-size: 1.2rem;}
.billinginfoform .billinginfostyle1 .loan_program label,
.hear-about-us label {margin-right: 2em; margin-left: 0;}
.billinginfostyle2 .form-group .total-trees {width:30%;}
.billinginfostyle2 .wpcf7-radio label {margin-top: 8px; margin-right: 3em;}

/* NEW */
.em-booking-form h3 { font-size: 19px; font-weight: bold; margin-bottom: 15px; }

.em-booking-form-details p { display: block; padding: 0 15px; margin: 0 0 15px; }
.em-booking-form-details p label { margin: 0 0 5px; width: 100%; height: 21px; display: block; }
.em-booking-form-details p input[type="text"] { 
	width: 100%; 
	padding: 6px 12px; 
	background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.em-booking-form-details p.input-first_name { float: left; width: 50%; }
.em-booking-form-details p.input-last_name { float: left; width: 50%; }

.em-booking-form-details p.input-user_email { float: left; width: 50%; }
.em-booking-form-details p.input-field-confirm_email_address { float: left; width: 50%; }

.em-booking-form-details p.input-field-contact_number_1 { float: left; width: 50%; margin-top: 20px; }
.em-booking-form-details p.input-field-contact_number_1 input[type="text"] { width: 100%; }
.em-booking-form-details p.input-field-contact_number_2 { float: left; width: 17%; margin-top: 20px; }
.em-booking-form-details p.input-field-contact_number_2 input[type="text"] { width: 100%; }
.em-booking-form-details p.input-field-contact_number_3 { float: left; width: 17%; margin-top: 20px; }
.em-booking-form-details p.input-field-contact_number_3 input[type="text"] { width: 100%; }

.em-booking-form-details p.input-field-name_of_groups { float: left; width: 50%; margin-top: 20px; }
.em-booking-form-details .em-booking-buttons { clear: both; padding: 20px 16px 0; }
.em-booking-form-details .em-booking-buttons .em-booking-submit  { clear: both; height: auto; }

/* =MEDIA QUERIES
----------------------------------------------- */
/* Tablet Portrait size to standard 991 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.widget.widget-entries .latest-photos #gallery-1 img {
		height: auto !important;
	}

	.main-navi li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.featured-right .half-bottom {
		padding-right: 15px;
	}

	.footer-1 p {
		margin: 0;
	}

	.footer-2 {
		border: none;
	}

	.footer-2 .widget.row {
		margin: 0 -15px;
	}
	.donor_information_col_one select {
		margin-bottom: 20px;
		float: none;
	}
	.donor_information_col_one input[name="donor_zipcode"], .donor_information_col_one select {
		width: 100%;
	}
	.donor_information_col_one label[for="donor_state"], .donor_information_col_one label[for="donor_zipcode"] {
		margin-bottom: 20px;
		min-width: 20%!important;
	}
	.state_cont {
		width: auto;
		float: none;
	}
	.zip_cont {
		width: auto;
	}
	.em-booking-form-details p.input-first_name { width: 100% }
	.em-booking-form-details p.input-last_name { width: 100% }
	.em-booking-form-details p.input-user_email { width: 100% }
	.em-booking-form-details p.input-field-confirm_email_address { width: 100% }
	.em-booking-form-details p.input-field-name_of_groups { width: 100% }
	.em-booking-form-details p.input-field-contact_number_1 { width: 33% }
	.em-booking-form-details p.input-field-contact_number_1 label { width: 120px; }
	.em-booking-form-details p.input-field-contact_number_2 { width: 33% }
	.em-booking-form-details p.input-field-contact_number_3 { width: 33% }

}


@media only screen and (max-width: 600px) {
	.featured-content-area .col-xs-4 {
		width: 100%;
	}
}

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

	.featured-left .col-xs-6 {
		width: 100% !important;
	}

	.add2x-top {
		margin-top: 40px;
	}

}

/*@media (max-width: 930px) {
	#col-contact_number_1,
	#col-contact_number_2,
	#col-contact_number_3,
	#spaces {
		float: left;
	}
	
	
}

@media (max-width: 930px) {
	.col-sm-6 {
		float: none;
	}
}*/

/* =FONT FACE
----------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);


/* content 22-9-2022 start */
.site-content.container .col-md-4.col-sm-4 #secondary form.search-form label {
    display: block !important;
}
.site-content.container .col-md-4.col-sm-4 #secondary form.search-form label input.search-field {
    border: 1px solid lightgray;
	width: 72%;
	height: 26px;
}
.site-content.container .col-md-4.col-sm-4 #secondary form.search-form input.search-submit {
    color: #04a439;
	width: 25%;
	height: 33px !important;
    font-size: 0;
}
.site-content.container .col-md-4.col-sm-4 div#secondary aside#search {
	margin: 9px 0px 20px 0;
}


@media (min-width: 320px) and (max-width: 325.98px) { 
	.site-content.container .col-md-4.col-sm-4 #secondary form.search-form label input.search-field {
		width: 71%;
	}
 }
 @media (min-width: 768px) and (max-width: 916.98px) { 
	.site-content.container .col-md-4.col-sm-4 #secondary form.search-form label input.search-field {
		width: 68%;
	}

 }
/* content 22-9-2022 end */

.row.home-map aside {
    width: 100%;
}