/*
  Theme Name: Dubstep Lions
  Author: hybrezz54, dgatto
  Author URI: https://github.com/hybrezz54
  Description: Dubstep Lions all around!
  Version: 1.48
  License: GNU General Public License v2 or Later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Tags: dubstep, lions, responsive
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html {
  overflow-y: scroll;
}

body {
    font-family: 'Arial';
    background: #e5e5e5;
}

a {
  color: #a80000;
}

a:hover {
  color: #a80000;
}

a:visited {
  color: #a80000;
}

h3 {
  margin-bottom: 15px;
}

hr {
  border: 0;
  height: 1px;
  background: #333;
  margin-top: 10px;
}

/**************************
      HEADER STYLES
***************************/

#header {
  width: 100%;
  background: #a80000;
  position: fixed;
  z-index: 100;
  max-height: 100px;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.25);
}

.menubar {
  margin: 0 5%;
}

.menubar .menubar-header {
  float: left;
  margin-top: 5px;
  margin-bottom: -10px;
}

.menubar .custom-logo-link > img {
  width: 350px;
  height: auto;
  padding-bottom: 7px;
}

.menubar .menubar-menu {
  float: right;
  margin-top: 35px;
}

.menubar .menubar-menu > ul {
  width: 65%;
}

.menubar .menubar-menu > li {
  display: inline;
  margin: 15px 15px;
  list-style-type: none;
  line-height: 1.5em;
}

.menubar .menubar-menu > li > a {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

/**************************
      CONTENT STYLES
***************************/

.button {
  text-align: center;
  color: #fff;
  border: 2px #000 solid;
  background-color: #7f7f7f;
  padding: 5px 0;
  margin-bottom: 10px;
}

#content {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  padding-top: 100px;
}

.card {
  background-color: #fff;
  opacity: 0.8;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.center {
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.description {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.description > .image {
  background: fixed 100%;
  background-size: cover;
  overflow: hidden;
}

.description > .image > article {
  margin-left: 2%;
  margin-top: 2%;
  margin-left: 10%;
  width: 30%;
  font-size: 155%;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 8px #000000;
  background: none;
  box-shadow: none;
  padding: 2%;
}

.description > .image > article > h1 {
  margin-bottom: 10px;
  font-weight: bold;
}

.description > .image > article > p {
  font-size: 22px;
}

.section {
  background-color: #a80000;
  text-align: center;
  color: #fff;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10%;
  padding-right: 10%;
}

.section > div {
  display: inline-block;
}

.section h3 {
  font-size: 28px;
}

.subcontainer {
  padding-left: 10%;
  padding-right: 10%;
  margin-left: auto;
  margin-right: auto;
}

#subcontent {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}

.title {
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #b42d2d;
  color: #fff;
}

.vert {
  margin: 0 auto;
  text-align: center;
}

/**************************
        MAP STYLES
***************************/

#map {
  position: relative;
  padding-bottom: 75%;
  margin-bottom: -50%;
  height: 0;
  overflow: hidden;
  z-index: -1;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 30% !important;
}

/**************************
      SIDEBAR STYLES
***************************/

.recent {

}

#sidebar {
  
}

/**************************
      FOOTER STYLES
***************************/

#footer {
  clear: left;
  display: block;
  width: 100%;
  margin: 20px auto;
  color: #fff;
}

#footer > #main div {
  display: inline-block;
  vertical-align: middle;
}

#footer > #partner {
  background-color: #7f7f7f;
  height: 150px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10%;
  padding-right: 10%;
}

#footer > #partner p {
  width: 30%;
}


#footer > #main {
  background-color: #a80000;
  height: 75px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10%;
  padding-right: 10%;
}

#footer > #main > p {
  float: left;
  font-size: 14px;
  text-align: left;
}

/**************************
     SOCIALBAR STYLES
***************************/

#socialbar {
  padding: 2px;
  border: 2px solid white;
  border-radius: 15px;
  float: right;
}

#socialbar > a {
  margin: 2px;
}

#socialbar > a > img {
  width: 32px;
  height: 32px;
}

/**************************
      MEDIA STYLES
***************************/

/* Example Media Queries - e.g., iPhone5 landscape width = 568px */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 599px) {
 
  #header { 
  /* unpin header so it scrolls with content */
    position: absolute; }

}

/**************************
     PRELOADER STYLES
***************************/

.modal {
  display:    hidden;
  background: url('http://i.stack.imgur.com/FhHRx.gif') 
              30% 35% 
              no-repeat;
}

div.loading > .modal {
  display: block;
}