/*
Theme Name: Shelly's Custom Theme
Theme URI: http://riftmedia.co/dev
Author: Wes Beale
Description: Custom theme for the revamp of Shelly's Back Room website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/license/gpl-2.0.html
Text Domain: shellysbackroom
*/


/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
   Set the fixed height of the footer here 
  margin-bottom: 0px;
}*/

a {
  text-decoration: none;
  color: #fff;
}

h1 {
  font-family: 'Arvo', serif;
  color: #fff;
}

h2 {
  font-family: 'Arvo', serif;
  color: #fff;
}

h3 {
  font-family: 'Arvo', serif;
  color: #fff;
}

h4 {
  font-family: 'Arvo', serif;
  color: #fff;
}

h5 {
  font-family: 'Arvo', serif;
  color: #fff;
}

h6 {
  font-family: 'Arvo', serif;
  color: #fff;
}

p {
  font-family: 'Arvo', serif;
  color: #fff;
}

/*.backstretch:before {
  content: ""; 
  width: 100%; 
  height: 100%; 
  background: rgba(110,77,53,0.85); 
  position: absolute;
}*/

.hero{
  padding-top: 150px;
}

h3.hero-text {
  font-family: 'Arvo', serif;
  color: #fff;
  font-size: 20px;
}

#custom-bootstrap-menu {
  font-family: 'Arvo', serif;
  /*margin: 0px 35px;*/
}

.sidebar {
  margin-top: 75px;
}

p.sidebar {
  color: #FEFEED;
}

button.full-btn {
  min-width: 100%;
}

img.lower-third {
  min-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border: 5px solid #337ab7;
}

.hero-entry {
  padding: 0px 25px;
}

.current {
  color: #fff;
}

.duration {
  color: #d3d3d3;
  font-style: italic;
}

ol {
  list-style-type: none;
}

.wp-post-image {
  border: 5px solid #FEFEED;
}

.widget {
  padding-bottom: 30px;
}

#mc_signup_submit {
  background-color: #333;
  border: none;
  border-radius: 3px;

}

.mc_input {
  color: black;
}

.mc_merge_var {
  margin-bottom: 0;
}

img.humidor {
  border: 3px solid #fff;
}

.navbar-inverse {
    background-color: rgba(34, 34, 34, .75);
    border: none;
    border-radius: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-brand:hover {
    color: #9d9d9d;
}

.top-banner {
  background-color: rgba(34, 34, 34, .75);
  border-radius: 0px 0px 5px 5px;
}

.inner-content {
  padding-left: 50px;
}

.tab-piece {
  margin: 15px 0px;
}

.tab-piece-text {
  padding-top: 15px;
}

#custom-bootstrap-menu {
  margin-bottom: 0px;
}

.body-content {
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: #e7dbcc;
  border-radius: 5px;
}

.body-content p, h1, h2, h3, h4, h5, h6, b, a {
  color: black;
}

html, body {
    height: 100%;
}

.wrapper-w {
    min-height: 100%;
    margin-bottom: -50px;
    padding-bottom: 50px;
}

footer {
    height: 100px;
    padding-top: 15px;
}

.nav-center {
    display: flex;
    justify-content: center;
}