/*
Theme Name:     Quark Child Restaurant
Theme URI:      http://www.gavick.com
Description:    Restaurant style for the Quark theme 
Author:         GavickPro
Author URI:     http://www.gavick.com
Template:       Quark
Version:        1.0
*/

/* Load the CSS code from a base Quark theme */
@import url('../Quark/style.css');

#gk-header-mod .video-bg video,  
#gk-header-mod .video-bg .video {  
    min-width: 100%;
    min-height: 100%;
    height: auto;

   -webkit-background-size:cover; 
   -moz-background-size:cover; 
   background-size:cover; 
}
#gk-header-mod .video-bg .gk-page {
  z-index: 10;
}
@media (max-width: 680px) {

  .mobile #gk-header-mod .video-bg video,
  .mobile #gk-header-mod .video-bg .video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .frontpage-block {
    position: static;
  }
  .frontpage .box {
    padding: 20px 0 20px 0;
  }
  .gk-footer-nav {
    padding: 35px 0;
  }
}

.box img {
  max-width: 100%;
}

.box-wrap .site  {
    margin: 0 auto;
    max-width: 1340px;
}