/*
Theme Name: WP Bootstrap
Theme URI: http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial
Description: A demo theme built to accompany the Treehouse blog post <a href="http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial">How to Build a WordPress Theme with Bootstrap</a>.
Author: Zac Gordon
Author URI: http://teamtreehouse.com/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/

/*
===========THEME NOTES===========
Edited By: Brandon Keith Watanabe
Date: May 14, 2014

Wordpress Version: 3.9.1
Bootstrap Version: 3.1.1
=================================
*/

/*
style.css - Table of Contents:
000 - CSS Imports
001 - Developer Tools
002 - Main Styles
003 - Header Styles
004 - Home Page Styles
*/

/* 000 - CSS IMPORTS */



@import url('assets/bootstrap/css/bootstrap.min.css'); 
@import url('assets/bootstrap/css/bootstrap-theme.min.css'); 

/* END CSS IMPORTS */

/* 001 - DEVELOPER TOOLS */

div {
    /*border: 1px solid black;*/
}

/* END DEVELOPER TOOLS */

/* 002 - MAIN STYLES */

/* END MAIN STYLES */

/* 003 - HEADER STYLES */

.inner-content {
  
  padding-bottom: 0px;
}

.navbar {
    padding-top: 30px;
}

.current_page_item a {
    color: #ffffff !important;
    background-color: #1CA700;
}

/* END HEADER STYLES */

/* 004 - HOME PAGE STYLES */

/* END HOME PAGE STYLES */

body
{
	  font-family: 'Open Sans', sans-serif;
  	  background-color: #000000 !important;
}

.img-responsive
{
	display: inline-block !important;
}

#main-nav ul li
{
	list-style: none;
}

#main-nav ul li a
{
	height: 74px;
	text-transform: uppercase;
}


.logo
{
	position: absolute;
	z-index: 999;
}

.ls-borderlessdark .ls-bottom-slidebuttons, .ls-borderlessdark .ls-nav-start, .ls-borderlessdark .ls-nav-stop, .ls-borderlessdark .ls-nav-sides {
  top: -67px !important;
}

body .navbar{ background:#2E2E34; min-height:75px; margin:0; padding:0;}
body .navbar .nav-mover{-webkit-border-top-left-radius: 8px;-webkit-border-top-right-radius: 8px;-moz-border-radius-topleft: 8px;-moz-border-radius-topright: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px; background:#2E2E34; margin:-30px 0 0; position:relative; z-index:99999;}
body .navbar .collapse{ padding:15px;}
body .navbar .collapse ul{ margin:0; padding:0; list-style:none; background:url(assets/images/navBG.jpg) repeat-x; border:1px solid #256917; float:none;-webkit-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 5px 7px 0px rgba(50, 50, 50, 0.75);box-shadow:0px 5px 7px 0px rgba(50, 50, 50, 0.75);}
body .navbar .collapse ul li{ margin:-14px 0 0; padding:0; font-size:22px; font-weight:300;font-family: 'Open Sans', sans-serif; text-align:center;}
body .navbar .collapse ul li:first-child a{ }
body .navbar .collapse ul li a{ margin:0; padding:26px 0; text-shadow:none; color:#FFC926;}
body .navbar .collapse ul li.active a, body .navbar .collapse ul li:hover a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ background:#1CA700; color:#FFF;}
.navbar-default{ background:none; box-shadow:none; border-radius:0;border:none;}

.navbar-toggle {

  z-index: 999999;
}
.map p
{
	color: #ffffff;
	font-size: 16px;
}


.map
{
	  background: url(assets/images/greenBG.jpg) #13C300 no-repeat center;
 	  padding-bottom: 15px;
  background-size: cover;
}



.map h3
{
	background: url(assets/images/mini-map.png) left no-repeat;
  font-family: 'kreonregular';
  font-size: 28px;
  color: #FFF;
  padding: 15px 0 15px 80px;
}


.main-holder
{
	background: url(assets/images/mainBG.jpg);
 	padding-bottom: 50px;
 	min-height: 500px;

}

.inner-holder
{
	background: url(assets/images/mainBG.jpg);
}

.front-holder
{
	  background: #FFF;
	  margin-top: 145px;
	  padding-bottom: 15px;
	  min-height: 200px;
      padding: 20px;
}


.thumb-main img
{
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.thumb
{
	  background: url(assets/images/green-box.jpg) center no-repeat;
	  min-height: 247px;
	  padding-top: 10px;
	  margin-top: -100px;
	    position: relative;
 	 top: -25px;
	   
}

.thumb img
{
	
	position: relative;
	top: 35px;
}



.thumb-text
{
	background: url(assets/images/box.jpg) center no-repeat #1CA700;
	 font-size: 35px;
	  text-align: center;
	  font-family: 'kreonregular';
	  width: 337px;
	  height: 69px;
	  margin: 0 auto;
	  padding-top: 9px;
	  margin-top: 26px;
	    position: relative;
  top: 34px;
}

.thumb-text a
{
	color: #ffffff;
	text-decoration: none;
}

.thumb-text a:hover
{
	  color: #1BA600;
	  text-decoration: none;
}



.thumb-cover{ background:#FFF; -webkit-border-top-left-radius: 8px;-webkit-border-top-right-radius: 8px;-moz-border-radius-topleft: 8px;-moz-border-radius-topright: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px; text-align:center;}

.main h1 , .inner-content h1
{
	font-family: 'kreonregular';
  color: #1BA600;
  font-weight: normal;
  font-size: 35px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main p
{
	  font-size: 14px;
  line-height: 28px;
  margin-bottom: 15px;
}

.main-footer
{
	background: #1E1E22;
  clear: both;
  padding: 20px 0;
}


.right-content p
{
	background: #000000;
  color: #1CA700;
  border: none;
  padding: 20px;
  text-align:center;
}

.body.plugin {
  background: #ffffff !important;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}



.social
{
	  float: right;
  padding: 10px;
}

.social ul li
{
	display: inline-block;
	list-style: none;
}

#footer-nav ul li a
{
	  color: #FFC926;
  text-transform: uppercase;
  text-decoration: none;
    line-height: 31px;
  font-size: 19px;
  position: relative;
  top: 13px;
}

#footer-nav ul li a:hover
{
	background: transparent !important;
	color: #ffffff;


}

#footer-nav .current_page_item a {
    color: #ffffff !important;
    background-color: transparent;
	}

.all-right-reserved
{
	    background: #1CA700;
	  text-align: center;
	  padding: 10px 0 0;
	  color: #333;
	  min-height: 50px;
	  position: relative;
	  top: 12px;
	  font-size: 17px;

}


.address {
  text-align: center;
  
}


.address p , .address strong{
    font-size: 20px;
  line-height: 40px;
  color: #ffffff;
}


.address p
{
	font-size: 30px !important;
}



#image_widget-3r:hover, #image_widget-3:focus, #image_widget-3:active{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hvr-shrink , .ngg-gallery-thumbnail img{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active , .ngg-gallery-thumbnail img:hover , .ngg-gallery-thumbnail img:focus , .ngg-gallery-thumbnail img:active
{
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}


.thumb-main img 
{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: transform;
  transition-property: transform;
  l
}

.thumb-main li
{
	list-style: none;
}

.thumb-main img:hover, .thumb-main img:focus, .thumb-main img:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



#side-bar li {
  background: url(assets/images/bullet.png) no-repeat 18px 15px;
  margin: 0 ;
  padding: 10px 40px ;
  color: #FFF ;
  font-size: 18px ;
  border-bottom: 1px solid #FFF ;
  list-style: none;
}




#side-bar p
{
	 background:none;
   text-align: center;
  font-size: 15px;
  color: #FFD24D;
  padding: 40px;
}



#side-bar
{
	 background:#1C1C1C; 
	 -webkit-border-radius: 8px;
	 -moz-border-radius: 8px; 
	 border-radius: 8px;  
	 margin-top:15px
}

#side-bar h3
{
	  font-family: 'kreonregular';
	  color: #1BA600;
	  font-weight: normal;
	  color: #1BA600;
	  font-size: 35px;
	  border-bottom: 1px solid #FFF;
	  padding: 10px 20px;
	  margin: 0;
}

.main ul li
{
	background: url(assets/images/bullet.png) no-repeat left 3px;
	  margin: 0;
	  padding: 0 0 0 25px;
	  font-size: 14px;
	  list-style: none;
}




.facebook iframe
{
	
	background: #ffffff !important;
}

.inner-content
{
	background: #ffffff;
	border-radius: 10px;
	min-height: 100px;
	padding: 10px;
	margin-top: 15px;
}

.ngg-gallery-thumbnail img:hover {
  background-color: #00FF0D !important;
}

.ngg-gallery-thumbnail img {
  background-color: #fff;
  border: 1px solid #00FF0D !important;
  display: block;
  margin: 4px 0 4px 4px;
  padding: 4px;
  position: relative;
}


.gform_title
{
display:none;
}


#input_1_3 , #input_1_2 , #input_1_4
{
height: 50px;
  border-radius: 10px;
  margin: 10px;
  border-style: solid;
}

#gform_submit_button_1
{
margin-left:11px;
}

@media (max-width: 328px){
		.facebook iframe
{
	width: 93% !important;
	

}
}



@media (min-width: 320px) and (max-width: 480px){
		.thumb-text {
	  background: url(assets/images/box.jpg) center no-repeat #1CA700;
	  font-size: 30px;
	  text-align: center;
	  font-family: 'kreonregular';
	  width: 100%;
	  height: 69px;
	  margin: 0 auto;
	  padding-top: 9px;
	  margin-top: 26px;
	  position: relative;
	  top: 34px;
	  background-size: cover;
	}

	.social {
	  float: none;
	  padding: 0px;
	  text-align: center;
	  margin-left: -37px;
	}

	.right-content
	{
		margin-top: 10px;
	}

	.facebook iframe
{
	width: 93% !important;
	

}

.facebook
{
	text-decoration: center;
}
body
{
	overflow-x:hidden;
}
}

@media (min-width: 481px) and (max-width: 600px){
	.social {
  
  float: none;
  padding: 0px;
  text-align: center;
  margin-left: -37px;
}
.facebook iframe
{
	width: 145% !important;
	

}
.right-content
	{
		margin-top: 10px;
	}
}

@media (min-width: 601px) and (max-width: 800px){
	.social {
  
  float: none;
  padding: 7px;
  text-align: center;
  margin-left: -37px;
}
.facebook iframe
{
	width: 150% !important;
	

}
.right-content
	{
		margin-top: 10px;
	}
}

@media (min-width: 801px) and (max-width: 1024px){
	.thumb-text {
  
  width: 279px;
 }
 #side-bar {
 
  margin-left: 10px;
}
.right-content
	{
		margin-top: 10px;
	}

	.facebook iframe
{
	width: 158% !important;
	

}
  .logo
  {
  width: 43%;
  }
}

@media (min-width:1025px) and (max-width:1199px){
.thumb-text {
  background: url(assets/images/box.jpg) center no-repeat #1CA700;
  font-size: 35px;
  text-align: center;
  font-family: 'kreonregular';
  width: 279px;
  height: 69px;
  margin: 0 auto;
  padding-top: 9px;
  margin-top: 26px;
  position: relative;
  top: 34px;
}
  
  .address {
  text-align: center;
  padding-top: 195px;
}
  
  .facebook iframe {
  width: 150% !important;
}
  
  
  #side-bar {
  
  margin-left: 10px;
}
  .logo
  {
  width:37%;
  }
}


@media (min-width: 1200px){
	.facebook iframe
{
	width: 180% !important;
	background: #ffffff !important;
}
  .address {
  text-align: center;
  padding-top: 195px;
}
}


@media (max-width: 768px){
	body .navbar .collapse ul{ margin:0; padding:0; list-style:none; background:url(assets/images/navBG.jpg) repeat-x; border:1px solid #256917; float:none;-webkit-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 5px 7px 0px rgba(50, 50, 50, 0.75);box-shadow:0px 5px 7px 0px rgba(50, 50, 50, 0.75); background-size: cover;}
	#main-nav ul li a
	{
		text-align: center;

	}

	.current_page_item a {
    color: #ffffff !important;
    background-color: transparent;
	}

	body .navbar .collapse ul li.active a, body .navbar .collapse ul li:hover a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ background:transparent; color:#FFF;}
  
  .menu-main-nav-container
  {
    display:block !important;
  }
  
  

}

@media (max-width:992px){
	.thumb {
  padding-top: 10px;
  margin-top: 1px;
  
	}

	.logo
	{
		max-width: 100%;
		position:relative;
		height: auto;

	}

	.logo-center
	{
		text-align: center;
	}
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #734635;
    font-size: 14px;
    margin-top:-5px;
    
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #734635;
   opacity:  1;
   font-size: 14px;
   font-family: 'Myriad Pro';
  margin-top:-5px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #734635;
   opacity:  1;
   font-size: 14px;
   font-family: 'Myriad Pro';
  margin-top:-5px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #734635;
   font-size: 14px;
   font-family: 'Myriad Pro';
  margin-top:-5px;
}


.navbar-collapse {
 
  display: block !important;
}


.navbar-toggle
{
display:none !important;
}
