/* ==========================================================================
Variables
========================================================================== */





























/* ==========================================================================
File Includes                         
========================================================================== */

/* Import HubSpot Macros */    


/* ==========================================================================
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;
  -webkit-font-smoothing: antialiased;
} 
body { 
  background: #f9f9f9;
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5; 
}

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

.widget-module a{
  text-decoration: none;
}

/* =============== Helper Classes =============== */

/* Page Center & Content Wrapper */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1280px;
  margin: 0 auto;

}

.container-fluid .row-fluid .page-center .blog-logo {
  position: relative;
}
.container-fluid .row-fluid .content-wrapper > div {
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 20px;
                padding: 1.25rem;            
            
        
    
    


  background-color: white;
}

@media screen and (min-width: 1320px) {
  .container-fluid .row-fluid .page-center {

  }

  @media screen and (max-width:994px) {
    .container-fluid .row-fluid .page-center{
      padding-bottom:0;
    }
  }
  /*     .blog .container-fluid .row-fluid .content-wrapper > div {
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 70px;
                padding: 4.375rem;            
            
        
    
    


} */
}

/* ==========================================================================
Navigation                               
========================================================================== */
/* Hide button on Desktop */
@media (max-width: 994px){
  /* Menu Reset */
  .body, html {
    height: auto;
  }

  /* Container added with js and is required for transforms to work */
  #site-wrapper{
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
  }

  /* Provide room in header for the toggle button */ 
  /* Provide spacing for the menu ul */
  .blog-menu-primary .hs-menu-flow-horizontal>ul {
    clear: both;
  }

  @keyframes slideInRight{
    0%{
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  /* All Main Containers Display PARTIAL Width On Icon Click */
  .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper,.softinn-header-2021 {
    position: relative;
    right: 0;
    transition: all 0.5s linear;
  }

}
@media (max-width: 375px){
  .blog-logo img{
    max-width: 200px;
  }
}

/*==========================================================================
Sidebar
==========================================================================*/
::placeholder{
  color:black;
}
.sidebar{
  border-radius: 16px;
}
.sidebar-search-box{
  overflow : hidden;
  padding:0px;
  border-radius: 8px 8px 8px 8px;
  background: white;
  height:39px;
  box-shadow: 0 0 2px rgb(0 0 0 / 20%);
}
@media only screen and  (max-width: 640px){
  .page-center.mobile-view-blog {
    float: none !important;
    margin: 0 auto !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    max-width: 100% !important;
  }
  .container-fluid .row-fluid .content-wrapper>div {
    background-color: #fff !important;
    color: #676a6c !important;
    margin-bottom: 0px !important;
    box-shadow: none !important;
  }
  #blog-title-image{
    padding-bottom: 0px !important;
  }
  .sidebar{
    padding: 10px 30px;
  }
  .mobile-blog-sub{
    padding: 10px 30px;
  }
  .cta-text h3 {
    margin: auto;
    font-weight: 400;
    font-size: 26px;
    padding: 0px ;
    margin-bottom:15px;
  }
  .cta-button {
    margin: auto;
    padding: 10px 0px !important;
    width: 100%;
  }
  .cta-button a:hover {
    color: #7ba201 !important;
  }
  .cta-inner {
    display: grid;
    grid-template-columns: auto;
    padding: 15px 18px 15px 18px !important;
    text-align: center;
  }
  a#cta_button_2834426_87274390-5b96-4ca2-93b2-fd09a9e3d0b4 {
    width:100% !important;
    font-size: 14px;
    border-radius: 8px;
    text-transform: uppercase !important;
    font-family: Raleway,sans-serif !important;
    font-weight: 700 !important;
    height: 18px  !important;
  }
}
.cta-section {
  width: 100%;
  text-align: left;
  color: #fff;
  border-radius: 8px !important;
  background: #222;
  box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}
.sidebar-item{
  margin-bottom: 32px;
}
.post-item.post-item-list{
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  border-radius: 16px;
}
.sidebar-search .hs-search-field__input{
  overflow:hidden;
  border-radius: 8px 0px 0px 8px;
  width: 83%;
  padding:10px;
  border: none;
  margin-right:-3px;
  height: 39px;
}
.sidebar-search i{
  color:white; 
  font-size:18px; 
}

.sidebar-search button{
  margin:0px !important;
  border-radius: 0px 8px 8px 0px;
  height:42px;
  background-color:#8ebc00;
  border:  1px solid #8ebc00;
  cursor: pointer;
  width: 16.7%;
}
.sidebar-search button:hover{
  background-color: #86b300;
} 
.subscribe-form input, select{
  background-color:white;
  border-radius:8px !important;
  box-shadow: 0 0 5px rgba(0,0,0,0.2) ;
}

.subscribe-form .hs-button.primary {
  margin-top: 20px ;
  padding: 10px 20px ;
  display: inline-block ;
  text-align: center ;
  vertical-align: middle ;
  font-weight:700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 8px;
  background: #8ebc00;
  font-size: 14px;
  border: 0px;
  cursor: pointer;
  font-family: Raleway, sans-serif;
  width: 100% ;
  height: 40px;
  color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.subscribe-form .hs-button.primary:hover{
  background-color: #86b300;
} 

.widget-type-custom_widget .form-title {
  font-size: 18px;
  font-weight: 700;
  color: #666;
  line-height: 1.42857143;
  font-family: "open sans";
}
.sidebar h4 {
 font-size: 18px; 
}

.sidebar-posts{
  text-decoration: none;
}

.sidebar-posts ul li {
  list-style: none;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #8ebc00;
  border-radius: 8px;
}

.sidebar-item h3 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 5px;
}

.sidebar-blogs .blog-name{
  margin-bottom: 10px
}

.sidebar-blogs button{
  font-family: Raleway, sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  border: 0px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  background-color: #0e342a;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  color: #fff;
}

.sidebar-blogs button:hover{
  background-color: #86b300;
}

.post-topic ul li a::before {
  font-family: 'FontAwesome';
  content: '\f105';
  color: #333;
  margin-right: 10px;
}

.post-topic ul li {
  border: 0px;
  padding: 0px; 1
}

.hs-rss-item{
  text-decoration: none;
}

.widget-type-post_filter ul{
  padding: 0px;
}

.widget-type-post_filter ul li a {
  color: #fff;
  padding: 5px;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 900;
  text-transform: uppercase;
  /*background-color: #000;*/
  display: flex;
  justify-content: center;
}

.widget-type-post_filter ul li:hover {
  color: #8ebc00;
  background-color: #fff;
  border: solid 1px #8ebc00;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 900;
  text-transform: uppercase;
}

.widget-type-post_filter ul li:hover a{
  color: #8ebc00;
}

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

.simple-social-sharing a{
  color: #fff;
  background-color: #8ebc00;
}

.simple-social-sharing a:hover{
  color: #8ebc00;
  background-color: #fff;
  border: solid 1px #8ebc00;
}

.offer {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.offer img{
  border-radius: 8px;
}
.offer-img {
  width: 100%;
  height: auto;
}

.offer-cta {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.offer-button{
  border: none;
  color:white;
  background-color: #8ebc01;
  text-decoration: none;
  display:block;
  border-radius: 8px;
  width:240px;
  height:50px;
  opacity: 0%;
}

.offer:hover .offer-button{
  cursor: pointer;
  opacity: 100%;
}

.res img{
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.res-img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.res-cta {
}

.res-button{
  font-family: Raleway, sans-serif;
  border: none;
  color:white;
  background-color: #8ebc01;
  text-decoration: none;
  display:block;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  font-weight: 700;
  font-size: 14px; 
  margin-top:20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  padding: 10px 20px;

  text-align: center;
}

.res-button:hover{
  background-color: #86b300;
  cursor: pointer;
}
@media screen and (min-width: 767px) and (max-width: 1025px) { 
  .sidebar-search i{
    font-size:10px;
    color:white; 
  }
  .sidebar-search button{
    margin:0px !important;
    border-radius: 0px 8px 8px 0px;
    height:39px;
    background-color:#8ebc00;
    border:  1px solid #8ebc00;
    cursor: pointer;
    width: 16.3%;
  }
}
/*==========================================================================
Search Fields
==========================================================================*/
hs-search-field__suggestions{}


/*==========================================================================
Listing
==========================================================================*/

.blog-section{
  margin-top: 6px; 
  border-radius: 16px;
}
.blog-section>h3
{
  padding-left:30px !important;
}
.post-body{
  padding: 60px 10px 10px 10px;
  margin-top: -45px;
  margin-bottom: 15px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.clearfix{
  background: #fff;
  padding: 50px 30px 50px 30px;
  margin-top: -45px;
  margin-bottom: 15px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.post-body p{
  padding-bottom: 10px;
  text-decoration: none;
  font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #676a6c;
}

.post-body p a{
  text-decoration: none;
  color: #8ebc00;
}
.post-author span
{
  font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #676a6c;
}
.post-body p a:hover{
  text-decoration: underline;
}

.post-body ul {
  padding-left: 20px;
}

.post-body ul > li > p {
  padding-left: 10px
}


.post-item .post-item-list{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  text-decoration: none;
  border-radius: 8px;
}

.post-item .post-item-row a{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  text-decoration: none;
  border-radius: 8px;
}

.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: initial;
}

.hs-featured-image-link{
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  display: block;
  background-position: center center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.author-link{
  text-decoration: none;
  font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #8ebc00;

}

.author-link:hover{
  text-decoration: underline;
  color: #8ebc00
}

.post-header h1 {
  color:#313333;
  font-size: 32px;
}

.post-header h2{
  font-family:Monserrat, sans-serif;
  color: #676a6c;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.42857143;
  margin: 15px 0px;
}

.more-link{
  padding: 15px !important;
  color: #fff;
  background: #8ebc00;
  text-decoration: none;
  border-radius: 8px !important;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  margin-bottom:20px !important;

}

.more-link:hover{
  text-decoration: none;
  color: white;
  background-color: #86b300;
  cursor: pointer;
}

.post-item-image{
  padding-bottom: 50%;
  background-size: cover;
  display: block;
  background-position: center center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 220px;
  max-height: initial;
}


/*==========================================================================
Post Page
==========================================================================*/
.post-sharing{
  display: none;
}

#hubspot-topic_data{
  display: none;
}


/*==========================================================================
Pagination
==========================================================================*/
/* Blog Pagination */
.blog-pagination {
  clear: both;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 60px;
                margin-bottom: 3.75rem;            
            
        
    
    


}
.blog-pagination a {
  color: #8ebc00;
  text-decoration: none;
  font-weight: 900;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-left: 5px;
                margin-left: 0.3125rem;            
            
        
    
    


  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-right: 5px;
                margin-right: 0.3125rem;            
            
        
    
    


}
.blog-pagination a:hover {
  text-decoration: none;   
}
.blog-pagination .all-posts-link {
  float: right;
}
.blog-pagination .all-posts-link a {
  float: right;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 14px;
                font-size: 0.875rem;            
            
        
    
    


  text-transform: uppercase;
}
.blog-pagination .all-posts-link a:after {
  font-family: FontAwesome;
  content: "\f0da";
  color: #8ebc00;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-left: 5px;
                margin-left: 0.3125rem;            
            
        
    
    


}



/*==========================================================================
Recent Post | Popular Post
==========================================================================*/

.recent-posts h3 {
  font-family: Roboto, sans-serif;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 24px;
                font-size: 1.5rem;            
            
        
    
    


  font-weight: 900;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-tom: 40px;
                margin-tom: 2.5rem;            
            
        
    
    


}
.recent-posts .post-item {
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-bottom: 20px;
                padding-bottom: 1.25rem;            
            
        
    
    


}
@media (min-width: 480px) {
  .recent-posts .post-item {
    width: 45%; 
    display: inline-block;
    vertical-align: middle;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 10px;
                padding-left: 0.625rem;            
            
        
    
    


  }
  .recent-posts .post-item:first-of-type {
    padding-left: 0;
  }
}
@media (min-width: 767px) { 
  .recent-posts .post-item {
    width: 45%;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 20px;
                padding-left: 1.25rem;            
            
        
    
    


    text-align: left;
  }
}

@media (min-width: 1023px) { 
  .recent-posts .post-item {
    width:33%;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 20px;
                padding-left: 1.25rem;            
            
        
    
    


    text-align: left;
  }
}

.recent-posts .post-item-image {
  background-size: cover;    
  position: relative; 
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  display: block;
  background-position: center center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px; 
}
.recent-posts .post-item a {
  display: block;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                height: 220px;
                height: 13.75rem;            
            
        
    
    


  position: relative;
  color: #676a6c;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 28px;
                font-size: 1.75rem;            
            
        
    
    


  font-family: ;
  font-weight: 900;
}

.recent-posts .post-summary {
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 12px;
                font-size: 0.75rem;            
            
        
    
    


  display: none;
}

.recent-post .post-item-image{
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  display: block;
  background-position: center center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px; 
}

.post-item-row .row-title{
  padding: 25px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  text-decoration: none;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

/*Blog Post */
.post-top {
  padding: 60% 1.25rem 1.25rem;
}
@media (min-width: 480px) {
  .post-top {
    padding: 40% 4.375rem 4.375rem;
  }
}
.post-top {
  background-size: cover;
}
.post-top .post-header {
  background-color: rgba(255,255,255,.8);
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 20px;
                padding: 1.25rem;            
            
        
    
    


}
.post-header h1, .post-header h2 {
  margin-top: 0;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 10px;
                margin-bottom: 0.625rem;            
            
        
    
    


}
.post-header .post-date {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #676a6c;
}
.post-header .post-date:after {
  content: "";   
  display: block;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                height: 3px;
                height: 0.1875rem;            
            
        
    
    


  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                width: 100px;
                width: 6.25rem;            
            
        
    
    


  background-color: #8ebc00;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 10px;
                margin-top: 0.625rem;            
            
        
    
    


  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 10px;
                margin-bottom: 0.625rem;            
            
        
    
    


}
@media screen and (min-width: 768px) {
  .post-top .post-header {
    width: 75%;
    

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 30px 70px;
                padding: 1.875rem 4.375rem;            
            
        
    
    


  }    
}
blockquote {
  overflow: hidden;
      

    
    
    
        
        
            
        
        
        
    
    
    background: -webkit-linear-gradient(-100deg, #f06362 20%,#fa8973 80% );
    background: linear-gradient(190deg, #f06362 20%,#fa8973 80% );


  margin: 0;
  

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 20px 20px 100px;
                padding: 1.25rem 1.25rem 6.25rem;            
            
        
    
    


  color: #fff;
  position: relative;
  display: block;
  font-family: Monserrat', sans-serif;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 22px;
                font-size: 1.375rem;            
            
        
    
    


  font-weight: 600;
}
blockquote * {
  line-height: 1.9 !important;
}
@media screen and (min-width: 767px) {
  blockquote {
    width: 125%;
    overflow: hidden;
        

    
    
    
        
        
            
        
        
        
    
    
    background: -webkit-linear-gradient(-100deg, #f06362 20%,#fa8973 80% );
    background: linear-gradient(190deg, #f06362 20%,#fa8973 80% );


    margin: 0;
    padding: 100px calc(62.5% + 40px) 100px 40px;
    color: #fff;
    position: relative;
    display: block;
    font-family: Monserrat', sans-serif;
    

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 22px;
                font-size: 1.375rem;            
            
        
    
    


    font-weight: 600;
  }
  blockquote * {
    line-height: 1.9 !important;
  }
  blockquote img {
    display: block;
    position: absolute;
    min-height: 100%;
    min-width: 50%;
    left: 50%;
    top: 0;
  }    
}
.post-header .author-link {
  color: #000;
  font-weight: bold;
}
/* @media screen and (min-width: 767px) {
.post-body {
padding-right: 25%;
}   
} */


/* ==========================================================================
Blog Comments
==========================================================================*/
.comment-heading{
  font-weight: 900;
  margin-top: 64px;
}

.comment-section{
  padding-right: 75;
}

.comment-section .hs-form{
  display: flex;
  flex-wrap: wrap;
}

.comment-section .hs_firstname{
  padding: 0px 15px 15px 15px;
  width: 40%;
  border-radius: 8px;
}

.comment-section .hs_email{
  padding: 0px 15px 15px 15px;
  width: 60%;
  border-radius: 8px;
}

.hs_comment{
  padding: 0px 15px 15px 15px; 
  width: 100%;
  border-radius: 8px;
}

@media only screen and (max-width: 600px) {
  .comment-heading.blog-post-c  h3{
    margin-bottom: -20px;
    margin-top: 50px;
  }
  .comment-section{
    padding: 10px;

  }
  .comment-section .hs_firstname{
    padding: 0px 14px 0px 10px !important;
    width: 100%;
    border-radius: 8px;
  }

  .comment-section .hs_email{
    padding: 0px 14px 0px 10px !important;
    width: 100%;
  }
  .hs_comment{
    padding: 0px 14px 0px 10px !important; 
    width: 100%;
    border-radius: 8px;
  }
}

.hs-input{

  padding: 10px !important; 
  background-color:white;
  width: 100%;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
}

.hs-form-required{
  color: red; 
}


.hs-error-msgs{
  list-style: none;
}

.hs-error-msgs{
  color: red; 
}

input[type=submit],
a.hs-button.primary {
  display: inline-block;
  

    
    
        -webkit-appearance: none;
    
        -moz-appearance: none;
    
        -o-appearance: none;
    
        appearance: none;


  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 16px;
                font-size: 1.0rem;            
            
        
    
    


  font-family: Roboto, sans-serif;
  font-weight: 700;
  

    
    
        -webkit-border-radius: 0;
    
        border-radius: 0;


  border: 0 none;
  color: #fff;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 10px;
                margin-top: 0.625rem;            
            
        
    
    


  

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 10px 20px;
                padding: 0.625rem 1.25rem;            
            
        
    
    


  text-transform: uppercase;
  background-color: #8ebc00;
  border-radius: 8px;
}

.hs-select {
  position: relative;
}
.hs-select:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                right: 16px;
                right: 1.0rem;            
            
        
    
    


  top: 50%;
  

    
    
        -webkit-transform: translateY(-50%);
    
        -moz-transform: translateY(-50%);
    
        -o-transform: translateY(-50%);
    
        -ms-transform: translateY(-50%);
    
        transform: translateY(-50%);


  pointer-events: none;
}
textarea {
  font-family: Roboto, sans-serif;
  resize: vertical;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                height: 200px;
                height: 12.5rem;            
            
        
    
    


}
label {
  display: block;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 20px;
                margin-top: 1.25rem;            
            
        
    
    


  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 2px;
                margin-bottom: 0.125rem;            
            
        
    
    


}
fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
.hs-richtext {
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 16px;
                margin-top: 1.0rem;            
            
        
    
    


}
/* Checkbox and Radio Button Styles */
.hs-error-msgs {}
.hs-error-msgs label {
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 2px;
                margin-top: 0.125rem;            
            
        
    
    


}
.hs-input.invalid.error {
  background-color: rgba(240, 99, 98, 0.25) !important;
}
ul.inputs-list {
  padding: 0;
}
ul.inputs-list label {
  margin: 0;
}
ul.inputs-list li {
  display: inline-block;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-right: 32px;
                margin-right: 2.0rem;            
            
        
    
    


}
ul.inputs-list li input {
  position: absolute;
  text-indent: -9999;
  width: 0 !important;
  visibility: hidden;
}
ul.inputs-list li input + span {
  display: inline-block;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 2px;
                margin-bottom: 0.125rem;            
            
        
    
    


  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding-left: 20px;
                padding-left: 1.25rem;            
            
        
    
    


  position: relative;
  width: auto !important;
}
ul.inputs-list li input + span:before {
  content: "";
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                width: 16px;
                width: 1.0rem;            
            
        
    
    


  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                height: 16px;
                height: 1.0rem;            
            
        
    
    


  background-color: #fff;
  

    position: absolute;
    
    
        top: 50%;
    
    
    
    
        left: 0;
    


  

    
    
        -webkit-transform: translateY(-50%);
    
        -moz-transform: translateY(-50%);
    
        -o-transform: translateY(-50%);
    
        -ms-transform: translateY(-50%);
    
        transform: translateY(-50%);


  

  
            
                          
                -webkit-transition: background-color .2s ease-out;
                          
                -moz-transition: background-color .2s ease-out;
            
            transition: background-color .2s ease-out;




}

.hs-recaptcha{
  margin: 10px;
  width: 100%;

}

.comment-section .hs-button{
  cursor: pointer;
  margin: 10px !important;
}

/* ==========================================================================
Footer
==========================================================================*/
.page-center {
  float: none;
  max-width: 1280px;
  margin: 0 auto;
}

.container-fluid .row-fluid .content-wrapper > div {
  background-color:#fff !important;
  color: #676a6c;
  border-radius:8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  margin-bottom: 18px;
}

/* Use .grey-section to create a full width section with grey bg */
.grey-section {
  background-color: #efefef;
}

.grey-section > div {
  margin: 0 auto;
}
.
/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width:994px) {
  a.green-button {
    border-radius: 50px;
    background-color: #8ebc00;
    color:  #fff;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2), 0 0 20px 0 rgba(0,0,0,0.19);
    border: 1px solid transparent;
  }
  a.green-button:hover{
    background-color: #82AC00;
    color: white;
  }
  a.white-btn {
    border: 1px solid #8ebc00;
    color: #8ebc00;
    border-radius: 50px;
    background: transparent;
    margin-top: 16px;
    margin-bottom: 8px;
  }
  a.white-btn:hover{
    color: white;
    background: #83bc00;
  }

  .blog-header .page-center {
    position:  relative;
  }

  .blog-header {
    padding: 9px 0px;
  }
  .blog-logo img {
    position: relative;
    top: -10px;/* change logo , change the value of "-10" to the "-39"*/
    max-width:145px;
  }
}
@media (max-width:994px) and (max-height:500px){
  .blog-menu-primary{
    overflow-y: scroll;
  }
}
#en-blog-1 .post-body{
  margin-top:10px !important;
  border-radius:16px !important;
  box-shadow: 0 0 2px rgb(0 0 0 / 20%) !important;
  padding: 25px 30px 40px 30px !important;
}
#en-blog-1 .post-header{
  margin-bottom:25px !important;

}