/*

Theme Name: Bright Green Homes
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/
/* Variables
--------------------------------------------------------------------------------*/
/* Fonts
--------------------------------------------------------------------------------*/
body .white {
  color: #fff !important;
}
body .white > h1,
body .white > h2,
body .white > h3,
body .white > h4,
body .white > h5,
body .white > h6,
body .white > p,
body .white blockquote {
  color: #ffffff !important;
}
/* Typography
--------------------------------------------------------------------------------*/
h4 {
  color: #004b23 !important;
}
/* Buttons
--------------------------------------------------------------------------------*/
.x-btn {
  border: none;
  background-color: #004b23 !important;
}
.x-btn-rounded {
  border-radius: 8px !important;
}
.x-btn:hover {
  background-color: #002612 !important;
}
.x-btn,
.x-btn input [type="submit"],
.x-callout .x-btn,
.x-btn.x-btn-regular {
  padding: 0.563em 1.125em;
}
.x-feature-box-graphic-inner i {
  background-color: #004b23 !important;
}
/* Backgrounds and borders
--------------------------------------------------------------------------------*/
.home-intro {
  color: #FFF;
}
.home-intro h2 {
  color: #FFF;
}
.home-intro ul.x-feature-list {
  margin-top: 32px;
}
.home-intro ul.x-feature-list h4 {
  color: #FFF;
}
.home-intro ul.x-feature-list .x-feature-box-graphic-inner i {
  border: 2px solid #FFF;
}
/* Home content
--------------------------------------------------------------------------------*/
.testimonial {
  margin-top: 25px;
  padding: 16px 20px;
  font-size: 15px;
  background-color: rgba(0, 75, 35, 0.125);
}
.testimonial .quote {
  font-size: 17px;
}
.testimonial .quote:before,
.testimonial .quote:after {
  content: "\201D";
  font-size: 36px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1px;
  vertical-align: middle;
  color: #004b23;
}
.testimonial .quote:before {
  content: "\201C";
  margin-right: 3px;
}
.home-four-circles .x-feature-box-title {
  font-size: 18px !important;
}
body.home ul.x-feature-list h4.x-feature-box-title {
  color: #FFF !important;
}
body.home ul.x-feature-list .facebook i,
body.home ul.x-feature-list .twitter i,
body.home ul.x-feature-list .google-plus i {
  margin-left: 12%;
  font-size: 45px;
  color: #FFF;
}
body.home ul.x-feature-list .facebook i:hover,
body.home ul.x-feature-list .twitter i:hover,
body.home ul.x-feature-list .google-plus i:hover {
  text-shadow: 0px 0px 10px #000;
}
body.home .x-section:after {
  content: "\f103";
  margin-left: 40px;
  font-size: 24px;
  font-family: FontAwesome;
}
body.home .x-section:first-child:after,
body.home .x-section:last-child:after {
  content: "";
}
/* Other page content
--------------------------------------------------------------------------------*/
/* Header
--------------------------------------------------------------------------------*/
.x-navbar .desktop .x-nav > li > a:hover,
.x-navbar .desktop .x-nav > .x-active > a,
.x-navbar .desktop .x-nav > .current-menu-item > a {
  box-shadow: inset 0 4px 0 0 #004b23 !important;
}
/* Widgets
--------------------------------------------------------------------------------*/
/* Footer
--------------------------------------------------------------------------------*/
footer.x-colophon.top {
  padding: 2% 0%;
  background-color: #464646;
}
footer.x-colophon.top .textwidget {
  text-shadow: none;
  color: #FFF;
}
footer.x-colophon.top .textwidget a {
  color: #FFF;
}
footer.x-colophon.top .textwidget p {
  margin: 0.2em;
}
footer.x-colophon.bottom .x-social-global a {
  font-size: 50px;
}
/*# sourceMappingURL=style.css.map */