
.site-header {
  border-bottom: 1px solid #f9e2cd;
}

body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  line-height: 24px;
}

ul {
  list-style-position: inside;
}

h6 {
  word-wrap: break-word;
}

.reward-slider .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(2) img {
  width: 140px;
  max-width: 140px;
}

.reward-slider .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(3) img {
  width: 70px;
  max-width: 70px;
  height: 39px;
}

.reward-slider .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(4) img {
  width: 100px;
  max-width: 100px;
  height: 34px;
}

.reward-slider .swiper-container .swiper-slide figure {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.reward-slider .swiper-container .swiper-slide figure img {
  -ms-flex-order: 2;
  order: 2;
}

.reward-slider .swiper-container .swiper-slide figure figcaption {
  -ms-flex-order: 2;
  order: 1;
  flex: 0 0 100%;
}

input {
  font-family: 'Ubuntu', sans-serif;
}

h1,h2,h3 {
  font-weight: 800 !important;
  font-family: 'Lemon Yellow Sun Extra' !important;
}

h1 {
  font-weight: 800 !important;
  font-family: 'Lemon Yellow Sun Extra' !important;
}

.font-sun-yellow-reg {
  font-family: 'Lemon Yellow Sun' !important;
  font-weight: normal !important;
}

.font-sun-yellow-bold {
  font-family: 'Lemon Yellow Sun' !important;
  font-weight: bold !important;
}

.font-sun-yellow-strong {
  font-weight: 800 !important;
  font-family: 'Lemon Yellow Sun Extra' !important;
}

.liber-panel .testimonials h3.entry-title {
  font-family: 'Ubuntu', sans-serif;
}

.top-bar {
  background-color: #f9f9f9;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.top-bar p {
  margin-bottom: 0;
  color: #FF6600;
  font-size: 19px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.main-navigation a,
.main-navigation ul ul a {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  text-transform: inherit;
}

.site-header .wrapper .header-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center !important;
align-items: center !important;
}

.site-header .wrapper .header-inner:before {
  content: "";
  display: none;
}

.site-header .wrapper .header-inner .site-branding {
-ms-flex: 0 0 15%;
flex: 0 0 15%;
max-width: 15%;
}

.site-header .wrapper .header-inner .site-branding,
.site-header .wrapper .header-inner .main-navigation {
  display: -ms-flexbox;
display: flex;
}

.site-header .wrapper .header-inner .main-navigation {
 -ms-flex: 0 0 85%;
flex: 0 0 85%;
max-width: 85%;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}

.site-header .site-branding img.custom-logo {
  width: 60px !important;
  height: auto !important;
  /*height: 70px;*/
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.site-header {
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.site-header.fixed {
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.site-header.fixed .site-branding img.custom-logo {
  /*width: 70px !important;*/
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.site-header .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 15px;
}

.site-header.fixed .wrapper {
  padding: 5px 15px;
}

.site-header .wrapper nav#site-navigation.main-navigation {
  text-align: right;
}

.site-header .wrapper nav#site-navigation.main-navigation ul li {
  margin-right: 10px;
}

.site-header .wrapper nav#site-navigation.main-navigation ul li a {
  font-size: 1.6rem;
}

.site-header .wrapper nav#site-navigation.main-navigation ul li ul.sub-menu li a {
  font-size: 1.4rem;
}

.site-header.fixed .wrapper nav#site-navigation.main-navigation ul li {
  margin-right: 7px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.site-header.fixed .wrapper nav#site-navigation.main-navigation ul li a {
  font-size: 1.6rem;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.site-header .wrapper nav#site-navigation.main-navigation ul li:before {
  content: "";
  display: none;
}

.site-header.fixed .site-branding a.custom-logo-link img {
  width: 60px;
  /*height: auto;*/
}

a.button,
input[type="button"], input[type="reset"], input[type="submit"] {
  border-color: #1493a4 !important;
}

a.button:hover,
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #404040 !important;
  color:#449294 !important;
}

h2.entry-title {
  font-size: 65px;
}

.view-menu-button {
  color: #404040;
}

#responsive-menu-container li.responsive-menu-item a {
  padding: 6px 20px 4px !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
  font-size: 18px !important; 
  top: 5px;
  background-color: transparent !important;
  border-color: transparent !important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu.responsive-menu-submenu-open {
  padding: 0 15px !important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu.responsive-menu-submenu-open li.responsive-menu-item a {
  font-size: 14px !important;
  font-weight: 600;
  line-height: 20px !important;
  padding: 11px 15px 10px !important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu.responsive-menu-submenu-open li.responsive-menu-item a:hover {
  background-color: transparent;
  color: #000;
}

#responsive-menu-container .responsive-menu-submenu {
  font-family: 'Ubuntu', sans-serif;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a .responsive-menu-subarrow {
  line-height: 29px;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu ul.responsive-menu-submenu li.responsive-menu-item a {
  font-weight: 400;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-current-item > .responsive-menu-item-link {
  background-color: transparent;
  color: #000;
  font-weight: 600;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item-current-parent > .responsive-menu-item-link {
  color: #000;
}

/*.menu-toggle {
  display: none;
}*/

button.responsive-menu-button.is-active {
  top: 0 !important;
  right: 0 !important;
}

.responsive-menu-open .responsive-menu-inner, .responsive-menu-open .responsive-menu-inner::before, .responsive-menu-open .responsive-menu-inner::after {
  background-color: #000 !important;
}


/*--Home:Start--*/

.wrapper, nav#site-navigation-secondary, nav#site-navigation {
  text-align: center;
}

.hero {
  padding: 3.5% 0;
}

.hero-container-outer {
  background: #fff;
  max-width: 37%;
}

.hero-container-inner {
  padding: 1.5em 0.9em 2.5em;
}

.hero-container-inner .entry-content h3 {
  margin: 0;
  font-size: 40px;
  font-size: 4rem;
}

.hero-container-inner .entry-content h5 {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 10px;
}

.liber-panel h3.entry-title a:hover {
  border-color: #1493a4;
}

.front-page-content-area h1.entry-title {
  color: #ff6600;
  font-size: 44.62px;
  line-height: 40px;
}

.front-page-content-area h3.entry-title {
  font-size: 40px;
  line-height: 1.1;
  text-transform: unset;
} 

.hero-container-inner .entry-content h4 {
  font-size:16px;
}

.hero-container-inner .entry-content p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  margin: 0 0 15px;
}

.hero-container-inner .entry-content a.button {
  font-size: 24px;
  line-height:1.8;
  padding: 3px 25px;
}

.hero-container-inner .entry-content a.button:hover {
  padding: 3px 28px 3px 30px;
} 

.hero-container-inner .entry-content h4,
.entry-content .more-link,
.wrap .testimonials .entry-content h3.entry-title,
.textwidget span.color,
.footer-widget-area .widget ul > li a,
.site-footer a,
.breadcrumbs span a,
footer .scroll-to-top::before {
  color: #449294;
}

.liber-panel .testimonials h3.entry-title {
  font-family: 'Ubuntu', sans-serif;
}

.footer-widget-area .textwidget span.color {
  vertical-align: top;
  padding-left: 6px;
}

.footer-widget-area .textwidget a:hover {
  text-decoration: none;
  border-bottom: none;
}

.liber-panel .panel-content .fourcolumn .entry-content::after, 
.pre-footer .footer-widget-area .opening-hours {
  border-color: #1493a4;
}

.liber-panel .child-pages .entry-title {
    font-size: 36px;
}

.liber-panel .child-pages .entry-content p {
  font-size: 16px;
  line-height: 24px;
}

.liber-panel .panel-content .fourcolumn {
  left: inherit !important;
  position: inherit !important;
  /*top: inherit !important;
  float: none;*/
  display: inline-block;
  width: 20%;
}

.hero_block .four-section:nth-of-type(2) img {
  width: 70px;
}

.recent-post article a:hover {
  border: 0;
}

.footer-widget-area .textwidget p.small-text {
  font-size: 12px;
  line-height: 1.5;
}

.widget_liber_opening_hours {
  margin-bottom: 0.5em;
}

.widget_liber_opening_hours h3.widget-title,
.widget_recent_entries h3.widget-title {
  font-size: 34px;
}

.footer-widget-area .widget ul > li a:hover {
  color: #404040;
}

.footer-widget-area .textwidget p {
  font-size: 14px;
}

.footer-widget-area .widget ul.social-menu li {
  display: inline-block;
  border-bottom: none;
}

.footer-widget-area .widget ul.social-menu li a:hover {
  text-decoration: none !important;
  border-bottom: none;
}

ul.social-menu li a {
  background: url('../images/social-icon-sprite.png') no-repeat;
  text-indent:-9999px;
  overflow:hidden;
  display: block;
  height: 51px;
  width: 55px;
  margin-right: 6px;
  opacity: 0.85;
}

ul.social-menu li a:hover {
  opacity: 1;
}

ul.social-menu li.facebook-link a {
  background-position: 2px 0;
}

ul.social-menu li.twitter-link a {
  background-position: -51px 0;
}

ul.social-menu li.instagram-link a {
  background-position: -104px 0;
}

ul.social-menu li.yelp-link a {
  background-position: -157px 0;
}

ul.social-menu li.snapchat-link a {
  background-position: -210px 0;
}

.liber-panel2 .panel-content {
  padding: 48px 0 0;
}

.liber-panel1 .panel-content {
  padding-bottom: 0;
}

.hero_block {
  position:relative;
}

.four-section {
  text-align: center;
}

.four-section img {
  margin-bottom: 20px;
}

.four-section h3 {
  display: block;
  font-size: 31px;
  font-weight: 500;
  margin-bottom: .5em;
  vertical-align: top;
}

.four-section .post_thumbnail {
  height: 65px;
}

.four-section .more-link::after {
  content: '\f429';
  display: inline-block;
  font-family: "Genericons";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  top: 5px;
}

.four-section .entry-content {
  padding: 0 20px; 
  position: relative;
}

.four-section .entry-content img {
  margin-top: 7px;
  margin-bottom: 0;
}

.four-section .entry-content::after {
  border: 1px solid #1493a4;
  display: block;
  position: absolute;
  width: 1px;
  top: 40px;
  right: 0;
  height: 100px;
}

.liber-panel2 .panels .special-offer {
  border-color: transparent;
  background: none;
  display: none;
}

.special-flavor h2,
.special-flavor p {
  margin-bottom: 0;
}

.special-flavor h2 {
  font-size: 61px;
}

.special-flavor h4 {
  font-size: 30px;
  line-height:31px;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
  text-transform: unset;
  margin-bottom:50px;
}

.special-flavor h4:last-child {
  margin-bottom: 10px;
}

.our-menu .recent-post a:hover {
  vertical-align: bottom;
  text-decoration: none;
}

.our-menu .recent-post .wp-post-image:hover {
  opacity: 0.85;
  transition: none;
}

/*.our-menu .recent-post article {
  float: left;
  display: inline-block;
}
*/
.our-menu .recent-post header.entry-header {
  border: medium none;
}

.our-menu .recent-post header.entry-header h2.entry-title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  vertical-align: top;
}

.our-menu .recent-post header.entry-header h2.entry-title a:hover {
  border-color: #1493a4;
  color: #449294;
}

.liber-panel3 .panels .special-offer {
  display:none;
}

body .liber-panel.has-post-thumbnail .hero .homepage-slider {
  height: 100% !important;
}

.half-width-image .liber-panel.has-post-thumbnail .hero-slide-block .hero {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100% !important;
  max-height: 100% !important;
}

.hero-slide-block .hero .homepage-slider .soliloquy-outer-container .soliloquy-container {
  max-width: 100% !important;
  max-height: 100% !important;
}

.half-width-image .homepage-slider {
  width: 100% !important;
  height: 100% !important;
}

/*--Home:End--*/

/*--Menu Content:Start--*/
h4 {
  font-size: 4.5rem;
  width: 100%;
}

h5 {
  font-size:3.4rem;
}

.flexcontainer {
  place-content: flex-start;
}

.grid-item-menu.two {
  flex-grow: 0;
}

.main-navigation ul ul li {
  border-bottom: 1px solid #dce4d3;
}

.main-navigation ul ul li:last-of-type {
  border-bottom:none;
}

.main-navigation ul ul li a {
  line-height:1.6;
}

.archive.tax-menu_category .taxonomy-description {
  margin: 0 auto;
  width: 1180px;
  text-align:center;
}

.taxonomy-description p {
  margin-top: 1.75em;
  padding: 0;
}

table.menu-quantity {
  margin: 0 auto;
}

.grid-item-menu .menu-content {
  max-width: 100%;
  float: none;
}

.grid-item-menu .menu-content p {
  width: 100%;
  text-align: center;
}

.grid-item-menu header.entry-header h3.entry-title {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  vertical-align: top;
  font-weight: 600;
  text-transform: none;
}


/*--Menu Content:End--*/
.sidebar-widget-area ul li a {
  color: #449294;
}

.sidebar-widget-area ul li a:hover {
  color:#404040;
}

/*Bulks and toppings*/

.grid-item-block {
  border: 1px solid #d7edec;
  width: 100% !important;
  margin-bottom: 1.75em ;
}

.grid-item-block:last-of-type {
   margin-bottom: 3.5em ;
}

.grid-item-block ul {
  width: auto;
  margin: 0.5rem 0;
  list-style-type: none;
  text-indent: -8px;
  padding-left: 32px;
}

.grid-item-block ul li:before {
  content: "\00BB";
  display: inline-block;
  width: 8px;
}

/*--Form:Start--*/
.employment-form {
  width: 80%;
  margin: 0 auto;
 }

.employment-form .inlineRow {
  display:inline-block;
  width: 50%;
}

.gform_wrapper .employment-form .validation_error,
.gform_wrapper .contact-form .validation_error {
  color: #ff0000;
  border-color: #fff4f4;
  background-color:none;
  text-align: left;
  font-size: 1.15em;
  font-weight: normal;
}

.gform_wrapper ul li label {
  line-height: 21px;
}

.gform_wrapper ul.gform_fields li.gfield select {
  border: 2px solid #ebefe3;
}

.gform_wrapper .gsection .gsection_title,
.gform_wrapper .gform_heading h3.gform_title {
  font-size: 30px;
  font-weight: 800;
}

ul li .gfield_label .gfield_required {
  color: #ff0000;
}

.gform_wrapper ul li.gfield label.gfield_label {
  margin-top: 0px !important;
  color: #404040;
  font-weight: normal;
}

.employment-form ul li.gfield.gfield_error {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.gform_wrapper ul.gform_fields:not(.top_label) li.gfield-label-required .gfield_label {
  margin-bottom: 0 !important;
}

.gform_wrapper ul.left_label li .gfield_description,
.gform_wrapper ul.top_label li .gfield_description {
  color: #ff0000;
  padding: 0;
  font-weight: normal;
  font-size: 0.95em;
}

ul.gfield_checkbox li.gchoice_1_90_1 input {
  margin-top: 4px;
}

ul.gfield_checkbox li.gchoice_1_90_1 label {
  color:#000;
  font-weight: normal;
}

ul.gfield_checkbox {
  margin: 0 !important;
}

.gform_wrapper ul.left_label li.terms-agree-checkbox .gfield_description {
  margin-left: 0;
}

.gform_wrapper form ul.left_label li.terms-agree-checkbox ul.gfield_checkbox li {
  margin-bottom: 0;
}

.employment-form .gfield_time_hour i {
  width: 5px! important;
  margin-top: 6%;
}

.gform_wrapper ul li.gfield_error input.datepicker_with_icon.large,
.gform_wrapper ul li.gfield_error input.datepicker_with_icon.medium,
.gform_wrapper ul li.gfield_error input.datepicker_with_icon.small {
  width: auto;
}

.gform_wrapper ul li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0px;
}

.gform_wrapper ul.left_label li.hidden_label input {
  margin-left: 0;
}

.gform_wrapper ul.gform_fields li.inlineRow .gfield_label {
  width: 35%;
  text-align: right;
}

.gform_wrapper ul li.gfield_error 
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.gform_wrapper ul li.gfield_error textarea {
  border: 2px solid #ebefe3;
}

.gform_wrapper ul li.gfield.gfield_error {
  background: none;
  border: none;
}

.gform_wrapper ul.gform_fields:not(.top_label) li .gfield_label {
  margin-bottom: 12px;
}

.gform_wrapper .employment-form .gfield_time_hour {
  max-width: calc(5rem + 0.5rem);
}

.gform_wrapper .employment-form .gfield_time_minute {
  margin-right: 1.5rem;
}

.gform_wrapper .employment-form .gfield_time_ampm select {
  min-width: 6.7rem !important;
  text-align: center;
}

.gform_wrapper .employment-form .gfield_time_hour input,
.gform_wrapper .employment-form .gfield_time_minute input,
.gform_wrapper .employment-form .gfield_time_ampm input {
  width: calc(4rem + 8px);
  text-align: center;
}

.gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
  width:35% !important;
}

/*--Form:End--*/

/*--Page numbers: start--*/

.site-main a.page-numbers,
.site-main span.page-numbers.dots {
  color: #449294;
  border: 1px solid #449294;
}

.site-main a.page-numbers:hover,
.site-main span.page-numbers.dots:hover,
.breadcrumbs span a:hover {
  color: #404040;
}

.site-main span.page-numbers.current {
  border: 1px solid #449294 !important;
}

/*--Page numbers: end--*/

/*--Footer: start--*/

footer a.scroll-to-top {
  border: 2px solid #449294;
}
/*--Footer: end--*/

.soliloquy-theme-base {
  height: 705px !important;
}

.soliloquy-wrapper,
.soliloquy-viewport,
.soliloquy-container .soliloquy-image {
  height: 705px !important;
}

#wpdevar_comment_1 {
  margin-top: 50px;
}

#wpdevar_comment_1 span {
  text-transform: uppercase;
  font-family: 'Teko',Arial,sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 .5em 0;
}

/*-----New CSS------*/
body.home .elementor-widget.elementor-widget-star-rating {
  margin-bottom: 5px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

body.home .address-info h5 {
  margin-bottom: 5px !important;
}

body.home .inline-btn,
body.home .inline-btn .elementor-widget-container,
body.home .inline-btn .elementor-button-wrapper {
  display: inline-block;
}

body.home .inline-btn {
  max-width: max-content;
  margin-bottom: 10px;
}

body.home .inline-btn a.elementor-button-link {
  position: relative;
}

body.home .inline-btn a.elementor-button-link:after {
  content: '\f429';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  top: 8px;
  right: 11px;
  vertical-align: center;
}

body.home .inline-btn.ml-10 {
  margin-left: 0px;
}

body.home .liber-panel.liber-panel2 {
  background: #f5f9ed;
/*  background-image: none !important; */
}

body.home .special-section h5 {
  margin-bottom: 15px;
}

body.home .special-section .elementor-widget {
  margin-bottom: 12px;
}

body.home .liber-panel.liber-panel2 .hero .overlay-bg {
  opacity: 1;
  background: none;
}

body.home .fourcolumn:nth-child(4n+1) {
  clear: inherit;
}

body.home .fourcolumn:nth-child(4n) .entry-content::after {
  display: block !important;
}

body.home .fourcolumn:last-child .entry-content::after {
  display: none !important;
}

body.home .address-info h5,
body.home .address-info h4{
  font-family: 'Lemon Yellow Sun' !important;
  font-weight: normal !important;
}

body.home .address-info h4 {
  font-size: 20px;
}

body.home .review-section h5,
body.home .special-section h5 {
  font-family: 'Lemon Yellow Sun' !important;
  font-weight: bold !important;
}

body.home .special-section h5  {
  font-size: 35px;
}


body.home .special-section p {
  font-family: 'Ubuntu', sans-serif;
}

body.home .gift-card-btn {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  color: #fff;
  background-color: #fff;
  border: 2px solid #3A8014;
  padding: 6px 20px;
  margin-left: 20px;
  color: #404040;
}

body.home .gift-card-btn:hover {
  color: #3A8014;
}

body.home img.gift-location-img {
  vertical-align: bottom;
}

.main-navigation a {
  font-size: 1.4rem;
}


body.home .hero-container-outer {
  position: relative;
}

body.home .announcement-section {
  position: absolute;
  top: -73px;
  right: -140px;
  /*position: absolute;
  background: url('../images/nationwide-shipping-announcement.png') no-repeat;
  width: 100%;
  height: 100%;
  top: -30px;
  left: 720px;
  z-index: 999;
  background-size: 18%;*/
}

body.home .reward-slider .swiper-pagination-bullet {
  border: 2px solid #ff6600;
  background: #fff;
  width: 10px;
  height: 10px;
}

body.home .reward-slider .swiper-pagination,
body.home .reward-slider .elementor-image-carousel-caption,
body.home .reward-slider .swiper-slide-inner {
  text-align: left !important;
}

body.home .reward-slider .elementor-image-carousel-caption {
  font-family: 'Lemon Yellow Sun' !important;
  font-weight: bold !important;
  font-size: 28px;
  padding-top: 5px !important;
  padding-bottom: 15px !important;
  line-height: 30px;
}

/*body.home .reward-slider .swiper-pagination {
  padding-top: 15px;
}*/
 
body.home .reward-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff6600;
  border: 2px solid #ff6600;
}

.call-cta {
  display: none;
}

span.title-tagline {
  font-weight: 400;
}

.bottom-bar {
  display: none;
}

/*---Media Queries---*/

@media only screen and (min-width:1700px) and (max-width:1920px) {
  body.home .announcement-section {
    top: -95px;
  }
}

@media only screen and (max-width: 1550px) {
  .hero-container-outer {
    max-width: 40%;
  }
}

@media only screen and (max-width: 1440px) {

  .hero-container-outer {
    max-width: 50%;
    left: 8%;
  }

}

@media only screen and (max-width: 1160px) {
  .hero-container-outer { 
    max-width: 60%;
    left: 3%;
  }
  
}

@media only screen and (max-width: 1024px) {

  .archive.tax-menu_category .taxonomy-description {
    width: auto;
    padding: 0 3%;
  }

  .site-header .wrapper nav#site-navigation.main-navigation a {
    font-size: 1.4rem;
  }

  .employment-form {
    width:90%;
  }

  .gform_wrapper .contact-form ul.gform_fields li.gf_middle_third {
    margin-top: 16px !important;
  }

  .our-menu .threecolumn {
    margin-bottom: 10px !important;
  }

  /*.our-menu .recent-post header.entry-header h2.entry-title {
    height: 72px;
    vertical-align: top;
  }*/

  .our-menu .recent-post header.entry-header {
    margin-bottom: 10px;
  }

  .liber-panel2 .elementor-widget-heading h5.elementor-heading-title {
    font-size: 3rem !important;
  }
}

@media only screen and (min-width:980px) and (max-width:1199px) {
  body.home .announcement-section {
    right: -210px;
  }
}

@media only screen and (max-width:980px) {

  .front-page-content-area h1.entry-title {
    font-size: 40px;
    line-height: 38px;
  }

  .front-page-content-area h3.entry-title {
    font-size: 33px;
    line-height: 34px;
  }

  .hero-container-inner .entry-content p {
    font-size: 16px;
  }

  .hero-container-inner .entry-content a.button {
    font-size:18px;
  }
}

@media only screen and (min-width:768px) and (max-width:980px) {

  .liber-panel1 .panel-content {
    padding: 50px 0 20px;
  }
  
  .liber-panel .panel-content .fourcolumn {
    width: 49%;
    margin-bottom: 50px;
  }

   .liber-panel .panel-content .fourcolumn:nth-of-type(2) .entry-content::after {
    border: none;
  }

  .liber-panel .fourcolumn:nth-child(4n) .entry-content::after {
    display: none !important;
  }

  .liber-panel .fourcolumn:last-child {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 50%;
    float: none;
    display: block;
    clear: both !important;
  }

  .four-section .post_thumbnail {
    height: inherit;
  }

  .pre-footer .opening-hours {
    padding:15px;
    font-size: 1.2rem;
  }

  h2.entry-title,
  .special-flavor h2 {
    font-size: 46px;
    line-height: 45px;
  }

  .our-menu .recent-post header.entry-header h2.entry-title {
    font-size: 20px;
    line-height: 25px;
  }

  .special-flavor h4 {
    font-size: 25px;
  }

  .hero-container-outer {
    max-width: 65%;
  }

  .liber-panel2 .elementor-widget-heading h5.elementor-heading-title {
    font-size: 2rem !important;
  }

  /*.site-header .site-branding img.custom-logo {
    width: 80px !important;
  }*/

  .site-header .wrapper nav#site-navigation.main-navigation ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 4px;
  }

  body.home .announcement-section {
    top: -50px;
  }

  body.home .announcement-section img {
    max-width: 250px;
  }


  .site-header.fixed .wrapper nav#site-navigation.main-navigation ul li a {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width:768px) and (max-width:900px) { 
  .hero-container-outer {
    max-width: 74%;
  }
}

@media only screen and (max-width: 767px) {

  .liber-panel .panel-content .fourcolumn {
    width: 100%;
  }

  .taxonomy-description h6 {
    font-size: 3.5rem;
  }

  .bottom-bar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
    bottom: 0;
    display: block;
    background-color: #000;
  }

  .bottom-bar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .bottom-bar ul li {
    display: inline-block;
    width: 49%;
    text-align: center;
    border-right: 1px solid #111;
  }

  header#masthead .navbar-toggler-icon {
    height: 18px;
    width: 24px;
  }

  header#masthead .menu-toggle {
  position: absolute;
  padding: 7px;
  outline: 0;
  margin-right: 0px;
  background-color: #fff;
  border: 1px solid #000;
  line-height: 20px;
  width: 40px;
  top: 28px;
  }

  body.home header#masthead .menu-toggle {
    top: 19px;
  }

  header#masthead .menu-toggle:before {
    content: "";
    display: none;
  }

  header#masthead .menu-toggle .icon-bar {
    background-color: #000;
    height: 2px;
    display: block;
    transition: all .25s ease-in-out;
  }

  header#masthead .menu-toggle .navbar-toggler-icon .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  header#masthead .menu-toggle.open-menu .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    transform: rotate(45deg) translate(4px, 4px);
  }

  header#masthead .menu-toggle.open-menu .icon-bar:nth-child(2) {
    opacity: 0;
  }

  header#masthead .menu-toggle.open-menu .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px);
  }

  header#masthead .menu-toggle {
    background-image: none !important;
  }

  .bottom-bar ul li:last-of-type {
    border: none;
  }

  .bottom-bar ul li a {
    padding: 15px 5px;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-style: normal;
    position: relative;
    display: block;
  }

  .fixed-header .site-header.fixed .toggled .menu-primary-menu-container {
    position: relative;
  }

  .site-header .wrapper .header-inner .site-branding,
  .site-header .wrapper nav#site-navigation.main-navigation {
    display: block;
    max-width: inherit;
    flex: inherit;
    -ms-flex: inherit;
  }

  .site-header .wrapper nav#site-navigation.main-navigation.toggled,
  .fixed-header .site-header.fixed .toggled .menu-primary-menu-container {
    background-color: #fff;
  }

  .fixed-header .site-header.fixed .toggled .menu-primary-menu-container {
    overflow: initial;
    min-height: inherit;
  }

  .top-bar p {
    font-size: 16px;
  }


  .site-header .wrapper .header-inner .menu-toggle {
    position: absolute;
    right: 20px;
    top: 22px;
  } 

  .site-header .wrapper .header-inner .main-navigation ul ul {
    margin-left: 0;
  }

  .site-header .wrapper nav#site-navigation.main-navigation {
    position: absolute;
    /*top: 162px;*/
    top: 88px;
    z-index: 999;
    left: 0;
    overflow-y: scroll;
    height: inherit;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }

  body.home .site-header .wrapper nav#site-navigation.main-navigation {
    top: 78px;
  }

  .site-header .wrapper nav#site-navigation.main-navigation .menu-primary-menu-container {
    height: 400px;
    overflow-y: scroll;
  }

  .site-header .order-nav-menu .sub-menu {
    display: none;
    }

  .site-header .wrapper nav#site-navigation.main-navigation.toggled {
    border-bottom: 1px solid #f9e2cd;
    visibility: visible;
    opacity: 1;
  }

  .site-header .order-nav-menu {
    margin-bottom: 0;
    list-style-type: none;
    padding: 0;
  }

  .site-header .order-nav-menu .click-to-order a {
    padding: 8px 30px 8px 10px;
    color: #fff;
    cursor: pointer;
    background: #3a8014 url(../images/down-arrow.png) no-repeat 92% 14px;
    background-size: 10px auto;
  }

  .site-header .order-nav-menu .click-to-order ul.sub-menu {
    list-style-type: none;
    border:none;
    background-color: #fff;
   /* box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.20);*/
    padding: 0px 0px 0px;
    top: 8px;
    position: relative;
    border-radius: 0;
    z-index: 9999;
    border: 2px solid #dce4d3;
    background-color: #f9fcf3;
  }

  .site-header .order-nav-menu .click-to-order ul.sub-menu li {
    margin-bottom: 0px;
  }

  .site-header .order-nav-menu .click-to-order ul.sub-menu li:last-of-type {
    margin-bottom: 0;
  }

  .site-header .order-nav-menu .click-to-order ul.sub-menu li a {
    background: transparent;
    color: #3a8014;
    padding: 10px 10px;
    display: block;
    border-bottom: 1px solid #dce4d3;
  }

  .site-header .order-nav-menu .click-to-order ul.sub-menu li:last-of-type a {
    border: none;
  }

  .site-header .order-nav-menu .click-to-order ul.sub-menu li a:hover {
    text-decoration: none;
  }

  .site-header .call-cta.order-btn-cta {
    top: 3px;
    left: 15px;
  }

  .custom-logo-link:focus {
    vertical-align: initial;
  }

  .site-header .call-cta.order-btn-cta .order-nav-menu li.click-to-order ul.sub-menu {
    position: absolute;
    min-width: 200px;
    top: 30px;
  }

  .site-header.fixed .wrapper {
    padding: 10px 15px;
  }

  /*.site-header.fixed {
    border-bottom: none;
  }*/

  .fixed-header .site-header.fixed .toggled .menu-primary-menu-container {
    padding: 0;
  }

  .site-header .wrapper .site-branding {
    text-align: left;
  }

  .site-header .wrapper nav#site-navigation.main-navigation ul li {
    margin-right: 0 !important;
  }

  .site-header .wrapper nav#site-navigation.main-navigation ul li a {
    font-size: 1.5rem;
  }

  .site-header .site-branding img.custom-logo,
  .site-header.fixed .site-branding img.custom-logo {
    width: 40px !important;
    margin-bottom: 0;
  }

  .hero {
    padding-top: 0;
  }

  .site-header {
    z-index: 99999;
  }

  .fixed-header header#masthead.fixed {
    z-index: 99999;
  }

  .hero-container-outer {
    max-width:100%;
  }

  .fixed-header header#masthead.fixed {

  }

  .employment-form {
    width:100%;
  }

  .gform_wrapper ul.gform_fields li.inlineRow .gfield_label {
    width: 38%;
    display: inline-flex;
    text-align:left;
  }

  .gform_wrapper ul.gform_fields li .gfield_label {
    font-size: 1.4rem;
  }

  .gform_wrapper .employment-form ul.gform_fields li.gfield.gfield_error {
    margin-top: 16px !important;
  }

  h2.entry-title {
    font-size: 48px;
  }

  .special-flavor h2 {
    font-size: 44px;
    line-height: 43px;
  }

  .special-flavor h4 {
    font-size: 24px;
  }

  .four-section .entry-content {
    border-bottom: 2px solid #ebefe3;
    padding-bottom: 40px;
  }

  .four-section:last-child .entry-content {
    border-bottom: none;
  } 

  /*.four-section .entry-content::after {
    border:none;
  }*/

  .our-menu .recent-post header.entry-header {
    margin-bottom: 22px;
    margin-top: 5px;
  }

  .liber-panel .panel-content .fourcolumn .entry-content::after {
    border: none;
  }

  .hero-container-inner {
    padding-top: 70px;
  }

  body.home .announcement-section {
    z-index: 9999;
    top: -50px;
    right: 25px;
  }

  body.home .announcement-section img {
    max-width: 200px;
  }

  .call-cta {
    display: inline-block;
    position: relative;
    top: 12px;
  }

  .call-cta p {
    margin-bottom: 0;
    margin-left: 8px;
  }

  .call-cta p a {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    /*padding: 1px 0 6px 25px;*/
    text-decoration: none;
  }

  .call-cta.home-cta p a {
    background: url('../images/call-icon.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    padding: 1px 0 6px 25px;
  }

  .call-cta.home-cta p span {
    display: inline-block;
    margin-left: 5px;
    font-size: 17px;
    text-transform: uppercase;
  }

  .call-cta p a:hover {
    text-decoration: none;
    border-bottom: none;
  }

  .call-cta p span {
    color: #6a6a6a;
    display: block;
    line-height: 16px;
    font-size: 17px;
    text-transform: uppercase;
  }

  body.home .site-branding .custom-logo-link .custom-logo {
    display: none;
  }

  .site-header .wrapper {
    height: 87px;
  }

  body.home .site-header .wrapper {
    position: relative;
    top: 8px;
    height: 85px;
  }

/*  body.home .announcement-section {
    top: 90px;
    z-index: 999;
    background-size: 33%;
    bottom: 0;
    left: 250px;
    right: 0;
  }

  body.home .hero-container-inner {
    padding-top: 80px;
  }*/
}

@media only screen and (max-width: 640px) {

  .front-page-content-area h1.entry-title {
    font-size: 36px;
    line-height: 32px;
  }

  .front-page-content-area h3.entry-title {
    font-size:28px;
    line-height: 26px;
  }

  .employment-form .inlineRow {
    width: 100%;
  }

  .hero-container-inner .entry-content h4 {
    font-size: 14px;
  }

  .panel-content .fourcolumn {
    margin-bottom: 0;
  }
 
  .panel-content .threecolumn {
    margin-bottom: 30px;
  }

  .box-style .page-wrap {
    padding-right: 10%;
    padding-left: 10%;
  }

  .liber-panel .child-pages .entry-content::after {
    border: none;
  }

  .grid-item-block .threecolumn {
    margin-bottom: 30px;
  }

  .main-navigation ul ul li {
    border-bottom:none;
  }
  
  .employment-form ul li.field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"] {
    margin-bottom: 0 !important;
  }

  .gform_wrapper ul.gform_fields li.field_description_above {
    width: 100%;
  }

  .gform_wrapper ul.left_label input.datepicker_with_icon {
    width: auto;
  }

  .gform_wrapper ul.gform_fields li.inlineRow .clear-multi {
    width: 62%;
    float: right;
  }

  .gform_wrapper .employment-form .gfield_time_minute {
    margin-right: 1.7rem;
  }

  .gform_wrapper ul li.inlineRow .gfield_time_ampm select {
    padding: 3px 0px;
  }

  .gform_wrapper .employment-form .gfield_time_hour {
    margin-left: 5px;
  }

  .gform_wrapper ul.gform_fields li.field_description_above label.gfield_label {
    width: 49%;
    display: inline-block;
  }

  .gform_wrapper ul li.gfield div.ginput_container_checkbox {
    width: 48%;
    float: right;
    font-size: 15px;
    margin-top: 0px !important;
    display: inline-block;
  }

  .gform_wrapper ul li.terms-agree-checkbox div.ginput_container_checkbox {
    width: 100%;
  }

  .gform_wrapper ul li.terms-agree-checkbox div.ginput_container_checkbox label {
    vertical-align: top;
  }

  .gform_wrapper ul.left_label li .gfield_description,
  .gform_wrapper ul.top_label li .gfield_description {
    line-height: 1.3;
    margin-top: 8px;
  }

  .employment-form ul.left_label li.gfield .ginput_container input[type="text"] {
    line-height: 1.5;
    min-height: 0rem;
  }
}


@media only screen and (max-width: 500px){
  body.home .elementor-5 .elementor-element.elementor-element-7f79fbc .elementor-heading-title {
    font-size: 34px;
  }
  
  body.home .inline-btn {
    max-width: inherit;
  }
  
  body.home .inline-btn .elementor-widget-container,
  body.home .inline-btn .elementor-button-wrapper,
  .inline-btn a.elementor-button-link {
    width: 100%;
    max-width: 270px;
    font-size: 14px;
  }
  
  body.home .inline-btn.ml-10 {
    margin-left: 0 !important;
  }

  body.home .gift-card-btn {
    display: block;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    margin-top: 15px;
  }

  .hero-container-inner {
    padding-top: 105px;
  }

  .hero-container-inner {
    padding-top: 90px !important;
  }

  .hero-container-inner.after-announcement-removed {
    padding-top: 30px !important;
    transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
  }

  body.home .announcement-section {
    z-index: 9999;
    top: -50px;
    right: 40px;
  }

  body.home .announcement-section img {
    max-width: 170px;
  }
}

@media only screen and (max-width: 400px){
body.home .elementor-5 .elementor-element.elementor-element-7f79fbc .elementor-heading-title {
    font-size: 28px;
  }

/*@media only screen and (max-width: 540px) {
 
  .employment-form .inlineRow {
    width: 100%;
  }
}
*/
@media only screen and (max-width: 320px) {

  .gform_wrapper .employment-form .gfield_time_minute {
    margin-right: 0;
  }

  body.home .elementor-5 .elementor-element.elementor-element-7f79fbc .elementor-heading-title {
    font-size: 26px;
  }

  .elementor-widget-wrap > .elementor-element.wd-auto {
    width: auto;
  }
}