/**********************************************************************************
==============================  Comments Section ==================================
**********************************************************************************/

#comment-form .hs-input:not([type="checkbox"]) {
  color: ;
  background-color: #fff!important;
}

#comment-form .hs-input:not([type="checkbox"]):focus {
  outline: none;
}

#comment-form .hs-form-field>label {
  height: 30px;
  top: 1px;
  color: ;
}

#comment-form .hs-form fieldset.form-columns-2 .hs-form-field {
  float: none;
  width: 98.5%;
  padding: 0;
}

#comment-form .hs-form-field.hs_comment>label {
  border: none;
}

#comment-form textarea {
  padding: 40px 10px 6px 17px !important;
  color: ;
  height: 135px;
}

#comment-form .hs-form-booleancheckbox-display {
  font-style: normal;
  letter-spacing: 0;
}

#comment-form input[type="submit"] {
  cursor: pointer;
  background-color: ;
  color: #fff;
  border-color: ;
  margin-bottom: 50px;
}

#comment-form input[type="submit"]:hover {
  background-color: #fff;
  color: ;
}


body .comments .hs-button {
  cursor: pointer;
  background-color: ;
  color: #fff;
  border-color: ;
  margin-bottom: 50px;
}
body .comments .hs-button:hover {
  background-color: #fff;
  color: ;
}


/* ==========================================================================


5. COS COMPONENTS                                        


========================================================================== */

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

.stickySocial {
  transition: 0.3s;
  position: fixed;
  left: 300px;
  top: 90px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  background-color: transparent;
}

.stickySocial ul {
  position: absolute;
  left: -22.52%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  padding-top: 30px;
}

.stickySocial ul a {
  margin-bottom: 12px;
  display: block;
  position: relative;
  top: 0;
}

.stickySocial ul a:hover {
  top: -5px;
}
@media (max-width: 767px){
  .stickySocial {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    height: auto;
    transform: none;
    line-height: 30px;
  }

  .stickySocial ul {
    left: 0;
    bottom: 0;
    position: static;
    display: block;
    text-align: center;
    background: rgba(255,255,255,0.9);
    padding-top: 0;
  }

  .stickySocial li {
    width: 33.33%;
    display: inline-block;
    margin: 0 -2px;
  }

  .stickySocial ul a {
    margin: 0;
    padding: 10px;
    top: 0 !important;
  }

  .stickySocial ul a:hover {
    background: #fff;
  }
}

/* Numbered Pagination */
.ucNumberBlogPagination{
  display: block;
  text-align: center;
  padding: 60px 0;
}

.ucNumberBlogPagination > div{
  display: inline-block;
}

.ucNumberBlogPaginationLeft{
  text-align: right;
}

.ucNumberBlogPaginationRight{
  text-align: left;
}

.ucNumberBlogPagination a{
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 5px 12px;
}

.ucNumberBlogPagination a:hover,
.ucNumberBlogPagination a:focus{
  background-color: ;
  text-decoration: none;
  color: #fff;
}

.ucNumberBlogPagination a.elipses{
  border: 0;
}

.ucNumberBlogPagination a.active{
  background-color: ;
  color: #fff;
  pointer-events: none;
  cursor: default;
}

.ucNumberBlogPagination a.next-link,
.ucNumberBlogPagination a.prev-link{
  background-color: ;
  color: #fff;
}
.ucNumberBlogPagination a.next-link:hover,
.ucNumberBlogPagination a.prev-link:hover{
  background-color: ;
  color: #fff;
} 

.ucFeaturedPosts .ucPopPostItem {
  width: 25%;
  float: left;
}

.ucFeaturedPosts .ucFeaturedPostBgCover {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.ucFeaturedPosts .ucFeaturedPostInnerContent {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(57, 70, 78, 0.6);
  color: #ffffff;
  padding: 20px;
  width: 100%;
  transition: all .3s ease;
  border-bottom: 2px solid transparent;
  min-height: 130px;
}
.ucFeaturedPosts .ucPopPostItem:hover .ucFeaturedPostInnerContent {
  background: rgba(34, 153, 169, 1);
  border-color: ;
}
.ucFeaturedPosts .ucPostTitle {
  margin: 0 0 10px;
  line-height: 1.08;
  font-size: 16px;
  font-weight: bold;
}
.ucFeaturedPosts .ucPostTitle a {
  color: #ffffff;
  text-decoration: none;
}
.ucFeaturedPosts .ucPostTitle a:hover {
  color: ;
}

.ucFeaturedPosts .ucPostBody {
  margin: 0;
  font-size: 90%;
  opacity: 0;
  height: 0;
  transition: all .3s ease;
  overflow: hidden;
}
.ucFeaturedPosts .ucPopPostItem:hover .ucPostBody {
  height: auto;
  opacity: 1;
}

.ucFeaturedPosts .ucPostDate {
  font-size: 80%;
  transition: all .3s ease;
  height: 20px;
  opacity: 1;
  margin-bottom:10px;
}
.ucFeaturedPosts .ucPopPostItem:hover .ucPostDate {
  height: 0;
  opacity: 0;
  margin: 0;
  visibility:hidden;
}

.ucFeaturedPosts a.ucFeaturePostLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ucFeaturedPosts .slick-prev,.ucFeaturedPosts .slick-next {
  display: none !important;
}

.ucFeaturedPosts .slider {
  margin-bottom: 0;
}

.relatedPost {
  border-top: 1px solid #d8d8d8;
  padding-top: 35px;
  padding-bottom: 60px;
}

.relatedPostItem {
  margin-bottom: 30px;
}
.relatedPost .title {
  padding-bottom: 20px;
}
.relatedPost h3 {
  text-align: center;
  margin: 30px 0;
  font-weight: 800;
  color: ;
}
.relatedPost h3 .fa {
  display: block;
  font-size: inherit;
  font-weight: bold;
  margin-top: 20px;
}

.relatedPost .post-inner {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15), 0 0 3px rgba(0,0,0,0.12);
  transition: transform 0.2s ease,box-shadow 0.2s;
  height: 100%;
  position: relative;
}

.relatedPost .post-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15), 0 0 15px rgba(0,0,0,0.12);
}

.relatedPost a.abso-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.relatedPost .feature-image-bg {
  height: 160px;
  background-size: cover;
  background-position: center center;
}

.relatedPostItem h2 {
  line-height: normal;
  padding: 0;
  color: ;
  font-size: 20px;
  font-weight: 800;
}

.relatedPostItem h2 a {
  color: ;
}

.relatedPostItem h2:after {
  display: none;
}

.relatedPost #hubspot-topic_data {
  padding: 15px 10px 15px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  text-transform: capitalize;
  /* color: ; */
  min-height: 46px;
  border-top: 1px solid #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.relatedPost em.time-to-read {
  font-size: 12px;
  color: #7d7d7d;
  margin-top: 15px;
  display: block;
}

.relatedPost .post-item-content {
  padding: 12px 10px 120px;
  margin-bottom: 0;
}

.widget-span.widget-type-blog_subscribe.subscribeWrapper {
  border-top-width: 0;
  background-color: #ebebeb;
  padding: 0;
  width: 560px;
  max-height: 70%;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2001;
  padding: 3em 3.5em;
  border-radius: 5px;
  font-size: 13.3333px;
  max-width: 100%;
  color: ;
  overflow-y: auto;
  height: auto;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  max-width: calc(100% - 20px);
}

.subscribeWrapper .exit-form {
  position: absolute;
  right: 8px;
  top: 6px;
  cursor: pointer;
}

.subscribeWrapper input.hs-button.primary.large {
  padding: 0.7em 1.7em;
  border-radius: 0.25em;
  font-size: 1em;
  max-width: 100%;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.subscribeWrapper h3.form-title {
  color: ;
  font-size: 1.3em;
  font-weight: 600;
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-top: 0;
}


.hs-blog-listing .ucPostBody {
  display: none;
  margin: 15px 0;
}
.hs-blog-listing .ucPostBody * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.hs-blog-listing .ucPostBody *:after {
  display: none;
}
.ucCustomBlogPagination {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  display:block !important;
  text-align: center;
}

.ucCustomBlogPagination a.ucNextPostsLink {
  color: #2f163a;
  cursor:pointer; 
  float: none;
  font-size: 1.125rem;
  font-weight: 500;
  width: auto;
}

.ucCustomBlogPagination a.ucNextPostsLink:hover, .ucCustomBlogPagination a.ucNextPostsLink:active {
  color: #87cee4;
}

.ucCustomBlogPagination a.ucNextPostsLink.btn.btn-video {
  float: right;
}

.widget-type-blog_subscribe.subscribe-wrapper .hs-button{
  background-color: ;
}
.widget-type-blog_subscribe.subscribe-wrapper input.hs-button.primary.large:hover {
  color: 
    background: #fff;
}
.subscribe-options label {
  margin-left: 0;
}

@media(max-width:767px){

  .ucBlogSection .ucPostItem a.ucMoreLink {
    padding: 10px;
    border-width: 2px;
  }
  .ucBlogSection .ucPostItem .ucAuthorWrap h3 {
    font-size: 16px;
    display: none;
  }
  .ucBlogSection .ucPostItem h2 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .ucBlogSection .ucPostItem h2:before {
    position: static !important;
  }
  .ucBlogSection .ucPostItem h2:after {
    width:60px;
  }
  .ucBlogSection .ucPostItem h2>a {
    margin-top: 20px;
    display: block !important;
    overflow: visible !important;
    max-height: none !important;
  }
}
/* ==========================================================================
Blog1 - Listing 
========================================================================== */

.ucBlog1 .ucBlogListingWrapper .ucPostListing .ucPostItem {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  min-height: auto;
  margin-bottom: 50px;
}
.ucBlog1 .ucPostHeader h2 {
  color: #2f163a;
  font-size: 20px;
  line-height: 1.4;
  padding: 0;
}
.ucBlog1 .ucPostHeader a{
  color: #2f163a;
  margin-top: 0 !important;
}

.ucBlog2 .ucPostItemContent {
    margin-bottom: 0;
}
.ucBlog2 .ucFeatureImageBg {
    min-height: 350px !important;
   
}
.ucBlog2 .ucPostHeader a span{
 display: block;
 color:#2f163a;
  display: block;
    font-size: 16px;
    font-weight: 400;
}
.ucBlog1 .ucPostHeader a:hover h2{
  color: #87cee4;
}
.ucBlog1 .ucPostHeader h2:after {
  display: none;
}
.ucBlog1 .ucPostInner:hover .ucPostHeader h2 a {
  color: #87cee4;
}
.ucBlog1 .ucPostInner {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 8px 20px 0 rgb(117 117 118 / 20%);
  transition: transform 0.2s ease,box-shadow 0.2s;
  height: 100%;
}

.ucBlog1 .ucPostListing {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.ucFeatureImageBg.bg1 img {
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  top: 50%;
  min-height: 100%;
  object-fit: cover;
}

@media(max-width:767px){
  .ucFeatureImageBg.bg1 img {
    position: static;
    transform: none;
  min-height: 0;
    object-fit: inherit;
  }
  .ucBlog1 .ucFeatureImageBg {
    height: auto!important;
  }
}
.ucBlog1 .videoLength {
  padding: 10px;
  font-size: 15px;
  font-style: italic;
  color: #a1a1a1;
}
.ucBlog1 #ucHubspotTopicData {
  padding: 15px 10px 15px;
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
  min-height: 46px;
  border-top: 1px solid #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  right:0px;
  z-index:2;
}
.ucBlog1 .ucFeatureImageBg {
  height: 200px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow:hidden;
}

.ucBlog1 .ucAuthorAvatar {
  width: 40px;
  border-radius: 50%;
  border: 1px solid ;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.ucBlog1 .ucPostItemContent {
  padding: 20px 20px 50px;
  margin-bottom: 0;
}

.ucBlog1 a.abso-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index:1;
}

a.ucTopicLink {
  color: #2f163a;
}


@media (max-width: 1024px) and (min-width: 768px){
  .ucBlog1 .ucBlogListingWrapper .ucPostListing .ucPostItem {
    padding: 10px !important;
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px){
  .ucBlog1 .ucBlogListingWrapper .ucPostListing .ucPostItem {
    width: 100%;
    margin-right: 0;
    padding: 0 !important;
  }
  .ucBlog1 .ucPostListing {
    display:block;
    margin: 0;
  }
  .ucBlog1 .ucPostHeader h2 {
    min-height: auto;
  }
}

/* ==========================================================================
Blog1 - Post
========================================================================== */


.ucBlog1Post .postHeaderWrapper {
  padding-bottom: 15px;
}
.ucBlog1Post .postHeaderWrapper .readTime {
  color: ;
  margin-bottom: 25px;
  line-height: normal;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.ucBlog1Post .postHeaderWrapper .authorAvatar {
  width: 60px;
  height: 60px;
  background-size: 100%;
  border-radius: 50%;
  border: 2px solid ;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.ucBlog1Post .authorProfile {
  padding: 20px 0;
}
.ucBlog1Post .authorName {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: ;
  width: calc(100% - 100px);
}
.ucBlog1Post .postHeaderWrapper .leftWrapper {
  padding-top: 35px;
  padding-bottom: 25px;
}
.ucBlog1Post .postFeatureImageWrapper img {
  width: 100%;
}

.ucBlog1Post .ucHeaderTop-right .subscribe-btn,
.ucBlog1Post.subsShow .ucHeaderTop-right .contact-btn{
  display:none;
}
.ucBlog1Post .ucHeaderTop-right .contact-btn,
.ucBlog1Post.subsShow .ucHeaderTop-right .subscribe-btn{
  display:initial;
}
.ucBlog1Post div#overlay-2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  animation: leadinModal-fadein 0.5s;
  -webkit-animation: leadinModal-fadein 0.5s;
  -moz-animation: leadinModal-fadein 0.5s;
  -ms-animation: leadinModal-fadein 0.5s;
  -o-animation: leadinModal-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background-color: rgba(0,0,0,0.4);
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  background-color: rgba(0,0,0,0.7);
  z-index: 2000;
}

.ucBlog1Post .ucPostContent .ucBlogPostBody{
  padding-bottom: 100px;
}

.ucBlog1Post .image-wrapper {
  position: relative;
}   

@media(max-width:767px){
  .ucBlog1Post {
    padding-bottom: 50px;
  }
  .ucBlog1Post .postHeaderWrapper .authorAvatar {
    width: 60px;
    height: 60px;
  }
}