/* ==========================================================================
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 =============== */

@import url('//fonts.googleapis.com/css?family=Roboto:400,500,700');

@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body{

  font-family: Arial, Helvetica, sans-serif;  
  color: #666;
  font-size: 14px;
  line-height: 26px;
  background-color: #fff;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1024px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}


/* =============== 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 {
  font-weight: 600;  
  line-height: 1.1;
  color: inherit;
  font-family: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  margin-top: 0;
}
h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}
h5 {}
h6 {}

/* Anchor Links */
a {
  color: #666;
  text-decoration: none;
}


a:hover {
  color: #c26d07;
}

/* Lists */
ul,ol{
  margin: 0;
  padding-left: 20px;
}
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-group {
  background-color: #232f3e;
}

.widget-type-custom_widget.track-order {
  width: 58.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.header-top .row-fluid .page-center > div > div.row-fluid {
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.widget-type-custom_widget.currency-wrapper {
  display: inline-block;
  text-align: right;
  margin-left: 0;
  padding-right: 15px;
  padding-left: 15px;
}


.track-order figure {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  clear: both;
}

.currency-wrapper ul {
  list-style: none;
  vertical-align: top;
  padding: 0;
  clear: both;
}

.currency-wrapper ul.top-link>li .btn-group {
  display: inline;
  line-height: 40px;
  padding: 12px 0;
  position: relative;

  font-size: 12px;
}

.currency-wrapper .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-out;
  padding: 10px 20px;
  min-width: 120px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  right: 0;
  left: auto;
  border-radius: 0;
  position: absolute;
  font-size: 12px;
  background: #fff;
  margin-top: 0;
}

.currency-wrapper ul.top-link>li .btn-group .btn-link {
  font-weight: 400;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: button;
  cursor: pointer;
  padding: 0;
  border: none;
  color: #fff;
  text-align: left;
  background: 0 0;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.currency-wrapper .pull-left {
  float: none;
}

.currency-wrapper .dropdown-menu > li.btn-block {
  padding: 5px 0;
  line-height: 22px;
  color: #495057;
}

.currency-wrapper .dropdown-menu > li .btn-block {
  padding: 5px 0;
  line-height: 22px;
  color: #495057;
  border: none;
  background: 0 0;
  text-align: left;
  font-size: 12px;
}
.header-top {
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.site-header {
  margin: 29px 0 22px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) {
  margin-right: 30px;
  width: auto;
}

.widget-type-custom_widget.custom-menu-primary {
  padding-left: 15px;
  float: left;
  margin-left: 0;
}

.widget-type-custom_widget.site-logo {
  padding-right: 15px;
  padding-left: 15px;
}

.site-header.desktop .row-fluid .page-center > div > div.row-fluid {
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.widget-type-custom_widget.contact-icon-wrapper {
  margin-left: 0;
  padding-top: 9px;
  padding-right: 15px;
  float: right;
}

.contact-icon-wrapper .telephone {
  float: right;
}

.contact-icon-wrapper .signin-w {
  float: right;
  color: #fff;
}

.contact-icon-wrapper .telephone > ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.contact-icon-wrapper .telephone > ul > li {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  margin-left: 18px;
  padding-right: 0;
}

.contact-icon-wrapper .telephone > ul li a {
  color: #fff;
  text-transform: capitalize;
}

.contact-icon-wrapper .telephone > ul li:after {
  background-color: rgba(255,255,255,.4);
  content: "";
  height: 11px;
  position: absolute;
  left: 0;
  top: 9px;
  width: 1px;
}

.contact-icon-wrapper .telephone > ul li a i {
  margin-right: 5px;
}

.contact-icon-wrapper .signin-w > ul {
  list-style-type: none;
}

.contact-icon-wrapper .signin-w > ul li a {
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a .labelhot {
  width: 50px;
  height: 21px;
  position: absolute;
  top: -15px;
  background: url(//cdn2.hubspot.net/hubfs/2705724/Miami_Stainless_April2019/Images/hot-item.png) no-repeat top center;
  font-size: 0;
  left: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a strong .description {
  font-size: 11px;
  opacity: .9;
  display: block;
  padding-top: 1px;
}

.custom-menu-primary .hs-menu-wrapper> ul > li:nth-child(5) > a .caret {
  margin-left: -8px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > a .labelhot {
  top: -8px;
  right: 2px;
  left: auto;
  background: url(//cdn2.hubspot.net/hubfs/2705724/Miami_Stainless_April2019/Images/new-icon.png) no-repeat top center;
}


.contact-icon-wrapper .signin-w > ul > li a:hover {
  color: #f7951e;
}
.widget-type-custom_widget.all-cate-icon-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}
.widget-type-custom_widget.all-cate-icon-wrapper > div{
  position: relative;

}

.megamenuToogle-pattern .container {
  background-color: #f7951e;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
  padding: 0 0 0 20px!important;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  cursor: pointer;
}

.megamenuToogle-pattern .container > div {
  float: left;
  padding-top: 11px;
  margin: 0 9px 0 0;
}

.megamenuToogle-pattern .container > div > span {
  display: block;
  width: 15px;
  height: 3px;
  margin-top: 2px;
  background: #fff;
}

.megamenuToogle-pattern .container:after {
  font-family: fontawesome;
  content: "\f107";
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 0;
  font-weight: 400;
}

.header-category .row-fluid .page-center > div > div.row-fluid {
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

/* Header Category Search */

.widget-type-custom_widget.all-cate-icon-wrapper {
  width: 16.66666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.megamenuToogle-pattern .container {
  background-color: #f7951e;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
  padding: 0 0 0 20px!important;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}

.megamenuToogle-pattern .container > div {
  float: left;
  padding-top: 11px;
  margin: 0 9px 0 0;
}

.megamenuToogle-pattern .container > div > span {
  display: block;
  width: 15px;
  height: 3px;
  margin-top: 2px;
  background: #fff;
}

.megamenuToogle-pattern .container:after {
  font-family: fontawesome;
  content: "\f107";
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 0;
  font-weight: 400;
}

.header-category .row-fluid .page-center > div > div.row-fluid {
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.widget-type-custom_widget.category-search-wrapper {
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.widget-type-custom_widget.category-search-wrapper {
  width: 58.33333333%;
}

#sosearchpro.so-search {
  width: 100%;
  padding: 0;
}

#sosearchpro .search {
  position: relative;
  margin: 0;
  width: 100%;
  border-radius: 3px;
}

.category-search-wrapper .input-group {
  display: table;
  border-collapse: separate;
}

#sosearchpro .search .select_category {
  border: none;
  border-right: 1px solid #d7d7d7;
  background-color: #f5f5f5;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  width: 22%;
}

#sosearchpro .select_category {
  position: relative;
  display: table-cell;
  vertical-align: top;
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  background: #fff;
}

#sosearchpro .search .select_category select {
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 12px;
  padding: 0 15px;
}

#sosearchpro .select_category select {
  border: none;
  float: left;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.category-search-wrapper option {
  padding: 2px 5px;
  border-width: 1px;
}

.category-search-wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

#sosearchpro .chosen-container-single .chosen-single {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: 0 0;
  height: 40px;
  line-height: 40px;
}

.category-search-wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
}

.category-search-wrapper .chosen-container a {
  cursor: pointer;
}

.category-search-wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-search-wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

#sosearchpro .chosen-container-single .chosen-single div b {
  background-position: 2px 10px;
}

.category-search-wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(//cdn2.hubspot.net/hubfs/2705724/Miami_Stainless_April2019/Images/chosen-sprite.png) no-repeat 0 2px;
}

#sosearchpro .chosen-container .chosen-drop {
  border: 1px solid #e5e5e5;
}

.category-search-wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.category-search-wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  box-shadow: 0 4px 5px rgba(0,0,0,.15);
  clip: rect(0,0,0,0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.category-search-wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

#sosearchpro .search .chosen-container input {
  margin: 0;
  padding-left: 10px;
}

#sosearchpro .search input {
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 0;
  height: 40px;
  padding-left: 20px;
  font-size: 12px;
  width: 100%;
  background-color: #fff;
  color: #999;
  max-width: 100%;
}

#sosearchpro input.chosen-search-input {
  height: 23px!important;
  line-height: 23px;
  border: 1px solid #efefef!important;
}

#sosearchpro .search input {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

#sosearchpro .search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0 35px;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f7951e;
  border-color: #e5e5e5;
  display: inline-block;
  font-weight: 400;
  -webkit-appearance: button;
  border: 0;
  cursor: pointer;
}

#sosearchpro .search button i {
  font-size: 12px;
  color: #fff;
  margin: 0 5px;
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
}

#sosearchpro .chosen-container .chosen-results li {
  white-space: nowrap;
}
#sosearchpro .chosen-container .chosen-results li.result-selected,
#sosearchpro .chosen-container .chosen-results li:hover{
  background-color: #3875d7;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
  background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
  color: #fff;

}
#sosearchpro .chosen-container-single.open-dropdn .chosen-single div b{
  background-position: -13px 12px;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li {
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
}
.category-search-wrapper .chosen-container.open-dropdn .chosen-drop {
  clip: auto;
  clip-path: none;
}
.chosen-container-single .chosen-search input[type=text]{ 
  padding: 4px 20px 4px 5px;  
  background: url(//cdn2.hubspot.net/hubfs/2705724/Miami_Stainless_April2019/Images/chosen-sprite.png) no-repeat 100% -20px;  
  font-family: sans-serif;
}
.text-keyword{

  display: none; 
}
.icon-search.hidden-lg {
  display: none;
}
.icon-search.hidden-lg {
  display: none;
}
#sosearchpro .search button:hover {
  background-color: #da7b08;
}

/******/


.widget-type-custom_widget.refresh-icon-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}

.refresh-icon-wrapper .wishlist-comp {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: 20px;
  float: right;
}

.refresh-icon-wrapper .wishlist-comp li {
  width: 40px;
  height: 40px;
  list-style: none;
  float: left;
  padding-top: 8px;
  margin-left: 15px;
}
.refresh-icon-wrapper .wishlist-comp li a{
  display: inline-block; 
}
.refresh-icon-wrapper .wishlist-comp li a:hover i, .wishlist-comp li a.top-link-wishlist:hover::before{
  color: #c26d07; 
}

.refresh-icon-wrapper .wishlist-comp li i {
  font-size: 26px;
  color: #fff;
}

.wishlist-comp li a.top-link-wishlist:before {
  font-family: fontawesome;
  content: "\f004";
  font-size: 26px;
  color: #fff;
  display: block;
  text-indent: 0;
}

.wishlist-comp li a.top-link-wishlist {
  width: 36px;
  text-align: center;
  height: 32px;
  display: block;
  overflow: hidden;
}

.header-category {
  padding-bottom: 20px;
}
.header-container-wrapper {}
.header-container {}


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

.body-container-wrapper {}
.body-container {
  padding-top: 23px;
  padding-bottom: 30px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */
.copyright-wrapper {
  background-color: #232f3e;
  margin-top: 45px;
  padding: 15px 0;
}

.copyright p {
  color: #fff;
  text-align: center;
  margin: 0;
}

.payment-image {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}

.payment-image figure {
  margin: 0;
}

.widget-type-cell.information-wrapper, .widget-type-cell.customer-service-wrapper, .widget-type-cell.get-more-online-wrapper {
  margin-left: 0;
}

.widget-type-cell.my-account-wrapper {
  margin-left: 0;
}

.widget-type-custom_widget.footer-logo {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-logo figure {
  margin: 0; 
  margin-top: -3px;

}


.footer-logo figure ul li > a:hover {
  color: #666;
}

.footer-logo figure > img {
  width: 50%;
}

.footer-logo figure ul {
  margin-top: 20px;
  padding: 0;
  list-style-type: none;
}

.footer-logo figure ul li {
  background: url(//cdn2.hubspot.net/hubfs/2705724/Miami_Stainless_April2019/Images/icon-contact.png) no-repeat left top;
  font-size: 14px;
  line-height: 20px;
  list-style: outside none none;
  padding: 10px 10px 10px 40px;
  text-transform: capitalize;
}

.footer-logo figure ul li:first-child {
  background-position: left 14px;
}

.footer-logo figure ul li:nth-child(2) {
  background-position: left -55px;
}

.footer-logo figure ul li:last-child {
  background-position: left -100px;
}
.widget-type-cell.information-wrapper, .widget-type-cell.customer-service-wrapper, .widget-type-cell.get-more-online-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

.widget-type-cell.my-account-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

.common h3 {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 6px;
  margin-top: 0;
}

.common h3:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #f7951e;
}

.common .hs-menu-wrapper > ul > li > a {
  border: 0;
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

.common .hs-menu-wrapper > ul > li > a:before {
  font-family: fontawesome;
  content: "\f192";
  font-size: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.payment-image {
  margin-top: 1px;
}
.footer-form-wrapper {
  background-color: #232f3e;
  padding: 37px 0;
}

.widget-type-custom_widget.footer-form {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-form-wrapper .row-fluid .page-center > div > div.row-fluid {
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.widget-type-custom_widget.footer-social-icon-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
  text-align: right;
}

.social-icon > ul {
  margin-top: 25px;
  padding-left: 0;
  list-style-type: none;
}

.social-icon > ul > li {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  margin-left: 18px;
}

.social-icon > ul > li > a {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}
.social-icon > ul > li > a:hover{

  color: #f7951e;
}

.social-icon > ul > li > a i {
  display: inline-block;
  font-size: 16px;
  margin-right: 4px;
  line-height: 1;
  font-family: FontAwesome;
}

.social-icon > ul > li:before {
  background: rgba(255,255,255,.5) none repeat scroll 0 0;
  content: "";
  height: 10px;
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
}

.social-icon > ul > li.facebook:before {
  display: none;
}
.Newsletter-form .title-block {
  position: relative;
  color: #fff;
  float: left;
  width: 40%;
  padding-left: 70px;
  margin-top: 17px;
}

.footer-form .title-block:before {
  font-family: fontawesome;
  content: "\f1d9";
  font-size: 40px;
  position: absolute;
  top: 5px;
  left: 0;
}

.Newsletter-form .title-block .page-heading {
  font-size: 2.2rem;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.Newsletter-form .promotext {
  font-size: 14px; 
}

.block_content {
  float: left;
  width: 60%;
}

.block_content h3.form-title {
  display: none;
}

.block_content form {
  display: block;
  margin-top: 11px;
  padding-left: 45px;
  margin-bottom: 15px;
  position: relative;
}



.footer-form .block_content .hs-form-required {
  display: none;
}

.footer-form .block_content input[type=email] {
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  border: none;
  background-color: #fff;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  transition: all .3s ease;
  font-size: 1.2rem;
  border-radius: 3px;
  color: #3d3d3d;

}

.footer-form .block_content input[type=submit] {
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 17px;
  text-transform: capitalize;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f7951e;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-family: inherit;
  -webkit-appearance: button;
  margin-top: 0;
  margin-bottom: 0;
}
.footer-form .block_content input[type=submit]:hover{
  background-color: #da7b08; 
}

.footer-form .block_content .hs-submit {
  position: absolute;
  top: 0;
  right: 0;
}


.main-footer .row-fluid .page-center > div > div.row-fluid {
  padding-top: 58px;
}


.footer-form .hs_error_rollup {
  display: none;
}
.footer-form .submitted-message {
  background-color: #4caf50;
  clear: both;
  position: relative;
  padding: 18px 40px 18px 75px;
  z-index: 30;
  color: #fff;
  border-radius: 0;
  min-height: 60px;
  box-sizing: border-box;
  border: none;
  font-weight: 600;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}
.footer-container-wrapper {}
.footer-container {}


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


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul{
  float: left;
}
.currency-wrapper .dropdown-menu > li {
  line-height: 22px;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  line-height: 100%;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 15px 0;
  height: auto;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a strong {
  font-weight: 600;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a .labelhot {
  width: 50px;
  height: 21px;
  position: absolute;
  top: -15px;
  background: url(//cdn2.hubspot.net/hubfs/2705724/Miami_Stainless_April2019/Images/hot-item.png) no-repeat top center;
  font-size: 0;
  left: 0;
}
.custom-menu-primary .hs-menu-wrapper ul li.active a,
.custom-menu-primary .hs-menu-wrapper ul > li > a:hover{ 
  color: #f7951e; 
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:first-child{
  padding-left: 0; 
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
  padding: 30px 30px 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
  width: 100%;
  display: block !important;
  right: auto!important;  
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);  
  border-radius: 2px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) ul{
  padding-bottom: 56px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) ul{
  padding-bottom: 40px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:nth-child(2) {
  padding-left: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:nth-child(3) {
  padding-left: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: static;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li i {
  padding-right: 12px;
  padding-left: 5px;
  font-size: 15px;
  display: inline-block; 
  color: #888;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  display: inline-block !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #c26d07;
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.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, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .header-group-mobile{
    display: none !important; 
  }
  .categories-menu .hs-menu-wrapper ul ul ul {
    pointer-events: none;
  }
  .categories-menu .hs-menu-wrapper ul li:hover ul ul {
    pointer-events: all;
  }


  .categories-menu .hs-menu-wrapper > ul > li:nth-child(2) > a strong, .categories-menu .hs-menu-wrapper > ul > li:nth-child(3) > a strong {
    vertical-align: super;
  }
}


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

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 991px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    position: absolute;
    top: 9px;
    right: 15px;
    width: auto;
    background: #ffffff;
    font-size: 16px;
    margin: 0;
    height: 20px;
    color: #fff;
    border-radius: 4px;
    background-color: transparent;
    border: none;
    float: right;
    cursor: pointer;
    padding: 0;
  }

  .mobile-trigger span {
    background: #fff;
    width: 20px;
    height: 2px;
    margin: 4px 0;
    border-radius: 0;
    display: block;
  }


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

  .child-trigger{  
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 31px !important;
    min-width: 31px !important;
    height: 30px !important;
    padding: 0 !important;
    z-index: 23;
  }
  .custom-menu-primary-mobile .hs-menu-wrapper > ul > li.hs-item-has-children .child-trigger:before {
    padding: 0!important;
    background: #666;
    border: 1px solid #6a6d71;
    width: 30px;
    line-height: 29px;
    height: 31px;
    display: inline-block;
    text-align: center;
    left: auto;
    content: "\f067";
    font-family: FontAwesome;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 10;
    color: #fff;
    font-size: 14px;
  }
  .custom-menu-primary-mobile .hs-menu-wrapper > ul > li.hs-item-has-children .child-trigger.child-open:before{
    content: "\f068";
  }
  .category-menu-mobile .hs-menu-wrapper > ul > li.hs-item-has-children .child-trigger:before{
    padding: 0!important;
    background: #666;
    border: 1px solid #6a6d71;
    width: 30px;
    line-height: 29px;
    height: 30px;
    display: inline-block;
    text-align: center;
    left: auto;
    content: "\f067";
    font-family: FontAwesome;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 10;    
    color: #ddd;
    font-size: 14px; 
  }
  .category-menu-mobile .hs-menu-wrapper > ul > li.hs-item-has-children .child-trigger:hover:before{
    color: #fff; 
  }
  .category-menu-mobile .hs-menu-wrapper > ul > li.hs-item-has-children .child-trigger.child-open:before{
    content: "\f068";
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
  }

  /* Level 1 and Higher Menu List Styles */
  .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{
  }

  /* Level 2 and Higher Menu List Styles */
  .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{

  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
  }


  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: static;
    visibility: visible;
    opacity: 1;
    display: none;
  }


}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== 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: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* 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 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* 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                                        
========================================================================== */


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

.form-title {
  font-size: 30px;
  color: rgb(51, 51, 51);
}

.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-error-msgs li {
  list-style: none;
}
.hs-error-msgs label {
  color: #fff;
  display: inline-block;
  background-color: #a94442;
  padding: 0 5px;
  margin: 5px 0;
  border-radius: 3px;
  font-size: 11px;
}

.hs-input.invalid.error {
  border-color: #c87872;
}

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

  margin-bottom: 15px;
}

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

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

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  max-width: 500px;
  -webkit-appearance: none;
  border-radius: 3px;
  background-color: #eee;
  border: none;
  color: #3d3d3d;
  padding: 9px;
  font-size: 1.2rem;
  transition: all .3s ease;
  height: 38px;
  display: block;
  width: 100%;
  line-height: 1.42857143;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  background-color: #e9e9e9;
}

/* 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 {
  color: #999;
  opacity: 1;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #999;
  opacity: 1;
} /* Firefox 18- */
::-moz-placeholder {
  color:#999;
  opacity: 1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #999;
  opacity: 1;
} /* 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) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background: #999;
  border-radius: 0;
  text-transform: uppercase;
  padding: 9px 20px;
  color: #fff;
  border: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin-top: 15px;
  margin-bottom: 15px;
  outline: none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {

  background: #495057;
  border-color: #495057;
}

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

  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}


/* =============== 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                                      
========================================================================== */

.blog .body-container-wrapper > div {
    background-color: #d4d5d6;
    padding: 0;
}
.blog .body-container-wrapper > div .page-center {
    padding: 20px 10px;
    max-width: 960px !important;
    width: 100% !important;
    background: #fff;
}


.categories-menu {
  position: absolute;
  width: 100% !important;
  top: 60px;
  transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -webkit-transition: all .2s ease-in-out 0s;
  left: -6px;
  visibility: hidden;
  opacity: 0;
}
.category-hovered .categories-menu {
  visibility: visible;
  opacity: 1;
  top: 40px;    
  transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -webkit-transition: all .2s ease-in-out 0s;
}

.categories-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.categories-menu ul > li {
  display: block;
  float: none!important;
  width: auto;
  background: 0 0;
  position: relative;
}
.categories-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children{
  position: relative;
}
.categories-menu .hs-menu-wrapper > ul > li > a strong{
  font-weight: 400;
}
.categories-menu .hs-menu-wrapper > ul > li > a b.fa {
  margin-top: 3px;
  float: right;
  padding-right: 12px;
  padding-left: 5px;
  font-size: 15px;
}

.categories-menu .hs-menu-wrapper > ul > li > a b:before {
  content: "\f105";
}
.categories-menu .hs-menu-wrapper > ul > li > a strong img {
  height: auto;
  margin-right: 10px;
}
.categories-menu .hs-menu-wrapper > ul > li > a strong img {
  height: auto;
  margin-right: 10px;
}

.categories-menu .hs-menu-wrapper > ul > li:hover {
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.categories-menu .hs-menu-wrapper > ul > li:hover a {
  color: #f7951e;
}

.categories-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {

  width: 700px;
  left: 100%!important;
  top: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.categories-menu .hs-menu-wrapper ul ul ul li a:hover{
  color: #f7951e !important;
}
.categories-menu .hs-menu-wrapper ul ul ul {
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.categories-menu .hs-menu-wrapper ul ul li {
  width: 25%;
  float: left !important;
}

.categories-menu .hs-menu-wrapper ul ul ul li {
  clear: both;
  width: 100%;
}
.categories-menu .hs-menu-wrapper ul ul ul li a {
  white-space: normal !important;
}

.categories-menu .hs-menu-wrapper ul ul ul li a {
  color: #666 !important;
  display: inline-block !important;

}
.megamenuToogle-pattern .container:before {
  background-image: url(//cdn2.hubspot.net/hubfs/2705724/Miami_Stainless_April2019/Images/icon-tit.png);
  bottom: -26px;
  content: "";
  height: 32px;
  left: 4px;
  position: absolute;
  width: 5px;
  z-index: 100;
}

.megamenuToogle-pattern:after {
  background-image: url(//cdn2.hubspot.net/hubfs/2705724/Miami_Stainless_April2019/Images/icon-tit.png);
  bottom: -26px;
  content: "";
  height: 32px;
  right: 4px;
  position: absolute;
  width: 5px;
  z-index: 100;
}


.categories-menu .hs-menu-wrapper > ul > li:first-child > a strong img {
  vertical-align: middle;
}
.categories-menu .hs-menu-wrapper ul > li:first-child ul li:last-child {
  width: 100%;
  line-height: 1;
}

.categories-menu .hs-menu-wrapper ul > li:first-child ul li:last-child ul {
  position: static;
  visibility: visible;
  opacity: 1;
}

.categories-menu .hs-menu-wrapper ul > li:first-child ul li:last-child > ul.hs-menu-children-wrapper {
  padding-top: 15px;
  clear: both;
  box-shadow: none;
  background-color: transparent;
}

/* Styles that do not fit into any of the available sections above can go here. */
::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #777;
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}


.megamenuToogle-pattern .container:before,.megamenuToogle-pattern .container:after {
  content: none !important;
}

.megamenuToogle-pattern:after {
  content: none;
}

.categories-menu.category-hovered {
  opacity: 1;
  visibility: visible;
}
.categories-menu .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  position: absolute;
  left: 100% !important;
  padding-top: 0px;
  top: 0;
  right: 0px;
  display: none;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper,
.categories-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul > li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: x-sign-flip .5s 0s 1 ease-in-out;
  -moz-animation: x-sign-flip .5s 0s 1 ease-in-out;
  -ms-animation: x-sign-flip .5s 0s 1 ease-in-out;
  -o-animation: x-sign-flip .5s 0s 1 ease-in-out;
  animation: x-sign-flip 0.3s 0s 1 ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.categories-menu .hs-menu-flow-horizontal.flyouts>ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
  transition: all 0.4s !Important;
  -webkit-transition: all 0.4s !Important;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: x-sign-flip-out .5s 0s 1 ease-in-out;
  -moz-animation: x-sign-flip-out .5s 0s 1 ease-in-out;
  -ms-animation: x-sign-flip-out .5s 0s 1 ease-in-out;
  -o-animation: x-sign-flip-out .5s 0s 1 ease-in-out;
  animation: x-sign-flip-out .5s 0s 1 ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.widget-span.categories-menu.category-hovered {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  top: 40px;
}

/* Blog */

.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
  margin-bottom: 10px;
}

.blog-post-wrapper h2 a, .post-header h2 a{
  text-decoration: none;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}

#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
  color: #888888;
  font-weight:700;
}
.post-listing #hubspot-author_data{
  margin-top: 0;
}
.hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-form .input ul li{
  padding: 0 !important;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}
.more-link{
  display: inline-block;
  padding-top: 20px;
}
.hs-blog-social-share{
  height: auto;
}
.blog-sidebar .cell-wrapper{
  margin-bottom: 15px;
}
.blog-sidebar ul{
}
.blog-sidebar ul li{
  padding: 0 0 10px;
}

.blog-pagination .previous-posts-link {
  display: block;
}
.blog-pagination .all-posts-link {
  display: block;
}
.blog-pagination .next-posts-link {
  display: block;
}


/* -------------- Default Code for comment ------------ */

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


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

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

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

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

.comment-date {
  color:  !important;
  display: block !important;
  text-align: left;
}

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
#comments-listing.no-comments {
  border: none;
  margin:0;
}
/* -------------------- Ends ----------- */

.section.post-footer input[type="text"], .section.post-footer input[type="email"], .section.post-footer textarea, .blog-sidebar input[type="email"]{
  width: 100%;
  display: block;
  background: url(//cdn2.hubspot.net/hubfs/2705724/MiamiStainless-Jan2017/Images/input.png);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  font-family: Arial;
  color: gray;
  font-size: 12px;
  padding: 6px 4px;
  margin: 5px 0;
  max-width: 600px;
  height: auto;
  line-height: normal;
}

.section.post-footer input[type="submit"], .blog-sidebar input[type="submit"] {
  -webkit-appearance: none;
  font-family: Arial,Sans-Serif;
  text-decoration: none !important;
  background-color: #a8a8a8;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#a8a8a8),color-stop(0.94,#d1d1d1));
  box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.50);
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.50);
  min-height: 23px;
  color: #fff;
  font-size: 13px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
  border: 0;
  height: 21px;
  padding: 2px 13px 0px 12px;
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  cursor: pointer;
  margin-top: 16px;
  display: inline-block;
}

.section.post-footer input[type="submit"]:hover, .blog-sidebar input[type="submit"]:hover {
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#969696),color-stop(0.94,#b3b3b3));
}

.section.post-footer .hs-form-field > label {
  font-size: 12px;
  padding: 15px 10px 15px 0;
  font-family: 'Arial';
  font-weight: bold;
  color: #4c4c4c;
  line-height: 18px;
}

.section.post-footer input[type="text"]:focus, .section.post-footer input[type="email"]:focus, .section.post-footer textarea:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
.blog-sidebar textarea:focus{
  outline: -webkit-focus-ring-color auto 5px;
}
.section.post-footer .hs-form-field{
  margin-bottom: 0; 
}
/* .hs-blog-post .section.post-footer form::before {
  content: "Leave a reply";
  display: block;
  margin-bottom: 20px;
  font-size: 30px;  

} */
.hs_recaptcha.hs-recaptcha.field.hs-form-field{
  padding-top: 10px;  
}
.blog-pagination a {
  display: table !important;
}
.blog-sidebar h3 {
  font-size: 17px;
  font-weight: normal;
  color: #4c4c4c;
  font-family: 'Roboto';

  line-height: 18px;
}


.blog .body-container a {
  color: #09f;
  font-weight: bold;
  text-decoration: none;
}


.blog .body-container a {
  color: #09f;
  font-weight: bold;
  text-decoration: none;
}


.post-header h2 {
  font-weight: normal;
  font-size: 20px;
  color: #4c4c4c;
  font-family: 'Roboto';
  line-height: 18px;
  margin-bottom: 16.6px;
}


.bl-title {
  line-height: 1;
  font-size: 22px;
  font-weight: normal;
  color: #4c4c4c;
  font-family: 'Roboto';
  margin-bottom: 25px;
}


.blog .hs-error-msgs label {
  margin-left: 5px;
  color: red;
  background-color: transparent;
  font-family: Arial,Sans-Serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
.megamenuToogle-pattern .container > div:after {
  font-family: 'FontAwesome';
  content: "\f107";
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 0;
  font-weight: 400;
}
.post-header h2 > a {
  color: inherit !important;
}

.blog .body-container {
  line-height: 18px;
  color: gray;
}


.blog-sidebar .widget-module ul {
  padding-left: 15px;
}


.blog-sidebar .widget-module ul > li {
  padding-bottom: 0;
}


.blog-sidebar .rec-post {
  margin-bottom: 15px;
}

.section.post-body p > img {
  float: none !important;
  display: block !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.section.post-header h1 {
  font-size: 20px;
  color: rgb(76, 76, 76);
  font-weight: 700;
  line-height: 18px;
  font-family: 'Roboto';
}


.blog-sidebar .hs-form-field > label {
  font-family: 'Arial';
  font-weight: bold;
  color: #4c4c4c;
  font-size: 12px;
  padding: 15px 10px 15px 0;
}

#so-groups .popup-content button#button-search {
  cursor: pointer;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media(min-width: 768px){
  #sosearchpro .chosen-container-single .chosen-single {
    min-width: 180px;
  } 
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
  #so-groups .popup-position {
    padding: 40px;
  }

  #so-groups .popup-content {
    padding: 40px 40px 20px;
  }

  #so-groups .form-content .form-box {
    margin-bottom: 40px;
  }

}

@media (min-width: 992px){
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .widget-type-custom_widget.footer-logo {
    width: 25%;
  }

  .widget-type-cell.information-wrapper, .widget-type-cell.customer-service-wrapper, .widget-type-cell.get-more-online-wrapper {
    width: 16.66666667%;
  }
  .widget-type-cell.my-account-wrapper {
    width: 25%;
  }
  .categories-menu ul > li {
    cursor: pointer;
    padding: 0 15px;
    border: none;
    margin: 0;
    position: relative;
  }
  .categories-menu ul {
    box-shadow: 0 0 6px 0 rgba(0,0,0,.15);
    background-color: #fff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .categories-menu .hs-menu-wrapper > ul > li > a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 0;
    line-height: 22px;
    position: relative;
    text-transform: capitalize;
  }
  .widget-type-custom_widget.all-cate-icon-wrapper{
    width: 25%; 
  }
  .widget-type-custom_widget.category-search-wrapper{
    width: 50%; 
  }
}

@media (min-width: 1200px){
  .container-fluid .row-fluid .page-center {
    max-width: 1650px;
    width: 93%;
  }
  .widget-type-custom_widget.footer-form {
    width: 66.66666667%;
  }
  .widget-type-custom_widget.footer-social-icon-wrapper {
    width: 33.33333333%;
  }
  .widget-type-custom_widget.currency-wrapper {
    width: 41.66666667%;
  }
  .widget-type-custom_widget.contact-icon-wrapper {
    width: auto;
  }

  .widget-type-custom_widget.custom-menu-primary {
    width: auto;
  }

  .widget-type-custom_widget.site-logo {
    width: 16.66666667%;
  }
  .widget-type-custom_widget.all-cate-icon-wrapper {
    width: 16.66666667%;
  }

  .widget-type-custom_widget.refresh-icon-wrapper{
    width: 25%;

  }
  .widget-type-custom_widget.category-search-wrapper{

    width: 58.33333333%; 
  }

  .so-groups-sticky.right {
    right: 0;
    left: auto;
    background-color: #f7951e;
    z-index: 650;
    position: fixed;
    width: 50px;
  }

  #so-groups > a {
    position: relative;
    height: 43px;
    float: left;
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 10px;
  }

  #so-groups > a span {
    background-color: #f7951e;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 100%;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    white-space: nowrap;
    width: auto;
  }

  #so-groups i.fa {
    text-align: center;
  }

  #so-groups > a > i {
    font-size: 20px;
  }

  #so-groups i.fa-recent {
    background: url(https://cdn2.hubspot.net/hubfs/2705724/Miami_Stainless_April2019/Images/icon-recent.png) no-repeat;
    width: 23px;
    height: 10px;
    display: inline-block;
  }


  #so-groups .popup {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(0,0,0,.6);
  }
  #so-groups .popup-hidden {
    opacity: 0;
    top: -100%;
    bottom: 100%;
  }
  #so-groups > a:hover span {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    visibility: visible;
    width: auto;
  }

  #so-groups > a:hover {
    background-color: #da7b08;
  }
  #so-groups .popup-screen {
    display: table;
    vertical-align: top;
    width: 100%;
    height: 100%;
  }

  #so-groups .popup-position {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }

  #so-groups .popup-small {
    max-width: 540px;
  }

  #so-groups .popup-container {
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 6px 3px rgba(0,0,0,.1);
  }

  #so-groups .popup-html {
    padding: 0;
  }

  .so-groups-sticky .popup-header {
    background-color: #f7951e;
  }

  .so-groups-sticky .popup-header {
    padding: 25px 70px 25px 40px;
  }

  #so-groups .popup-header {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .so-groups-sticky .popup-header .popup-close {
    right: 20px;
    left: auto;
    color: #fff;
    font-size: 22px;
    opacity: 1;
  }

  #so-groups .popup-header .popup-close {
    top: 50%;
    margin-top: -20px;
    width: 40px;
    cursor: pointer;
    text-align: center;
  }

  #so-groups .popup-close {
    height: 40px;
    line-height: 40px;
    position: absolute;
  }

  .popup-close {
    font-family: Arial,Baskerville,monospace;
    font-style: normal;
    text-decoration: none;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    display: block;
    overflow: visible;
    padding: 0;
    z-index: 1046;
  }

  .so-groups-sticky .popup-header > span > i {
    margin-right: 10px;
    margin-left: auto;
  }

  .fa-search:before {
    content: "\f002";
  }
  #so-groups .popup-content {
    max-height: 415px;
    overflow-y: scroll;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  #so-groups .form-content {
    width: 100%;
  }

  .popup-content .row {
    margin-right: -15px;
    margin-left: -15px;
    width: auto;
  }

  #so-groups .popup-mysearch .form-content .form-box {
    text-align: center;
    position: relative;
  }
  #so-groups .form-content .form-box input.field {
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px 35px 10px 15px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #ccc;
  }

  #so-groups .form-content .form-box input + i {
    font-size: 16px;
    margin-top: -9px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    cursor: pointer;
  }


  #so-groups .form-content .form-box input + i:hover {
    color: #f7951e;
  }

  .so-groups-sticky .form-content .form-box #button-search {
    background-color: #f7951e;
  }

  #so-groups .form-content .form-box #button-search {
    text-align: center;
    display: inline-block;
    border: 0px;
    border-radius: 30px;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
  }

  #so-groups .form-content .form-box #button-search:hover {
    background-color: #da7b08;
  }
  #so-groups .txt-center {
    text-align: center;
  }

  .popup-myaccount .col-sm-4 {
    width: 33.33333333%;
    float: left;
  }

  #so-groups .form-content .form-box a.account-url {
    height: 80px;
    display: inline-block;
  }

  #so-groups .form-content .form-box a > span > i.fa-history {
    background: url(//cdn2.hubspot.net/hubfs/2705724/Miami_Stainless_April2019/Images/order-history.png) no-repeat;
    width: 46px;
    height: 37px;
    display: inline-block;
    content: "";
  }

  #so-groups .form-content .form-box a > span > i.fa-history:before {
    content: "";
  }

  #so-groups .form-content .form-box a > span > i.fa-shoppingcart {
    background: url(//cdn2.hubspot.net/hubfs/2705724/Miami_Stainless_April2019/Images/shopping-cart.png) no-repeat;
    width: 45px;
    height: 44px;
    display: inline-block;
    content: "";
  }

  #so-groups .form-content .form-box a > span > i.fa-register {
    background: url(//cdn2.hubspot.net/hubfs/2705724/Miami_Stainless_April2019/Images/icon-register.png) no-repeat;
    width: 38px;
    height: 43px;
    display: inline-block;
    content: "";
  }

  #so-groups .form-content .form-box a > span > i.fa-account {
    background: url(//cdn2.hubspot.net/hubfs/2705724/Miami_Stainless_April2019/Images/icon-account.png) no-repeat;
    width: 48px;
    height: 38px;
    display: inline-block;
    content: "";
  }

  #so-groups .form-content .form-box a > span > i.fa-download {
    background: url(//cdn2.hubspot.net/hubfs/2705724/Miami_Stainless_April2019/Images/icon-download.png) no-repeat;
    width: 46px;
    height: 40px;
    display: inline-block;
    content: "";
  }

  #so-groups .form-content .form-box a > span > i.fa-download:before {
    content: "";
  }

  #so-groups .form-content .form-box a > span > i.fa-login {
    background: url(//cdn2.hubspot.net/hubfs/2705724/Miami_Stainless_April2019/Images/icon-login.png) no-repeat;
    width: 53px;
    height: 41px;
    display: inline-block;
    content: "";
  }
  #so-groups div.nav-secondary ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #so-groups div.nav-secondary ul {
    padding-bottom: 32px;
  }

  #so-groups div.nav-secondary>ul>li:first-child>a {
    border-top: none;
  }

  #so-groups div.nav-secondary li a {
    position: relative;
    display: block;
    vertical-align: top;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
    color: #1a1a1a;
    padding-right: 60px;
    border-top: 1px solid rgba(0,0,0,.15);
  }

  #so-groups div.nav-secondary .hs-menu-wrapper >  ul > li:first-child > a {
    border-top: none;
  }
  .so-groups-sticky .nav-secondary ul li a:hover {
    color: #f7951e;
  }
  #so-groups div.nav-secondary li .child-trigger {
    width: 37px;
    height: 37px;
    z-index: 10;
    cursor: pointer;
    display: block !important;
    position: absolute; 
    right: 0;
    top: 0;
    text-align: center;
  }

  #so-groups div.nav-secondary li .child-trigger i {
    height: 47px;
    line-height: 47px;
    width: 37px;
    color: rgba(0,0,0,.3);
    font-family: FontAwesome;
  }
  #so-groups div.nav-secondary li .child-trigger i:before {
    content: "\f067";
    font-style: normal;
  }
  #so-groups div.nav-secondary li .child-trigger.child-open i:before{

    content: "\f068"; 
  }


  .popup-content .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: static;
    visibility: visible;
    opacity: 1;
    display: none;
  }


  #so-groups div.nav-secondary ul li > ul.hs-menu-children-wrapper > li > a:before {
    content: ' - ';
  }

  #so-groups div.nav-secondary ul li > ul.hs-menu-children-wrapper > li > a {
    padding-left: 10px;
    font-size: 15px;
  }

  .popup-content .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative !important;
  }
  .so-groups-sticky .nav-secondary ul li a:hover {
    color: #f7951e !important;
    text-decoration: underline;
  }

  #so-groups div.nav-secondary ul.hs-menu-children-wrapper.open-menu-list {
    display: none !important;
  }
}

/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1649px) and (min-width: 1200px){
  .contact-icon-wrapper .telephone > ul > li:nth-child(1){
    display: none;
  }
  .widget-type-custom_widget.contact-icon-wrapper{
    padding-right: 3px;
  }
  .widget-type-custom_widget.category-search-wrapper{  
    width: 49%; 
  }
  .widget-type-custom_widget.all-cate-icon-wrapper{
    width: 21%; 
  }
  .widget-type-custom_widget.refresh-icon-wrapper{ 
    width: 30%;
  }

  .social-icon > ul > li > a span {
    display: none;
  }
  .widget-type-custom_widget.footer-social-icon-wrapper{
    width: 25%; 
  }
  .widget-type-custom_widget.footer-form{
    width: 75%; 
  }
  .footer-form .block_content input[type=email]{
    max-width: 100%; 
  }
  .block_content{
    width: 55%; 
  }
  .Newsletter-form .title-block{
    width: 45%; 
  }

  .footer-form-wrapper .row-fluid .page-center > div > div.row-fluid {
    margin-right: -30px;
    margin-left: -30px;
    width: auto;
  }
  .social-icon > ul > li{

    margin-left: 24px; 
  }

  .social-icon > ul {
    padding-right: 5px;
  }
}

@media (max-width: 1366px){
  .contact-icon-wrapper .telephone > ul > li:nth-child(2){
    display: none;
  }
}



@media (max-width: 1365px) and (min-width: 1200px){
  .widget-type-custom_widget.site-logo{
    width: 20%;
  }
}

@media(max-width: 1260px){
  .megamenuToogle-pattern .container > div:after{
    right: 10px;
  }
}



@media only screen and (max-width: 1230px) and (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4){
    display: none;
  }
}

@media (max-width: 1199px) and (min-width: 992px){
  .footer-logo figure ul li:first-child {
    background-position: left 26px;
  }

  .footer-logo figure ul li:nth-child(2) {
    background-position: left -43px;
  }

  .footer-logo figure ul li:last-child > a {
    white-space: nowrap;
  }
  .common .hs-menu-wrapper > ul > li > a, .footer-logo figure ul li{
    font-size: 13px; 
  }
  .widget-type-custom_widget.site-logo{
    width: 20%; 
  }
  .widget-type-custom_widget.contact-icon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 15px;
    width: 25%;
  }

  .site-header {
    position: relative;
  }

  .widget-type-custom_widget.custom-menu-primary {
    width: 80%;
    padding-right: 15px;
  }

  .site-header.desktop .row-fluid .page-center {
    padding-left: 15px;    
    padding-right: 15px;
  }
  .header-top .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .widget-type-custom_widget.track-order {
    width: 100%;
  }
  .widget-type-custom_widget.refresh-icon-wrapper{
    display: none; 
  }

  .header-category .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-icon-wrapper .telephone > ul > li:nth-child(1) {
    display: none;
  }
  .widget-type-custom_widget.footer-form {
    width: 75%;
  }

  .widget-type-custom_widget.footer-social-icon-wrapper {
    width: 25%;
  }

  .social-icon > ul > li > a span {
    display: none;
  }

  .Newsletter-form .title-block {
    width: 45%;
    margin-top: 10px;
  }

  .block_content {
    width: 55%;
  }

  .footer-form-wrapper .row-fluid .page-center > div > div.row-fluid {
    margin-left: 0;
    margin-right: 0;
  }

  .social-icon > ul > li {
    padding-left: 10px;
    margin-left: 14px;
  }

  .Newsletter-form .promotext {
    font-size: 13px;
    line-height: 100%;
    margin-top: 5px;
  }

  .social-icon > ul > li:before {
    display: none;
  }

  .social-icon > ul {
    padding-right: 4px;
  }
}

@media(max-width: 1199px){
  .floating-icon-wrapper{
    display: none !important;
  }
}


@media only screen and (max-width: 1140px) and (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3){
    display: none;
  }
}



@media (max-width: 1024px) {}

@media(max-width: 991px){
  .header-group.desktop{
    display: none !important; 
  } 
  .header-group-mobile {
    background-color: #232f3e;
  }

  .my-acc-wrapper .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-out;
    margin-top: 10px;
    padding: 10px 20px !important;
    min-width: 120px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    border-radius: 0;
    left: 0;
    right: auto;
    background: #fff;
    border: none;
    font-size: 12px;
    position: absolute;
    top: 100%;
    z-index: 1000;
    text-align: left;
    list-style: none;
  }

  .my-acc-wrapper .top-link .account {
    position: relative;   
    margin-top: -1px;
  }

  .my-acc-wrapper .dropdown-menu > li > a {
    padding: 5px 0;
    line-height: 22px;
    color: #495057 !important;
    display: block;
  }

  .widget-type-custom_widget.my-acc-wrapper {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .my-acc-wrapper ul {
    padding: 0;
    list-style-type: none;
  }

  .my-acc-wrapper ul li.account {
    line-height: 40px;
    display: inline-block;
  }

  .my-acc-wrapper ul li a {
    font-size: 12px;
    color: #fff;
  }

  .my-acc-wrapper ul.top-link>li.account:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 12px;
    color: #fff;
  }

  .my-acc-wrapper ul li.checkout {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-left: 18px;
    padding-right: 0;
    font-size: 12px;
    line-height: 40px;
  }

  .my-acc-wrapper ul.top-link>li.checkout:after {
    background-color: rgba(255,255,255,.4);
    content: "";
    height: 11px;
    position: absolute;
    left: -2px;
    top: 16px;
    width: 1px;
  }

  .my-acc-wrapper ul li.checkout > a {
    position: relative;
  }


  .header-group-mobile .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  #sosearchpro .search .select_category{
    display: none;
  }
  .site-header{
    text-align: center;    
    padding-bottom: 18px;
  }
  .header-category .row-fluid .page-center {
    position: relative;
  }
  .custom-menu-primary-mobile {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px !important;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all .5s ease-in-out 0s;
    background: #333!important;
    padding: 20px!important;
    visibility: hidden;
    -webkit-transform: translate3d(-280px,0,0);
    transform: translate3d(-280px,0,0);
    z-index: 125;
  }

  .mobile-open .custom-menu-primary-mobile {
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .custom-menu-primary-mobile .hs-menu-wrapper > ul > li > a strong {
    font-weight: 600;
  }

  .custom-menu-primary-mobile .hs-menu-wrapper > ul > li > a {
    color: #fff!important;
    padding: 0!important;
    font-size: 14px;
    line-height: 29px!important;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    position: relative;
    margin: 0 1px;
  }
  .custom-menu-primary-mobile .hs-menu-wrapper > ul > li > a:hover{
    color: #f7951e!important; 
  }

  .custom-menu-primary-mobile .hs-menu-wrapper > ul > li {
    text-align: left;
    display: block;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 1px 0;
  }

  .remove-menu:before, .cat-remove-menu:before {
    content: "\f00d";
  }

  .remove-menu, .cat-remove-menu {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    font-family: FontAwesome;
    padding: 10px;
    text-align: right;
    display: block;
  }


  .category-menu-mobile {
    position: fixed;
    background: #333!important;
    padding: 20px!important;
    width: 280px!important;
    height: 100%;
    top: 0;
    z-index: 120;
    border: none;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate3d(-280px,0,0);
    transform: translate3d(-280px,0,0);
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    opacity: 0;
  }
  .category-open .category-menu-mobile{
    opacity: 1;
    visibility: visible;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .mobile-cate-icon button{
    cursor: pointer; 
  }
  .custom-menu-primary-mobile .hs-menu-children-wrapper {
    box-shadow: none;
    border: 1px solid #eee;

    background-color: #fff;
    border-radius: 2px;
  }
  .custom-menu-primary-mobile .hs-menu-children-wrapper > li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-menu-primary-mobile .hs-menu-children-wrapper > li:first-child{
    padding-top: 20px;
  }
  .custom-menu-primary-mobile .hs-menu-children-wrapper > li:last-child{
    padding-bottom: 20px;
  }
  .custom-menu-primary-mobile .hs-menu-children-wrapper > li i {
    padding-right: 12px;
    padding-left: 5px;
    font-size: 15px;
    display: inline-block;
    color: #888;
  }

  .custom-menu-primary-mobile .hs-menu-children-wrapper > li > a {
    line-height: 25px;
    display: inline-block !important;
  }
  .custom-menu-primary-mobile .hs-menu-wrapper > ul > li.on-parent > a {
    background: #222!important;
    padding: 0 10px!important;
  }

  .custom-menu-primary-mobile .hs-menu-wrapper > ul > li.on-parent:before {
    content: "\f068";
    font-family: FontAwesome;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    top: -1px; 
  }

  .custom-menu-primary-mobile .hs-menu-children-wrapper > li > a {
    margin-bottom: 8px;
  }
  .category-menu-mobile .hs-menu-wrapper > ul > li > a strong {
    color: #ddd;
    font-weight: 400;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    line-height: inherit;
    padding: 2px 0;
    margin: 0 1px;
  }
  .category-menu-mobile .hs-menu-wrapper > ul > li > a:hover strong{   
    color: #f7951e; 
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li > a strong img {  
    margin: 0;
    margin-right: 10px;   
    display: inline-block;
  }


  .category-menu-mobile .hs-menu-wrapper > ul > li {
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li > a strong img {
    width: 20px;
    height: 20px;  
    vertical-align: middle;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:first-child > a strong img {
    width: 15px;
    height: 15px;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(2) > a strong img {
    width: 30px;
    height: 30px;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(3) > a strong img {
    width: 30px;
    height: 30px;
  }


  .cat-remove-menu {

    font-size: 16px;
  }

  .body-container .row-fluid .page-center {
    padding-right: 15px;
    padding-left: 15px;
  }
  .icon-hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .my-acc-wrapper .dropdown-menu > li > a:hover{
    color: #f7951e !important; 
  }
  .custom-menu-primary-mobile .hs-menu-wrapper > ul > li:nth-child(5) > a strong span {
    font-size: 11px;
    opacity: .9;
    display: block;
  }
  .category-menu-mobile .hs-menu-children-wrapper > li > a {
    font-size: 16px;
  }

  .category-menu-mobile .hs-menu-children-wrapper {
    background-color: #fff;
  }

  .category-menu-mobile .hs-menu-children-wrapper > li:first-child {
    padding-top: 18px;
  }

  .category-menu-mobile .hs-menu-children-wrapper > li:last-child {
    padding-bottom: 4px !important;
  }

  .category-menu-mobile .hs-menu-children-wrapper > li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li:nth-child(5), .category-menu-mobile .hs-menu-children-wrapper > li:nth-child(10), .category-menu-mobile .hs-menu-children-wrapper > li:nth-child(5), .category-menu-mobile .hs-menu-children-wrapper > li:nth-child(15), .category-menu-mobile .hs-menu-children-wrapper > li:nth-child(5), .category-menu-mobile .hs-menu-children-wrapper > li:nth-child(10), .category-menu-mobile .hs-menu-children-wrapper > li:nth-child(5), .category-menu-mobile .hs-menu-children-wrapper > li:last-child {
    padding-bottom: 6px;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:first-child > ul.hs-menu-children-wrapper > li:last-child {
    padding-top: 11px;
  }
  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(3) {
    padding-bottom: 6px;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(5) {
    margin-bottom: -6px;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:nth-child(6) {
    padding-bottom: 6px;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li:last-child {
    padding-bottom: 13px !important;
  }
  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(2), .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:nth-child(4) {
    padding-bottom: 6px;
  }
  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(2), .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(4){
    padding-bottom: 6px;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li:last-child {
    padding-bottom: 13px!important;
  }
  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(5) {
    padding-bottom: 0;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:last-child {
    padding-bottom: 13px !important;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(5) {
    padding-bottom: 0px;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(6) {
    padding-bottom: 6px;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(10), 
  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(15) {
    padding-bottom: 0px;
  }


  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(12),
  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:nth-child(18){
    padding-bottom: 6px;
  }


  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:last-child {
    padding-bottom: 13px !important;
  }
  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:last-child {
    padding-bottom: 13px !important;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(6) > ul.hs-menu-children-wrapper > li:nth-child(2), .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(6) > ul.hs-menu-children-wrapper > li:nth-child(4), .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(6) > ul.hs-menu-children-wrapper > li:nth-child(6) {
    padding-bottom: 6px;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(6) > ul.hs-menu-children-wrapper > li:nth-child(5) {
    padding-bottom: 0;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(6) > ul.hs-menu-children-wrapper > li:last-child {
    padding-bottom: 13px !important;
  }
  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(5) > ul.hs-menu-children-wrapper > li:last-child {
    padding-bottom: 13px !important;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(6) > ul.hs-menu-children-wrapper > li:nth-child(2), .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(6) > ul.hs-menu-children-wrapper > li:nth-child(4), .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(6) > ul.hs-menu-children-wrapper > li:nth-child(6) {
    padding-bottom: 6px;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(6) > ul.hs-menu-children-wrapper > li:nth-child(5) {
    padding-bottom: 0;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(6) > ul.hs-menu-children-wrapper > li:last-child {
    padding-bottom: 13px !important;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(9) > ul.hs-menu-children-wrapper > li:nth-child(5), .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(9) > ul.hs-menu-children-wrapper > li:nth-child(10), .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(9) > ul.hs-menu-children-wrapper > li:nth-child(15) {
    padding-bottom: 0;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(9) > ul.hs-menu-children-wrapper > li:nth-child(7), .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(9) > ul.hs-menu-children-wrapper > li:nth-child(14), .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(9) > ul.hs-menu-children-wrapper > li:nth-child(21) {
    padding-bottom: 6px;
  }

  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(9) > ul.hs-menu-children-wrapper > li:last-child {
    padding-bottom: 12px !important;
  }
  .category-menu-mobile .hs-menu-wrapper > ul > li:nth-child(1) > ul.hs-menu-children-wrapper > li:last-child{
    padding-bottom: 13px !important;
  }
}

@media(max-width: 991px) and (min-width: 768px){
  .widget-type-custom_widget.mobile-cate-icon {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mobile-cate-icon button {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent!important;    
    vertical-align: bottom;

  } 
  #sosearchpro .search input {
    border-radius: 3px;
  }

  .widget-type-custom_widget.category-search-wrapper {
    width: 50%;
  }

  .Newsletter-form .title-block {
    display: none;
  }

  .widget-type-custom_widget.footer-form {
    width: 70%;
  }

  .widget-type-custom_widget.footer-social-icon-wrapper {
    width: 30%;
  }

  .block_content {
    width: 100%;
  }

  .social-icon > ul > li > a span {
    display: none;
  }

  .footer-form-wrapper .row-fluid .page-center > div > div.row-fluid {
    margin: 0;
  }

  .social-icon > ul > li:before {
    display: none;
  }

  .social-icon > ul > li {
    padding-left: 10px;
    margin-left: 14px;
  }

  .social-icon > ul {
    padding-right: 4px;
  }

  .footer-form .block_content input[type=email] {
    max-width: 100%;
  }

  .block_content form {
    padding-left: 0;
  }
  .widget-type-custom_widget.footer-logo {
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }

  .widget-type-cell.information-wrapper, .widget-type-cell.customer-service-wrapper, .widget-type-cell.get-more-online-wrapper {
    width: 33.33333333%;
    padding-bottom: 30px;
  }

  .widget-type-cell.my-account-wrapper {
    width: 100%;
    padding-bottom: 41px;
  }
}


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

@media (max-width: 767px) {

  .widget-type-cell.my-account-wrapper {
    margin-bottom: 15px;
  }

  .widget-type-cell.information-wrapper, .widget-type-cell.customer-service-wrapper, .widget-type-cell.get-more-online-wrapper {
    margin-bottom: 18px;
  }

  .payment-image figure {
    padding-right: 15px;
    padding-left: 15px;
  }
  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="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width:100%;
  }
  .widget-type-custom_widget.mobile-cate-icon {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mobile-cate-icon button {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent!important;    
    vertical-align: bottom;

  } 

  #sosearchpro .search input {
    width: 270px;
    border: 1px solid #eaeaea;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
  }

  #sosearchpro .search button {
    background-color: #fff;
    border-radius: 3px;
    color: #999;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;

  }

  #sosearchpro .search .input-group-btn {
    right: 2px;
    top: 1px;
    height: 38px;
    line-height: 38px;
    position: absolute;
  }

  #sosearchpro .search {
    position: absolute;
    top: 40px;
    margin-right: 0;
    padding: 0;
    width: 270px;
    left: -121px;
    float: left;
  }

  .search-header-w {
    position: relative;
    top: -1px;
    z-index: 99;
    float: left;
    cursor: pointer;
  }

  .search-header-w .icon-search {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }

  .search-header-w .icon-search i {
    font-size: 18px;
    color: #fff;
  }

  .search-header-w .icon-search.active i::before {
    content: "\f00d";
  }

  #sosearchpro.so-search {
    width: 100%;
    padding: 0;
  }

  .widget-type-custom_widget.category-search-wrapper {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
  }

  .search-header-w .icon-search i.fa-search:before {

    content: "\f002";
  }
  .mob-search .search-header-w .icon-search i.fa-search:before {
    content: "\f00d";
  }

  #sosearchpro.so-search {
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
  }
  .mob-search #sosearchpro.so-search{
    visibility: visible;
    opacity: 1;
  }

  .icon-search.hidden-lg {
    display: block;
  }

  .widget-type-custom_widget.mobile-cate-icon {
    float: left;
  }

  .site-header {
    padding-bottom: 20px;
  }


  .mobile-trigger {
    padding-left: 15px;
    padding-right: 15px;
    top: 8px;
  }

  ul.top-link span.hidden-xs {
    display: none;
  }

  .my-acc-wrapper ul li.checkout {
    display: none;
  }
  .Newsletter-form .title-block {
    display: none;
  }

  .block_content {
    width: 100%;
    text-align: center;
    float: none !important;
  }

  .block_content form {
    padding-left: 0;
  }

  .footer-form-wrapper .row-fluid .page-center > div > div.row-fluid {
    margin: 0;
  }

  .social-icon > ul > li > a span {
    display: none;
  }

  .social-icon > ul > li:before {
    display: none;
  }

  .widget-type-custom_widget.footer-social-icon-wrapper {
    text-align: center;
  }

  .social-icon > ul > li {
    padding: 0;
    margin: 0 7px;
  }

  .social-icon > ul {
    margin-top: 0;
    padding-top: 25px;
  }

  .widget-type-cell.my-account-wrapper {
    margin-bottom: 41px;
  }
  .copyright-wrapper .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  #sosearchpro .search button i {
    color: #666;
    font-size: 16px;
  }
  #sosearchpro .search button:hover {
    background-color: transparent;
  }
  .custom-menu-primary-mobile .hs-menu-children-wrapper > li i{

    width: auto; 
  }
  .custom-menu-primary-mobile .hs-menu-children-wrapper > li > a{
    width: auto;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;    
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .widget-type-custom_widget.footer-logo {
    margin-bottom: 17px;
  }
  .post-header h2 > a {
    color: inherit !important;
  }

  .blog .body-container {
    line-height: 18px;
    color: gray;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none !important;
    max-width: 100%;
    max-height: none;
    margin: 15px 0;

  }

}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {}

@media(max-width: 340px){
  #sosearchpro .search input, #sosearchpro .search{   
    width: 230px;
  } 
}

@keyframes x-sign-flip {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    -o-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@keyframes x-sign-flip-out {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    -o-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
  }
}

