@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:400,700,800');
.contact-main-container {
  display: inline-block;
  width: 100%;
}

.contact-hours {
  width: 50%;
  float: left;
}

.contact-form-div {
  width: 50%;
  float: right;
  text-align: center;
}

.shout-title {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  font-weight: 700;
}

.shout_text {
  font-size: 17px;
  line-height: normal;
  color: #ffffff;
  margin-top: 10px;
  text-align: left;
  font-weight: 600;
}

.shout_time {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
}

.text_area_contact {
  padding: 10px;
  margin-bottom: 20px;
  transition: 0.7s;
  width: 90%;
  max-width: 500px;
  font-size: 18px;
  background: none;
  color: #000000;
  border: #555555 2px solid;
}

.btn_submit {
  padding: 10px 15px;
  text-transform: uppercase;
  background-color: #ffffff !important;
  border: 1px solid #882b2b;
  transition: 0.7s;
  width: 100px;
  cursor: pointer;
  font-weight: 600;
  color: #882b2b;
}

.details {
  margin-bottom: 10px;
}

.details a {
  color: #000000;
}

.details a:hover {
  color: #8c0100;
}

article .shout-title {
  color: #f2bc1a;
}

article .shout_text {
  color: #ffffff;
  margin-bottom: 5px;
}

article .shout_time {
  color: #efefef;
}

.logo-desk {
  width: 100%;
  text-align: center;
}

.logo-desk a {
  width: 100%;
  display: inline-block;
}

.logo-desk a img {
  max-width: 250px;
  padding: 20px;
  width: 100%;
}

.logo-mobile {
  width: 100%;
  text-align: left;
}

.logo-mobile a {
  width: 100%;
  display: inline-block;
}

.logo-mobile a img {
  max-width: 114px;
  padding: 2px 10px;
  width: 100%;
}

.order-online-btn {
  display: inline-block;
  width: 100%;
  position: absolute;
  z-index: 9;
  text-align: center;
  bottom: 130px;
}

.order-online-btn a {
  padding: 10px;
  color: #ffffff;
  background: #d74a4d;
  display: inline-block;
  width: 100%;
  max-width: 220px;
  border-radius: 3px;
}

@media screen and (min-width:1050px) {
  .nav-size {
    font-size: 22px !important;
    line-height: normal !important;
  }
  .latest-shout {
    position: absolute;
    bottom: 10px;
    padding: 10px;
    /* left: 20px; */
    width: 93%;
    /* padding-right: 0px; */
  }
  .l-nav-main ul li a {
    color: #ffffff;
  }
  .logo-mobile {
    display: none;
  }
  .order-online-btn {
    display: none;
  }
}

@media screen and (max-width:1050px) {
  .logo-desk {
    display: none;
  }
  .l-header-global h1 {
    text-align: left;
  }
  .l-nav-main-desktop {
    display: none !important;
  }
  .l-nav-main-mobile-button {
    display: block !important;
  }
  .latest-shout {
    display: none;
  }
}

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

@media screen and (max-width:767px) {
  .nav-size {
    font-size: 20px !important;
    line-height: normal !important;
    display: inline-block;
  }
  .contact-hours {
    width: 100%;
    float: none;
  }
  .contact-form-div {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
  .interaction-buttons {
    position: absolute;
    bottom: 50px;
    z-index: 9999;
    width: 100%;
    text-align: center
  }
  .interaction-buttons a {
    padding: 5px;
    border: 2px solid rgb(140, 1, 0);
    display: inline-block;
    font-size: 20px;
    width: 100px;
    color: #8c0100;
    background: rgba(242, 188, 26, 0.87);
    border-radius: 4px;
  }
  .interaction-buttons a i {
    font-size: 18px;
  }
}

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

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

#menuSectionOfSections {
  display: inline-block;
  width: 100%;
  /*     z-index: 9999;*/
}

.back_btn_menu {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 10px;
  max-width: 160px;
}

#menuSectionOfSections>div {
  width: 98%;
  max-width: 47%;
  height: 0;
  position: relative;
  cursor: pointer;
  display: inline-table;
  font-size: 2em;
  transition: 0.4s;
  margin-bottom: 10px;
  margin: 1%;
}

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

.menu-dots {
  display: none;
}

.menuSectionName {
  bottom: 0;
  width: 96%;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #000000;
  background: none;
  padding: 10px 2%;
  /*     max-width: 700px;*/
}

.menuSectionName:hover {
  color: #ffffff;
  /*     text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);*/
}

.menu-category {
  width: 100% !important;
  font-weight: 500;
  /*    text-transform: uppercase;*/
  color: #b80204;
  margin-top: 30px;
  font-size: 28px;
}

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

.menu-category:hover {
  cursor: pointer;
}

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

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

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

.sub-item-box h1 {
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  text-transform: lowercase;
  color: #8c0100;
  text-align: center;
}

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

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

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

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

.menu-item-description p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: capitalize;
  /*    padding-top: 5px;*/
  text-align: left;
}

.menu-item-description h3 {
  font-size: 18px;
  line-height: normal;
  margin: 0px;
  text-align: left;
  font-weight: 600;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
}

.menu-var {
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
}

.menu-item .menu-img {
  width: 100%;
  text-align: left;
  /*     min-height: 10px;*/
  /*     margin-right: 1%;*/
  /*     display: none;*/
}

.menu-img img {
  max-width: 200px;
}

strong {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.spacer {
  padding: 20px 0;
}

.spacer-small {
  padding: 15px 0;
}

.weekly-menu-button {
  /* padding: 10px; */
  /* border: 2px solid #555555; */
  border-bottom: 2px dotted #000000;
  font-weight: 800;
  color: #000;
  display: inline-block;
  line-height: normal;
  /* margin-bottom: 15px; */
}

.weekly-menu-button:hover {
  color: #9a825d;
  border-color: #9a825d
}

.mailto {
  border-bottom: 2px dotted #555555;
  color: #555555;
}

.mailto:hover {
  border-bottom: 2px dotted #000000;
  color: #000000;
}

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

.menu-category-items-container {
  max-width: 1000px;
}

.price {
  font-weight: 500;
  padding-left: 5px;
  font-size: 18px;
  line-height: normal;
}

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

.menu-category-desc {
  padding: 0px 10px 10px 10px;
  font-size: 15px;
}

@media screen and (max-width:1024px) {
  #menuSectionOfSections>div {
    max-width: 100%;
  }
  .pizza-div {
    max-width: 98% !important;
  }
}

@media screen and (max-width:767px) {
  .menuSectionName {
    /* padding: 100px 10px */
  }
  .menu-item-description {
    padding-left: 0px;
  }
  .menu-item-prices {
    padding: 0;
  }
  .menu-item {
    display: table;
    width: 97%;
  }
}

@media screen and (max-width:479px) {
  .article__headline {
    margin-top: 60px;
  }
  .menu-item-description p {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: lowercase;
    line-height: 18px;
    text-align: left;
  }
  .menu-item-description {
    width: 70%;
  }
  .menu-item-prices {
    width: 30%;
  }
  #menu-container {
    display: inline-block;
    width: 100%;
    /* margin: 40px 0; */
    margin-top: 0px;
    /*padding: 0 5px;*/
  }
  .menu-item {
    display: table;
    width: 97%;
  }
  .menu-item-description h3 {
    /*line-height: 20px;*/
    font-size: 16px;
    text-align: left;
  }
  .price {
    font-weight: 400;
    padding-left: 2px;
    font-size: 16px;
  }
  .dollarSign {
    font-weight: 400;
    font-size: 16px;
  }
  .sub-item-box h1 {
    font-size: 22px;
  }
  #menu-container hr {
    display: none;
  }
  .menuSectionName {
    font-size: 25px;
    line-height: 22px;
    padding: 70px 10px;
  }
}

.back_btn_menu {
  background: #000000;
  color: #ffffff;
}

#menuSectionOfSections>div {
  color: #000;
  /*background: #0d1e3d;*/
}

#menuSectionOfSections>div:hover {
  background: #fcfcfc;
}

.menu-item-description p {
  color: #000000;
}

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

.menu-item-description h3 {
  color: #000000;
}

.menu-var {
  color: #242424;
}

.price {
  color: #000000;
}

.dollarSign {
  color: #000000;
}

.menu-category-desc {
  color: #000000;
  max-width: 800px;
  margin: auto;
  text-align: center;
}

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

/***************** hours styles ***********************************/

@media screen and (max-width:1024px) {
  .hours-section {
    display: inline-block;
    max-width: 300px;
    margin: auto;
  }
  .hours_title {
    float: left;
  }
  .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: 0px;
    margin-top: 0px;
    float: left;
    margin-bottom: 0;
    color: #8c0100;
  }
  .day-toggle {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    color: #b80204;
    margin-bottom: 5px;
  }
  .hours-numbers {
    float: right;
    text-transform: lowercase;
    margin-left: 20px;
  }
  .hours_title_numbers {
    display: inline-block;
    width: 100%;
    line-height: normal;
  }
}

@media screen and (min-width:1024px) {
  .hours-section {
    display: table;
    width: 96%;
    max-width: 1300px;
    margin: auto;
    padding: 0 2%;
  }
  .hours-section hr {
    display: none;
  }
  .hours_container_box {
    float: left;
    padding: 10px 5px;
    font-size: 14px;
    margin: 5px 0;
    color: #000000;
    width: 13%;
    line-height: 22px;
    text-align: center;
  }
  .hours_container_box h3 {
    font-size: 14px;
    /* padding-bottom: 5px; */
    margin-top: 10px;
    margin-bottom: 0;
    color: #8c0100;
  }
  .day-toggle {
    font-size: 18px;
    font-weight: 300;
    color: #b80204;
  }
  .hours-numbers {
    font-size: 15px;
    color: #000000;
    text-transform: lowercase;
  }
}

/***************** hours styles ends ***********************************/

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

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

.events_main {
  width: 96%;
  margin-bottom: 20px;
  float: left;
  background: #1d1d1d;
  padding: 2%;
}

.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;
  color: #b80204;
}

.event-info h3 a {
  color: #b80204;
  text-transform: capitalize;
}

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

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

@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;
  }
}

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

/***************** Gallery 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: 400px;
  z-index: 9999;
  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: 400px;
  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: 35px;
  font-weight: 400;
  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: 17px;
  color: #f2bc1a;
  font-weight: 800;
}

.back-to-album {
  font-size: 25px;
  color: #000000;
  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 #202020;*/
}

.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;
  border: none;
}

@media screen and (max-width:768px) {
  .album_gallery_div {
    width: 99%;
    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: 99%;
    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;
  }
}

/***************** Gallery styles ends ***********************************/

fieldset {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 1000px;
  margin-bottom: 15px;
  border: none;
  padding: 0;
}

.text-area-contact {
  padding: 15px 10px;
  width: 50%;
  max-width: 358px;
  transition: 0.7s;
  border: 2px solid rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.09);
  margin: 0.5%;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  outline: -webkit-focus-ring-color auto 0px;
}

.text-area-contact::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

.text-area-contact-msg {
  height: 80px;
  max-height: 80px;
  padding: 15px 10px;
  overflow: hidden;
  width: 94%;
  font-weight: 700;
  max-width: 840px;
  transition: 0.7s;
  border: 2px solid rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.09);
  margin: 0 0.5%;
  color: #000000;
  font-size: 16px;
  outline: -webkit-focus-ring-color auto 0px;
}

.text-area-contact-msg::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

.text-area-contact:focus {
  background: rgba(0, 0, 0, 0.5);
  outline: -webkit-focus-ring-color auto 0px;
  outline-offset: 0px;
  color: #ffffff;
}

.text-area-contact-msg:focus {
  background: rgba(0, 0, 0, 0.5);
  outline: -webkit-focus-ring-color auto 0px;
  outline-offset: 0px;
  color: #ffffff;
}

.btn-submit {
  padding: 10px 15px !important;
  text-transform: uppercase;
  border: 2px solid rgba(93, 93, 94, 0.39);
  background: rgba(236, 236, 236, 0);
  color: #000000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100px;
  cursor: pointer;
  font-size: 16px;
  outline: -webkit-focus-ring-color auto 0px;
}

.btn-submit:hover {
  background: rgba(0, 0, 0, 0.61);
  color: #ffffff;
}

.form-group.has-error .help-block.error {
  display: block;
  margin: 5px 0 10px;
  font-size: 70%;
  color: #fc6d58;
}

.form-group.has-error .help-block.error {
  display: none !important;
  margin: 0 0.5% !important;
  width: 49%;
  /* float: left; */
  text-align: left;
  max-width: 430px;
  margin: 0 0.5%;
  font-size: 12px !important;
  color: #ff4c43;
}

.form-group.has-error input {
  border: 2px solid rgb(212, 0, 0) !important;
  background: #ffffff !important;
  border-radius: 3px !important;
  transition: 0.1s;
  color: #000;
}

.form-pad {
  padding-right: 20px;
}

.input-username-c {
  position: absolute;
  top: -9999px;
}

@media screen and (max-width:768px) {
  .form-pad {
    padding-right: 0px;
  }
}

@media screen and (max-width:1000px) {
  fieldset {
    margin-bottom: 0px;
  }
  .text-area-contact {
    width: 86% !important;
    margin-bottom: 20px;
    max-width: 400px;
    margin: 0 2% 20px 2%;
  }
  .text-area-contact-msg {
    width: 86% !important;
    margin-bottom: 20px;
    max-width: 400px
  }
}

@media screen and (max-width: 500px) {
  .shout-container {
    padding-bottom: 400px;
  }
}

#events-container .no-event-post-text {
  color: #000;
}
.map-embed {
	width: 100%;
	height: 350px;
  	display: table;
}

@media screen and (max-width:768px) {
	.map-embed {
		height: 250px;
	}
}


.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: #81170E;
	color: white;
}

.secure-form .secure-form-item .secure-form-submit-button:hover {
	background-color: rgb(177, 31, 18);
	color: white;
}

.secure-form .secure-form-item input::placeholder, .secure-form .secure-form-item textarea::placeholder {
	color: #555;
}
.form-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.secure-form .secure-form-item label{
color: #444; 
}