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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*****************************************/
/* Helpers */
/*****************************************/

.h-white {
  color: #ffffff;
}

.row-fluid-wrapper {
  background-color: #FFFFFF;
}

/*****************************************/
/* Menu */
/*****************************************/

.hs-tools-menu hs-collapsed {
  display: none !important; 
}

.top_search a i.fa-search.h-white::before {
  color: #ffffff !important;
}

.mobile-trigger[aria-label="Close Mobile Menu"] i::before,
.mobile-trigger[aria-label="Close Mobile Menu"] i::after {
  /*background-color: #000000 !important;*/
  position: absolute;
  top: -73px;
  left: 257px;
}

@media (min-width: 374px) {
  .mobile-trigger[aria-label="Close Mobile Menu"] i::before,
  .mobile-trigger[aria-label="Close Mobile Menu"] i::after {
    left: 311px;
  }
}

@media (min-width: 423px) {
  .mobile-trigger[aria-label="Close Mobile Menu"] i::before,
  .mobile-trigger[aria-label="Close Mobile Menu"] i::after {
    left: 356px;
  }
}

@media (min-width: 767px) {
  .mobile-trigger[aria-label="Close Mobile Menu"] i::before,
  .mobile-trigger[aria-label="Close Mobile Menu"] i::after {
    left: 688px;
  }
}


/*****************************************/
/* Category bar */
/*****************************************/

.blog-tags-filter .label {
  border-bottom: 1px solid #EAEAEA !important;
  font-size: 16px;
  font-weight: 500;
}

.blog-tags-filter {
  max-width: 380px !important;
  border: 1px solid #333333 !important;
  border-radius: 5px !important;
  overflow: hidden;
}

@media (min-width: 428px) and (max-width: 766px) {
.blog-tags-filter {
  min-width: 100% !important;
}
}

#hs_cos_wrapper_widget_1695133311107_posts_by_topic {
  font-size: 16px !important;
  font-weight: 500;
}

#hs_cos_wrapper_widget_1695133311107_posts_by_topic div div ul li a {
  padding-top: 0px !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

#hs_cos_wrapper_widget_1695133311107_posts_by_topic div div ul li:hover {
  background-color: #EAEAEA !important;
}

#hs_cos_wrapper_widget_1695133311107_posts_by_topic div div ul li a {
  text-decoration: none !important;
}

#hs_cos_wrapper_widget_1695133311107_posts_by_topic div div ul li:first-child {
  /*padding-top: 10px !important;*/
}

/*****************************************/
/* Search bar */
/*****************************************/

.searchResults {
  margin-bottom: 25px !important;
}

@media (min-width: 767px) {
  .searchResults {
    margin-bottom: 0 !important;
  }
}

.hs-search-field__input {
  box-shadow: #EAEAEA 0 1px 0 0 !important;
}



@media (max-width: 766px) {
  .searchResults {
    min-width: 100%;
  }
}

/*.

@media (min-width: 374px) {
  .hs-search-field {
    min-width: 328px;
  }
}

@media (min-width: 414px) {
  .hs-search-field {
    min-width: 378px;
  }
}

@media (min-width: 424px) {
  .hs-search-field {
    min-width: 378px;
  }
}
*/
@media (min-width: 767px) {
  #hs_cos_wrapper_widget_1695133338500 {
  display: flex;
  justify-content: end;
}
  
  .hs-search-field {
    min-width: 325px;
  }
}

@media (min-width: 1023px) {
  .hs-search-field {
    min-width: 343px;
  }
}

@media (min-width: 1439px) {
  .hs-search-field {
    min-width: 380px;
  }
}

.hs-blog-listing .hs-search-field__input {
  background-color: #EAEAEA !important;
  /*max-width: 202px !important;*/
  width: calc(100% - 80px) !important;
  border-radius: 5px !important;
  text-overflow: ellipsis;
}

/*@media (min-width: 374px) {
  .hs-blog-listing .hs-search-field__input {
    max-width: 255px !important;
  }
}

@media (min-width: 424px) {
  .hs-blog-listing .hs-search-field__input {
    max-width: 305px !important;
  }
}*/

@media (min-width: 767px) {
  .hs-blog-listing .hs-search-field__input {
    max-width: 250px !important;
  }
}

@media (min-width: 1023px) {
  .hs-blog-listing .hs-search-field__input {
    max-width: 267px !important;
  }
}

@media (min-width: 1439px) {
  .hs-blog-listing .hs-search-field__input {
    max-width: 305px !important;
  }
}

.hs-search-field__bar form button {
  background-color: #000 !important;
  border-radius: 5px !important;
  line-height: 0 !important;
  min-width: 65px !important;
  padding: 15px !important;
  text-align: center !important;
}

.hs-search-field__input::placeholder {
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: font-family: var(--secondary-font) !important;
}


#hs_cos_wrapper_widget_1695133338500_ svg path {
  fill: #ffffff;
}

#hs_cos_wrapper_widget_1695133338500_ svg {
  max-height: 15px !important;
}

form input:focus, form input:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: 0 0 20px rgba(0,0,0,.1) !important;

}

/*****************************************/
/* Blog List */
/*****************************************/

/*****************************************/
/* Blog List - Image */
/*****************************************/

.hs-featured-image-wrapper {
  height: 600px !important;
  border-radius: 5px;
}

.hs-blog-post-listing__post-image{
  transform: translate3d(0, 0, 1px);
}

/*****************************************/
/* Blog List - Title */
/*****************************************/

.hs-blog-post-listing__post-title {
  line-height: 1.30;
}

/*****************************************/
/* Blog List - Tags */
/*****************************************/

.blog-tags-filter-wrap {
  margin: 20px 0 20px 0 !important;
}

@media (min-width: 767px) {
  .blog-tags-filter {
    /*min-width: 100% !important;*/
    /*margin-left: -20px !important;*/
  }
}

@media (min-width: 1023px) {
  .blog-tags-filter {
    /*min-width: 70% !important;*/
  }
}

.hs-blog-post-listing__post-tag {
  background-color: #F5F5F5;
}

a.hs-blog-post-listing__post-tag[href="https://blog.banana.tech/tag/banana"], .blog-post__tags a[href="https://blog.banana.tech/tag/banana"] {
  background-color: #93d6fa !important;
}

a.hs-blog-post-listing__post-tag[href="https://blog.banana.tech/tag/design-inspiration"], .blog-post__tags a[href="https://blog.banana.tech/tag/design-inspiration"] {
  background-color: #fcc5e7 !important;
}

a.hs-blog-post-listing__post-tag[href="https://blog.banana.tech/tag/features"], .blog-post__tags a[href="https://blog.banana.tech/tag/features"] {
  background-color: #b7f5a6 !important;
}

a.hs-blog-post-listing__post-tag[href="https://blog.banana.tech/tag/integrations"], .blog-post__tags a[href="https://blog.banana.tech/tag/integrations"] {
  background-color: #d4b3f5 !important;
}

a.hs-blog-post-listing__post-tag[href="https://blog.banana.tech/tag/made-with-banana"], .blog-post__tags a[href="https://blog.banana.tech/tag/made-with-banana"] {
  background-color: #b3f5e8 !important;
}

a.hs-blog-post-listing__post-tag[href="https://blog.banana.tech/tag/skins"], .blog-post__tags a[href="https://blog.banana.tech/tag/skins"] {
  background-color: #ffe8b8 !important;
}

a.hs-blog-post-listing__post-tag[href="https://blog.banana.tech/tag/tips"], .blog-post__tags a[href="https://blog.banana.tech/tag/tips"] {
  background-color: #F7C1A3 !important;
}

a.hs-blog-post-listing__post-tag[href="https://blog.banana.tech/tag/tools"], .blog-post__tags a[href="https://blog.banana.tech/tag/tools"] {
  background-color: #FDB4BF !important;
}

.hs-blog-post-listing__post-tags {
  position: relative;
  top: -60px;
}

/*****************************************/
/* Blog List - Autor */
/*****************************************/

.hs-blog-post-listing__post-author {
  position: relative;
  top: 35px;
}

/*****************************************/
/* Blog List - Timestamp */
/*****************************************/

.hs-blog-post-listing__post-timestamp {
  position: relative;
  top: -37px;
  left: 150px;
  margin-bottom: -10px !important;
}

/*.hs-blog-post-listing__post-timestamp::before {
  content: 'on ';
}*/

@media (min-width: 1023px) {
  .hs-blog-post-listing__post-timestamp {
    top: -34px;
  }
}

/*****************************************/
/* Blog List - Description */
/*****************************************/



/*****************************************/
/* Blog List - Button */
/*****************************************/

.hs-blog-post-listing__post-button {
  position: relative;
  padding-right: 15px; /* Espacio para el SVG */
  transition: padding-right 0.3s; /* Agrega una transición para un efecto suave */
  color: #777 !important;
  font-weight: 300 !important;
}

.hs-blog-post-listing__post-button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px; /* Ancho del SVG */
  height: 10px; /* Altura del SVG */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24.048 23.991'><g id='arrow_right' data-name='arrow right' transform='translate(0 -0.009)'><rect id='Rectangle_83' data-name='Rectangle 83' width='16.903' height='3.359' transform='translate(9.682 21.625) rotate(-45)' fill='%23777777'></rect><rect id='Rectangle_84' data-name='Rectangle 84' width='19.83' height='3.359' transform='translate(0 10.32)' fill='%23777777'></rect><rect id='Rectangle_85' data-name='Rectangle 85' width='3.346' height='16.971' transform='translate(9.682 2.375) rotate(-45)' fill='%23777777'></rect></g></svg>");
  background-repeat: no-repeat;
  background-size: contain; /* Ajusta el tamaño del SVG */
  transition: right 0.3s; /* Agrega una transición para el desplazamiento y el color de relleno */
}

.hs-blog-post-listing__post-button:hover::after {
  right: -5px; /* Cambia la posición a la derecha en hover */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24.048 23.991'><g id='arrow_right' data-name='arrow right' transform='translate(0 -0.009)'><rect id='Rectangle_83' data-name='Rectangle 83' width='16.903' height='3.359' transform='translate(9.682 21.625) rotate(-45)' fill='%23777777'></rect><rect id='Rectangle_84' data-name='Rectangle 84' width='19.83' height='3.359' transform='translate(0 10.32)' fill='%23777777'></rect><rect id='Rectangle_85' data-name='Rectangle 85' width='3.346' height='16.971' transform='translate(9.682 2.375) rotate(-45)' fill='%235777777'></rect></g></svg>");
}

.hs-blog-post-listing__post-button-wrapper {
  margin-top: 0 !important;
}


/*****************************************/
/* Blog Detail */
/*****************************************/

/*****************************************/
/* Blog Detail - Title */
/*****************************************/

.postinner-title h1 {
  line-height: 1.30;
}

.post-author {
  display: none !important;
}

.body-container--blog-index .post-header .postinner-title {
  margin-left: 0 !important;
  padding-bottom: 25px !important;
  margin-top: -25px !important;
}

@media (min-width: 768px) {
  .body-container--blog-index .post-header .postinner-title {
    margin-left: -32px !important;
    width: max-content;
  }
    
}

@media (min-width: 1024px) {
  .body-container--blog-index .post-header .postinner-title {
    margin-left: 0 !important;
  }
    
}

/*****************************************/
/* Blog Detail - Highlight Image */
/*****************************************/

.social-sharing {
  display: none !important;
}

.body-container--blog-index .blog-index .hs-featured-image-wrapper {
  height: 220px !important;
}

@media (min-width: 375px) {
  .body-container--blog-index .blog-index .hs-featured-image-wrapper {
    height: 250px !important;
  }
}

@media (min-width: 425px) {
  .body-container--blog-index .blog-index .hs-featured-image-wrapper {
    height: 285px !important;
  }
}

@media (min-width: 768px) {
  .body-container--blog-index .blog-index .hs-featured-image-wrapper {
    height: 420px !important;
    width: 645px !important;
  }
}

@media (min-width: 1023px) {
  .body-container--blog-index .blog-index .hs-featured-image-wrapper {
    width: 1050px !important;
  }
}

@media (min-width: 1023px) {
  .body-container--blog-index .blog-index .hs-featured-image-wrapper {
    width: 920px !important;
    height: 580px !important;
  }
}

@media (min-width: 1440px) {
  .body-container--blog-index .blog-index .hs-featured-image-wrapper {
    width: 1050px !important;
    height: 650px !important;
  }
}

/*****************************************/
/* Blog Detail - Content */
/*****************************************/

.blog-left {
  margin-top: -35px !important;
}

@media (min-width: 1023px) {
  .blog-left {
    margin-top: -45px !important;
  }
}

#hs_cos_wrapper_post_body p {
  font-size: 20px !important;
  letter-spacing: -0.003em !important;
  line-height: 32px !important;
  margin-top: 2em !important;
  margin-bottom: -0.46em !important;
  font-style: normal !important;
  word-break: break-word !important;
  font-weight: 300 !important;
}


.blog-post__tags a {
  border-radius: 25px;
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
}


#hs-cmsf-branding {
  display:none !important;
}

.image-wrapper {
  border: 1px solid #dddddd;
   /*box-shadow: 5px 5px 10px 3px rgba(221, 221, 221, 0.3);*/
  box-shadow: 0 0 25px 2px #dddddd, 0 0 0 2px #dddddd inset;
}

.image-source {
  margin-top: 10px;
}