@import url(base.css);

/*REMOVE - template example styles */

/*
font-family: 'Josefin Slab', serif;
font-family: 'Nobile', sans-serif;
*/

/**,
* *{
	outline: 1px solid rgba(0,0,0,.5);
}*/

a:link,
a:visited{
	color: inherit;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Josefin Slab', serif;
}
ul, ol, input, table, p{
  font-family: 'Josefin Slab', serif;
}

::selection {
  background: rgba(8,201,0, .5); /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: rgba(8,201,0, .5); /* Gecko Browsers */
}
/***********************/
/*********HEADER********/
/***********************/
#header,
#header .container{
  background: #fff url(../img/purty_wood.png);
  position: relative;
}
#header{
  -webkit-box-shadow:  0px 10px 0px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:     0px 10px 0px 0px rgba(50, 50, 50, 0.2);
  box-shadow:          0px 10px 0px 0px rgba(50, 50, 50, 0.2);
  z-index: 999;
}
#header .container{
	height: 230px;
}
#header-logo{
  position: absolute;
  left: 0; bottom: 30%;
  height: 60%;
}
#header-bottom-border{
  height: 40px; width: 100%;
  position: absolute;
  bottom: 0; left: 0;
  background: #044A01;
  background: -moz-linear-gradient(top,  rgba(4,74,1,1) 0%, rgba(4,74,1,1) 41%, rgba(38,53,43,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,74,1,1)), color-stop(41%,rgba(4,74,1,1)), color-stop(100%,rgba(38,53,43,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(4,74,1,1) 0%,rgba(4,74,1,1) 41%,rgba(38,53,43,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(4,74,1,1) 0%,rgba(4,74,1,1) 41%,rgba(38,53,43,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(4,74,1,1) 0%,rgba(4,74,1,1) 41%,rgba(38,53,43,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(4,74,1,1) 0%,rgba(4,74,1,1) 41%,rgba(38,53,43,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044a01', endColorstr='#26352b',GradientType=0 ); /* IE6-9 */
}
#form{
	position: absolute;
	right: 0; bottom: 50px;
}
#form .search{
  background: #fff;
  border: none;
  height: 30px; line-height: 30px;
  width: 250px;
  text-indent: 15px;
  font-size: .8em;
  border: 1px solid rgba(0,0,0, .4);
  border-right: none;
}
#form .button{
  background: #044A01;
  border: none;
  color: #fff;
  font-weight: 400;
  height: 32px;
  padding: 0 10px;
  margin-left: -10px;
  border: 1px solid rgba(0,0,0, .4);
  border-left: none;
  cursor: pointer;
}
#nav{
	display: table;
	width: 100%; height: 40px;
	position: absolute;
	bottom: 0;
  color: #fff;
  z-index: 999;
  background: #044A01;
  background: -moz-linear-gradient(top,  rgba(4,74,1,1) 0%, rgba(4,74,1,1) 41%, rgba(38,53,43,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,74,1,1)), color-stop(41%,rgba(4,74,1,1)), color-stop(100%,rgba(38,53,43,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(4,74,1,1) 0%,rgba(4,74,1,1) 41%,rgba(38,53,43,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(4,74,1,1) 0%,rgba(4,74,1,1) 41%,rgba(38,53,43,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(4,74,1,1) 0%,rgba(4,74,1,1) 41%,rgba(38,53,43,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(4,74,1,1) 0%,rgba(4,74,1,1) 41%,rgba(38,53,43,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044a01', endColorstr='#26352b',GradientType=0 ); /* IE6-9 */

}
#nav li{
	display: table-cell;
	text-align: center;
	position: relative;
  font-family: 'Nobile', sans-serif;
  height: 30px;
  vertical-align: middle;
  border-right: 1px solid #fff;
/*  transition: .5s all;
  -webkit-transition: .5s all;*/
}
#nav li:nth-child(1){
  border-left: 1px solid #fff;
}
.phone-number{
  position: absolute;
  right: 0; top: 60px;
  font-family: 'Josefin Slab', serif;
  font-weight: 700;
  font-size: 3em;
}
.phone-title,
.phone-subtitle{
  color: #044A01;
  position: absolute;
  right: 0; top: 30px;
  width: 267px;
  text-decoration: underline;
  text-align: center;
}
.phone-subtitle{
  top: 75px;
  top: 110px;
  text-decoration: none;
  font-weight: bold;
}
.dropdown-nav-one,
.dropdown-nav-two,
.dropdown-nav-three{
	position: absolute;
	visibility: hidden;
	width: 100%;
	display: inline-block;
	z-index: 999;
}
.dropdown-nav-one li,
.dropdown-nav-two li,
.dropdown-nav-three li{
	display: inline-block !important;
	width: 100%;
	padding-top: 15px; 
  padding-bottom: 15px;
  vertical-align: middle;
  width: 150%;
  margin-left: -25%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #044A01;
  color: #fff;
}
.dropdown-nav-one li:nth-child(1),
.dropdown-nav-two li:nth-child(1),
.dropdown-nav-three li:nth-child(1){
  padding-top: 15px;
}
.dropdown-nav-one li:nth-last-child(1),
.dropdown-nav-two li:nth-last-child(1),
.dropdown-nav-three li:nth-last-child(1){
  border-bottom: 1px solid #fff;
}
.dropdown-nav-one li a,
.dropdown-nav-two li a,
.dropdown-nav-three li a{
  padding-top: 15px;
}
.dropdown-nav-one{
	left: 0; top: 40px;
}
.dropdown-nav-two{
	left: 100%;
}
.dropdown-nav-three{
	left: 100%;
}

/***********************/
/********SLIDESHOW******/
/***********************/

#slideshow .container{

}
.cycle-slideshow{
	height: 450px;
	margin-bottom: 1%;
}
.slide{
  background-size: cover !important;
}
.slide-image,
.slide{
  height: 100%; width: 100%;
}
.slide h3,
.slide p{
  color: #fff;
  margin: 0 10px;
}
.slide-caption{
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 15px 0px;
  background: rgba(0,0,0,.5);
}
#pledge{ 
  padding: 50px 0;
}
#pledge p{
    font-family: 'Josefin Slab', serif;
    font-style: italic;
    font-weight:  600;
    font-size: 1.3em;
    color: #444;
    width: 80%;
    margin-left: 10%;
    position: relative;
    text-align: center;
}
.cycle-slideshow{
  margin-bottom: 0;
}
/***********************/
/*******SPOTLIGHTS******/
/***********************/
#pledge-title{
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 3em;
  opacity: .3;
  color: #C7AA65;
}
#spotlights .container{

}
/*REMOVE - template example styles */
#featured,
#contact-us,
#about{
	min-height: 150px;
  margin-bottom: 2%;
}
#about{
  position: relative;
  background: rgba(4,74,1,.8);
  color: #fff;
  padding: 30px 0;
}
#about:before{
  content: 'About Us';
  position: absolute;
  left: 15px; top: 15px;
  color: rgba(255,255,255, .2);
  font-family: 'Josefin Slab', serif;
  font-weight: 800;
  font-size: 5em;
}
#about p{
  margin: 15px;
  margin-top: 60px;
  line-height: 1.5em;
}
#more-about{
  position: absolute;
  right: 15px; bottom: 15px; 
  color: #fff; 
  font-family: 'Josefin Slab', serif;
  text-decoration: underline;
}
#spotlights .container .grid_1{
	background: none;
}
#featured,
#contact-us{
  min-height: 470px;
}
#contact-us{
  background: #896231;
}
#contact-us h1{
  margin-top: 5%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
#featured{
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}
#featured-header,
#featured-desc{
  text-align: center;
}
#featured-header{
  margin-top: 25px; 
  /*height: 50px; line-height: 50px;*/
  padding: 10px 0;
  color: #fff; background: #044A01;
  -webkit-box-shadow: 0px 10px 0px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 10px 0px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 10px 0px 0px rgba(50, 50, 50, 0.5);
}
#featured-desc{
  color: #fff;
  background: rgba(0,0,0, .5);
  height: 150px; width: 100%;
  position: absolute;
  padding-top: 15px;
  bottom: -120px;
  transition: .2s all;
  -webkit-transition: .2s all;
}
#featured-desc p{
  margin: 0 5%;
  opacity: .5;
}
#featured-learn-more{
  width: 50%; 
  height: 50px; line-height: 50px;
  background: #044A01; color: #fff;
  font-family: 'Nobile', sans-serif;
  text-align: center;
  position: absolute;
  bottom: 15px; left: 25%;
}
#featured:hover #featured-desc{
  bottom: 0px;
}
#featured:hover #featured-desc p{
  opacity: 1;
}
/***********************/
/**********BODY*********/
/***********************/

#body .container{
	height: 150px;
}


/***********************/
/********INT-PAGE*******/
/***********************/
#int-body{
  min-height: 500px;
}
#int-body p,
#int-body ul,
#int-body ol{
  margin: 15px 0;
  margin-right: 50px;
  line-height: 26px;
  font-size: 1.2em;
}
#int-body a:link{
  color: #08C900;
  font-weight: 600;
}
#int-body a:hover{
  text-decoration: underline;
}
#int-body a:visited{
  color: #D69849;
}
#int-body table{
  width: 100% !important;
  position: relative !important;
  table-layout:fixed !important;
}
#int-body tr{
  width: 50% !important;
  position: relative !important;
}
#int-page img{
  max-width: 100%;
}
#int-page .grid_12{
  margin-top: 25px;
}
#header-img{
	height: 50px;
  margin-bottom: 25px;
  position: relative;
}
#int-body h1{
  font-size: 3em;
  color: #044A01;
  margin: 20px 0;
}
.sidebar-spotlight{
  height: 50px;
  position: relative;
  text-align: center;
  outline: 1px solid #044A01;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center left
}
#sidebar-featured.sidebar-spotlight{
  height: 200px;
}
.sidebar-spotlight a,
.sidebar-spotlight-overlay{
  height: 100%; width: 100%;
  color: #fff;
}
.sidebar-spotlight-overlay{
  background: rgba(0,0,0, .5);
  opacity: 0;
  line-height: 50px;
  transition: .3s all;
  -webkit-transition: .3s all;
}
.sidebar-spotlight:hover .sidebar-spotlight-overlay{
  opacity: 1;
}
#sidebar-featured #featured{
  height: 100%; width: 100%;
  min-height: 0;
}
#sidebar-featured #featured-header{
  font-size: 1em;
}
#sidebar-featured #featured-desc{
  height: 60px;
}
.sidebar-item{
  padding: 20px 0;
  border-bottom: 2px solid #fff;
  background: #044A01;
  color: #fff;
}
.sidebar-item p{
  margin: 0 10px;
}
#FormBuilderViewport{
  max-width: 100% !important;
  background: #896231;
  margin-bottom: 25px;
}
#search-contents{
  margin: 25px 0;
  min-height: 400px;
}
/***********************/
/*********GALLERY*******/
/***********************/
.lightbox-item{
  height: 200px;
  background-size: cover !important;
}
.lightbox-item:nth-child(4){
  margin: 0 !important;
}
.gallery-catalog-item-wrapper{
  text-align: center;
}
.gallery-catalog-item{
  height: 200px;
  background-size: cover !important;
  position: relative;
}
/***********************/
/*********FOOTER********/
/***********************/

#footer,
#footer .container{
	clear: both;
  background: #fff url(../img/purty_wood.png);
  -webkit-box-shadow: inset 0px 10px 0px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    inset 0px 10px 0px 0px rgba(50, 50, 50, 0.2);
  box-shadow:         inset 0px 10px 0px 0px rgba(50, 50, 50, 0.2);
}
#footer .container{
	height: 275px;
}
#footerleft {
  float: left;
}
#footer-logo{
  height: 100px;
  float: right;
  margin-top: 25px;
}
#footer-address{
  float: right;
  clear: right;
  text-align: right;
  font-size: 1em;
}
#footer-address p{
  display: block;
  margin-top: 5px;
}
#houzz{
  float: left;
  margin-top: 55px;
  margin-left: 15px;
}
#home-advisor{
  float: left;
  margin-top: 25px;
}
#shop-persch{
  position: absolute;
  bottom: 75px; 
  width: auto;
  width: 100%;
}
#shop-persch > *{
  float: left;
}
#shop-persch img{
  height: 50px;
  margin-left: 25px;
}
#shop-persch a{
  margin-top: -15px;
}
#copyright{
  text-align: center;
  font-family: 'Josefin Slab', serif;
  clear: both;
}
/***********************/
/****OVERRIDE STATES****/
/***********************/
#nav li:hover,
.sidebar-item:hover,
.active{
  color: #044A01;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.sidebar-item.active{
  border-top: 2px solid #044A01;
}
#menuBar{
  display: none;
}
/***********************/
/*****MEDIA QUERIES*****/
/***********************/

@media screen and (max-width: 950px) {
  #featured,
  #contact-us{
    width: 48%;
  }
}
@media screen and (max-width: 650px) {
  #menuBar{
    display: block;
  }
  img{
    max-width: 100%;
  }
  #nav{
    display: none;
  }
  .cycle-slideshow{
    height: 250px;
  }
  #form{
    display: none;
  }
  #header{
    text-align: center;
  }
  #header-logo{
    height: 30%;
    position: relative;
  }
  #header-logo,
  .phone-number,
  .phone-title,
  .phone-subtitle{
    top: 10px;
    position: relative;
    width: auto;
  }
  #int-page .grid_9,
  #int-page .grid_3{
    width: 100%;
  }
  #footer .container{
    text-align: center;
    height: auto;
  }
  #footer-address{
    text-align: center;
    margin-bottom: 20px !important;
  }
  #footer .container *{
    float: none; 
    position: static;
    margin: 10px auto;
  }
  #home-advisor {
    display: inline-block;
  }
  #houzz{
   margin-top: 15px !important;
  }
  .gallery-catalog-item-wrapper{
    width: 100%;
  } 
  #featured,
  #contact-us{
    width: 100%;
  }
  #featured{
    height: 150px !important;
  }
  #int-body p, #int-body ul, #int-body ol{
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  #int-page img{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    float: none;
  }
}