/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Poppins:400,500,600,700%7CRoboto+Slab:400,700&subset=latin');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@font-face {
	font-family:'Glyphicons Halflings';
	font-style: normal;       
	font-weight: 400;
	src:url("//cdn2.hubspot.net/hubfs/5089498/EasiRecycling_January2019_Theme/Fonts/glyphicons-halflings-regular.eot") format("eot"),
	url("//cdn2.hubspot.net/hubfs/5089498/EasiRecycling_January2019_Theme/Fonts/GLYPHICONSHalflings-Regular.ttf") format("ttf"),
	url("//cdn2.hubspot.net/hubfs/5089498/EasiRecycling_January2019_Theme/Fonts/GLYPHICONSHalflings-Regular.woff") format("woff");
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * 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;}

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* 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; }


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background-color: #fff;
  font-family: "Poppins",sans-serif;
  line-height: 28px;
  color: #3b3e43;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #8cd657;
}
::selection {
  color: #fff;
  background: #8cd657;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin: 0 0 15px;
  font-family: "Poppins",serif;
  font-weight: bold;
  color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

/* Anchor Links */
a {
  color: #027ed1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration:none;
}
a:hover, a:focus { 
  color: #b5b5b5;
  text-decoration:none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.body-container {
    padding: 60px 0 50px;
}
.body-container .page-center{
   padding-top:30px;
  padding-bottom:40px;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.custom-footer-bottom {
    padding: 25px 0;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    background: #222222;
}
.custom-copyright p {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
  margin-top: 0;
}

.custom-footer-top {
    position: relative;
    background: #2b2b2b;
    padding: 95px 0 65px;
    font-size: 12px;
    color: #bbbbbb;
}

.custom-footer-menu .hs-menu-wrapper>ul {}

.custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 50%;
    padding: 0 7px;
    display: inline-block;
    float: left;
}
.custom-footer-menu {
    padding-bottom: 22px;
}
.custom-footer-menu .hs-menu-wrapper>ul>li>a {
    color: #bbbbbb;
}

.custom-footer-menu .hs-menu-wrapper>ul>li>a:hover {
    color: #ffffff;
}
.custom-footer-menu .hs-menu-wrapper>ul {
    margin: 0 -7px;
}
div#search-3 {}

.searchform input[type=text] {
    border: 1px solid #ebebeb;
    color: #999;
    padding: 6px 12px;
    height: 40px;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background: transparent;
    width: 100%;
    padding: 8px 50px 8px 16px;
    font-family: "Poppins",sans-serif;
    line-height: 28px;
    color: #3b3e43;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.searchform {
    margin: 0 auto;
    position: relative;
}

.searchform button {
    background: none;
    border: none;
    height: 40px;
    padding: 0;
    right: 2px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
    outline: none;
}

.searchform button span {
    display: none;
}
div#search-3 {
    margin-bottom: 22px;
}

div#search-3 .widget-title {
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}
.searchform button i {
  line-height: 40px;
  color: #3b3e43;
  font-size: 12px;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
    content: "\f002";
}

.custom-footer-social {
    background-color: #82c900;
    padding-top: 30px;
    padding-bottom: 29px;
}



.fa-facebook-f:before, .fa-facebook:before {
    /* content: "\f09a"; */
}



.hs-footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs-footer-social ul li a {
    display: inline-block;
    border: 1px solid transparent;
    /* float: left; */
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    letter-spacing: 0;
    font-size: 13px;
    height: 40px;
    line-height: 38px;
    width: 40px;
    background: #000;
    color: #fff;
}

.hs-footer-social ul li {
    display: inline-block;
    padding: 0 5px;
}

.hs-footer-social ul li a:hover {
    background-color: #8cd657;
}

.hs-footer-social ul {
    text-align: center;
}

a#back-to-top {
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    cursor: pointer;
    display: none;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    -ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    color: #000000;
}

a#back-to-top i {
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#back-to-top:hover i {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.custom-header-menu .hs-menu-wrapper>ul>li>a {
    font-family: Poppins;
    letter-spacing: .5px;
    font-weight: 400;
    font-style: normal;
    font-size: 13.75px;
    color: #fff;
    line-height: 120px;
    padding: 0 10px;
    -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s, background 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s, background 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background 0.3s ease 0s;
    transition: color 0.3s ease 0s, background 0.3s ease 0s;
}

.custom-header-menu .hs-menu-wrapper>ul>li {
    display: inline-block !important;
    float: none !important;
}

.custom-header-menu .hs-menu-wrapper>ul>li+li {
    margin-left: 9px;
}
.custom-header-menu .hs-menu-wrapper>ul>li>a:hover {
    color: #8cd657;
}
.custom-header-menu .hs-menu-wrapper>ul>li.active>a {
    color: #8cd657;
}
ul#main-nav-tool li .text {
    display: none;
}
.hs-right-link-wrapper ul {
  margin: -2px 0 0 -48px;
  padding: 0;
  list-style: none;
}

.hs-right-link-wrapper ul li {
    padding: 0 8px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    height: 120px;
    line-height: 120px;
}
.hs-right-link-wrapper ul li a {
    font-size: 10px;
    color: #fff;
}
.hs-right-link-wrapper ul li a:hover {
       color: #8cd657;
}
#main-nav-tool>li>a:hover {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7;
}

.shopping-bag-cart>a i {}

.shopping-bag-cart>a i {
    width: 30px;
    height: 30px;
    background: #ed8b5c;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin-right: 8px;
    position: absolute;
    left: 2px;
    top: 52%;
    margin-top: -15px;
    background-color: #8cd657;
}
.hs-right-link-wrapper ul li a.wishlist-contents {
    position: relative;
    left: -5px;
}
.hs-right-link-wrapper ul li+li {
    margin-left: 4px;
}
.custom-header-menu .hs-menu-wrapper>ul {
    display: block;
    float: right;
    padding-right: 46px;
}
.custom-header-menu .hs-menu-wrapper>ul>li {
    position: static !important;
}

.custom-header-inner .page-center {
    position: relative;
}

.custom-header-menu .hs-menu-wrapper>ul>li>ul>li {}

.custom-header-menu .hs-menu-wrapper>ul>li>ul>.dropdown-wrapper {
    padding: 19px 30px 20px;
    display: block;
    width: 100% !important;
    border-top: 2px solid #ed8b5c;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
    -o-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
    border-color: #8cd657;
    /* margin: 0 15px; */
}
.custom-header-menu .hs-menu-wrapper>ul>li>ul{
  display:block;
  width:100% !important;
  padding: 0 15px;
}
.custom-header-menu .hs-menu-wrapper>ul>li>ul>.dropdown-wrapper>li {
  width: 33.33333333%;
  float: left;
  margin-bottom: 18px;

}
.custom-header-menu .hs-menu-wrapper>ul>li:nth-child(5)>ul>.dropdown-wrapper>li {
    padding-left: 21px;
}

.custom-header-menu .hs-menu-wrapper>ul>li>ul>.dropdown-wrapper>li>a {
    font-family: "Poppins",serif;
    font-weight: bold;
    font-size: 18px;
    color: #0069ba;
}
.custom-header-menu .hs-menu-wrapper>ul>li>ul>.dropdown-wrapper>li>a:hover {
    opacity: 0.85;
}

.custom-header-menu .hs-menu-wrapper>ul>li:first-child>ul>.dropdown-wrapper>li {
    width: 50% !important;
}

.custom-header-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>.dropdown-wrapper>li {
    width: 50% !important;
    margin-bottom: 0;
    padding: 10px 15px 12px;
}

.custom-header-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>.dropdown-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.custom-header-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>.dropdown-wrapper>li>a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 30%;
    height: 100%;

    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
}
.custom-header-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>.dropdown-wrapper>li>a:hover:before {
 
}
.custom-header-menu .hs-menu-wrapper>ul>li:nth-child(5)>ul>.dropdown-wrapper>li:first-child {
    padding-left: 0;
}

.custom-header-menu .hs-menu-wrapper>ul>li:nth-child(5)>ul>.dropdown-wrapper>li:nth-child(2) {
    position: relative;
    left: -11px;
}
.custom-header-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>.dropdown-wrapper>li>a {
    position: relative;
    overflow:hidden;
}

.custom-header-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>.dropdown-wrapper>li>a:hover:before {
    -webkit-animation: shine .75s;
    -moz-animation: shine .75s;
    -ms-animation: shine .75s;
    -o-animation: shine .75s;
    animation: shine .75s;
    
}
/* Animation begin */
@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@-moz-keyframes shine {
    100% {
        left: 125%
    }
}

@-ms-keyframes shine {
    100% {
        left: 125%
    }
}

@-o-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}
/* Animation End */





button#responsive-menu-pro-button {
    width: 50px;
    height: 78px;
    position: fixed;
    top: 0px;
    right: 0%;
    /* vertical-align: middle; */
    display: inline-block;
    transition: transform 0.5s, background-color 0.5s;
    background: #000000;
    border: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    text-transform: none;
    cursor: pointer;
    padding: 0 0;
    overflow: hidden;
    outline: none;
    z-index: 99999;
    text-align: center;
}

.responsive-menu-pro-label {
    color: rgba(255, 255, 255, 1);
    font-size: 9px;
    line-height: 20px;
    font-weight: 600;
    vertical-align: middle;
}

button#responsive-menu-pro-button .responsive-menu-pro-box {
    color: #ffffff;
}

.responsive-menu-pro-box {
    width: 25px;
    height: 19px;
    display: inline-block;
    position: relative;
}

.responsive-menu-pro-spin .responsive-menu-pro-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.responsive-menu-pro-spin .responsive-menu-pro-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.responsive-menu-pro-inner::after {
    bottom: -8px;
}

.responsive-menu-pro-inner::before,
.responsive-menu-pro-inner::after {
    content: "";
    display: block;
}

.responsive-menu-pro-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}

.responsive-menu-pro-inner,
.responsive-menu-pro-inner::before,
.responsive-menu-pro-inner::after {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.responsive-menu-pro-inner::after {
    bottom: -8px;
}

.responsive-menu-pro-inner::before {
    top: -8px;
}

span.responsive-menu-pro-button-text-open {
    display: none;
}
.mobile-open .responsive-menu-pro-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-open .responsive-menu-pro-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.mobile-open .responsive-menu-pro-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
 .responsive-menu-pro-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.responsive-menu-pro-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.responsive-menu-pro-label.responsive-menu-pro-label-top,
.responsive-menu-pro-label.responsive-menu-pro-label-bottom {
    display: block;
    margin: 0 auto;
}
button#responsive-menu-pro-button:hover {
    background: rgba(0, 119, 199, 1);
}
div#responsive-menu-pro-search-box input.responsive-menu-pro-search-box::-webkit-input-placeholder {
  color:#000;
  opacity:1;
}
div#responsive-menu-pro-search-box input.responsive-menu-pro-search-box:-moz-placeholder {
  color:#000;
  opacity:1;
} 
div#responsive-menu-pro-search-box input.responsive-menu-pro-search-box::-moz-placeholder {
  color:#000;
  opacity:1;
} 
div#responsive-menu-pro-search-box input.responsive-menu-pro-search-box:-ms-input-placeholder {
  color:#000;
  opacity:1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    background-color: rgba(101, 196, 0, 1);
    color: #ffffff;
    border-color: rgba(0, 0, 0, 1); 
}

.custom-header-menu .hs-menu-wrapper>ul>li:last-child>a {
    cursor: text;
}
.custom-header-menu .hs-menu-wrapper>ul>li>ul {
  display: block;
  width: 100% !important;
  padding: 0 15px;
  transform: translateY(20%);
  transition: all 0.4s ease !important;
}
.custom-header-menu .hs-menu-wrapper>ul>li:hover>ul {
  transform: translateY(0);
}


.featured-wrapper .slick-arrow {
    opacity: 0;
    transition: all 0.4s;
}
.featured-wrapper:hover .slick-disabled {
   

    opacity: 0.3 !important;
    cursor: not-allowed;
}
.featured-wrapper:hover .slick-arrow {
    opacity: 1;
}
.mobile-open span.responsive-menu-pro-button-text-open {
    display: block;
}

.mobile-open span.responsive-menu-pro-button-text {
    display: none;
}

/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */

.custom-mobile-menu-wrapper {
    background: rgba(0, 119, 199, 1);
}

.custom-phone {
    background-color: rgba(0, 0, 0, 1);
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    padding: 25px 5%;
}
.custom-phone:hover {
    background-color: #212121;
    color: rgba(101, 196, 0, 1);
}
.custom-mobile-menu-main-wrapper {
  width: 75% !important;
  left: 0;
  background: rgba(0, 0, 0, 1);
  transition: transform 0.5s;
  text-align: left;
  font-family: 'Poppins';
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  outline: 1px solid transparent;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(-100%); 
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%); 
  -moz-transform: translateX(-100%); 
  z-index: 9994;        
}

.mobile-open .custom-mobile-menu-main-wrapper { 
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}
.custom-phone p {
    margin: 0;
}
.custom-menu-logo p {
    margin: 0;
}
.custom-menu-logo p img {
    max-width: 250px;
/*     min-height: 48px; */
}

.custom-menu-logo {
    padding: 25px 5%;
}

div#responsive-menu-pro-search-box {
    padding: 25px 5%;
}
div#responsive-menu-pro-search-box  input.responsive-menu-pro-search-box {
  width: 100%;
  padding: 0 2%;
  border-radius: 2px;
  height: 50px;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 1);
  border: 2px solid rgba(219, 219, 219, 0);
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  line-height: 28px;
  font-family: Poppins, sans-serif;
}


input[type="search" i]::-webkit-search-cancel-button {
  visibility: hidden;
}
div#search-3 .searchform input[type=text] {
    font-size: 12px;
    color: #999;
  outline:none;
}

/* =============== Custom Menu Primary =============== */
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 0 5%;
  position: relative;
  line-height: 40px;
  border-bottom: 1px solid #212121;
  color: #ffffff;
  background-color: #212121;
  height: 40px;
  font-size: 15px;
  border-top: 1px solid #212121;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #ffffff;
    background-color: rgba(0, 119, 199, 1);
    border-color: rgba(0, 119, 199, 1);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.HOME>a {}
.custom-menu-primary .hs-menu-wrapper > ul > li.HOME>a:before {
    content: "\e021";
}
.custom-menu-primary .hs-menu-wrapper > ul > li.SHOP>a:before {
    content: "\e116";
}
.custom-menu-primary .hs-menu-wrapper > ul > li.STARTER.PACKS>a:before {
    content: "\e041";
}
.custom-menu-primary .hs-menu-wrapper > ul > li.STARTER.PACKS>a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li.HOME>a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li.SHOP>a:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #212121;
    color: #ffffff;
    padding: 0 5%;
    background-color: rgba(43, 43, 43, 1);
    padding-left: 10%;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    font-size: 13px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #ffffff;
    background-color: rgba(101, 196, 0, 1);
    border-color: #212121;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{

}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */

    .custom-menu-primary .hs-menu-wrapper { 
        display:block !important;
    }



/* =============== Mobile Toggle Menu =============== */





  /* Menu Reset */
  

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 6px 0 !important;
    border-left: 0;
    text-align: center;
    border-left: 1px solid transparent;
    color: #fff;
  }
.child-trigger:hover {
   color: #ffffff;
  border-color: #3f3f3f;
  background-color: #3f3f3f;
}
.child-trigger-child-open{
   color: #ffffff;
  border-color: #3f3f3f;
  background-color: #3f3f3f;
}

  .child-trigger:after {
    content: "▼";
  }

  .child-trigger i {
    display: none;
  }
  .child-trigger.child-open:after {
    content: "▲";
  }
.custom-menu-primary .hs-menu-wrapper > ul > li:hover .child-trigger {
    border-color: #3f3f3f;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover .child-trigger.child-open{
      color: #ffffff;
  border-color: #3f3f3f;
  background-color: #3f3f3f;
}
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none; 
  } 



  



/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */
.no-nav.nav-links>div {
    width: 100%;
    float: none;
}

.blog-pagination a {
    margin-right: 10px;
}
.blog-listing-wrapper .post-listing .post-item {
    width: 33.33%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.post-item-inner {
    width: 100%;
    padding: 0;
}

.blog-post-inner-content {
    margin-bottom: 50px;
}

.hs-featured-image-wrapper a {
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
}

.hs-featured-image-wrapper img {
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.hs-featured-image-wrapper a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.post-header h2 {
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 5px;
    font-family: "Poppins",serif;
    color: #000;
}

.post-header h2 a {
    color: #000;
}

.post-header h2 a:hover {
    color: #8cd657;
}
.entry-post-meta {
    margin-bottom: 15px;
    color: #999;
    font-size: 12px;
}

.entry-post-meta a {
    color: #999;
}

.entry-post-meta a:hover {
    color: #8cd657;
}

.entry-post-meta>span:after {
    content: '/';
    padding-left: 8px;
    padding-right: 4px;
}

.entry-post-meta>span:last-child:after {
    content: "";
}

.section.post-header h1 {
    font-size: 24px;
    line-height: 36px;
    text-transform: none;
    margin-bottom: 10px;
}

.entry-meta-post {
    color: #999;
    font-size: 14px;
    line-height: 28px;
}

.entry-meta-post a {
    color: #999;
}
span.custom_listing_comments a:before {
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.entry-meta-post>span+span {
    margin-left: 20px;
}

.entry-meta-post .cat-links:after {
    content: "-";
    margin-left: 7px;
    margin-right: -13px;
}

.entry-meta-post a:hover {
    color: #000;
}

.share-it {
    margin: 50px 0 50px;
}

.share-it ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.share-it .social_icons li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.share-it .social_icons li.facebook {
    background: #516eab;
}

.share-it .social_icons li a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 18px;
    line-height: 40px;
    font-size: 14px;
}

.share-it .social_icons li a i {
    margin-right: 10px;
}

.share-it .social_icons li.facebook:hover {
    background-color: #244872;
}

.share-it .social_icons li.linkedin {
    background: #007BB6;
}

.share-it .social_icons li a .count {
    margin-left: 30px;
}

.share-it .social_icons li.linkedin:hover {
    background-color: #005983;
}

.nav-links {
  position: relative;
  font-size: 14px;
  line-height: 28px;
}

.nav-links>div {
    width: 50%;
    text-align: center;
    float: left;
    padding: 15px;
}

.nav-links>div a .meta-nav {
    display: block;
    color: #999;
}

.nav-links {
    border: 1px solid #ebebeb;
    margin-bottom: 50px;
}
.nav-links  span.meta-title {
    color: #8cd657;
}

.nav-links>div+div:before {
    content: '';
    height: 100%;
    left: 50%;
    top: 0;
    display: block;
    width: 0;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    position: absolute;
}
.nav-links>div a:hover .meta-title {
    color: #000;
}

.nav-links>div a {
    display: block;
}

.nav-links>div a:hover .meta-nav {
    color: #666;
}
.post-single-heading {
    font-size: 12px;
    border-bottom: 4px solid #f6f6f6;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 0.025em;
    font-weight: 600;
    text-transform: uppercase;
}

.post-single-heading span {
    position: relative;
    display: inline-block;
}

.post-single-heading span:before {
    position: absolute;
    bottom: -14px;
    width: 100%;
    height: 4px;
    left: 0;
    content: '';
    background: #000;
}
.blog .blog-sidebar h3 {
    font-size: 12px;
    border-bottom: 4px solid #f6f6f6;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 0.025em;
    font-weight: 600;
}

.blog .blog-sidebar h3 span {
    position: relative;
    display: inline-block;
}

.blog .blog-sidebar h3 span:before {
    position: absolute;
    bottom: -14px;
    width: 100%;
    height: 4px;
    left: 0;
    content: '';
    background: #000;
}
.custom-category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-category ul li a {
    color: #666;
}

.custom-category ul li {
   
}

span.filter-link-count {
    display: none;
}

.blog-sidebar {
    padding-left: 20px;
}

.blog .blog-sidebar h3 {
    text-transform: uppercase;
}

.custom-category ul li a:hover {
    color: #000;
}

.blog .blog-sidebar .widget-span {
    margin-bottom: 50px;
}

.most-popular ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.most-popular ul li {
    margin-bottom: 20px;
}

.most-popular ul li a.pop-list-thumb {
    float: left;
    width: 100px;
    margin-right: 20px;
}

.content-pop {
    overflow: hidden;
    line-height: 24px;
}

.content-pop a.title-link {
    font-size: 14px;
    margin-bottom: 1px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    margin-top: -4px;
    display: block;
}

.content-pop .post-meta {
    color: #999;
    font-size: 12px;
    line-height: normal;
}

a.author-link {}

.post-meta a {
    color: #999;
}

.most-popular span.custom_listing_comments a:before {
    display: none;
}
.content-pop a.title-link:hover {
    color: #8cd657;
}

span.screen-reader-text {
    display: none;
}

.post-meta a:hover {
    color: #8cd657;
}
.custom-recent ul {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: my-badass-counter;
}

.custom-recent ul li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.custom-recent ul li a {}

.custom-recent ul li .content {
    position: relative;
    padding-left: 55px;
}

.custom-recent .content:before {
    content: counter(my-badass-counter,decimal-leading-zero);
    counter-increment: my-badass-counter;
    left: 0;
    position: absolute;
    top: 6px;
    color: #ed8b5c;
    font-size: 30px;
    font-family: "Roboto Slab",serif;
    font-weight: bold;
    color: #8cd657;
  
}
.custom-recent ul li a:hover {
    color: #8cd657;
}
.custom-recent ul li a {
    margin-top: -4px;
    display: block;
    margin-bottom: 10px;
    line-height: 24px;
    color: #000;
    font-size: 13px;
    font-weight: inherit;
}




.featured-status-publish {
    position: relative;
}

a.featured-post-link:before {}

a.featured-post-link {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

a.featured-post-link:before {
    content: '';
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    background: rgba(0,0,0,0.4);
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
a.featured-post-link:hover:before{
    background: rgba(0,0,0,0.6);
}

.featured-post-content {
    position: absolute;
    bottom: 20px;
    left: 25px;
    right: 25px;
    z-index: 15;
    color: #fff;
}

span.featured-cat-links {
    display: block;
    border-bottom: 4px solid rgba(255,255,255,0.2);
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 0 6px 5px;
    font-size: 12px;
    /* color: #fff; */
}

span.featured-cat-links a {
    color: #fff;
}

.featured-post-content h4 {
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    text-transform: none;
    margin: 0;
    padding: 0 6px;
    font-weight: 500;
}

.featured-wrapper .slick-prev:before {
    content: "\f104";
}

.featured-wrapper .slick-prev:before, .featured-wrapper .slick-next:before {
    font-family: FontAwesome !important;
    opacity: 1 !important;
    color: #fff !important;
    font-size: 30px !important;
}

ul.slick-dots {}

.featured-wrapper .slick-next {
    right: 0 !important;
    background-color: transparent;
}

.featured-wrapper .slick-next:before {
    content: "\f105";
}
.featured-wrapper .slick-prev:before {
      content: "\f104";
}
.slick-prev, .slick-next {
    /* font-size: 20px !important; */
}

.featured-wrapper .slick-next {
    height: 40px;
    width: 40px;
    line-height: 38px;
    display: inline-block;
    position: absolute;
    right: 20px !important;
}

.featured-wrapper .slick-prev {
  height: 40px;
  width: 40px;
  line-height: 38px;
  display: inline-block;
  position: absolute;
  left: 20px !important;
  z-index: 99;
}
.slick-prev:before {}



/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  /* max-height: 170px; */
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  float: none;
  margin: 0;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}




/* Blog Commments */

#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}


.comment.depth-0 {
  border-bottom: 1px solid #ccc !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  text-align: left !important;
}
#comment-form{
   display: block;
   margin: 15px 0;
   padding: 15px;
       
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */

.body-container .hs_cos_wrapper_type_password_prompt, 
.body-container .hs_cos_wrapper_type_email_simple_subscription,
.body-container .hs_cos_wrapper_type_form,
.body-container .hs_cos_wrapper_type_blog_subscribe,
.body-container .widget-type-google_search,
.body-container .hs-search-field__bar{
  display: block;
  margin-bottom: 25px;
  max-width: 600px;
}
input[type="search"]{
  -webkit-appearance: none;
}
ul.hs-error-msgs.inputs-list {
    margin: -12px 0 5px;
    padding: 0;
    list-style: none;
    color: red;
}


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  border: 1px solid #ebebeb;
  color: #999;
  padding: 5px 12px;

  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%;
  font-family: "Poppins",sans-serif;
  line-height: 28px;
  /* color: #3b3e43; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
  font-size:14px;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: #999;
  outline: 0;
  color: #999;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 2px solid transparent;
    display: inline-block;
    line-height: 1.42857;
    /* padding: 9px 26px 7px; */
    font-weight: bold;
    /* font-size: 14px; */
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-family: "Poppins",sans-serif;
    padding: 11px 60px 9px;
    background: none;
    color: #000000;
    border-color: #000000;
    /* -webkit-appearance: button; */
    cursor: pointer;
    font-size: 12px;
    outline:none;
    white-space:normal !important;
    margin-top:10px;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  border-color: #8cd657;
  background-color: #8cd657;
  color: #fff;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {}



/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

.hs_recaptcha {
  margin:0 0 15px;
}
.custom-header-lp .mobile-trigger{
  display:none !important;
}
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 100% !important;
}
.custom-footer-menu .hs-menu-wrapper>ul:after {
    display: table;
    clear: both;
    content: "";
}
.custom-header-inner {
    background-color: #000000;
}
.custom-logo img {
    max-width: 200px;
}
.custom-logo {
    padding-top: 35px;
}

.custom-header-lp .custom-logo {
    padding-bottom: 47px !important;
}
.custom-header-lp button#responsive-menu-pro-button{
  display:none !important;
}

/* Styles that do not fit into any of the available sections above can go here. */
@media (min-width: 992px) {
  .sticky-header .custom-header-inner {
    position: fixed !important;
    /* width: 100%; */
    top: -120px;
    z-index: 1001;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    left: 0;
    right: 0;
    width: 100% !important;
  }

  .scroll-header .sticky-header .custom-header-inner {
    top: 0;
  }
  
}


.featured-status-publish.no {
min-height: 233px;
}
.post-listing.clearfix {
    margin: 0 -15px !important;
}


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1299px) {
  .container-fluid .row-fluid .page-center{
    max-width:1170px;
  }
  .custom-header-menu .hs-menu-wrapper>ul {
    padding-right: 49px;
  }

  .hs-right-link-wrapper ul {
    margin: -1px 0 0 -51px;
  }
  
}

@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center{
    max-width:970px;
  }
  .custom-header-menu .hs-menu-wrapper>ul>li>a {
    padding: 0 1px;
  }
  
}

@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center{
    max-width:750px;
  }
  .header-container.container-fluid .row-fluid .page-center {
    max-width: 100%;
  }
  .custom-logo {
    padding-top: 20px;
  }

  .custom-logo img {
    max-width: 190px;
  }
  .custom-header-menu-wrapper {
    display: none !important;
  }
  .shopping-bag-cart>a i {
    background-color: transparent;
    color: #8cd657;
    right: 54px;
    font-size: 18px;
    line-height: 28px;
    top: 39px;
    left: auto;
  }


  li.shopping-bag.shopping-bag-wishlist,li.header-wc-myaccount {
    display: none !important;
  }

  .custom-header-right-wrapper {
    width: 100% !important;
    margin: 0 !important;
    height: 0 !important;
  }

  .custom-logo {
    width: 100% !important;
    margin: 0 !important;
    padding-bottom: 21px;
  }

  .hs-right-link-wrapper ul li {
    height: auto;
    line-height: normal;
    position: static;
  }

  .hs-right-link-wrapper ul {
    margin: 0;
  }
  button#responsive-menu-pro-button{
   
  }
  .sticky-header.custom-header-wrapper{
    display:none !important;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog .blog-content {
    width: 100% !important;
    margin: 0 !important;
  }

  .blog .blog-sidebar {
    width: 100% !important;
    margin: 80px 0 0!important;
    padding-left: 0;
  }
  .custom-header-lp .custom-logo {
    padding-bottom: 19px !important;
  }
    .featured-status-publish.no {
    min-height: 1px;
    padding-bottom: 66%;
  }
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {

  
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .body-container .hs_cos_wrapper_type_password_prompt, 
  .body-container .hs_cos_wrapper_type_email_simple_subscription,
  .body-container .hs_cos_wrapper_type_form,
  .body-container .hs_cos_wrapper_type_blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .hs-search-field__bar{
    max-width: 100%;
  }
  .hs-author-social-section {
    margin-top: 10px;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }
  
}  
@media (max-width: 600px) {
  .nav-links>div {
      width: 100%;
  }

  .nav-links>div+div:before {
      left: 0;
      position: absolute;
      top: 50%;
      width: 100%;
      height: 0;
      border-left: none;
  }

}

@media (max-width: 500px) {
.blog-listing-wrapper .post-listing .post-item {
  width: 100%;
  float: none;
  padding-left:0;
  padding-right:0;
  }
  .share-it .social_icons li a {
    padding: 0 10px;
  }

  .share-it .social_icons li {
    margin-right: 10px;
  }
  .post-listing.clearfix {
    margin: 0 !important;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
.hs_recaptcha {
  width: 220px !important;
  overflow-x: auto;
  overflow-y: hidden;
}
  .shopping-bag-cart>a i{
    margin-right:0;
  }
}
@media (max-width: 390px) {
  .custom-menu-logo p img {
    max-width: 100%;
  }
}
