* {
  -webkit-appearance: value;
  -moz-appearance: value;
  appearance: value;
}

footer {
  background: #2d2d2f;
  padding: 50px 10px;
  background-size: 100%;
}

form {
  max-width: 700px;
  margin: 0 20px;
}

.white_color {
  color: #ffffff;
}

.red_color {
  color: #f0b2c9;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: "Read more";
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: "Close";
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
  color: #fcaf17;
  font-size: 0.9em;
  line-height: 2;
  border: 2px solid #fcaf17;
  border-radius: 3px;
}

.location_main {
  width: 90%;
  display: table;
}

.location_part {
  width: 25%;
  float: left;
  border: 2px solid #62bb46;
  margin-left: -2px;
  margin-top: -2px;
  padding: 50px 10px;
  height: 400px;
}

.sub_title {
  font-size: 22px;
  font-weight: 700;
  color: #e4e4e4;
  text-transform: uppercase;
  display: inline;
}

.loc_icon {
  font-size: 16px;
  margin-right: 10px;
  color: #62bb46;
}

.social_loc_icon {
  font-size: 24px;
  color: #62bb46;
  margin: 0 5px;
}

.visit_btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #fcaf17;
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 3px;
}

.call_link {
  color: #e4e4e4;
  font-size: 18px;
  transition: 0.3s;
  line-height: 35px;
}

.call_link:hover {
  color: #62bb46;
  transition: 0.3s;
  border-bottom: 1px dotted #62bb46;
}

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

.about_left {
  width: 30%;
  float: left;
}

.about_right {
  float: right;
  width: 70%;
}

.img_abt {
  max-width: 400px;
  width: 100%;
}

.loc_caption {
  color: #a0a0a0;
  font-size: 14px;
}

.loc_icon_mobile {
  font-size: 22px;
  color: #62bb46;
  margin: 0 5px;
}

.footer_main {
  width: 98%;
  display: table;
}

.footer_part {
  width: 31.3%;
  float: left;
  margin: 0 1%;
}

.text_area_contact_small {
  padding: 15px 10px;
  border: none;
  margin-bottom: 20px;
  width: 49% !important;
  margin-right: 1%;
  transition: 0.7s;
  float: left;
  background: #ececec;
  font-size: 16px;
}

.text_area_contact_small2 {
  padding: 15px 10px;
  border: none;
  margin-bottom: 20px;
  width: 49% !important;
  transition: 0.7s;
  margin-left: 1%;
  float: left;
  background: #ececec;
  font-size: 16px;
}

.text_area_contact_msg {
  padding: 15px 10px;
  height: 80px;
  max-height: 80px;
  border: none;
  margin-bottom: 20px;
  width: 100% !important;
  transition: 0.7s;
  background: #ececec;
  font-size: 16px;
}

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

.btn_submit:hover {
  background-color: #ffffff;
  color: #f2abc4;
}

.events_container_box {
  width: 46%;
  margin: 4% 2%;
  float: left;
  display: block;
}

.events_link {
  color: #62bb46;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.events_link:hover {
  border-bottom: 1px dotted #62bb46;
}

.img_events {
  width: 100%;
  max-width: 300px;
}

.modal_sec_bg {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  width: 100%;
}

.hours_width {
  width: 80%;
}

.menu_popup_bg {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  display: inline-table;
}

.menu_popup_bg h1 {
  margin-bottom: 0;
}

.menu_popup_hw {
  height: 97% !important;
  margin: 2% !important;
  border: 1px solid #62bb46;
}

.menu_popup_pad {
  padding-top: 130px;
}

.svg_icons_width {
  width: 100%;
  padding: 20px 18px 20px 20px;
}

.news_btn_home {
  font-size: 24px;
  color: #ffffff !important;
  padding: 14px !important;
  transition: 0.3s;
  width: auto;
  text-align: center;
  display: inline-flex;
}

.news_btn_home:hover {
  /* background: #f0b2c9;
  color: #f0b2c9 !important;
  transition: 0.3s */
}

.news_sec_main_div {
  display: inline-table;
}

.news-text {
  color: #000000;
  font-size: 16px;
  line-height: 25px !important;
  padding: 30px;
  border-bottom: 1px dotted #62bb46;
  text-align: justify;
}

.news-text p {
  color: #efefef;
}

.news_title {
  font-size: 20px;
  color: #62bb46;
  font-weight: 900;
  margin-bottom: 20px;
}

.right {
  text-align: right;
}

.news_sec_div_cont {
  background: rgba(0, 0, 0, 0.8);
  padding: 50px;
}

.news_btn {
  color: #62bb46;
  transition: 0.3s;
}

.news_btn:hover {
  transition: 0.3s;
  border-bottom: 1px dotted #62bb46;
}

.news-text_call {
  color: #000000;
  font-size: 16px;
  line-height: 25px !important;
  padding: 30px 0;
  border-bottom: 1px dotted #62bb46;
  text-align: center;
}

.news-text_call p {
  color: #efefef;
}

.news_title_call {
  font-size: 20px;
  color: #62bb46;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.news_sec_div_cont_call {
  background: rgba(0, 0, 0, 1);
  padding: 50px;
  height: 100%;
}

.callbtn_home {
  position: fixed;
  bottom: 0px;
  right: 0;
  left: 0;
  z-index: 9;
  display: flex;
  width: 100vw;
  border: 1px solid white;
  background: rgba(240, 178, 201, 0.8);
  justify-content: space-evenly;
}

.social_loc_icon_call {
  font-size: 20px;
  color: #ffffff;
  margin: 0 5px;
  border: 1px solid #efefef;
  padding: 5px 10px;
  border-radius: 3px;
}

.logo_top {
  left: 50px;
  width: 20%;
  top: 50px;
}

.shout_sub_title {
  font-size: 14px;
  color: #efefef;
}

.truck {
  bottom: 70px;
  position: absolute;
  right: 50px;
}

.news-text_wall {
  color: #ffffff;
  font-size: 16px;
  line-height: 25px !important;
  padding: 30px;
}

.logo_pages {
  padding-bottom: 60px;
}

.contact_main {
  width: 100%;
  display: flex;
}

.contact_left {
  width: 50%;
  float: left;
  padding: 100px 0;
  background: #56565a;
}

.contact_right {
  width: 50%;
  float: left;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/6.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
  font-size: 25px;
}

.menu_main {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../images/menu_bg.jpg) bottom center no-repeat;
  background-size: cover;
  height: 800px;
}

.social_icons a {
  font-size: 40px;
  padding: 10px;
  transition: 0.2s;
}

.footer_link_add {
  text-align: center;
}

.footer_link_add a {
  color: #f2abc4;
  font-size: 18px;
  padding: 15px 10px;
}

.view_btn {
  padding: 10px 15px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  font-size: 20px;
  transition: 0.2s;
  color: #ed3534;
  background: #ffffff;
  /* line-height: 0; */
  padding-top: 12px;
}

.view_btn:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  transition: 0.2s;
}

.view_btn_menu {
  padding: 10px 15px;
  border-radius: 5px;
  border: 2px solid #000000;
  font-size: 20px;
  transition: 0.2s;
  display: inline-block;
}

.view_btn_menu:hover {
  color: #ffffff;
  transition: 0.2s;
}

.fa {
  display: inherit;
}

.contact_right a {
  color: #ffffff;
  transition: 0.3s;
  font-weight: 300;
}

.contact_right a:hover {
  color: #f2abc4;
}

.about_text {
  max-width: 1000px;
  line-height: 22px;
  text-align: justify;
  padding: 0 15px 20px;
  font-size: 22px;
  color: #fff;
}

.facebook {
  color: #ffffff;
  padding: 10px 15px !important;
  background: #3b5998;
  padding-bottom: 5px !important;
  border-radius: 4px;
}

.facebook:hover {
  color: #ffffff !important;
}

.footer_bar {
  background: #000000;
  color: #ffffff;
  padding: 10px 20px;
  display: flex;
}

.gn_logo {
  float: right;
  width: 50%;
  text-align: right;
}

.gn_social {
  float: left;
  width: 50%;
  text-align: left;
}

.gn_social a {
  font-size: 22px;
  transition: 0.3s;
}

.gn_social a:hover {
  color: #f2abc4;
}

#shout-container {
  /* background: rgba(255, 255, 255, 0.9); */
  /* padding: 0px 10px;
  border-radius: 5px; */
  /* max-width: 500px; */
}

/***************** Media screens ***********************************/
/***************** Media screens ***********************************/
@media screen and (min-width: 1200px) {
  .mobile_nav {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .desktop_nav {
    display: none;
  }

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

  .contact_left {
    width: 100%;
    float: left;
  }

  .contact_right {
    width: 100%;
    float: left;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url(../images/contact_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0;
    font-size: 25px;
  }

  .menu_main {
    width: 100%;
    display: table;
    height: 400px;
  }
}

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

  .callbtn_home {
    display: none;
  }

  .desk_img_truck {
    margin-bottom: 18px;
  }

  .logo_container {
    max-width: 600px;
    position: fixed !important;
  }
}

@media screen and (max-width: 900px) {
  .img_abt {
    max-width: 250px;
  }

  .about_left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    padding: 20px;
  }

  .about_right {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about_text {
    text-align: center;
    font-family: arial;
    font-size: 27px !important;
    line-height: normal;
  }

  .shout_text {
    font-size: 20px;
  }

  .shout_time {
    font-size: 14px;
  }

  footer {
    padding: 160px 10px;
  }

  .logo_container {
    position: static;
  }

  .location_part {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }

  .mobile_loc {
    display: none;
  }

  .footer_part {
    width: 100%;
  }

  .events_container_box {
    width: 98%;
    margin: 10% 1%;
  }

  .menu_popup_pad {
    padding-top: 100px;
  }

  .news_sec_div_cont {
    background: rgba(0, 0, 0, 0.9);
    padding: 0px;
  }

  .logo_top {
    top: 100px;
  }

  .mob_img {
    padding-top: 20px;
    padding-left: 25px;
  }

  .text_area_contact_small {
    width: 100% !important;
    margin-right: 0;
  }

  .text_area_contact_small2 {
    width: 100% !important;
    margin-left: 0;
  }

  .logo_pages {
    padding: 60px 0;
    background: #000000;
  }

  .contact_left {
    width: 100%;
    float: left;
    padding: 0;
  }

  .contact_right {
    padding: 100px 15px;
    font-size: 19px;
  }

  .menu_right {
    width: 100%;
    float: left;
    padding: 0;
  }

  .menu_left {
    padding: 100px 15px;
    font-size: 16px;
  }

  .social_icons a {
    font-size: 20px;
    padding: 5px;
  }

  .image_size_mobile {
    width: 80%;
  }

  .gn_logo {
    float: none;
    width: 100%;
    text-align: center;
  }

  .gn_social {
    float: none;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  footer {
    padding: 50px 10px;
    background-size: cover;
  }

  .menu_main {
    height: 250px;
  }
}

/***************** parallax Images ***********************************/
.head_caption_text1 {
  color: #d13138;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.head_caption_text {
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  font-size: 100px;
  font-family: allura;
  padding: 250px 0;
}

.parallax-index1 {
  background: rgba(0, 0, 0, 0.3);
  min-height: 700px;
}

.parallax-index2 {
  background: rgba(0, 0, 0, 0.3);
  min-height: 700px;
}

.parallax-footer {
  background: rgba(0, 0, 0, 0.6);
}

.parallax-nav {
  background: rgba(255, 255, 255, 0.6);
}

.parallax-about {
  background: rgba(0, 0, 0, 0.3);
}

.parallax-menu {
  background: rgba(0, 0, 0, 0.3);
}

.parallax-events {
  background: rgba(0, 0, 0, 0.3);
}

.parallax-contact {
  background: rgba(0, 0, 0, 0.3);
}

.parallax-catering {
  background: rgba(0, 0, 0, 0.3);
}

.parallax-photos {
  background: rgba(0, 0, 0, 0.3);
}

.contact_detail_container {
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.61);
  display: flex;
}

.contact_detail_text {
  text-align: center;
  margin: 0 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .head_caption_text {
    font-size: 50px;
    padding: 180px 0;
  }

  .parallax-index1 {
    min-height: 300px;
    background: rgba(0, 0, 0, 0.3);
  }

  .parallax-index2 {
    min-height: 300px;
    background: rgba(0, 0, 0, 0.3);
  }

  .parallax-about {
    background: rgba(0, 0, 0, 0.3);
  }

  .parallax-menu {
    background: rgba(0, 0, 0, 0.3);
  }

  .parallax-events {
    background: rgba(0, 0, 0, 0.3);
  }

  .parallax-catering {
    background: rgba(0, 0, 0, 0.3);
  }

  .parallax-contact {
    background: rgba(0, 0, 0, 0.3);
  }

  .parallax-photos {
    background: rgba(0, 0, 0, 0.3);
  }

  .parallax-contact-details {
    background: rgba(0, 0, 0, 0.3);
  }

  .contact_detail_container {
    max-width: 1300px;
  }
}

@media screen and (max-width: 480px) {
  .head_caption_text {
    font-size: 40px;
    padding: 100px 0;
  }

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

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

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

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

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

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

  .parallax-nav {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5)),
      url(../images/nav_bg.jpg) center center !important;
    background-size: cover !important;
  }

  .parallax-footer {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(../images/footer_bg.jpg) center center !important;
    background-size: cover !important;
  }

  .parallax-contact-details {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(../images/contact_details_bg.jpg) center center !important;
    background-size: cover !important;
  }

  .parallax-index1 {
    display: none;
  }

  .contact_detail_container {
    background: rgba(0, 0, 0, 0.4);
  }
}

/***************** body ends ***********************************/
/***************** body ends ***********************************/
/***************** body ends ***********************************/
/***************** menu styles ***********************************/
/***************** menu styles ***********************************/
/***************** menu styles ***********************************/
.back_btn_menu {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background: #000000;
  padding: 10px;
  max-width: 160px;
  color: #ffffff;
}

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

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

.menu-dots {
  display: none;
}

.menuSectionName {
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: #ffffff;
}

.menu-category {
  float: left;
  margin: 0 5px;
  padding: 10px;
  text-transform: uppercase;
}

.menu-category:hover {
  cursor: pointer;
  color: #da64a5;
}

.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;
  margin: auto;
}

.sub-item-box h1 {
  margin-bottom: 5px;
  margin-top: 40px;
  font-size: 40px;
  font-family: garibaldi;
  font-weight: 600;
  color: #f2abc4;
  text-transform: capitalize;
}

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

.menu-item-description {
  width: 100%;
  float: left;
  text-align: left;
  margin-left: 100px;
}

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

.menu-item {
  display: table;
  width: 97%;
  float: left;
  margin: 10px 1.5% 0px 1.5%;
}

.menu-item-description p {
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: lowercase;
  color: #585858;
  font-family: "Arvo", serif;
  float: left;
  padding: 0;
}

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

.menu-item-description h3 {
  color: #000000;
  font-size: 20px;
  line-height: 15px;
  margin: 0px;
  text-align: center;
  font-family: "Arvo", serif;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  float: left;
}

.menu-var {
  font-size: 11px;
  color: #ffffff;
  margin-right: 5px;
}

#menu-selection li,
.menu-category {
  list-style: none;
  color: #882b2b;
  cursor: pointer;
  font-size: 18px;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 5px 10px;
  text-align: center;
  float: left;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

#menu-selection li:hover,
.menu-category:hover,
.menu-category-selected {
  color: #882b2b !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.menu-item .menu-img {
  /*  margin-left: 1%; */
  padding-left: 0px;
  /* float: left; */
  width: 100%;
  /* display: inline-flex; */
  padding-top: 10px;
}

.menu-item .menu-img img {
  margin: 0;
}

.menu-item-prices p {
  margin-bottom: 0px;
  line-height: 15px;
  font-family: "Arvo", serif;
}

.price {
  font-weight: 500;
  padding-left: 5px;
  font-size: 18px;
  font-family: "Arvo", serif;
  color: #ffffff;
  line-height: 20px;
}

.dollarSign {
  font-weight: 600;
  font-size: 18px;
  font-family: "Arvo", serif;
  color: #000000;
  display: none;
}

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

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

@media screen and (max-width: 767px) {
  .menu-item-description {
    padding-left: 0px;
    margin-left: 0;
  }

  .menu-item-prices {
    padding: 0;
  }

  .menu-item {
    display: table;
    width: 97%;
  }

  #menuSectionOfSections > div {
    width: 98%;
  }
}

@media screen and (max-width: 479px) {
  .menu-category {
    width: 100% !important;
    margin: 0;
    border-bottom: none;
    margin-bottom: 10px;
    position: relative !important;
    color: #f2abc4;
    letter-spacing: 1px;
    margin-top: 30px;
    font-size: 22px;
  }

  .menu-item-description p {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: lowercase;
    line-height: 18px;
    padding-bottom: 0px;
    padding-top: 5px;
  }

  .menu-item-description {
    width: 100%;
  }

  .menu-item-prices {
    width: 30%;
    display: none;
  }

  #menu-container {
    display: inline-block;
    width: 90%;
    margin: 40px 0;
    margin-top: 0px;
  }

  #menuSectionOfSections > div {
    width: 98%;
  }

  .menu-item {
    display: table;
    width: 97%;
  }

  .menuSectionName {
    padding: 130px 0;
    color: #ffffff;
  }

  .menu-item-description h3 {
    color: #000000;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0px;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0px;
  }

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

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

/***************** menu styles ends ***********************************/
/***************** hours styles ***********************************/
.hours-section {
  display: inline-block;
  width: 100%;
  max-width: 1300px;
}

.hours-section hr {
  display: none;
}

.hours-section h3 {
  display: none;
}

.hours_container_box {
  float: left;
  padding: 10px 15px;
  border-right: 1px dotted #ed3534;
  font-size: 14px;
  margin: 5px 0;
  color: #000000;
  width: 14.28%;
}

.hours_container_box:last-child {
  border-right: none;
}

.hours_container_box h3 {
  font-size: 16px;
  padding-bottom: 5px;
  margin-top: 0px;
  display: none;
}

.day-toggle {
  font-size: 20px;
  font-weight: 300;
}

.hours-numbers {
  padding-top: 10px;
  font-size: 16px;
  color: #565656;
}

@media screen and (max-width: 767px) {
  .hours_container_box {
    width: 50%;
    margin-top: 0px;
  }

  .hours_container_box {
    border-right: none;
    margin: 0px;
  }
}

/***************** hours styles ends ***********************************/
/***************** events styles ***********************************/
.events_main {
  /* width: 48%; */
  /* margin: 1%; */
  float: none;
  margin: auto;
  margin-bottom: 20px;
}

.event {
  /* height: 400px; */
  /* overflow: hidden; */
}

.event_left {
  width: 50%;
  float: left;
  position: relative;
}

.event_right {
  width: 50%;
  float: left;
  position: relative;
  padding: 20px;
  text-align: left;
}

@media screen and (min-width: 1600px) {
  .event {
    height: 600px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .event_left {
    width: 100%;
  }

  .event_right {
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 580px) {
  .event {
    height: 300px;
    overflow: hidden;
  }

  .events_main {
    width: 100%;
    margin: 0;
    float: left;
  }
}

/***************** events styles ends ***********************************/
/***************** Gallery styles ***********************************/
#gallery {
  width: 100%;
}

#photos-container {
  width: 100%;
  position: relative;
  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: 16px;
  color: #f0b1c9;
  font-weight: 400;
}

.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 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.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: 0.2;
}

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

.mg-image:hover {
  background: url(http://www.gonationsites.com/GNSE/gn-sites/images/zoom.png) center center no-repeat #000;
  transition: 0.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;
  }
}

/***************** Gallery styles ends ***********************************/
.map-embed {
  width: 100%;
  height: 350px;
  display: table;
}

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

.content-container {
  position: absolute !important;
  left: auto !important;
  /* top: 80px !important; */
  transform: translate(0, 0) !important;
}

shouttext {
  font-size: 1.5em;
}

.shout-container shoutmessage {
  font-size: 35px;
}

.shout-container shoutdate {
  font-size: 15px;
}

@media screen and (max-width: 450px) {
  .shout-container shoutmessage {
    font-size: 28px;
  }

  .shout-container shoutdate {
    font-size: 22px;
  }

  .content-container {
    position: absolute !important;
    /* left: auto !important; */
    top: auto !important;
    transform: translate(0, 0) !important;
  }
}

/* Contact Form Styles */
.secure-form .secure-form-item input,
.secure-form .secure-form-item textarea {
  border-radius: 0;
}

.secure-form .secure-form-item .secure-form-submit-button {
  background-color: #f2abc4;
  color: white;
}

.secure-form .secure-form-item .secure-form-submit-button:hover {
  background-color: #d58fa8;
}

.secure-form .secure-form-item label {
  color: white;
}

@media all and (max-width: 768px) {
  #shout-container {
    /* margin-bottom: 100px; */
  }

  #shout-container shoutinner shouttext shoutmessage {
    font-size: 18px;
  }

  #shout-container shoutinner shouttext shoutdate {
    font-size: 16px;
  }

  #shout-container shoutinner shouttext {
    max-width: 90%;
  }
}

@media all and (max-width: 1200px) {
  .mobile_nav {
    display: table;
    width: 100%;
    position: fixed;
    top: 0;
    background: #ffffff;
    z-index: 999;
  }

  .mobile_nav .cd-logo-mobile {
    /* position: fixed; */
    /* z-index: 99;
    top: 20px;
    left: 20px; */
    padding-left: 10px;
  }

  .mobile_nav .cd-logo-mobile img {
    width: 100%;
    max-width: 200px;
    padding-top: 10px;
    /* position: absolute; */
    padding-bottom: 10px;
    z-index: 99;
  }
}

.shout-container shouteventcontent shoutimg.shout-image-block {
  height: 180px;
  width: 240px;
  padding: 10px;
}

.shout-container shouteventcontent shoutimg.shout-image-block img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid #f1b1c9;
}

.shout-container shouteventcontent {
  flex-direction: row;
}

.shout-container shoutinner {
  padding: 0px;
}

.shout-container shouttext {
  border-bottom: 2px solid #f1b1c9;
  /* margin-bottom: 10px; */
}

.shout-container shouteventtype {
  width: 100%;
  background: #f1b1c9;
  margin: 0;
  color: #fff;
}

.shout-container shouteventname {
  padding-top: 10px;
  text-align: left;
  padding-bottom: 5px;
  font-weight: 500;
}

.shout-container shouteventdescription {
  text-align: left;
}

.shout-container shouttitle {
  font-size: 21px;
}

@media all and (max-width: 1200px) {
  .shout-container shoutinner {
    flex-direction: column;
  }

  .shout-container shouteventcontent {
    flex-direction: column;
    max-width: 90%;
  }
}

#aboutus-container p {
  font-size: 34px;
  line-height: 43px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 15px;
}

.event-info h3 {
  margin: 0;
}
@media all and (max-width: 768px) {
  #aboutus-container p {
    font-size: 27px;
    line-height: 33px;
    text-align: left;
  }
}

.html,
body {
  box-sizing: border-box;
  margin: 0;
}

.gn-popup {
  background: rgba(0, 0, 0, 0.8);
  padding: 2rem;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.gn-popup__close-btn {
  background: black;
  padding: 0.5rem 1rem;
  color: white;
  position: absolute;
  z-index: 9;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.gn-popup__content {
  color: white;
}

.is-hidden {
  display: none !important;
}

.gn-popup__content img {
  width: 100%;
  max-width: 600px;
}

.shout-container shouttext {
  background-color: white;
  color: #333;
  align-items: flex-start;
  border-radius: 5px;
}

.shout-container shoutmessage {
  color: #333;
  text-align: left;
  font-size: 13px;
}

.shout-container shouttitle {
  color: #f1b1c9;
  border-bottom: 2px solid #f1b1c9;
  margin: 0;
  text-align: left;
}

#shout-container shoutinner shouttext shoutdate {
  color: #333;
  font-size: 12px;
}

.is-inline-block {
  display: inline-block;
}

.buy-container {
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
}

.buy-container .button {
  background-color: #f1b1c9;
  color: white;
  padding: 1rem 2rem;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .shout-container {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 3rem;
  }
  .shout-container shoutinner {
    max-width: 400px;
  }
  #shout-container shoutinner shouttext shoutdate {
    font-size: 14px;
  }
  .shout-container shoutmessage {
    font-size: 16px;
  }
  .shout-container shouttitle {
    margin-bottom: 0.5rem;
    font-size: 22px;
  }
  .buy-container {
    z-index: 999;
  }
}
