/*
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
*/

/*
=========Website=========
Created By: Jayherold S. Becasen
Date: August. 29, 2016

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 */
body
{   overflow-x: hidden; }
/* END MAIN STYLES */

/* 003 - HEADER STYLES */


.navbar {
   
}

.current_page_item a {
    color: #333 !important;
}
.navbar-default
{
	    background-image: none !important;
	         box-shadow: none !important;
	         background-color: transparent !important;
	             border-color: transparent !important;
	    
	    
}
.nav>li>a
{
font-family: Lato;
font-size:17px;
font-weight: bolder;
color: white !important;
text-transform: uppercase;
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;
  position: relative;
  overflow: hidden;
    
}
.nav>li>a:before 
{
content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: white;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nav>li>a:hover:before, .nav>li>a:focus:before, .nav>li>a:active:before {
  left: 0;
  right: 0;
}
.nav>li>a:hover
{
	 background-color: transparent !important;
    text-shadow: 0px 0px 4px #fff;
}
.bg-header
{
 background-color: #5b2212 !important;
        height: 114px;
    background-color: rgba(91, 34, 18, 0.74) !important;    position: relative;
       z-index: 999;

}
#layerslider_1
{
    margin-top: -114px !important;

}

#menu-item-24 a
{
width: 115px;
}
#menu-item-19 a
{
width: 135px;

}
/* END HEADER STYLES */

/* 004 - HOME PAGE STYLES */
.bg-center
{
	background-color: #44231c;
	background-size: cover;
}
.content-top
{
text-align: center;
        padding-top: 10px;
margin-bottom: 15px;

}
.content-top h1
{
	font-family:"times new roman";

	color: white;
}
.bg-mid
{
	background-color: #eeeded;
	background-size: cover;
}
.content-mid
{

	    text-align: center;
}
.content-mid h2
{
	
	font-size: 50px;
	color: #44231c;
	font-family:"times new roman";
	 margin-bottom: 30px;
    margin-top: 25px;

}
.content-mid h3
{
font-family: lato;
font-size: 24px;
color: #44231c;
text-transform: uppercase;
    margin-bottom: 30px;
}
.content-mid p
{
	
	font-size: 40px;
	color: #44231c;
	font-family:"times new roman";
}
.content-mid span

{
	font-family: lato;
	font-size: 19px;
	color: #44231c;
	
}
.hero-color
{
	background-color: white;
	background-size: cover;
}
.read-more
{
	font-family: lato !important;
	font-size: 19px !important;
	color: #44231c !important;
	text-decoration: none !important;
font-weight:bold;
}
.bg-bottom-gallery h2
{
	
	font-size: 50px;
	color: #44231c;
	font-family:"times new roman";
	    margin-bottom: 30px;
    margin-top: 35px;
}
.bg-bottom-gallery p
{
font-family: lato;
font-size: 24px;
color: #44231c;
text-transform: uppercase;
    margin-bottom: 25px;
}
.bg-bottom-gallery span

{
	font-family: lato;
	font-size: 19px;
	color: #44231c;
	
}
.bg-bottom-gallery
{
	text-align: center;
}

.bg-bottom-shop
{
background-color:#774338;
background-size: cover;
}
.bg-bottom-shop
{
	text-align: center;
	    margin-bottom: -20px;
}
.testimonials
{
	background-color: #eeeded;
	background-size: cover;
	text-align: center;
padding-bottom: 40px;

}
.testimonials h2
{

	font-size: 50px;
	color: #44231c;
	font-family:"times new roman";
    padding-top: 35px;
margin-bottom: 50px;
}
.testimonials em
{
	
	font-size: 19px;
    color: #44231c;
    font-family: lato;
    font-weight: bold;
}
.testimonials span

{
	font-family: lato;
	font-size: 19px;
	color: #44231c;
	
}
.footer-text
{
text-align:center;
padding-bottom: 40px;
}
.footer-text p
{
color: #44231c;
	font-family:"times new roman";
    font-size: 22px;
margin-top: 40px;
}
.footer-text a
{

	font-family: Lato !important;border: 2px solid #44231c !important;
	color: #44231c !important;
	text-decoration: none !important;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
font-size: 24px;
}
.footer-text a:hover
{
    text-shadow: 0px 0px 4px #44231c;
}
.woocommerce ul.products li.product a img 
  {  width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
}
.woocommerce h3
{
font-size: 50px;
	color: white;
	font-family:"times new roman";
    margin-top: 40px;
   padding-top: 35px;
margin-bottom: 30px;
}
.woocommerce ul.products li.product a img 
{
    background-color: white;
}

.footer-text2
{
background-color: #5d2f26;
background-size: cover;
}
.footer-text2 ul 
{
list-style: none;
line-height: 40px;
}
.footer-text2 ul li a
{
font-family: Lato !important;
text-decoration:none;
color:white !important;
text-transform:uppercase;
font-size:23px;

}
.logofooter
{
text-align:center;
margin-top: 20px;
}
.logofooter p
{
font-family: Lato !important;
font-size:23px;
color:white;
}
.logofooter a
{
font-family: Lato !important;
text-decoration:none;
color:white !important;
font-size:23px !important;
}
.contactf1
{
    text-align: center;
margin-top: -30px;
}
.contactf1 h2
{
font-family: Lato !important;
color:white;
font-size:38px;
font-weight:bolder;
}
.contactf1 p
{
font-family: Lato !important;
color: #5d2f26;
font-size:17px;
}
.text-742 input, .email-691 input, .tel-250 input, .textarea-487 textarea
{
width:200px !important;
}
.wpcf7-submit
{
font-family: Lato !important;
    border: 2px solid white !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    background: none !important;
}
.final-footer
{
background-color: #3e1912;
background-size:cover;
text-align:center;
}
.final-footer p
{
color:white;
font-family: Lato !important;
font-size:22px;
margin-top: 5px;
}
/* END HOME PAGE STYLES */


.header-margin
{margin-top: 30px;}
.icons-bottom-fb
{
text-align:right;
}
.icons-bottom-tw
{
text-align: left;
}

@media(min-width:480px) and (max-width:599px){
.logo-logo img
{
width:100%;
height:0px;
}
.header-margin
{margin-top: 0;}
#layerslider_1
{
margin-top: 0px !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
    max-height: 345px;
}
.nav 
{
background-color: #855b4f;
text-align: center;
}
.hero-margin
{
    margin-bottom: 15px;

}
.mainSliderDiv
{
    width: 400px !important;
}
.footer-text2
{
text-align: center;
}
.icons-bottom-tw, .icons-bottom-fb
{
text-align:center;
}
.logo-logo
{
text-align:center;
}
}
@media(max-width:479px){
.logo-logo
{
text-align:center;
}

.header-margin
{margin-top: 0;}
#layerslider_1
{
margin-top: 0px !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
    max-height: 345px;
}
.nav 
{
background-color: #855b4f;
text-align: center;
}
.hero-margin
{
    margin-bottom: 15px;

}

.footer-text2
{
text-align: center;
}
.logo-logo img
{
    width: 100% !important;
    height: 100% !important;
}
.content-top img, .hero-margin img
{
width:100% !important;
height:0px !important;
}
.hero-margin img
{
width:100% !important;

}
.mainSliderDiv
{
    width: 220px !important;
}
.footer-text2 ul
{
    padding-left: 0px !important;
}
.image123
{
width:100% !important;
height: 100% !important;

}
icons-bottom-fb img
{
width:70px !important;
}
.icons-bottom-tw, .icons-bottom-fb
{
text-align:center;
}
}

@media(max-width:767px){
.logo-logo
{
text-align:center;
}
.header-margin
{margin-top: 0;}
#layerslider_1
{
margin-top: 0px !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
    max-height: 345px;
}
.nav 
{
background-color: #855b4f;
text-align: center;
}
.hero-margin
{
    margin-bottom: 15px;

}
.mainSliderDiv
{
    width: 600px !important;
}
.footer-text2
{
text-align: center;
}
.icons-bottom-tw, .icons-bottom-fb
{
text-align:center;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
.icons-bottom-tw, .icons-bottom-fb
{
text-align:center;
}
.footer-text2
{
text-align: center;
}
.logo-logo
{
text-align:center;
}
.header-margin
{margin-top: 0;}
}


.page-header
{
font-size: 50px !important;
    color: #44231c !important;
    font-family: "times new roman" !important;
    margin-bottom: 30px ;
    margin-top: 25px;
text-align:center;
}

.bg-background
{
    background-color: #eeeded;
    background-size: cover;
}
.testimonial-client
{
    color: #44231c !important;
    font-family: "times new roman" !important;
	font-size:15px;
font-style: italic;
}
.testimonial_body
{
color: #44231c !important;
    font-family: "times new roman" !important;
font-size:20px;
}
.easy_testimonial
{
text-align:center;
}

.footer-text2 ul li a:hover, .logofooter a:hover, .wpcf7-submit:hover, .ls-l:hover
{
    text-shadow: 0px 0px 4px #fff;
}
    padding-bottom: 20px;

.contact-us1 a:hover
{
text-shadow: 0px 0px 4px #5d2f26;
}
.contact-us1 a
{
font-family: Lato !important;
    text-decoration: none;
    color: #5d2f26 !important;
    font-size: 23px !important;
}
.contact-us1 span
{
font-family: Lato !important;
    text-decoration: none;
    color: #5d2f26 !important;
    font-size: 23px !important;
}
.contact-us1 p
{
    color: white !important;
    font-family: "times new roman" !important;
    margin-bottom: 10px;
   font-size:20px;
    text-align: center;
}
.titlevid
{
    font-family: lato;
    font-size: 19px;
    color: #44231c;
text-align:center;
}

.heading-gal1
{
font-size: 40px;
    color: #44231c;
    font-family: "times new roman";
}

.content-bg.woocommerce
{
background-color: #eeeded;
    background-size: cover;
    padding-top: 25px;
}
.page-title
{
font-size: 50px !important;
    color: #44231c !important;
    font-family: "times new roman" !important;
    margin-bottom: 30px;
    margin-top: 25px;
    text-align: center;
}
.add_to_cart_button, .single_add_to_cart_button
{
    font-family: Lato !important;
    border: 2px solid #44231c !important;
    color: #44231c !important;
    text-decoration: none !important;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
}

.add_to_cart_button:hover, .single_add_to_cart_button:hover
{
background-color:none !important;
    text-shadow: 0px 0px 4px #44231c !important;
}

.woocommerce ul.products li.product h3 
{
font-family: lato;
    text-align: center;
color: #44231c !important;
}
.woocommerce div.product .product_title
{
font-family: lato;
color: #44231c !important;
}

.products li 
{
text-align: center;
}

.woocommerce ul.products li.product .price
{
color: #44231c !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price 
{
color: #44231c !important;
}
.woocommerce button.button.alt
{
background-color: transparent !important;
}
.wpb_area_title
{
    font-size: 50px;
    color: white !important;
    font-family: "times new roman";
    margin-bottom: 30px;
    margin-top: 25px;
    padding-top: 20px;
}
.wpb_slider_area
{
    padding-bottom: 30px;
}
.testimonials1
{
text-align:center;
}
.testimonials1 p {
    font-size: 19px;
    color: #44231c;
    font-family: lato;
    position: relative;
  
}
.testimonials1 span {
    font-size: 23px;
    color: #44231c;
    font-family: lato;
    position: relative;
  
}
.services1
{
margin-bottom: 30px;
}
.services1 h2 {
    font-size: 40px !important;
    color: #44231c !important;
    font-family: "times new roman" !important;
}

.services1 p
{
font-size: 19px;
    color: #44231c;
    font-family: lato;
}


.woocommerce .woocommerce-breadcrumb
{
display:none !important;
}

hr
{

    border-top: 1px solid #000 !important;
}

.wcps-container div.wcps-featured
{
    background: none !important;
       border-radius: 0 !important;
    box-shadow: none !important;
}
.bg-bottom-shop h2 {
    font-size: 50px;
    color: white;
    font-family: "times new roman";
    margin-bottom: 30px;
        padding-top: 25px;
}
.bg-bottom-shop
{
text-align:center;
}

.about-us1
{
font-family: lato;
    font-size: 19px;
    color: #44231c;
    margin-bottom: 30px;
}
.wcps-items-excerpt
{
display:none !important;
}
.content-top p
{
font-family: lato !important;
    font-size: 19px !important;
    color: white !important;
    text-decoration: none !important;
    font-weight: bold;
}
final-footer p a
{
color:white !important;
}