/* Order of files */
/* this file is theme */
/* 1 LO_variables import to theme - styles - core */
/* 2 LO_styles include in theme */
/* 3 LO_theme include in core */
/* 4 LO_core attach to LO_master */
 
 
 
 
 

/* ===================================================== */
/* ===================================================== */
/* ================== Begin Theme Styles =============== */
/* ===================================================== */
/* ===================================================== */ 
/* Theme styles are specific to the Launch Theme */

/* Header-footer and Sections Background color */
 /* alternate section Background | default light Blue ="#f2fafc" */
 /* Dark section Background | default Dark Gray ="#333333" */
 /* Footer section Background | default Dark Blue ="#0391b4" */
 /* Footer Text Color| default white ="#ffffff" */
 /* Footer link Color | default light Blue ="#caf2fc" */
  
/* ===================================================== */
/* ================ Begin Theme Fonts ================== */
/* ===================================================== */


/* things on core - center - zigzag - right align - structural - mobile menu */
/* core always corresponds to sections */
/* things on theme - typography - spacing - colors - shadows - margins - background images */
 

/* date 12-11-18 */
@media(min-width: 768px) {
.row-fluid .hidden-phone a{margin-top: 1px;}
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 10px;padding-top: 6px; padding-bottom: 19px;}
}

.page-center {
    float: none !important;
    max-width: 1145px !important;
    margin: 0 auto !important;
}
.page-center-custom-right {
    float: right !important;
    max-width: 90%!important;
    margin: 0 auto !important;
}
.page-center-custom-left {
    float: left !important;
    max-width: 90%!important;
    margin: 0 auto !important;
}

@media(max-width: 767px) {
    .page-center-custom-right, .page-center-custom-left {
        float: none !important;
        max-width: 1145px !important;
        margin: 0 auto !important;
    }
}

body {
    margin: 0;
}

:target:before {
content:"";
display:block;
height:80px; /* fixed header height*/
margin:-80px 0 0; /* negative fixed header height */
}
.center-align {
    text-align: center;
}
.right-align {
    text-align: right;
}
.left-align {
    text-align: left;
}

.generic-padding {
    padding: 7% 15px;
}
.minimal-padding {
    padding: 0 15px;
}
.top-padding {
    padding-top: 40px;
}
.bottom-padding {
    padding-bottom: 40px;
}
.left-padding {
    padding-left: 40px;
}
.right-padding {
    padding-right: 40px;
}
.banner-bkg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
}
.parallax {
    background-attachment: fixed !important;
}
.banner-padding {
    padding: 8% 10% 12%;
}
.narrow-section-padding {
    padding: 0 10%;
}
.banner-text-padding {
    padding: 0 15%;
}
.page-center-custom-left .z-text-padding {
    padding: 0 10%;
}
.white-bkg {
    background: #fff;
}
.border-radius {
    border-radius: 5px;
}

.row-fluid .span1.card, .row-fluid .span1.nested-card { width: 8.33%; }
.row-fluid .span2.card, .row-fluid .span2.nested-card { width: 16.66%; }
.row-fluid .span3.card, .row-fluid .span3.nested-card { width: 25%; }
.row-fluid .span4.card, .row-fluid .span4.nested-card { width: 33.33%; }
.row-fluid .span5.card, .row-fluid .span5.nested-card { width: 41.66%; }
.row-fluid .span6.card, .row-fluid .span6.nested-card { width: 50%; }
.row-fluid .span7.card, .row-fluid .span7.nested-card { width: 58.33%; }
.row-fluid .span8.card, .row-fluid .span8.nested-card { width: 66.66%; }
.row-fluid .span9.card, .row-fluid .span9.nested-card { width: 75%; }
.row-fluid .span10.card, .row-fluid .span10.nested-card { width: 83.33%; }
.row-fluid .span11.card, .row-fluid .span12.nested-card { width: 91.66%; }
.row-fluid .span12.card, .row-fluid .span12.nested-card { width: 100%; }

.card {
    padding: 0;
    border: 0;
    margin-left: 0 !important;
}
.nested-card {
    padding: 0;
    border: 0;
    overflow: hidden;
}

.columns5 {
    width: 20% !important;
    margin-left: 0 !important;
}

@media(max-width: 767px) {
    .row-fluid .span1.card, .row-fluid .span1.nested-card, 
    .row-fluid .span2.card, .row-fluid .span2.nested-card, 
    .row-fluid .span3.card, .row-fluid .span3.nested-card, 
    .row-fluid .span4.card, .row-fluid .span4.nested-card, 
    .row-fluid .span5.card, .row-fluid .span5.nested-card, 
    .row-fluid .span6.card, .row-fluid .span6.nested-card, 
    .row-fluid .span7.card, .row-fluid .span7.nested-card, 
    .row-fluid .span8.card, .row-fluid .span8.nested-card, 
    .row-fluid .span9.card, .row-fluid .span9.nested-card, 
    .row-fluid .span10.card, .row-fluid .span10.nested-card, 
    .row-fluid .span11.card, .row-fluid .span12.nested-card, 
    .row-fluid .span12.card, .row-fluid .span12.nested-card {
        width: 100%;
    }
    .right-align {
        text-align: center;
    }
    .columns5 {
        width: 100% !important;
    }
    .parallax {
        background-attachment: initial !important;
    }
}

@media(max-width: 767px){ 
    .left-padding {
        padding-left: 0;
    }
    .right-padding {
        padding: 0;
    }
    
}
h3.form-title {
    margin: 0;
    padding-bottom: 30px;
}
fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
    padding: 0;
    margin-right: 0;
}
fieldset.form-columns-2 .hs-form-field {
    padding: 0;
}
fieldset.form-columns-3 .hs-form-field {
    padding: 0;
}
fieldset {
    max-width: 100% !important;
}

div.actions {
    text-align: center;
}

@media(max-width: 767px) {
    fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
    }
}


.blog .static-socials{
    position: fixed;
    margin-left: -215px!important;
    margin-top: 122px;
    width: 75px;
}
.blog .static-socials .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item{
    float: none;
    height: 50px;
}
.blog .static-socials .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item-twitter{
    height: 35px;
}
.blog .static-socials-custom-share ul li{
    list-style-type: none;
}
.blog .static-socials-custom-share ul li .fa-2x{
    font-size: 22px;
}

.blog .author-image {
    width: 10% !important;
    float: left;
}
.blog .author-content {
    width: 90% !important;
    float: left;
}
.blog-post .post-body p, .blog-post .post-body span, .blog-post .post-body a {
    font-size: 20px;
    margin:5px 0 60px;
    font-weight: 300;
    line-height: 1.58;
}
.blog .mobile-socials {
    display: none;
}
.blog-comments {
    padding-top: 12% !important;
}



@media(max-width: 1160px) {
    .blog .static-socials {
        margin-left: -115px !important;
    }
}

@media(max-width: 960px) {
    .blog .static-socials {
        margin-left: -85px !important;
    }
}

@media(max-width: 900px) {
    .blog .static-socials {
        display: none;
    }
    .blog .mobile-socials {
        display: block;
    }
    .blog .static-socials-custom-share ul {
        margin: 0;
        padding: 0;
    }
    .blog .static-socials-custom-share ul li {
        width: 35px;
        float: left;
        padding-bottom: 20px;
    }
    .blog .static-socials-custom-share ul li.label {
        width: 100%;
        padding-bottom: 0;
    }
    .blog .static-socials-custom-share ul li.share-mail-to {
        width: 50%;
    }
}


@media (max-width: 767px) {
    .blog .author-image {
        width: 20% !important;
    }
    .blog .author-content {
        width: 80% !important;
    }
    .blog-post .post-body p, .blog-post .post-body span, .blog-post .post-body a {
        font-size: 18px;
        margin: 5px 0 30px;
    }

    
}

@media(max-width: 414px) {
    .blog .static-socials-custom-share ul li.share-mail-to {
        width: 30%;
    }
}

  
  /* Toggle Button Icon & Animations
     ========================================================================== */
  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      background-color: #f7751f;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      background-color: #f7751f;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */
  a.child-trigger {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }

  /* Child Toggle Button Icon & Animations
     ========================================================================== */
  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #f7751f; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }


 
 /*Variables*/
    /* Set Mobile Menu Background Color */
     /* Set Mobile Link Color */
     /* Set Mobile Link Hover Color */


/* Styles are atomic or molecular */

  @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
  @import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700');
  @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
 

/* ============== Generic Styles ================= */
.border-t1 {
    border: 1px solid #e6e7e8;
}
.topBorder-t1 {
    border-top: 1px solid #e6e7e8;
}
.leftBorder-t1 {
     border-left: 1px solid #e6e7e8;
}
.rightBorder-t1 {
     border-right: 1px solid #e6e7e8;
}
.topDarkBorder-t1 {
    border-top: 1px solid ;
}
.bottomBorder-t1 {
    border-bottom: 1px solid #e6e7e8;
}
.bottomDarkBorder-t1 {
    border-bottom: 1px solid ;
}
.colorTopBorder-t1 {
    border-top:  solid #f7751f !important;
}
.colorTopBorder-t2 {
    border-top:  solid #1992c7 !important;
}
.colorTopBorder-t3 {
    border-top:  solid #8c2f2a !important;
}
.colorTopBorder-t4 {
    border-top:  solid #67bd45 !important;
}
.colorBottomBorder-t1 {
    border-bottom:  solid #f7751f !important;
}
.colorBottomBorder-t2 {
    border-bottom:  solid #1992c7 !important;
}
.colorBottomBorder-t3 {
    border-bottom:  solid #8c2f2a !important;
}
.colorBottomBorder-t4 {
    border-bottom:  solid #67bd45 !important;
}
.iconColor-t1.fa {
    color: #f7751f;
}
.iconColor-t2.fa {
    color: #1992c7;
}
.iconColor-t3.fa {
    color: #f7751f;
}
.iconColor-t4.fa {
    color: #1992c7;
}
.overlay-t1 {
    background: rgba(212,128,66,0.82);
}
.box-shadow {
    box-shadow: 1px 1px 12px rgba(39,55,74,.15);
}
.hide {
    display: none !important;
} 

@media(max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }
    .mobile-center {
        text-align: center;
    }
    .mobile-top-padding {
        padding-top: 20px;
    }
    .mobile-bottom-padding {
        padding-bottom: 20px;
    }
}

/* ============== Background Colors ================= */
.lightBkg-t1 {
    background-color: #f9f9f9;
}
.darkBkg-t1 {
    background-color: #f5f5f5;
}
.white-bkg {
    background-color: #fff;
}
.colorBkg-t1 {
    background-color: #f7751f;
}
.colorBkg-t2 {
    background-color: #1992c7;
}
.colorBkg-t3 {
    background-color: #8c2f2a;
}
.colorBkg-t4 {
    background-color: #67bd45;
}
.rising-section.generic-padding {
    margin-top: -12.5% !important;
}
.rising-section {
    margin-top: -7.5% !important;
}

/* ============== Custom Module Generic Styles ================= */
/* Z Custom Modules */
.z-text-padding {
    padding-right: 25%;
}
.darkBkg-t1 .background-text h1, .darkBkg-t1 .background-text h2,
.darkBkg-t1 .background-text h3, .darkBkg-t1 .background-text h4,
.darkBkg-t1 .background-text h5, .darkBkg-t1 .background-text h6,
.darkBkg-t1 .background-text p, .darkBkg-t1 .background-text span,
.darkBkg-t1 .background-text div, .darkBkg-t1 .background-text a {
    color: #fff;
}
.colorBkg-t1 .background-text h1, .colorBkg-t1 .background-text h2,
.colorBkg-t1 .background-text h3, .colorBkg-t1 .background-text h4,
.colorBkg-t1 .background-text h5, .colorBkg-t1 .background-text h6,
.colorBkg-t1 .background-text p, .colorBkg-t1 .background-text span,
.colorBkg-t1 .background-text div, .colorBkg-t1 .background-text a {
    color: #fff;
}
.colorBkg-t2 .background-text h1, .colorBkg-t2 .background-text h2,
.colorBkg-t2 .background-text h3, .colorBkg-t2 .background-text h4,
.colorBkg-t2 .background-text h5, .colorBkg-t2 .background-text h6,
.colorBkg-t2 .background-text p, .colorBkg-t2 .background-text span,
.colorBkg-t2 .background-text div, .colorBkg-t2 .background-text a {
    color: #fff;
}
.colorBkg-t3 .background-text h1, .colorBkg-t3 .background-text h2,
.colorBkg-t3 .background-text h3, .colorBkg-t3 .background-text h4,
.colorBkg-t3 .background-text h5, .colorBkg-t3 .background-text h6,
.colorBkg-t3 .background-text p, .colorBkg-t3 .background-text span,
.colorBkg-t3 .background-text div, .colorBkg-t3 .background-text a {
    color: #fff;
}
.colorBkg-t4 .background-text h1, .colorBkg-t4 .background-text h2,
.colorBkg-t4 .background-text h3, .colorBkg-t4 .background-text h4,
.colorBkg-t4 .background-text h5, .colorBkg-t4 .background-text h6,
.colorBkg-t4 .background-text p, .colorBkg-t4 .background-text span,
.colorBkg-t4 .background-text div, .colorBkg-t4 .background-text a {
    color: #fff;
}
.overlay-t1 .background-text h1, .overlay-t1 .background-text h2,
.overlay-t1 .background-text h3, .overlay-t1 .background-text h4,
.overlay-t1 .background-text h5, .overlay-t1 .background-text h6,
.overlay-t1 .background-text p, .overlay-t1 .background-text span,
.overlay-t1 .background-text div, .overlay-t1 .background-text a {
    color: #fff;
}
.overlay-t1 .lightBkg-t1 .background-text h1, .overlay-t1 .lightBkg-t1 .background-text h2,
.overlay-t1 .lightBkg-t1 .background-text h3, .overlay-t1 .lightBkg-t1 .background-text h4,
.overlay-t1 .lightBkg-t1 .background-text h5, .overlay-t1 .lightBkg-t1 .background-text h6 {
    color: #595959;
}
.overlay-t1 .lightBkg-t1 .background-text p, .overlay-t1 .lightBkg-t1 .background-text span,
.overlay-t1 .lightBkg-t1 .background-text div {
    color: #595959;
}
.overlay-t1 .lightBkg-t1 .background-text a {
    color: #f7751f;
}
img {
    height: auto !important;
}


/*Bucket Custom Modules */
.generic-bucket {
    padding: 7% 40px;
}
.generic-bucket .text-block{
    padding: 25px 0;
    margin-left: 0 !important;
}
.generic-bucket2 .text-block {
    padding: 0 15px 20px;
}
.generic-bucket img {
    width: 100%;
    height: auto;
}
.generic-bucket h1, .generic-bucket h2, 
.generic-bucket h3, .generic-bucket h4,  
.generic-bucket h5, .generic-bucket h6{
    margin: 0 0 15px;
}

.block-bucket {
    margin: 15px 0;
}

@media(max-width: 767px) {
    .mobile-bucket-padding {
        padding: 0 15px;
    }
    .generic-bucket {
        padding: 7% 15px;
    }
}



/*Banners*/
.g-cb-f2 {
    padding: 8% 15px;
}
.g-cb-f2-banner {
    margin-bottom: 100px
}
.g-cb-f2-content-wrapper {
    padding-right: 10%;
}
.g-cb-f2-text {
    padding-right: 15%;
}
.g-cb-f2-form-wrapper {
    margin-bottom: -200px;
    padding: 30px;
    box-shadow: 1px 1px 12px rgba(39,55,74,.15);
}
.g-cb-f2-form-wrapper h3 {
    text-align: center;
}
.g-cb-f-header {
    padding-right: 8px;
} 
.lp-g-f1-text {
    padding-right: 10%;
}
.lp-g-f1-form-wrapper {
    padding: 30px;
    box-shadow: 1px 1px 12px rgba(39,55,74,.15);
}


/* ====== Blog Listing ====== */
.freemium-blog .g-b1-banner .page-center {
    padding: 10% 5%;
}
.freemium-blog .blog-content {
    padding: 0 15px 5%;
}
.freemium-blog .blog-listing-wrapper .post-listing .post-item {
    padding: 5% 0;
}
.freemium-blog .post-summary h1, .freemium-blog .post-summary h2, .freemium-blog .post-summary h3, 
.freemium-blog .post-summary h4, .freemium-blog .post-summary h5, .freemium-blog .post-summary h6, 
.freemium-blog .post-summary p, .freemium-blog .post-summary span, .freemium-blog .post-summary div {
    font-size: 17px;
    line-height: 1.64em;
    color: #595959;
    margin: 10px 0;
}
.freemium-blog .post-summary h1, .freemium-blog .post-summary h2, .freemium-blog .post-summary h3, 
.freemium-blog .post-summary h4, .freemium-blog .post-summary h5, .freemium-blog .post-summary h6 {
    font-weight: 400;
}
.freemium-blog .blog-listing-wrapper .post-listing .post-item {
    width: 31%;
    float: left;
    padding: .5%;
    margin: 1%;
    position: relative;
    height: 585px; 
    background:#ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.05);
}
.freemium-blog .blog-listing-wrapper .post-listing .post-item .post-content {
    padding: 0 15px;
}
.freemium-blog .blog-listing-header {
    padding: 10px 0;
}
.freemium-blog .post-header h2, .freemium-blog .post-header a {
    font-size: 20px; 
    color: #595959;
    text-decoration: none;
}
.freemium-blog .post-header h3 a{
    font-weight: 600;
}
.freemium-blog .post-header a.author-link {
    font-size: 16px;
    color: #8a8a8a;
    font-weight:100;
}
.freemium-blog .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper {
    height: 200px;
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
}
.freemium-blog .blog-listing-wrapper .post-listing .post-item  .hs-featured-image {
    max-width: 100%;
}
.freemium-blog .post-item-content {
    padding: 0 10px;
    height: 530px;
    margin: 3px;
}
.freemium-blog .more-link {
    position: absolute;
    bottom: 20px;
    border: 0;
    background-color: none;
    color: #74a853;
    padding: 0;
    font-size:24px;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    width: 100%;
    text-transform: lowercase;
    font-variant: small-caps;
}
.freemium-blog a.more-link:hover {
    background-color: transparent;
    color: #114376;
}
.freemium-blog .post-listing .post-item:first-child {
    width: 100%;
    padding: 5% 0;
    height: auto;
    margin: 0;

}
.freemium-blog .post-item:first-child .hs-featured-image-wrapper, 
.freemium-blog .post-item:first-child .freemium-post-list-wrapper {
    width: 50% !important;
    float: left !important;
}
.freemium-blog .blog-listing-wrapper .post-listing .post-item:first-child .hs-featured-image-wrapper {
    border-radius: 5px;
    height: 300px;
    overflow: hidden;
    margin-right: 30px;
}
.freemium-blog .post-item:first-child .post-header, 
.freemium-blog .post-item:first-child .post-summary {
    padding-left: 40px;
}
.freemium-blog .post-item:first-child .freemium-post-list-wrapper h3 {
    margin: 0;
}
.freemium-blog .post-listing .post-item:first-child .more-link {
    position: initial;
    
}

@media(max-width: 1160px) {
    .freemium-blog .second-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        width: 25%;
        float left;
        margin: 0;
    }
}

@media(max-width: 1115px) {
    .freemium-blog .post-listing .post-item:first-child {
        height: auto;
    }
    .freemium-blog .blog-listing-wrapper .post-listing .post-item {
        height: 615px;
    }
    .freemium-blog .blog-listing-wrapper .post-listing .post-item:first-child {
        height: initial;
    }
}

@media(max-width: 950px) {
    .freemium-blog .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper {
        height: 120px;
    }
    .freemium-blog .blog-listing-wrapper .post-listing .post-item {
        height: 585px;
    }
    .freemium-blog .blog-listing-wrapper .post-listing .post-item:first-child {
        height: initial;
    }
}


@media(max-width: 767px) {
    .freemium-blog .blog-listing-wrapper .post-listing .post-item {
        height: auto;
        width: 100%;
    }
    .freemium-blog .more-link {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
    .freemium-blog .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper, 
    .freemium-blog .blog-listing-wrapper .post-listing .post-item:first-child .hs-featured-image-wrapper {
        height: auto;
        border-radius: 0;
    }
    .freemium-blog .post-item:first-child .hs-featured-image-wrapper, 
    .freemium-blog .post-item:first-child .freemium-post-list-wrapper {
        width: 100% !important;
    }
    .freemium-blog .post-item:first-child .post-header, .freemium-blog .post-item:first-child .post-summary {
        padding-left: 0;
    }

}

/* ====== Blog Post ====== */
.freemium-post .post-content-header {
    padding-bottom: 20px;
}
.freemium-post .post-content-header h1 {
    margin: 10px 0;
}
.freemium-post .post-content-header h1 span {
    font-size: 48px;
    font-weight: 600;
}
.freemium-post .post-body img {
    height: auto;
}
.freemium-post .sidebar .inline-subscribe h3.form-title {
    display: none;
}
.freemium-post .sidebar .inline-subscribe .hs_cos_wrapper_type_form input[type="email"], 
.freemium-post .sidebar .inline-subscribe input {
    font-size: 15px;
    padding: 10px;
}
.freemium-post .subscribe-wrapper {
    margin: 30px 0;
    border: 1px solid #e6e7e8;
    padding: 20px;
}
.freemium-post .sidebar .post-title a {
    color: #f7751f;
}
.freemium-post .sidebar .post-title {
    padding: 2px 0;
}
.freemium-post .sidebar .post-title p {
    margin: 3px 0;
}
.freemium-post .sidebar .topics ul {
    padding: 0;
}
.freemium-post .sidebar .topics li {
    list-style-type: none;
}
.freemium-post .sidebar .topics li a {
    text-transform: capitalize;
    color: #f7751f;
    text-decoration: none;
}
.freemium-post .sidebar .topics .filter-expand-link {
    font-weight: 700;
    text-decoration: none;
}
.freemium-post #comment-form div.actions {
    text-align: left;
}

.freemium-post .post-body p, .freemium-post .post-body span {
    font-size: 17px;
}
.freemium-post .post-body p, .freemium-post .post-body span, 
.freemium-post .post-body div, .freemium-post .post-body a {
    font-family: 'Merriweather', serif;
}
.freemium-post .post-body h1, .freemium-post .post-body h2, 
.freemium-post .post-body h3, .freemium-post .post-body h4, 
.freemium-post .post-body h5, .freemium-post .post-body h6 {
    font-weight: 600;
    line-height: 2em;
    margin: 15px 0;
}

/* Custom Social Share */
.freemium-post .custom-share {
    padding-bottom: 25%;
}
.freemium-post .custom-share ul {
    padding: 0;
}
.freemium-post .custom-share li {
    list-style-type: none;
    float: left;
}
.freemium-post .custom-share li a {
    text-decoration: none;
}
.freemium-post .custom-share li.share-label {
    padding-top: 12px;
    padding-right: 5px;
}
.freemium-post .custom-share li .fa {
    font-size: 1.2em;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: #f7751f;
    color: #fff;
}
.freemium-post .custom-share li .fa-facebook {
    background-color: #3b5999;
}
.freemium-post .custom-share li .fa-twitter {
    background-color: #1DA1F3;
}
.freemium-post .custom-share li .fa-google-plus {
    background-color: #DA5534;
}
.freemium-post .custom-share li .fa-linkedin {
    background-color: #0078B8;
}
.freemium-post .custom-share li .fa-pinterest {
    background-color: #CB2028
}


@media(max-width: 950px) {
    .freemium-post .main-post-content, .freemium-post .sidebar {
        width: 100% !important;
    }
    .freemium-post .blog-spacer {
        display: none;
    }
    .freemium-post .sidebar {
        padding: 15px;
        margin-left: 0 !important;
    }
}


/* Pagination */
.blog-pagination {
    padding: 0 5%;
}
.previous-posts-link {
    float: left;
    margin: 30px 0;
}
.next-posts-link {
    float: right;
    margin: 30px 0;
}

/* Blog Post Subscribe Box */



/* ============== Forms ================= */

/* ============== Buttons ================= */
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    -webkit-border-radius: 1px ;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f7751f;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block !important;
    width: initial !important;
    padding: 10px 45px;
    margin: 0px !important;
}

/* ============== Custom Search ================= */
.custom-search .gsc-control-cse {
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 0 !important;
}
.custom-search .gsib_a {
    padding: 0 !important;
}
.custom-search table.gsc-search-box {
    margin-bottom: 0px !important;
}
.custom-search form.gsc-search-box {
    margin-bottom: 0px !important;
}
.custom-search .gsc-input {
    background-image: none !important;
    font-family: 'Relaway', sans-serif;
    font-size: 16px;
    color: #e6e7e8;
}
.custom-search .gsc-input-box {
    height: 0px;
    border-radius: 0;
    margin: 0;
    padding: 20px;
}
.custom-search .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
    color: #595959;
    background-color: transparent !important;
}
.custom-search .gstl_51  {
    padding: 4px 5px 5px !important;
}
.custom-search .cse input.gsc-search-button, .custom-search input.gsc-search-button {
    background-color: #f7751f !important;
    background-image: none !important;
    border: 0;
    border-radius: 0;
    height: 15px;
    width: 15px !important;
    margin: 4px 0 0;
}
.custom-search .cse .gsc-search-button input.gsc-search-button-v2, .custom-search input.gsc-search-button-v2 {
    padding: 8px 0 5px 18px !important;
    min-width: 0 !important;
}
.customer-search .gsst_a {
    padding-top: 14px !important;
}
.custom-search .gsc-selected-option-container {
    max-width: 100% !important;
    width: 100% !important;
}
.custom-search .gsc-results-wrapper-overlay {
    z-index: 9999999 !important;
}
.custom-search #gs_id50{
    margin-top: -12px;
}
.custom-search .gsc-search-button{
    background: #f7751f;
    border-radius: 0;
    width: 20%
}
.custom-search .gsst_a {
    margin-right: -20px;
    margin-top: 5px;
}


