@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
  font-family: "CircularStd-Book";
  font-style: normal;
  font-weight: normal;
  src: url("//3390327.fs1.hubspotusercontent-na1.net/hubfs/3390327/Eat_Jusne_2017-theme/font/CircularStd-Book/CircularStd-Book.eot") format("embedded-opentype"),
      url("//3390327.fs1.hubspotusercontent-na1.net/hubfs/3390327/Eat_June_2017-theme/font/CircularStd-Book/CircularStd-Book.woff") format("woff"),
      url("//3390327.fs1.hubspotusercontent-na1.net/hubfs/3390327/Eat_June_2017-theme/font/CircularStd-Book/CircularStd-Book.ttf") format("truetype"); 
}
@font-face {
  font-family: "CircularStd-Bold";
  font-style: normal;
  font-weight: 400;
  src: url("//3390327.fs1.hubspotusercontent-na1.net/hubfs/3390327/Eat_June_2017-theme/font/CircularStd-Bold/CircularStd-Bold.eot") format("embedded-opentype"), 
      url("//3390327.fs1.hubspotusercontent-na1.net/hubfs/3390327/Eat_June_2017-theme/font/CircularStd-Bold/CircularStd-Bold.woff") format("woff"), 
      url("//3390327.fs1.hubspotusercontent-na1.net/hubfs/3390327/Eat_June_2017-theme/font/CircularStd-Bold/CircularStd-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "CircularStd-Medium";
  font-style: normal;
  font-weight: 400;
  src: url("//3390327.fs1.hubspotusercontent-na1.net/hubfs/3390327/Eat_June_2017-theme/font/CircularStd-Medium/CircularStd-Medium.eot") format("embedded-opentype"),
      url("//3390327.fs1.hubspotusercontent-na1.net/hubfs/3390327/Eat_June_2017-theme/font/CircularStd-Medium/CircularStd-Medium.woff") format("woff"), 
      url("//3390327.fs1.hubspotusercontent-na1.net/hubfs/3390327/Eat_June_2017-theme/font/CircularStd-Medium/CircularStd-Medium.ttf") format("truetype");
}

body, h1, h2, h3, h4, h5, h6, p, li, a, span, label
{
   font-family: 'Inter', sans-serif !important;
}

.container { max-width: 1090px; margin: 0 auto; padding: 0 15px;}
body{ font-family: "CircularStd-Medium"; font-weight: 400; color:#000;}
h2{ font-weight: 400; font-family: "CircularStd-Medium"; } 
.container { color: #000 !important;}
.banner-text { color: #fff;}
.main-header{ border-top: 4px solid #74BF62; transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out;	-o-transition: all .5s ease-in-out;}
.header-logo a { max-width: 53px;}
.header-logo {  //*margin-top: 22px;*/ position: relative; width: auto !important; padding-right: 46px;}
.header-logo::after { position: absolute; right: 0;	content: ""; top: 3px; bottom: 0; margin: auto;	height: 20px; width: 1px; background: #D0D0D0;}
.eat_header_without_cta{ padding:12px 0; height: 56px; transition:all ease-in-out .3s; -webkit-transition:all ease-in-out .3s ; -ms-transition:all ease-in-out .3s ; -o-transition: all ease-in-out .3s ; -webkit-animation-name: fadeIn;
  animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
} 
.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ font-size: 15px; font-weight: normal; color: #2F2F2F;text-transform: none;}
.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ line-height:15px; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ padding: 7px 20px;}
.header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul{ padding-top:18px; float: left;}
.header-container .mobile-num { text-align: right; /*margin-top: 28px;*/ float:right;}
.header-container .mobile-num a { font-size: 15px; color: #2F2F2F; font-family: "CircularStd-Medium"; position: relative; transition:none !important; padding-left:20px;}
.header-container .mobile-num a:before{   position: absolute; content: ""; left: 0; top: 0; bottom: 0; width: 11px; height: 16px; background:url("https://3390327.fs1.hubspotusercontent-na1.net/hubfs/3390327/Eat_App_Oct_2017_files/mobile-phone.png");
background-repeat:no-repeat; background-position:0 0; transition:none !important;}
.header-container .hs_cos_wrapper_type_logo a { padding-left: 2px; padding-right: 1px;}
.footer-container-wrapper {	background: #202020; /*padding: 60px 0;*/}
.footer-container-wrapper a{ color:#fff;}
.footer-container-wrapper h3, .footer-container-wrapper .footer_heading--update p { font-size: 16px;	line-height: 20px; font-family: "CircularStd-Bold";	text-transform: uppercase; color: #fff; margin-top:0;}
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{ font-size: 16px; color: #919DA0; padding: 0 0 10px 0; line-height: 20px; font-family: "CircularStd-Book";}
.menu-col:nth-child(3) { margin-right: 30px;  width: 18%;}
.menu-col:first-child { padding-left: 70px;	width: 23%;}
.menu-col:nth-child(2) { padding-left: 30px; width: 25%;}
.small-header .header-container .mobile-num a::before{ height: 0;}
.small-header .header-container .mobile-num a{ padding-left: 0;}
.orange-cta
{ color: #fff; background: /*#ed7d3a*/#74bf62; border-radius: 4px; border: 2px solid #74bf62; text-transform: uppercase; font-family: "CircularStd-Bold"; text-shadow: none; font-size: 15px; line-height: 36px; letter-spacing: .15px; padding: 10px 22px;
box-shadow: none; font-size: 13px; }
.main-header .menu-cta { float: right; width: auto; /* margin-top: 20px;*/ display: none; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both;}
.orange-cta:hover{ color: #74bf62; background: #fff; }


@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  } 
.small-header .menu-cta { display: block; margin-top:-5px;}
.small-header .header-container-wrapper { z-index: 2000; position: fixed; top: 0; left: 0; background: #fff; box-shadow: 0 0 2px 0 rgba(0,0,0,.2); /*-webkit-animation-name: slideInDown; animation-name: slideInDown; -webkit-animation-duration: 1s; 
animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;*/}
 
  @-webkit-keyframes slideInDown {
  0% {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  }
  @keyframes slideInDown {
  0% {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  } 
.orange_all{ display:none;}
.logo-section{ text-align:center; padding:80px 0;}
.logos-title h1{ font-size:46px; margin-bottom:40px; font-family: "CircularStd-Medium";}
.before-button { width:100%; display:inline-block; vertical-align:middle;}
.before-button > div { display: inline-block; vertical-align: middle;}
.after-button { display: inline-block; padding: 25px 12px; vertical-align: middle; width: 19%;}
.clearfix:after, .clearfix:before{ display: table; content: " "}
.clearfix:after { clear: both}  
.logo-single .hs_cos_wrapper .hs_cos_wrapper{ display:inline-block; vertical-align:top; padding:0 3px 15px; }  
.logos-title h2{font-size:46px; }  
.after-button{ display:none; }
.orange_all{ color: #fff; background: #ed7d3a; border-radius: 4px; border: 2px solid #ed7d3a; text-transform: uppercase; font-family: "CircularStd-Bold"; text-shadow: none; font-size: 15px; line-height: 36px;
    letter-spacing: .15px; padding:3px 30px; box-shadow: none; font-size: 13px; display:inline-block; margin-top:20px; }
.orange_all:hover{ color: #ed7d3a; background: #fff; }    
.orange_all.mobile_all{ display:none;  }
.header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul{ padding-top:0; }
.header-container:empty, .header-container-wrapper:empty{ display:none;}
.header-container{ height:auto !important; padding:0 !important;}
.small-header .header-container .hs_cos_wrapper_type_logo a img{ max-width:100% !important; }

.logos-inners .hs_cos_wrapper_type_linked_image{ display:inline-block; vertical-align:middle; }
.logos-inners .hs_cos_wrapper_type_cta{ display:block; margin-top:20px; }

.footer-container-wrapper .main-footer{ padding: 60px 0; }


/*==============================*/

.case_study_anchor, .content-cta a, a.cta_button, a.cta_button.orange-cta, .main-video a
{
  background:  #74bf62 !important;
  border-color:  #74bf62 !important;
}
.case_study_anchor:hover, .content-cta a:hover, a.cta_button:hover, a.cta_button.orange-cta:hover, .main-video a:hover
{
  background: #fff !important;
  color: #74bf62 !important;
}
/*
.form-right-text .hs_submit input[type="submit"] {
  background: #74bf62 none repeat scroll 0 0 !important;
  border: 2px solid #74bf62 !important;
}
.form-back-green .hs_submit input[type="submit"]:hover
{
  color: #74bf62 !important;
}*/
.full-width-text .text-gre-main p
{
  font-size: 18px;
  line-height: 30px;
  max-width: 700px;  
}
.main-blog .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a
{
  line-height: 24px;
}

.menu-cta a.cta_button.orange-cta, .menu-cta a.cta_button.orange-cta:hover
{
    background: -moz-linear-gradient(left,#D45851 0%,#ED7D3A 100%) !important;
    background: -webkit-linear-gradient(left,#D45851 0%,#ED7D3A 100%) !important;
    background: linear-gradient(to right,#D45851 0%,#ED7D3A 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D45851',endColorstr='#ED7D3A',GradientType=1) !important;
    color: #fff !important;
  	border: 0px;
  	padding: 12px 22px;
}
.menu-cta a.cta_button.orange-cta:hover
{
/*  background: transparent !important;
  color: #ed7d3a !important;*/
}

.header-container-wrapper .header-menu.custom-menu-primary ul li a
{
  font-family: "CircularStd-Book";
}

a.cta_button.get-started-cta, a.cta_button.get-started-cta:hover
{
    color: #fff;
/*    background: #ed7d3a !important;
    border-radius: 4px;
    border: 2px solid #ed7d3a !important;
  	line-height: 36px;
    letter-spacing: .15px;
    padding: 10px 22px;
  	font-size: 13px;
  */
    text-transform: uppercase;
    font-family: "CircularStd-Bold";
    text-shadow: none;
    box-shadow: none; 
    padding: 16px 22px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.16px;
    border-radius: 3px;
    background: -moz-linear-gradient(left,#d45851 0%,#ed7d3a 100%) !important;
    background: -webkit-linear-gradient(left,#d45851 0%,#ed7d3a 100%) !important;
    background: linear-gradient(to right,#d45851 0%,#ed7d3a 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D45851',endColorstr='#ED7D3A',GradientType=1) !important;
    border: 0px !important;
}
a.cta_button.get-started-cta:hover
{
/*  	 background: transparent !important;
  	 color: #ed7d3a !important;*/
  	color: #fff !important;
}
body .grenn-full .form-back-white form.hs-form fieldset[class*="form-columns"] select
{
  font-family: 'Lato',arial,sans-serif;
   /* background-image:	 linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc0, #ccc0);
  background-image:	 -webkit-linear-gradient(45deg, transparent 50%, gray 50%), -webkit-linear-gradient(135deg, gray 50%, transparent 50%), -webkit-linear-gradient(to right, #ccc0, #ccc0);
  background:	 linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc0, #ccc0);
  background:	 -webkit-linear-gradient(45deg, transparent 50%, gray 50%), -webkit-linear-gradient(135deg, gray 50%, transparent 50%), -webkit-linear-gradient(to right, #ccc0, #ccc0);
    background-position: calc(100% - 21px) calc(1em + 8px), calc(100% - 16px) calc(1em + 8px), calc(100% - 2.5em) 0.5em;
    background-size: 6px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
  padding-left: 12px;*/
  font-size: 14px;
  height: 48px !important;
  background-color: #fff !important;
}

body .grenn-full .form-back-white form.hs-form fieldset[class*="form-columns"] select.hs-input:invalid
{
  	 color: #bfbfcd;
    font-family: 'Lato',arial,sans-serif;
}
body .grenn-full .form-back-white form.hs-form fieldset[class*="form-columns"] select.hs-input option
{
  	color: #101112;
}

/*
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari and Chrome */
    body .grenn-full .form-back-white form.hs-form fieldset[class*="form-columns"] select{
       line-height: normal;
    } 

    /* Safari only override */
   ::i-block-chrome,body .grenn-full .form-back-white form.hs-form fieldset[class*="form-columns"] select{
       line-height: 40px !important;
    } 
}*/

/*==============================================
 * 			Get started form
 * ============================================*/
.feature-section .section-header {
    margin-bottom: 50px !important;
    text-align: center !important;
}


/*==============================================
 * 			Updated fomatting in old modules
 * ============================================*/

.faq-modules h2, .feature-section .section-header h1, .feature-section h1, .logo-section h3, .why-choose-outer .why-header null, .faq-modules .faq-head h2, .logo-section .logos-title h2, #banner-background-image .logo-section h3, .feature-section h3
{
  	color: #0D0D0D;
  	font-size: 46px;
  	line-height: 43px;
  	letter-spacing: -1px;
  	margin-bottom: 40px;
    font-family: "CircularStd-Medium";
}
.section-header
{
  	text-align: center;
}
.faq-modules .faq-head h2
{
  	border: 0px;
}
.why-choose-outer .why-header null
{
  	display: inline-block;
}
.feature-section .section-header h1
{
  	margin-bottom: 0px;
}
.feature-section .section-header p
{
    font-size: 18px;
    line-height: 26px;
    color: #696969;
 }
.faq-modules .faq-inner > div > span > div
{
    border-bottom: 1px solid #D1D1D1;
}
.faq-modules .faq-inner > div > span > div:first-child
{
    border-top: 1px solid #D1D1D1;
}
.choose-outer > div > span > div 
{
    vertical-align: top;
}
.footer-container-wrapper {
    background: #0D0D0D;
}
.footer-container-wrapper h3,
.footer-container-wrapper .footer_heading--update p{
    line-height: 19px;
    font-family: "CircularStd-Medium";
    text-transform: unset;
  	margin-bottom: 20px;
}
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li
{
  	margin-bottom: 10px;
}
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    font-size: 14px;
    color: #9A9B99;
    line-height: 16px;
}
.logo-section a.cta_button.orange-cta
{
    background: #5AB675 !important;
    border-color: #5AB675 !important;
    font-size: 14px;
    line-height: 16px;
    border-radius: 3px;
    padding: 15px 22px;
	  margin-top: 30px;
    display: inline-block;
}
.logo-section a.cta_button.orange-cta:hover
{
  	background: #fff !important;
  	color: #5AB675 !important;
}
.logo-section .logos-title p 
{
    margin-bottom: 40px;
}
.section-header h1
{
    font-size: 46px;
    line-height: 46px;
    letter-spacing: -0.77px;
    color: #0D0D0D;
}
.section-header .section-subheader 
{
    color: #9A9B99;
    font-size: 18px;
    line-height: 26px;
    font-family: "CircularStd-Book";
}


/*==============================================
 * 			End Updated fomatting in old modules
 * ============================================*/


/*==============================================
 * 								New Page
 * ============================================*/
.reservation-feature-section{
margin:50px 0;
}
#banner-background-image.second-sec.logo-section-bg
{
  	background-color: transparent;
}
#banner-background-image.second-sec.logo-section-bg:before
{
  	display: none;
}
.single-img
{
  	text-align: center;
    margin-top: -105px;
}
.single-img img 
{
  	max-width: 80%;
}
#banner-background-image .logo-section h3
{
    color: #fff;
 		text-shadow: none;
  	padding: 0px;
  	margin: 0 auto;
  	max-width: 90%;
  	line-height: 49px;
}
.logo-section-bg .logos-inner.logo-single {
    margin-top: 70px;
}
.logo-section-bg .logos-inner.logo-single > span > div
{
    width: 19.6%;
  	padding-bottom: 0px;
}
.logo-section-bg .logos-inner.logo-single > span > div > span
{
  	padding: 0px;
}
.left-right-gray
{
    background: rgba(196, 196, 196, 0.1);
}
.align-features-center .section-header h3
{
    color: #0D0D0D;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: -1px;
    max-width: 95%;
    margin: 0px auto 40px;
}
.align-features-center .features-main > div > span > div
{
    width: 24.68%;
  	margin-right: 0px;
  	text-align: center;
}
.new-full-landing-cta-without-img .full-landing-cta a.cta_button, .new-full-landing-cta-without-img .full-landing-cta a.cta_button:hover
{
  	color: #fff;
  	text-transform: uppercase;
    font-family: "CircularStd-Bold";
    line-height: 16px !important;
    background: -moz-linear-gradient(left,#D45851 0%,#ED7D3A 100%) !important;
    background: -webkit-linear-gradient(left,#D45851 0%,#ED7D3A 100%) !important;
    background: linear-gradient(to right,#D45851 0%,#ED7D3A 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D45851',endColorstr='#ED7D3A',GradientType=1) !important;
  	color: #fff !important;
  	padding: 16px 30px !important;
  	border: 0px !important;
}

.upgrade-v2 {
    background: #f1f1f1;
}

.upgrade-v2 .upgrade-show-with-toggle {
    background: #fff;
}







/*====================== 28-3-2019 =================*/

.hs-content-id-7567870832 .pricing-sec-for-responsive .price-content-sec .price-with-features:nth-child(2) .price-content-sec-inner a.cta_button.create-account
{
     background: linear-gradient(to left,#c75547,#eb793b) !important;
}
.hs-content-id-7567870832 .pricing-sec-for-responsive .price-content-sec .price-with-features:nth-child(2) .price-content-sec-inner a.cta_button.create-account:before
{
    background-color: #aa483e;
}
.hs-content-id-7567870832 .price-flex-col h1 center
{
    padding: 100px 0px 0px;
}
center:empty {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a{ white-space: inherit; overflow: inherit; text-overflow: inherit;}


@media (max-width: 767px){
  .upgrade-v2 .banner-cta-btn a {
    display: none;
  }
  .hs-content-id-7567870832 .testimonial-sec.black .content-sec.black h3 {
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
  .hs-content-id-7567870832 .client-logo-imgs
  {
      display: block !important;
  }
}



@media (max-width: 991px){
  .logo-section-bg .logos-inner.logo-single > span > div {
    width: 19.5%;
  }
}
@media (max-width: 767px){
  .faq-modules h2, .logo-section h3, .why-choose-outer .why-header null, .logo-section .logos-title h2, div.section-header h1, #banner-background-image .logo-section h3, .feature-section h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .section-header h1
  {
    	letter-spacing: -1px;
  }
  .feature-section .section-header h1, .feature-section h1, .feature-section h3 {
    color: #34353A;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.6px;
	}
  .feature-section .section-header p {
    font-size: 20px;
    color: #929EA1;
  }
  .pricing-module-main .container
  {
    padding: 0px;
  }
  div.custom-menu-primary .hs-menu-wrapper>ul li:empty
  {
    display: none !important;
  }
  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 20px;
    line-height: 23px;
    color: #303030;
	}
  .custom-menu-primary .hs-menu-wrapper > ul li {
    border-bottom: 1px solid rgba(146, 158, 161, 0.2);
	}
  .custom-menu-primary .hs-menu-wrapper > ul li script
  {
    display: none;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    border-top: 1px solid #D0D1D2;
    border-bottom: 1px solid #D0D1D2;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper ul
  {
    padding: 0px 20px;
  }
  div.custom-menu-primary .hs-menu-wrapper > ul li.mobile-cta {
    padding: 20px 0px;
	}
  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a.orange-cta{
    border-radius: 3px;
    line-height: 16px;
    letter-spacing: 0;
    padding: 14px 30px;
    font-size: 14px;
/*    background: #ED7D3A !important;
    border-color: #ED7D3A !important;*/
    background: -moz-linear-gradient(left,#D45851 0%,#ED7D3A 100%) !important;
    background: -webkit-linear-gradient(left,#D45851 0%,#ED7D3A 100%) !important;
    background: linear-gradient(to right,#D45851 0%,#ED7D3A 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D45851',endColorstr='#ED7D3A',GradientType=1) !important;
    border: 0px !important;
	}
  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a.orange-cta:hover
  {
/*    background: #fff !important;
    color: #ED7D3A !important;*/
    color: #fff !important;
  }
  .logo-section a.cta_button.orange-cta {
    margin-top: 0px;
  }
  .logo-section .logos-title p {
    margin-bottom: 20px;
	}
  .section-header .section-subheader {
    font-size: 16px;
    line-height: 20px;
  }
  .align-features-center .section-header h3 {
    font-size: 32px;
    line-height: 40px;
    max-width: 100%;
    font-family: "CircularStd-Medium";
	}
  .single-img img {
    max-width: 100%;
	}
   #banner-background-image .logo-section h3
  {
    display: block;
    max-width: 100%;
    line-height: 40px;
  }
  .logo-section-bg .logos-inner.logo-single > span > div {
    width: 49.3%;
    padding: 0px;;
	}
  .logo-section-bg .logos-inner.logo-single
  {
    text-align: left;
    margin-top: 30px;
  }
  .single-img {
    margin-top: -40px;
	}
  .logo-section-bg .logo-section {
    padding: 40px 0 30px;	
	}
  
  .new-home-page .main-content
  {
    margin-bottom: 0px;
  }
  
  .blog-section .blog-post-wrapper .section.post-body p,.detail-top-sec .post-author-detail .post-author-info p, .blog-section .blog-post-wrapper .section.post-body ul li, .blog-section .blog-post-wrapper .section.post-body ol li, .blog-section .blog-post-wrapper .section.post-body em
  {
  font-size :16px !important;
  }
  
  .blog-subscribe h3, .detail-top-sec .post-author-detail .post-author-info h3, .blog-section .blog-post-wrapper .section.post-body h3
  {
  font-size: 24px !important;
  }
  .content-sec p {
	margin:0 0 20px !important;
}
}


/*==============================================
 * 							End New Page
 * ============================================*/

.academy-background.ban-with-back a.cta_button.get-started-cta
{
    background: -moz-linear-gradient(left,#d45851 0%,#ed7d3a 100%) !important;
    background: -webkit-linear-gradient(left,#d45851 0%,#ed7d3a 100%) !important;
    background: linear-gradient(to right,#d45851 0%,#ed7d3a 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D45851',endColorstr='#ED7D3A',GradientType=1) !important;
  	border: 0px !important;
    letter-spacing: 0.16px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 16px;
    padding: 17px 22px;
}
.academy-background.ban-with-back a.cta_button.get-started-cta:hover
{
  	color: #fff !important;
}

p:last-child
{
  margin-bottom: 0px;
}
body form.hs-form fieldset .hs-form-field
{
    padding: 0px;
}
body form.hs-form fieldset.form-columns-2 .hs-form-field
{
    width: 47.9%;
    margin-right: 11px;
}
body form.hs-form fieldset.form-columns-2 .hs-form-field:last-child
{
    margin-right: 0;
}
@media (min-width: 768px){
.main-header .menu-cta, .small-header .main-header .menu-cta
  {
      display: block !important;
      margin-top: -4px;
  }
}


/* Responsive css start here */

@media (max-width: 1199px){
  .menu-col:nth-child(2) {
    width: 24%;
  }
}

@media (max-width:1100px){
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ padding: 10px 15px; } 
}    
 
@media (min-width:768px) and (max-width:991px){
    .menu-col:nth-child(2)  { padding-left: 0; width: 25%;}
    .menu-col:first-child{ padding-left: 0; width: 21%;}
    .menu-col:nth-child(3) { margin-right: 0; width: 22%;}
    .hs-menu-wrapper.hs-menu-flow-vertical li a{ white-space: inherit; overflow: inherit; text-overflow: inherit;}
    .custom-menu-primary .hs-menu-wrapper > ul > li{ margin-right: 0px;  }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ padding: 10px 11px; font-size: 14px; }
    .small-header .menu-cta .orange-cta{ padding: 10px 8px; font-size: 10px; }
    .header-logo{ padding-right: 25px; }
    .header-container .mobile-num{ width: 17.365%; }
    .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ line-height:10px;}
}

@media (max-width:767px){
    /*.container{ padding-left:25px; padding-right:25px; }*/
    .main-footer .container{ padding-left:25px; padding-right:25px; }
    .before-button > div.logo4,
    .before-button > div.logo5{ display:none; }
    .orange_all{ color: #fff; background: #ed7d3a; border-radius: 4px; border: 2px solid #ed7d3a; text-transform: uppercase; font-family: "CircularStd-Bold"; text-shadow: none; font-size: 15px; line-height: 36px;
    letter-spacing: .15px; padding:3px 30px; box-shadow: none; font-size: 13px; display:none; margin-top:20px; }
    .orange_all:hover{ color: #ed7d3a; background: #fff; }    
    .orange_all.mobile_all{ display:block;  }
    .hs-menu-wrapper.hs-menu-flow-vertical li a{ white-space: inherit; overflow: inherit; text-overflow: inherit;}
    .menu-col:first-child, .menu-col:nth-child(2) {	padding-left: 0; width: 50%; float: left;}
    .menu-col:nth-child(3) { margin-right: 0;}
    .header-container .mobile-num,
    .main-header .menu-cta{ display:none !important; }
    .mobile-trigger.cta_border_button{ display:none !important; }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{ background-color: #1d1d1f; }
    .header-container .hs_cos_wrapper_type_logo a:after{ display:none; }
    .header-logo{ margin-top: 8px; }
    .header-logo::after{ display:none; }
    .small-header .header-container{ padding:0px; }
    .mobile-trigger{ top: 32px;  }
    .header-container{  padding:0 !important;}
    .custom-menu-primary.js-enabled .hs-menu-wrapper{ top:10px; box-shadow: 0 4px 5px rgba(0,0,0,0.2); position:absolute; top:50px; }
    .custom-menu-primary .hs-menu-wrapper > ul{ background: #fff; text-align:center; }
    .custom-menu-primary .hs-menu-wrapper > ul li{ border-bottom:1px solid #e8eceb; }
    .custom-menu-primary .hs-menu-wrapper > ul li a{ color:#313131 !important; line-height: 24px; display: block; text-align: center; }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{ color:#74BF62 !important; }
    .header-container{ border-bottom:1px solid #d1d1d1; }
    .footer-container-wrapper{ padding: 40px 0 20px; }
    .logos-title h1{ font-size: 36px; }
    .after-button{ width: auto; }
    .logo-section{ padding:40px 0; }
    .custom-menu-primary .hs-menu-wrapper > ul li.mobile-number,
    .custom-menu-primary .hs-menu-wrapper > ul li.mobile-cta{ display:inline-block !important; text-align: center; padding:7px 0px; }
    .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a.orange-cta{ color: #fff !important; background: #ed7d3a; border-radius: 3px; border: 2px solid #ed7d3a; text-transform: uppercase; font-family: "CircularStd-Bold";
    text-shadow: none; font-size: 15px; line-height: 36px; letter-spacing: .16px; padding: 6px 30px; box-shadow: none; font-size: 14px; display:inline-block !important;}
    .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a.orange-cta:hover{ /*color: #ed7d3a !important; background: #fff*/ }
    .logos-title h2{font-size:36px; }  
    .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul{ padding-top:0px; }
    .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ font-size:19px; padding:15px; }
    .custom-menu-primary .hs-menu-wrapper > ul li.mobile-cta{ padding:10px 0px; }
    .main-footer .menu-col:nth-child(3){ clear:both; }
    
    .header-logo{ margin-top: 0px; }
    .header-container .hs_cos_wrapper_type_logo a img{ max-width: 54px !important; margin: 0px 0 5px 10px; }
    .menu-col:nth-child(3) {
      width: 100%;
  }
    
}

@media(max-width: 639px){

.v2-pricing-sec-outer .heading h2 {
line-height: 34px;
font-size: 30px;
}
.v2-pricing-sec-outer .subtitle-txt p {
font-size: 15px;
line-height: 20px;
}
.v2-pricing-sec-outer .monthly-price-sec {
font-size: 36px;
line-height: 50px;
margin: 10px 0px 10px;
}
.v2-pricing-sec-outer .inner-reservation-sec .inforation-sec p {
font-size: 18px;
line-height: 25px;
max-width: 90%;
}
.v2-pricing-sec-outer .inner-reservation-sec .inforation-sec {
margin: -20px 0px 0px;
}
.v2-pricing-sec-outer .inner-reservation-sec .get-started-cta {
margin: 20px 0px 0px;
}
.v2-pricing-sec-outer .booking-section-main {
background: #F1F1F1;
padding: 30px 15px;
}
.v2-pricing-sec-outer .booking-section-main .title-sec h3 {
font-size: 23px;
}
.v2-pricing-sec-outer .booking-section-main .listing-sec ul {
column-count: 1;
padding-left: 15px;
}
.v2-pricing-sec-outer .booking-section-main .listing-sec ul li {
list-style: none;
margin: 15px 0;
font-size: 15px;
}
.v2-pricing-sec-outer .inner-reservation-sec .get-started-cta a.cta_button{font-size: 16px;padding: 20px 65px 20px 20px;}
.v2-pricing-sec-outer .inner-reservation-sec .title-sec h2{
font-size:14px;line-height:1.5px;}
.v2-pricing-sec-outer .inner-reservation-sec .top-strip{
position: relative;
right: 0;
top: 0;
background: #F1F1F1 !important;
justify-content: center;
color: #303030;
}
.v2-pricing-sec-outer .inner-reservation-sec {
position: relative;
padding: 0px 0px 30px;
} 
.v2-pricing-sec-outer .inner-reservation-sec .top-strip::before{display:none;}
.inner-reservation-sec .upgrade-show-with-toggle {
	padding: 0 0 5px;
}
}