/*
Theme Name: Wordpress Theme
Description: This Theme is a flexible foundation with fluid grid system that adapts your website to mobile devices and the desktop or any other viewing environment. Theme features 9 Page Templates, 11 Widget Areas, 6 Template Layouts, 4 Menu Positions and more. Powerful but simple Theme Options for full CMS control with easy Logo Upload, Social Networking and Webmaster Tools etc. Responsive is WooCommerce Compatible, Multilingual Ready (WPML), RTL-Language Support, Retina-Ready, Search Engine Friendly, W3C Markup Validated and currently translated into 40 languages. Cross-Browser compatible.

CSS Rules: Sorted alphabetically for better organization.
*/

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, select, textarea {
  font-size: 100%;
  overflow: visible;
  margin: 0;
  vertical-align: baseline;
  width: auto;
}

textarea {
  overflow: auto;
  vertical-align: text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
  background: #dddddd;
  border: none;
  clear: both;
  color: #dddddd;
  float: none;
  height: 1px;
  width: 100%;
}

hr.space {
  background: #ffffff;
  color: #ffffff;
}

/* =Base
-------------------------------------------------------------- */
html {
  height: 100%;
}

body {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #555555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-smoothing: antialiased;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
}

/* =Typography
-------------------------------------------------------------- */
p {
  word-wrap: break-word;
}

i,
em,
dfn,
cite {
  font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
  font-family: monospace, serif;
  font-style: normal;
}

b,
strong {
  font-weight: 700;
}

pre {
  -moz-box-sizing: border-box;
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #aaaaaa;
  border-bottom-color: #cccccc;
  border-radius: 2px;
  height: auto;
  margin: 0;
  outline: none;
  padding: 6px 10px;
  vertical-align: middle;
  width: 100%;
  word-wrap: break-word;
  white-space: pre-wrap;
}

del {
  color: #555555;
  text-decoration: line-through;
}

ins,
dfn {
  border-bottom: 1px solid #cccccc;
}

sup,
sub,
small {
  font-size: 85%;
}

abbr,
acronym {
  font-size: 85%;
  letter-spacing: .1em;
  text-transform: uppercase;
}

a abbr,
a acronym {
  border: none;
}

dfn[title],
abbr[title],
acronym[title] {
  border-bottom: 1px solid #cccccc;
  cursor: help;
}

sup {
  font-size: 19px;
    margin-left: 0px;
    vertical-align: super;
}

sub {
  vertical-align: sub;
}

/* =Responsive 12 Column Grid
    http://themeid.com/responsive-grid/
-------------------------------------------------------------- */
.grid {
  float: left;
  margin-bottom: 2.127659574468%;
  padding-top: 0;
}

.grid-right {
  float: right;
  margin-bottom: 2.127659574468%;
  padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
  display: inline;
  margin-right: 2.127659574468%;
}

.col-60 {
  width: 6.382978723404%;
}

.col-140 {
  width: 14.893617021277%;
}

.col-220 {
  width: 23.404255319149%;
}

.col-300 {
  width: 31.914893617021%;
}

.col-380 {
  width: 40.425531914894%;
}

.col-460 {
  width: 48.936170212766%;
}

.col-540 {
  width: 57.446808510638%;
}

.col-620 {
  margin-right: 59px;
    width: 59.957%;
}

.col-700 {
  width: 74.468085106383%;
}

.col-780 {
  width: 82.978723404255%;
}

.col-860 {
  width: 91.489361702128%;
}

.col-940 {
  width: 100%;
}

.fit {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.none {
  display: none;
}

.hide-desktop {
  display: none;
}

.show-desktop {
  display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.ie8 img {
  height: auto;
  width: auto\9;
}

.ie8 img.size-large {
  max-width: 60%;
  width: auto;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

/* =Links
-------------------------------------------------------------- */
a {
  color: #0066cc;
  font-weight: 400;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #444444;
  outline: 0;
  text-decoration: none;
}

::selection {
  background: #999999;
  color: #ffffff;
  text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
  display: inline-block;
  font-weight: 700;
  padding: 2px 0;
}

legend {
  padding: 2px 5px;
}

fieldset {
  border: 1px solid #cccccc;
  margin: 0 0 1.5em;
  padding: 1em 2em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
  -moz-box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  border-bottom-color: #cccccc;
  border-radius: 2px;
  margin: 0;
  outline: none;
  padding: 6px 8px;
  vertical-align: middle;
  width: 100%;
}

select {
  height: auto;
  width: 100%;
}

area,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  border-bottom-color: #cccccc;
  border-radius: 2px;
  height: auto;
  overflow: auto;
  margin: 0;
  outline: none;
  padding: 8px 10px;
  width: 100%;

}

input,
select {
  cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
  border: 1px solid #66ccff;
}

input[type='text'],
input[type='password'] {
  cursor: text;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
  width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
  background-color: #f9edbe;
  border: 1px solid #f0c36d;
  color: #212121;
  display: block;
  margin: 0 auto;
  max-width: 960px;
  padding: 10px;
  position: absolute;
  top: 60px;
  text-align: center;
  width: 100%;
}

.msie-box a {
  color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
  border: 1px solid #dddddd;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

ol {
  line-height: 22px;
  list-style-position: outside;
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
  background: #f9f9f9;
  border: none;
  border-left: 4px solid #d6d6d6;
  margin: 20px;
  overflow: auto;
  padding: 0 0 10px 12px;
}

blockquote p {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 700;
  line-height: 1.0em;
  word-wrap: break-word;
}

h1 {
  font-size: 2.625em; /* = 42px */
  margin-bottom: .5em;
  margin-top: .5em;
}

h2 {
  font-size: 2.250em; /* = 36px */
  margin-bottom: .75em;
  margin-top: .75em;
}

h3 {
  font-size: 1.875em; /* = 30px */
  margin-bottom: .857em;
  margin-top: .857em;
}

h4 {
  font-size: 1.500em; /* = 24px */
  margin-bottom: 1em;
  margin-top: 1em;
}

h5 {
  font-size: 1.125em; /* = 18px */
  margin-bottom: 1.125em;
  margin-top: 1.125em;
}

h6 {
  font-size: 1.000em; /* = 16px */
  margin-bottom: 1.285em;
  margin-top: 1.285em;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
  margin: 1.6em 0;
}

th, td {
  padding: .8em;
}

caption {
  padding-bottom: .8em;
}

blockquote {
  padding: 0 1em;
}

blockquote:first-child {
  margin: .8em 0;
}

fieldset {
  margin: 1.6em 0;
  padding: 0 1em 1em;
}

legend {
  padding-left: .8em;
  padding-right: .8em;
}

legend+* {
  margin-top: 1em;
}

input,
textarea {
  padding: .3em .4em .15em;
}

select {
  padding: .1em .2em 0;
}

option {
  padding: 0 .4em;
}

dt {
  margin-bottom: .4em;
  margin-top: .8em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul,
ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 2.0em;
}

li ul,
li ol {
  margin: 0;
}

form div {
  margin-bottom: .8em;
}

/* =Globals
-------------------------------------------------------------- */
.container {
  margin: 0 auto;
  max-width: 980px;
  padding: 0px 25px;

}

#wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  clear: both;
  margin: 20px auto 20px auto;
  padding: 0 20px 20px 20px;
  position: relative;
}

.front-page #wrapper {
  background-color: transparent;
  border: none;
  margin: 20px auto 20px auto;
  padding: 0;
}

#header {
  margin: 0;
}

#footer {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 25px 0 25px;
}

#footer-wrapper {
  margin: 0;
  padding: 0;

}

/* =Header
-------------------------------------------------------------- */
#logo {
  float: left;
   margin: 26px 0 0;
}

.site-name {
  display: block;
  font-size: 2.063em; /* = 33px */
  line-height: 1.0em;
  padding-top: 20px;
}

.site-name a {
  color: #333333;
  font-weight: 700;
}

.site-description {
  color: #afafaf;
  display: block;
  font-size: 0.875em; /* = 14px */
  margin: 10px 0;
}

/* =Content
-------------------------------------------------------------- */
#content {
  margin-top: 20px;
  margin-bottom: 20px;
}

#content-full {

    margin-bottom: 0;
    margin-top: 0;

}

#content-blog {
  margin-top: 40px;
  margin-bottom: 20px;
}

#content-images {
  margin-bottom: 20px;
}

#content-search {
  margin-bottom: 20px;
  margin-top: 20px;
}

#content-archive {
  margin-top: 40px;
  margin-bottom: 20px;
}

#content-sitemap {
  margin-top: 40px;
  margin-bottom: 20px;
}

#content-sitemap a {
  font-size: 12px;
}

#content .sticky {
  clear: both;
}

#content .sticky p {
}

/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
  display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #f9f9f9;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  clear: both;
  display: block;
  margin: 30px 0 40px 0;
  padding: 10px;
  overflow: hidden;
}

#author-meta img {
  float: left;
  padding: 10px 15px 0 5px;
}

#author-meta p {
  margin: 0;
  padding: 5px;
}

#author-meta .about-author {
  font-weight: 700;
  margin: 10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding-bottom: 40px;
  width: 99.893617021277%;
}

#featured p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  padding: 0 40px 0 40px;
  text-align: center;
}

#featured-image {
  margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
  margin-left: -20px;
}

.featured-image img {
  margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
  font-size: 12px;
}

#cancel-comment-reply-link {
  color: #990000;
}

.post-data {
  clear: both;
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px;
}

.post-data a {
  color: #111111;
}

.post-entry {
  clear: both;
}

.post-meta {
  clear: both;
  color: #9f9f9f;
  font-size: 12px;
  margin-bottom: 10px;
}

.post-edit {
  clear: both;
  display: block;
  font-size: 12px;
  margin: 1.5em 0;
}

.post-search-terms {
  clear: both;
}

.read-more {
  clear: both;
  font-weight: 700;
}

.attachment-entry {
  clear: both;
  text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
  display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
  color: #aaaaaa;
  font-size: 18px;
  margin-left: 5px;
}

.form-allowed-tags {
  display: none;
  font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;


  border-radius: 4px;
  margin: 0 0 20px;
  padding: 20px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
  width: 75%;
}

#widgets {
  margin-top: 40px;
}

#widgets a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#widgets form {
  margin: 0;
}

#widgets ul,
#widgets ol {
  padding: 0 0 0 20px;
}

#widgets ul li a {
  display: inline;
  text-decoration: none;
}

#widgets .widget-title img {
  float: right;
  height: 11px;
  position: relative;
  top: 4px;
  width: 11px;
}

#widgets .rss-date {
  line-height: 18px;
  padding: 6px 12px;
}

#widgets .rssSummary {
  padding: 10px;
}

#widgets cite {
  font-style: normal;
  line-height: 18px;
  padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
  display: block;
  line-height: 1.5em;
  margin: 0;
  word-wrap: break-word;
}

#widgets .textwidget a {
  display: inline;
}

#widgets ul .children {
  padding: 0 0 0 10px;
}

#widgets .author {
  font-weight: 700;
  padding-top: 4px;
}

.widget_archive select, #cat {
  display: block;
  margin: 0 15px 0 0;
}

#colophon-widget ul {
}

.colophon-widget {
  background: none;
  min-height: 0;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
  width: 100%;
}

#top-widget {
}

.top-widget {
  background: none;
  border: none;
  clear: right;
  float: right;
  min-height: 0;
  padding: 0 3px 0 0;
  text-align: right;
  width: 45%;
}

.top-widget ul {
  padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
  width: auto;
}

.top-widget #searchform {
  margin: 0;
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
  font-size: 60px;
  letter-spacing: -1px;
  margin: 0;
  padding-top: 40px;
  text-align: center;
}

.featured-subtitle {
  padding: 0 10px;
  text-align: center;
}

.widget-title,
.widget-title-home h3 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
   color: #275e2f;
    font-family: roboto;

}

.top-widget .widget-title {
  font-size: 14px;
  padding: 0;
  text-align: right;
}

.widget-title a {
  border-bottom: none;
  padding: 0 !important;
}

.title-404 {
    color: #993333;
    font-size: 26px;
}

/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
  width: auto;
}
.error404_left {
    float: left;
    width: 60%;
}
.error404_right {
    float: right;
    margin-top: 15px;
    width: 40%;
}

.error_menu_head {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 6px;
}
.error404-nav .menu {
    margin: 0;
    padding: 0;
}
.error404-nav ul li {
    float: none;
    margin: 0;
    padding: 0;
	background-image:url("images/sc.png");
	background-repeat:no-repeat;
	background-position: left center;
}
.error404-nav li a {
    height: 30px;
    line-height: 30px;
    padding-left: 38px;
}
/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
  float: right;
  margin: 10px 0;
  padding: 0;
}

.top-menu li {
  display: inline;
  list-style-type: none;
}

.top-menu li a {
  border-left: 1px solid #cccccc;
  color: #333333;
  font-size: 11px;
  padding: 0 4px 0 8px;
}

.top-menu > li:first-child > a {
  border-left: none;
}

.top-menu li a:hover {
  color: #333333;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
/*  background-color: #585858;*/
  	clear: both;
	margin: 0 auto;
	background-image: linear-gradient(top, #585858, #3d3d3d);
}


.main-nav {
 float: left;
    margin-left: 56px;
    margin-top: 20px;
}

.menu,
.menu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  border: 0;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}

.menu li:hover {
  white-space: normal;
  z-index: 10000;
}

.menu li li {
  float: none;
}

.menu ul {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 10;
}

.menu li:hover > ul {
  top: 100%;
  visibility: visible;
}

.menu li li:hover > ul {
  left: 100%;
  top: 0;
}

.menu:after,
.menu ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}


.menu,
.menu ul {
  min-height: 0;
}

.menu ul,
.menu ul ul {
  margin: 0;
  padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
  color: #484848;
  text-decoration: none;
}

.menu ul {
  margin-top: 1px;
  min-width: 15em;
  width: auto;
}

.menu a {

   color: #1a5425;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  margin: 0;
padding: 0 0 0 33px;
  position: relative;
white-space: nowrap;

}

.menu a:hover {
/*  background-color: #808080;
  	color: #ffffff;
	background-image: linear-gradient(top, #808080, #363636);*/
}

ul.menu > li:hover {

}

.menu .current_page_item a,
.menu .current-menu-item a {

}

.front-page .menu .current_page_item a {
  background: none;
  background-color: transparent;
  background-image: none;
  filter: none;
}

.menu li li {
  background: #ffffff;
  background-image: none;
  border: 1px solid #e5e5e5;
  color: #444444;
  filter: none;
  margin: -1px 0 1px 0;
  width: auto;
}

.menu li li a {
  background: transparent !important;
  border: none;
  color: #444444;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  text-shadow: none;
  white-space: nowrap;
}

.menu li li a:hover {
  background: #f5f5f5 !important;
  background-image: none;
  border: none;
  color: #444444;
  filter: none;
}

.menu li li:hover {
  background: #f5f5f5 !important;
  filter: none;
}

.menu ul > li + li {
  border-top: 0;
}

.menu li li:hover > ul {
  left: 100%;
  top: 0;
}

.menu > li:first-child > a {
  border-left: none;
}

.menu a#responsive_menu_button {
  display: none;
}

.main-nav #responsive_current_menu_item {
  display: none;
}

/*.js .main-nav .menu {*/
  /*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
  background: url(core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
  min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-top: none;
  clear: both;
  margin: 0 auto;
}

.sub-header-menu,
.sub-header-menu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sub-header-menu li {
  border: 0;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}

.sub-header-menu li:hover {
  white-space: normal;
  z-index: 10000;
}

.sub-header-menu li li {
  float: none;
}

.sub-header-menu ul {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 10;
}

.sub-header-menu li:hover > ul {
  top: 100%;
  visibility: visible;
}

.sub-header-menu li li:hover > ul {
  left: 100%;
  top: 0;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.sub-header-menu,
.sub-header-menu ul {
  min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
  margin: 0;
  padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
  color: #484848;
  text-decoration: none;
}

.sub-header-menu ul {
  margin-top: 1px;
  min-width: 15em;
  width: auto;
}

.sub-header-menu a {
  border-left: 1px solid #e5e5e5;
  color: #333333;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 0.9em;
  position: relative;
  text-decoration: none;
  text-shadow: none;
}

.sub-header-menu a:hover {
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-color: #f9f9f9;
  background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
  background-color: #f9f9f9;
}

.sub-header-menu li li {
  background: #ffffff;
  background-image: none;
  border: 1px solid #e5e5e5;
  color: #444444;
  filter: none;
  margin: -1px 0 1px 0;
  width: auto;
}

.sub-header-menu li li a {
  border: none;
  color: #444444;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  text-shadow: none;
}

.sub-header-menu li li a:hover {
  background: #f9f9f9;
  background-image: none;
  border: none;
  color: #444444;
  filter: none;
}

.sub-header-menu ul > li + li {
  border-top: 0;
}

.sub-header-menu li li:hover > ul {
  left: 100%;
  top: 0;
}

.sub-header-menu > li:first-child > a {
  border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
  background: none;
  background-image: none;
  filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
  background: url(core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
  min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
  margin-left: 0;
  padding: 0;
}

.footer-menu li {
  display: inline;
  list-style-type: none;
}

.footer-menu li a {
  border-left: 1px solid #cccccc;
  color: #333333;
  padding: 0 8px;
}

.footer-menu li a:hover {
  color: #222222;
}

.footer-menu > li:first-child > a {
  border-left: none;
  padding: 0 8px 0 0;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
  color: #111111;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  margin: 20px 0;
  padding: 0 5px;
}

.navigation a {
  color: #aaaaaa;
  padding: 4px 10px;
}

.navigation a:hover {
  color: #111111;
  text-decoration: none;
}

.navigation .previous {
  float: left;
}

.navigation .next {
  float: right;
}

.navigation .bracket {
  font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
  clear: both;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
  padding: 5px 0;
}

.pagination a {
  text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
  font-size: 12px;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
  margin: 0;
}

.commentlist {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist ol {
  list-style: decimal;
}

.commentlist li {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
  color: #111111;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400;
}

.commentlist li.alt {
  background: #f9f9f9;
}

.commentlist .children {
  list-style: none;
  margin-left: 10px;
  padding: 10px;
}

.commentlist .avatar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  padding: 0;
  vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
  color: #999999;
}

.comment-body .comment-meta {
  color: #999999;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.comment-body .comment-meta a {
  font-size: 11px;
}

.comment-body {
  clear: both;
  padding: 10px;
}

.comment-body p {
  clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
  list-style: none;
  margin: 20px 0;
}

.pingback cite,
.trackback cite {
  font-style: normal;
}

#pings,
#comments {
  text-align: left;
}

#respond {
  border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #aaaaaa;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	background-color: #eaeaea;
  	border-radius: 4px;
	clear: both;
	margin-top: 15px;
	padding: 10px 20px 50px;
	background-image: linear-gradient(top, #ffffff, #eaeaea);
}

#respond label {
  display: inline;
}

.reply {
  margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
  display: block;
}

.nocomments {
  color: #999999;
  font-size: .9em;
  text-align: center;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: transparent;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 13px 10px 10px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 5px 10px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0;
  padding: 10px;
  color: #275e2f;
}

img.wp-smiley {
  vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  max-width: 155px;
}

.gallery img {
  border: 1px solid #dddddd;
}

.gallery .gallery-caption {
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery br+br {
  display: none;
}

.attachment-gallery img {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  display: block;
  height: auto;
  margin: 15px auto;
  max-width: 96%;
  padding: 5px;
  width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
  display: block;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
  display: block;
  margin: 15px auto;
  width: auto;
}

/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-border-radius: 2px;
  background-color: #f9f9f9; /* Alabaster */
  	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #dddddd;
	border-radius: 2px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
	vertical-align: middle;
	white-space: nowrap;
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
}

a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  background-color: #ffffff;
  	border: 1px solid #dddddd;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	color: #333333;
	background-image: linear-gradient(top, #ffffff, #f1f1f1);
}

a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
  text-align: center;
}

.call-to-action a.button {
  font-size: 24px;
  padding: 15px 35px;
}

.call-to-action a.button:hover {
  text-decoration: none;
}

.ie7 .call-to-action a.button {
  padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
  font-size: 10px;
  padding: 3px 6px;
}

.medium a.button {
  font-size: 16px;
  padding: 8px 16px;
}

.large a.button {
  font-size: 18px;
  padding: 10px 35px;
}

.xlarge a.button {
  font-size: 24px;
  padding: 12px 55px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
  background-color: #1874cd; /* Dodger Blue */
  	border: 1px solid #115290;
	color: #ffffff;
	text-shadow: 0 -1px 0 #115290;
	background-image: linear-gradient(top, #4f9eea, #1874cd);
}

a.blue:hover {
  background-color: #7db7f0;
  	border: 1px solid #115290;
	color: #ffffff;
	text-shadow: 0 -1px 0 #115290;
	background-image: linear-gradient(top, #7db7f0, #1874cd);
}

a.red {
  background-color: #cd0000; /* Red 4 */
  	border: 1px solid #890000;
	color: #ffffff;
	text-shadow: 0 -1px 0 #890000;
	background-image: linear-gradient(top, #ff2323, #cd0000);
}

a.red:hover {
  background-color: #ff5656;
  	border: 1px solid #890000;
	color: #ffffff;
	text-shadow: 0 -1px 0 #890000;
	background-image: linear-gradient(top, #ff5656, #cd0000);
}

a.orange {
  background-color: #ff7f00; /* Dark Orange 1 */
  	border: 1px solid #bb5d00;
	color: #ffffff;
	text-shadow: 0 -1px 0 #bb5d00;
	background-image: linear-gradient(top, #ffaa55, #ff7f00);
}

a.orange:hover {
  background-color: #ffc388;
  	border: 1px solid #bb5d00;
	color: #ffffff;
	text-shadow: 0 -1px 0 #bb5d00;
	background-image: linear-gradient(top, #ffc388, #ff7f00);
}

a.yellow {
  background-color: #ecca06; /* Yellow Gold */
  	border: 1px solid #bb9e00;
	color: #161300;
	text-shadow: 0 1px 0 #ffffff;
	background-image: linear-gradient(top, #fff2aa, #ffd700);
}

a.yellow:hover {
  background-color: #fffadd;
  	border: 1px solid #bb9e00;
	color: #161300;
	text-shadow: 0 1px 0 #ffffff;
	background-image: linear-gradient(top, #fffadd, #ffd700);
}

a.green {
  background-color: #2e8b57; /* Sea Green 4 */
  	border: 1px solid #1d5837;
	color: #ffffff;
	text-shadow: 0 -1px 0 #1d5837;
	background-image: linear-gradient(top, #4bc380, #2e8b57);
}

a.green:hover {
  background-color: #71d09b;
  	border: 1px solid #1d5837;
	color: #ffffff;
	text-shadow: 0 -1px 0 #1d5837;
	background-image: linear-gradient(top, #71d09b, #2e8b57);
}

a.olive {
  background-color: #838b83; /* Honey Dew 4 */
  	border: 1px solid #626862;
	color: #ffffff;
	text-shadow: 0 -1px 0 #626862;
	background-image: linear-gradient(top, #afb4af, #838b83);
}

a.olive:hover {
  background-color: #c9cdc9;
  	border: 1px solid #626862;
	color: #ffffff;
	text-shadow: 0 -1px 0 #626862;
	background-image: linear-gradient(top, #c9cdc9, #838b83);
}

a.purple {
  background-color: #5d478b; /* Medium Purple 4 */
  	border: 1px solid #3f305e;
	color: #ffffff;
	text-shadow: 0 -1px 0 #3f305e;
	background-image: linear-gradient(top, #8771b6, #5d478b);
}

a.purple:hover {
  background-color: #a492c8;
  	border: 1px solid #3f305e;
	color: #ffffff;
	text-shadow: 0 -1px 0 #3f305e;
	background-image: linear-gradient(top, #a492c8, #5d478b);
}

a.pink {
  background-color: #cd1076; /* Deep Pink 3 */
  	border: 1px solid #8e0b52;
	color: #ffffff;
	text-shadow: 0 -1px 0 #8e0b52;
	background-image: linear-gradient(top, #f042a0, #cd1076);
}

a.pink:hover {
  background-color: #f471b8;
  	border: 1px solid #8e0b52;
	color: #ffffff;
	text-shadow: 0 -1px 0 #8e0b52;
	background-image: linear-gradient(top, #f471b8, #cd1076);
}

a.brick {
  background-color: #b22222; /* Fire Brick */
  	border: 1px solid #791717;
	color: #ffffff;
	text-shadow: 0 -1px 0 #791717;
	background-image: linear-gradient(top, #dd4c4c, #b22222);
}

a.brick:hover {
  background-color: #e57777;
  	border: 1px solid #791717;
	color: #ffffff;
	text-shadow: 0 -1px 0 #791717;
	background-image: linear-gradient(top, #e57777, #b22222);
}

a.gold {
  background-color: #8b6508; /* Dark Golden Rod 4 */
  	border: 1px solid #6b4e06;
	color: #ffffff;
	text-shadow: 0 -1px 0 #6b4e06;
	background-image: linear-gradient(top, #db9f0d, #8b6508);
}

a.gold:hover {
  background-color: #f3b828;
  	border: 1px solid #6b4e06;
	color: #ffffff;
	text-shadow: 0 -1px 0 #6b4e06;
	background-image: linear-gradient(top, #f3b828, #8b6508);
}

a.brown {
  background-color: #8b4513; /* Saddle Brown */
  	border: 1px solid #4f270b;
	color: #ffffff;
	text-shadow: 0 -1px 0 #4f270b;
	background-image: linear-gradient(top, #d66a1d, #8b4513);
}

a.brown:hover {
  background-color: #8b4513;
  	border: 1px solid #4f270b;
	color: #ffffff;
	text-shadow: 0 -1px 0 #4f270b;
	background-image: linear-gradient(top, #e58541, #8b4513);
}

a.silver {
  background-color: #c0c0c0; /* Silver */
  	border: 1px solid #9e9e9e;
	color: #444444;
	text-shadow: 0 1px 0 #ffffff;
	background-image: linear-gradient(top, #eaeaea, #c0c0c0);
}

a.silver:hover {
  background-color: #ffffff;
  	border: 1px solid #9e9e9e;
	color: #444444;
	text-shadow: 0 1px 0 #ffffff;
	background-image: linear-gradient(top, #ffffff, #c0c0c0);
}

a.gray {
  background-color: #696969; /* Dim Gray */
  	border: 1px solid #474747;
	color: #ffffff;
	text-shadow: 0 -1px 0 #474747;
	background-image: linear-gradient(top, #939393, #696969);
}

a.gray:hover {
  background-color: #adadad;
  	border: 1px solid #474747;
	color: #ffffff;
	text-shadow: 0 -1px 0 #474747;
	background-image: linear-gradient(top, #adadad, #696969);
}

a.black {
  background-color: #080808; /* Black */
  	border: 1px solid #000000;
	color: #ffffff;
	text-shadow: 0 -1px 0 #000000;
	background-image: linear-gradient(top, #323232, #080808);
}

a.black:hover {
  background-color: #4c4c4c;
  	border: 1px solid #000000;
	color: #ffffff;
	text-shadow: 0 -1px 0 #000000;
	background-image: linear-gradient(top, #4c4c4c, #080808);
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin: 20px 0;
  padding: 15px;
  text-align: left;
}

.alert {
  background-color: #faebeb;
  border: 1px solid #dc7070;
  color: #212121;
}

.address {
  background-color: #f6f5ef;
  border: 1px solid #cdc9a5;
  color: #212121;
}

.notice {
  background-color: #fbf9e9;
  border: 1px solid #e3cf57;
  color: #212121;
}

.success {
  background-color: #f9fde8;
  border: 1px solid #a2bc13;
  color: #212121;
}

.download {
  background-color: #fff4e5;
  border: 1px solid #ff9912;
  color: #212121;
}

.information {
  background-color: #eef3f6;
  border: 1px solid #6ca6cd;
  color: #212121;
}

.required {
  color: #d5243f;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
  padding: 40px 0 0 0;
}

#breadcrumb a {
  color: #0066cc;
  font-size: 12px;
  font-weight: 400;
}

#breadcrumb a:hover {
  color: #444444;
  text-decoration: none;
}

#content-woocommerce {
  margin-top: 40px;
  margin-bottom: 20px;
}

.products ul, ul.products {
  margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
  width: 100%;
}

table.shop_table {
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
  cursor: text;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
  float: right;
  text-align: left
}

.rtl .icl_languages_selector {
  float: left;
  text-align: right
}
.main_header_wrapper {
    background-image: url("images/header-image.png");
    padding: 0px 0 20px 0;
    position: relative;
}
.contact_wrp {
    float: right;
    width: 420px;
}
.social_icon {
   float: right;
    margin-right: 10px;
    width: 42px;
}
.contact_info {
 	background-color: #79b905;
    border-radius: 3px;
    float: right;
    padding: 10px 29px;
    text-align: center;
}
.emailid_wrp {
    color: #1a5425;
	font-family: 'Roboto', sans-serif;
	font-size:16px;

}
.contact_no_wrp {
    color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
		margin-right: 6px;
}
.emailid_wrp a {
color: #1a5425;
}
.front_wrapper_image {
       background-image: url("images/image.jpg");
    height: 536px;

}


.left_text {
    float: left;
      margin-top: 209px;
    width: 65%;
}
.right_box {
      float: right;
    width: 320px;
	 margin-right: 20px;
}

.left_text  h1 {
     color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 46px;
    font-weight: normal;
    margin: 0;}

.left_text p {
  color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-top: 6px;
	}

.tree_leader_share_wrapper h1 {
	color: #1a5425;
    font-family: "Roboto",sans-serif;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;

}
.tree_leader_share_wrapper span.h1 {
    color: #1a5425;
    font-family: "Roboto",sans-serif;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0px !Important;
    text-align: center;
    font-weight: 700;
    word-wrap: break-word;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    display: block;
}
.tree_leader_share_wrapper {
 background-color: #ffffff;
    border-radius: 5px;
    margin: 74px 0;
    padding: 25px 10px;
	 text-align: center;
	 }

.tree_leader_share_wrapper img {
    margin-bottom: 15px;
	 text-align: center;
    width: 275px;
}

.read_story > a {
 background-image: url("images/button.png");
    border-radius: 6px;
    color: #1a5425;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 3px;
    text-transform: capitalize;
    width: 276px;
	 font-family: "Roboto",sans-serif;
}

.read_story {
    text-align: center;
}
.white_image_wrapper {
 padding: 53px 0;
  background-image: url("images/bagbasices-brown.gif");


}

.three_image_wrapper {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.common_widget {
    float: left;
    margin: 0 20px;
    width: 29%;
}

.widget-title-image_wrapper {
    color: #275e2f;
    font-size: 23px;
	    font-family: "Roboto",sans-serif;
}
.three_image_wrapper .attachment-full {
    margin-top: 0;
}

.testimonial_green_wrapper {
 background-image: url("images/green_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 393px;

}
.home .three_image_wrapper .attachment-full:active{
width:190px;
}
.home .three_image_wrapper .widget_sp_image-image-link {
    display: inline-block;
    min-height: 220px;
}
.testimonial_title > h1 {
   color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
	text-shadow: 0px 2px #000;
}

.testimonial_title > h2 {
   color: #fff;
       line-height: 1.0em;
    word-wrap: break-word;
    font-family: "Roboto",sans-serif;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
	text-shadow: 0px 2px #000;
	display: block;
	    margin-bottom: .5em;
    margin-top: .5em;
}

.left_image_testimonial {
    float: left;
    width: 153px;
}

.right_testimonial_content {
  background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    float: left;
    margin-left: 24px;
    padding: 13px 15px;
    position: relative;
    width: 252px;

}
.right_testimonial_content p {

  font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    margin: 0 0 10px;

}
.common_testimonial_div {
    float: left;
    width: 489px;
}
.testimonial_title {
    margin-bottom: 46px;
    margin-top: 46px;
}

.author_name {
    color: #000;
    font-size: 15px;
	 font-family: "Roboto",sans-serif;
}

.widget-title-image_wrapper a {

    color: #275e2f;
}


.left_angle {
    background-image: url("images/left-angle.png");
    background-repeat: no-repeat;
    height: 30px;
    left: -23px;
    position: absolute;
    top: 65px;
    width: 28px;
}
.decision_tree_content {
   width: 638px;

}
.decision_content_field {
       background-color: #ffffff;
    position: relative;
}

.decision_tree_content h1 {
color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 37px;
    font-weight: normal;
    line-height: 42px;
    margin-bottom: 18px;
}
.decision_tree_content h2 {
color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 37px;
    font-weight: normal;
    line-height: 42px;
    margin-bottom: 18px;
}
.decision_tree_content p {
    color: #000000;
    font-size: 17px;
    line-height: 27px;
    text-align: justify;
	 font-family: "Roboto",sans-serif;
}

.treeimages {
background-image: url("images/thridetree.png");
    background-repeat: no-repeat;
    height: 395px;
    margin: 0 auto;
    position: absolute;
    right: -157px;
    top: 113px;
    width: 428px;
}
.decision_tree_wraaper {
    padding: 66px 0;
    position: relative;
}
.home_gardening_content_field {
    background-image: url("images/bg-brown.png");
	padding: 55px 0;
}

.home_gardening_innerwrp > h1 {
  color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 37px;
    font-weight: normal;
    line-height: 42px;
    margin-bottom: 31px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.home_gardening_innerwrp > h2 {
  color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 37px;
    font-weight: normal;
    line-height: 42px;
    margin-bottom: 31px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
        margin-top: .5em;
}

.right_homegardening {
  float: right;
    margin-left: 90px;
}
.left_push_homegardening
{
 float: left;
    margin-left: 0;
    margin-right: 69px;
}
.first_homegardening {
    float: left;
    margin-right: 132px;
    margin-top: 32px;
    width: 543px;

}
.common-home span.h1 {
 color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 37px;
	margin-top: 0;
	display: block;
}
.common-home h1 {
 color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 37px;
	margin-top: 0;
}
.common-home span.h1 {
 color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 37px;
	margin-top: 0;
}
.common-home p {
       color: #000;
    font-family: "Roboto",sans-serif;
    font-size: 17px;
    line-height: 27px;
    margin-top: 19px;
    text-align: justify;
}
.home_gardening_innerwrp {

}
.common-home.first-righthome {
    margin-left: 123px;
    margin-right: 0;
}

.common_homefield {
      display: inline-block;
    margin: 25px 0;
	width:100%;
}
.home_contactus {
    margin-top: 30px;
    text-align: center;
	 margin-bottom: 30px;
}

.home_contactus a {
 background-image: url("images/button.png");
    border-radius: 8px;
    color: #2e691f;
    display: inline-block;
    font-size: 25px;
    height: 53px;
    line-height: 54px;
    width: 305px;
font-family: "Roboto",sans-serif;
text-transform:capitalize;
background-repeat:no-repeat;
}

.footer_main_wrapper {
    background-color: #2e691f;
    clear: both;
    padding: 27px 0 30px;
}

.footerlogo {
  border-right: 1px solid #84ab7a;
    float: left;
    padding-right: 31px;
    width: 618px;
}
.rightmenu-footer {
   float: left;
    margin-left: 44px;
}
.footer-logo-image img {
   display: inline-block;
    margin: 0 6px;
}
.rightmenu-footer {
    float: left;
    margin-left: 44px;
    margin-top: 15px;
}
.footer-menu {
  font-family: "Roboto",sans-serif;
    font-size: 12px;
    margin: 0 0 7px;
    text-align: center;
}

.blog_name_field {
    color: #ffffff;
    font-size: 11px;
	    font-family: "Roboto",sans-serif;
}
#footer .blog_name_field a {
    color: #fff;
}
#footer .menu-item a {
    border: medium none;
    color: #79b905;
    margin: 0 4px;
}

.footer_inner {
    display: inline-block;
    margin-left: 0px;
}
.content_search_wrapper {
    background-color: #fff;
}

.title_name h1 {
  color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 23px;
}
.title_name span.h1 {
	  color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 23px;
    font-weight: 700 !important;
    display: block;
    margin-bottom: .5em;
    margin-top: .5em;
    font-weight: 700;
    line-height: 115%;
    word-wrap: break-word;
}




.content_blog p {
 color: #000000;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}
.attachment-full:hover {
    opacity: 0.8;
}
.menu a:hover {
    color: #79b905;
}

.tree_leader_share_wrapper p {
      color: #1a5425;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}


.prenexrcol {
    background-image: url("images/green_bg.png");
    padding: 33px 0;
}

.breadcrumb-list {
    color: #fff;
    font-size: 20px;
}

.breadcrumb a {
    color: #275e2f;
}
.entry-title.post-title {
 color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 37px;
    font-weight: normal;
    line-height: 42px;
    margin-bottom: 18px;
}
.wpcf7-form p {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.green_title_headername {
    background-image: url("images/image-green.png");
    height: 127px;
    padding: 0;
    text-align: center;
    width: 100%;

}
.title_name_heading h1 {
  color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 38px;
    font-weight: normal;
    line-height: 89px;
    text-shadow: 1px 1px #000;
    margin-bottom: .5em;
    margin-top: .5em;
}
.title_name_heading span.h1 {
  	color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 38px;
    font-weight: normal;
    line-height: 76px;
    text-shadow: 1px 1px #000;
    margin-bottom: .5em;
    margin-top: .5em;
    word-wrap: break-word;
    display: block;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.product_system_wrapper {
 background-color: #fff;
    padding-top: 52px;
}

.productsystem_content {
    margin-top: 25px;
}

.common-System {
     float: left;
    margin-right: 103px;
    width: 44%;
}
.above_ground_wrp {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}

.common-System h1 {
    line-height: 23px;
    text-align: center;
}
.common-System span.h1 {
    line-height: 23px;
    text-align: center;
    font-size: 2.625em;
    margin-bottom: .5em;
    margin-top: .5em;
    font-weight: 700 !important;
    word-wrap: break-word;
    color: #275e2f;
    display: block;
}
.common-System span.h1 a {
    color: #275e2f;
    font-size: 30px;
    text-align: center;
    font-weight: 700 !important;
}
.common-System a {
  color: #275e2f;

    font-size: 30px;
    text-align: center;
}

.common-System p {
color: #000000;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 25px;

}
.common-System div {
    text-align: center;
}

.product_sysytem_secondwra {
   margin: 87px 60px 21px;
    text-align: center;
}
.product_sysytem_secondwra h3 {
    color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
}
.product_sysytem_secondwra p {
    color: #000000;
    font-size: 16px;
	 font-family: "Roboto",sans-serif;
	 text-align: center;
}


.product_sysytem_secondwra a {
     background-image: url("images/button.png");
    background-repeat: no-repeat;
    color: #2e691f;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 57px;
    line-height: 60px;
    text-align: center;
    width: 309px;
}

.product_sysytem_secondwra div {
    margin-top: 75px;
}

.left_customer_study {
    float: left;
    margin-right: 59px;
    width: 606px;
}

.left_customer_study p {
    color: #000;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 27px;
	 margin-bottom: 0;

}

.left_customer_study h2 {
    color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 27px;

    margin: 0;
}
.left_customer_study a {
    color: #79b905;
    font-size: 15px;
	    font-family: "Roboto",sans-serif;
}
.our_case_customer {
  background-color: #79b905;
    margin-top: 87px;
    padding: 30px 0;
}

.our_case_customer_heading {
 color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 35px;
    margin: 0;
    text-align: center;
}
.our_case_customer_heading h2{
 color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 35px !important;
    margin: 0;
    text-align: center;
    font-weight: normal;
}
.customer_system_inner h3 {
color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 27px;

    margin: 0;
}

.our_case_study p {
color: #000;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
}


.our_case_study {
    float: left;
    margin-right: 68px;
    width: 603px;
}

.our_case_study-wrapper {
    margin-bottom: 50px;
}

.read-more a {
    color: #275e2f;
    font-size: 15px;
	 font-family: "Roboto",sans-serif;
}

.product_system_inner-wrapper {
    display: inline-block;

    width: 100%;
}

.contact_us-wrapper a {
 background-image: url("images/contact.png");
    background-repeat: no-repeat;
    color: #2e691f;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 57px;
    line-height: 60px;
    text-align: center;
    width: 247px;
}
.contact_us-wrapper {
   text-align: center;
}

.customer-bottom-border {
    background-image: url("images/grasp-image.png");
    margin-top: 80px;
}

.common_basics {
   background-image: url("images/arrow.gif");
    background-position: right 117px;
    background-repeat: no-repeat;
    float: left;
    padding-left: 82px;
    padding-right: 98px;
    text-align: center;
    width: 21%;
}
.bigbasicsnumber {
    color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 48px;
    margin-bottom: 30px;

}
.bigbasicstitle {
   color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 23px;
    line-height: 27px;
    margin-top: 28px;
}
.common_basics:first-child {
    padding-left: 0;
}

.common_basics:last-child {
    background-image: none;
    padding-right: 0;
}
.bagbasica_system_wrapper1 {
    background-image: url("images/bagbasices-brown.gif");
 padding-top: 51px;
}

.bagbasics-second-section {
    color: #000000;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-top: 33px;
    text-align: center;
}

.left_braces {
background-image: url("images/uparrow.gif");
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    height: 35px;
    margin-right: 35px;
    padding-top: 20px;
    width: 45px;
}
.right_braces {
  background-image: url("images/below-arrow.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    float: left;
    height: 49px;
    margin-left: 49px;
    padding-bottom: 36px;
    width: 40px;
}


.bagbasics-wrapper2 {
  display: inline-block;
    margin: 74px 82px;
    text-align: center;
    width: 100%;
}
.bagbasis-green-layout
{
background-color:#79b905;
padding:30px 0;

}
.left-basisvideopara{
color: #000;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 25px;
    width: 565px;

}

.right_video {
  float: right;
    margin-top: 63px;
}


iframe {
  height: 263px;
    width: 319px;
}

.product_system_wrapper1 {
    margin-top: 25px;
}

.image_col {
    float: left;
    margin-right: 31px;
}

.content_col p {

color: #000;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 25px;
}
.bagbasis-image-col {
   display: inline-block;
    margin-top: 20px;
    width: 100%;
}

.content_col {
    float: left;
    width: 666px;
}

.ingenious-section-wrapper h2
{
   color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 30px;
    font-weight: normal;
	 text-align: center;
}


.ingenious-section-wrapper  p {
   color: #000;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 41px;
    margin-top: 31px;
    text-align: center;

}
.video_section_wrapper {
    margin-bottom: 63px;
}
.product_system-col-content p {
   line-height: 24px;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}

.product_system-col-content {
    float: left;
    width: 367px;
}


.product_system_button {
  float: right;
    margin: 64px 93px;
}

.product_system_button a
{
background-image: url("images/button.png");
    background-repeat: no-repeat;
    color: #2e691f;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 57px;
    line-height: 60px;
    text-align: center;
    width: 309px
}


.product_system_button1 a
{background-image: url("images/button.png");
    background-repeat: no-repeat;
    color: #2e691f;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 57px;
    line-height: 60px;
    text-align: center;
    width: 309px;}
.high_caliper-section {
    clear: both;
    display: inline-block;
    margin-bottom: 83px;
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

.customer-bottom-border {
    background-image: url("images/belowimage1.png");
    height: 40px;
    margin: 0 auto;
    width: 100%;
}
.bag_basics_wrapper {
    display: inline-block;
    width: 100%;
}.rbcpro-wrapper {
    margin-bottom: 65px;
}
.rbcpro-wrapper h2 {
 color: #275e2f;
    font-family: "Roboto",sans-serif;
  margin-bottom: 42px;
    margin-top: 0;
    text-align: center;
	font-size: 38px;
}
.bag_basics_wrapper .common-rcb {
    background-position: right 58px;
}

.rbcpro-grayrow {
    background-color: #ddedc0;
    border-radius: 11px;
    display: inline-block;
    padding: 35px 24px;
    width: 97%;
	 margin-bottom: 43px;
}

.green_div_col .rbc_pro_step {
    color: #275e2f;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    margin-bottom: 9px;
    margin-top: 11px;
    text-align: center;
    text-transform: uppercase;
}
.green_div_col .col-num
{
color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 45px;
    font-weight: bold;
}

.rbcpro-grayrow h2 {
 color: #000000;
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    margin-bottom: 6px;
    margin-top: 7px;
}
.rbcpro-grayrow p {
 color: #000000;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
}
.green_div_col {
  background-color: #79b905;
    border-radius: 72px;
    float: left;
    height: 77px;
    margin-top: 24px;
    padding: 2px;
    text-align: center;
    width: 78px;
}
.rbcpro-row2
{
 float: left;
    margin-left: 35px;
    width: 86%;}
	.rbc-grounding-col h2 {
    color: #275e2f;
    font-size: 30px;
    margin-top: 0;
	  font-family: "Roboto",sans-serif;
	  font-weight: bold;

}
.rbc-grounding-col span.h2 {
    color: #275e2f;
    font-size: 30px;
    margin-top: 0;
	  font-family: "Roboto",sans-serif;
	  font-weight: bold;
	  display: block;
	  margin-bottom: 0.5em;

}

.rbc-grounding-col p
{
color: #000000;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30;
    margin-top: 0;
}
.rbc-grounding-col ul {
  list-style: outside none none;
    margin-top: 28px;
    padding: 0;
}
.rbc-grounding-col li {
  background-image: url("images/right_arrow.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    color: #000000;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 2px;
    padding-left: 32px;
}
.rcbpro_image {
    float: left;
    margin-left: 40px;
}
.rbc-grounding-col {
    float: left;
    width: 660px;
}
.Product.Catalogue {
    text-align: center;
	margin-top:40px;
}
.Product.Catalogue a {
 background-image: url("images/button.png");
    background-repeat: no-repeat;
    color: #2e691f;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 57px;
    line-height: 60px;
    text-align: center;
    width: 309px;
	 font-family: "Roboto",sans-serif;
}
.Rcb_system_inner-wrapper {
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 50px;
    width: 100%;
}
.product_catalog {
    text-align: center;
}
.product_catalog  a {
background-image: url("images/product-cat.png");
    background-repeat: no-repeat;
    color: #2e691f;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 57px;
    line-height: 60px;
    text-align: center;
    width: 249px;
	 font-family: "Roboto",sans-serif;
}
.rcbpro-testimonial {
   margin: 60px auto 0;
    width: 626px;
}
.client_description {
    float: left;
    margin-left: 50px;
    width: 421px;
}
.client_description p {
    color: #000;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 9px;
}
.slides_testimonial {
    display: inline-block;
    margin-bottom: 100px;
    width: 100%;
}
.product-system-button a {
 background-image: url("images/big-button.png");
    background-repeat: no-repeat;
    color: #2e691f;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    height: 59px;
    line-height: 60px;
    text-align: center;
    width: 446px;
}
.product-system-button {
margin-bottom: 40px;
    text-align: center;

}

.common-homegardening {
    margin-right: 94px;
    width: 567px;
}
.common-homegardening > h1 {
    margin-top: 0;
}
.common-homegardening p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
}
.first_homegardening.common-home.first-righthome.common-homegardening.common-homegardening1 {
    margin-left: 72px;
}
.right_homegardening1
{
float:left;}

.potpurner-gardenning
{
  margin-right: 0;
    width: 567px;}
.tree-coller-mount p {
    color: #000;
    font-size: 17px;
    line-height: 26px;
	 font-family: "Roboto",sans-serif;
}
	.tree-cable-system {
    margin: 70px 0;
    text-align: center;
}
.tree-coller-contact {
    margin-top: 66px;
    text-align: center;
}
.tree-coller-contact h2 {
    color: #275e2f;
    font-size: 24px;
    font-weight: normal;
		 font-family: "Roboto",sans-serif;
}

.tree-coller-contact > p {
  color: #000;
    font-size: 16px;
    line-height: 26px;
	 font-family: "Roboto",sans-serif;
	 margin-bottom:0px;
}
	.tree-coller-contact {
    margin-bottom: 100px;
    margin-top: 65px;
    text-align: center;
}
.tree-coller-contact > span {
  color: #000;
    font-size: 16px;
font-family: "Roboto",sans-serif;

}

.research_artical_heading {
    color: #275e2f;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
	font-weight:bold;

}

.research-right-col  h1 {
 color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 17px;
    margin-top: 20;
}
.research-right-col  span.h1 {
 color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 17px;
    margin-top: 20;
    margin-top: .5em;
    display: block;
}
.research-right-col p
{  color: #000000;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 13px;}
.research-artical-col {
clear: both;
    display: inline-block;
    margin: 30px 0;
    width: 100%;
}

.research-left-col {
    float: left;
}


.research-right-col {
    float: left;
    margin-left: 69px;
    width: 619px;
}
.real-customer {
    background-color: #79b905;

}


.real-customer-heading {
    color: #275e2f;
    font-size: 36px;
    line-height: 40px;
    padding: 25px 0;
    text-align: center;
}

.case-studies {
    margin: 69px 0;
    text-align: center;
}


.case-studies a {
 background-image: url("images/button.png");
    background-repeat: no-repeat;
    color: #2e691f;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 57px;
    line-height: 60px;
    text-align: center;
    width: 309px;
}

.wp-pagenavi {
    margin-bottom: 34px;
    text-align: center;
	margin-top:30px;
}


.wp-page .wp-pagenavi a, .wp-pagenavi span {
    background-color: #c1c1c1;
    border: medium none;
    color: #000;
    font-size: 14px;
    padding: 7px 11px;
	   font-family: "Roboto",sans-serif;
}

/*
.case-customerheading h1 {
    line-height: 89px;
}
*/

.home-gardening-right {
    float: left;
}
.title-search-results {
    color: #000;
    font-size: 17px;
	   font-family: "Roboto",sans-serif;
}

.title-search-results > span {
    color: #275e2f;
}

.high_caliper-section h2
{
  color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
	}
.line-shadow {
  background-image: url("images/separator-drop-shadow1.png");
    height: 7px;
    margin-top: 66px;
    text-align: center;
}
.category_name {
font-size:16px;
 color: #000;
    font-family: "Roboto",sans-serif;
}
.category_name span {
color: #275e2f;
}

.high-cliper-event {
   color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 26px;
    margin-bottom: 47px;
    text-align: center;
}

.date-picker-section p {
  color: #000000;
    float: left;
    font-family: "Roboto",sans-serif;
    margin-top: 0;

	font-size:16px;
	line-height:25px;
}


.date-picker-section-image {
  float: right;
    margin-right: 41px;
}

.high-contact-us {
    margin-bottom: 63px;
    margin-top: 87px;
	clear: both;
    display: inline-block;
	 width: 100%;
}

.bigbasicsimage img:hover {
    opacity: 0.82;
}
.bigbasicsimage img:active {
    width: 190px;
}
.bigbasicstitle a {
    color: #275e2f;
}
.in-Ground-System {
    margin-right: 0;
}
.tree_collers {
    margin-right: 0;
}

.attachment:active {
  width: 273px;
}
.attachment:hover {
    opacity: 0.62;
}
.treebag-ground {
min-height:279px;
display:inline-block;
}


.bigbasicsimage > a {
    display: inline-block;
    min-height: 200px;
    width: 200px;
}
.tree-coller-contact a {
    color: #000;
}
.tree-coller-contact a {
    color: #000;
}
.product-subheading {
 color: #275e2f;
    font-size: 22px;
    line-height: 28px;
    margin-top: 30px;
    text-align: center;
	 font-family: "Roboto",sans-serif;
}

.date-picker-section {
   float: left;
    margin-right: 78px;
    width: 58%;
}
.claender-wraper {
    float: left;
    width: 30%;
}

table {
    margin: 0;
}

.main_blog_content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.first-righthome {
    float: right;
    margin-top: 25px;
    width: 574px;
}
.homeleft-treebag {
    float: left;
}

caption {
   background-color: #7ca037;
    border-bottom: 1px solid #41531d;
    border-radius: 3px;
    box-shadow: 1px 0 #41528d;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    padding: 12px 0;
}
#calendar_wrap {
  border: 7px solid #adafac;
    border-radius: 3px;
}

#wp-calendar td {
    color: #454545;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: bold;
}

#wp-calendar a {
    color: #ffa100;
    font-size: 13px;
    font-weight: bold;
}

#today a {
    color: #a55353;

}
#wp-calendar th, td, table {
    border: 1px solid #eaeaea;
	    padding:7px 10px;

}

#wp-calendar #today {
    border: 2px solid #efe2e0;
}
#wp-calendar th {
    color: #454545;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.contact_inner_wrapper {
    width: 700px;
}

.contact_inner_wrapper p {
    color: #000;
    font-size: 15px;
	  font-family: "Roboto",sans-serif;
}
.contact_inner_wrapper .wpcf7-form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    margin-top: 11px;
}
#today {
  background-image: url("images/dot.png");
    background-position: center 26px;
    background-repeat: no-repeat;
    height: 5px;
    width: 5px;
}
@media screen and (max-width: 650px) {
  .icl_languages_selector,
  .rtl .icl_languages_selector {
    float: none;
  }
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
  display: inline;
  list-style-type: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
  font-size: 11px;
  line-height: 1.5em;
}

#footer a {
  color: #333333;
  font-weight: 400;
}

#footer a:hover {
  color: #444444;
}

#footer-wrapper .grid.col-940 {
  margin: 0;
}

.scroll-top {
  text-align: center;
}

.copyright {
  text-align: left;
}

.powered {
  text-align: right;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
  list-style: none;
  line-height: normal;
  padding: 0;
  margin: 0;
  text-align: right;
}

#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .google-plus-icon,
#footer .stumble-upon-icon {
  display: inline;
  margin: 1px;
  padding-left: 3px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.widget-wrapper:after,
.widget-wrapper:before {
  content: ' ';
  display: table;
}

.clearfix:after,
.container:after,
.widget-wrapper:after {
  clear: both;
}

.ie7 .clearfix,
.ie7 .container,
.ie7 .widget-wrapper {
  zoom: 1;
}

.clear {
  clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: embed;
}

[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}


/* custom CSS */
.event-widget-title{
  color: #275e2f;
    font-family: roboto;
    font-size: 25px;
}
.vcalendar {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.vcalendar .type-tribe_events h4 {
    margin-bottom: 5px;
}
.vcalendar .type-tribe_events h4 a {
    color: #275e2f;
    font-size: 18px;
    font-weight: normal;
}

.single.single-tribe_events .tribe-events-single-event-title{
color: #275e2f;
font-family: "Roboto",sans-serif;
font-size: 30px;
font-weight: bold;
margin-top: 0;
}
.single-tribe_events .tribe-events-schedule h3{
color: #275e2f;
}
.single.single-tribe_events #tribe-events .tribe-events-content p {
    color: #000000;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
}



/* Event Page CSS*/

.page-id-13 .contact_inner_wrapper {
    margin: 0 auto;
}
.mc-main div, .mc-main span, .mc-main h1, .mc-main h2, .mc-main h3, .mc-main h4, .mc-main h5, .mc-main h6, .mc-main p, .mc-main blockquote, .mc-main pre,.mc-main img, .mc-main dl, .mc-main dt, .mc-main dd, .mc-main ol, .mc-main ul, .mc-main li, .mc-main fieldset, .mc-main form, .mc-main label, .mc-main legend, .mc-main table, .mc-main caption, .mc-main tbody, .mc-main tfoot, .mc-main thead, .mc-main tr, .mc-main th, .mc-main td, .mc-main article, .mc-main aside, .mc-main details, .mc-main footer, .mc-main header, .mc-main menu, .mc-main meter, .mc-main nav, .mc-main output, .mc-main progress, .mc-main section, .mc-main summary{
font-size:16px;
color:#000;
font-family: "Roboto",sans-serif;
}
.mc_bottomnav {
/*    display: none;*/
}
.my-calendar-month,.my-calendar-week{
   box-shadow: 0 0 0 0 !important;
    color: #275e2f !important;
    font-size: 25px !important;
    padding-bottom: 40px !important;
}
.mc-main th {
    background: none repeat scroll 0 0 #0a330c !important;
}


#upcoming-events {
    margin: 0;
    padding-left: 14px;
}

#upcoming-events > li {
    color: #000;
    font-family: roboto;
    margin: 13px 0 0;
}
#upcoming-events li a {
  color: #275e2f ;
    font-size: 18px;
}
.view_allevent {
    margin-left: 12px;
    margin-top: 16px;
    text-align: left;
}
.view_allevent > a {
    color: #275e2f;
    font-family: roboto;
    font-size: 16px;
}
.mc-format {
    position: absolute;
    top: -18px;
}
.my-calendar-date-switcher {
    position: absolute;
    top: -33px;
	height:26px;
}
.mc-print {
    left: 104px;
    position: absolute;
    top: -18px;
    width: 300px;
	display:none !important;
}
.mc-time {
  height: 30px;
    left: 4px;
    position: absolute;
    top: 27px;
}
.category-key h3 {
    margin-bottom: 14px;
}
.cus_hcard .address.vcard {
    float: none;
    margin: 0;
    padding: 0;
}
.event_time_detail {
     margin: 12px 0 !important;
}
.event_date{
font-weight:bold;
}
.list .my-calendar-month {
    background: none repeat scroll 0 0 transparent !important;
    text-align: center !important;
}
.short_des2 .address.vcard {
    float: none;
    margin: 0;
    padding: 0;
}
.rcs_pdf {
    margin-top: 8px;
    text-align: center;
}
.round {

}
.rcs_fea{
    border: 3px solid #cfcfcf;
	  padding-bottom: 10px;

}
.place_img {
    border-radius: 100px;
}
.right_image_study img{
border-radius:155px;

}

.page-id-14 .contact_inner_wrapper {
    width: 100%;
}
.con_left {
    float: left;
    width: 54%;
}
.con_right {
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    float: right;
    font-family: Roboto;
    font-size: 16px;
    line-height: 22px;
    margin-left: 0;
    margin-top: 32px;
    padding: 19px 10px 19px;
    text-align: center;
    width: 38%;
}

.add_tit {
    color: #275e2f;
    font-size: 30px;
    text-align: center;
}
.hole_img {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}


.sleeve_img {
    float: left;
margin-right: 15px;
    margin-top: 30px;
}
.res_right_image_study,.res_customer_case_study_image{
 display:none;
}
.home-gardening-right.res-home-gardening-right,.homeleft-treebag.res-homeleft-treebag {
    display: none;
}

/* VI MEGAN BLOG CSS */

/* Restructure for BG colors */
.blog .white_image_wrapper{
	background-image: none;
}
.hfeed.blog-megan {
    overflow: auto;
    background-color: #f9f5ea;
}
.blog-megan-container {
   max-width: 724px;
    width: 100%;
    float: right;
    margin-right: 2%;
}
.megan-blog-sidebar-container{
    width: 100%;
	max-width: 230px;
	float: left;
}
.hfeed.blog-megan #content-blog {
    padding-top: 93px;
    padding-bottom: 20px;
    width: 66.468085% !important;
    background-color: white;
    margin-top: 0px;
    padding-right: 2.127659574468%;
    margin-right: 0px;
    margin-bottom: 0px;
    min-height: 500px;
}
.hfeed.blog-megan.interior #content-blog {
    padding-top: 33px;
    padding-bottom: 20px;
    width: 66.468085% !important;
    background-color: white;
    margin-top: 0px;
    padding-right: 2.127659574468%;
    margin-right: 0px;
    margin-bottom: 0px;
    min-height: 550px;
}
.hfeed.blog-megan #widgets {
    margin-top: 93px;
    width: 31.404255%;
}
.hfeed.blog-megan #widgets.blog-sidebar{
    width: 23.404255319149%;
    margin-top: 40px;
}

.blog-megan .title_name h1 {
    margin-bottom: 15px;
    line-height: 13	0%;
}
.blog-megan .title_name h1:hover {
    color: #79b905;
}
.blog-megan.interior .title_name h1:hover {
    color: #275e2f;
}

.blog-megan .title_name a .h1 {
    margin-bottom: 15px;
}
.blog-megan .title_name a .h1:hover {
    color: #79b905;
}
.blog-megan.interior .title_name a .h1:hover {
    color: #275e2f;
}

.blog-megan .blog_thumbnail {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.blog-megan .blog_thumbnail .crop{
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
    border-radius: 100%;
    background-color: #efefef;
}
.blog-megan .blog_thumbnail.interior .crop{
	border-radius: 0%;
}
.blog-megan .blog_thumbnail img {
    vertical-align: top;
    margin: 0px;
    position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
	  -ms-transform: translate(-50%,-50%);
	      transform: translate(-50%,-50%);
}
.blog-megan .copy-content {
    display: inline-block;
    width: 66%;
}
.blog-megan .blog_thumbnail.interior {
    display: inline-block;
    width: 280px;
    vertical-align: top;
    float: left;
    padding: 5px 20px 0px 0px;
}
.blog-megan .blog_thumbnail.interior img {
    vertical-align: top;
    margin: 0px;
    position: relative;
	left: auto;
	top: auto;
	height: auto;
	width: 100%;
	border: 1px solid #cccccc;
	-webkit-transform: none;
	  -ms-transform: none;
	      transform: none;
}
.pin-button{
	width: 100%;
	border: 1px solid #cccccc;
	padding: 5px 0px;
	text-align: center;
}
.pin-button img{
	cursor: pointer;
}
.blog-megan.interior .author_date p {
    margin: 0px;
}
.blog-megan .blog_thumbnail .pin-button img{
	width: 90px;
	height: auto;
	border: none;
}
.blog-megan .blog_thumbnail .pin-button img:hover{
	opacity: 0.7;
}
.blog-megan .copy-content {
    display: inline-block;
    width: 66%;
}
.blog-megan .copy-content .author_date p{
	margin: 0px;
	font-size: 12px;
	font-style: italic;
}
.blog-megan.interior .content_blog p{
	margin-top: 15px;
}
.blog-megan .copy-content .content_blog p{
	font-size: 16px;
	margin-top: 15px;
    margin-bottom: 10px;
}
.blog-megan .copy-content .read-more a{
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.blog-megan .copy-content .read-more a:hover {
    color: #79b905;
}
.blog-megan .main_blog_content {
    border-bottom: none;
    padding-bottom: 50px;
}
.blog-megan .comments {
    display: block;
    margin-top: 30px;
}
.blog-megan.interior .main_blog_content {
    border-bottom: none;
    padding-bottom: 0px;
}
.blog-megan .blog-navigation {
    overflow: auto;
    border-top: 1px solid #e5dfd0;
    padding-top: 20px;
}
.blog-megan .blog-navigation .nav-previous a, .blog-megan .blog-navigation .nav-next a{
	color: #858584;
	font-size: 18px;
	line-height: 100%;
	text-transform: uppercase;
}
.megan-blog-sidebar-container .sidebar-header{
    padding-left: 13px;
    color: #858585;
}
.megan-blog-sidebar-container .sidebar-header a{
    color: #858585;
}
.megan-blog-sidebar-container .sidebar-header a:hover{
    color: #275e2f;
}
.megan-blog-sidebar-container .sidebar-header span{
	font-weight: 700;
}
.megan-blog-sidebar-container .widget-wrapper {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0 0 0px;
    padding: 0px;
}
.megan-blog-sidebar-container .widget-wrapper h2{
	color: #1a5425;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding-left: 13px;
}
.megan-blog-sidebar-container .widget-wrapper span.h2{
	color: #1a5425;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding-left: 13px;
	    margin-bottom: .75em;
    margin-top: .75em;
        line-height: 1.0em;
    word-wrap: break-word;
        -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.sidebar-list-container{
    width: 100%;
    overflow: auto;
}
.categories-list li {
    border-bottom: 1px solid #e5dfd0;
    list-style: none;
    width: 100%;
}
.categories-list li:hover {
    background-color: white;
    cursor: pointer;
}
.categories-list li:hover a{
	font-weight: 700;
}
.categories-list li a{
	color: #666666;
	font-size: 14px;
    padding: 3px 0px 3px 13px !important;
    display: block;
    width: 76%;
}
.categories-list li span{
    border-left: 1px solid #e5dfd0;
    border-right: 1px solid #e5dfd0;
    width: 39px;
    text-align: center;
    padding: 3px 0px;
    display: inline-block;
    float: right;
}
.categories-list li:last-of-type {
    border-bottom: none;
}
.megan-blog-sidebar-container .search{
    margin: 30px 0px 20px 0px;
}
.megan-blog-sidebar-container .search input[type="text"]{
    -moz-box-sizing: border-box;
    -moz-border-radius: 0px;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f9f5ea;
    box-sizing: border-box;
    border-top: 1px solid #e5dfd0;
    border-right: none;
    border-bottom: 1px solid #e5dfd0;
    border-left: none;
    border-radius: 0px;
    margin: 0;
    color: #666666;
    outline: none;
    padding: 6px 8px 6px 13px;
    vertical-align: middle;
    width: 100%;
    float: left;
}
.megan-blog-sidebar-container .widget-wrapper .search  input[type="text"]{
	width: 82%;
}
.megan-blog-sidebar-container .widget-wrapper .search button.btn.btn-success {
	background-color: #f9f5ea;
	box-shadow: none;
	padding: 6px 8px 6px 8px;
	border:  1px solid #e5dfd0;
    width: 41px;
    cursor: pointer;
}
.megan-blog-sidebar-container .widget-wrapper .search button.btn.btn-success:hover{
	background-color: white;
}
.megan-blog-sidebar-container .widget-wrapper .search  > span:hover:before {
   content: "\2605";
   position: absolute;
}
.social-list li {
    border-bottom: 1px solid #e5dfd0;
    list-style: none;
    width: 100%;
}
.social-list li:hover {
    background-color: white;
    cursor: pointer;
}
.social-list li:hover a{
	font-weight: 700;
}
.social-list li a{
	color: #666666;
	font-size: 14px;
    padding: 3px 0px 3px 13px !important;
    display: block;
    width: 76%;
}
.social-list li span{
    border-left: 1px solid #e5dfd0;
    border-right: 1px solid #e5dfd0;
    padding: 3px 0px 3px 0px;
    display: inline-block;
    float: right;
    text-align: center;
    width: 39px;
}
.social-list li:last-of-type {
    border-bottom: none;
}
.share-buttons{
	height: 63px;
}
.share-buttons .facebook{
	width: 214px;
	padding: 10px 0px;
	text-align: center;
	color: white;
	background-color: #3b5998;
	display: inline-block;
	float: left;
	margin-right: 10px;
	border-radius: 4px;
	font-weight: 600;
}
.share-buttons .twitter{
	width: 214px;
	padding: 10px 0px;
	text-align: center;
	color: white;
	background-color: #55acee;
	display: inline-block;
	float: left;
	border-radius: 4px;
	font-weight: 600;
}
.share-buttons .facebook span, .share-buttons .twitter span{
	padding-left: 10px;
}
.share-buttons .facebook:hover, .share-buttons .twitter:hover{
	opacity: 0.8;
}
.share-buttons .newsletter{
	clear: both;
	width: 214px;
	padding: 10px 0px;
	text-align: center;
	color: white;
	background-color: #252525;
	display: inline-block;
	float: left;
	border-radius: 4px;
	font-weight: 600;
	margin-top: 20px;
}
.share-buttons .facebook span, .share-buttons .twitter span, .share-buttons .newsletter span{
	padding-left: 10px;
}
.share-buttons .facebook:hover, .share-buttons .twitter:hover, .share-buttons .newsletter:hover{
	opacity: 0.8;
}
.share-buttons i{
	font-size: 20px;
}
.share-buttons a.desktop .newsletter{
	display: block;
}
.share-buttons a.mobile  .newsletter{
	display: none;
}
.related-posts {
    display: block;
    clear: both;
    padding-top: 50px;
}
.related-posts h2{
    color: #1a5425;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.related-posts span.h2 {
    color: #1a5425;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: .75em;
    margin-top: .75em;
    line-height: 1.0em;
    word-wrap: break-word;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.wp_rp_wrap .related_post_title{
	display: none;
}
.wp_rp_footer{
	display: none !important;
}
ul.related_post li {
    max-width: 200px !important;
    margin-right: 20px;
    width: 33% !important;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
ul.related_post li .wp_rp_title {
    padding-top: 8px;
    display: block;
    color: gray;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}
ul.related_post {
    padding-left: 0px;
    margin: 30px 0px;
}
ul.related_post li a {
    display: block;
}
ul.related_post li .wp_rp_thumbnail {
    display: block;
    max-height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}
ul.related_post li img {
    width: 100%;
    margin-top: 0px;
}
.popmake.theme-1047, .popmake.theme-default-theme {
    padding: 0px !important;
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
.popmake.theme-1047 > .popmake-close, .popmake.theme-default-theme > .popmake-close {
    height: auto;
    width: auto;
    left: auto;
    right: 55px !important;
    bottom: auto;
    top: 3px !important;
    padding: 10px 17px !important;
    color: #ffffff;
    font-family: inherit;
    font-size: 12px;
    line-height: 14px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: transparent !important;
    background-image: url(images/popup-close.png) !important;
    width: 40px !important;
    height: 40px !important;
    background-size: contain;
}
.popup{
	background-image: url(images/bg-popup.png);
	width: 658px;
	height: 600px;
	padding: 100px 0px 0px 0px;
	background-repeat: no-repeat;
}
.popup .interior{
	margin: 105px 56px 0px 53px;
	padding: 10px 30px;
	height: 200px;
}
.popup .nothanks{
	border-top: 1px solid #cccccc;
	margin: 0px 56px 0px 53px;
	padding: 10px 0px;
	height: 50px;
	cursor: pointer;
}
.popup h1{
	color: #275e2f;
	font-family: "Roboto",sans-serif;
	font-size: 23px;
	text-align: center;
}
.popup span.h1 {
    color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 23px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.popup h2{
	font-size: 16px;
	font-weight: 600;
	font-family: "Roboto",sans-serif;
	display: inline-block;
	padding-right: 20px;
}
.popup .nothanks p{
	text-align: center;
	font-size: 16px;
	font-family: "Roboto",sans-serif;
	color: #999999;
	font-weight: 600;
}
.popup a{
	text-decoration: none;
	display: block;
}
form.wpcf7-form {
    text-align: center;
    padding: 0px 17px;
}
.cf7-input {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 0px 8px;
}
.cf7-input select, .cf7-input input[type="text"], .cf7-input input[type="password"], .cf7-input input[type="email"]{
	-moz-box-sizing: border-box;
    -moz-border-radius: 0px;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    border-bottom-color: #cccccc;
    border-radius: 0px;
    margin: 0;
    outline: none;
    padding: 6px 8px;
    vertical-align: middle;
    width: 100%;
}
.yes {
    clear: both;
    padding: 20px 10px 0px 10px;
    overflow: auto;
}
.yes .copy{
	text-align: left;
    width: 76%;
    display: inline-block;
    float: left;
}
.yes .copy p{
    margin: 5px 0px 0px 0px;
    vertical-align: middle;
    font-size: 16px;
}
.yes .button{
    width: 24%;
    display: inline-block;
    text-align: right;
    float: left;
}
.yes .button img.ajax-loader {
    float: left;
    display: none;
}
div.wpcf7-validation-errors {
    border: none;
    background-color: #FF2A2A;
    color: white;
    z-index: 99999;
    position: absolute;
    float: left;
    margin: 18px 0px 1em -24px;
    padding: 19px 0px;
    font-weight: bold;
    width: 501px;
}
div.wpcf7-mail-sent-ok {
    border: none;
    background-color: #398f14;
    color: white;
    z-index: 99999;
    position: absolute;
    float: left;
    margin: 40px 0px 1em 0px;
    padding: 19px 0px;
    font-weight: bold;
    width: 455px;
}
.blog-sidebar {
    display: block;
}
.mobile-blog-sidebar {
    display: block;
    clear: both;
    display: none;
	overflow: auto;
	padding: 10px 20px;
	background-color: #f9f5ea;
}
.mobile-blog-sidebar .sidebar-list-container{
    width: 31%;
    display: inline-block;
    float: left;
    margin-right: 3%;
    margin-left: 1%;
}
.mobile-blog-sidebar .mobile-search {
    width: 31%;
    display: inline-block;
    float: left;
}
.mobile-blog-sidebar .social-list-mobile{
	width: 31%;
	display: inline-block;
    overflow: auto;
    float: left;
	margin-left: 3%;
}
.mobile-blog-sidebar .social-list-mobile ul{
	list-style: none;
	margin: 0px;
    padding: 0px;
}
.mobile-blog-sidebar .social-list-mobile li:hover span{
    background-color: white;
}
.mobile-blog-sidebar .social-list-mobile li a{
	color: #666666;
	font-size: 14px;
    display: block;
}
.mobile-blog-sidebar .social-list-mobile li span{
    padding: 5px 0px 5px 0px;
    display: inline-block;
    float: left;
    text-align: center;
    width: 15.66666%;
/*     border-right: 1px solid #e5dfd0; */
}
.mobile-blog-sidebar .social-list-mobile li:first-of-type span{
/*     border-left: 1px solid #e5dfd0; */
}
.mobile-blog-sidebar .social-list-mobile li:last-of-type span{
/*     border-right: 1px solid #e5dfd0; */
}
.mobile-blog-sidebar .mobile-search input[type="text"] {
    width: 82%;
}
.mobile-blog-sidebar .mobile-search input[type="text"] {
    -moz-box-sizing: border-box;
    -moz-border-radius: 0px;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f9f5ea;
    box-sizing: border-box;
    border-top: 1px solid #e5dfd0;
    border-right: none;
    border-bottom: 1px solid #e5dfd0;
    border-left: 1px solid #e5dfd0;
    border-radius: 0px;
    color: #666666;
    outline: none;
    padding: 6px 8px 6px 13px;
    vertical-align: middle;
    width: 80%;
    float: left;
}
.mobile-search form#searchform {
    margin: 0px;
    float: left;
}
.mobile-blog-sidebar .mobile-search button.btn.btn-success {
    background-color: #f9f5ea;
    box-shadow: none;
    padding: 6px 8px 6px 8px;
    border: 1px solid #e5dfd0;
    width:20%;
    cursor: pointer;
}
.mobile-blog-sidebar select{
    -moz-box-sizing: border-box;
    -moz-border-radius: 0px !important;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #e5dfd0;
    border-bottom-color: #e5dfd0;
    border-radius: 0px !important;
    margin: 0;
    outline: none;
    padding: 10px 8px;
    vertical-align: middle;
    width: 100%;
    background-color: #f9f5ea;
    color: #666666;
}
.mobile-blog-sidebar .mobile-search button.btn.btn-success:hover {
    background-color: white;
}
.mobile-blog-sidebar select, #cat {
    display: block;
    margin: 5px 15px 0 0;
}
.megan-newsletter-page{

}
.megan-newsletter-page h2{
	color: #275e2f;
	font-size: 30px;
	margin-top: 0;
	font-family: "Roboto",sans-serif;
	font-weight: bold;
}
.desktop-newsletter-form form.wpcf7-form {
    padding: 0px;
}
.desktop-newsletter-form .cf7-input {
    width: 47%;
    padding: 0px 16px 0px 0px;
}
.desktop-newsletter-form .cf7-input:last-of-type {
    width: 47%;
    padding: 0px 0px 0px 0px;
}
.desktop-newsletter-form .yes {
    clear: both;
    padding: 20px 25px 0px 10px;
    overflow: auto;
}
.desktop-newsletter-form .yes .copy p {
    margin: 16px 0px 0px 0px;
    vertical-align: middle;
    font-size: 16px;
    text-align: right;
    font-weight: bold;
}
.desktop-newsletter-form .yes .copy {
    text-align: left;
    width: 79%;
    display: inline-block;
    float: left;
}
.desktop-newsletter-form .yes .button {
    width: 21%;
    display: inline-block;
    text-align: right;
    float: left;
}
.megan-no-background{
	background-image: none !important;
}
.megan-newsletter-page{
	width: 68%;
}
.megan-newsletter-page-container .megan-circleimg {
    width: 27%;
}
.desktop-newsletter-form div.wpcf7-validation-errors, .desktop-newsletter-form div.wpcf7-mail-sent-ok{
	width: 100%;
	position: relative;
}
.desktop-newsletter-form div.wpcf7-mail-sent-ok{
	display: none !important;
}
/* ADDING YOUTUBE TO HEADER */
.social_icon a {
    margin-left: 10px;
    display: inline-block;
    float: left;
}
.social_icon {
    float: right;
    margin-right: 10px;
    width: 104px;
}
.contact_wrp {
    float: right;
    width: 435px;
}
.header-youtube {
    color: white;
    font-size: 22px;
    line-height: 0px;
    padding: 10px 10px;
    background-color: #79b905;
    border-radius: 5px;
    margin: 0px;
}
.gform_wrapper ul li.gfield {
    clear: none;
    display: inline-block;
    width: 49%;
    margin-right: 1%;
    list-style: none !Important;
    background-image: none;
    background-position: 0 5px;
    background-repeat: no-repeat;
    color: #000000;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="password"], .gform_wrapper input[type="email"] {
    -moz-box-sizing: border-box;
    -moz-border-radius: 0px;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    border-bottom-color: #cccccc;
    border-radius: 0px;
    margin: 0;
    outline: none;
    padding: 6px 8px;
    vertical-align: middle;
    width: 100%;
}
li#field_2_3 {
    width: 100%;
}
li#field_2_3 .yes {
    text-align: right;
    width: 100%;
    display: inline-block;
    float: left;
}
li#field_2_3 .yes .copy p{
	font-weight: bold;
	text-align: right !important;
}
li#field_2_3 .yes .copy {
    text-align: left;
    width: 73%;
    display: inline-block;
    float: left;
}
.page-id-14 .gform_footer.top_label {
 float: none;
 width: 100%;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 text-align: center;
}
.page-id-14 .gform_wrapper ul li.gfield {
 width: 100%;
 text-align: center;
}


.gform_footer.top_label {
    width: 30%;
    float: right;
    display: inline-block;
    margin-top: -85px !important;
    text-align: right;
    padding-right: 15px !important;
}
.popup form#gform_2 {
    margin-top: 0px;
}
.popup .gform_body {
    margin-top: -25px;
    padding-left: 20px;
}
li#field_2_3 p {
    margin: 0px;
}
.popup .gform_footer.top_label{
    margin-top: -54px !important;
    z-index: 999999999999;
    position: relative;
}
.sliding-form-vi {
    display: block;
    /* background-color: #79b905; */
    background-color: #f2f2f2;
    color: white;
    padding: 50px 40px 0px 40px;
    overflow-y: hidden;
    height: 200px;
    overflow-x: hidden;
    position: relative;
}
.sliding-form-vi input[type='submit'] {
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-border-radius: 2px;
    background-color: #f9f9f9;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !Important;
    font-weight: 700;
    line-height: 20px !important;
    margin: !important;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    white-space: nowrap;
    background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
    margin-bottom: 0px !Important;
}
.sliding-form-vi .form-button{
    background-image: url("images/button.png");
    background-repeat: no-repeat;
    color: #2e691f;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 57px;
    line-height: 60px;
    text-align: center;
    width: 309px;
    font-family: "Roboto",sans-serif;
}
.sliding-form-vi .maxwidthboth {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 40px;
}
.sliding-form-vi .left{
    width: 70%;
    display: inline-block;
    text-align: left;
    margin-top: -5px;
}
.sliding-form-vi .right{
    width: 25%;
    display: inline-block;
    text-align: right;
    padding-right: 2%;
}
.sliding-form-vi h2{
    color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 30px;
    margin: 0;
    text-align: left;
    line-height: 120%;
}
.sliding-form-vi span.h2{
    color: #275e2f;
    font-family: "Roboto",sans-serif;
    font-size: 30px;
    margin: 0;
    text-align: left;
    line-height: 120%;
    font-weight: bold !important;
}
.sliding-form-vi .first-panel {
    width: 96%;
    display: block;
    position: absolute;
    z-index: 4;
    padding-top: 50px;
}
.sliding-form-vi .second-panel {
    width: 92%;
    padding: 0px 30px;
    display: block;
    color: white;
    height: 230px;
    top: -40px;
    left: 50px;
    background-color: #f2f2f2;
    overflow: hidden;
    position: absolute;
    z-index: 5;
}
.sliding-form-vi .second-panel .full{

}
.sliding-form-vi .second-panel:before{
	display: table;
    content: "";
}
.sliding-form-vi .second-panel:after{
	display: table;
    content: "";
}
.sliding-form-vi div#gform_wrapper_2 {
    margin: 0;
}
.sliding-form-vi form#gform_2 {
    margin: 0px;
}
.sliding-form-vi button#hide {
float: right;
    position: absolute;
    bottom: 21px;
    right: 170px;
    font-weight: bold;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-border-radius: 2px;
    background-color: #f9f9f9;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 5px 14px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    white-space: nowrap;
    background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
}
.sliding-form-vi .gform_wrapper ul li.gfield {
    clear: none;
    display: inline-block;
    width: 32.2%;
    margin-right: 1%;
    list-style: none !Important;
    background-image: none;
    background-position: 0 5px;
    background-repeat: no-repeat;
    color: #000000;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
}
.sliding-form-vi .gform_wrapper .top_label .gfield_label{
	display: none;
}
.sliding-form-vi .gform_wrapper textarea.large {
    height: 8em !important;
    -moz-box-sizing: border-box;
    -moz-border-radius: 0px;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    border-bottom-color: #cccccc;
    border-radius: 0px;
    margin: 0;
    outline: none;
    padding: 6px 8px;
    vertical-align: middle;
    width: 100%;
}
.sliding-form-vi li#field_3_4 {
    width: 64.6%;
}
.sliding-form-vi .gform_footer.top_label {
    width: 120px;
    float: right;
    display: inline-block;
    margin-top: -58px !important;
    text-align: right;
    padding-right: 30px !important;
    position: relative;
    z-index: 99999;
padding-top: 8px;
}
.sliding-form-vi li#field_2_3 .yes .copy {
    text-align: left;
    width: 87%;
    display: inline-block;
    float: left;
    position: relative;
    z-index: -1;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid-mg {
  margin: 0 0 20px 0;
}
.grid-mg:after {
  content: "";
  display: table;
  clear: both;
}

[class*='col-'] {
  float: left;
  padding-right: 20px;
}
.grid [class*='col-']:last-of-type {
  padding-right: 0;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-2 {
  width: 50%;
}

.col-1-4 {
  width: 25%;
}

.col-1-8 {
  width: 12.5%;
}
.grid-mg-pad {
  padding: 20px 0 20px 20px;
}
.grid-mg-pad [class*='col-']:last-of-type {
  padding-right: 20px;
}
.post-1274 .col-1-2{
	width: 47%;
}
@media screen and (max-width: 1100px){
	.sliding-form-vi li#field_2_3 .yes .copy{
		width: 80%;
	}
	.sliding-form-vi h2{
		font-size: 23px;
	}
	.sliding-form-vi span.h2{
		font-size: 23px;
	}
	.sliding-form-vi .left {
	    width: 67%;
        float: left;
    }
    .sliding-form-vi .right {
	    width: 30%;
	    float: left;
    }
    .sliding-form-vi .first-panel {
	    width: 93%;
    }
    .sliding-form-vi .second-panel {
    	left: 30px;
    }
}
@media screen and (max-width: 900px){
	.sliding-form-vi .second-panel {
	    left: 15px;
	}
	.sliding-form-vi .left {
	    width: 100%;
	    float: none;
	    padding-bottom: 20px;
	    padding-top: 0px;
	    text-align: center;
	}
	.sliding-form-vi .right {
	    width: 100%;
	    float: none;
	    text-align: center;
	}
	.sliding-form-vi h2 {
	    text-align: center;
		line-height: 140%;
	}
	.sliding-form-vi .first-panel{
		padding-top: 20px;
	    width: initial;
	    margin-right: 30px;
	}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .sliding-form-vi .gform_wrapper textarea.large {
    font-size: 13px !Important;
}
.sliding-form-vi button#hide{
bottom: 49px;
}
}

@media screen and (max-width: 767px){
	.sliding-form-vi .sliding-form-vi .first-panel {
	    width: 85%;
	}
.gform_wrapper ul li.gfield {
    width: 100% !important;
}
body .gform_wrapper label.gfield_label+div.ginput_container {
    margin: 0px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
    min-height: 2rem;
}
	.sliding-form-vi .gform_wrapper ul li.gfield {
	    width: 100%;
        margin-top: -25px;
	}
	.sliding-form-vi button#hide{
		bottom: 30px;
right: 130px;
	}
	.sliding-form-vi .yes{
		padding: 0px;
	}
	.sliding-form-vi .gform_footer.top_label{
	    position: absolute;
	    z-index: 99999;
	    bottom: 22px;
	    right: 30px;
	}
	.sliding-form-vi li#field_2_3 .yes .copy p {
	    font-weight: bold;
	    text-align: center !important;
	    margin: 0px;
	}
	.sliding-form-vi li#field_2_3 .yes {
	    text-align: right;
	    width: 100%;
	    display: inline-block;
	    float: left;
	    margin-top: 25px;
	}
	.sliding-form-vi li#field_2_3 .yes .copy {
	    width: 100%;
	}
	.sliding-form-vi .first-panel {
	    padding-top: 0px;
	}
.gform_wrapper input[type="text"], .gform_wrapper input[type="password"], .gform_wrapper input[type="email"]{
    font-size: 12px !important;
    margin-top: 20px;
    padding: 2px !Important;
}
.sliding-form-vi .gform_wrapper textarea.large{
    font-size: 12px;
    height: 80px !important;
    margin-top: 30px;
    padding: 2px !Important;

}
form#gform_3 {
    margin-top: 0px;
}
li#field_3_3 {
    width: 49% !important;
}
li#field_3_2 {
    width: 50% !important;
    margin-right: 0px !Important;
}
div#gform_wrapper_3 {
    margin-top: 10px;
}
.sliding-form-vi button#hide {
    bottom: 20px;
}
.sliding-form-vi .gform_footer.top_label {
    position: absolute;
    z-index: 99999;
    bottom: 10px;
    right: 0px;
}
}
@media screen and (max-width: 767px){
	.sliding-form-vi li#field_2_3 .yes{
		margin-top: 0px;
	}
	.sliding-form-vi .second-panel {
	    left: -5px;
	}
}
/* megan bottom */
@media screen and (max-width: 767px){
	.contact_wrp {
	    float: none;
	    margin: 0 auto;
	    width: 435px;
	}
}
@media screen and (max-width: 750px){
	.post-1274 .col-1-2{
		width: 100%;
	}
}
@media screen and (max-width: 479px){
	.contact_wrp {
	    float: none;
	    margin: 0 auto;
	    width: 361px;
	}
}
/* ADDING BLOG TO NAV */
.main-nav {
    margin-left: 15px;
    margin-top: 20px;
    float: right;
}
@media screen and (max-width: 1020px){
	.main-nav {
	    float: left;
	    margin-left: 0px;
	    margin-top: 20px;
	}
	.menu a{
		font-size: 13px;
	}
}
@media screen and (max-width: 980px){
	.main-nav {
	    margin-left: 0px;
	    float: right;
	}
	.menu a {
	    padding: 0px 5px;
	    font-size: 12px;
	}
}
/* ADDING NEWSLETTER TO FOOTER */
.newsletter-footer {
    clear: both;
    display: block !important;
    margin: 6px 0px;
}
.rightmenu-footer {
    float: left;
    margin-left: 44px;
    margin-top: 11px;
}

@media only screen and (max-device-width : 667px) {
  .popmake-overlay { display:none!important; }
  .popmake { display:none!important; }
}
@media screen and (max-width:667px){
	.share-buttons a.desktop .newsletter{
		display: none;
	}
	.share-buttons a.mobile  .newsletter{
		display: block;
	}
}
@media screen and (max-width: 1170px){
	.blog-megan-container {
	    max-width: 724px;
	    width: 92%;
	    float: right;
	    margin-right: 2%;
	}
}
@media screen and (max-width: 1070px){
	ul.related_post li {
	    width: 28% !important;
	}
	ul.related_post li .wp_rp_thumbnail {
	    display: block;
	    max-height: none;
	    overflow: visible;
	    margin-bottom: 15px;
	}
	.blog-megan .blog_thumbnail.interior {
	    width: 40%;
	}
	.blog-megan .blog_thumbnail .crop {
	    width: 90%;
	    height: auto;
	}
	.blog-megan .blog_thumbnail img {
	    vertical-align: top;
	    margin: 0px;
	    position: relative;
	    left: 0;
	    top: 0;
	    height: auto;
	    width: 100%;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}
}
@media screen and (max-width: 980px){
	.megan-newsletter-page{
	    width: 69% !important;
	}
}
@media screen and (max-width: 825px){
	.desktop-newsletter-form .cf7-input {
	    width: 43%;
    }
}
@media screen and (max-width: 767px){
	.hfeed.blog-megan {
	    overflow: auto;
	    background-color: white;
	}
	.hfeed.blog-megan.interior #content-blog {
	    width: 100% !important;
	    padding: 0;
	}
	.blog-megan-container {
	    max-width: 724px;
	    width: 91%;
	    float: right;
	    margin: 0 auto;
	    float: none;
	    padding-top: 30px;
        background-color: white;
	}
	.blog-sidebar {
	    display: none;
	}
	.mobile-blog-sidebar {
		display: block;
	}
	.hfeed.blog-megan #content-blog{
		width: 100% !important;
		padding-top: 23px;
	}
	.megan-newsletter-page-container .megan-circleimg {
	    display: none;
	}
	.megan-newsletter-page{
	    width: 100% !important;
	}
	.desktop-newsletter-form .cf7-input {
	    width: 47%;
	    padding: 0px 15px 0px 0px;
	}
}
@media screen and (max-width: 550px){
	.desktop-newsletter-form .cf7-input {
	    width: 100%;
	    padding: 0px 0px 0px 0px;
	    margin-bottom: 15px;
	}
	.desktop-newsletter-form .yes {
	    clear: both;
	    padding: 0px 0px 5px 0px;
	    overflow: auto;
	}
	.desktop-newsletter-form .yes .copy {
	    width: 100%;
	    display: block;
	    margin: 0px;
    }
	.desktop-newsletter-form .yes .button {
 	   width: 100%;
 	   display: block;
 	   margin: 0px;
    }
    .desktop-newsletter-form .yes .copy p {
	    margin: 0px;
    }
    .gform_wrapper ul li.gfield{
	    width: 100%  !important;
    }
    body .gform_wrapper label.gfield_label+div.ginput_container {
	    margin: 0px !important;
	}
	form div {
	    margin-bottom: 0px  !important;
	}
    .gform_footer.top_label {
	    margin-top: 0px !important;
	}
	li#field_2_3 .yes {
	    text-align: right;
	    width: 100%;
	    display: inline-block;
	    float: left;
	}
	li#field_2_3 {
	    width: 100%;
	    margin: 0px  !important;
	}
	li#field_2_3 .yes .copy p {
	    font-weight: bold;
	    text-align: right !important;
	    padding-right: 11px;
        padding-top: 20px;
	}
}
@media screen and (max-width: 525px){
	.mobile-blog-sidebar{
		padding: 20px 20px 10px 20px;
	}
	.mobile-blog-sidebar .sidebar-list-container{
	    width: 48%;
	    display: inline-block;
	    float: left;
	    margin:0 2% 0 0;
	}
	.mobile-blog-sidebar .mobile-search {
	    width: 48%;
	    display: inline-block;
	    float: left;
	    margin:0 0 0 2%;
	}
	.mobile-blog-sidebar .social-list-mobile{
		width: 100%;
	    display: block;
	    float: none;
	    margin: 0;
	    padding: 3% 0 0 0;
	}
	ul.related_post {
	    padding-left: 0px;
	    margin: 30px 0px;
	    width: 100%;
	}
	ul.related_post li {
	    width: 27% !important;
	    float: left;
	    margin-bottom: 30px;
	}
	.blog-megan .blog_thumbnail.interior {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.share-buttons .facebook {
    	width: 47%;
	    margin-right: 4%;
        font-size: 13px;
    }
    .share-buttons .twitter {
	    width: 48%;
	    font-size: 13px;
    }
}
@media screen and (max-width: 430px){
	.blog-megan .blog_thumbnail{
		width: 30%;
	}
}
@media screen and (max-width: 350px){
	.mobile-blog-sidebar .sidebar-list-container{
	    width: 100%;
	    display: block;
	    float: none;
	    margin: 0;
	    padding: 2% 0 0 0;
	}
	.mobile-blog-sidebar .mobile-search {
	    width: 100%;
	    display: block;
	    float: none;
	    margin: 0;
	    padding: 4% 0 0 0;
	}
	.mobile-blog-sidebar .social-list-mobile{
		width: 100%;
	    display: block;
	    float: none;
	    margin: 0;
	    padding: 4% 0 0 0;
	}
	.mobile-search form#searchform {
	    margin: 0px;
	    float: left;
	    width: 100%;
	}
	ul.related_post li {
	    width: 100% !important;
    }
    .share-buttons .facebook {
    	width: 100%;
	    margin-right: 0%;
	    margin-bottom: 4%;
        font-size: 13px;
    }
    .share-buttons .twitter {
	    width: 100%;
	    font-size: 13px;
	    margin-bottom: 6%;
    }
    .blog-megan-container{
	    width: 83%;
    }
    .blog-megan .blog_thumbnail {
	    width: 99%;
	}
    .blog-megan .copy-content {
	    width: 100%;
	    margin-top: 20px;
	}
}

/*#tribe-events-pg-template{
width:100%;
max-width:none;
}
.events-archive .tribe-events-page-title{
  color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 38px;
    font-weight: normal;
    padding-top: 36px;
    text-shadow: 1px 1px #000;
	text-align:center;

}
#tribe-events-content{
width:1000px;
margin-left:auto;
margin-right:auto;
margin-top:40px;

}
.tribe-events-calendar thead th {
    background-color: #0c360c;
}
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
    background-color: #89ab5f;

}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #0c360c;
}
.tribe-events-month-event-title.entry-title a {
    color: #000;
    font-family: roboto;
}
.tribe-events-ical.tribe-events-button {
    display: none !important;
}
.tribe-bar-filters {
   display: none;
}
*/
/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

  body {
  }
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/

/*Gravity Forms Update by Steve D*/

.gform_wrapper .gfield_required {
color: #790000;
margin-left: 4px;
display: none;
}