@font-face {
    font-family: 'balloon_extrabold';
    src: url('../fonts/balloon1-webfont.eot');
    src: url('../fonts/balloon1-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/balloon1-webfont.woff2') format('woff2'),
         url('../fonts/balloon1-webfont.woff') format('woff'),
         url('../fonts/balloon1-webfont.ttf') format('truetype'),
         url('../fonts/balloon1-webfont.svg#balloon_extrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1,h2,h3,h4,h5,h6 {
	font-family: 'balloon_extrabold'; 
}
.new_wolfies #sp-top-bar, .new_wolfies #sp-header, .new_wolfies .sticky-header-placeholder, .new_wolfies footer{
  display: none !important;
}
.new_wolfies #sp-main-body{
  background: url("https://wolfies.com/templates/shaper_helixultimate/images/header-bg.jpg") no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: cover;
  padding: 50px 30px;
}
.new_wolfies .new_logo_custom {
  text-align: center;
  margin: 0 0 20px;
}
.new_wolfies .new_wf_row{
  display: flex;
  gap: 30px;
}
.new_wolfies .new_wf_row .new_wf_col {
  width: 50%;
  padding: 15px;
  background: #fff;
  border-radius: 15px;
}
.new_wolfies .new_wf_row .new_wf_col img {
  width: 100%;
  display: block;
  height: 450px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  box-shadow: 0 0 5px #0000002e;
}
.new_wolfies .new_wf_row .new_wf_col h3 {
  font-size: 25px;
  margin: 10px;
  -webkit-text-stroke: 1px black;
  color: #a2a2a2;
}
.new_wolfies .new_wf_row .new_wf_col p {
  font-family: 'balloon_extrabold';
  font-size: 18px;
  text-align: center;
  margin: 0;
}

#sp-header #sp-menu nav > ul > li:last-child, .offcanvas-menu .offcanvas-inner ul.menu > li.item-156{
  display: none !important;
}
.new_wf_col .custom_phone_number{
  text-align: center;
}
.new_wf_col .custom_phone_number a {
  font-size: 20px;
  font-weight: 600;
  color: #000 !important;
}
.menu_gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.menu_gallery_image{
    width: calc(50% - 10px);
}
.menu_gallery_image img{
    width: 100% !important;
    display: block;
}
.gallary_btn_menu {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.gallary_btn_menu a{
  border-radius: 4px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.05) 100%);
  border: 1px solid rgba(0,0,0,.1);
  font-family: "balloon_extrabold", sans-serif;
  font-size: 18px;
  display: inline-block;
  padding: 13px 25px;
  color: #fc0505;
  text-align: center;
  transition: all 0.4s;
}
.gallary_btn_menu a:hover{
    background: #fc0505;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
  .new_wolfies .new_wf_row .new_wf_col img{
    height: 300px;
  }
  .new_wolfies .new_wf_row .new_wf_col h3{
    font-size: 22px;
  }
  .new_wf_col .custom_phone_number a{
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .new_wolfies .new_wf_row{
    gap: 15px;
  }
  .new_wolfies .new_wf_row .new_wf_col h3{
    font-size: 18px;
    margin: 10px 0;
    -webkit-text-stroke: 0.6px black;
  }
  .new_wolfies .new_wf_row .new_wf_col img{
    height: 300px;
  }
  .new_wolfies .new_wf_row .new_wf_col p{
    font-size: 15px;
  }
  .gallary_btn_menu a{
    padding: 10px 25px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .new_wolfies .new_logo_custom img {
     max-width: 200px;
   }
  .new_wolfies .new_wf_row{
    gap: 15px;
    flex-wrap: wrap;
  }
  .new_wolfies .new_wf_row .new_wf_col{
    padding: 10px;
    width: 100%;
  }
  .new_wolfies .new_wf_row .new_wf_col h3{
    font-size: 17px;
    margin: 10px 0;
    -webkit-text-stroke: 0.6px black;
  }
  .new_wolfies .new_wf_row .new_wf_col img{
    height: 250px;
  }
  .new_wolfies .new_wf_row .new_wf_col p{
    font-size: 14px;
  }
  .menu_gallery{
    gap: 10px;
  }
  .gallary_btn_menu{
    flex-wrap: wrap;
  }
  .gallary_btn_menu a{
    width: 100%;
  }
  .menu_gallery_image{
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .new_wolfies .new_wf_row .new_wf_col img{
    height: 200px;
  }
}