@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700');
/***************** body starts ***********************************/

::selection {
  background: #000000;
  color: #c7c7c7;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #000000;
  color: #c7c7c7;
  /* Gecko Browsers */
}

a {
  transition: all ease 0.3s;
}

p {
  max-width: 900px;
  margin: auto;
  margin-bottom: 15px;
  font-size: 21px;
  letter-spacing: 0.5px;
  line-height: 26px;
  color: #000000
}

section {
  padding: 50px 20px;
  background: #ffffff;
}

article {
  margin: 20px 0;
  padding: 0 10px;
}

h1 {
  color: #ff8702;
  margin-top: 0px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Crimson Text', serif;
  margin-bottom: 20px;
  padding: 0 10px
}

h2 {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  text-align: center;
}

logo {
  height: 61px;
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
}

.shout_text {
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-family: 'Crimson Text', serif;
}

.shout_time {
  font-size: 15px;
  color: #e1e1e1;
  margin-top: 5px;
  font-weight: 500;
  font-family: 'Crimson Text', serif;
  text-align: center;
}

.shout_time i {
  font-size: 11px;
}

.logo-up {
  top: -140px;
}

.text_container {
  width: 100%;
  max-width: 1000px;
}

.title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.text {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 15px;
  max-width: 900px;
  margin: auto;
}

.contact-hours-text {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 15px;
  max-width: 900px;
  margin: auto;
  text-align: center;
}

#shout-container br {
  display: none;
}

#shout-container {
  margin-bottom: 0;
}

#about {
  min-height: 500px;
}

#menu {
  background-size: cover !important;
  padding: 50px 0;
}

#contact {
  padding: 0px;
}

.form-container {
  padding: 130px 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/contact-form.jpg) no-repeat bottom center !important;
  background-size: cover !important;
}

footer {
  background: #000000;
  display: table;
  width: 100%;
}

.map {
  width: 100%;
  display: table;
}

#map {
  height: 300px;
}

.read-more-btn {
  padding: 10px;
  font-size: 20px;
  display: inline-block;
  color: #ffffff;
  background: none;
  border: 2px solid #ff8800;
  color: #ff8800;
}

.read-more-btn:hover {
  background: #ff8800;
  color: #000000;
}

.footer-details {
  width: 100%;
  float: none;
  display: table;
  background: #ff8800;
}

.footer-details a {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.footer-details a i {
  font-size: 16px;
}

.footer-details a:hover {
  color: #ffffff;
}

.footer-details-container {
  display: table;
  text-align: center;
  width: 100%;
  margin: auto;
  max-width: 1300px;
}

.footer-details-left {
  width: 50%;
  float: left;
  display: inline-block;
  padding: 30px 10px;
  color: #ffffff;
  text-align: left;
}

.footer-details-right {
  width: 50%;
  float: right;
  display: inline-block;
  padding: 40px 10px;
  text-align: right;
}

.footer-bar {
  background: #660c0b;
  color: #ffffff;
  width: 100%;
  padding: 10px;
  font-family: 'Crimson Text', serif;
  text-align: center;
  font-size: 18px;
}

.events-home {
  padding: 40px 10px;
  text-align: center;
  color: #ffffff;
}

.events-home p {
  margin: 0px;
}

.index-3-parts {
  display: table;
  width: 100%;
  font-family: 'Crimson Text', serif;
  text-align: center;
  background: #d0af65;
}

.part-div-index {
  width: 50%;
  float: left;
  display: inline-block;
}

.part-div-index a {
  padding: 130px 10px;
  display: inline-block;
  width: 100%;
}

.part-div-index a:hover {
  background: rgba(100, 14, 11, 0.82);
}

.part-div-index a h3 {
  font-size: 40px;
  color: #ffffff;
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
}


.menu-index {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/menu-head.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.photos-index {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/contact-form.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.reservations-part h1 {
  font-size: 27px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-transform: uppercase;
  padding: 0px;
}

.video-part {
  display: table;
  width: 100%;
  /*float: right;*/
}

video {
  width: 100%;
  display: table;
}

.reservation-btn {
  padding: 7px 10px;
  background: #fabd54;
  display: inline-block;
  color: #000000 !important;
}

.reservation-btn:hover {
  background: #000000;
  color: #fabd54 !important;
}

.chef-menu {
  margin-bottom: 30px;
}

.chef-menu a {
  padding: 10px;
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
  background: #03579b;
  color: #ffffff;
}

/***************** navigation ***********************************/

.about {
  background: url(../images/about-head.jpg) center center no-repeat;
  background-size: cover
}

.contact {
  background: url(../images/contact-head.jpg) center center no-repeat;
  background-size: cover
}

.menu {
  background: url(../images/menu-head.jpg) center center no-repeat;
  background-size: cover
}

.events {
  background: url(../images/events-head.jpg) center center no-repeat;
  background-size: cover
}

.photos {
  background: url(../images/photos-head.jpg) center center no-repeat;
  background-size: cover
}

.home {
  background: url(../images/home.jpg) center center no-repeat;
  background-size: cover
}

/***************** parallax ***********************************/

.parallax-padding {
  padding: 450px 10px 0px 10px;
  text-align: left;
}

.parallax-padding h1 {
  margin: 0;
  font-size: 27px;
  padding: 10px 20px;
  color: #660c0b;
  font-family: 'Crimson Text', serif;
  display: inline-block;
  margin-left: 40px;
  /*text-shadow: 0px 0px 20px rgb(0, 0, 0);*/
  border-radius: 5px 5px 0 0;
  background: #ffffff;
}

@media screen and (max-width:1024px) {
  .parallax-padding {
    padding: 350px 10px 0px 10px;
  }
  .parallax-padding h1 {
    font-size: 30px;
  }
}

@media screen and (max-width:768px) {
  .parallax-padding {
    padding: 200px 10px 0px 10px;
    text-align: center;
  }
  .parallax-padding h1 {
    font-size: 30px;
    margin-left: 0;
  }
}

/***************** body ends ***********************************/

/***************** Media screens ***********************************/

@media screen and (max-width:1024px) {
  .part-div-index {
    width: 50%;
    float: left;
  }
  .part-div-index:nth-child(3) {
    width: 100%;
    float: none;
  }
  .reservations-part {
    width: 100%;
    display: inline-block;
    padding: 70px 20px;
  }
  .form-container {
    padding: 80px 0px;
  }
  .map {
    width: 100%;
    float: none;
  }
  #map {
    height: 280px;
  }
  .footer-details {
    width: 100%;
    float: none;
  }
}

@media screen and (min-width:767px) {
  .call-dir {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .part-div-index {
    width: 100%;
    float: none;
  }
  .part-div-index a {
    padding: 70px 10px;
  }
  .call-dir {
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
    /* background: #ffffff; */
  }
  .call-dir a {
    background: #000000;
    color: #ffffff;
    width: 48%;
    margin: 1%;
    font-size: 17px;
    display: inline-block;
    padding: 10px;
  }
  .form-container {
    padding: 40px 0px;
  }
  .cd-header {
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    border-bottom: 2px solid #ff8702;
  }
  logo {
    display: none;
  }
  .cd-menu-trigger {
    height: 60px;
  }
  #cd-logo a {
    border: none;
    background: none;
    padding: 0;
  }
  .footer-details-left {
    width: 100%;
    float: none;
    text-align: center;
    padding: 50px 10px 20px;
  }
  .footer-details-right {
    width: 100%;
    float: none;
    padding: 10px 10px 30px;
    text-align: center;
  }
}

/*Navigation*/

.desk-nav-top-bar {
  position: absolute;
  top: 0px;
  z-index: 999;
  width: 100%;
  text-align: center;
  /*background: rgba(0, 0, 0, 0.7);*/
}

.nav-links-left {
  display: inline-block;
  width: 40%;
  float: left;
  background: rgba(255, 136, 0, 0.9);
}

.nav-links-left ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  text-align: right;
  float: right;
  padding-right: 20px;
}

.nav-links-left ul li {
  display: inline-block;
  margin: 0px;
  float: left;
  list-style: none;
  padding: 0px;
}

.nav-links-left ul li a {
  padding: 10px;
  color: #ffffff;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-links-left ul li a:hover {
  background: #660c0b;
  color: #a2a2a2;
}

.desk-nav-logo {
  display: inline-block;
  width: 20%;
  background: rgba(255, 136, 0, 0.9);
}

.desk-nav-logo img {
  width: 100%;
  max-width: 260px;
  display: table;
  padding: 5px;
  margin: auto;
}

.nav-links-right {
  display: inline-block;
  width: 40%;
  float: right;
  background: rgba(255, 136, 0, 0.9);
}

.nav-links-right ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  float: left;
  padding-left: 20px;
}

.nav-links-right ul li {
  display: inline-block;
  margin: 0px;
  float: left;
  list-style: none;
  padding: 0px;
}

.nav-links-right ul li a {
  padding: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-links-right ul li a:hover {
  background: #660c0b;
  color: #a2a2a2;
}

.desk-nav-top-bar-1 {
  position: absolute;
  top: 0px;
  z-index: 999;
  width: 100%;
  text-align: center;
  /*background: rgba(0, 0, 0, 0.7);*/
}

.nav-links-left-1 {
  display: inline-block;
  width: 40%;
  float: left;
  background: rgb(101, 13, 10);
}

.nav-links-left-1 ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  text-align: right;
  float: right;
  padding-right: 20px;
}

.nav-links-left-1 ul li {
  display: inline-block;
  margin: 0px;
  float: left;
  list-style: none;
  padding: 0px;
}

.nav-links-left-1 ul li a {
  padding: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-links-left-1 ul li a:hover {
  background: #c7c7c7;
  color: #000000;
}

.desk-nav-logo-1 {
  display: inline-block;
  width: 20%;
  background: rgb(101, 13, 10);
}

.desk-nav-logo-1 img {
  width: 100%;
  max-width: 240px;
  display: table;
  padding: 5px;
  margin: auto;
}

.nav-links-right-1 {
  display: inline-block;
  width: 40%;
  float: right;
  background: rgb(101, 13, 10);
}

.nav-links-right-1 ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  float: left;
  padding-left: 20px;
}

.nav-links-right-1 ul li {
  display: inline-block;
  margin: 0px;
  float: left;
  list-style: none;
  padding: 0px;
}

.nav-links-right-1 ul li a {
  padding: 10px;
  color: #ffffff;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-links-right-1 ul li a:hover {
  background: #ff8800;
  color: #000000;
}

#menu-1 {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 39px;
  color: #FFFFFF;
  z-index: 9999;
  display: none;
  padding: 0;
}

@media screen and (min-width:1024px) {
  .mobile-nav {
    display: none;
  }
}

@media screen and (max-width:1024px) {
  .desktop-nav {
    display: none;
  }
  #menu-1 {
    display: none !important;
  }
}

/***************** menu styles ***********************************/

.food {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/food.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.lunch {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/lunch.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.brunch {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/brunch.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.happy {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/happy.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.beer {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/beer.jpg) no-repeat right center !important;
  background-size: cover !important;
}

.late {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/late-night.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.wine {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/wine.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.prefix {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/prefix.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.back_btn_menu {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background: #640e0b;
  padding: 10px;
  max-width: 160px;
  color: #ffffff;
}

#menuSectionOfSections>div {
  color: #000;
  width: 49.2%;
  margin: 0.4%;
  float: left;
  height: 0;
  position: relative;
  cursor: pointer;
  display: inline-table;
  font-size: 2em;
  transition: 0.4s;
}

#menuSectionOfSections>div:hover {
  transition: 0.4s;
}

.menu-dots {
  display: none;
}

.menuSectionName {
  bottom: 0;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-weight: 600;
  font-family: 'Crimson Text', serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 150px 0;
  -o-transition: all 0.3s ease;
}

.menu-category-items-container {
  padding-bottom: 30px;
}

.menuSectionName:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #c7c7c7;
}

.menu-category-container {
  display: none;
  margin-bottom: 10px;
}

.menu-category-desc {
  margin-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #8c8c8c;
  text-align: -moz-center;
  text-align: -webkit-center;
}

.menu-category-items {
  display: inline-block;
  width: 100%;
}

.sub-item-box-main {
  margin-top: 60px
}

.sub-item-box-image {
  height: 400px;
  overflow: hidden;
}

.sub-item-box-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.sub-item-box {
  display: table;
  width: 100%;
  text-align: left;
  max-width: 1300px;
}

.sub-item-box h1 {
  margin-bottom: 20px !important;
  margin-top: 40px !important;
  font-size: 30px;
  font-family: 'Crimson Text', serif;
  color: #ff8702;
  text-transform: capitalize;
  /*letter-spacing: 2px;*/
  text-align: -moz-center;
  text-align: -webkit-center;
}

.menu-section-titles {
  text-align: center;
}

.sub-item-box h3 {
  margin: 0px;
}

.menu-item-description {
  width: 80%;
  float: left;
  text-align: left;
}

.menu-item-prices {
  width: 20%;
  float: left;
  text-align: right;
  padding: 0;
}

.menu-item {
  display: inline-flex;
  width: 47%;
  /*float: left;*/
  margin: 10px 1.5% 0px 1.5%;
}

.menu-item-description p {
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: lowercase;
  line-height: 17px;
  letter-spacing: 0.5px;
  margin-top: 5px;
  font-weight: 500;
  color: #000000;
}

.menu-category-items h1 {
  color: #c59a6c
}

.menu-item-description h3 {
  color: #640e0b;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 18px;
  letter-spacing: 0.6px;
  margin: 0px;
  text-align: left;
}

.menu-var {
  font-size: 12px;
  padding-right: 5px;
}

.menu-item .menu-img {
  width: 28%;
  min-height: 10px;
  margin-right: 1%;
  display: none;
}

.menu-item-prices p {
  margin-bottom: 0px;
  line-height: 15px;
  margin-top: 0px;
}

.price {
  font-weight: 600;
  padding-left: 3px;
  color: #640e0b;
  font-size: 18px;
}

.dollarSign {
  font-weight: 600;
  font-size: 16px;
  display: none;
}

.menu-container-mobile {
  display: inline-block;
  width: 100%;
}

.LAGERS {
  display: none;
}

.PILSNERS {
  display: none;
}

.WHEATS {
  display: none;
}

.IRISH {
  display: none;
}

.OUTSIDERS {
  display: none;
}

.BOURBONS {
  display: none;
}

.WINE {
  display: none;
}

@media screen and (max-width:1024px) {
  .menuSectionName {
    padding: 100px 0;
  }
}

@media screen and (max-width:767px) {
  .menu-item-description {
    padding-left: 0px;
  }
  .menu-item-prices {
    padding: 0;
  }
  .menu-item {
    display: table;
    width: 97%;
  }
  #menuSectionOfSections>div {
    width: 98%;
  }
}

@media screen and (max-width:1024px) {
  .sub-item-box-image {
    height: 300px;
    overflow: hidden;
  }
}

@media screen and (max-width:768px) {
  .sub-item-box-image {
    height: 200px;
    overflow: hidden;
  }
}

@media screen and (max-width:479px) {
  .sub-item-box-image {
    height: 200px;
    overflow: hidden;
  }
  .menu-category {
    margin-bottom: 10px !important;
    display: inline-block;
    margin-top: 30px !important;
    font-size: 29px;
    width: 100%;
    color: #c7c7c7;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Crimson Text', serif;
    letter-spacing: 2px;
    text-align: -moz-center;
    text-align: -webkit-center;
  }
  .menu-item-description p {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: lowercase;
    line-height: 15px;
  }
  .menu-item-description {
    width: 70%;
  }
  .menu-item-prices {
    width: 30%;
    margin-top: 5px;
  }
  #menu-container {
    display: inline-block;
    width: 100%;
    padding: 10px;
    padding-bottom: 30px;
  }
  #menu-container hr {
    display: none;
  }
  #menuSectionOfSections>div {
    width: 99%;
  }
  #menuSectionOfSections {
    padding: 10px;
  }
  .menu-item {
    display: table;
    width: 96%;
    margin: 20px 2% 0px 2%;
  }
  .menuSectionName {
    padding: 80px 0;
    color: #ffffff
  }
  .menu-item-description h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0px;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0px;
  }
}

/***************** events styles ***********************************/

#events-container {
  display: inline-block;
  width: 100%
}

.events_main {
  width: 99%;
  max-width: 1000px;
  margin: 0.5%;
  /* float: left; */
  display: inline-block;
  background: #949494;
  padding: 10px;
}

.date {
  font-size: 15px;
  padding-bottom: 5px;
}

.event {
  min-height: 200px;
  width: 30%;
  float: left;
}

.event a {
  height: 300px !important;
}

.event img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.zoom-text {
  font-size: 12px;
  color: #efefef
}

.event-info {
  width: 68%;
  margin-left: 2%;
  float: right;
  text-align: left;
  color: #fff;
}

.event-info h3 {
  margin-bottom: 10px;
  margin-top: 0px;
  color: #ec2532;
}

.event-info h3 a {
  color: #000000;
  text-transform: capitalize;
  font-weight: 500;
}

.event-info p {
  /*max-width: 430px;*/
}

.no-event-post-text {
  color: #000000
}

@media screen and (max-width: 1000px) {
  .event img {
    max-width: 300px
  }
  .event {
    width: 100%;
    float: none;
  }
  .event-info {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .event-info p {
    max-width: none;
  }
}

/***************** photos styles ***********************************/

#gallery {
  display: inline-block;
  width: 100%;
}

#photos-container {
  width: 100%;
  position: relative;
  display: inline-block;
  max-width: 1200px;
}

.album_gallery_div {
  width: 49%;
  overflow: hidden;
  max-width: 600px;
  /*float: left;*/
  background: #000000;
  margin: 0.5%;
  position: relative;
}

.album {
  height: 350px;
  /*z-index: 9;*/
  position: relative;
  opacity: 1;
  transition: all ease 0.3s;
  cursor: pointer
}

.album:hover .album-meta {
  background: rgba(0, 0, 0, 0.7);
}

.album img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.album-meta-container {
  display: table;
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
}

.album-meta {
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  line-height: 22px;
  transition: all ease 0.3s;
}

.album_name_caption {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  text-transform: capitalize;
}

.album-meta hr {
  width: 20px;
  margin: 5px 0 10px 0;
}

.photos_number {
  font-size: 16px;
  color: #c7c7c7;
  font-weight: 500;
}

.back-to-album {
  font-size: 25px;
  color: #ffffff;
  opacity: 1;
}

.gallery-wrap {
  display: inline-block;
  max-width: 1300px;
  width: 100%;
}

.image_inside_cont {
  display: inline-block;
  float: left;
  width: 25%;
  border: 2px solid rgba(32, 32, 32, 0);
}

.mg-image img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mg-image:hover img {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  position: relative;
  opacity: .2
}

.mg-image {
  max-width: 100%;
  height: 250px;
  float: left;
  min-width: 100%;
  transition: .3s;
  overflow: hidden;
}

.mg-image:hover {
  background: url(http://www.gonationsites.com/GNSE/gn-sites/images/zoom.png) center center no-repeat #000;
  transition: .3s
}

@media screen and (max-width:768px) {
  .album_gallery_div {
    width: 100%;
    float: left;
    height: auto;
    max-width: 100%
  }
  .album {
    height: 300px;
  }
  .album-meta-container {
    height: 300px;
  }
  .album_name_caption {
    font-size: 24px;
    padding-top: 10px;
  }
  .photos_number {
    font-size: 12px
  }
  .image_inside_cont {
    width: 50%;
  }
}

@media screen and (max-width:500px) {
  .album {
    height: 200px;
  }
  .album_gallery_div {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .album {
    height: 200px;
  }
  .album-meta-container {
    height: 200px;
  }
  .image_inside_cont {
    width: 33.33%;
  }
  .mg-image {
    height: 100px
  }
  .mg-image img {
    min-width: 200px
  }
}

@media screen and (min-width:2200px) {
  .image_inside_cont {
    width: 20%;
  }
  .mg-image {
    height: 150px;
  }
}

.hours-section h3 {
  margin: 0px;
  color: #000000;
}

@media screen and (max-width:1024px) {
  .hours-section {
    display: inline-block;
    max-width: 300px;
  }
  .hours-section hr {
    display: none;
  }
  .hours_container_box {
    width: 100%;
    float: left;
    padding: 5px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .hours_container_box h3 {
    font-size: 13px;
    padding-bottom: 5px;
    margin-top: 0px;
    float: left;
    margin-bottom: 0;
    color: #000000;
  }
  .day-toggle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.72)
  }
  .hours-numbers {
    float: right;
    text-transform: lowercase;
    color: #000000;
  }
  .hours_title_numbers {
    display: inline-block;
    float: right;
    width: 100%;
  }
}

@media screen and (min-width:1024px) {
  .hours-section {
    display: inline-block;
    width: 100%;
    max-width: 1300px;
  }
  .hours-section hr {
    display: none;
  }
  .hours_container_box {
    float: left;
    padding: 10px 5px;
    font-size: 14px;
    margin: 5px 0;
    color: #000000;
    width: 14.28%;
    line-height: 22px;
  }
  .hours_container_box h3 {
    font-size: 14px;
    /* padding-bottom: 5px; */
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 5px;
    color: #000000;
  }
  .hours_title_numbers {
    background: rgba(255, 255, 255, 0.55);
  }
  .day-toggle {
    font-size: 17px;
    font-weight: 500;
    color: #484848;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.55);
  }
  .hours-numbers {
    font-size: 13px;
    color: #000000;
    text-transform: uppercase
  }
}

/* contact form */

/* 255,136,0 */

.secure-form .secure-form-item input, .secure-form .secure-form-item textarea {
	background: rgba(255, 255, 255, 0.7);
	color: #444;
	border-radius: 0;
	box-shadow: none;
}
.secure-form .secure-form-item input::placeholder, .secure-form .secure-form-item textarea::placeholder {
	color: #999;
}

.secure-form .secure-form-item .secure-form-submit-button {
	background-color: rgb(255,136,0);
	color: white;
}

.secure-form .secure-form-item .secure-form-submit-button:hover {
	background-color: rgb(196, 80, 13);
	color: white;
}
.form-wrapper {
	display: flex;
	justify-content: center;
}
.secure-form .secure-form-item label{
	color: white; 
	}
	.secure-form .secure-form-item input::placeholder, .secure-form .secure-form-item textarea::placeholder {
		color: #555;
	}