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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Comfortaa:300,400,700');
@import url('//fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i');

@font-face {
    font-family: "ETmodules";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/3295561/good2bsocial%20-Oct2017/Fonts/modules.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/3295561/good2bsocial%20-Oct2017/Fonts/modules.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/3295561/good2bsocial%20-Oct2017/Fonts/modules.woff") format("woff");
}

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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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

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

body {
  background: #fff;
  color: #000000;
  font-family: "Comfortaa",cursive;
  font-size: 18px;
  font-weight:500;
  line-height: 	27px;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  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-family:"Comfortaa",cursive;
     font-weight:500;
     color:#333333;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size:30px;
    line-height:30px;
}
h2 {
    font-size:26px;
    line-height:26px;
}
h3 {
    font-size:22px;
    line-height:33px;
}
h4 {
    font-size:18px;
    line-height:18px;
}
h5 {
    font-size:16px;
    line-height:16px;
}
h6 {
    font-size:14px;
    line-height:14px;
}

/* Anchor Links */
a { color: #ff6600; 
    text-decoration:none;
}
a:hover, a:focus { color: #ff6600;
          font-weight: 600;
    
}

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

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

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


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

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

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

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


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


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

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

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


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

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

.header-top-wrapper {
    position: relative;
    min-height: 47px !important;
}

.custom-header-top-bg {
    background-color: transparent;
    background-image: url(//cdn2.hubspot.net/hubfs/3295561/good2bsocial%20-Oct2017/Images/bkg_top_menu.jpg);
    position: fixed;
    width:100% !important;
    -webkit-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
    -moz-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
    transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
    padding: 11.5px 30px 0;
    z-index: 999;
}

.custom-header-info {
    text-align: right;
}
#et-info {
    display: block;
    padding-bottom: 8px;
}

span#et-info-phone {
    margin-right: 75px;
    letter-spacing: 4.2px;
    position: relative;
}

#et-info-phone:before {
    position: relative;
    top: 2px;
    margin-right:20px;
    content: "\e090";
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    color: #fff;
}

.custom-header-info #et-info a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
}

.header-bottom-wrapper {
    min-height: 142px !important;
    position: relative;
    width: 100% !important;
}

.custom-header-bottom {
    padding: 0 30px;
    width: 100% !important;
    position: fixed;
    background-color: #fff;
    z-index: 9;
}

.custom-logo {
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 35px 0 0 4px;
    float:left !important;
    width:auto !important;
}

.custom-search-icon {
   float: right !important;
    width: auto !important;
    margin: 0 !important;
    padding: 40px 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

#et_top_search {
    display: block;
    float: right;
    position: relative;
    width: 18px;
    margin: 3px 0 0 22px;
    cursor:pointer;
    transition:all 0.6s ease-in-out;
    top:0;
}

#et_search_icon:before {
    position: absolute;
    color: #923890;
    top: 10px;
    left: 0;
    font-size: 17px;
    content: "\55";
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}

.banner-area {
     min-height: 83px !important;
    padding: 66px 0 54px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color:#000;
}

.banner-area h1 {
    text-align: center;
    padding-top: 40px;
    margin: 0;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 43.2px;
    text-transform: capitalize;
}

.banner-area p {
    text-align: center;
    margin: 0;
    font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 43.2px;
    color: #fff;
    text-transform: uppercase;
}

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

.body-container-wrapper {}
.body-container {}

.body-container .page-center {
    max-width:1080px !important;
    margin:0 auto;
    padding:30px 15px;
}


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


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

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

.custom-footer-bg {
    background-color: #ffffff;
    padding: 75px 5% 25px;
    background-image: url(//cdn2.hubspot.net/hubfs/3295561/good2bsocial%20-Oct2017/Images/bkg_footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.custom-copyright {
    text-align: center;
    padding: 35px 0 0;
    position:relative;
}

.custom-copyright p {
    margin: 0;
    font-family: 'Comfortaa';
    padding: 0 0 18px;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.8px;
    
}

.custom-copyright p a{
   color: rgb(255, 255, 255);  
}

.custom-copyright p a:hover {
    font-weight: normal;
}

.custom-copyright:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
   border-top-color: #ffffff;
    content: "";
}


.custom-footer-contact {
    margin-right: 5.5%!important;
    width: 29.66%!important;
    float: left !important;
    margin-bottom: 5px;
}

.custom-connect {
    margin: 0 5.5% 0 0 !important;
    width: 29.66%!important;
    float: left !important;
}

.custom-footer-form {
    margin: 0 !important;
    float: left !important;
    width: 29.66%!important;
}

.et_pb_blurb_content {
    margin-bottom: 8px !important;
    text-align: left;
    color: #fff;
    font-family: Comfortaa, cursive;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.8px;
}

.et-pb-icon {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ETmodules";
    font-size: 96px;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: attr(data-icon);
    speak: none;
    font-size: 32px;
    opacity: 1;
    color: #fff;
    -webkit-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_main_blurb_image {
    display: table-cell;
    width: 32px;
    margin-bottom: 15px;
    text-align: center;
}

.et_pb_blurb_container {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    color: #fff;
    font-family: "Comfortaa", cursive;
    font-size: 14px;
    font-weight: 500;
}

.et_pb_blurb_container a{
   color: #fff;  
}

.custom-footer-bg p {
    color: rgb(255, 255, 255);
    display: block;
    font-family: Comfortaa;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.8px;
    margin:0;
    padding:0;
}
div.post-listing-simple .post-item {
    width: 100% !important;
}

.custom-footer-bg h3 {
    color: rgb(255, 255, 255);
    display: block;
    font-family: Comfortaa;
    font-size: 20px;
    font-weight: 500;
    height: 43px;
    line-height: 23.8px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 20px;
}

.custom-footer-bg ul{
    display: block;
    list-style: none;
    margin: 0 0 44px;
    padding: 0;
    text-align: center;
}

.custom-footer-bg ul li{
    display: inline-block;
        margin-bottom: 11px;
}

.custom-footer-bg ul li a{
    margin-right: 25px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: block;
    font-family: Comfortaa, cursive;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.8px;
}

.custom-footer-bg ul li a:hover::before {
    color: rgba(255, 255, 255, 0.7);
}

.custom-footer-bg ul li:last-child a {
    margin-right: 0;
}

.custom-footer-bg ul li a::before {
    display: block;
     width: auto;
    height: auto;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}

.et-social-twitter a:before {
    content: "\e094";
}

.et-social-facebook a:before {
    content: "\e093";
}

.et-social-google-plus a:before {
    content: "\e096";
}

.et-social-linkedin a:before {
    content: "\e09d";
}
.et-social-youtube a:before {
    content: "\e0a3";
}

.et-social-pinterest a:before {
    content: "\e095";
}

ul.et_pb_social_media_follow span {
    display: none;
}

.et_pb_blurb {
    margin-bottom: 8px;
}

.et_pb_blurb-last {
    margin-bottom: 20px;
}

.et_pb_button_module_wrapper {
   text-align: center;
    margin: 0 0 47.078px;
}


.et_pb_button_module_wrapper a {
    color: #923890 !important;
    background: #ffffff;
    border:2px solid #ffffff;
    border-radius: 30px;
    letter-spacing: 1.4px;
    font-size: 14px;
    text-transform: uppercase !important;
    padding: 8px 20px;
    display: inline-block;
    font-family: 'Comfortaa', cursive;
    font-weight: 500;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.et_pb_button_module_wrapper a:hover {
    color: #ffffff !important;
    background: rgba(255,255,255,0) !important;
    border-color: #ffffff !important;
    border-radius: 30px;
}

.connect {
        text-align: center;
    padding: 40px 0 0;
    margin: 0 0 20px;
}

.et_pb_text {
    max-width: 330px;
    text-align: center;
    margin: 25px auto !important;
    position: relative;
}

.et_pb_text:before {
   position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eee;
    border-top-color: #ffffff;
    content: "";
    max-width: 60px;
    margin: 0 auto;
    right: 0;
}

.et_pb_text:after {
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eee;
    border-top-color: #ffffff;
    content: "";
    max-width: 60px;
    margin: 0 auto;
    right: 0;
}

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

#footer-search input[type="text"]{
   color: #ffffff;
    border: 1px solid #fff;
    width: 100%;
    background: rgba(255,255,255,0);
    font-size: 14px;
    line-height: normal;
    font-family: 'Comfortaa', cursive;
    padding: 15px;
    text-align: center; 
}

#footer-search input[type="text"]:focus{
    outline:none;
}

div#footer-search {
    max-width: 280px;
    margin: auto;
    text-align: center;
}

#footer-search .hs-button.primary, 
#footer-search input[type="submit"],
#footer-search input[type="button"]{
   -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: static;
    padding: 15px 25px;
    margin-top: 20px;
    border-width: 1px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
    color: #923890;
    letter-spacing: 1px;
    background: #ffffff;
    border-color: #ffffff;
    cursor: pointer;
    font-family:"Comfortaa", cursive;
    font-size: 14px;
}

#footer-search .hs-button.primary:hover, 
#footer-search input[type="submit"]:hover,
#footer-search input[type="button"]:hover{
   background-color: transparent;  
   color: #fff;
}

.footer-content-wrapper {
    padding: 0 0 62px;
}


.custom-footer-form input[type="text"],.custom-footer-form input[type="email"]{
    background-color: rgba(255,255,255, .3);
    border: 1px solid #ffffff;
    color: #fff;
    margin: 14px 0 15px;
    font-size: 14px;
    padding: 16px;
    line-height: 1;
    width: 100%;
    font-family: Comfortaa, cursive;
}

.custom-footer-form input[type="text"]:focus, 
.custom-footer-form input[type="email"]:focus{
    outline:none;
}

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

.custom-footer-form h3{
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.custom-footer-form .hs-button.primary, 
.custom-footer-form input[type="submit"],
.custom-footer-form input[type="button"]{
   -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: static;
    padding: 15px 25px;
    margin-top: 20px;
    border:2px solid #fff;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
    color: #923890;
    letter-spacing: 1px;
    background: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-family: Comfortaa, cursive;
    line-height:1;
}

.custom-footer-form .hs-button.primary:hover, 
.custom-footer-form input[type="submit"]:hover,
.custom-footer-form input[type="button"]:hover{
   background-color: transparent;  
   color: #fff;
}


.map_image iframe {
    height: 230px;
    width: 100%;
}

.map-link p {
    display: inline-block;
    font-family:"Comfortaa";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 23.8px;
    text-transform: uppercase;
}

.map-link p a{
    color: #fff;
}

.map-link img {
    vertical-align: top;
    padding: 0 11px 0 2px;
    position: relative;
    top: 4px;
}
.map_image {
    margin: 0 0 3px;
}

#back-to-top{
    display: block;
    z-index: 99999;
    position: fixed;
    opacity: 1;
    -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    right: 0;
    bottom: 125px;
    padding: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;  
}

#back-to-top:before {
     content: "2";
    font-family: "ETmodules";
    font-size: 30px;
    position: relative;
    top: 1px;
}

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


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

/* Parent List */
.custom-menu-primary {
    margin: 0 !important;
    float: right !important;
    width: auto !important;
    padding: 40px 0 53px;
    transition: all 0.6s ease-in-out;
    top: 0;
    position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul{
    padding-bottom: 2.5px;
    display: block;
    list-style: none;
    margin: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
    display: inline-block;
    padding-right: 22px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
     padding:0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
      position: absolute;
    top: 16px;
    right: 4px;
    font-family: "ETmodules";
    font-size: 16px;
    font-weight: 800;
    content: "3";
    padding-right: 5px;;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 16px 24.2px 7px 0;
    color: rgb(0, 0, 0);
    cursor: auto;
    display: block;
    font-family: Comfortaa, cursive;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 14px;
    text-decoration: none;
    position:relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
     background: #923890;
    background: -moz-linear-gradient(top, #923890 0%, #823280 50%, #732c71 100%);
    background: -webkit-linear-gradient(top, #923890 0%,#823280 50%,#732c71 100%);
    background: linear-gradient(to bottom, #923890 0%,#823280 50%,#732c71 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#923890', endColorstr='#732c71',GradientType=0 );
    border: 1px solid #923890!important;
    border-radius: 20px!important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 20px 13px;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: normal;
    width: 100% !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    background: transparent;
    color: #923890;
    transition: all 0.4s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > a{
     padding: 16px 4px 7px 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > a{
     padding: 16px 4px 7px 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #ff6600;
    transition: all 0.4s ease-in-out 0s;
}



/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 375px;
    border-top: 3px solid #ff6600;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    margin: 0;
    padding: 0 5px 0 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 14px;
    line-height: 28px;
    padding: 5px 0 10px 5px;
    letter-spacing: 1.4px;
    padding-bottom: 10px;
    color: #000;
    text-decoration: none;
    font-family: Comfortaa, cursive;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: rgba(0, 0, 0, 0.03);
    color: #ff6600;
}

/* 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:1261px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}


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

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

@media (max-width:1260px){

  /* 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;
    cursor: pointer;
    position: absolute;
    top: -49px;;
    right:0;
    padding: 0px 30px 0 0;
    transition:top 0.6s ease-in-out;
  }
  
  .mobile-trigger:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    color: #923890;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}
  
 
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
       display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
  }
  
  .child-trigger:after {
   content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffffff;
    position: absolute;
    right: -37px;
    top: 15px;
}
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0 !important; /* Makes room for button */
    margin 0 !important;
    width:100% !important;
  }

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

  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul{
    width: 100%;
    position: fixed;
    top: 143px;
    left: 0;
    padding: 0;
    background-color: rgba(58, 19, 62, 0.9);
    border-top: 3px solid #ff6600;
    padding: 5%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: calc(100vh - 143px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
    
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 15px;
    display: block;
    font-family:"Comfortaa", cursive;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: normal;
     transition: all 0.4s ease-in-out;
  }
  
 .custom-menu-primary .hs-menu-wrapper >  ul li.hs-item-has-children a{
         background-color: rgba(0, 0, 0, 0.03);
 }
 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > a {
        padding: 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > a {
        padding: 15px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        display: inline-block;
        transition: all 0.5s;
        font-family: Comfortaa, cursive;
        font-size: 24px;
        font-weight: bold;
        height: 56px;
        line-height: 1;
        padding: 15px 35px !important;
    }
      
     .custom-menu-primary .hs-menu-wrapper > ul > li:last-child:hover > a{
          background: transparent;
          color:#fff;
          
     }  
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
        color: #ff6600;
        transition: all 0.4s ease-in-out;
    }  
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
        display:none;
    }
  
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > a {
        color: #ff6600;
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li.hs-item-has-children a:hover{
      background-color: rgba(0, 0, 0, 0);
  }
  
    
    .custom-menu-primary .hs-menu-wrapper > ul li:hover .child-trigger:after{
        border-top: 7px solid #cc0000;
    }
  
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
       background-color: transparent !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100% !important;
    border-top: none;
    z-index: 9999;
    box-shadow: none !important;
    padding: 0 0 0 10px;
    margin-top: -3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding-left: 5%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 15px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 23px;
    transition: all 0.2s ease-in-out;
  }

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

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
   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 .body-container .page-center {
    padding: 70px 5% 50px;
    max-width: 100% !important;
}

.hs-blog-post .body-container .page-center{
    padding: 57px 5% 50px;
    max-width: 100% !important;
}

.custom-topic-container .page-center {
    padding: 0 !important;
}

ul.menu-blog-menu {
  margin: 120px 0 0;
    list-style: none;
    display: block;
    border-top: 1px solid #c0c0c0;
    background-color: rgb(255, 255, 255);
    padding: 48px 5% 20px 5.5%!important;
    border-bottom: 1px solid #c0c0c0;
    text-align: center;
}

ul.menu-blog-menu li {
    padding-right: 14px;
    display: inline-block;
}

ul.menu-blog-menu li a {
    font-family: 'Comfortaa';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 29px;
    word-wrap: break-word;
    display: block;
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul.menu-blog-menu li a:after {
    content: '|';
    display: inline;
    padding-left: 14px;
    color: #923890;
}

ul.menu-blog-menu li:last-child a:after {
    display:none;
}

ul.menu-blog-menu li a:hover{
    color: #ff6600;
    opacity: 1;
    font-weight:normal;
}

.blog-entry {
    padding: 0 19px 90px;
}

.post-item:nth-child(2n) {
    margin-right: 0 !important;
    float: left;
}

.custom-get-in-touch {
    border-radius: 0 !important;
    background-color:#fff !important;
    margin:0 !important;
    padding:0 !important;
}

.custom-get-in-touch h3{
   font-family: 'Comfortaa'!important;
    color: #923890 !important;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 0; 
}
.custom-get-in-touch label{
    color:#000 !important;
}


ul.l_tinynav1, ul.l_tinynav2{
     display:none;
}

select#tinynav2,select#tinynav1 {
    margin-bottom: 5px;
    color: #000000 !Important;
    border: 1px solid #c0c0c0!important;
    margin-left: 1px;
    width: 100%;
    font-family: 'Comfortaa'!important;
    font-size: 13px!important;
    border-radius: 0px;
    border: 1px solid #c0c0c0!important;
    padding: 13px!important;
    background: url(//cdn2.hubspot.net/hubfs/3295561/good2bsocial%20-Oct2017/Images/dropdown.png)!important;
    background-position: 100%!important;
    background-repeat: no-repeat!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
}

.blog-sidebar h3 {
    margin: 0;
    font-family: 'Comfortaa'!important;
    color: #923890;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.custom-news {
    background-color: #fff;
    padding: 10px;
}
.custom-news ul {
    margin: 0 0 0 035px;
    padding: 0;
    list-style: none;
}
.custom-news ul li {
    margin: 0 0 7px;
}

.custom-news ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 16px;
    margin-left: -35px;
    margin-top: 5px;
    vertical-align: middle;
    background: url(//cdn2.hubspot.net/hubfs/3295561/good2bsocial%20-Oct2017/Images/in-the-news.png);
}

.custom-news ul li a {
    font-family: 'Comfortaa';
    font-style: normal;
    font-size: 12px;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: bold!important;
    color: #923890;
    text-decoration: none;
    line-height: 23.8px;
}

.custom-news ul li a:hover {
    color: #ff6600;
}

span.rssblogroll-feedname {
    font-size: 12px;
}
.et_overlay {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.post-item:hover .et_overlay {
    background-color: rgba(146,56,144,0.7);
}


.hs-blog-post .custom-blog-topics {
    display: none;
}

.section.post-header h1 {
    margin: 0;
    color: #8f1386;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    font-family: Comfortaa;
    padding: 0 0 10px;
}
.social-sharing {
    margin-bottom: 1.2em;
    padding: 32px 0 0;
}

.social-sharing span {
    font-family: 'Comfortaa';
    color: #000;
    font-weight: bold;
    margin: 0 0 10px !important;
    font-size: 14px;
    line-height: 23.8px;
    display: block;
}

.section.post-body hr {
    display: none;
}

.post-image_container {
    float: right;
    margin: 0 0 15px 15px;
    width: 300px;
}

.post-social-sharing span {
    padding: 0 0 10px;
    margin: 0 0 12px;
    font-family: Comfortaa;
    font-size: 12px;
    font-weight: bold;
    line-height: 14.4px;
    display: block;
    color: #333;
    position:relative;
}
span.share-bottom {
    display: inline-block;
    position: relative;
}
span.share-bottom:before {
    content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid #ddd;
    margin-bottom: 1em;
}
.post-social-sharing {
    clear: both;
    float: left;
    width: 100%;
}
.post_listing_comments {
    display: inline-block;
}
.hs-blog-post #hubspot-author_data a{
    color: #923890!important;
    font-weight:normal !important;
}

.related-post{
   float:left;
   width:100%;
   margin:20px 0;
   display:block;
}
.related-post h3 {
    color: rgb(51, 51, 51);
    display: block;
    font-family: Comfortaa;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.related-post-item {
    float: left;
    margin: 10px 10px 10px 0px;
    width: 20%;
}
.related-image img {
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}
.related-title {
    padding: 5px 0;
}
.related-title a{
    color: #ff6600;
    color: rgb(255, 102, 0);
    display: block;
    font-family: Comfortaa;
    font-size: 13px;
    font-weight: 500;
    line-height: 20.8px;
}

/*  ============   Blog Tabber Style ==========  */

.tabber-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.tabber-tabs li{
    border: none;
    display: inline;
    float: left;
    margin: -4px 3px 0 0;
    padding: 0;    
}
.tabber-tabs li:first-child{
    margin-right:5px;
}
.tabber-tabs li a{
    color: #fff;
    padding: 20px;
    border-radius: 0px;
    background: #923890;  
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight:normal;
    display:block;
}
.tabber-tabs li a:hover,
.tabber-tabs li.active > a{
    background-color: #f7f7f7;
    color: #923890;
    border-radius: 0px!important;
}
.tabber-content {
    background-color: #f7f7f7;
    position: relative;
}
.tab-pane ul{
    margin:0;
    padding:0;
    list-style:none;
    display:block;
}
.tab-pane ul li{
    padding: 20px 20px 0px;
    border: 0px;
    background-color: transparent;
    font-size: 13px;
    overflow: hidden;
    margin: 0;
}
.tab-pane ul li img {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0 7px 0 0;
    padding: 2px;
}
.tab-pane ul li a.post-thumb {
    display: table-cell;
    width: 74px;
    height: 74px;
}
.tab-pane ul li a.item-title {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    color: rgb(51, 51, 51);
    cursor: auto;
    display: table-cell;
    font-family: Comfortaa;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.8px;
}
.tab-pane ul li a.item-title:hover{
    color: #ff6600;
}

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

.blog .blog-content {
    margin-right: 5%!important;
    width: 66.666% !important;
    float: left !important;
}

/* 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 {
     font-size: 20px;
    font-family: 'Comfortaa';
    margin: 19px 0 0;
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 30px;
}

.post-header h2 a {
    color: #3d1043;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.post-header h2 a:hover{
    color: #ff6600;
    font-weight:normal;
}

/* Blog Author and Avatar */
#hubspot-author_data {
    color: #923890;
    line-height: 1.5em;
    margin-bottom: 6px;
    font-size: 14px;
    font-family: 'Comfortaa';
}

.hs-blog-post #hubspot-author_data{
    color: #000;
    padding-bottom: 15px;
    font-size: 14px;
}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {
    color: #923890;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#hubspot-author_data a.author-link:hover {
    color: #ff6600;
    font-weight:normal;
}

#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 {
    width: 45.758% !important;
    margin-right: 8.483%;
    float: left !important;
    margin-bottom: 18.54%;
    -webkit-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #d8d8d8;
    background-color: #fff;
    word-wrap: break-word;
    position: relative;
}
.image_container{
    position:relative;
}
.et_overlay {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
}
.post-item:hover .et_overlay {
        background-color: rgba(146,56,144,0.7);
            z-index: 3;
    opacity: 1;
}

.blog-listing-wrapper .post-listing .post-item .post-body {
        color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.8px;
}
.blog-post-wrapper .post-body {
    font-size: 14px;
}

/* 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 {
    background: #923890;
    background: -moz-linear-gradient(top, #923890 0%, #823280 50%, #732c71 100%);
    background: -webkit-linear-gradient(top, #923890 0%,#823280 50%,#732c71 100%);
    background: linear-gradient(to bottom, #923890 0%,#823280 50%,#732c71 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#923890', endColorstr='#732c71',GradientType=0 );
    position: absolute;
    left: calc(50% - 69.5px);
    bottom: calc(0% - 26.5px);
    padding: 15px 25px;
    text-transform: uppercase!important;
    border: 1px solid #923890;
    border-radius: 30px!important;
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: 800;
    margin-right: -20px;
    margin-top: 0px;
}

a.more-link:hover{
    background: #fff;
    color: #923890;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
     margin-top: 0;
    padding: 0;
    height: auto;
}

/* Blog Commments */
.custom_listing_comments {
    border: 1px solid #e2e2e2;
    display: block;
    line-height: 165%;
    padding: 15px;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
#comments-listing.no-comments {
   border: none;
}
.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;
}

/* Pagination */
/* Numbered Pagination */
.blog-pagination{
    display: block;
    text-align: center;
    clear:both;
    display: block;
    clear: both;
    padding: 20px 0px 20px 0px;
}

.blog-pagination > div{
    display: inline-block;
}

.blog-pagination-left{
    text-align: right;
}

.blog-pagination-right{
    text-align: left;
}

.blog-pagination a,
.extend{
    display: inline-block;
    text-align: center;
    padding: 6px 9px 6px 9px;
    margin: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Comfortaa';
    font-size:14px;
    line-height:23px;
    font-weight:bold;
    border: 0px!important;
    box-shadow: none!important;
    background: transparent!important;
    color: #c0c0c0
}

.blog-pagination a:hover,
.blog-pagination a:focus{
    color: #923890;
    text-shadow: none;
    text-decoration: none;
}

.blog-pagination a.elipses{
    border: 0;
}

.blog-pagination a.active{
    border: 0px!important;
    box-shadow: none!important;
    text-shadow: none!important;
    background: transparent!important;
    pointer-events: none;
    cursor: default;
    color: #923890!important;
}



/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {
    font-size: 20px;
    font-family: 'Comfortaa';
    margin: 0 0 20px
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 30px;
}
h2.post-listing-simple a {
    color: #3d1043;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
}


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

.blog .blog-sidebar {
    width: 28.33%!important;
    margin: 0 !important;
    float: left;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
        margin: 0 0 60px !important;
}


/* =============== 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 Field */
.hs-form-field {}


.body-container .widget-type-form, 
.body-container .widget-type-blog_subscribe, 
.body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription{
    background-color:#ff6600;
    border-radius: 10px;
    padding:25px;
    margin:10px 0;
}

.body-container  .form-title {
    border: none;
    background: 0 0;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Comfortaa, cursive;
    font-size: 22px;
    font-weight: normal;
    line-height: 33px;
    text-transform: uppercase;
}

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

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

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-conta.body-container iner input[type="file"],
.body-container textarea,
.body-container select {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    color: #000;
    border: 2px solid #fff;
    border-radius: 0;
    font-size: 14px;
    padding: 16px;
    font-weight: normal;
    line-height: 1;
    font-family: "Comfortaa", cursive;
    margin:6px 0;
}

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

/* 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{
    color: #790000;
    font-weight: 700;
    
}

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


.custom-footer-form input[type="text"]::-webkit-input-placeholder, 
.custom-footer-form input[type="email"]::-webkit-input-placeholder {
    color:#fff !important;
    opacity:1 !important;
}

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container label{
    color:#fff;
}
.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    cursor: pointer;
    color: #fff;
    background-color: #ff6600;
    border: 5px solid #fff;
    padding: 10px 15px;
    border-radius: 3px;
    text-decoration: none;
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.7em;
    width: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: inline-block;
    margin:10px 0 15px;
    white-space:normal !important;
}

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

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


/* =============== 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                                      
   ========================================================================== */
.scroll-header .custom-logo {
   padding: 19px 0 8px 4px;
   -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.scroll-header .custom-logo img{
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.scroll-header .custom-logo img {
    max-width: 360.641px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.scroll-header .custom-menu-primary {
    padding: 33px 0 25px;
}

.scroll-header .custom-search-icon {
    padding: 33px 0 0;
}
.form-open.scroll-header .custom-header-form {
    top: -18px;
}
.scroll-header .et_close_search_field:after{
    color: #000000 !important;
}

.custom-get-in-touch input[type="text"],
.custom-get-in-touch input[type="email"],
.custom-get-in-touch textarea{
    font-family: 'Comfortaa'!important;
    font-size: 13px!important;
    line-height: 1 !important;
    border: 1px solid #c0c0c0!important;
    border-radius: 0px !important;
    padding: 12px !important;
    margin: 0px !important;
    color: #000!important;
    background-color: #fff!important;
    margin: 15px 0px 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
    width: 100% !important;
}
.custom-get-in-touch input[type="text"]:focus,
.custom-get-in-touch input[type="email"]:focus,
.custom-get-in-touch textarea:focus{
   box-shadow:none !important; 
}

.custom-get-in-touch span.hs-form-required{
    display:none;
}
.custom-get-in-touch .hs-button.primary,
.custom-get-in-touch input[type="submit"],
.custom-get-in-touch input[type="button"]{
    background: #923890 !important;
    background: -moz-linear-gradient(top, #923890 0%, #823280 50%, #732c71 100%);
    background: -webkit-linear-gradient(top, #923890 0%,#823280 50%,#732c71 100%);
    background: linear-gradient(to bottom, #923890 0%,#823280 50%,#732c71 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#923890', endColorstr='#732c71',GradientType=0 );
    font-size: 14px !important;
    padding: 15px 25px !important;
    text-transform: uppercase!important;
    border: 1px solid #923890 !important;
    border-radius: 0px!important;
    color: #fff!important;
    font-weight: 600 !important;
    margin: 15px 0 0 !important;
    font-family: 'Comfortaa', cursive;
    letter-spacing: 0px !important; 
    float: right;
}


.custom-get-in-touch .hs-button.primary:hover,
.custom-get-in-touch input[type="submit"]:hover,
.custom-get-in-touch input[type="button"]:hover{
        background: #fff!important;
    background-color: #fff!important;
    color: #923890!important;
}

.custom-get-in-touch select{
    margin-bottom: 5px;
    color: #000000 !Important;
    border: 1px solid #c0c0c0!important;
    margin-left: 1px;
    width: 100% !important;
    max-width:100% !important;
    font-family: 'Comfortaa'!important;
    font-size: 13px!important;
    border-radius: 0px;
    border: 1px solid #c0c0c0!important;
    padding: 13px!important;
    background: url(//cdn2.hubspot.net/hubfs/3295561/good2bsocial%20-Oct2017/Images/dropdown.png)!important;
    background-position: 100%!important;
    background-repeat: no-repeat!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    height:auto !important;
    box-shadow:none !important;
}
.hs-error-msgs label {
    color: #790000 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: normal !important;
}

#comment-form.new-comments h3{
    color: rgb(51, 51, 51);
    display: block;
    font-family: Comfortaa;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin:0 0 15px;
}
#comment-form.new-comments p{
    color: rgb(0, 0, 0);
    display: block;
    font-family: Comfortaa;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.8px;
    margin:0 0 14px;
    padding:0;
    display:block;
}
#comment-form.new-comments label {
    color: rgb(0, 0, 0);
    display: block;
    font-family: Comfortaa;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.8px;
    margin: 0;
    padding: 0;
    display: block;
}

#comment-form.new-comments input[type="text"],
#comment-form.new-comments input[type="password"], 
#comment-form.new-comments input[type="datetime"], 
#comment-form.new-comments input[type="datetime-local"], 
#comment-form.new-comments input[type="date"], 
#comment-form.new-comments input[type="month"], 
#comment-form.new-comments input[type="time"], 
#comment-form.new-comments input[type="week"], 
#comment-form.new-comments input[type="number"], 
#comment-form.new-comments input[type="email"], 
#comment-form.new-comments input[type="url"], 
#comment-form.new-comments input[type="search"], 
#comment-form.new-comments input[type="tel"], 
#comment-form.new-comments input[type="color"],
#comment-form.new-comments textarea,
#comment-form.new-comments select {
    background-color: #eee !important;
    color: #000;
    border: 2px solid #fff;
    box-shadow: none !important;
    border-radius: 0;
    font-size: 14px;
    padding: 16px;
    font-weight: normal;
    max-width: 100% !important;
    width: 100% !important;
    line-height: 1;
    box-sizing: content-box;
    font-family: "Comfortaa", cursive;
    margin: 6px 0;
    outline: none;
}

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

#comment-form.new-comments .hs-button.primary, 
#comment-form.new-comments input[type="submit"], 
#comment-form.new-comments input[type="button"] {
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid #ff6600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #ff6600;
    text-shadow: none;
    box-shadow: none;
}
#comment-form.new-comments .hs-button.primary:hover, 
#comment-form.new-comments input[type="submit"]:hover, 
#comment-form.new-comments input[type="button"]:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color:transparent;
}  
    
 .custom-form{
     width:50% !important;
 }   
/*  -----------------   Header Search Form --------------------------  */
.custom-header-form {
    position: absolute;
    padding: 0;
    background: #fff;
    width: 100% !important;
    min-height: 142px !important;
    transition: top 0.6s ease-in-out;
    Z-INDEX: 9;
    top: -200px;
    left: 0;
    right: 0;
}

.form-open .custom-header-form{
    top:0;
}
.form-open .custom-menu-primary,
.form-open #et_top_search{
    top: 50px;
    opacity: 0;
    
}

.custom-header-form .page-center{
    position:relative;
    padding:0 30px;
}
.et-search-form {
    right: 95px;
    width: 790px;
    position: absolute;
    z-index: 1000;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000;
}
.et-search-form input {
    height: 50px;
    padding: 15px;
    font-family: 'Comfortaa';
    border: 1px solid #923890;
    color: #000!important;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 48px;
    bottom: 0;
    width: 90%;
    margin: auto;
    background: #fff;
    margin: 46px 0;
    transition:all 0.6s ease-in-out;
    outline:none !important;
}
.et_close_search_field {
    display: block;
    position: absolute;
    z-index: 99999;
    top: 141px;
    right: 18px;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    cursor: pointer;
    transition:all 0.6s ease-in-out;
}

.et_close_search_field:after {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ETmodules";
    font-size: 32px;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: "\4d";
    speak: none;
    color: #923890;
}

.subscribe-options label span {
    font-weight: normal;
    margin-left: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.custom-unsubscribe h1,
.custom-unsubscribe h2,
.custom-unsubscribe h3{
    color:#fff !important;
}

/*  -----------------   END Header Search Form --------------------------  */


/* Styles that do not fit into any of the available sections above can go here. */


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


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width:1680px) {
    .et_pb_button_module_wrapper {
        margin: 0 0 40.078px;
    }
}

@media (max-width:1366px) {
    .et_pb_button_module_wrapper {
        margin: 0 0 33.078px;
    }
}

@media (max-width:1280px) {
    .et_pb_button_module_wrapper {
       margin: 0 0 31.078px;
    }
}


@media (max-width:1260px) {
    .et_pb_button_module_wrapper {
       margin: 0 0 30.078px;
    }
    .custom-logo img {
        max-width: 333.969px;
    }
    .custom-logo {
        padding: 17px 0 0 34px;
    }
    .header-bottom-wrapper {
        min-height: 96px !important;
    }
    .scroll-header .custom-logo img {
       max-width: 262px;
    }
    .scroll-header .custom-logo {
        padding: 15px 0 5px 34px;
    }
    .custom-header-bottom .page-cente {
        position: relative;
    }
    .custom-header-bottom {
        padding: 0;
    }
    .custom-search-icon {
        position: relative;
        right: 97px;
        top: -6px;
    }
    .scroll-header .custom-menu-primary {
        padding: 0;
    }
    .scroll-header .custom-search-icon {
        padding: 21px 0 0;
    }
    
    .scroll-header  .mobile-trigger {
        top: -55px;
    }
    .banner-area h1 {
        padding-top: 0px;
    }
    .banner-area {
        padding: 42px 0 56px;
    }
    .form-open .custom-menu-primary, .form-open #et_top_search {
        top: 0;
        opacity: 0;
    }
    .form-open .custom-header-form {
        top: -23px;
    }
    .et-search-form {
        right: 74px;
        width: 50%;
    }
    
}

@media (max-width: 1199px) {
    .et_pb_button_module_wrapper {
        margin: 0px 0 28.078px;
    }
    .custom-get-in-touch .hs_recaptcha.field.hs-form-field {
        overflow: hidden;
    } 
}

@media (max-width: 1024px) {
    .custom-footer-bg ul {
        text-align: left;
    }
    .et_pb_button_module_wrapper {
        margin: 0px 0 24.078px;
    }
    .footer-content-wrapper {
        padding: 0 0 65px;
    }
    .custom-footer-bg ul {
        margin: 0 0 41px;
    }
}

@media (max-width: 980px) {
    #et-info {
        display: block;
        padding: 11.5px 0 13.500px;
    }
    .custom-header-top-bg {
        padding: 0 5%;
    }
    .custom-logo {
        padding: 12px 0 0 5.4%;
    }
    .mobile-trigger {
        top: -44px;
        padding: 0px 5% 0 0;
    }
    .custom-search-icon {
        right: 115px;
    }
    .scroll-header .custom-logo {
        padding: 10px 0 10px 5.4%;
    }
     .custom-footer-contact, .custom-connect, .custom-footer-form {
        margin:0 0 60px !important;
        width: 100% !important;
    }
    .map_image iframe {
        height: 350px;
        width: 100%;
    }
    .custom-footer-bg {
        padding: 50px 5% 50px;
    }
    .custom-footer-bg ul {
        text-align: center;
    }
    .custom-footer-form {
        margin: 0 !important;
    }
    .custom-copyright p {
        padding: 0 0 13px;
    }
    .footer-content-wrapper {
        padding: 0 0 77px;
    }
    .banner-area h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .banner-area {
        padding: 55px 0 56px;
    }
    .banner-area p {
        font-size: 30px;
        line-height: 36px;
    }
    ul.menu-blog-menu li {
        padding-right: 14px;
        display: block;
    }
    ul.menu-blog-menu li a:after {
        display:none;
    }
     
    .blog .blog-sidebar {
        width: 100% !important;
        margin: 0 !important;
        float: left;
    }
    .blog .blog-content {
        margin-right: 0 !important;
        width: 100% !important;
 }
    .blog-listing-wrapper .post-listing .post-item {
        width: 46.25% !important;
        margin-right: 7.5% !important;
    }
     .blog-listing-wrapper .post-listing .post-item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .blog .body-container .page-center {
        padding: 50px 5% 50px;
    }
    .et-search-form {
        right: 30px;
        width: 50%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        width: 90%;
        position: fixed;
        top: 143px;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 4.5%;
    }
    .child-trigger {
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: -5px;
        width: 55px !important;
        min-width: 55px !important;
        height: 45px !important;
        padding: 0 !important;
        text-align: center;
        left: auto;
        margin: 0 auto;
    }
    .child-trigger:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #ffffff;
        position: absolute;
        right: 0;
        top: 15px;
        text-align: center;
    }
}


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

@media (max-width: 767px) {
    
    .custom-header-info {
        text-align: center;
    }
    .custom-logo {
        padding: 12px 0 0 5.6%;
    }
    .custom-search-icon {
        right: 104px;
        top: -6px;
    }
    div#comment-form {
        padding-right: 5%;
        overflow-x: hidden;
    }
    .scroll-header .custom-logo {
        padding: 10px 0 10px 5.6%;
    }
    .map_image iframe {
        height: 220px;
        width: 100%;
    }
    .banner-area h1 {
        font-size: 22px;
        line-height: 26.4px;
    }
    .banner-area {
       padding: 43px 10px 54px;
    }
    .banner-area p {
        font-size: 22px;
        line-height: 26.4px;
    }
    .blog-listing-wrapper .post-listing .post-item {
        width: 100% !important;
        margin-right: 7.5% !important;
    }
    .image_container img {
        width: 100%;
    }
    .blog-listing-wrapper .post-listing .post-item {
        margin-right: 0 !important;
    }
    ul.menu-blog-menu {
        margin: 98px 0 0;
        padding: 33px 5% 2px 6.8%!important;
    }
    ul.menu-blog-menu li a {
        padding-bottom: 31px;
    }
    .et-search-form {
        right: 24px;
        width: 50%;
    }
    .related-post-item {
        float: left;
        margin: 10px 10px 10px 0px;
        width: 45%;
    }
    .custom-form{
         width:100% !important;
     }  
        
   
}  


/* =============== Landscape phones and smaller devices =============== */
@media (max-width:500px){
  .custom-logo img {
        max-width: 326.031px;
    } 
    .custom-logo {
        padding: 13px 0 0 5.7%;
    }
    .scroll-header .custom-logo {
            padding: 10px 0 10px 5.7%;
    }
    .mobile-trigger {
        top: -43px;
        padding: 0px 5% 0 0;
    }
    .custom-search-icon {
        right: 91px;
        top: -6px;
    }
    .related-post-item {
        float: left;
        margin: 10px 0px 20px 0px;
        width: 100%;
    }
    .et-search-form {
        right: 0;
        width: 50%;
    }
}



@media (max-width: 479px) {
    .map_image iframe {
        height: 200px;
        width: 100%;
    }
    .custom-logo img {
        max-width: 280.656px;
    }
    .custom-logo {
        padding: 17px 0 0 5.8%;
    }
    .scroll-header .custom-logo {
        padding: 10px 0 10px 5.8%;
    }
    .mobile-trigger {
        top: -38px;
        padding: 0px 5% 0 0;
    }
    .custom-search-icon {
        right: 75px;
    }
}

@media (max-width:420px){
    .custom-logo img {
        max-width: 244.828px;
    }
    .custom-logo {
        padding: 22px 0 0 5.9%;
    }
    .mobile-trigger {
        top: -35px;
    }
    .custom-search-icon {
        right: 72px;
    }
    .scroll-header .custom-logo img {
        max-width: 244.828px;
    }
    .scroll-header .custom-logo {
        padding: 12px 0 11px 5.9%;
    }
}

@media (max-width: 380px){
  .hs_recaptcha.field.hs-form-field {
    overflow: hidden;
    } 
    .custom-logo img {
        max-width: 221.141px;
    }
    .custom-logo {
        padding: 24px 0 0 5.9%;
    }
    .mobile-trigger {
        top: -32px;
    }
    .custom-search-icon {
        right: 70px;
    }
    .scroll-header .custom-logo img {
        max-width: 219.906px;
    }
    .scroll-header .custom-logo {
        padding: 15px 0 14px 6%;
    }
}


@media (max-width: 360px){
    .custom-logo img {
        max-width:184.078px;
    }
    .scroll-header .custom-logo img {
        max-width: 184.078px;
    }
    .custom-logo {
        padding: 26px 0 0 5.9%;
    }
    .mobile-trigger {
        top: -31px;
    }
    span#et-info-phone {
        margin-right: 0;
    }
    .custom-header-info #et-info a {
        font-size: 14px;
    }
    .custom-logo {
        padding: 30px 0 0 5.9%;
    }
    
    .scroll-header .custom-logo {
        padding: 20px 0 14px 6%;
    }
}


