@font-face {
    font-family: 'Akkurat Pro';
    src: url('../fonts_new/AkkuratPro-Regular.eot');
    src: url('../fonts_new/AkkuratPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts_new/AkkuratPro-Regular.woff2') format('woff2'),
        url('../fonts_new/AkkuratPro-Regular.woff') format('woff'),
        url('../fonts_new/AkkuratPro-Regular.ttf') format('truetype'),
        url('../fonts_new/AkkuratPro-Regular.svg#AkkuratPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Alpha Beta';
    src: url('../fonts_new/alpha_beta-webfont.eot');
    src: url('../fonts_new/alpha_beta-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts_new/alpha_beta-webfont.woff2') format('woff2'),
         url('../fonts_new/alpha_beta-webfont.woff') format('woff'),
         url('../fonts_new/alpha-beta-webfont.ttf') format('truetype'),
         url('../fonts_new/alpha_beta-webfont.svg#alpha_beta_-_demoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* 1. Theme default css */

body {
  font-family: 'Akkurat Pro';
  font-weight: normal;
  font-style: normal;
  color: #000;
}


.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

a,
button {
  color: #1F1F1F;
  outline: medium none;
}
a:visited {color:#1f1f1f;}

h1, h2, h3, h4, h5 {
  font-family: 'Akkurat Pro';
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
.heading_1 {text-transform:uppercase;}
.heading_2 {text-transform:uppercase;}
ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 26px;
  margin-bottom: 0px;
  font-family: 'Akkurat Pro';
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

h3 {
  font-size: 24px;
}

.mb-65 {
  margin-bottom: 67px;
}

.black-bg {
  background: #020c26 !important;
}

.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

.bg-img-1 {
  background-image: url(../img_new/slider/slider-img-1.jpg);
}

.bg-img-2 {
  background-image: url(../img_new/background-img/bg-img-2.jpg);
}

.cta-bg-1 {
  background-image: url(../img_new/background-img/bg-img-3.jpg);
}

.overlay {
  position: relative;
  z-index: 0;
}

.overlay::before {
  position: absolute;
  content: "";
  background-color: #1f1f1f;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .5;
}

.overlay2 {
  position: relative;
  z-index: 0;
}

.overlay2::before {
  position: absolute;
  content: "";
  background-color: #2C2C2C;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.overlay_03 {
  position: relative;
  z-index: 0;
}

.overlay_03::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2C2C2C;
  opacity: .6;
  content: '';
  z-index: -1;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

/* button style */

.owl-carousel .owl-nav div {
  background: transparent;
  height: 50px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  color: #fff;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50px;
  font-size: 15px;
  line-height: 50px;
  border: 1px solid #918DFE;
  left: 150px;
  color: #FFFFFF;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 150px;
}

.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}

.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel:hover .owl-nav div:hover {
  color: #615CFD;
  background: #fff;
  border: 1px solid transparent;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-95 {
  margin-bottom: 95px;
}
.line_btn {
  display: inline-block;
  font-size: 13px;
  color: #000000;
  border: 1px solid #ffc000;
  text-transform: capitalize;
  padding: 13px 34px;
  font-weight: 500;
  font-family: 'Akkurat Pro';
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.line_btn:hover {
  background: #ffc000;
  color: #fff;
}

.mb-50 {
  margin-bottom: 50px;
}

.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
}

.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #d13e1e;
}

.slicknav_menu .slicknav_nav a.active {
  color: #FFC000;
}
.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}
.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 20px;
}

.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -25px;
  right: 5px;
}
.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.header-area .main-header-area {
  padding: 0px 0px;
  background: #fff;
  background: transparent;
}
#navigation > li{
	padding:25px 0px;
}
.header-area .main-header-area .search_icon {
  text-align: right;
}
.header-area .main-header-area .search_icon a {
  color: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}
.header-area .main-header-area .logo img{
  max-width: 350px;
}
.header-area .main-header-area.details_nav_bg {
  background: #727272;
  padding-bottom: 0;
}

.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.header-area .main-header-area .Appointment .book_btn {
  margin-left: 30px;
}

.header-area .main-header-area .Appointment .book_btn a {
  background: transparent;
  padding: 12px 26px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #000;
  color: #000;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-area .main-header-area .Appointment .book_btn a:hover {
  color: #fff;
  border: 1px solid transparent;
  background: #000;
  color: #fff;
}
.header-area .main-header-area .main-menu {
  text-align: center;
  padding: 0;
}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 28px;
}
.header-area .main-header-area .main-menu ul.order-menu li {
  display: block;
}

.header-area .main-header-area .main-menu ul li a {
  color: #000000;
  font-size: 17px;
  text-transform: capitalize;
  font-weight:normal;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Alpha Beta";
  position: relative;
  text-transform: uppercase;
  padding-bottom: 8px; padding-top:10px;
    border-bottom: 2px solid #fff;
}

.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a:hover {
  color: #d13e1e;
}

.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  background: #F4F2F1;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  min-width: 450px;
  margin-left: -140px;
  padding: 20px;
}
.header-section .col-xl-12 {padding-right:0px; padding-left:0px;}


.header-area .main-header-area .main-menu ul li .submenu li {
  display: inline-block;
    width: 100%;
}
.header-area .main-header-area .main-menu ul li .submenu li:last-child { background: url(/wp-content/themes/belcampo/img_new/curve-bottom.png) bottom no-repeat; padding-bottom: 30px; margin-bottom: 20px; background-size: 150px; }
.header-area .main-header-area .main-menu ul li .submenu.learn_megamenu li:last-child { background: none;  }
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 0 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
  font-family: 'Akkurat Pro';
  /*font-family: "Alpha Beta";*/
  font-size: 13px;
  /*letter-spacing: 2px;*/
    font-weight: 600;
    border-bottom: 0; 
    padding-bottom: 15px;
    text-transform: uppercase;
	line-height:20px;
	letter-spacing:1px;
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}

.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 52px;
  -webkit-transform: translate(0, 42px);
  -ms-transform: translate(0, 42px);
  transform: translate(0, 42px);
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

.header-area .main-header-area .main-menu.white_text li a {
  color: #fff !important;
}

.header-area .main-header-area.sticky {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
    height: 65px;
}

.header-area .main-header-area.sticky #navigation > li {
    padding: 10px 0px;
}
.header-area .main-header-area.sticky .main-menu ul li:hover > .submenu{
	top:23px;
}

.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
}

.header-area .main-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;
}

.header-area .header-top_area {
  padding: 12px 0;
  background: rgba(44, 44, 44, 0.5);
}

.header-area .header-top_area .social_media_links a {
  font-size: 15px;
  color: #fff;
  margin-right: 12px;
}

.header-area .header-top_area .social_media_links a:hover {
  color: #28AE60;
}

.header-area .header-top_area .short_contact_list {
  text-align: right;
}

.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}

.header-area .header-top_area .short_contact_list ul li a {
  font-size: 13px;
  color: #fff;
  margin-left: 50px;
}

.header-area .header-top_area .short_contact_list ul li a i {
  color: #28AE60;
  margin-right: 7px;
}

.header_bottom_border {
  border-bottom: 1px solid #4B4E50;
  padding-bottom: 22px;
}

.header_bottom_border.white_border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.header-area .main-header-area .main-menu.white_text ul li a {
  color: #fff;
}

.header-area .main-header-area .main-menu.white_text ul li .submenu li a {
  color: #000 !important;
}

.slider_bg_1 {
  background-image: url(../img_new/banner/banner.png);
}

.slider_bg_2 {
  background-image: url(../img_new/banner/banner2.png);
}

.poly_img {
  position: absolute;
  right: 15%;
  top: 36%;
}


.shap_big_2 {
  position: absolute;
  right: 0;
  top: 59%;
  width: 36%;
}

.shap_big_2 img {
  width: 100%;
}

.shap_big_2.Another_shap_big {
  right: 0;
  top: 25%;
}
.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #F4F2F1;
}

.footer .pro_border {
  padding-top: 103px;
  padding-bottom: 50px;
  border-bottom: 1px solid #334A60;
}

.footer .pro_border .lets_projects h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
.footer .pro_border .lets_projects h3 a {
  color: #FF008C;
}

.footer .pro_border .phone_number {
  text-align: right;
}
.footer .pro_border .phone_number h3 {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}

.footer .pro_border .phone_number a {
  color: #C7C7C7;
  font-size: 15px;
  font-weight: 300;
}

.footer .pro_border .phone_number a:hover {
  color: #FF008C;
}

.footer .footer_top {
  padding-top: 150px;
  /*padding-bottom: 40px;*/
}
.footer .footer_top .footer_widget .footer_title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.footer .footer_top .footer_widget p {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}

.footer .footer_top .footer_widget p a {
  color: #777777;
}

.footer .footer_top .footer_widget p a:hover {
  color: #FF008C;
}

.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}

.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #FD955D;
  border-bottom: 1px solid #FD955D;
}

.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}

.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #FD955D;
  border-bottom: 1px solid #FD955D;
}

.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

.footer .footer_top .footer_widget ul li {
  color: #919191;
  font-size: 13px;
}

.footer .footer_top .footer_widget ul li a {
  color: #000;
  font-weight: 400;
  line-height:1.5;
}

.footer .footer_top .footer_widget ul li a:hover {
  color: #d13e1e;
}

.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 50px;
  background: #333333;
  padding-left: 20px;
  font-size: 14px;
  color: #fff;
  border: none;
  border-radius: 0px;
}

.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 14px;
  color: #777;
}

.footer .footer_top .footer_widget .newsletter_form input:focus {
  outline: none;
}

.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  border: none;
  font-size: 14px;
  color: #000000;
  background: #FFC000;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
  border-radius: 0;
  top: 0px;
  right: 0px;
  font-size: 14px;
  font-weight: 500;
  font-weight: 900;
}

.footer .footer_top .footer_widget .newsletter_text {
  font-size: 14px;
  color: #919191;
  line-height: 26px;
  margin-bottom: 40px;
  margin-top: 50px;
}

.footer .copy-right_text {
  background: #F4F2F1;
  padding-bottom: 30px;
}

.footer .copy-right_text .footer_border {
  padding-bottom: 30px;
}

.footer .copy-right_text .copy_right {
  font-size: 15px;
  color: #919191;
  margin-bottom: 0;
  font-weight: 400;
  text-align: left;
}

.footer .copy-right_text .copy_right a {
  color: #FFC000;
}
.footer .socail_links ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer .socail_links ul li:last-child { margin-right: 0; }

.footer .socail_links ul li a {
  font-size: 15px;
  color: #C3B2F0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #D13E1E;
  line-height: 40px !important;
  margin-right: 7px;
  color: #fff;
  margin-right: 1px;
  border-radius: 50%;
  border:1px solid #D13E1E;
}

.footer .socail_links ul li a:hover {
  color: #D13E1E !important;
  background: #fff;
}

.popup_box {
  background: #fff;
  display: inline-block;
  z-index: 9;
  width: 558px;
}

.popup_box .boxed-btn3 {
  width: 100%;
  text-transform: capitalize;
}

.popup_box .popup_header {
  background: #F5FBFF;
  padding: 28px 0;
  display: block;
}

.popup_box .popup_header h3 {
  text-align: center;
  font-size: 20px;
  color: #2C2C2C;
  margin-bottom: 0;
  font-weight: 400;
}

.popup_box .custom_form {
  padding: 60px 68px;
}

.popup_box input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #C7C7C7;
  padding: 15px 0;
  margin-bottom: 20px;
}

.popup_box input::placeholder {
  color: #919191;
  font-weight: 400;
}

.popup_box input:focus {
  outline: none;
}

.popup_box textarea {
  width: 100%;
  border: none;
  margin-top: 112px;
  border-bottom: 1px solid #C7C7C7;
  padding: 15px 0;
  margin-bottom: 20px;
  height: 55px;
  resize: none;
  margin-bottom: 40px;
}

.popup_box textarea::placeholder {
  color: #919191;
  font-weight: 400;
}

.popup_box textarea:focus {
  outline: none;
}

.popup_box .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #E2E2E2;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Satisfy", cursive;
  font-weight: normal;
  width: 100% !important;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 0;
  margin-bottom: 30px;
  height: 50px !important;
  font-size: 16px;
  font-weight: 400;
  color: #919191;
}

.popup_box .nice-select::after {
  content: "\f0d7";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 3px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: fontawesome;
  color: #919191;
  font-size: 15px;
}

.popup_box .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: 200px;
  overflow-y: scroll;
}

.popup_box .nice-select.list {
  height: 200px;
  overflow-y: scroll;
}

#test-form {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#test-form .mfp-close-btn-in .mfp-close {
  color: #333;
  display: none !important;
}

#test-form button.mfp-close {
  display: none !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: .7;
}

.booking_area {
  padding-top: 70px;
  padding-bottom: 70px;
}

.booking.plus_padding {
  padding-bottom: 150px;
}
.booking_area.plus_padding .single_booking {
  margin-bottom: 80px;
}

.booking_area.inc_padding {
  padding-bottom: 150px;
}

.booking_area .single_booking {
  margin-bottom: 50px;
}

.booking_area .single_booking .booking_thumb {
  max-width: 300px;
  max-height: 300px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}


@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area {
   /* padding: 10px 0px;*/
  }
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
  .header-area .main-header-area.sticky {
	height:62px;
  }
  .booking_area .single_booking .booking_thumb {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mb-95 {
    margin-bottom: 80px;
  }
  .section_title p br {
    display: none;
  }
  .header-area .main-header-area {

  }
  .header-area .main-header-area .col-lg-2{
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .header-area .main-header-area .logo {
    text-align: left;
  }
  .header-area .main-header-area .logo img {
    width: 200px;
	margin: 0;
transform: none;
  }
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
  .header-area .main-header-area .Appointment .book_btn a {
    padding: 12px 20px;
  }
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
  .header-area .main-header-area.sticky {
  
  }
  .slider_area .single_slider .phone_thumb img {
    width: 100%;
  }
  .slider_area .single_slider .slider_text h3 br {
    display: none;
  }
  .slider_area .single_slider .slider_text h3 {
    font-size: 45px;
    letter-spacing: 3px;
    line-height: 55px;
  }
  .slider_area .single_slider .slider_text span {
    font-size: 16px;
  }
   .shap_img_1 {
    width: 40%;
  }
   .shap_big_2 {
    width: 40%;
  }
  .about_me {
    padding-bottom: 100px;
  }
  .about_me .about_img .color_pattern {
    right: 0;
  }
   .booking_details_area {
    padding-top: 100px;
  }
  .compapy_info .man_thumb {
    padding-right: 0;
  }
  .portfolio_image_area.dec_margin {
    padding: 100px 0;
  }
  .download_app_area .download_text {
    padding-left: 20px;
  }
  .download_app_area .download_text h3 {
    font-size: 57px;
    line-height: 65px;
    margin-bottom: 60px;
  }
  .download_app_area .download_text .download_android_apple {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .booking_area {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .booking_area.inc_padding {
    padding-bottom: 100px;
  }
  .booking_area .single_booking .booking_thumb {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 991px) {
	#navigation_left, #navigation_right, #navigation{display:none;}

  .mobile_menu { text-align: center; right: 0px; width: 100% !important; }
  .mobile_menu .slicknav_nav a { font-size: 18px; text-transform:uppercase; padding-top:15px; padding-bottom:15px; font-family:"Alpha Beta"; font-weight: normal;
    letter-spacing: 0.5px; }
.mobile_menu .slicknav_nav .sub-menu.submenu  a {font-family:"Alpha Beta" ; font-size:20px;
    padding: 0px;
    margin: 0px;
}
  .slicknav_menu .slicknav_nav { width: 100%; padding-top: 30px;  }
  .main-header-area .main-header-area .container { padding: 0; }
  .main-header-area .main-header-area .container .row.align-items-center { margin: 0; }
  .header-area .main-header-area.sticky { top: -71px; }
  .header-area #sticky-header.main-header-area { padding-top: 0;  padding-bottom: 0px}
  .slicknav_btn { right: 10px; }
  .slicknav_btn.slicknav_open .slicknav_icon-bar { display: none; }
  .slicknav_btn.slicknav_open .slicknav_icon-bar:first-child{display: block; -ms-transform: rotate(40deg); -webkit-transform: rotate(40deg);  transform: rotate(40deg);  top: 8px; }
  .slicknav_btn.slicknav_open .slicknav_icon-bar:last-child{display: block; -ms-transform: rotate(-40deg); -webkit-transform: rotate(-40deg);  transform: rotate(-40deg); }
  .slicknav_nav ul { margin: 0; }
  .slicknav_menu ul.submenu { background: #F4F2F1;  text-align: left; margin-left: 0px;padding: 40px 20px 0px; }
  .slicknav_menu .submenu li:last-child {
	padding-bottom: 0px;
margin-bottom: 30px;
background: none !important;
  }
  .submenu li a { text-transform: uppercase; letter-spacing: 3px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mobile_menu .slicknav_btn {
    top: -42px;
}
  .mb-95 {
    margin-bottom: 50px;
  }
  .find_app_row{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  }
  .right-menu-block {display:none;}
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
  .header-area {
    padding-top: 0;
  }
  .header-area .main-header-area {
    padding: 0px 0px;
    background: #fff;
  }
  .header-area .main-header-area .logo {
    text-align: left;
	 text-align: left;
	max-width: 300px;
margin-left: 0px;
transform: none;
width: 300px;
padding: 3px 0px;
  }
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
  .header-area .main-header-area.sticky {
    padding: 10px 0px;
  }
  .booking_details_area {
    padding-top: 100px;
  }
  .booking_details_area .bookings_info {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .gallery_area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
  .customer_feedback_area.padding_plus {
    padding-bottom: 100px;
  }
  .customer_feedback_area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .booking_area {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .booking.plus_padding {
    padding-bottom: 50px;
  }
  .booking_area.plus_padding .single_booking {
    margin-bottom: 50px;
  }
  .booking_area.inc_padding {
    padding-bottom: 50px;
  }
  .booking_area.inc_padding {
    padding-bottom: 50px;
  }
  .booking_area .single_booking .booking_thumb {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-95 {
    margin-bottom: 40px;
  }
  .subscribe_area input[type=email]{width:100%;}
  .co-founder h2{
    font-size: 25px !important;
    margin: 35px 0px 0px;
  }
  .right-menu-block {display:none;}
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .section_title h3 br {
    display: none;
  }
  .section_title p br {
    display: none;
  }
  .mb-50 {
    margin-bottom: 40px;
  }
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
   .slicknav_menu .slicknav_nav a i {
    display: none;
  }
  .slicknav_menu {
    margin-right: 0px;
  }
  .header-area {
    padding-top: 0;
  }
   .header-area .main-header-area {
    padding: 10px 0px;
  }
  .header-area .main-header-area.details_nav_bg {
    padding-bottom: 10px;
  }
  .header-area .main-header-area .logo {
    text-align: left;
  }
  .header-area .main-header-area .logo img {
    width: 150px;
  }
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
  .header-area .main-header-area.sticky {
    padding: 10px 0px;
  }
  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
  .hovicon{font-size:25px;}
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
  .header_bottom_border.white_border {
    padding: 0;
    border-bottom: none;
  }
  .header_bottom_border.white_border {
    padding: 0;
    border-bottom: none !important;
  }
  .header_bottom_border {
    padding: 0;
    border-bottom: none;
  }
  .slider_area .single_slider {
    height: 500px;
  }
  .slider_area .single_slider .phone_thumb {
    top: 60px;
  }
 .slider_area .single_slider .phone_thumb img {
    width: 100%;
  }
  .slider_area .single_slider .slider_text h3 br {
    display: none;
  }
  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .slider_area .single_slider .slider_text span {
    font-size: 16px;
  }
   .slider_area .single_slider .slider_text .video_service_btn > a {
    margin-bottom: 20px;
  }
   .features_area {
    padding-top: 0;
    padding-bottom: 30px;
  }
   .features_area .single_feature {
    padding-right: 0;
  }
   .counter_area {
    padding-bottom: 30px;
    padding-top: 60px;
  }
  .counter_area .single_counter h3 span {
    font-size: 26px;;
  }
  .about_me {
    padding-top: 0;
    padding-bottom: 0;
  }
  .about_me .about_e_details {
    margin-bottom: 30px;
  }
  .project_area {
    padding-bottom: 50px;
  }
  .project_area .projects_info {
    padding-left: 0;
    margin: 20px 0;
  }
  .booking_details_area {
    padding-top: 50px;
  }
  .booking_details_area .bookings_info {
    padding-left: 0px;
  }
  .mt-50 {
    margin-top: 0px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .footer .pro_border .lets_projects h3 {
    color: #fff;
    font-size: 19px;
  }
  .footer .pro_border .phone_number {
    text-align: center;
  }
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
  .footer .footer_top .footer_widget ul li {
    font-size: 16px !important;
  }
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
    font-size: 20px !important;
    text-align: left;
  }
  .footer .footer_top .footer_widget .belcmp-app-icon {
    top: -3px;
    max-width: 30px;
  }
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
  .footer .copy-right_text .copy_right {
    font-size: 13px;
    text-align: center;
  }
  .footer .socail_links {
    margin-top: 30px;
    text-align: left;
  }
  .bradcam_area {
    padding: 150px 0 100px 0;
  }
  .bradcam_area h3 {
    font-size: 30px;
  }
  .customer_feedback_area.padding_plus {
    padding-bottom: 50px;
  }
  .customer_feedback_area {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .customer_feedback_area .single_customer {
    display: block !important;
  }
  .customer_feedback_area .single_customer .thumb {
    margin-bottom: 30px;
  }
  .customer_feedback_area .owl-dots div {
    width: 15px;
  }
  .discuss_projects {
    padding: 50px 0 50px 0;
  }
  .discuss_projects .project_text h3 {
    font-size: 38px;
  }
  .booking_area {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .booking_area.plus_padding {
    padding-bottom: 0;
  }
  .booking_area.plus_padding .single_booking {
    margin-bottom: 40px;
  }
  .booking_area.inc_padding {
    padding-bottom: 50px;
  }
  .booking_area .single_booking .booking_thumb {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .video_area .video_wrap .video_text p br {
    display: none;
  }
}

.booking_area .single_booking .booking_thumb img {
  width: 100%;
}

.booking_area .single_booking h3 {
  font-size: 30px;
  color: #000;
  margin-top: 38px;
  margin-bottom: 20px;
}

.booking_area .single_booking span {
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}

.booking_area .single_booking p {
  font-size: 14px;
  color: #777777;
  font-weight: 400;
  display: block;
  margin-bottom: 0;
  margin-bottom: 31px;
}

.booking_videoes_area {
  padding-top: 100px;
  padding-bottom: 130px;
}

@media (max-width: 767px) {
  .booking_videoes_area {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .booking_videoes_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.booking_videoes_area .booking_info {
  padding-right: 30px; width: 100%;
}
.desktop-scrn { width: 100%; max-width:none;}

@media only screen and (max-width: 767px) {
  .booking_videoes_area .booking_info {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .booking_videoes_area .booking_info {
    margin-bottom: 40px;
  }
}

.booking_videoes_area .booking_info h3 {
  font-size: 72px;
}

@media only screen and (max-width: 767px) {
  .booking_videoes_area .booking_info h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .booking_videoes_area .booking_info h3 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking_videoes_area .booking_info h3 {
    font-size: 40px;
  }
}

.booking_videoes_area .booking_info > p {
  margin-top: 56px;
  margin-bottom: 53px;
}

.booking_videoes_area .booking_info .video_watch a {
  display: inline-block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffc000;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  margin-right: 25px;
}

.booking_videoes_area .booking_info .video_watch .watch_text h4 {
  font-size: 30px;
  margin-bottom: 7px;
}

.booking_videoes_area .booking_info .video_watch .watch_text p {
  color: #777777;
  font-size: 14px;
  margin-bottom: 0;
}

.booking_videoes_area .videos_thumb {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .booking_videoes_area .videos_thumb {
    margin-top: 40px;
  }
}

.booking_videoes_area .videos_thumb .big_img {
  padding-left: 100px;
}

@media only screen and (max-width: 767px) {
  .booking_videoes_area .videos_thumb .big_img {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .booking_videoes_area .videos_thumb .big_img {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking_videoes_area .videos_thumb .big_img {
    padding-left: 50px;
  }
}

.booking_videoes_area .videos_thumb .big_img img {
  width: 100%;
}

.booking_videoes_area .videos_thumb .small_thumb {
  position: absolute;
  top: 60px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .booking_videoes_area .videos_thumb .small_thumb {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .booking_videoes_area .videos_thumb .small_thumb img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking_videoes_area .videos_thumb .small_thumb img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .booking_videoes_area .videos_thumb .small_thumb {
    width: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking_videoes_area .videos_thumb .small_thumb {
    width: 120px;
  }
}

.booking_videoes_area .videos_thumb .small_thumb_2 {
  position: absolute;
  right: 68px;
  bottom: -105px;
}

@media only screen and (max-width: 767px) {
  .booking_videoes_area .videos_thumb .small_thumb_2 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .booking_videoes_area .videos_thumb .small_thumb_2 {
    width: 120px;
    bottom: -50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking_videoes_area .videos_thumb .small_thumb_2 {
    width: 120px;
    bottom: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .booking_videoes_area .videos_thumb .small_thumb_2 img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking_videoes_area .videos_thumb .small_thumb_2 img {
    width: 100%;
  }
}

.dish_area {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dish_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .dish_area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .dish_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.dish_area .single_dish {
  padding: 0;
  margin-bottom: 30px;
  position: relative;
    background: #fff;
}

@media only screen and (max-width: 767px) {
  .dish_area .single_dish {
    margin-bottom: 50px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dish_area .single_dish {
    padding: 50px 42px;
  }
}

.dish_area .single_dish .thumb {
  margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dish_area .single_dish .thumb {
    width: 130px;
    height: 130px;
    position: absolute;
    top: -66px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dish_area .single_dish .thumb img {
    width: 100%;
  }
}

.dish_area .single_dish h3 {
  font-size: 30px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 24px;
}

.dish_area .single_dish p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .dish_area .single_dish:last-child {
    margin-bottom: 50px !important;
  }
}

.dish_area .dish_wrap {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (max-width: 767px) {
  .dish_area .dish_wrap {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .dish_area .dish_wrap {
    display: block !important;
  }
}

.dish_area .dish_wrap .single_dish {
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .dish_area .dish_wrap .single_dish {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dish_area .dish_wrap .single_dish {
    margin: 0 10px;
  }
}

.clients_area {
  padding: 150px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .clients_area {
    padding: 100px 0;
  }
}

.clients_area .client_info p {
  font-size: 12px;
  color: #777777;
  text-transform: uppercase;
}

.clients_area .client_info h3 {
  color: #000000;
  font-size: 60px;
  margin-top: 14px;
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .clients_area .client_info h3 {
    color: #000000;
    font-size: 40px;
    margin-top: 14px;
    margin-bottom: 35px;
  }
}

.booking_header_area {
  padding-top: 195px;
  padding-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  .booking_header_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .booking_header_area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking_header_area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.booking_header_area .booking_text h3 {
  font-size: 48px;
  color: #000000;
  line-height: 60px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .booking_header_area .booking_text h3 {
    font-size: 31px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 40px;
  }
}

.case_bg_1 {
  background-image: url(../img_new/banner/study_banner.png);
  background-size: 100% 100%;
}


/*=================== contact banner start ====================*/
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-contact label {
  font-size: 14px;
}

.form-contact .form-group {
  margin-bottom: 30px;
}

.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

.contact-section {
  padding: 130px 0 100px;
}

@media only screen and (max-width: 991px) {
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-section {
    padding: 80px 0 50px;
  }
}

.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

.contact-section .btn_2:hover {
  background-color: #ff5e13;
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

sup,
sub,
u,
del {
  color: #d13e1e;
}

h1 {
  font-size: 33px;;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #ff5e13;
}

.progress-table-wrap {
  overflow-x: scroll;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #ff5e13;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #ff5e13;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
  background: url(../img_new/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
  background: url(../img_new/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked + label {
  background: url(../img_new/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img_new/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
  background: url(../img_new/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-radio input:checked + label {
  background: url(../img_new/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.switch-wrap {
  margin-bottom: 10px;
}

/* Start Blog Area css
============================================================================================ */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

.full_image.single-blog {
  position: relative;
}

.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 992px) {
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
  .heading_2, h2 {
    font-size: 40px;
    margin-bottom: 30px;
}
}

.full_image.single-blog h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
  padding-bottom: 5px;
}

.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}
.full_image.single-blog .date {
  color: #fff;
}

.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
/*================= latest_blog_area css =============*/
.latest_blog_area {
  background: #f9f9ff;
}

.single-recent-blog-post {
  margin-bottom: 30px;
}

.single-recent-blog-post .thumb {
  overflow: hidden;
}

.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

.single-recent-blog-post .details {
  padding-top: 30px;
}

.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}


.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.categories_post img {
  max-width: 100%;
}

.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
.blog_item {
  margin-bottom: 50px;
}

.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media only screen and (min-width: 768px) {
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

.blog_details p {
  margin-bottom: 30px;
}

.blog_details a {
  color: #ff8b23;
}

.blog_details a:hover {
  color: #ffc000;
}

.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.blog-info-link li {
  float: left;
  font-size: 14px;
}

.blog-info-link li a {
  color: #999999;
}

.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

.blog-info-link li:last-child::after {
  display: none;
}

.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

.blog_item_img {
  position: relative;
}

.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #ffc000;
  padding: 8px 15px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .right-menu-block { text-align:right;}
    .right-menu.order-menu {  margin-top:0px; }
    .order-menu {  margin-top:0px; }
    .home .right-menu.order-menu { }
    .sticky .menu.right-menu.order-menu > li.order-now { height: auto; }
}

.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}

.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.comments-area .comment-list {
  padding-bottom: 48px;
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media only screen and (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.comment-form .form-group {
  margin-bottom: 30px;
}

.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

.comment-form .name {
  padding-left: 0px;
}

@media only screen and (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

.comment-form .email {
  padding-right: 0px;
}

@media only screen and (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}

.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

.comment-form .form-control::placeholder {
  color: #777777;
}

.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .revolutionary_farming .col-lg-6 {
    align-items: flex-start !important;
  }
  .mt-shasta {
    margin-left: 0px !important;
    top: -70px !important;
  }
   footer .col-lg-4 {   -webkit-box-flex: 0;  -ms-flex: 0 0 45.333333%;  flex: 0 0 45.333333%;   max-width: 45.333333%; }
}

/*custom style */
a:hover { color: #d13e1e; }
p:hover, a:hover p {color: #000;}

.app_link {text-align:center; background:#D13E1E; padding:8px 10px; text-transform:uppercase}
.app_link a, .menu-image-title {color: #fff;}
.app_link:hover {color: #D13E1E}
.blueDetails p a {color:#fff;}
.blueDetails  a:hover p {
    color: #E24301;
}
@media(min-width:1367px){
    .header-text h1 { font-size: 96px; letter-spacing: 9px;}
    .header-text h2 { font-size: 40px; letter-spacing: 4px; }
    .revolutionary_farming h3 { font-size: 96px; letter-spacing: 7px; text-transform:uppercase }
    .farming_things ul li { font-size: 40px; letter-spacing: 1px; }
    .revolutionary_farming .container { padding: 0 7%; }
	.logo { /*margin-top:9px;*/ max-height:42px; /*width:auto;*/  }
	.sticky .logo { /*margin-top:9px;*/ max-height:42px; /*width:auto;*/  }

}
.revolutionary_farming .col-lg-6 {   display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; align-items: center; }
.right-menu.order-menu { padding-bottom: 20px; text-transform: uppercase;}

.revolutionary_farming h3 { font-size: 60px; line-height: 1em; letter-spacing: 3px; font-weight: 700; text-transform: uppercase; margin-bottom: 80px; }
.mt-shasta { position: absolute; margin-left: 50px; top: -120px; width: 20%; }
.farming_things ul li{ text-transform: uppercase; font-size: 26px;; letter-spacing: 2px; font-weight: 700;  background: url(/wp-content/themes/belcampo/img_new/tick.png) left no-repeat; margin-bottom: 15px; padding-left: 50px; background-size: 30px; }
.farming_things .hash-txt { font-size: 22px; letter-spacing: 2px; font-weight: 700; color: #000; text-transform: uppercase; margin-top: 80px; }
.delicious { position: absolute; right: 10%; top: -155px; max-width: 230px; }
.dish_area h2 { font-family: "Alpha Beta"; font-size: 55px; font-weight: 700; letter-spacing: 9px; }
.dish_area_top_txt p { font-size: 25px; line-height: 50px; letter-spacing:1px; }
.single_dish_txt { padding: 50px 40px; }
.dish_area .single_dish .single_dish_txt h3 { font-size: 27px; letter-spacing: 3px; text-transform: uppercase; font-weight: 700;  }
.dish_area .single_dish .single_dish_txt p { font-size: 18px; }
.subscribe_area { background: #D13E1E; padding: 100px 0 100px 0;   }
.subscribe_area h4 { color: #fff; font-size: 35px; letter-spacing: 2px; line-height: 1.4em; font-weight: 700; text-transform: uppercase; max-width: 950px; width: auto !important; margin:auto; }
.subscribe_area input { border: none; webkit-appearance:none;  color: #fff; background: none; outline: 0; }
.subscribe_area input[type=text] { border-bottom: #fff 2px solid; font-family: 'Akkurat Pro'; font-size: 18px; padding-left: 0px;}
.subscribe_area input[type=text]::placeholder { color: #fff; font-family: 'Akkurat Pro'; font-size: 18px;}
.footer_title { font-size: 25px; font-family: "Alpha Beta"; letter-spacing: 2px; }
.footer .footer_top .footer_widget ul li { font-size: 20px; font-family: "Akkurat Pro"; letter-spacing: 1px; font-weight: normal; }
.footer-logo { position: absolute; margin-top: -70px; }
.bottom-vertical { position: absolute; margin-left: -100px; margin-top: -90px;  height: 670px; }
.now-available { position: absolute; margin-top: -155px; margin-left: -190px; }
.footer_top .footer_widget { margin-top: 50px; }
.footer .copy-right_text .copy_right a { color: #000; }
.footer .copy-right_text .copy_right span { margin:0 10px;  color: #000; }
.footer .footer_top .footer_widget .footer_title.download-txt {color: #231F20;font-size: 26px;}
.last-child-footer-widget { text-align: center; }
.belcmp-app-icon {position: relative; top: -7px; }
.footer .copy-right_text .copy_right a { color: #000; padding:0px 10px; text-transform:uppercase;}
.footer .copy-right_text .copy_right a:after{content: '';
    position: absolute;
    width: 1px;
    background: #373435;
    height: 12px;
    margin-left: 10px;
    margin-top: 8px;}
.subscribe_area input[type=email]::placeholder { color: red; font-size: 18px !important; }
.subscribe_area input[type=email] {
    border-bottom: #fff 2px solid;
    font-family: 'Akkurat Pro';
    font-size: 18px;
    padding-left: 0px;
    width: 400px;
    margin-right: 20px;
}
.dish_area .dish_wrap {
  margin-top: 70px;
}
.logo-scroller img{
  max-width: 80px;
}
.footer .copy-right_text .copy_right a:last-child:after{display:none;}
.footer .copy-right_text .copy_right a:first-child{padding-left:0px;}
.footer .socail_links img {width:15px;}
.subscribe_area input[type=email]::-webkit-input-placeholder { /* Edge */
  color: #fff; }
.subscribe_area input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;  }
.subscribe_area input[type=email]::placeholder {
  color: #fff; }
body { overflow-x: hidden; }
img { max-width: 100%; }
.container { width: 100%; padding: 0 50px; }
.right-menu li { display: inline-block; }
.order-menu a { color:#D13E1E; font-weight: 700; background:none; margin:0px; font-size:15px;}
.order-menu li:first-child a{/*padding:0px !important;*/ text-transform: uppercase;}
.d-lg-block { text-align: right; }
.header-text h1 { font-size: 60px; line-height: 1em; font-weight: 700; letter-spacing: 3px; text-transform:uppercase }
.header-text h2 { font-size: 26px; letter-spacing: 2px; text-transform:uppercase; line-height: 1.4em; font-weight:bold; margin-bottom:50px}
.header-img {  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px; padding-right: 0; }
.deliver-txt { font-weight: 700; color: #000; letter-spacing: 1px; font-size: 25px;  text-transform: uppercase }
.deliver-txt img { /*width: 35px;*/ }
.header-section .col-xl-6.col-lg-6.col-md-6 { display: inline-block; vertical-align: top;  padding-left:0px; padding-right:0px;}
.header-section .header-img img { width: 100%;}
.detail-more-link { color: #595959; font-size: 13px; text-decoration: underline;}
.text-scroller { /*background: #D13E1E;*/ color: #fff; overflow: hidden; letter-spacing: 1px; font-size: 25px; }
.booking_area { background: #F4F2F1; }
.booking_area h3 { text-transform: uppercase; background: url(../img_new/curve1.png) bottom repeat-x; display: inline-block; padding-bottom: 35px; font-weight: 700; background-size: 70px; font-size: 40px; }
.single-restoloc h1.locationHeading { letter-spacing: 3px;text-transform: uppercase; background: url(../img_new/curve1.png) bottom repeat-x; display: inline-block; padding-bottom: 40px; font-weight: 700; background-size: 80px; font-size: 60px;
padding-left: 20px;
padding-right: 20px;

 }
.booking_area .single_booking, .booking_area .single_booking a {
    margin: 0 auto;
    width: 280px;
    background: #fff;
    border-radius: 50%;
    height: 280px;
    text-transform: uppercase;
    vertical-align: middle;
	display:inherit;
}
.restaurant-img img {width:100%;}

@media screen and (-webkit-min-device-pixel-ratio:0) {  
    .hovicon, .hovicon:after {  width: 280px!important; height: 280px!important;  }    
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .hovicon:after {  width: 280px!important; height: 280px!important;  } 
}

.dish_area { background: #F4F2F1; margin-top: 100px; }
.dish_area .dish_wrap .single_dish { width: 33%; }
.main-menu li { text-transform: uppercase; font-weight: 700;  }
.footer .menu > li { padding-top:0px; }
.menu.right-menu.order-menu > li {padding-top: 0px;}
.header-area .main-header-area .main-menu ul li.checkout a {border-bottom: none;}
.flex-display {   display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
 }
.bottom-curv { margin-top: 5px; margin-bottom: 30px; }
.bottom-curv img{ width:175px; }
.detail-more-link {text-transform:none;}

.booking_area .container { max-width: 1100px; }
.booking_area .single_booking { display: table; }
.booking_area .single_booking .booking_thumb { font-family: Alpha Beta; font-size: 25px; height: 100%; display: table-cell; vertical-align: middle; border: #000 2px solid; }
.booking_area .single_booking .booking_thumb:hover, .booking_area .single_booking .booking_thumb:active { border-color: #E04726; }

.dish_area .single_dish .thumb { overflow: hidden; }

b, strong { font-weight: 700; }

.co-founder { margin-top:200px; width:100%; }
.rev-start { position: absolute; right: 0; margin-top: -130px; right: 50px; }
.co-founder h2 { text-transform: uppercase; font-size: 60px; letter-spacing: 3px; line-height: 1em; font-weight: 700; max-width: 700px; }
.co-founder p { font-size: 22px; letter-spacing:2px; font-weight: 700; text-transform:uppercase }
.co-founder .img-position { left: 0px; }
.co-founder .embed-container iframe{
  margin: 0px !important;
}
.co-founder .col-lg-5 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  left: -50px;
}
.bottom-curv img { width: 250px;  }

.footer .footer_top .footer_widget .available-apps p { color: #C83F19; line-height: 23px; font-size: 18px; margin-top: 15px; }
.footer .footer_top .footer_widget .available-apps img { width: 40px; margin: 5px; }
.footer .socail_links { }

.right-menu.order-menu li.checkout a:hover { color: #D13E1E; background: url(/wp-content/themes/belcampo/img_new/curve1.png) bottom repeat-x; background-size: 30px; padding-bottom: 10px !important; }


.logo-scroller .previous { position: absolute; left: 0; top: 35%; }
.logo-scroller .next { position: absolute; right: 0; top: 35%; }

.subscribe_area input[type=text]::-webkit-input-placeholder { /* Edge */
  color: #fff; }
.subscribe_area input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;  }
.subscribe_area input[type=text]::placeholder {
  color: #fff; font-size: 25px; }


.subscribe_area input[type=text] { width: 300px; font-size: 25px; margin-right: 50px; }
.subscribe_area input[type=submit] { font-family: "Alpha Beta"; font-size: 25px; background:none; border:none; cursor:pointer;}

#postsCarousel .col-md-4 { display: inline-block; width:31%;  }
#postsCarousel .card { border: #DF4726 5px solid; border-radius: 0; padding: 30px 35px; }
#postsCarousel .carousel-inner { margin:0 90px; width:auto; }
#postsCarousel .carousel-item { margin: 0px; }
#postsCarousel .col-md-4 h2 { font-size: 20px; margin-bottom: 0px; }
#postsCarousel .col-md-4 .date h2 { margin-top: 30px; }
#postsCarousel .col-md-4 img { margin-bottom: 20px; }
.hash-txt.more-txt { font-size: 25px; letter-spacing:2px; font-weight: 700; margin-top: 70px; }

.carousel-item { margin: 0;  }
.carousel-item .col-md-4 {   }

.modal-open .modal { z-index: 99999999; overflow: hidden; }
.modal-header .modal-title {  font-size: 40px; font-family: "Akkurat Pro"; text-transform: uppercase; letter-spacing: 3px; font-weight: 700;  }
.modal-header { border-radius: 0; border-bottom: 0!important; }
.pop-outer .modal_header {
    background: none;
    color: #fff;
    padding: 45px 0px 40px;
    text-align: center;
    margin: 0px;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 30px;
    text-transform: uppercase;
}
.modal-content { border-radius: 0; border-bottom: 0!important; padding:40px}

.modal-body { padding:0 50px 35px 50px;  text-align: left;}
.modal-dialog { margin: 14% auto!important; }

.order-menu .order-now a{ color: #fff; background: #D13E1E; padding: 9px 20px 7px 20px;  border: #D13E1E 1px solid;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 2px rgba(209, 62, 30, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 2px #D13E1E, 0 0 2px rgba(209, 62, 30, 0);
margin-left: 15px;
margin-right: 15px;
 }

  .header-area .main-header-area .main-menu ul li.order-now a {font-size:12px;}
.right-menu.order-menu .order-now a:hover { background: #fff; color: #D13E1E;  }


.mobile-respv { display: none; }

.primary-menu-block { position: relative; }
.left-menu-block { position: relative;  }

.modal-dialog {
    max-width: none;
}
.modal-content {border-radius:0px !important;}
@media only screen and (max-width:1366px) and (min-width:992px){
  .home .primary-menu-block, .home .right-menu-block {}
    .primary-menu-block, .right-menu-block {}
    .right-menu-block { position:static; }
	.main-header-area .align-items-center{
		position:relative;
	}
	.main-header-area .order-menu{
		justify-content: flex-end !important;
margin-top: 15px;
	}
	.order-menu .order-now a {padding-top:3px; padding-bottom:3px;margin-left: 10px;
margin-right: 0;}
    .home .primary-menu-block {  }
    .primary-menu-block {  }
	.header-area .sticky .main-header-area .main-menu ul li a {padding-bottom:6.5px;}
	.header-area .sticky .main-header-area .main-menu ul li .submenu {margin-top:-8.5px}
    .header-section .container { padding: 0; }
    .yellow-band.slideinLeft { left: -20px; }
    .header-section .flex-display { padding-right: 0; }
    .header-section .header-img { padding-right: 0; padding-left: 0; }
    .header-text h1 { font-size: 60px; }
    .header-text h2 { font-size: 28px; }
    .deliver-txt { font-size: 20px; }
    .bottom-curv img { width: 210px; }
    .bottom-curv { margin-top: 10px; margin-bottom: 20px; }
    .booking_area h3 { font-size: 32px; padding-left: 40px; padding-right: 40px; }
    .revolutionary_farming h3 { font-size: 60px; }
    .farming_things ul li { font-size: 25px; }
    .farming_things .hash-txt { font-size: 18px; margin-top: 60px;}
    .hash-txt.more-txt { font-size: 20px; margin-top: 50px; }
    #postsCarousel .col-md-4 { width:31%; }
    .clients_area { padding-bottom: 100px; }
    .co-founder h2 { font-size: 45px; margin-top: 0; }
    .co-founder p { font-size: 25px; }
    .co-founder .bottom-curv img { width: 155px; }
    .rev-start { width:200px; }
    .footer .footer_top .footer_widget .footer_title.download-txt, .footer .footer_top .footer_widget .footer_title, .footer .footer_top .footer_widget ul li  { font-size: 18px; }
    .playstore-icons img { display: inline-block; width: 40%; }
    .footer .footer_top .footer_widget .available-apps p{  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
    .footer .footer_top .footer_widget .available-apps img { display: inline-block; width: 80%; margin-top: 20px;  }
    .bottom-vertical { height: 625px !important; }
    .now-available { margin-left: -155px; }
   
    footer .col-xl-4.col-md-6.col-lg-4:nth-child(1){ order: 0; }
    footer .col-xl-4.col-md-6.col-lg-4:nth-child(2){ order: 2; }
    footer .col-xl-4.col-md-6.col-lg-4:nth-child(3){ order: 1; }
    footer .copy-right_text { margin-top: 30px; }
    .mobile-respv { display: block;}
    .desktop-scrn { display: none; }
    .text-scroller.mt-50 { margin-top: 25px; }
    .co-founder h2.mt-50 { margin-top: 0; }
    .slideinLeft.yellow-band { border-left: 50px solid #F9AB2D; left: -20px; }
    .slideinRight.yellow-band { border-right: 50px solid #F9AB2D; right: -20px; }

  .right-menu.order-menu {  }
    .home .right-menu.order-menu { 
 }
.woocommerce.woocommerce-page  .right-menu.order-menu{
	margin-top:0px;
}
.home .primary-menu-block .main-menu > nav > ul{
	text-align: right;
}
	.cart-contents-count{
		top:0px !important;
	}
	.woocommerce.woocommerce-page .cart-contents-count{
		top:-12px !important;
	}
	.map_mark.shop-pop-open{
		min-width:85px;
	}
    .woocommerce-js .menu.right-menu.order-menu > li.order-now {  width: auto!important; height: auto!important;  border-radius: 0;  padding: 5px 5px; background-image: none; }
}

@media screen and (max-width:1366px), screen\0 {
    .revolutionary_farming img.mobile-respv { width: 100%; }
}

@media only screen and (max-width:991px) and (min-width:768px){
    .header-text h1 { font-size: 40px; }
    .taste-better img { width: 120px; right: -65px; position: relative; }
    .yellow-band { border-left: 35px #F9AB2D solid; left: -65px; }
    .header-text { margin-left: 20px; padding: 40px 10px;}
    .header-text h2 { font-size: 25px; }
    .deliver-txt { font-size: 18px; }
    .bottom-curv img {  width: 195px; }
    .bottom-curv { margin-top: 0; }
    .text-scroller.mt-50 { margin-top: 25px; }
    .booking_area .single_booking { width: 200px; height: 200px; }
    .booking_area .col-xl-4.col-lg-4.col-md-6 { -ms-flex: 0 0 33%; flex: 0 0 33%;}
    .booking_area h3 { font-size: 30px; padding-left: 30px; padding-right: 30px; }
    .booking_area .hovicon{
      font-size: 25px;
    }
    .booking_area .hovicon.effect-1 span:before {
      width: 90px;
      height: 25px;
      margin-left: -45px;
    }
    .mt-shasta {
      position: absolute;
      margin-left: -50px;
      top: -60px;
      width: 15%;
    }
    .revolutionary_farming h3 { font-size: 40px; }
    .farming_things ul li { font-size: 25px; }
    .farming_things .hash-txt { font-size: 18px;}
    .delicious {
      right: 0px;
      top: -130px;
      max-width: 160px;
    }
    .mobile-respv { display: block;}
    .desktop-scrn { display: none; }
    .hash-txt.mt-50 { margin-top: 50px;  }
    .dish_area h2 { font-size: 60px; }
    .dish_area_top_txt p {
      font-size: 18px;
      line-height: 28px;
    }
    .dish_area .single_dish .thumb { width: 100%; height: auto; top: 0; position: relative; }
    .dish_area .single_dish { padding: 0; }
    .single_dish_txt { padding: 20px; }
    .dish_area .single_dish .single_dish_txt h3 { letter-spacing: 2px; }
    .hash-txt.more-txt { font-size: 20px; }
    .hash-txt.more-txt img { width: 45px; margin-left: 10px; }
    #postsCarousel { padding: 0; }
    #postsCarousel .carousel-inner { margin:0 30px; }
    #postsCarousel .logo-scroller img{
      max-width: 40px;
    }
    .logo-scroller .prev { left: -30px; }
    .logo-scroller .next { right: -30px; }
    #postsCarousel .col-md-4 { width: 31%; }
    #postsCarousel .card { padding: 10px 15px; }
    #postsCarousel .col-md-4 h2 { font-size: 15px; }
    #postsCarousel .col-md-4 .date h2 {
      font-size: 11px !important;
      margin-top: 10px;
    }
    .revolutionary_farming .col-lg-6 {
      display: block;
      align-items: center;
      max-width: none;
      flex: auto;
    }
    .rev-start {
      margin-top: -120px;
      width: 150px;
      right: -50px;
    }
    .co-founder .col-lg-5 {
      left: 0px;
    }
    .co-founder h2 { margin-top: 0; font-size: 26px;;}
    .co-founder p { font-size: 20px; }
    .co-founder p img { width: 50px; }
    .co-founder p.bottom-curv img { width: 125px; }
    .clients_area  { padding-bottom: 80px; padding-top: 80px; }
    .subscribe_area {
      padding: 80px 0 80px 0;
    }
    .subscribe_area h4 { font-size: 30px; }
    .footer .footer_top {
      padding-top: 90px;
    }
    footer .container {
      padding: 0 60px 0 30px;
      max-width: none;
    }
    .footer .footer_top .footer_widget .footer_title.download-txt, .footer .footer_top .footer_widget .footer_title, .footer .footer_top .footer_widget ul li  { font-size: 18px; }
    .playstore-icons img { display: inline-block; width: 40%; }
    .footer .footer_top .footer_widget .available-apps p{  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
    .footer .footer_top .footer_widget .available-apps img { display: inline-block; width:30px; margin-top: 20px;  }
    .bottom-vertical { height: 625px; }
    .now-available { margin-left: -155px; }
    footer .col-lg-4 {   -webkit-box-flex: 0;  -ms-flex: 0 0 45.333333%;  flex: 0 0 45.333333%;   max-width: 45.333333%; }
    footer .col-xl-4.col-md-6.col-lg-4:nth-child(1){ order: 0; }
    footer .col-xl-4.col-md-6.col-lg-4:nth-child(2){ order: 2; }
    footer .col-xl-4.col-md-6.col-lg-4:nth-child(3){ order: 1; }
    footer .copy-right_text { margin-top: 30px; }
    footer .col-md-6 .row{display: block;}
    footer .col-xl-9.col-md-6.col-lg-9 {  width: 70%; -ms-flex: 0 0 70%;  flex: 0 0 70%; max-width: 70%; }
    footer .col-xl-3.col-md-6.col-lg-3 {  width: 30%;  -ms-flex: 0 0 30%;  flex: 0 0 30%; max-width: 30%; }
    .bottom-vertical { margin-left: -70px; }
    .now-available {  margin-left: -120px;  width: 150px; margin-top: -90px; }
    .bottom-vertical {
      height: 720px;
      margin-top: -40px;
      margin-left: -90px;
    }
    .download-txt {    min-width: 250px; margin-left: -30px;}
}
.slicknav_icon-bar {  background: #e24301 !important; }
.dish_area h2 { text-transform: uppercase; }
.mob-top-menu-wrap { background: #F4F2F1; width: 100%; text-align: center; padding-top: 6px; height: 35px; }
.mobile-slider { display: none; }
.booking_area h3 { letter-spacing: 2px; }
.main-header-area .main-header-area { padding: 0; }

#sticky-header .right-menu.order-menu { padding-bottom: 0; }

.mobile-respv.mob-top-menu-wrap { display: none; }

@media(max-width:991px){
   /* .mobile-respv.mob-top-menu-wrap { display: block!important; }*/
    .right-menu-block { top: 15px; }
}

.yellow-band.left { border-left-style:solid; border-left-width:50px;}
.yellow-band.right { border-right-style:solid; border-right-width:50px;}
.yellow-band.none { border: none;}

@media (max-width:767px){
    .ticker-wrap {
      height: 40px !important;
    }
    .ticker-wrap .ticker {
      height: 40px !important;
      line-height: 40px !important;
    }
    .ticker-wrap .ticker__item{
      font-size: 18px !important;
    }
    .container { padding: 0 30px; }
    .order-online-btn{position:static;margin:auto;float:none;width: 100%;}
    .co-founder iframe{width:100% !important; }
    .header-section{ padding-bottom: 30px; }
    .header-section .container .col-xl-12.flex-display { -webkit-box-flex: 0;  -ms-flex: 0 0 100%;  flex: 0 0 100%;   max-width: 100%;   display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; flex-direction: column; }
    .header-text { margin-left: 10px;  }
    .yellow-band.left { border-left: 25px #F9AB2D solid; left: -45px; width: 100%; order: 1; margin-left: 45px; }
    .yellow-band.right { border-left: 25px #F9AB2D solid; left: -45px; width: 100%; order: 1; margin-left: 45px; border-right:0px; }
    .header-img { order: 0; }
    .dish_area h2, .revolutionary_farming h3 { font-size: 40px; word-break: break-all; }
    .mobile-respv { display: block;}
    .taste-better, .desktop-scrn { display: none; }
    .header-text h1 { font-size: 60px; margin-top: 30px; }
    .header-text h2 { font-size: 25px; margin-bottom: 40px; }
    .booking_area h3 { font-size: 25px; padding: 30px 20px 40px;}
    .dish_area h2 { font-size: 28px; letter-spacing: 3px; word-break: inherit; }
    .delicious {
      right: 50px;
      top: -90px;
      width: 120px;
    }
    .farming_things .hash-txt { font-size: 20px; }
    .header-section .col-xl-12.flex-display, .header-section .col-md-6.yellow-band { padding-right: 0; padding-left:0px }
	.header-img {padding-left:0px;}
	.card {margin-bottom:20px;}
	.sticky .logo {margin-top:0px;}
    .flex-display { display: block; }
    .bottom-curv { margin-top: 10px; margin-bottom: 10px; }
    .deliver-txt { font-size: 16px; letter-spacing: 2px; }
    .bottom-curv img { width: 165px; }
    .header-area .main-header-area { padding: 5px 0px; background: #fff }
    .header-area .main-header-area .logo img {  width: 210px !important; }
    .header-section.mt-50 { margin-top: 0; }
    .header-section.mt-50 .container,
    .header-section.mt-50 .container .col-xl-12.flex-display, .header-section.mt-50 .container .header-img { padding: 0; }
    .booking_area .single_booking { width: 230px; height: 230px; margin-bottom: 30px; margin-left: auto; margin-right: auto; float:none;   }
    .revolutionary_farming h3 { letter-spacing: 3px; font-size: 30px; font-size: 25px; line-height: 1.4em;}
	.mt-shasta {top: -40px;}
    .mt-shasta { width: 120px;   }
    .booking_info { margin-top: 0px; }
    .farming_things ul li { font-size: 20px; }
    .dish_area_top_txt p { font-size: 25px; line-height: 40px; }
    .dish_area .dish_wrap .single_dish { width: 100%; }
    .hash-txt.more-txt { font-size: 20px; }
    .desktop-slider { display: none; }
    .mobile-slider { display: block; }
    #postsCarousel .col-md-4 { width: 100%; }
    .logo-scroller .prev, .logo-scroller .next { top: 100%; width: 70px;  }
    .logo-scroller .prev { left: 15%; }
    .logo-scroller .next { right: 15%; }
    #postsCarousel.mobile-slider.carousel { padding: 0 0 30px 0; }
    #postsCarousel .carousel-inner { width: 100%; margin: 0px; }
    .rev-start {
      margin-top: -130px;
      right: auto;
      left: auto;
      position: relative;
      display: block;
      margin: -100px auto 40px;
      max-width: 200px;
    }
    .co-founder .img-position { left: 0; }
    .co-founder {  margin: 200px 25px 0px !important; }
    .co-founder .col-xl-5.col-md-5.col-lg-5 {
      left: auto;
      margin: 0px !important;
      padding: 0px !important;
    }
    .co-founder .img-position { padding-left: 0; padding-right: 0; }
    .co-founder p.bounce-arrow, .farming_things p.hash-txt{
      margin-top: 40px;
    }
    .bottom-curv img { width: 190px; }
    .subscribe_area h4 { font-size: 25px; line-height: 40px; }
    .subscribe_area input[type=text] { margin-right: 0; max-width: 100%;  }
    .subscribe_area input[type=submit] { margin-top: 50px; }
    .footer-logo {  position: relative;  max-width:280px; display: block; margin: 0 auto;margin-left:0px; }
    .footer .footer_top .footer_widget { margin-bottom: 0; }
    .now-available { position: relative; margin-top: 0; margin-left: 0; margin-bottom: 30px; float: left;     display: block; }
    .bottom-vertical { display: none; }
    .mobile-curve-top { background: url(../img_new/curve1.png) top repeat-x; background-size: 20%; margin-top: 50px; padding-top: 30px; }
    .available-apps p:first-child { width: 75%; margin-left: auto; margin-right: auto; margin-bottom: 25px; }
    .footer .socail_links { text-align: center; margin-top: 0; }
    .footer .socail_links ul li a { width: 60px; height: 60px; line-height: 60px!important; font-size: 24px;}
    .dish_area .row { margin-left: -45px; margin-right: -45px; }
    .dish_area_top_txt { margin-left: 0px; margin-right: 0px; margin-bottom: 30px; }
    .dish_area_top_txt p {
      font-size: 18px;
      line-height: 28px;
    }
    .delicious {
      right: 50px;
      top: -100px;
    }
    #slider-template .container, #slider-template .col-xl-12.flex-display, #slider-template .col-xl-6.col-lg-6.col-md-6.header-img { padding: 0 0; }
    .booking_area .col-lg-4{
      width: 33%;
      padding: 0px 5px;
    }
    .booking_area .single_booking {
      border: #000 2px solid !important;
    }
    .booking_area .single_booking, .booking_area .single_booking a {
      width: 90px;
      height: 90px;
    }
    .booking_area .hovicon{
      font-size: 14px;
      padding: 10px;
    }
    .booking_area .hovicon, .booking_area .hovicon:after {
      width: 100px!important;
      height: 100px!important;
    }
    .booking_area .hovicon:after {
      display: none;
    }
    .booking_area .single_booking:hover {
      border: #E04726 2px solid !important;
    }
    .booking_area .hovicon.effect-1 span:before{
      display: none;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {  .hovicon, .hovicon:after {  width: 230px!important; height: 230px!important;  }    }

    #mc_embed_signup { margin-top: 20px; }

}

/*Ticker Scroll*/
 * {
  box-sizing: border-box;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  width: 100%;
  overflow: hidden;
  height: 3rem;
  background-color: #D13E1E;
  padding-left: 100%;
  box-sizing: content-box;
  text-transform:uppercase
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 90s;
  animation-duration: 90s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  color: white;
}

/*Hover image*/

.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width:100%;
}
figure.woocommerce-product-gallery__wrapper {width: 100%;}

.zoom-effect-container:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.bounce-arrow:hover img{
    -webkit-animation: bounceRight 2s;
  animation: bounceRight 2s;
  
}


/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(10px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
/* /right bounce */

/*circle hover effect */

.booking_area .single_booking { border:#000 2px solid; }
.booking_area .single_booking:hover { border-color:#E04726; }

.block {
    float: left;
    width: 100%;
    height: 100%;
}
.hovicon {
    display: inline-block;
    font-family: Alpha Beta;
    font-size: 25px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 1 */
 .hovicon.effect-1 {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
     display: table-cell;
     vertical-align: middle;
}
.hovicon.effect-1:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 3px #E04726;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
/* Effect 1a */
 .hovicon.effect-1.sub-a:hover {
    background: rgba(255, 255, 255, 1);
    color: #000;
}
.hovicon.effect-1.sub-a:hover i {
    color: #000;
}
.hovicon.effect-1:hover span:before {
  opacity: 1;
}

booking_area .single_booking:hover {
    border-color: #E04726;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}                                                                                                                                                           
/* */
/*--- hover border effect ---*/

#navigation li > a::after {
  content: "";
  position: absolute;
}
/*--- Green Box (box-c) ---*/
#navigation li > a::after {
  top: 99%;
  height: 3px !important;
  width: 0;
  left: 30%;
  background-color: rgba(209, 62, 30, 1);
  transition: 0.4s ease-out all .1s;
}

#navigation li:hover > a::after {
  width: 100%;
  left: 0;
  transition: 0.5s ease all;
}

#navigation .submenu li a::after { display: none; }

.footer .copy-right_text .copy_right a:hover{color:#D13E1E; font-weight:bold;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .now-available {
        margin-left:-45px;
   }
}

@media (min-width: 992px) {
	.mobile_menu{display:none;}
}
@media only screen and (max-width:1366px) and (min-width:992px){
.header-area .main-header-area .main-menu ul li:last-child:hover > .submenu{left:auto; right:0px;}
}
.header-area .main-header-area .main-menu ul li .submenu li a:hover{color:#D13E1E;}
.header-area .main-header-area .main-menu ul li .submenu li.current-menu-item a{color:#D13E1E;}

.woocommerce ul.products, .woocommerce-page ul.products{clear:none!important;}


.subscribe_area input[type=submit]:hover { background: #fff;  }

.subscribe_area input[type=email] { height: 50px; max-width:100%; }
.subscribe_area input[type=submit] { top: 5px;  height: 50px;  position: relative; padding-top: 8px; }
.subscribe_area input[type=submit]:hover { color: #D13E1E; }

#navigation > li > a{
	position:relative;
	z-index:999;
}

@media(max-width:550px){
    .co-founder p.bounce-arrow, .farming_things p.hash-txt { font-size: 18px; white-space: nowrap; }
    .co-founder p.bounce-arrow img, .farming_things p.hash-txt img { width: 50px; }
    
}
#slider-template .container, header .container { max-width:1920px; }

@media(min-width:1200px){
	.container {
    max-width: 1650px;
}
}
.dish_area h2 { margin-bottom: 50px; }
.taste-better img { width:120px; }
.slideinLeft .taste-better img  {margin-right:30px;}

.hovicon { font-size: 32px; }
.booking_area .single_booking { border:#000 5px solid; float:none; }
.booking_area .container { max-width: 1625px; }
.gallery-wrap {width:100%;}
.single_dish_txt:hover {     transform: scale(1.08); transition:0.4s ease; }
.farming_things .hash-txt img { margin-left: 20px; }
.header-text h2 {padding-right:20px;}
@media(min-width:1900px){
	.bottom-vertical { height: 590px; }   
}
.details_link { padding-top:40px;}
.woocommerce.woocommerce-page .menu.right-menu.order-menu { z-index: 999; }

.header-area .main-header-area .main-menu ul li.order-now a {
    border-bottom: none; margin-top:2px;
	color: #fff;
}
.sticky .menu.right-menu.order-menu > li.order-now:hover a { color: #D13E1E;}
.right-menu.order-menu li.order-now a:hover {background:none;}

@media(max-width:767px){
    .menu.right-menu.order-menu > li.order-now { background-image: none;  height: auto; width: auto; border-radius: 0; padding: 5px 20px; }
	
    .slideinLeft, .slideinRight {  animation: fade; transform: none; }
    .yellow-band.slideinRight { right: 0; margin-right: 0; border-right: 0!important; }
    .yellow-band.slideinLeft { left:0; margin-left: 0; }
    .header-text h1 {font-size:40px; }
    .mob-top-menu-wrap { padding-top: 0; }
    .yellow-band.slideinLeft .header-text { margin-left: 10px; }
    .yellow-band { margin-top: 30px; }
    .woocommerce.woocommerce-page .menu.right-menu.order-menu > li.order-now { width: auto; height: auto; }
 .mt-30 {margin-top:0px;} 

}
.title { min-height:75px} 
#postsCarousel .col-md-4 .date h2 {font-size:16px;}
.restaurant {
    padding-left: 30px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
@media(min-width:992px){
/* slider right to left animation */
.header-section .col-xl-6.col-lg-6.col-md-6.slideinRight {
   /*  for chrome and safari*/
           -webkit-animation-duration: 2s;
            -webkit-animation-name: slidein;

            /*for firefox*/
            -moz-animation-duration: 2s;
            -moz-animation-name: slidein;

              /* for opera*/
            -o-animation-duration: 2s;
            -o-animation-name: slidein; 

              /* Standard syntax*/
            animation-duration: 2s;
            animation-name: slidein;
}

.header-section .col-xl-6.col-lg-6.col-md-6.slideinLeft {
   /*  for chrome and safari*/
           -webkit-animation-duration: 1s;
            -webkit-animation-name: slideinleft;

            /*for firefox*/
            -moz-animation-duration: 1s;
            -moz-animation-name: slideinleft;

              /* for opera*/
            -o-animation-duration: 1s;
            -o-animation-name: slideinleft; 

              /* Standard syntax*/
            animation-duration: 1s;
            animation-name: slideinleft;
			padding-left: 0px;
}
.yellow-band.slideinLeft {  left:-50px; position: relative; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);    transform-origin: 50% 50% 0px; }
.yellow-band.slideinRight {  right:-50px; position: relative; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);    transform-origin: 50% 50% 0px; }
.yellow-band.slideinLeft .header-text { margin-left:50px; }
}
.single-restoloc h3 {margin-top:20px;}

@media (max-width: 480px) {
    .inner_page_banner { width: 100%; padding-top: 50px; }
    .ot-dtp-picker.wide .ot-dtp-picker-form { display: block!important; }
    .ot-dtp-picker.wide { min-width: auto!important; }
}
@media (min-width: 1000px){
    body > .lpj_row { margin-top: 92px; }
}

.ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link {
    color: #fff !important;
    background: #E24301 !important;
}
.ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link::after, .ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link::after {
    color: #fff !important;
    border-left: 1px solid #fff !important;
    padding-left: 10px !important;
}
.ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link::after {
    top: 0px;
    line-height: 48px !important;
}
#ot-reservation-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button:hover {
    background: #b8222d;
    border-color: #b8222d;
}
#ot-reservation-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
    color: #FFF;
    border: none;
	margin-left:1px !important;
	margin-top:1px !important;
	height:48px;
}
.ot-dtp-picker .ot-time-picker .ot-dtp-picker-selector-link::before, .ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link::before {
    color: #fff !important;
}
.ot-title, .ot-powered-by {
    display: none !important;
}
.shrink .secondaryMenu {display:none;}
.pad_tb_lg {
    float: left;
}
.taste-better {
    margin-bottom: 20px;
}

    .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;

    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
		margin-left:5%;
    }

.page-id-11432 figure {position:relative; max-width:1000px; margin:auto; display:block; margin-bottom:20px;}
.page-id-11432 .caption {bottom:0px; position:absolute; width:100%; text-align:center; color:#fff; background:linear-gradient(rgba(255, 255, 255, 0), rgb(0,0,0,1)); height:50%; padding:25% 0px 50px 0px}
.page-id-11432 .caption h1 {font-size: 40px; text-transform:uppercase;color:#fff}
.page-id-11432 .caption p {font-size: 20px; text-transform:uppercase;color:#fff}
.page-id-11432 .section-image img { width: 100%; height:auto}
@media (max-width: 767px){
.page-id-11432 .caption {padding:10% 0px 5%; height:60%;}
.page-id-11432 .caption h1 {font-size: 20px; }
.page-id-11432 .caption p {font-size: 16px; }
.subscribe_area h4 { width: 100%;  margin-bottom: 40px;}
.subscribe_area {width:100%; padding: 50px 0 50px 0;}
.subscribe_area input[type=submit] { margin-top: 20px; } 
}

@media only screen and (min-width: 768px){
.popmake-content #mc4wp-form-1 {
    position: absolute;
    bottom: -25px;
    width: 100%;
	top:auto;
}
}
.popmake-content h2 {
    position: absolute;
    top: 100px;
    padding: 30px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    font-weight: 600;
}
.popmake-content .mc4wp-form-fields {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    padding: 30px;
}
.wb_sbr{display:none;}
.popmake-content .mc4wp-form-fields .email_plc input, .popmake-content .mc4wp-form-fields .zip_code input {
    display: inline-block;
    font-size: 14px;
    float: left;
    line-height: 1.5;
    padding: 20px;
    margin: 0 10px 0 0;
    height: 42px;
    align-self: flex-end;
    background-color: #fff;
    outline: medium none;
    margin: 5px 0px;
    overflow: hidden;
    vertical-align: middle;
    width: 240px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(1, 1, 1, 0);
}
.popmake-content .mc4wp-form-fields .sbmt input {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 240px;
    line-height: 1.5;
    padding: 12px 30px;
    height: 42px;
    font-size: 13px;
    vertical-align: text-top;
    white-space: nowrap;
    border: 1px solid rgba(1, 1, 1, 0);
}
.pum-container.pum-responsive.pum-responsive-medium{padding:0px;}
.pum-theme-2919, .pum-theme-default-theme {
background-color: rgba(255, 255, 255, 0.5) !important;}
.pum-overlay.pum-overlay-disabled{visibility:visible !important; display: block; }
.pum-theme-2919 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{ background: none !important; padding: 20px !important; font-size:20px !important;}
@media(max-width:450px){ 
    .popmake-content h2 { font-size: 20px; top: 35px;  }
    .popmake-content .mc4wp-form-fields { display: block; }
}
@media(max-width:1200px) {
    .popmake-content .mc4wp-form-fields .email_plc input, .popmake-content .mc4wp-form-fields .zip_code input { width: auto; }
}
html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:fixed !important;}
.popmake-content .mc4wp-form-fields .email_plc, .popmake-content .mc4wp-form-fields .zip_code, .popmake-content .mc4wp-form-fields .sbmt{width:auto;}

/*testimonial*/
.test_head h3 strong {
    text-transform: uppercase;
    font-size: 45px;
    color: #000;
    padding: 10px 0px;
}
.test_inner{width:100% !important;}
.strong-view .wpmslider-viewport {
    width: 103% !important;
}

@media  (min-width:768px){
.strong-view.default .testimonial.t-slide {
    margin: 0px 17px;
    width: 353px !important;
}
}
.strong-view.default .testimonial-inner {
    max-height: 350px;
    overflow-y: scroll;
}
.strong-view.default .testimonial-inner {
    margin-top: 5rem;
    padding-top: 50px !important;
}
.strong-view.default .testimonial-content p {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.test_inner{width:100% !important;}

.page-template-tpl-meat-camp .lpj_row{width:100%;}

.video_embed {
    margin-bottom: 50px;
}
.strong-view.controls-type-sides-outside:not(.rtl) .wpmslider-next {
    right: -60px !important;
}

.modal_header{
color: #fff;
padding: 40px 0px;
text-align: center;
font-size: 34px;
font-weight: 600;
}
.modal_body {

text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}
.subscribe_row{
	  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
justify-content: center;margin-bottom: 10px;
	margin-left:auto;margin-right:auto;
}
.subscribe input{
padding: 6px 15px !important;
width: auto !important;
font-weight: 800 !important;
height: auto !important;
background:#df4726 !important;
margin-top: 13px !important;

}

.modal_offer img{
	max-width:350px !important;
	height:auto;
}
.modal_offer{
	margin-bottom:20px;
}
.modal_content .mc4wp-form{
	position:static !important;
}

.modal_para{
	margin: auto;
	width:70%;
	margin-bottom: 40px;
}
.modal_para p{
	color:#000;
font-size: 20px;
}
.modal_content  .mc4wp-form-fields{
	padding:0px 30px;
}
.subscribe_row .email  input, .subscribe_row  .zip_code input{
	width: auto !important;
	background: none !important;
box-shadow: none !important;
border-bottom: 1px solid #000 !important;
max-width:140px;
text-align: center;
}
.subscribe_row .email {
	margin-right:8px;
	width: auto !important;
	border:none;
	background:none;
	padding:0px;
}

.subscribe_row ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666;
  opacity: 1; /* Firefox */
}

.subscribe_row :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #666666;
}

.subscribe_row ::-ms-input-placeholder { /* Microsoft Edge */
 color: #666666;
}
.yikes-easy-mc-form{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
width: auto !important;
margin-left: auto;
margin-right: auto;
justify-content: center;
}
.yikes-easy-mc-form input{
	background: none !important;
border: none !important;border-bottom: 1px solid #b7b5b5  !important;outline:none !important;
}
.boxzilla-center.boxzilla-sample-box{
	padding:0px !important;border: none !important;
}
.yikes-easy-mc-submit-button{
	padding: 6px 15px !important;
width: auto !important;
font-weight: 800 !important;
height: auto !important;
background:
#df4726 !important;
margin-top: 13px !important;
border: none;
font-size: 14px;
margin-left: 5px;
margin-top: 0 !important;

min-height: 20px !important;

height: 34px !important;
}
.boxzilla-close-icon{
	color:
#fff !important;
opacity: 1 !important;;
}
.yikes-easy-mc-form .field-no-label, .yikes-easy-mc-form label{
	max-width:140px;
}
@media(min-width:1024px) {
	.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -20% !important;
    width: 40% !important;
}
.tab-pane .menu_items {column-count:2; display:block;}
}

@media(max-width:767px) {
	.modal_header{
		padding: 20px 0px;font-size: 24px;
	}
	
	.pop-outer .modal_header{
		padding: 20px 0px;font-size: 22px;letter-spacing:1px;
	}
	
	.modal_para{
		width:90%;
	}
	.modal_offer img {
    max-width: 100% !important;
}
.modal_offer{
	padding:0px 30px;
}
.subscribe_row,.yikes-easy-mc-form{
	flex-wrap:wrap;
}
}

input:focus::-webkit-input-placeholder {color:#212529;}

/*restaurant page*/
.hovicon.effect-1 { line-height: normal; }

.restaurant-img { text-align: center;
min-height: 500px;width: 100%;background-size: cover;background-repeat: no-repeat !important;
 }

.find_app_info {
  padding-top: 100px;
  padding-bottom:90px;
}

.find_app_icons { text-align: center; padding: 45px 30px 20px 30px; border: 8px solid #DF4726; }
.find_app_icons h2, .find_app-col2 h2, .about-section h2 {margin-bottom: 5px; font-family: 'Alpha Beta'; font-size: 44px; line-height: 55px; transform: matrix(0.99, -0.12, 0.12, 0.99, 0, 0); margin-left: 35px; max-width: 300px;  }
.find_app_icons ul { max-width: 400px; margin: 0 auto; margin-top: 35px;  }
.find_app_icons ul li { display: inline-block;  margin-bottom: 30px; width: 30%; text-align: center; padding:15px; }
.find_app_icons ul li img{ width:100% }
.find_app_icons ul li:nth-child(4) { clear: both; }
.find_app-col3 { margin-top:150px; font-size: 27px;  }
.find_app-col3 .sm_title{
	letter-spacing: 1.5px; font-size:21px;
margin-top: 8px;
margin-bottom: 8px;
}
.app_info { height:150px; }
.find_app-col3 li { line-height:35px; list-style:none; }
.find_app-col3 .res_address a p {text-decoration:none !important; font-size: 21px;
line-height: 35px; color: #000}
.find_app-col3 .res_address a {text-decoration:none !important;}
.find_app-col2 p {font-size:21px; line-height:35px;margin-bottom: 30px;}
.find_app-col2 ul { margin-top: 60px;}
.find_app-col2 {  padding-left: 100px; font-size: 21px; line-height: 35px; padding-right:50px  }
.find_app-col2 li { line-height: 35px; list-style: none; }
.find_app-col2 span {text-transform: uppercase;
font-weight: 700;
color: #000;
letter-spacing: 1.5px; font-size:21px;}
.find_app_info u { color: #000; text-decoration: underline; font-size: 21px;}
.find_app_info a { color: #d13e1e; text-decoration: underline!important; font-size: 21px;}
.about-section { margin: 0 auto; max-width: 100%;}
.about-section p { font-size: 21px; line-height: 35px; margin-bottom: 30px; }
.fresh-text { 
float: right;
color: #E04726;
font-family: 'Alpha Beta';
font-size: 24px;
transform: matrix(0.98, -0.19, 0.19, 0.98, 0, 0);
line-height: 1.3em;
text-align: right;
margin-top: 30px;
letter-spacing: 1.5px;
}
.menu-tab {   display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
margin-top: 0px;
padding-left: 80px;
justify-content: space-between;border-bottom:0;
 }
 
 
.menu-tab li { align-self: flex-end; flex: 1; text-align: center; font-size: 21px; font-weight: 600; margin-bottom: 0;min-width: 140px; }
.menu-tab li a { text-transform:uppercase; border: 0;padding: 0;
height: 80px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
align-items: center;
width: 140px;
justify-content: center;
font-size: 18px;letter-spacing: 1px;
 }
.menu-tab-holder  .yl_border{
	 padding-top: 10px; margin-top: 15px;
border-bottom: #F9AB2D 3px solid;
border-top: #F9AB2D 3px solid;
 }
 
 .nav-tabs > li > a:hover {background-color: transparent; border-color:transparent;}
 .nav > li > a:focus, .nav > li > a:hover {background-color: transparent; border-color:transparent; color: inherit}
.menu-tab li {  border-bottom: #fff 7px solid;    display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;}
.menu-tab li.active {     border-bottom: #F9AB2D 7px solid;   }
.menu-tab-holder .tab-content h3 { 
font-size: 44px; font-weight: 600; text-align: center;

 }
 .menu-tab-holder .tab-content h2{
	 font-size: 60px;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 700;
padding-left: 15px;
flex-basis: 100%;
padding-top:30px;
 }
.menu-tab-holder .tab-content { padding: 60px 25px 70px 25px;}
.menu-tab-holder .tab-content .tab-pane.active { opacity: 1; }
.menu-tab-holder .tab-content .col-xl-18.col-lg-18.col-md-18 {width:100%; -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;}
.menu-tab-holder .tab-content p { max-width: 90%; }
.menu-tab-holder .menu-content { margin-top: 100px; }
.res_content {margin-bottom:70px; margin-top: 0px; }

.menu-tab-holder .menu-content p { letter-spacing: 1px; }
.tab-pane h3 { text-transform: uppercase; }
.orange { color: #E04403; }
.insta-list-wrap ul {  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
 }
.insta-list-wrap li { display: inline-block; flex: 1; margin: 0 15px;   }
.see-more-insta { text-align: center; text-transform: uppercase; font-size: 29px; font-weight: 600; }
.mt-150 { margin-top: 90px; }
.mt-120 { margin-top: 120px; }
.mt-80 { margin-top: 80px; }
.testimonials-section { background:#D13E1E url(../img_new/testi-top-curve.jpg) top repeat-x; padding: 100px 50px 50px 50px; margin-bottom: 50px; }
.testi-text-wrap { max-width:1200px; margin: 50px auto; }
.testimonials-section h2 { font-size: 90px; color: #fff; letter-spacing: 4px; text-shadow: 1px 1px 1px #000; }
.testi-text-wrap p { color: #fff; margin-bottom: 30px; font-size: 21px; line-height: 34px; }
.testi-text-wrap .rating { margin-bottom: 30px; }
.testi-text-wrap .rating img { margin-right: 10px; }
.testi-text-wrap .testi-img { margin-top: 25px; }



.restaurant_landing{
	padding-top: 100px;
}
.single-restoloc .menu_heading{
	padding-left:20px;
}
.restaurant_landing .hovicon, .restaurant_landing .hovicon::after{
	width: 200px !important;
height: 200px !important;font-size: 27px;
}

.single-restoloc .booking_area .single_booking , .single-restoloc .booking_area .single_booking a{
	width: 200px;
height: 200px ;
}
.booking_row{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
width: 100%;
justify-content: center;
}
.booking_row .col-lg-12{
	padding-right: 30px;
padding-left: 30px;
width:auto;
}
.single-restoloc .hovicon.effect-1.sub-a:hover:before{
		content:'';
	position:absolute;
	width:65px;height:3px;background:#E04726;bottom: 40px;left: 35%;
  transform: skew(10deg, -10deg);
}
.single-restoloc .header-area .main-header-area.sticky{

}
.booking_row.sticky_menu{
position: fixed;
width: 100%;
background: #fff;
top: 60px;
z-index: 99;
left: 0;padding-top: 20px;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1) !important;

}
.single-restoloc .booking_area  .booking_row.sticky_menu  .single_booking ,  .single-restoloc   .booking_area .booking_row.sticky_menu .single_booking a{
	width: 150px;
height: 150px ;
}

.restaurant_landing .booking_row.sticky_menu .hovicon, .restaurant_landing .booking_row.sticky_menu .hovicon::after{
	width:150px !important;
height: 150px !important;font-size: 20px;
}
 .booking_area .booking_row.sticky_menu .single_booking{
	margin-bottom:20px;
}

.single-restoloc .booking_row.sticky_menu .hovicon.effect-1.sub-a:hover::before {
	bottom:30px;
}
 .find_app_icons h2{
	margin-bottom: 5px;max-width: 100%; margin-left:0px;
}
.find_app_row .col_left{
	width: 40%;
}
.find_app_row .col_right{
	width: 60%;
}
.find_app-col2 .sm_title {
	letter-spacing: 1.5px; font-size:21px;
}
.about_row{
	  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
margin-bottom: 20px;
}

.about_row .col-left{
	width: 25%; padding:0 30px; 
}
.about_row .col-right{
		width: 75%;
}
.menu_heading h2{
	margin-left:55px;
}
.booking_area.slider_era h3{
	background-size: 70px 15px;
}
.booking_area.slider_era .see-more-insta{
	font-size:26px;letter-spacing: 1.5px;
}
.contact_modal .modal-content{
	padding:0px;
}
.contact_modal .modal-header{
	background: #e14504;padding: 40px;
}
.contact_modal .modal-body{
	padding: 40px;
}
.contact_modal .modal-title{
	font-size: 26px;letter-spacing: 2px;color:#fff;
}

.contact_modal .modal-dialog{
	max-width:450px;
}
.contact_modal .form-control{
	border:none !important;
	border-bottom: 1px solid #212224 !important;
	color: #121212;
font-size: 14px;
font-weight: 600;
font-family: 'Akkurat Pro';
height:auto;padding-left: 0px !important;
text-transform:uppercase;
box-shadow: none;
border-radius: 0px;
}
.close {font-size:45px;}
.contact_modal .form-control::-webkit-input-placeholder {
   color: #121212;font-size: 14px;
}
.contact_modal .form-control:-moz-placeholder {
  color: #121212;font-size: 14px;
}
.contact_modal .form-control::-moz-placeholder {
color: #121212;font-size: 14px;
}
.contact_modal .form-control:-ms-input-placeholder {
 color: #121212;font-size: 14px;
}

.contact_modal .contact_col {
    margin-bottom: 15px;
}
.contact_modal textarea.form-control{
	height:150px;
}
.contact_modal .close{
	position: absolute;
right: 10px;
top: 0;
font-size: 30px;
color: #fff;
opacity: 0.4;
font-weight: normal;
}

.contact_modal .close:hover{
	opacity:1;
}
.modal-backdrop{
z-index: 9999999 !important;
opacity: 0.8 !important;
}
.contact_modal .wpcf7-submit{
margin-left: auto;
display: table;
margin-right: auto;
margin-top: 30px;
background: none;
border: none;
background-image:url(../img_new/arrow.png) !important;background-repeat: no-repeat !important;
color: #121212;
font-size: 18px;
letter-spacing: 3px;
background-position: top 15px right 0px;
padding-right: 60px !important;font-weight: bold;background-size: 50px;
}
.contact_modal .wpcf7-submit:hover{
	color:#e14504;
}
.contact_modal  .contact_event{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.contact_modal .contact_time{
	padding-right:30px;
}

@media only screen and (min-width: 1200px) {
	.single-restoloc .contentWrapper .container{
		padding:0px 80px;
	}
}
@media only screen and (min-width: 1200px) and (max-width:1500px) {
	.find_app-col3{
		padding-left: 70px;
	}
	.res_content{
		padding-left: 40px;
	}
}


@media only screen and (min-width: 1500px) {
.find_app_row .col_left {
    width: 40%;
}
.find_app_row .col_right {
    width: 60%;
}

}
@media only screen and (min-width: 1600px) {
	.menu-tab{
		margin: auto;max-width: 1650px;padding-left: 50px;
	}
	
}

.menu_description p {font-size:21px; line-height:28px; margin-bottom:40px;}

.desktop-only {display:block;}
.mobile-only {display:none;}

@media only screen and (max-width: 767px) {
.contentWrapper .woocommerce.columns-4  {display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;flex-direction: column;}
.contentWrapper  .col-md-9.sideBar.pro_cat {order: 2}
	.grid.products.prod_shop  .ImageContainer img {width:100%;}
	
	.desktop-only {display:none;}
.mobile-only {display:block;}
#sb_instagram {padding-bottom:40px !important;}

	.res_content {margin-bottom:50px; margin-top: 0px; }
	.booking_area.slider_era .see-more-insta { font-size:22px;}

	.tab-content .menu_item{
		font-size:20px;
		margin-bottom:10px;
	}
	.menu_description p{
		font-size:18px;
	}
	.menu-tab-holder .col-md-36{
		overflow:scroll;
	}
	.contact_modal .modal-header{
		padding: 20px;
	}
	.contact_modal .modal-title{
		font-size:20px;
	}
	.contact_modal .modal-body {
    padding: 20px;
}
  .find_app_info {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .fresh-text {display:none;}
  .single-restoloc .menu_heading {padding-left:0px;}
.find_app-col3, .find_app-col2 ul { margin-top: 20px; }
.find_app-col2  { padding-left: 0;  }
.menu-tab-holder .tab-content  { padding: 30px 0px ;}
.menu-tab-holder .menu-content { margin-top: 30px; }
    .menu-tab-holder .tab-content p { max-width: 100%; }
    .mt-150 { margin-top: 50px; }
    .find_app-col3  { padding: 5px 0px 40px; }
    .find_app-col2  { padding: 30px 0px; }
    .about-section { padding: 20px; }
    .menu-tab li { float: none; display: inline-block; }
    .menu-tab-holder h3.menu_category { width: auto; }
	.find_app_icons {margin-bottom:40px;
    padding-bottom: 0px;
}
	.menu-tab-holder .row { margin-left:0px; margin-right:0px;}
    .insta-list-wrap { margin-bottom: 60px; }
	.menu-tab li a {width:auto; max-width:160px; min-width:inherit}
	.booking_row .col-lg-12{
		padding-right: 5px;
padding-left: 5px;
	}
	.single-restoloc .booking_area .single_booking, .single-restoloc .booking_area .single_booking a {
    width: 100px;
    height: 100px;
}
.restaurant_landing .hovicon, .restaurant_landing .hovicon::after {
    width: 100px !important;
    height: 100px !important;
    font-size: 14px;
}
.single-restoloc .booking_area .booking_row.sticky_menu .single_booking, .single-restoloc .booking_area .booking_row.sticky_menu .single_booking a {
    width: 100px;
    height: 100px;
}
.restaurant_landing .booking_row.sticky_menu .hovicon, .restaurant_landing .booking_row.sticky_menu .hovicon::after {
    width: 100px !important;
    height: 100px !important;
    font-size: 14px;
}
.booking_row.sticky_menu{
	top: 60px;
}
.find_app_row .col_left , .about_row .col-left {
    width: 100%;
}
.find_app_row .col_right, .about_row .col-right {
    width: 100%;
}
.about_row{
	flex-wrap: wrap;
}
.about-section{
	max-width: 100%;padding: 0;
}

.single-restoloc .hovicon.effect-1.sub-a:hover::before {
	bottom: 10px !important;width: 40px;
	display:none;
}
.restaurant-img{
	min-height:300px;
}
.menu-tab-holder .tab-content h2{
	font-size: 30px;padding-left:0px;
margin-bottom:30px;
 }

.menu-tab{
	padding-left:0px;white-space: nowrap;
display: inline-block !important;
}
.menu-tab li{
	display: inline-block !important;
	white-space:pre-wrap;
	vertical-align:top;
	padding-left:10px; padding-right:10px;
}
.menu-tab-holder .tab-content .col-xl-18.col-lg-18.col-md-18 {
    flex-basis: 100%;
}
.single-restoloc .curve_img{
	max-width: 120px;
}
.find_app-col2 span,  .find_app-col2 .sm_title{
	font-size:20px;
}
.find_app-col2{
	padding-bottom:0px;
}
.about-section p, .menu_description p {
    font-size: 18px;
line-height: 30px;
margin-bottom:20px;}
.about-section p { margin-bottom:40px}
}
.single-restoloc .booking_row .col-lg-12{
	margin:0px !important;
}

@-webkit-keyframes fadeInn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeInn {
    from { opacity: 0; }
      to { opacity: 1; }
}


.we_cant_wait{
	display:none !important;font-size:25px;
}
.book_a_table{
	
}
.single_booking.first_col:hover .book_a_table{
	
}
.single_booking.first_col:hover .hovicon {
	background: #E04726 !important;
color: #fff;
}
.single_booking.first_col:hover .we_cant_wait {
	display:block !important;
	  -webkit-animation: fadeInn 1s;
    animation: fadeInn 1s;
}
.single_booking.first_col:hover .book_a_table{
	display:none;
}

.booking_row.sticky_menu  .we_cant_wait{
	font-size:20px;
}
.single_booking.first_col .hovicon::before {
	display:none;
}

.single_booking.first_col{
	cursor: pointer;
}
.single_booking.first_col a{
	pointer-events: none;

}
.single_booking.first_col:hover{
	background: #E04726;
}
.single_booking.first_col:hover a{
		background: #E04726;
}
.single_booking.first_col span{
	margin-bottom: 0px;
margin-top: 5px;
}
.key_legend_row{
	margin-top:60px;
}
ul.key_legend{
	  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
justify-content: space-around;margin-left:auto;margin-right:auto;margin-top: 20px;
}

ul.key_legend li{
	list-style:none;color: #E04403;font-size: 18px;
}
.menu-tab-holder .col-md-36{
	overflow-y:visible;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .find_app_info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
    
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {border:none; background-color:inherit;}
.menu_item {font-weight:bold; text-transform:uppercase; font-size:21px;}
.tab-content .menu_item{
	font-size: 24px;
margin-bottom: 15px;
letter-spacing: 1.5px;
}
h3.menu_category {margin-bottom:60px; width:30%; margin-left:auto; margin-right:auto}

.wcb-coupon-box .wcb-md-content .wcb-modal-body{
background:#fff !important;
}
.wcb-coupon-box .wcb-md-close{ overflow: visible !important;}
.wcb-coupon-box .wcb-md-content .wcb-modal-header{padding: 20px 20px!important;}
.wcb-coupon-box .wcb-modal-body{min-height: auto!important;}
.wcb-coupon-box .wcb-modal-body .wcb-coupon-box-newsletter .wcb-newsletter-form input{
border:none !important; border-bottom: 1px solid #000 !important; box-shadow: none; }


@media only screen and (max-width:767px){
	
	.key_legend_row{
		margin-bottom:20px; overflow: visible !important;
	}
	ul.key_legend{
		flex-wrap: wrap;
	}
	ul.key_legend li{
		width:100%;
	}
	.single_booking.first_col .we_cant_wait{
		font-size:14px;
	}
#vi-md_wcb.wcb-coupon-box.wcb-md-modal span.wcb-md-close {
    top: 40px !important;
    right: 50px !important;
}
.dish_area .col-xl-12 {padding:0px;}
 h1.locationHeading { font-size: 26px!important; /* word-break: break-all; */ line-height: normal; }
    .find_app-col3, .find_app-col2, .about-section, .fresh-text { text-align: center; }
    .find_app_icons h2, .find_app-col2 h2, .about-section h2 { margin-left: 0; }
    .fresh-text { float: none; }
    .menu-tab-holder { margin-top: 0px; }
    .menu-tab-holder .tab-content h3 { font-size: 35px; margin-bottom: 50px; }
    .single-restoloc .booking_area { padding-top: 0; }
	.find_app_icons h2, .find_app-col2 h2, .about-section h2{
		font-size: 34px;
line-height: 35px;
display: block; margin: 0px auto;
	}
	.find_app_icons ul li{
		padding: 10px;
    max-width: 100px;
	}
	.app_info {
    height: 100px;
}
.find_app_row .col_left {padding-left:0px; padding-right:0px;}
}

.page-template-tpl-contact-us .headquarters-wrap.pad_tb_lg{
	padding-top:30px;padding-left:20px;padding-right:20px;
}
.test_head h3 strong{
	font-size: 30px;
}

.strong-view .wpmslider-viewport {
    width: 100% !important;
}



}
.woocommerce-result-count {display:none;}
.category .bacon-sausages, .category .bundles {display:none;}

.gform_footer   input[type="submit"].gform_button:hover {
	background:#FE6C2E !important;

}
@media only screen and (min-width: 768px) and (max-width: 1200px){
		.header-area .main-header-area .logo img{
		margin-left: 0;
transform: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1050px){

	.footer .row > .col-lg-27{
		width: 70% !important;float:left;
	}
.footer .row > 	.mobile-curve-top{
		width: 30%;float:left;
		-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
	}
	.footer .col-lg-27 > .row{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
flex-wrap: wrap;
	}
	.footer .col-lg-27 > .row > .col-lg-12{
		width: 45.333333%;
-webkit-box-flex: 0;
-ms-flex: 0 0 45.333333%;
flex: 0 0 45.333333%;
max-width: 45.333333%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	}
}


@media (min-width: 992px) {
.bottom-vertical {height: 625px !important;}
}

.about-section h2 { max-width: 260px;  }
.menu-tab li.active a, .menu-tab li.focus a { color: #000!important; }
.booking_area .single_booking { margin-bottom: 30px; }

@media only screen and (max-width:1199px) and (min-width:992px){
    .booking_area .col-xl-12.col-lg-12.col-md-18:last-child { float: none; margin: 0 auto; }
    .menu-tab-holder { margin-top: 30px; }
}
@media only screen and (max-width:1024px) and (min-width:768px){
    .find_app-col2 { padding-left: 20px; }
    .find_app-col2, .find_app-col3 { display: inline-block; width: 48%; }
    .about-section .menu_heading > div {   display: inline-block; }
    .menu-tab-holder { margin-top: 30px; }
    .tab-content>.tab-pane { text-align: center; }
	 .menu-tab-holder .tab-content>.tab-pane { text-align: left; }
    .menu-tab-holder .tab-content p { max-width: none; }
    h3.menu_category { width: 100%; }
	.tab-pane .menu_items {
    column-count: 2;
    display: block;
}
.menu-tab-holder .tab-content .col-xl-18.col-lg-18.col-md-18{
	float:none;
}
.find_app_row{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.single-restoloc .booking_row .col-lg-12{
	width:auto !important;
}
.menu-tab-holder .tab-content h2{
	padding-left:0px;
}
.store-locator-row .store_modal_title{
		line-height:1.2;
	}
	.store_locator_actions .btn{
		margin-bottom:5px;
	}
}

@media only screen and (max-width:991px) and (min-width:768px){
    .bottom-vertical { display: none; }
    .mob-top-menu-wrap { padding-top: 7px; }
    .right-menu.order-menu { display: block!important; }
    .find_app_icons h2 { margin: 0 auto; }
	.home .hovicon, .home .hovicon::after{
		width: 200px !important;
height: 200px !important;
	}
	.home .booking_area .single_booking, .home .booking_area .single_booking a{
			width: 200px ;
height: 200px ;
	}
	.home .booking_area .col-xl-4.col-lg-4.col-md-6{
		max-width: 33.3%;
	}
}
@media only screen and (max-width:890px) and (min-width:768px) {
    .menu-tab { display: block; }
	 .menu-tab.nav-tabs {   display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
overflow:scroll; }
}

@media not all and (min-resolution:.001dpcm) { @media {
    .right-menu.order-menu { 
          display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

    }
    .right-menu li { white-space: nowrap; }
}}
@media only screen and (min-width:1024px) and (max-width:1200px){

.footer_top .col-lg-27{
width:70%;
}
.footer_top .col-lg-9{
width:30%;
}
.mobile-curve-top  .bottom-vertical{
margin-left:-30px;
}

.mobile-curve-top .footer_widget{
padding-left:40px;
}


.footer_top .col-lg-9{
-webkit-box-flex: 0;
-ms-flex: 0 0 70%;
flex: 0 0 70%;
max-width: 70%;
}
.footer_top .col-lg-3{
-webkit-box-flex: 0;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
}

}

/* about page styling */
.mt-100 { margin-top: 100px; }
.lineheight40 { line-height: 40px; }
h2.rotate-style { font-family: 'Alpha Beta'; font-size: 45px; line-height: 45px; transform: matrix(0.99, -0.12, 0.12, 0.99, 0, 0); margin-bottom: 5px; }
.about_area { padding-top: 50px;  }
.page-template-tpl-about .secondaryMenu {display:none;}
.about_area h1 { font-size: 100px; font-weight: 600;  color: #fff; position: absolute; width: 100%; top: 52%; letter-spacing: 5px; text-transform:uppercase; }
.belcampo_difference .founder-note { margin:80px auto 40px; max-width:650px;}
.default_section { padding-top: 100px; padding-bottom: 80px; }
.note_from_founder h2 { font-size: 45px; font-weight: 600; letter-spacing: 4px; width:650px; margin-left:auto; margin-right:auto }
.note_from_founder .container { max-width: 1100px; background: url(../img_new/curve2.png) bottom repeat-x; padding-bottom: 130px; }
.default_section.note_from_founder { padding-bottom: 70px; }
.founder-note { font-size: 25px; line-height: 37px; letter-spacing: 1px;  }
.size30 { font-size: 30px !important; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.more-link a { color: #000; line-height: 50px; }
.farm_practices .left-img img { /*max-width: 500px; width: 85%;*/ border-radius: 50%;}
.farm_practices .right-text p { font-size: 20px; margin-top: 40px; letter-spacing: 1px; line-height: 33px; }
.farm_practices .right-text p.more-link, .farm_practices .right-text p.more-link a { line-height: normal; font-size:22px;}
.farm_practices .right-text p.more-link a img { margin-left:10px; margin-top:-4px}
.farm_practices .row.mt-100 { align-items: center; }
.farm_practices .container { max-width: 1500px;  }
.belcampo_difference .container { max-width: 1200px; }
.style-block-container { position: relative; width: 100%; text-align: center; max-width: 350px; margin: 0 auto;  }
.style-block-container:after {  content: "";  display: block;  padding-bottom: 100%; }
.style-block-container h2.rotate-style { width: 100%; }
.star-block {   display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;  position: absolute; width: 100%; height: 100%; background: url(../img_new/star-bg.png) no-repeat; background-size: 100%; background-position: center; }
.spread-block {  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; position: absolute; width: 100%; height: 100%;  background: url(../img_new/spread-bg.png) no-repeat; background-size: 100%; background-position: center;   }
.style-block-para {
font-size: 22px;
letter-spacing: 1px;
line-height: 37px;
max-width: 430px;
margin: 40px auto 0px;
 }
.belcampo_features { text-align: center; padding-top:40px; padding-bottom:130px }
.belcampo_features h2.rotate-style { max-width: 480px; margin: 0 auto; }
.belcampo_features .style-block-para { max-width: 400px; margin: 0 auto; }
.excl-bg { background: url(../img_new/exlamatory-bg.png) top center no-repeat; background-size: 75%;     padding-top: 20px; padding-bottom: 60px; position: relative; top: -30px; }
.curv-bg { background: url(../img_new/top-bottom-curves.png) center no-repeat; background-size: 60%; padding-top: 65px; padding-bottom: 70px; position: relative; top: -60px; }
.feature-title-block {  height: 270px; }

.farm_practices .text-center { float: none; }
.founder-note.mt-150 { margin-top: 80px; }
.founder-note.mt-50 { margin-top: 50px; }
.default_section.farm_practices { padding-top: 50px; padding-bottom: 0; }
.left-img, .right-text { float: none; display: inline-block; }
.farm_practices .row.mt-100 {   display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
 }


@media only screen and (min-width:1400px){
    .about_area {  margin-top: 85px; }
}

@media only screen and (max-width:1200px){
    .excl-bg, .curv-bg { background-size: 100%; }
}

@media only screen and (max-width:768px){
    .about_area h1 { font-size: 40px; }
    .farm_practices { text-align: center; }
    .farm_practices .right-text { margin-top: 30px; }
    .default_section { padding-top: 50px; padding-bottom: 50px; }
    .feature-title-block { height: auto; margin-bottom: 30px; }
    .excl-bg { background-size: 92%; top: 30px;  }
    .curv-bg { background-size: 70%; top: 0; margin-top: 50px!important; }
    .founder-note.mt-150 { margin-top:50px; }
    .farm_practices .row.mt-100 { display: block; }
    .belcampo_features h2.rotate-style { min-height: 300px; }
    .belcampo_features .col-xl-12.col-lg-12.col-md-12:first-child h2.rotate-style { min-height: auto ; }
    .logo { margin-left: 0;  transform: translateX(0);  -webkit-transform: translateX(0); }
}
@media only screen and (max-width: 480px){
 .about_area h1 {  font-size: 20px; }
 .curv-bg, .excl-bg { background-size: 100%; }
 .about_area { padding-top: 130px; }
}

@media only screen and (max-width:767px){
    .container .row { margin-left: 0; margin-right: 0; }
}
/*new styles rabeeh starts*/
@media only screen and (min-width:480px) and (max-width:768px){
.about_area h1 {
    font-size: 30px;
}
}
@media only screen and (max-width: 480px){
	.abt_banner{
		overflow: hidden;
	}
	.abt_banner img{
		width: 150%;
max-width: 150%;
	}
}

@media only screen and (max-width: 768px){
	
	.single-restoloc h1.locationHeading{
		padding-left: 0px;
padding-right: 0px;
word-break: break-word;
	}
	
	.note_from_founder h2{
		font-size: 35px;width: auto;
	}
	h2.rotate-style{
		font-size: 32px;line-height: 1.2em;
	}
	.top_title_era img{
		max-width:120px;
	}
	.founder-note{
		font-size: 20px;
line-height: 32px;
	}
	.farm_practices .right-text p{
		font-size: 17px;line-height: 29px;
	}
	.farm_practices .size30{
		line-height: 34px;font-size: 22px !important;
	}
	.farm_practices .mt-80{
		margin-top:60px !important;
	}
	.farm_practices .mt-80.more-link{
		margin-top:40px !important;
	}
	.note_from_founder .container{
		padding-bottom:80px;background-size: 20%;
		padding-left: 0px;
padding-right: 0px;
margin-left: 25px;
margin-right: 25px;
max-width: 100%;
width: auto;
	}
	.default_section.note_from_founder{
		padding-bottom:10px;
	}
	.farm_practices .right-text {
    margin-top: 50px;
}
.farm_practices .bounce-arrow.more-link, .farm_practices .bounce-arrow.more-link a{
	font-size:20px !important;
} 
.farm_practices .right-text p.more-link a img{
	max-width:55px;
}
.about_area  .abt_banner  h1 {  font-size: 24px !important; }
.top_title_era h2:nth-child(1){
	letter-spacing:2px;
}
.top_title_era h2.rotate-style.mt-120{
	margin-top:80px;
}
.default_section.note_from_founder .more-link.mt-80 {
	margin-top:60px;
}
.default_section.note_from_founder .more-link  a{
	font-size: 20px !important;
}
.page-template-tpl-about .default_section.farm_practices{
	padding-top:70px;
}
.page-template-tpl-about .farm_practices .row.mt-100{
	margin-top: 70px;
}
.page-template-tpl-about .default_section.farm_practices{
	padding-bottom:80px !important;
}
}

/*new styles rabeeh ends*/


.blog_wraper{
   margin-top: 92px; 
}
.blog_banner{
    min-height: 500px;background: #D13E1E;padding: 40px 40px;
}
.blog_bnr_row .col-md-6{
    padding: 0px; 
}
.blog_bnr_row {  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.blog_banner .right_col {padding:0px;background-size:cover;}
.blog_banner .right_col img {width:100%; max-width:none;}
.blog_bnr_row .left_col{
    background-image: url(../img/Featured%20Ruffle%20Background.svg);
    background-repeat: no-repeat;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.no-margin{
    margin-left: 0px;margin-right: 0px;
}
.blog_bnr_row .skew_rectangle{
    display: table;
}
.skew_rectangle{
    display: inline-block;transform: rotate(-7deg);
	margin-bottom:50px;
}
.skew_rectangle a {
    color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    min-width: 270px;
    justify-content: center;
    font-weight: 600;
   padding: 17px 50px 15px;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 3px;
	white-space: nowrap;
}
.skew_rectangle.orange{
  background: #D13E1E;max-width:450px;
}
.skew_rectangle.yellow{
    background: #F9AB2D;
}
.skew_rectangle.brown{
    background: #932300;
}
.blog_banner_content{
    padding: 15% 10%;
    height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
flex-direction: column;
}
.blog_banner_content .header-text{
   width: auto;margin-top: 60px; 
    height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
flex-direction: column;
}
.blog_banner_content h2 {width: 70%;}
.banner_arrow{
      display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
margin-top: auto;
}
.banner_arrow:hover img{
    -webkit-animation: bounceRight 2s infinite;
animation: bounceRight 2s infinite;
}

.main_title_era{
padding-top: 160px;
padding-bottom: 130px;
text-align: center;
}
.main_title_era h2{
    font-family: "Alpha Beta";
font-size: 55px;
font-weight: 700;
letter-spacing: 9px;
margin-bottom:30px;
}
.main_title_era p{
    font-size: 25px;
letter-spacing: 1px;
    line-height: 37px;
max-width: 50%;
margin: auto;
}
.blog_dish .dish_wrap {
    background: #F4F2F1;padding-top: 120px;
padding-bottom: 70px;padding-left: 20px;
padding-right: 20px;
margin-top:-50px;
}
.blog_dish .single_dish .thumb {
  overflow: hidden; 
}
.blog_dish .container{
   max-width: none !important; 
}

.blog_dish .dish_wrap .single_dish {
    width: 33%;
}
.blog_dish .dish_wrap .single_dish {
    margin: 0 10px;
}
.blog_dish .single_dish{
    background: #fff;
}
.blog_dish .container{
    padding: 0px 20px;
}

.blog_dish .single_dish .single_dish_txt h3 {
    font-size: 27px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
}
.blog_dish .single_dish .single_dish_txt p {
    font-size: 18px;line-height: 28px;
	max-width: 350px;
display: block;
margin: 0 auto;
}
.blog_dish .top_button{
    text-align: center;
position: relative;
top: 16px;
}

.blog_dish .hash-txt.more-txt{
    margin-top: 0;
padding-top: 0px;
background: #F4F2F1;
padding-bottom: 70px;
}
.blog_dish .hash-txt.more-txt img{
	vertical-align: baseline;
}
.blog_dish.mt-50{
    margin-top: 90px;
}

.blog_category_title{
    background: #F9AB2D;
text-align: center;  position: relative;
padding: 50px 40px 30px;
}
.category-the-belcampo-difference .blog_category_title{
	background: #932200;
}
.category-our-farm-our-way  .blog_category_title{
		background: #D13E1E;
}
.blog_category_title h1{
color: #fff;
font-family: "Alpha Beta";
font-size: 60px;
font-weight: 500;
letter-spacing: 9px;
text-transform:uppercase;
}
.blog_category_title::after{
   width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 40px solid #F9AB2D;
font-size: 0;
line-height: 0;
content: '';
position: absolute;
bottom: -40px;left: 50%;
    transform: translateX(-50%);
}
.category-the-belcampo-difference .blog_category_title::after{
	border-top: 40px solid #932200;
}
.category-our-farm-our-way  .blog_category_title::after{
	border-top: 40px solid #D13E1E;
}
.category_content{
    background: #f4f2f1;
min-height: 500px;padding-top: 110px;
}
.category_content ul{
      display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
justify-content: center;
}
.category_content ul li{
    padding: 0px 20px; list-style:none;
}
.category_content ul a{
    font-size: 20px;font-weight: 600;letter-spacing: 1px; text-transform:uppercase;
} 
.category_content ul a.filter.active{
	color:#D13E1E;
}
.category_detail{
   padding: 40px 50px 50px 50px;
}
.category_row{
    background: #fff;margin-bottom: 40px;display: flex;
	max-height: 800px;
overflow: hidden;
}
.category_col{
    padding: 0px;
}
.cateory_text{
    padding: 60px 60px;justify-content: center;height: 100%;  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
flex-direction: column;
  -ms-flex-pack: center;
  
}


.cateory_text h2{
    font-size: 60px;font-weight: 600;letter-spacing: 3px;margin-bottom: 5px; text-transform:uppercase;
}
.cateory_text h3{
    font-weight: 600;
letter-spacing: 3px;
font-size: 26px;
text-transform: uppercase;
line-height: 1.4em;
}
.cat_more{
    margin-top: 50px;
}
.cat_more a{
  font-size: 22px;
font-weight: 700;
letter-spacing: 1px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
text-transform: uppercase;
}
.category-522 .cat_more a{letter-spacing: 0px;}
.cat_more a span{
  transition: visibility 0s, opacity 0.5s linear;
  color: #000;
line-height:21px;
}
.cat_more a:hover span{
  visibility: visible;
  opacity: 1;
}
.cat_more a span + img{
    transition: 5.6s ease, 1s transform;
   transform: translateX(-140px);
   background: #fff;
   padding: 0px 65px 0px 10px;
   margin-top:-2px
}

.cat_more:hover a span +  img{
     transform: translateX(20px) !important;
}
.cat_more:hover .ar_img{
	-webkit-animation: bounceRight 2s infinite;
animation: bounceRight 2s infinite;
}
.category_img{
    overflow: hidden;
}

.category-our-farm-our-way .cat_more a span + img , .category-the-belcampo-difference .cat_more a span + img {
 transform: translateX(-155px);
    padding: 2px 85px 0px 10px;
}


.category_img img{
    -webkit-transition: 0.4s ease;
transition: 0.4s ease;
width:100%;
}
.category_img:hover img{
    -webkit-transform: scale(1.08);
transform: scale(1.08);
}

.category_content .menu_search{
    margin-bottom: 50px;position: relative;
}
.searchbox{
    min-width:50px;
    width:0%;
    height:50px;
    float:right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    position: absolute;
right: 30px;
top: 0px;
}
.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    width:100%;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
 background: #f4f2f1;
    padding-left: 0px;
	font-weight:600;
}
.searchbox-input::-webkit-input-placeholder {
    color:#000 ;opacity:0;
}
.searchbox-input:-moz-placeholder {
   color:#000 ;opacity:0;
}
.searchbox-input::-moz-placeholder {
 color:#000 ;opacity:0;
}
.searchbox-input:-ms-input-placeholder {
 color:#000 ;opacity:0;
}
.searchbox-icon,
.searchbox-submit{
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:0;
    font-family:verdana;
    font-size:22px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:20px;
    text-align:center;
    cursor:pointer;
    color:#fff;
    background:#f4f2f1;
    border: none !important;background: none !important;
}
.searchbox-icon img{
   max-height: 20px; 
}
.searchbox-open{
    padding-right: 60px;padding-left: 80px;
    width:calc(100% - 60px);padding-top: 5px;
background: #f4f2f1;
}
.searchbox-open .searchbox-input{
        border-bottom: 2px solid #000 !important;
box-shadow: none !important;padding-bottom: 5px;
font-size: 25px;
letter-spacing: 1px;    
}

.searchbox-open .searchbox-input:-ms-input-placeholder{
  opacity: 1;
}
.searchbox-open  .searchbox-input::-moz-placeholder {
  opacity: 1;
}
.searchbox-open .searchbox-input::-webkit-input-placeholder {
    opacity: 1;
}
.searchbox-open .searchbox-input:-moz-placeholder {
   opacity: 1;
}
.close_search {
    display: none;position: absolute;
left: 0;
width: 50px;
top: 0;
}
.app_info img {max-width:200px;}
.close_search img{
    max-width: 50px;
}
#classes_list .filter_tems {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
    margin-bottom: 20px;
	display:none;
   overflow:hidden;
   width: 100%;
}
.blog_det_banner{
padding-right: 40px;
}
.blog_det_row .col-md-6{
    padding: 0px;
}
.blog_det_row {
	border-left: 40px solid #D13E1E;
	  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
align-items:center;
}
body.single-recipe .blog_det_row {
border-color:#F9AB2D;
}
body.single-recipe .blog_det_row .skew_rectangle {
background:#F9AB2D;
}
.blog_det_row .left_col{

}
.blog_det_row .skew_rectangle{
    display: table;
}
.blog_det_content{
  padding: 40px 40px;
    height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
flex-direction: column;
}
.blog_det_content  .header-text h5{
color: #D13E1E;
font-size: 30px;
letter-spacing: 2px;
text-transform: uppercase;
line-height: 1.4em;
font-weight: bold;
margin-top: 0;
}
.blog_det_content .header-text{
   width: auto;margin-top: 40px; 
    height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
flex-direction: column;
max-width:750px;
}
.blog_det_content  h2{
	margin-bottom:0px;
}
.blog_det_content  .print_share{
	margin-top:70px;position: relative;
}
.print_share{
      display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
line-height: 22px;
}
.print_share a{
     display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
font-size: 26px;
	text-decoration: underline !important;
font-weight: 600;
}
.print_share img{
    margin-left: 10px;
}
.print_banner img{
    max-width: 30px;
}
.share_banner img{
    max-width: 20px;
}
.share_banner{
    margin-left: 50px;
}
.detail_wraper{
    padding-top: 80px;
padding-left: 40px;
padding-right: 40px;
max-width: 1500px;
display: block;
margin: auto;
padding-bottom: 40px;
}
.main_details{
    margin-bottom: 60px;
}
.main_details h3{
    font-size: 28px;
font-weight: bold;
letter-spacing: 1.5px;margin-bottom: 20px;
}

.detail_wraper p{
    font-size: 20px;margin-bottom: 25px;letter-spacing: 1px;
	line-height: 33px;
}
.detail_wraper ul{ margin-left:20px;}
.detail_wraper li{
    font-size: 20px;letter-spacing: 1px;
	line-height: 33px;
}
.det_row{
      display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
margin-bottom: 60px;
}
.det_row .det_img img{
	border-radius:50%;
}
.det_row_wrap .det_row:nth-child(n){
    margin-bottom: 100px;
} 
.det_row .det_img{
    width: 35%;
}
.det_row .det_img img{
    max-width: 450px;
}
.det_row .det_cont{
    width: 65%;
padding: 0 5%;
}
.det_cont p a{
    text-decoration: underline !important;
}
.det_row .det_cont h4{
font-size: 30px;
font-weight: bold;
margin-bottom: 15px;
}

.arrow_big{
    background-image: url(../img_new/curve2.png);
    height: 18px;background-repeat: repeat;
    background-repeat: repeat;
max-width: 70%;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.ready_to_Taste{
    padding-top: 100px;
	padding-bottom: 80px;
}
.curve_title{
    text-align: center;
}
.curve_title p{
margin-top: 40px;
margin-bottom: 40px;
}
.curve_title p a{
    text-decoration: underline !important;
}
.comments_area h3{
    font-size: 26px;
font-weight: bold;
}

.comments_area textarea{
 width: 100%;
border: 2px solid #1F1F1F;
height: 200px;margin-bottom: 60px;
border-radius: 0px;
}
.comments_area ul{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.comments_area ul a{
    font-weight: bold;
}

.comments_area ul li{
    margin-right: 20px;
}
hr.undr-line{
 border: 2px solid #1F1F1F;
margin-top: 40px;
margin-bottom: 40px;   
}

.all_comments{
   margin-top: 50px;
margin-bottom: 50px; 
}
.all_comments a{
    font-size: 23px;
font-weight: bold;
}

.category_menu {
    -moz-transition: opacity 0.7s linear;
    -o-transition: opacity 0.7s linear;
    -webkit-transition: opacity 0.7s linear;
    transition: opacity 0.7s linear;
	 padding-right: 80px;
}
.category_menu.fade-out{
  opacity: 0;
}
.single-recipe .secondaryMenu.col-md-36 , .category-the-belcampo-difference .secondaryMenu.col-md-36 , .category-our-farm-our-way .secondaryMenu.col-md-36{
	display: none;
}
.row_main{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.row_main .detail_col {
    width: 50%;
    padding-right: 60px;position: relative;padding-top: 40px;
}
.row_main .detail_col::after{
  content: '';
  height:calc(100% + 50px);
  width: 3px;
  background: #1F1F1F;
  position: absolute;top: -50px;right: 0px
}
.row_main .detail_col.even{
    padding-left: 60px;border: none;
} 
.row_main .detail_col.even::after{
	display:none;
}
.row_main .detail_col  .curve_title{
    transform: rotate(-15deg);margin-bottom: 80px;
}
.step_number{
  font-size: 34px;
font-weight: bold;
margin-bottom: 20px;
display: block;
position: relative;
margin-top: 50px;
}
.step_number::after{
  content:  '';
  width: 30px; height: 3px; background:#212224;
  display: inline-block;
  position: relative;
  top: -8px;
  left: 3px;
}
.steps_wrap ul{
	margin-left:0px;
}
ul.ingradients{
    margin-bottom: 120px;
}
.ingradients li{
    letter-spacing: 1px;
line-height: 33px;font-size: 20px;list-style: none;
}
.shop_recipe_info {
    text-align: center;
}
.shop_recipe_info h3{
   margin-bottom: 20px;
margin-top: 30px;
font-size: 27px;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 700;
}
.shop_recipe_info a.view_pro{
   color: #D13E1E;
    font-size: 14px;
text-decoration: underline !important;
font-weight: bold;letter-spacing: 2px;
}
.shop_recipe_info a.view_pro:hover{
  color: #000000
}
.comment-form-comment  label{
	font-size: 30px;
font-weight: bold;
color: #000000;
text-transform: uppercase;margin-bottom: 10px;
}

.detail_col  ul{
	margin-bottom: 120px;
}
.detail_col  li{
    letter-spacing: 1px;
line-height: 33px;font-size: 20px;list-style: none;
}
.comment-form-cookies-consent label{
	padding-left: 10px;
}
.comments_area .terms_condition{
	margin-bottom:20px;
}
.comments_area label{
	color:#212224;
}
.comments_area input{
	max-width:300px;
}
.share_banner img{
	width:20px;
}
#socialShare > .socialBox {
  float: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: transparent;
  text-align: center;
  font-size: 26px;
font-weight: 600;
}
#socialShare a{
	 width: 30px;
  height: 30px;
  line-height: 30px;
   border-radius: 50%;
     background-color: rgba(0, 0, 0, 0.2);
	 font-size:26px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
justify-content: center;
align-items: center;
text-decoration: none !important;
font-size: 20px;
margin-left: 5px;
}
#socialShare .addtoany_list a span{
	background:none !important;
}

#socialGallery {
margin-left: 20px;
visibility: hidden;
width: 200px;position: relative;
}

#socialGallery .addtoany_list{
	  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
position:absolute; top: -3px
}

.socialToolBox {
  cursor: default;  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.pointer {
  cursor: pointer
}
.blog_dish .dish_wrap .single_dish_txt{
	display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.restaurant-shops .thumbnail a:hover{
	color:#fff;
}

@media only screen and (max-width: 480px) {
  #socialGallery {
    width: 85px;
  }
}
@media only screen and (max-width:1200px) {
	.category_content ul a {
    font-size: 16px;
}
}

@media (min-width:768px) and (max-width:1400px){
	.blog_dish .dish_wrap .single_dish_txt{
		min-height:300px;
	}
}
@media (min-width:768px) and (max-width:1024px){
    
    .blog_banner_content{
        padding: 40px 40px;
    }
    .blog_banner_content .header-text{
        width:90%;margin-top: 0px;
    }
    .cateory_text{
        padding: 30px 30px;
    }
    .cateory_text h2{
        font-size: 40px !important;
    }
	 .det_row .det_img img {
    max-width: 100%;
}
.booking_row.sticky_menu{
	top:80px;
}
.find_app_icons h2, .find_app-col2 h2, .about-section h2{
	font-size:36px;
}
.find_app_icons{
	padding: 45px 10px 20px 10px;
}
.about-section h2{
	margin-left:0px;
}
.find_app_row .col_right > .row{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.find_app-col2{
	padding-right:25px;
}
.menu_heading .curve_img{
	max-width:120px;
}
.blog_bnr_row{
    overflow: hidden;
}
.blog_banner_content {
    padding: 80px 60px;
}
.skew_rectangle {
    margin-bottom: 20px;
}
.skew_rectangle a {
    padding: 17px 30px 15px;
    font-size: 14px;
}
.blog_banner_content .header-text {
    width: auto;
    margin-left: 0px;
    padding: 40px 0px 0px;
    margin-top: 0px;
}
.main_title_era {
    padding-top: 80px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
}
.main_title_era h2 {
    font-size: 50px;
}
.main_title_era p {
    font-size: 20px;
    line-height: 32px;
    max-width: 700px;
   
}
.single_dish_txt {
    padding: 30px;
}
.dish_area .single_dish .single_dish_txt h3 {
    letter-spacing: 2px;
    font-size: 24px;
    margin-bottom: 15px;
}
.blog_dish .single_dish .single_dish_txt h3{
	 letter-spacing: 2px;
    font-size: 24px;
    margin-bottom: 15px;
}
.blog_dish .single_dish .single_dish_txt p {
    font-size: 14px !important;
    line-height: 24px;
}
.cat_more a span{
	opacity: 1;
visibility: visible;
margin-right: 10px;
}
.cat_more a span + img{
	transform: none !important;
}
    .blog_banner .right_col, .blog_bnr_row .left_col{
		width:50%;
	}
	.category_col.cat-txt, .category_col.cat-img{
			width:50%;
	}
	.cateory_text h3{
		margin-top: 15px;font-size:22px;margin-bottom: 0px;letter-spacing: 2px;
		
	}
    .col-sm-12.order-online-btn{
		width: 100%;
	}
	.restaurants-wrap .item .content .heading_1{
		font-size:30px;
	}
}

@media (max-width:767px){
	.col-md-18.left_col {width:100%;}
	.blog_det_row {border-left: 25px solid #d13e1e;}
	.cat_more a{
		font-size:16px;transition: none !important;letter-spacing: 1px !important;
	}
	.blog_det_content .header-text h5{
		font-size:25px;
	}
	.print_share a, #socialShare > .socialBox{
		font-size:20px;
	}
	.row_main .detail_col.odd{ padding-right:0px;}
	
	.row_main .detail_col.even{
		margin-top:50px;padding-left: 0px;padding-right: 0px;
		text-align: center;
	}
	
	.row_main .detail_col.even .shop_reciepe{
		margin-top:80px;
	}
	

	
	.blog_bnr_row .skew_rectangle, .blog_det_row .skew_rectangle{
		margin-bottom:0px;
	}
	#classes_list .filter_tems{
		margin-bottom:0px;
	}
	.blog_bnr_row .left_col{
		padding-bottom: 20px;width: 100%;
	}
	.row_main .detail_col::after {
		display:none;
	}
	.row_main .detail_col{
		padding-top:0px;
	}
	.blog_wraper {
    margin-top: 0px;
}
.blog_bnr_row{
	flex-wrap: wrap;
}
.blog_banner{
	padding: 20px 20px
}
.blog_banner .right_col{
	margin-top:-20px;
	min-height: 300px;
width: 100%;background-position: center center;
}
	.category_content ul a{
		font-size: 16px;
	}
	.category_content ul li {
		padding: 0px 15px;margin-bottom: 10px;
	}
	.searchbox{
		right:10px;
	}
	.searchbox-open{
		width: calc(100% - 20px);padding-left: 60px;
	}
	.blog_category_title::after {
		border-left: 40px solid transparent;
border-right: 40px solid transparent;
border-top: 30px solid #F9AB2D;
bottom: -30px;
	}
    .blog_banner_content .header-text{
        width: 100%;margin-top: 30px;
    }
  .blog_banner_content  .header-text h1{
        font-size: 40px;
    }
    .main_title_era{
        padding-left: 30px;padding-right: 30px;padding-top: 70px;padding-bottom: 70px;
    }
    .main_title_era p{
        max-width: 100%;font-size: 20px;line-height:32px;
    }
    .blog_dish .dish_wrap{
        flex-wrap: wrap;
    }
    .blog_dish .dish_wrap .single_dish{
        width: 100%;
    }
    .blog_dish .dish_wrap .single_dish {
    margin-bottom: 30px;
}
    .main_title_era h2{
        font-size: 34px;
    }
    .blog_category_title h1{
        font-size: 26px;letter-spacing: 4px;
    }
    .category_content ul{
        flex-wrap: wrap;
    }
   
    .cateory_text h2{
        font-size: 30px;
		   letter-spacing: 2px;
    margin-bottom: 15px;text-align: left;
    }
    .cateory_text h3{
        font-size: 18px;
		letter-spacing: 2px;
    }
    .category_detail {
    padding: 0px 20px;
}
.detail_wraper{
        padding-left: 20px;
padding-right: 20px;
padding-bottom: 40px;
    }
    .det_row .det_img{
        width: 100%;margin-bottom: 40px;
    }
    .det_row .det_cont{
         width: 100%;
    }
    .det_row .det_img img {
    max-width: 100%;
}
    .det_row{
        flex-wrap: wrap;
    }
    .blog_det_banner {
    padding-right: 0px;
}
   
	 .row_main{
        flex-wrap: wrap;
    }
    .row_main .detail_col{
        width: 100%;border: none;
    }
	.blog_det_row{
		flex-wrap:wrap;
	}
	.main_details h3{
		font-size:20px;
	}
	.detail_wraper p{
		line-height: 29px;font-size:17px;
	}
	.det_row .det_cont h4{
		font-size:22px;
	}
	.det_row_wrap .det_row:nth-child(n) {
    margin-bottom: 40px;
}
.ready_to_Taste {
    padding-top: 60px;
	padding-bottom: 80px;
}
.det_row.even  .det_cont{
	order: 2;
}
.det_row.even  .det_img{
	order: 1;
}
.category_row{
	flex-wrap:wrap;
	max-height:unset;
}
.skew_rectangle.orange {
    max-width: 300px;
}
.skew_rectangle a {
    min-width: 230px;
    padding: 17px 30px 15px;
    font-size: 14px;
}
.blog_banner_content {
    padding: 70px 40px 50px 50px;
}
.blog_banner_content h2 {
    width: auto;
}
.blog_dish .dish_wrap {
    padding-bottom: 40px;
}
.blog_dish .hash-txt.more-txt {
    padding-bottom: 60px;
}
.blog_category_title {
    padding: 40px 0px 30px;
}
.category_content {
    padding-top: 80px;
}
.category_menu {
    padding-right: 80px;
}
.category_content .menu_search {
    margin-bottom: 40px;
	  min-height: 40px;
}

.cateory_text {
    padding: 40px 30px 50px;
}
.cat_more {
    margin-top: 30px;
}

.category_col.cat-img{
	order:1;
}
.cat-txt.category_col{
	order:2;
}
.blog_dish .dish_wrap .single_dish.even  > a:first-child{
	order:2;
}
.blog_dish .dish_wrap .single_dish{
	  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
flex-wrap:wrap;
	margin-left: 0;
margin-right: 0;
}
.blog_dish .dish_wrap .single_dish > a{
	width:100%;
}
.cat_more a span{
	opacity: 1;
visibility: visible;
margin-right: 10px;
}
.cateory_text .cat_more a span + img{
	transform: none !important;
transition: none !important;  margin-top: 2px;
}
.category-our-farm-our-way .category_detail{
	padding-top:30px;
}
.blog_det_row .skew_rectangle  {
    margin-bottom: 0px;
}
.blog_det_content {
    padding: 40px 25px;
}
.ready_to_Taste {
    padding-top: 40px;
    padding-bottom: 0px;
}
.blog_dish .dish_wrap {
    padding-top: 100px;
}
.det_row .det_cont {
    padding: 0 10px;
}
.footer .container{
	padding:0px 15px;
}
.secondaryMenu {
    display: none !important;
}

.cat_more a span + img{max-width:none; padding:0px !important;width: 50px;max-height: 15px;}	
.cateory_text{text-align:left;}
.blog_det_content .header-text{
	margin-left:0px;
}
#socialGallery .addtoany_list{
	top: -50px;
left: -100px;
}

}

@media only screen and (max-width:1366px) and (min-width:992px){
	.cateory_text h2{
		font-size:60px;
	}
	.cateory_text h3{
		font-size:28px;
	}
	.cat_more a{
		font-size:20px;
	}
	.cat_more a span + img{
		transform: translateX(-130px);
	}
	.category-our-farm-our-way .cat_more a span + img , .category-the-belcampo-difference .cat_more a span + img {
	   transform: translateX(-142px);
}
}

@media only screen and (max-width:1600px) and (min-width:1250px){
	.single-recipe  .blog_dish .single_dish .single_dish_txt p{
		min-height: 70px;
	}
}

@media (min-width:768px) and (max-width:1024px){
	.cateory_text {
    padding: 30px 30px 50px;
}
.blog_category_title {
   padding: 40px 40px 30px;
}
.blog_category_title h1 {
    font-size: 50px;
    line-height: 60px;
}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .single-restoloc .hovicon.effect-1.sub-a:hover::before {
		top:auto !important;
	}
	.tab-pane .menu_items{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
		flex-wrap:wrap;
	}
	.menu-tab-holder .tab-content .col-xl-18.col-lg-18.col-md-18{
		width:50%;
	}
	.main-header-area .row{
		-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
	}
	.single-restoloc .hovicon.effect-1.sub-a::before {
    content: '';
    position: absolute;
    width: 65px;
    height: 3px;
    background: #E04726;
    bottom: 40px;
    left: 35%;
    transform: skew(10deg, -10deg);
	display:none;
}
.single-restoloc .single_booking:hover .hovicon.effect-1.sub-a::before {
	display:block;
}
.single-restoloc .single_booking.first_col:hover .hovicon.effect-1.sub-a::before {
	display:none;
}
.blog_bnr_row .left_col{
	background-size: 100% 116%;
}
 .category-our-farm-our-way .filter_tems:nth-child(2) .category_row{
	height:800px;
}
.cat_more a span + img{
	opacity:1;
}
}
@media (min-width:768px) and (max-width:992px){
	.blog_wraper{margin-top:0px;}
.header-text {
    margin-left: 20px;
    padding: 0px;
}
.cat_more a span + img{padding:0px;}
.category-our-farm-our-way .cat_more a span + img{
	padding:0px;
}
.cat_more a{font-size:18px;}
.booking_area .single_booking, .booking_area .single_booking a{width:100%; height:190px;}
.booking_area .hovicon {
    width: 100% !important;
    height: 190px !important;
}
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
  .cat_more a span{
		position:relative;top:2px;
	}
}}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) , and (min-width:1024px) and (max-width:1400px) {
	.home .primary-menu-block{
	 
}
.booking_videoes_area .videos_thumb{
	padding-left:10%;
}
}
 @media screen and (-ms-high-contrast: active) and (min-width: 1600px), screen and (-ms-high-contrast: none) and (min-width:1600px) {
	.blog_bnr_row .left_col{
		background-size:140% 220%;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 768px) and (-webkit-min-device-pixel-ratio: 1) {
     .about_area h1 { font-size: 40px!important; }
    .star-block { background: url(../img_new/star-bg.jpg) no-repeat; background-size:  100%; }
}
@supports (-webkit-overflow-scrolling: touch)  {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30, .col-md-31, .col-md-32, .col-md-33, .col-md-34, .col-md-35, .col-md-36 { width:100%!important; display: block; }
    .farm_practices .row.mt-100 { display: block; }
    .left-img, .right-text { text-align: center; }
    .star-block { z-index: 2; background: url(../img_new/star-bg.jpg) no-repeat; background-size:  100%; }
    .star-block:after { z-index: 1; }
    .about_area h1 { font-size: 40px!important; }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
     .about_area h1 { font-size: 40px; }
    .star-block { background: url(../img_new/star-bg.jpg) no-repeat; background-size:  100%; }
    .farm_practices { text-align: center; }
    .farm_practices .right-text { margin-top: 30px; }
    .default_section { padding-top: 50px; padding-bottom: 50px; }
    .feature-title-block { height: auto; margin-bottom: 30px; }
    .excl-bg { background-size: 92%; top: 30px;  }
    .curv-bg { background-size: 70%; top: 0; margin-top: 50px!important; }
    .founder-note.mt-150 { margin-top:50px; }
    .farm_practices .row.mt-100 { display: block; }
    .belcampo_features h2.rotate-style { min-height: 300px; }
    .belcampo_features .col-xl-12.col-lg-12.col-md-12:first-child h2.rotate-style { min-height: auto ; }
    .logo { margin-left: 0;  transform: translateX(0);  -webkit-transform: translateX(0); }
}
@media not all and (min-resolution:.001dpcm)  @media {
    .star-block {  background: url(../img_new/star-bg.jpg) no-repeat; background-size:  100%; }
}

.page-template-tpl-blog .secondaryMenu, .tax-recipe-cat .secondaryMenu {display:none;}
.single_dish_txt {
    min-height: 200px;
}

@media (min-width:1024px){
.main-header-area  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-header-area  .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
}
@media (min-width:1600px){
	.blog_banner .right_col{
		background-position: center center;
	}
	.main-header-area .row{
		flex-wrap: nowrap;
	}
}
.mobile, .ios, .android, .device{display:none;}

/* Safari 7.1+ */

_::-webkit-full-page-media, _:future, :root .safari_only {
  div.mobile.device.ios {display:none !important;}
}

/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) { @media
{
    .safari_only { 
  div.mobile.device.ios {display:none !important;}

    }
	.cat_more a span{
		position:relative;top:2px;
	}
}}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome, if Chrome rule needed */
    /* Safari 5+ ONLY */
    ::i-block-chrome, div.mobile.device.ios {display:none !important;}
	::i-block-chrome, .cat_more a span{
		position:relative;top:2px;
	}
}

.post-504 {margin-bottom:50px;}
.post-504 h3 {padding-bottom:10px; padding-top:20px;}

.pop-outer {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 10%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:9999;
}.pop-outer {
    top: 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pop-inner {
	background-color: #fff;
	width: 50%;
	/*height: 300px;*/
	margin: 5% auto;
}
.pop-inner .model_body{
	padding: 0px 40px 60px 40px;
}
.model_body p{font-size:20px;}
.pop-inner .model_body p{
	text-align:center;margin-bottom: 60px;
}
.pop-inner .model_body form{
    max-width: 600px;
    margin: 0 auto;
}
.pop-inner button.close{
font-size: 24px;
background: transparent;
margin: 10px 15px;
    font-weight: 400;
	opacity:1;
}
.modal_body {
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}
.subscribe_row{
	  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
justify-content: center;margin-bottom: 10px;
	margin-left:auto;margin-right:auto;
}
.subscribe input{
padding: 6px 15px !important;
width: auto !important;
font-weight: 800 !important;
height: auto !important;
background:#df4726 !important;
margin-top: 13px !important;

}

.modal_offer{
	margin-bottom:20px;
}
.modal_content .mc4wp-form{
	position:static !important;
}

.modal_para{
	margin: auto;
	width:70%;
	margin-bottom: 40px;
}
.modal_para p{
	color:#000;
font-size: 20px;
}
.modal_content  .mc4wp-form-fields{
	padding:0px 30px;
}
.pop-outer #locate_store input {
    text-transform: uppercase;
    border: none !important;
    border-bottom: 2px solid #000 !important;
    display: inline-block;
    font-size: 14px;
    float: left;
    line-height: 1.5;
    padding: 0px;
    margin: 0 30px 0 0;
    height: 50px;
    align-self: flex-end;
    background-color: #fff;
    outline: none;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    box-shadow: none;
    border-radius: 0px;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
}

.pop-outer #locate_store input::-webkit-input-placeholder
 {
   color: #000000;
    font-weight: 600;    font-size: 18px;
}
.pop-outer #locate_store input:-moz-placeholder
 {
    color: #000000;
    font-weight: 600;    font-size: 18px;
}
.pop-outer #locate_store input::-moz-placeholder
 {
    color: #000000;
    font-weight: 600;    font-size: 18px;
}
.pop-outer #locate_store input:-ms-input-placeholder
 {
    color: #000000;
    font-weight: 600;    font-size: 18px;
}
.pop-outer #store_locator{cursor: pointer;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    margin: 0;
    line-height: 1.5;
    vertical-align: text-top;
    white-space: nowrap;
    border: 1px solid rgba(1, 1, 1, 0);
    border-radius: 4px;}
	.pop-outer #store_locator{
    font-family: "Alpha Beta";
    font-size: 22px;
    border: none;
    cursor: pointer;
    background: none;
    height: 50px;
    background-color: #df4726;
    padding: 0px 15px;
    font-weight: normal;
    letter-spacing: 1px;
}

.pop-outer #locate_store input:placeholder {
    text-transform: uppercase;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
}
.pop-outer #locate_store .wcb-input-group{display:flex; width:100%;}
.pop-outer .pop-inner button.close:focus, .pop-outer .pop-inner button.close:hover{opacity:0.7;}

@media (max-width:767px){
.desktop.app {display:none;}
.pop-outer{
	top:0px;
}
.pop-outer .pop-inner{
	width: 90%;padding-bottom: 10px;height: auto;
}
.right-menu.order-menu{
	display: flex !important;
justify-content: center;
align-items: center;
}
.page-id-7414  .contentWrapper {
    margin-top: 0px;
}
#store_locator_search_box .store-locator-row.second{
	width:100%;
}
.store-locator-row .store_modal_title{
	text-align:center;
}
#store_locator .store-locator-col-xs-12{
	padding:0px;
}
#store_locator .store-locator-row{
	margin-left: 0;
margin-right: 0;
}
.learn-content-wrap  .lpj_row.grid{
	float:none;
}
.det_cont iframe{
	max-width:100%;
}
.single-product  .type-product.first{
	padding: 20px 0px 20px 0px;
}
.checkout.woocommerce-checkout{
	padding:0px 15px;
}
.checkout.woocommerce-checkout h3{
	font-size:22px;
}
.woocommerce-message.wc_msg .button.wc-forward{
	display: block;
width: 100%;
margin-bottom: 10px;
}
.woocommerce-message.wc_msg .woocommerce-Price-amount.amount{
	margin-top:15px;display: inline-block;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	padding: 6px 15px;margin-top: 10px;padding: 6px 15px;
}
#pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number{
	width: 100%;
padding: 8px 6px;
}
.page-template-tpl-contact-us .col-xs-18 {
    width: 100%;
}
.footer .now-available{
	float:none;
}
.video .embed-container{
	padding-bottom:0px;
}
.mob-top-menu-wrap .order-menu > li.order-now{
		 padding: 5px 20px; 
	}
	.woocommerce .cart-empty{
		margin-top:10px;
	}
	.detail_col ul {
    margin-bottom: 30px;
}
.store_locator_result_list_item{
	z-index:0;
}
.testimonial-inner{
	box-shadow:none !important;border: 1px solid #d9d9d9 !important;
}
.ProductsMsg{
	padding-left:15px;padding-right:15px;    margin-bottom: 40px !important;
}
.woocommerce img.fresh-txt, .woocommerce-page img.fresh-txt{
	position:static;display:block;
}
}

@media print {
    header, footer,.subscribe_area, .shop_recipe_info a.view_pro {
		display:none;
	}
	.print_banner img{
		width:30px;
	}
	.share_banner img{
		width:20px;
	}
	.blog_det_row, .row_main{
		display:inline-block;
	}
	.blog_det_row .left_col{
		float:left;width:50%;
	}
	.blog_det_row .right_col{
		float:left;width:50%;
	}
	 a[href]:after {
    content: none !important;
  }
  .blog_dish .dish_wrap{
	  display:inline-block;
  }
  .row_main .detail_col{
	  float:left;width:50%;
  }
  h2.rotate-style{
	  font-size:35px;
  }
  .blog_dish .dish_wrap .single_dish{
	  float:left;width:30.3%;
  }
  .blog_dish .single_dish .single_dish_txt h3{
	  font-size:22px;
  }
  .single_dish_txt {
    min-height: 100px;
}
.single_dish_txt {
    padding: 20px 10px;
}
.detail_wraper{
	padding-bottom:0px;
}
.main_details {
    margin-bottom: 0;
}
.skew_rectangle{
	margin-bottom: 20px;
}
.blog_det_content .skew_rectangle a{
	text-align:left;
}
.blog_wraper .header-text h1 {
    font-size: 40px;
}
} 
.single-recipe #menu-item-57345 a { color: #D13E1E}
.cwginstock-subscribe-form .panel-primary > .panel-heading {background-color: #F9AB2D !important;border-color: #F9AB2D !important;}
.cwgstock_button {margin:auto; width:inherit !important;}
 
.post_video {
    margin: 0px auto 50px;
    width: 100%;
    text-align: center;
}
@media (min-width:1360px){
.post_video iframe {height: 780px;}
}
@media (min-width:1025px) and (max-width:1360px){
	.post_video iframe {height: 600px;}
}
@media (max-width:1024px){
.post_video iframe {height: 600px;}
}
@media (max-width:991px){
.post_video iframe {height: 400px;}
.slicknav_menu .slicknav_nav{
	height: calc(100vh - 40px);
overflow: scroll;
}
}

@media (max-width:767px){
.post_video iframe {height: 220px;}
}
.productDetailRight .stock {display:none;}
.wcb-coupon-box .wcb-modal-body {font-family:'Akkurat Pro';}
.itemName.woocommerce-loop-product__title:visited {color: #1f1f1f;}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	margin-left:0px !important;
}
#review_form .comment-form{
	margin-top: 0;border-top: 0;
}
.reviewWrapper > .col-md-36 > .reviewFormContainer {padding-left:15px; padding-right:15px; margin-top:50px;}
.comment-reply-title {font-size:20px;}

/*about page starts*/

.page-template-tpl-about   .default_section.farm_practices{
	padding-bottom:120px;
}
.about_wraper{
    padding-top: 110px;
}

.circle_row{
    display: flex;justify-content: center;
}
.circle_col{
width: 150px;height:150px;border: #000 5px solid;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: center;
padding: 0px 20px;
text-align: center;
position: relative;
margin-right: 40px;
}
.circle_col:hover{
    border-color: #E04726;
}
.circle_col.current_page_item{
	border-color: #E04726;
}
.circle_col:hover::before{
content: '';
position: absolute;
width: 54px;
height: 4px;
background: #E04726;
bottom: 30px;
left: 35%;
transform: skew(10deg, -5deg);
}
.circle_col.current_page_item::before{
content: '';
position: absolute;
width: 54px;
height: 4px;
background: #E04726;
bottom: 30px;
left: 50%;
transform: skew(10deg, -5deg);margin-left: -27px;
}

.circle_col a{
    font-size: 27px;
    font-family: "Alpha Beta";
line-height: normal;
    text-transform: uppercase;    color: #1F1F1F !important;
	height: 100%;
display: flex;
width: 100%;
justify-content: center;
align-items: center;
}

.El {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.El__wrapper {
  display: -webkit-box;
  display: flex;
  width: 400vw;
  height: 100vh;
}
.El__slide {
padding-top: 70px;
  width: 100vw;
}

.El__content {
  width: 100%;
  position:relative;
}
.El__content img{
    width: 100%;
}
.El__title, .El__subtitle {
  position: relative;
}

.El__subtitle{
	position:absolute;top: 50%;color: #fff;
    left: 50%;
    font-family: "Alpha Beta";
font-size: 55px;
font-weight: 700;
   transform: translate(-50%, -50%);
}

.parallaxContainer{
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 800px;
	display: flex;
justify-content: center;
align-items: center;box-shadow: inset 0 0 0 2000px rgba(0, 0, 00, 0.20);
}

.paralx_title{
	font-family: "Alpha Beta";
font-size: 85px;
font-weight: 700;
color: #fff;
letter-spacing: 5px;
line-height: 90px;
text-align: center;
margin: 0px 100px;
text-transform: uppercase;  max-width: 1100px;
}
.paralax_wraper{
	margin-top: 70px;
margin-bottom: 100px;
}
.abt_info{
   text-align: center;position: relative;
}
.abt_info h2{
    font-size: 45px;
font-weight: 600;
letter-spacing: 4px;
margin-left: auto;
margin-right: auto;
    margin-bottom: 50px;max-width: 950px;
}

.farm_wraper p{	
letter-spacing: 1px;	
font-size: 20px;	
line-height: 33px;	
}	

.abt_info p {
    font-size: 25px;
line-height: 37px;
letter-spacing: 1px;max-width: 950px;
    margin-left: auto;
margin-right: auto;margin-bottom: 100px;
}
.abt_cycle{
    position: absolute;right: 0px;bottom: 0;max-width: 200px;
}
.abt_diffrence{
	margin: auto;
}
.abt_diffrence .top_button {
    text-align: center;
    position: relative;
    top: 16px;
}
.abt_diffrence  .skew_rectangle{
    margin-bottom: 0px;
	padding: 17px 20px 15px;
color: #fff;
font-size: 19px;
letter-spacing: 3px;
font-weight: 600;

}

.abt_diffrence  .skew_rectangle a{
    padding: 17px 20px 15px;pointer-events: none;
}

.abt_diffrence iframe{
	width: 100%;
min-height: 600px;
}

.arrow-big {
    background-image: url(../img/curve2.png);
    height: 18px;
    background-repeat: repeat;
    background-repeat: repeat;
    margin-bottom:150px;
    margin-top: 90px;
    margin-left: 20px;
margin-right: 20px;
}
.why_belcampo{
    padding-bottom: 100px;
}
.why_belcampo p{
  font-size: 20px;
line-height: 33px;
letter-spacing: 1px;
    text-align: center;
	max-width: 400px;
margin: 20px auto 0px;
}
.why_belcampo  .curve_title p{
 max-width: 650px;
margin-left: auto;
margin-right: auto;
font-size: 25px;
line-height: 37px;
letter-spacing: 1px;
margin-top: 60px;
margin-bottom: 121px;
}

.why_us_row{
    display: flex;flex-wrap: wrap;justify-content: center;margin-top: 80px;
}
.why_us_col{
    width: 33.33%;text-align: center;
}
.why_us_col.large  img{
    max-height: 250px;margin-bottom: 30px;
}
.why_us_col.large{
    width: 40%;padding: 0px 30px;
}
.why_us_col.small{
    padding: 120px 30px 30px;
}
.why_us_col.small  img{
    max-height: 150px; margin-bottom: 50px;
}


.animals_wraper .abt_cycle{
    left: 0px;right: auto;bottom: 40%;
}
.animals_wraper .arrow-big{
    max-width: 70%;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
margin-bottom: 100px;
}

.belcampo_practice .practice_wrap{
background: #F4F2F1;
padding-top: 80px;
padding-left: 20px;
padding-right: 20px;
margin-top: 100px;padding-bottom: 120px;
}

.belcampo_practice .single_dish .single_dish_txt h3{
font-size: 27px;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 700;
    
}

.belcampo_practice .single_dish .single_dish_txt p {
    font-size: 18px;
    line-height: 28px;
    max-width: 350px;
    display: block;
    margin: 0 auto;
}

 .belcampo_practice .single_dish .thumb {
    overflow: hidden;
}
.belcampo_practice .single_dish {
    width: 33.3%;margin:0px 10px;background: #fff;position: relative;
}
.practice_caption{
    position: absolute;height: 100%;top: 0px;background: #e74200;width: 100%;display: none;
}
.practice_caption a{
	display: flex;
height: 100%;
width: 100%;
justify-content: center;
align-items: center;
}
.practice_caption h3{
   color: #fff;
font-size: 36px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
font-family: "Alpha Beta";
line-height: 1.3em;
}
.belcampo_practice .single_dish:hover   .practice_caption{
    display: flex;align-items: center;justify-content: center;
}

.impact_info .arrow-big {
    max-width: 70%;
    margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
margin-top: 100px;
}

.impact_info .abt_cycle{
    bottom: 40%;
}
.impact_row{
    display: flex;flex-wrap: wrap;margin-top: 100px;margin-bottom: 80px;
	justify-content: center;
}

.impact_detail p{
font-size: 25px;
    line-height: 37px;
    letter-spacing: 1px;
}
.impact_detail .curve_title{
	max-width: 700px;
margin: auto;
}
.impact_col{
    width: 33.33%;
    padding: 0px 30px;
text-align: center;margin-bottom: 80px;
}
.impact_col h3{
    font-family: 'Alpha Beta';
font-size: 45px;
margin-bottom: 40px;
line-height: 1.1em;
    
}

.impact_col img{
    max-height: 200px;margin-bottom: 50px;
	 /*new*/height:200px
}

.impact_difference{
    margin-bottom: 120px;
}

.download_report{
    background: #e74200;min-height:700px;
    display: flex;
align-items: center;
justify-content: center;position: relative;
margin-bottom: 150px;
}

.download_report h2{
    font-family: "Alpha Beta";
font-size: 100px;
font-weight: 700;
letter-spacing: 2px;
color: #fff;text-align: center;
}
.download_report h2 a, .download_report h2 a:hover{
color: #fff;
}
.download_report > div{
    position: absolute;
}

.download_report img{
    min-width: 350px;
}
.download_report .pos1{
 left: 15%;
top: 60px;
}

.download_report .pos2{
right: 8%;
top: 20%;
}

.download_report .pos3{
left: 250px;
    bottom: 12%;
}

.download_report .pos4{
right: 30%;
bottom: 15%;
}

.download_report .pos5{
 right:200px;
bottom: 25%;
}

.download_report .pos5 img {
    min-width: 250px;
} 

.farm_info  .abt_cycle{
    right: auto;left: 0px;top: 30px;
}

.farm_info   .ask_us{
    
}
.farm_wraper .arrow-big {
    max-width: 70%;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
margin-bottom: 120px;
}
.ask_us a{
  color: #212224;
font-size: 30px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}

.ask_us img{
	margin-left: 10px;
}


.ask_us:hover img {
    -webkit-animation: bounceRight 2s;
    animation: bounceRight 2s;
}

.farm_row{
    display: flex;align-items: center;margin-bottom: 20px;
	min-height:600px;
}
.farm_row .farm_left{
	min-height:600px;
background-size: cover;
}

.farm_row p{
width: auto;
margin-left: auto;
margin-right: auto;
text-align: center;
max-width: 550px;
font-size: 25px;
line-height: 37px;
letter-spacing: 1px;
}
.farm_left, .farm_right{
    width: 50%;
}
.farm_row.odd  .farm_right{
margin-left: 60px;
}
.farm_row.even .farm_left{
margin-left: 60px;
}
.farm_wraper .curve_title{
    margin-bottom: 80px;
}
.farm_row_wrap{
    margin-bottom: 70px;
}


.how_we_chose .curve_title p{
    width: 50%;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 25px;
    line-height: 37px;
    letter-spacing: 1px;
}
.choose_row{
    display: flex;margin-bottom: 100px;
}
.choose_col{
    width: 33.3%;text-align: center;padding: 0px 30px;
}
.choose_col img{
   max-height: 70px;
}
.choose_col h3{
color: #e74200;
font-size: 40px;
font-weight: normal;
margin-top: 40px;
margin-bottom: 30px;
text-transform: uppercase; font-family: 'Alpha Beta';
}
.choose_col p{
	font-size: 20px;
line-height: 33px;
letter-spacing: 1px;
text-align: center;
}
.farm_diff .arrow-big{
    max-width: 90%;
}
.belcampo_accordion .curve_title{
	margin-bottom:100px;
}
.farm_wraper{	
   padding-bottom: 130px;	
}	
.faq_wraper{
	padding-bottom: 130px;
}
.faq_wraper  p{	
letter-spacing: 1px;	
font-size: 20px;	
line-height: 33px;	
}	
.faq_ask_us{	
min-height:700px;	
    display: flex;	
align-items: center;	
justify-content: center;position: relative;	
margin-bottom: 160px;	
}	
.faq_ask_us h2{	
    font-family: "Alpha Beta";	
font-size: 100px;	
font-weight: 700;	
letter-spacing: 2px;	
color: #000;text-align: center;	
max-width: 500px;
}	
.faq_ask_us > div{	
    position: absolute;	
}	
.faq_ask_us  .faq_intro{	
    position: static;text-align: center;	
}	
.faq_ask_us  h4{	
 color: #e74200;
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
}	
.faq_ask_us  p{	
margin: 0px auto;
font-size: 20px;
line-height: 33px;
letter-spacing: 1px;
padding: 0px;
max-width: 400px;
}	
.faq_ask_us img{	
    min-width: 350px;	
	
}	
.faq_ask_us .pos1{	
 left: 15%;	
top: 5%;	
}	
.faq_ask_us .pos2{	
right: 17%;
top: 12%;	
}	
.faq_ask_us .pos3{	
left: 8%;	
bottom: 15%;	
}	
.faq_ask_us .pos4{	
  right: 30%;
    bottom: -5%;	
}
.faq_ask_us .pos4 img {
    min-width: 390px;
}	
.faq_ask_us .pos5{	
right: 13%;
bottom: 25%;	
}

.faq_ask_us .pos5 img {
    min-width: 250px;
}
.vd_slide {
    position: relative;overflow: hidden;
}
.overlay_video{
    position: absolute;width: 100%;height: 100%;background: #E04726;top: 0;
    overflow: hidden;
    height: 0; opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;
}
.overlay_video a{
    display: flex;width: 100%;height: 100%;justify-content: center;
align-items: center;
}
.vd_slide:hover  .overlay_video{
   height: 100%; opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;
}
.watch_title img{
    width: 200px;
}
.video_slider{
       background: #F4F2F1;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 100px;
    padding-bottom: 120px;
}
.lity.lity-vimeo{
    z-index: 9999;
}

.video_slider  .slick-arrow{
position: absolute;
left: 15px;
top: 50%;font-weight: bold;
padding: 5px 10px;
background: url(../img_new/arrow-blck.png);
border: none;
font-size: 0;
width: 35px;
height: 30px;background-repeat: no-repeat;
background-size: contain;
transform: rotate(180deg);
}

.video_slider .slick-next.slick-arrow{
	transform: rotate(0deg);
	right: 15px;left: auto;margin-top: 20px
}

ul.bel_accordion .inner {	
  padding-left: 0px;	
  overflow: hidden;	
  display: none;	
}	
ul.bel_accordion .inner.show_acc {	
 border-top: 2px solid #e74200;	
}	
ul.bel_accordion li a.accordion-title {	
  text-decoration: none;	
  color: inherit;	
  width:auto;	
  display: block;	
 padding: 35px 15px;	
transition: background 0.3s ease;	
font-size: 28px;	
text-transform: uppercase;	
position: relative;	
font-weight: 600;
letter-spacing: 1px;cursor: pointer;
}	
ul.bel_accordion li a.accordion-title::after{	
 content: '+';	
position: absolute;	
right: 15px;	
top: 35px;	
font-weight: 600;	
}	
ul.bel_accordion li a.accordion-title.active::after{	
    content: '-'; 	
}	
.bel_accordion > li{	
   border-top: 15px solid #e74200;
   list-style:none;
}	
.bel_accordion > li:last-child{	
   border-bottom: 15px solid #e74200;	
}	
.accordion_detail{	
   
        padding-top: 40px;	
padding-bottom: 60px;	
    padding-left: 15px;	
padding-right: 15px;	
}	
.accordion_detail .acco_left{	
    width: 50%;	padding-right: 50px;
}	
.accordion_detail .acco_right{	
    width: 50%;	
}	
.accordion_detail .acco_full{	
    width: 100%;	
}	
.image-card img {width:100%;}
.accordion_detail .accordion_detail h3{	
  margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;	
}
.accordion_detail_row{
	display:flex;
}	
.bel_accordion  p{	
font-size: 25px;
line-height: 37px;
letter-spacing: 1px;
padding-right: 60px;
padding-bottom:15px;
}	
ul.bel_accordion .inner > li{	
    border-top: 5px solid #e74200;	
}	
ul.bel_accordion .inner.sub_inner{	
    border: none !important;padding-bottom: 20px;	
    padding-left: 15px;	
padding-right: 15px;	
}	

.page-template-tpl-health .secondaryMenu  , .page-template-tpl-farms .secondaryMenu , .page-template-tpl-animals .secondaryMenu  , .page-template-tpl-about .secondaryMenu , .page-template-tpl-impact .secondaryMenu , .page-template-tpl-faq .secondaryMenu {
	display:none;
}

.shippingMsg h2{ font-weight: 900; margin: 0;letter-spacing: 5px; font-size:30px;padding-top: 10px;}
.shippingMsg {background: #f4a73e;
padding: 30px 10px;
margin-bottom: 80px;
display: flex;
align-items: center;
justify-content: center; }
.ProductsMsg h3{ font-family: "Alpha Beta";font-size: 45px;
text-transform: uppercase; margin-bottom:30px; }
.ProductsMsg p { font-family: 'Akkurat Pro'; font-size: 20px; letter-spacing: 1px; line-height:33px; }
.ProductsMsg {  margin: 0 auto 60px auto; max-width: 850px; text-align:center}
.itemDetails.fullwidth { width: 100%; padding: 10px 0; }
.itemDetails.fullwidth  span.Instore-priceBtn { float: right; }
.in-store-msg { text-align: center; border: #e04403 2px solid; padding:5px 10px; text-transform: uppercase; margin-top: 15px; }
.add-to-cart-msg { text-align: center; border: #000 2px solid; padding:5px 10px; text-transform: uppercase; margin-top: 15px;  }
.add-to-cart-msg a { display: block; }
.outOfStock { content: "Restocking Soon!"; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 2; top: 0; text-align: center; color: #fff; padding-top: 30%;  font-size: 35px; line-height: normal;}
.imgContainer { position: relative; }

.products.prod_shop{
	display:inline-block;
	width:100%;margin-top: 40px;
}
.shop_pro_col{
  padding-bottom:30px
}
.nameContainer_shop{
	min-height: 170px;
}
.nameContainer_shop .pro_name{
	display:flex;
justify-content: space-between;
	padding: 15px 0px;
	min-height: 100px;
}
.pro_name_l{
	font-size: 16px;
letter-spacing: 1px;
}
.woocommerce .shop_pro_col .woocommerce-Price-amount.amount {
   color: #1f1f1f;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Akkurat Pro';
}
.pro_price_r{
	min-width: 100px;
}
.pro_price_r .price{
	text-align:right;
}
.add-to-cart-shop a{
width: 100%;
display:inline-block;
text-align: center;
background-color: #fff !important;
border: 2px solid #000 !important;
text-transform: uppercase;
font-weight: 600 !important;
font-size: 14px !important;
letter-spacing: 2px;color: #1F1F1F;padding: 12px 12px 10px !important;
line-height:inherit !important;
border-radius:0px !important;
	font-family: 'Akkurat Pro';
	    color: #1F1F1F !important;
}

.add-to-cart-shop.notify-cart a{

	border-color: #D13E1E !important;
}
.add-to-cart-shop a:hover {
		 background: #000000 !important;
    color: #FFFFFF !important; 
	border-color:#000 !important
	}

.product-categories .cat-item {
  list-style:none;
}
.sideBar_shop {
	padding-left:0px;min-height: 400px;
}

.shope_wave{
	background-image: url(../img/curve2.png);
height: 18px;
background-repeat: repeat;
background-repeat: repeat;
margin-bottom:50px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
}
.product-categories .cat-item{
	margin-bottom:20px;
	font-family: "Alpha Beta";
}
.sideBar_shop  .widgettitle{
	text-transform:uppercase;
	font-weight: 600;
		cursor:pointer;
		font-family: 'Akkurat Pro';
		font-size: 22px;
		margin-bottom: 30px;
		letter-spacing: 2px;
}
.sideBar_shop  .widgettitle span{
width: 20px;
display: inline-block;
height: 20px;
background: url(../img/select-arrow.jpg) no-repeat;
margin-left: 15px;
position: relative;
top: 4px;transition: all 0.50s 0.25s;
}
.sideBar_shop .widgettitle.active span{
	transform: rotate(180deg);
}
.product-categories li a{
	text-transform:uppercase;font-weight: 600;
font-size: 16px;
letter-spacing: 1px;   font-family: 'Akkurat Pro';
}
.product-categories li  a:hover{
	color: #d13e1e !important;
}
.woocommerce .woocommerce-ordering select{
	margin: 10px 15px 0px;border: 2px solid #1F1F1F;
}
.shop_arrow{
	filter: brightness(0) invert(1);
}
.n-stand.b-shop {
    padding: 100px 25px;
}

.n-stand.b-shop  h1{
	font-family: "Alpha Beta";
font-weight: normal;
}
.woocommerce-LoopProduct-link img, .products .ImageContainer img {width:100%;}
.woocommerce-LoopProduct-link .itemName.woocommerce-loop-product__title {font-family:"Alpha Beta"}
.woocommerce .woocommerce-result-count{
	display:none;
}
.woocommerce img.fresh-txt, .woocommerce-page img.fresh-txt{ margin-top: 0px;
position: absolute;
left: 0px;
max-width: 105px;}

.restock{
	color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Alpha Beta';
font-size: 35px;
line-height: 45px;
text-align: center;
padding: 0px 20px;
background: rgba(0,0,0,0.2);
display:none;
position: absolute;
height: 100%;
width:100%;letter-spacing: 2px;
}
.shop_pro_col:hover  .restock{
	display:flex;
}
.megamenu-row{
	display:flex;
}
@media (max-width:767px){
.megamenu-row{
	display:block;
}
.mega_col.mega_learn_one, .mega_col.mega_learn_two {flex-basis: 25%;}
.mega_col.mega_learn_three {flex-basis: 50%;}
}
.mega_col  h3, .mega_col  h3 a, .mega_col  .menu_heading, .mega_col  .menu_heading a{
	font-family: "Alpha Beta";font-size:22px;
	  color: #000; 
}
.mega_col  .menu_heading {
	letter-spacing:1px; font-weight:bold; margin-bottom:20px; line-height:1.2em
}

.header-area .main-header-area .main-menu ul li.shop_menu .megaa_menu h3 a, .header-area .main-header-area .main-menu ul li.shop_menu .megaa_menu .menu_heading a {
	font-family: "Alpha Beta";font-size:22px;
	  color: #000;
	  border-bottom: none; padding-top:0px; padding-bottom:0px;
}
.mega_col  h6{
	text-transform: none;color: #C83F19;

	 min-height: 0px;
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.8em;
}
.mega_col_one .mega_menu_items{
	 -webkit-column-count: 3;
    -moz-column-count: 3;
         column-count: 3;
		
}
.mega_menu_items{
	 margin-top: 30px;
}
.submenu.megaa_menu  .mega_menu_items li{
	margin-left:0px !important;
	margin-right:0px !important;
	background: none !important;
}
.submenu.megaa_menu  .mega_menu_items li a{
	padding-left:0px !important;
}
.header-area .main-header-area .main-menu ul li .submenu.megaa_menu{
	padding: 30px 50px;	width:calc(100vw - 40vw);
}

.submenu.megaa_menu .mega_col.mega_col_one{
	width:45%;
	padding-right: 30px;
    box-sizing: border-box;
}
.submenu.megaa_menu .mega_col.mega_col_two {
    width: 30%;
    padding-right: 30px;
    box-sizing: border-box;
}
.submenu.megaa_menu .mega_col.mega_col_three {
    width: 25%;
}

.submenu.megaa_menu .fathers-day {
	display:table !important;
	width:auto !important;
}
.submenu.megaa_menu .fathers-day::after{
content: '';
position: absolute;
background: #f4a73e;
height: 11px;
width: 100%;
bottom: 10px;
z-index: -1;
}
.submenu.megaa_menu .fathers-day:hover a{
	color: #000 !important;
}

.product-categories .fathers-day {
	display:table;
	position: relative;
}
.product-categories .fathers-day::after{
content: '';
position: absolute;
background: #f4a73e;
height: 12px;
width: 100%;
bottom: 0px;
z-index: -1;
left:0px;
}
.product-categories .fathers-day:hover a{
	color: #000 !important;
}

.shop-campo{
	background-color: #000;
color: #fff;
 margin-top: 30px;
}
.shop-campo .col-md-12{
	width:100%;
}
.shop-campo  h1{
	margin-bottom: 30px;
}
.itemName.woocommerce-loop-product__title {
	color: #1f1f1f;
	  font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Akkurat Pro';
	}
select {
-webkit-appearance: none; 
-moz-appearance: none;
appearance: none;
-webkit-border-radius: 0px;
background: url(../img/select-arrow.jpg) no-repeat;
background-position: right center;
padding: 10px 40px 10px 10px;
height:auto !important;
}

select::-ms-expand {
display: none;
}
.itemName {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  clear: both;
}
.qty { font-size: 13px;float:right; width:100%; text-align:right }
.priceBtn { width: 70px;  border-top: 2px solid #E24301; float: left; font-size: 18px; text-align: center; padding: 15px 0px; background: #EDEDED;}
.avgleft{float: left; text-align:left; width: 100%; clear: left; display:block}
.ImageContainer {
    position: relative;
}
.cart-contents:before {
font-family:WooCommerce;
content: "\e01d";
font-size:28px;
margin-top:0px;
font-style:normal;
font-weight:400;
vertical-align: bottom;
color:#444444;
position:absolute; right: 10px;
top:-8px;
}
.cart-contents:hover {
text-decoration: none;
}
.cart-contents-count {
color: #fff;
background-color: #E24301;
font-weight: bold;
border-radius: 10px;
padding: 4px 8px;
line-height: 1;
font-family: Arial, Helvetica, sans-serif;
vertical-align: top;
position:absolute;
right:-3px;
top:-12px;
}
.order-menu .order-now {margin-right:0px;}
.prodImgConatiner figure {width:100%;}
/*custom order select dropdown*/

select.orderby {
  display: none;
}
.dropdown_sort {
  border-radius: 0px;
border: 2px solid #1F1F1F;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: normal;
  height: 45px;
  line-height: 42px;
  outline: none;
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
  text-align: left ;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;width: 250px;

}
.dropdown_sort:after {
  -webkit-transform: origin(50% 20%);
          transform: origin(50% 20%);
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  content: '';
  pointer-events: none;
  position: absolute;
 right: 10px;
top: 10px;
background: url(../img/select-arrow.jpg) no-repeat;
width: 20px;
height: 20px;
}
.dropdown_sort.open:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.dropdown_sort.open .list {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.dropdown_sort.open .option {
  cursor: pointer;
}
.dropdown_sort .list {
  box-sizing: border-box;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  background-color: #f4f4f4;
  border-radius:0px;
  margin-top: 4px;
  padding: 10px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;width: 100%;
}
.dropdown_sort .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.dropdown_sort .option {
  cursor: default;
  font-weight: 500;
  line-height: 25px;
  outline: none;
  padding-left: 15px;
  padding-right:15px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
letter-spacing: 1px;font-size: 14px;
}

.dropdown_sort .option::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    display: inline-block;
    margin-right: 8px;
       position: relative;
    top: 2px;
}

.dropdown_sort .option.selected::after{
	content: '✔';
position: absolute;
left: 18px;
font-size: 10px;
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    top: 12px;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    margin-left: 10px;
}

.show_content .ProductsMsg , .show_content  .shope_wave{
	display:none;
}

.organic_text{
position: absolute;
font-family: "Alpha Beta";
font-size: 14px;
background: #fff;
border-radius: 100px;
width: 80px;
height: 80px;
display: flex;
justify-content: center;
align-items: center;
border: 3px solid #000;
text-transform: uppercase;
top: 30px;
left: -15px;
transform: rotate(10deg);
}

.blog_dish .dish_wrap .single_dish{height:100%;}
.shop_search .searchbox-open{width: calc(100% - 350px);padding-left: 50px;background: #fff;}
.shop_search{
	position:relative;
}
.shop_search .searchbox {
	left: 0;top:20px;
}
.shop_search .searchbox-icon, .shop_search .searchbox-submit{
	left: 0;text-align:left;
}
.shop_search  .close_search{
	right:0px;left: auto;top: -10px;cursor:pointer;
}
.shop_search .searchbox-input{
	background:#fff;position: relative;
top: -5px;
font-size: 20px;
}
.search-results .shop_search {
	
	min-height: 70px;
	float: left;
width: calc(100% - 250px);
}
.search-results .shop_search .searchbox-open{
	width:90%;
}
.search_oder_wrap{
	margin-bottom: 30px;
display: flex;
width: 100%;
}
.search-results .shop_search .searchbox-icon, .search-results .shop_search .searchbox-submit{
	text-align:center;
}
.search-results .cat_shop{
	color: #d13e1e;
}
.search-results .product-categories li.active a{
	color:#1F1F1F
}
.search-results  .contentWrapper{
	margin-top:120px;
}
.search-results footer{
    margin-top: 30px !important;
}
.shop_pro_col .ImageContainer img{
	height: auto;
    width: 100%;
}

.story_wraper{
	padding-bottom: 130px;
}
.show_md_only {
	display:none;
}

.woocommerce-checkout .woocommerce-cart-form__contents .button{
background: #E24301;
color: #fff;
}
.woocommerce-checkout .woocommerce-cart-form__contents .button:hover{
	background: #F95E1D !important;
color: #fff;
}

@media (min-width:992px) and (max-width:1366px){
	.header-area .main-header-area .main-menu ul li .submenu.megaa_menu{
       left: 0px;
       right: 40px;
	}
	 #navigation  > li.shop_menu{
		position:static;
	}
	#navigation > li {
    padding: 15px 0px;
	padding-top: 0px !important;    margin: 0px 20px;
}
.logo_wrp{
	  padding: 10px 15px;
}
.header-area .main-header-area .main-menu ul li:hover > .submenu{
	top:15px;
}
.right-menu.order-menu  > li.checkout.menu-item {
position: absolute;
top: 0;
right: 150px;display:none;
}
.right-menu.order-menu  > li.order-now.menu-item{
position: absolute;
top: 0;
right: 0;display:none;
}
.header-area .main-header-area.sticky .main-menu ul li:hover > .submenu {
    top: 8px;
}
.show_md_only {
display: inline-block;
background: #F4F2F1;
width: 100%;
height: 30px;overflow: hidden;padding-right: 50px;
}

.show_md_only .right-menu.order-menu  li.checkout.menu-item{
display: flex;
position: static;
}
.show_md_only .right-menu.order-menu   li.order-now.menu-item{
		display: flex;
position: static;
}
.md_visible.main-header-area .order-menu {
	margin-top:0px !important;
}
.woocommerce-page .show_md_only{
	display:none;
}
.header-area .main-header-area.sticky.md_visible {
	height:102px;
} 
.woocommerce-page  .header-area .main-header-area.sticky.md_visible {
    height: 62px;
}
.booking_row.sticky_menu{
	top:90px;
}
}
@media (max-width:500px){
.det_row .det_img img {
    max-width: 300px;
    display: block;
    margin: 0 auto 20px;
}
.row_main .detail_col {
    padding-right: 0px;
}
.row_main .detail_col.even {
    padding-left: 0px;
    margin-top: 80px;
    text-align: center;
}	
}

@media (min-width:992px){
	.main-header-area  .order-menu{
	display:flex;justify-content: flex-end;
}
.main-header-area  .order-menu li.add_cart{
	margin-left:8px;line-height: 1.5;min-width:50px;
}
.shippingMsg{
	margin-left: 50px;
margin-right: 50px;
width: calc(100% - 100px);
}
}
@media (min-width: 1050px){
.mob_blog_filter	{
	display:none;
}
}
@media (max-width: 1050px){
	.choose_row {
    display: block;
    margin-bottom: 80px;
}
.choose_col {
    width: 100%;
    text-align: center;
    padding: 0px 30px;
    display: block;
    max-width: 700px;
    margin: 0 auto 50px;
}
.farm_wraper .arrow-big {
    margin-top: 80px;
    margin-bottom: 100px;
}
.mob_blog_filter{
	display: flex;
width: 100%;
height: 70px;
background: #000;
cursor: pointer;
align-items: center;
padding: 0px 20px;
position: fixed;
bottom: 0px;
z-index: 9;
}
.mob_blog_filter h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;display: flex;
	align-items: center;
}
.mob_blog_filter h3 p{
	font-weight: 600;
color: #fff;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 2px;
}
	.mob_blog_filter::after{
		display: inline-block;
width: 15px;
height: 15px;
border: 2px solid #fff;
border-bottom: 0;border-left: 0;
content: '';
-webkit-transform:  rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform:  rotate(-45deg);
-o-transform:  rotate(-45deg);
transform:  rotate(-45deg);
position: absolute;
right: 20px;
border-color: #fff;
top: 32px;
-webkit-transition: all 0.50s 0.25s;-o-transition: all 0.50s 0.25s;transition: all 0.50s 0.25s;
	}
	.mob_blog_filter.active::after{
		-webkit-transform:  rotate(135deg);
-moz-transform:  rotate(135deg);
-ms-transform:   rotate(135deg);
-o-transform:  rotate(135deg);
transform:   rotate(135deg);top: 25px
	}
	.mob_blog_filter h3 span {
    font-weight: 600;color: #fff;display:flex;margin-left: 5px;
	}
	.mob_blog_filter h3 p{
		color: #fff;
		font-weight: 600;
margin-left: 10px;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 2px;
	}
.category_menu {
    padding-right: 0px !important;
    display: none;
	position:fixed;

bottom: 70px;
width: 100%;
z-index: 9999;
background: #fff;
padding: 30px 0px;
}
.active_filter .filter{
	display:none;
}
.active_filter .filter.active{
	display:block;
}
.category_content ul li{
	width:100% !important;
}
.category_content ul{
	padding-left:10px !important;
}
}

@media (max-width:767px){
    .rounds_wraper{
        display: none;
    }
	.cateory_text{text-align:left;}
    .why_us_col{
        width: 100% !important;margin-bottom: 60px;
    }
    .belcampo_practice .single_dish{
        width: 100%;
    }
    .impact_col{
         width: 100%;margin-bottom: 50px;
    }
    .download_report > div{
        display: none;
    }
    .download_report h2{
        font-size: 50px;
    }
    .download_report{
        min-height: 300px;display:none;
    }
	.category_content .menu_search {
  
}
.sticky .slicknav_btn{top:-30px;}

.abt_info p{
	max-width: 100%;font-size: 20px;
line-height: 32px;margin-bottom: 50px;
}
.why_us_row{
	margin-top:60px;
}
.abt_cycle{
	position:static;margin-top:60px;display:none;
}
.why_belcampo .curve_title p{
	font-size: 20px;
line-height: 32px;
}
.about_wraper {
    padding-top:0px;
}
.paralax_wraper{
	margin-top:0px;margin-bottom: 80px;
}
.parallaxContainer{
	height:100vh;background-position:center center !important;
	background-attachment: scroll;
	}
.paralx_title{
	font-size: 30px;letter-spacing: 3px;line-height: 40px;margin: 0px 25px;
}
.abt_info h2{
	font-size:35px; margin-bottom: 30px;
}
.about_wraper  .curve_line{
    max-width: 160px;
}
.abt_diffrence{
	max-width:100%;
}
.abt_diffrence iframe{
	min-height:0px;height: 250px;
}
.why_us_col.small {
    padding: 0px 0px 0px;
}
.why_belcampo p {
    font-size: 17px;
    line-height: 29px;
}
.health_wraper .arrow-big{
	margin-top:70px;margin-bottom:70px;
}
.why_belcampo .curve_title p{
	margin-bottom:0px;margin-top: 40px;
}
.abt_diffrence .skew_rectangle{
	padding: 17px 10px 15px;
font-size: 14px;
}
.animals_wraper .arrow-big{
	margin-top: 50px;
margin-bottom: 70px;
}
.impact_info .arrow-big{
		margin-top: 70px;
margin-bottom: 70px;
}
.impact_detail p {
    font-size: 20px;
    line-height: 32px;
	   max-width: 380px;
     display: block;
     margin: 0 auto;
  }
  .impact_col h3{
	  font-size: 35px;
  }
  .impact_detail p{
	  font-size: 17px;
line-height: 29px;
  }
  .impact_difference {
    margin-bottom: 80px;
}
.video_slider{
	margin-top:60px;
	padding-bottom: 20px;
	 padding-left: 50px;
padding-right: 50px;
}
.impact_row{
	margin-top: 80px;
	 margin-bottom: 20px;
}
.impact_col img{
	 height: 160px;
    margin-bottom: 50px;
}
.farm_wraper .curve_title {
     margin-bottom: 60px;
}
.farm_row .farm_right {
   margin: 50px 0px;
}
.farm_row{
	flex-wrap: wrap;
}
.farm_left, .farm_right{
	width: 100%;
}
.farm_row .farm_left{
	min-height:300px;
}
.farm_wraper .arrow-big{
	margin-top: 70px;
margin-bottom: 70px;
}
.farm_row.odd .farm_right {
   margin-left: 0px;
}
.farm_row.even .farm_right {
    padding-right: 0;order:2;
}
.farm_row.even .farm_left {
    margin-left: 0;
}
.how_we_chose .curve_title p{
	width: auto;font-size: 20px;
line-height: 32px;
}
.choose_row{
	flex-wrap:wrap;margin-bottom:50px;
}
.choose_col img {
   max-height: 50px;
}
.choose_col{
	margin-bottom: 40px;width: 100%;padding: 0px 0px;
}
.choose_col:last-child{
		margin-bottom: 0px;
}
.faq_ask_us > div img{
	display:none;
}
.faq_ask_us h2{
	font-size:40px;
}
.faq_ask_us p{
	max-width:100%;
}
.faq_ask_us{
	min-height:auto;margin-bottom: 70px;
}
ul.bel_accordion li a.accordion-title{
	padding: 20px 15px;font-size:20px;padding-right: 30px;
}
ul.bel_accordion li a.accordion-title::after {
	top:15px;
}
.accordion_detail{
	flex-wrap: wrap;
}
.accordion_detail .acco_left{
	width:100%;padding-right: 0px;margin-bottom: 30px;
}
.accordion_detail .acco_right{
	width:100%;
}
.bel_accordion p , .farm_row p{
	padding-right:0px;font-size: 20px;
line-height: 32px;
}
.bel_accordion > li{
	border-top: 10px solid #e74200;
}
.bel_accordion > li:last-child{
	border-bottom: 10px solid #e74200;
}
.why_us_col.large img, .why_us_col.small img {
    max-height: 150px;
    margin-bottom: 10px;
    min-height: 0px;
    max-width: none;
}
.why_belcampo {
    padding-bottom: 20px;
}
.accordion_detail_row{
	flex-wrap:wrap;
}
.choose_col h3{
	font-size:35px;
}
.mega_menu_items .desktop-only{
	display:none !important;
}
.belcampo_accordion .curve_title {
    margin-bottom: 60px;
}
.farm_wraper , .faq_wraper{
    padding-bottom: 90px;
}
.bel_table{
	overflow:scroll;
}
.bel_table tr th, .bel_table tr td{
	font-size:16px;
}
.organic_text{
	left:-10px !important;
}
.blog_det_row .right_col{
	width: 100%;
min-height: 300px;
background-position: center center;
}
.search-results .shop_search .searchbox-icon, .search-results .shop_search .searchbox-submit {
    text-align: left;
}
.search-results  .contentWrapper{
	margin-top:0px;
}
.shop_search .searchbox-input{
	top:0px;
}
.shop_search .searchbox{
	top: 0;
}
.search-results .shop_search{
	position:absolute;width: 100%;
}
.search-results .shop_search .searchbox-open {
    width: 100%;
}
}

@media (min-width:768px) and (max-width:1024px){
  
    .bel_table{
	overflow:scroll;
}
	.cateory_text {
    padding: 30px 30px 50px;
}
.blog_category_title {
   padding: 40px 40px 30px;
}
.blog_category_title h1 {
    font-size: 50px;
    line-height: 60px;
}
.main-header-area .main-header-area{padding:10px 0px;}

.circle_col {
   width: 100px !important;
    height: 100px !important;
    border: 4px solid #000000;
}
.circle_col a {
    font-size: 17px;
}
.accordion_detail .acco_left img {
    max-width: 100%;
}

.abt_info p, .why_belcampo .curve_title p, .impact_detail p ,    .how_we_chose .curve_title p, .bel_accordion p{
font-size: 20px;
line-height: 32px;
}

.abt_info p{
	max-width:100%;margin-bottom: 60px;
}
.abt_cycle{
	position:static;margin-top:50px;
}
.paralx_title{
	font-size: 60px;line-height: 60px;
}

.parallaxContainer{
	height: 500px;
}
.how_we_chose .curve_title p{
	width:700px
}
.choose_col h3{
	font-size:28px;
}
.impact_col h3{
	font-size:35px;
}
.impact_col{
	width:50%;
}
.faq_ask_us p{
		max-width:700px
}

.faq_ask_us h2{
	font-size:80px;
	   max-width: 700px;
    margin-bottom: 20px;
}
.footer-logo{
	margin-top: -35px;
}
h2.rotate-style{
	max-width: 500px;
margin: 0 auto 10px;
}

.arrow-big {
    margin-bottom: 100px;
}
.about_wraper {
    padding-top: 30px;
}
.abt_diffrence{
	max-width: none;
margin: auto;
}
.abt_diffrence iframe{
	min-height: 0px;
}
.why_us_col.large{
	width: 45%;
}
.why_us_col.large img {
    max-height: 200px;
    min-height: 0px;
}
.why_belcampo .curve_title p {
    margin-bottom: 80px;
}
.why_us_col.small{
	padding: 80px 30px 0px;
width: 45%;
}
.why_us_col.small img {
    max-height: 150px;
    margin-bottom: 30px;
    min-height: 0px;
}
.video_slider{
	padding-bottom:40px;margin-top: 80px;
}
.animals_wraper .abt_cycle{
	display:none;
}
.impact_difference{
	margin-bottom:90px;
}
.impact_row{
	margin-bottom:40px;
}
.impact_col img {
    max-height: 160px;
    margin-bottom: 40px;
}
.paralax_wraper {
    margin-top: 40px;    margin-bottom: 80px;
}
.circle_col {
    margin-right: 6px;
    margin-left: 6px;
}
.circle_col:hover::before {
	left: 50%;
    margin-left: -25px;
    bottom: 20px;
}
.circle_col.current_page_item::before {
	bottom:20px;
}
.animals_wraper .arrow-big {
    margin-top: 70px;
    margin-bottom: 80px;
}

.farm_row, .farm_row .farm_left {
    min-height: 400px;
}
.farm_row p {
    font-size: 20px;
    line-height: 32px;
}
.blog_det_row .left_col {
    width: 50%;
	max-width:50%;
}
.blog_det_row  .right_col{
	width: 50%;
height: 100vh;background-size: cover;max-height:600px;
}

}



@media only screen and (max-width: 992px) and (min-width: 768px){
	.blog_wraper{margin-top:0px;}
.header-text {
    margin-left: 20px;
    padding: 0px;
}
.cat_more a span + img{padding:0px;}
.category-our-farm-our-way .cat_more a span + img{
	padding:0px;
}
.cat_more a{font-size:18px;}
.booking_area .single_booking, .booking_area .single_booking a{width:100%; height:190px;}
.booking_area .hovicon {
    width: 100% !important;
    height: 190px !important;
}
.faq_ask_us{
	min-height:100px;margin-bottom: 90px;margin-top: 50px;
}
 .woocommerce-page .woocommerce-ordering {

    padding-right: 20px;
}
	.blog_det_row{
		
	}
	.blog_det_row .left_col {
    width: 50%;
}

.shop_search .searchbox-icon, .shop_search .searchbox-submit{
	left: 20px;
}
.shop_pro_col{
	width:50%;max-width:50%;
}
}

@media only screen and (max-width: 1400px) and (min-width: 992px){
	.download_report .pos5{
		right:0px;
	}
	.download_report .pos3 {
    left: 8%;
    bottom: 15%;
}
.abt_diffrence iframe{
	min-height: 500px;
}
.faq_ask_us .pos1{
	left: 6%;
}
.faq_ask_us .pos2{
	right:6%;
}
.faq_ask_us .pos3{
	left:0px;
}
.faq_ask_us .pos5{
	right:6%
}
.choose_col h3{
	min-height:110px;
}
.header-area .main-header-area .main-menu ul li .submenu.megaa_menu{
	width: calc(100vw - 20vw);
}
}

@media only screen and (max-width: 1366px) and (min-width: 992px){
	.order-menu{
		margin-top: -15px;
	}
	
	.woocommerce.woocommerce-page .right-menu-block{
		min-width:0px;
	}
	.woocommerce.woocommerce-page  .main-header-area .order-menu li.add_cart{
		top:0px;
	}
	.woocommerce.woocommerce-page ul#navigation {
      text-align: right;
    }
	.woocommerce-checkout ul#navigation, .page-template-tpl-blog ul#navigation{text-align:right;}
	.woocommerce-checkout .right-menu-block  {right:60px;min-width:0px;}
	#navigation > li > a{
		z-index: 99;
	}
	.header-area .main-header-area .main-menu{
		text-align:right;
	}
	.right-menu.order-menu li.checkout a{
		padding-bottom: 0px !important;background:none !important;padding-top: 5px;
	}
	
}
@media only screen and (max-width: 1600px) and (min-width: 992px){
	.right-menu-block{
		
	}
}

.category_menu {
    padding-right: 80px
}

@media(max-width:992px){
	.ProductsMsg p {font-size:16px; line-height:24px;}
.shippingMsg h2{ font-size:18px; }
.megamenu-row{
	flex-wrap:wrap;
}
.submenu.megaa_menu .mega_col {
    width: 100% !important;
}
.mega_col_one .mega_menu_items {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
	.sideBar_shop{
	padding-right: 20px;padding-left: 20px;
}
.download_report{
	display:none;
}
.faq_ask_us img{
	display:none;
}
  .download_report > div{
        display: none;
    }
	.woocommerce img.fresh-txt, .woocommerce-page img.fresh-txt{
		display:none;
	}
	.mob_btns a.ordr_nw{
  font-family: "Alpha Beta";text-transform: uppercase;background: #D13E1E;color: #fff;padding: 6px 8px;
  margin-left: 5px
}
.mob_btns a.get_app  {
    font-family: "Alpha Beta";
    text-transform: uppercase;
    background: #D13E1E;
    color: #fff;
    padding: 6px 8px;}
	#tab-description li {line-height:25px;}
.logo img.logo{
	display:none;
}
.mobile_logo{
	max-width:50px  !important;margin-left: 40px !important;
}
.mob_btns{
	margin-left:auto;
}
.logo_wrp{
	display: flex;
align-items: center;
}
.main-header-area  .slicknav_btn{
	float:left;left:0px;right:auto;top: -40px;
}
.sideBar_shop .widgettitle span{
		float:right;
	}
	.mobile_filter{
		display:flex;
		width: 100%;
		height: 70px;
		background: #000;
		cursor: pointer;
		align-items: center;
padding: 0px 20px;
position:relative;
position: fixed;
bottom: 0px;
z-index: 999;
left:0px;
	}
	
	.mobile_filter::after{
		display: inline-block;
width: 15px;
height: 15px;
border: 2px solid #fff;
border-bottom: 0;border-left: 0;
content: '';
-webkit-transform:  rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform:  rotate(-45deg);
-o-transform:  rotate(-45deg);
transform:  rotate(-45deg);
position: absolute;
right: 20px;
border-color: #fff;
top: 32px;
-webkit-transition: all 0.50s 0.25s;
-o-transition: all 0.50s 0.25s;
transition: all 0.50s 0.25s;
	}
	.sideBar_shop{
		display:none;
background: #fff;
position: fixed;
bottom: 70px;
width: 100%;z-index: 9;
	}
	
	.mobile_filter h3{
margin: 0;
color: #fff;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 2px;
	}
	.mobile_filter.active::after{
		-webkit-transform:  rotate(135deg);
-moz-transform:  rotate(135deg);
-ms-transform:   rotate(135deg);
-o-transform:  rotate(135deg);
transform:   rotate(135deg);
top: 25px;
	}
	.mobile_filter h3 span {
    font-weight: 600
}
	.cart-contents-count{
		right: 5px;
top: 5px;
	}
	
.cart-contents::before {
	display:none;
}
.shippingMsg {
    padding: 25px 10px 30px;
    margin-bottom: 50px;
}
.shippingMsg h2 {
    letter-spacing: 3px;
}
.sideBar_shop {
    min-height: 0px;
}
.header-area .main-header-area .main-menu ul li:hover > .submenu {
    top: 52px;
}
.slicknav_nav .slicknav_arrow {
    top: -4px;
}
.woocommerce-checkout .shop_table  .coupon a.button{
	display:inline-block !important;text-align: center;
	margin: 6px 0px;
}
.learn_megamenu{
	padding-bottom:50px !important;
}
.woocommerce.woocommerce-page .learn_megamenu{
	padding-bottom:100px !important;
}
}

@media(max-width:991px){
.mega_col h6 {
    font-size: 13px;
    margin-bottom: 25px;
}
.submenu.megaa_menu .mega_menu_items li a {
    padding-left: 0px !important;
    color: #000;
    font-family: 'Akkurat Pro' !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    font-weight: 600;
    border-bottom: 0;
    padding-bottom: 8px !important;
    text-transform: uppercase;
    line-height: 20px;
}
.mega_col h3, .mega_col h3 a, .mega_col .menu_heading, .mega_col .menu_heading a {
    padding-top: 0px;
    margin-top: 0px;
}
.submenu li a {
    color: #000;
    font-family: 'Akkurat Pro' !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
    border-bottom: 0;
    padding-bottom: 12px !important;
    line-height: 20px;
}	
}

@media only screen and (max-width: 1600px) {
	.nameContainer_shop .pro_name{
		flex-wrap: wrap;min-height:130px;
	}
	.nameContainer_shop .pro_name_l{
		width: 100%;
	}
	.nameContainer_shop .pro_price_r{
		text-align:left;
		margin-top: 10px;
    margin-bottom: 10px;
	}
	.nameContainer_shop .pro_price_r .qty{
		text-align:left;
		
	}
	
.shop_pro_col .pro_price_r .price{
	text-align: left;
}
}

@media only screen and (max-width: 1600px) and (min-width:1024px) {
	.products.prod_shop .shop_pro_col:nth-child(3n+1){
       clear:left;
   }
}

@media(max-width:767px){
	
	.faq_ask_us h4{
	   font-size: 20px;
    margin-bottom: 25px;
}
	.instagramNav li a { font-size: 22px; }

	.ProductsMsg h3{
		font-size:28px;margin-bottom: 20px;
	}
	.ProductsMsg p {
    font-family: 'Akkurat Pro';
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 26px;
}
	.shippingMsg{
		margin-bottom:50px;
		 padding: 10px 20px 15px;
	}
	.shippingMsg h2{
		letter-spacing: 2px;text-align: center;font-size: 17px;
	}
	.woocommerce img.fresh-txt, .woocommerce-page img.fresh-txt{
		display:none;
	}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
	width: 100%;
padding-right: 20px;
padding-left: 20px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering select{
	width:100%;
}
.dropdown_sort{
	width: calc(100% - 60px);
margin-left: 60px;
}
.shop_search .searchbox-icon, .shop_search .searchbox-submit{
	top: 10px;left:10px;
}
.shop_search .searchbox-open{
	background: #fff;
width: 100%;
z-index: 9;
padding-right: 80px;
padding-left: 60px;
}
.shop_search .close_search{
	right:20px;top:0px;
}
.shope_wave{
	margin-left: 20px;
margin-right: 20px;
}
.add-to-cart-shop {
    display: block;
}
.woocommerce .shop-campo img{
	width:auto !important;
}
.order-menu .order-now {
    margin-right: 0;
}
.faq_ask_us h4{
	   font-size: 20px;
    margin-bottom: 25px;
}
.pop-inner .model_body {
    padding: 20px 20px;padding-bottom: 30px;
}
.pop-inner .model_body p{
	text-align:left;margin-bottom: 30px;
}
	.product-categories .cat-item{
		margin-bottom:15px;
	}
	
}

@media(min-width:992px){
.woocommerce.woocommerce-page .contentWrapper { width:90%; margin-left:auto; margin-right:auto;}
.woocommerce.woocommerce-page .contentWrapper .shippingMsg {}
.main-header-area .align-items-center{
	flex-wrap: nowrap;
}
.mobile_filter{
	display:none;
}
.mob_btns{
	display:none;
}
.mobile_logo{
	display:none;
}
.blog_det_row .left_col{
	width:50%;
}	
.blog_det_row .right_col{
	width: 50%;height:100vh; background-size:cover;background-position: center center;
}
.blog_det_row .single_blog_img{ background-size:cover; background-position: center;}
.faq_ask_us {
    margin-top: 50px;
}
}

@media only screen and (max-width: 1400px) and (min-width: 1300px){
	.health_wraper .abt_info h2{
		max-width: 800px;
	}
	.health_wraper .abt_info p{
		max-width: 800px;
	}
}
@media only screen and (max-width: 1299px) and (min-width: 1200px){
	.health_wraper .abt_info p{
			max-width: 700px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 1025px){
	.health_wraper .abt_info p{
			max-width: 550px;
	}
	.health_wraper .abt_cycle{
		right: -20px;
	}
	.paralax_wraper {
    margin-top: 50px;
}
}

@media only screen 
and (min-device-width : 768px)  and (max-device-width : 1024px)     and (-webkit-min-device-pixel-ratio: 2) {
.download_report{
	display:none;
}
.faq_ask_us img{
	display:none;
}
  .download_report > div{
        display: none;
    }
	.faq_ask_us{
		min-height:100px;
	}
.shop_pro_col{
	width:50%;
}
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .about_wraper {
    padding-top: 130px;
}
.circle_col:hover::before, .circle_col.current_page_item::before {
    bottom: 15px !important;
}
 .woocommerce-page .sideBar_shop{
	width:25%;max-width:25%;
}
 .woocommerce-page .col-md-27 {
    width: 75%;max-width:75%;
}
.shop_pro_col {
    width: 33.3%;
    max-width: 33.3%;
}

  }

@media only screen and (max-width: 1100px) and (min-width: 1024px){
	.download_report h2 {
    font-size: 80px;
}
.download_report img {
    min-width: 300px;
}
.download_report .pos5 {
    right: 40px;
}
.download_report .pos5 img {
    min-width: 200px;
}
.faq_ask_us img {
    min-width: 290px;
}
.faq_ask_us .pos5 {
    right: 2%;
}
.faq_ask_us .pos5 img {
    min-width: 200px;
}
.faq_ask_us .pos4 img {
    min-width: 330px;
}
}

@media(max-width:1500px){
	.abt_info h2 {
    max-width: 600px;
}
.animals_wraper .abt_info h2{
    max-width: 700px;
}
.abt_cycle {
    position: absolute;
    right: 0px;
    bottom: 0;
    max-width: 150px;
    top: 30px;
}
.impact_info .abt_cycle {
    bottom: auto;
    top: 90px;
}
.animals_wraper .abt_cycle {
    left: 0px;
    right: auto;
    bottom: auto;
    top: 90px;
}
}

@media (max-width: 1150px){
	.abt_info h2 {
    max-width: 900px;
}
.abt_cycle {
    display: none;
}
}
@media only screen and (max-width: 1400px) and (min-width: 768px){
.choose_col h3 {
    min-height: 0px;
    font-weight: normal;
}
.impact_detail p {
    font-size: 17px;
    line-height: 29px;
}
}


#pwgc-redeem-gift-card-number {
    padding: 10px;
}
.cwginstock-panel-heading h4 {
    margin-bottom: 0px;
}

input[type="submit"].cwgstock_button {
    font-size: 15px !important;
    font-weight: 700 !important;
	font-family:'Akkurat Pro' !important;
}

.cat_shop
{
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
letter-spacing: 1px;
font-family: 'Akkurat Pro';
}
.product-categories{ margin: 20px 0;}
ul.product-categories li.active a{color:#d13e1e;}
a.cat_shop.active{color:#d13e1e;}

.parent_active .cat_shop {
	display:none;
}

@media only screen and (max-width: 1450px) and (min-width: 1367px){
	.header-area .main-header-area .main-menu ul li{
		margin:0px 18px;
	}
}

@media(max-width:1500px){
	.woocommerce img.fresh-txt, .woocommerce-page img.fresh-txt{
		display:none !important;
	}
}
@media(min-width:1024px){
	
	.products.prod_shop{
		/*width: auto;*/
margin-left: -20px;
margin-right: -20px;
	}
}


a[title="View cart"] {
    display: none;
}
.added_to_cart.wc-forward{
	    display: none !important;
}
.widget_shopping_cart_content{
	display:none;
	position: absolute;
right: 10px;
width: 440px;
background: #fff;
padding: 30px 30px;
background: #F4F2F1;
top: 30px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
z-index:999;
overflow: auto;
}

.right-menu li.add_cart:hover .widget_shopping_cart_content {
    display: block;
}

 .widget_shopping_cart_content li{
	width: 100%;
display: flex;
align-items: center;
}

.widget_shopping_cart_content .mini_view_cart{
	display: flex !important;
	width: 70%;
text-align: left;
align-items: center;white-space: normal;
min-width: 240px;
}
.widget_shopping_cart_content .variation{
	text-align:left;
}
.widget_shopping_cart_content .mini_view_cart img{
	width:60px !important;
	max-width:60px;
	margin-right: 8px;
	max-height:60px;margin-left: 4px;
	min-width:60px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total {
margin-bottom: 10px;
border-top: 1px solid #000;
margin-top: 20px;
padding-top: 10px;
}
.widget_shopping_cart_content .mini_cart_item{
	width:100%;padding: 4px 0px;
}

.widget_shopping_cart_content  .checkout.wc-forward{
	margin-left: 8px;
}
.widget_shopping_cart_content  .woocommerce-mini-cart__buttons  a{
	background: #E24301 !important;
color: #fff !important;
padding: .618em 1em;
font-size: 14px;
}

.widget_shopping_cart_content a.remove{
	display: block;
font-weight: 700;
font-size: 1.5em;
height: 1em;
width: 1em;
text-align: center;
line-height: 1;
border-radius: 100%;
color: red !important;
text-decoration: none;
}
.widget_shopping_cart_content a.remove:hover {
    color: #fff !important;
    background: red;
}

.widget_shopping_cart_content  .woocommerce-Price-amount.amount {
    font-size: 14px;
}

.main-header-area .order-menu li.add_cart {
	position:relative;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    top: 12px !important;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    margin-left: 10px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #000000 ;
}
.woocommerce-page .right-menu.order-menu .checkout {/*visibility:hidden;*/}
.woocommerce-page .right-menu.order-menu .checkout.menu-item.menu-item-type-custom {visibility:hidden;}
.woocommerce-page .right-menu.order-menu .order-now {visibility:hidden;}
.header-section .col-xl-6.col-lg-6.col-md-6 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.productDetailRight ul {margin-left:20px; margin-top:10px; margin-bottom:10px;}
.productDetailRight li { font-size:16px; line-height:26px;}
@media only screen and (min-width: 1400px){
	.blog_dish .dish_wrap .single_dish_txt{
		min-height:240px;
	}
}

.map_mark.shop-pop-open {margin-top:-2px; min-width:70px}
.map_mark.shop-pop-open img {float:left;}
.map_mark.shop-pop-open span {font-size:15px; line-height:30px;}
@media only screen and (max-width: 992px){
.main-header-area  .mob_btns {min-width:100px; }
.main-header-area  .mob_btns .add_cart {float:right;}
.main-header-area  .mob_btns .map_mark.shop-pop-open {float:left; }
.main-header-area  .mob_btns .map_mark.shop-pop-open img {width:25px; height:auto}
}
@media only screen and (max-width: 767px){
.modal_header .header-logo img.logo{ max-width:250px; height:auto;}
.cart-contents-count {padding:1px 5px;}
.woocommerce-checkout.checkout-wc .container {
    padding: 0 0px;
}
.col-lg-7.cfw-rp{
	padding-left:0px !important;padding-right:0px !important;
}
.payment_method_securesubmit div.payment_box .securesubmit_new_card .securesubmit_new_card_info label{
	margin-bottom:10px;
}
}

@media only screen and (min-width: 1367px) and (max-width:1750px){
	.logo_wrp{
		width:25%;
	}
	.primary-menu-block{
		width:40%;
		-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
	}
	.right-menu-block{
		width:35%;
			-ms-flex: 0 0 35%;
flex: 0 0 35%;
max-width: 35%;
	}
}

@media only screen and (min-width: 992px) and (max-width:1200px){
	.logo_wrp{
		width:25%;
	}
	.primary-menu-block{
		width:50%;
		-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
	}
	.right-menu-block{
		width:25%;
		-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
	}
}

@media only screen and (max-width: 1400px) and (min-width: 1200px){
	.circle_col{
	margin-right: 20px;
	}
	.circle_col:hover::before , .circle_col.current_page_item::before  {
		bottom:30px;
	}
	
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
	.circle_col {
    width: 140px;
    height: 140px;
	margin-right:20px;
	}
	
	.circle_col:hover::before , .circle_col.current_page_item::before  {
		bottom:25px;
	}
	.circle_col a{
		font-size:19px;
	}
}
/***updated styles 18-6-20****/

h3 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 20px;
}




.farm_row p br{display:none;}

/*learn mega menu*/

.header-area .main-header-area .main-menu .learn_sub li{
	margin-left:0px;
}
.header-area .main-header-area .main-menu .learn_sub li a{
  padding-left: 0px !important;;
}
.header-area .main-header-area .main-menu ul li .submenu.megaa_menu.learn_megamenu{
	width: calc(100vw - 55vw);
	margin-left:-10vw;
}

@media only screen and (max-width: 1400px) and (min-width: 992px){
	.header-area .main-header-area .main-menu ul li .submenu.megaa_menu.learn_megamenu{
	width: calc(100vw - 40vw);
	}
}

.page-template-tpl-story .secondaryMenu  {
	display:none;
}
.latest_blog img {width: 50%; float:left;}
.latest_blog h4 {width:50%; float: left; padding-left:10px;}
.header-area .main-header-area .main-menu ul li .latest_blog a {border-bottom:none; padding-top:0px; margin-top:0px;}
.zip_label {font-size:0px;}
em.fa span {font-size:0px;}
.zero_cart {font-size:0px;}
.restaurants-wrap .item {background-color:#000 !important;}
.woocommerce-mini-cart-item.giftcart {
    flex-wrap: wrap;
}
.woocommerce-mini-cart-item.giftcart .var_quan_inner{
	margin-left: 25px;
margin-top: 20px;
}
.woocommerce-mini-cart-item.giftcart .var_quan_inner  dt, .woocommerce-mini-cart-item.giftcart .var_quan_inner  dd{
	margin-bottom:5px !important;
	
}
.woocommerce-mini-cart-item.giftcart .var_quan_inner  dd{
	margin-top:-3px;
}

.woocommerce-order-received .menu_order_btn p{ margin: 5px 0; }

.woocommerce-order-received #cfw-shipping-info-action a.cfw-primary-btn{ display: none; }
.menu_description .price {display:none;}

/*refer*/

.refre_intr p{
font-size: 25px;
line-height: 37px;
letter-spacing: 1px;
max-width: 800px;
margin-left: auto;
margin-right: auto;

text-align: center;
}
.refre_intr{
	margin-bottom: 100px;
	margin-top: 100px;
}  
.r-frd h3{
	
	font-size: 30px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
text-align: center;
}
.refer_form   .form-control{
	width:100%;
	border: 2px solid #000 !important;
opacity: 1;
}
.refer_form{
	max-width: 800px;
margin-left: auto;
margin-right: auto;text-align: center;
background: url(../img_new/curve2.png) bottom repeat-x;
padding-bottom: 130px;position: relative;
}
.page-template-tpl-referral  .secondaryMenu {
	display:none;
}

.refer_form .form-group {

    padding: 0px 15px;
    margin-bottom: 15px ;
}
.r-frd{
	margin-bottom: 60px;
}
.refer_form .deliver-txt{
	margin-top: 30px;
}
.refer_form .win-img{
	text-align: left;
position: absolute;
left: -100px;
top: -100px;
}
.refer_form .win-img img{
	max-width: 160px;
}
.buy-meat{
	padding-top: 100px;
}
.meat_title{
	margin-bottom: 80px;
}
.meat_title h4{
	text-transform: uppercase;margin-bottom: 15px;
}

.meat_title h2{
	font-family: 'Alpha Beta';
font-size: 45px;
line-height: 45px;
text-transform: uppercase;
max-width: 620px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.ref-blog{
	text-align:center;padding: 0px 50px;
}
.ref-blog img{
	border-radius: 50%;
max-width: 200px;
}
.meat_row{
	display: inline-block;
}
.refer_blog_txt h3{
	font-size: 30px ;
font-weight: 600;
letter-spacing: 3px;
margin-top: 30px;
margin-bottom: 30px;

}

.refer_blog_txt p{
	font-size: 20px;
line-height: 33px;
letter-spacing: 1px;
text-align: center;
}

.buy-meat .txt-italic{
margin-top: 100px;
margin-bottom: 150px;
max-width: 900px;
margin-left: auto;
margin-right: auto;
float: none;
}
.buy-meat .txt-italic p{
font-size: 20px;
line-height: 33px;
letter-spacing: 1px;
font-style: italic;
}

.b-app-dwd{
background: #e74200;padding: 80px 0px;
color: #fff;
}

.b-app-dwd h2{
	font-family: 'Alpha Beta';
}
.b-app-dwd h2 span{
	text-decoration: underline;
}

.page-template-tpl-referral .lpj_row.v_center1{
	top: 50%;
transform: translate(0% , -50%);
}
.page-template-tpl-referral .inner_page_banner .heading_1{
	font-family: 'Alpha Beta';
}

.page-template-tpl-referral .shop-pop-open{
	display:none;
}

@media (max-width:992px){
	.refer_form .win-img{
		display:none;
	}
}

@media (max-width:767px){
	.ref-blog{
		padding:0px;margin-bottom: 40px;
	}
	.refer_blog_txt p{
		font-size: 17px;
line-height: 29px;
	}
	.refer_blog_txt h3{
		font-size:22px;line-height:34px;
	}
	.refre_intr p{
		font-size: 20px;
line-height: 32px;
	}
	.meat_title h2{
		font-size:35px;
	}
	.buy-meat .txt-italic{
		margin-top: 30px;
margin-bottom: 60px;
	}
}

@media (max-width:992px) and (min-width:768px){
	
	.ref-blog{
		padding:0px 0px;
	}
	.refer_blog_txt h3{
		font-size:26px;
	}
}
#cfw-cart-summary {padding:10px;}
#cfw-cart-summary .woocommerce-message.wc_msg {display:block !important;}
#cfw-cart-summary > div {padding-left:0px !important; padding-right:0px !important; }
#cfw-mobile-cart-header #cfw-expand-cart span {font-size:15px;}
