/*
 Theme Name:   Gateway Child for Pam's Kitchen
 Theme URI:    https://rescuethemes.com
 Description:  Pam's Kitchen -- the best Caribbean food in Seattle.
 Author:       Gaurav Cedric Bhatnagar
 Author URI:   http://gauravb.org
 Template:     gateway
 Version:      1.0
 Tags: light, white, gray, orange, three-columns, responsive-layout, featured-images, theme-options, custom-colors, threaded-comments, translation-ready, right-sidebar
 Text Domain:  gateway-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
#homeheader {position:relative; overflow:hidden;}
.home-header-bg .site-branding {position:relative;}

#pamsvid {
  display: block;
  position: absolute;
  top: 0;
  left:0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.top-bar-section ul li > a, .toggle-topbar a {
  font-family: "Hind", "Times", "Times New Roman", "serif";
  font-weight:bold;
  color:#333;
} 
.hero-widgets-wrap {
  text-align: center;
  color: white;
  margin: 0;
}
.hero-widgets-wrap p {
  margin: 1em 0 2em 0;
  font-size: 2.7em;
  font-family: "Lobster", "Helvetica", "Arial", "sans";
  text-shadow: 1px 1px 1px #333;
  color:white;
}
.hero-widgets-wrap p button {
  box-shadow: 1px 1px 2px 0 #333;
}
.home_posts_titles {
  text-align: center;
  margin-bottom: 6em;
  display: none;
}
.featured-posts, .entry-date, .entry-footer, .entry-meta {display:none;}
span.price {float:right; margin-right:50%;}
#homebottom {
  margin-top: 5em;
  border-top: 1px solid #ddd;
  padding-top: 6em;
}
.widget-title {text-align:center;}

@media screen and (max-device-width: 800px) {
  #pamsvid{ display: none; }
  span.price {margin-right:7%;}
}
