/*
Theme Name: STRING
Theme URI: https://string.marketing
Version: 1.0
Description: Custom theme developed by String Marketing.
Author: The Stephanie Hofhenke
Author URI: https://string.marketing
template: bb-theme
*/

/* Add your custom styles here... */

/*
font-family: 'Bebas Neue';
font-family: "Cera Pro";
*/
/*Color variable*/
:root {
  --black:  #000000;
  --white:  #ffffff;
  --heading:#6b4b6d;
  --action: #dc806b;
  --text:   #332238;
  --icons:  #80aebf;
  --bg1:    #bcdbe9;
  --bg2:    #f8f6f3;
  --bg3:    #ba9a61;
  --bg4:    #fada00;
  --bg5:    #e1b124;
}
::selection {
  color: var(--white);
  background-color: var(--text);
}
input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder, input[type="url"]::placeholder, textarea::placeholder {
  color: var(--text);
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/bebasneue-regular.woff2') format('woff2'),
         url('fonts/bebasneue-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Pro';
    src: url('fonts/cerapro-medium.woff2') format('woff2'),
         url('fonts/cerapro-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
  	font-family: "Cera Pro";
  	src: url('fonts/font.woff2') format('woff2'),
         url('fonts/font.woff') format('woff');
   	font-weight: 400;
    font-style: normal;
}

@media(min-width: 1100px){
	.hea_header_menu #menu-header-menu>li.current-menu-item {
	    position: relative;
	}
	.hea_header_menu #menu-header-menu>li.current-menu-item:after {
	    position: absolute;
	    content: "\2023";
	    font-size: 40px;
	    line-height: 40px;
	    bottom: -20px;
	    right: 42%;
	    transform: rotate(-90deg);
	    color: #fff;
	}
  .hea_header_menu #menu-header-menu>li.menu-item a .menu-item-text:hover{
    color: var(--white);
  }
}


/*Footer*/
.gform_heading{
    display: none;
}
.get-inspiration-f-form_wrapper .gform_footer{
    padding: 0 !important;
}

footer{
    font-family: 'Cera Pro';
}
.hea-ftext>div{
    max-width: 470px;
}
.printfooterlogo{ display:none; }
/*Home*/
.hea_homeinspirationsrow .get-inspiration-f-form_wrapper .gfield {
  grid-column: span 12 !important;
}
.hea_homeinspirationsrow .get-inspiration-f-form_wrapper .gfield input[type="text"] {
  margin-top: 0 !important;
}
.hea_homeinspirationsrow .get-inspiration-f-form_wrapper .gform_fields{
    grid-row-gap: 0 !important;
}
.hea_homeinspirationsrow .get-inspiration-f-form_wrapper .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 0 !important;
}
.hea_ownerquote > div {
  max-width: 280px;
  margin: 0 auto;
}
.hea_virtualonsiterecorded .fl-heading-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hea_virtualonsiterecorded .fl-heading-text span {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 3px solid var(--heading);
  border-radius: 100%;
  display: inline-block;
  margin: 0 14px;
}
.hea_putwellness3blk > div {
  background-color: var(--bg2);
}
.hea_putwellness3blk .fl-module-heading {
  background-color: var(--icons);
  margin: 0 -8px;
}
.hea_planworkspace_text > div {
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
}
.hea_home-varityofpartner-titles {
  background-color: var(--heading);
}

/*contact*/
.hea_contact_form_wrapper  .gform_footer input[type="submit"]{
    margin-left: auto !important;
    margin-right: auto !important;
}
.hea_contact_form_wrapper  .gfield textarea{
    height: 127px !important;
    padding: 26px !important;
}
.hea_contact_form_wrapper  .gfield select{
    color: rgba(51,34,56,0.5);
}
.hea_contact_form_wrapper  .gform_validation_errors {
  display: none;
}
.hea_contact_form_wrapper  .gfield_validation_message {
  padding: 0 !important;
  border: 0 !important;
  background: unset !important;
}
.hea_contact_form_wrapper  .gfield,.hea_contact_form_wrapper  .validation_message {
  background: unset !important;
  border: 0 !important;
}
.hea_contact_form_wrapper  .validation_message {
  padding: 0 !important;
}
.gform_confirmation_wrapper .gform_confirmation_message{
    text-align: center;
    font-weight: 700 !important;
    color: var(--action);
    font-size: 18px !important;
    letter-spacing: 0.4px;
}
/*about*/
.hea_abouttext > div {
  max-width: 690px;
}
.hea-aboutquote {
  position: relative;
}
.hea-aboutquote::after {
  content: '';
  position: absolute;
  background-image: url('/wp-content/uploads/2022/09/about-bg-vector.png');
  top: -86%;
  right: 0;
  width: 390px;
  height: 740px;
}
.hea_aboutexpertinclude_title>div{
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
}
.hea_aboutexpertinclude_img {
  border: 1px solid rgba(255, 255, 255, 0.22);
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*testimonials*/
.hea_testimonials_wrapper .pp-testimonial{
  background-color: var(--white);
  padding-top: 85px;
  padding-bottom: 76px;
}
.hea_testimonials_wrapper .pp-testimonial:nth-child(2n+1) {
  background-color: var(--bg2);
}
.hea_testimonials_wrapper .pp-testimonials-content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.hea_testimonials_wrapper .pp-testimonials-content{
  margin-bottom: 30px;
  margin-top: 20px;
}
/*footer*/
.hea_bf_text a {
  color: var(--action) !important;
}
.hea_bf_text a:hover {
  color: var(--white) !important;
}
/*Single Idea libraray*/
.single-ideas_library {
  position: relative;
}
.single-ideas_library::after {
  content: '';
  position: absolute;
  background-image: url(https://6626619297.nxcli.io/wp-content/uploads/2022/10/bg-vector.png);
  top: 13%;
  right: 0;
  width: 290px;
  height: 700px;
  background-repeat: no-repeat;
  background-size: contain;
}
.hea_idealibrary_singlepost_nav .nav-links {
  display: flex;
  flex-wrap: nowrap;
}
.hea_idealibrary_singlepost_nav a:hover{
  color: var(--action);
}
.hea_idealibrary_singlepost_info > div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.hea_idealibrary_singlepost_topics a,
.hea_idealibrary_singlepost_delivary a {
  background-color: var(--action);
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 20px;
  display: inline-block;
  transition: all 0.4s ease-in;
}
.hea_idealibrary_singlepost_topics a:not(:last-child),
.hea_idealibrary_singlepost_delivary a:not(:last-child) {
  margin-right: 10px;
}
.hea_idealibrary_singlepost_topics a:hover,
.hea_idealibrary_singlepost_delivary a:hover{
  background-color: var(--text);
}
.hea_idealibrary_singlepost_content ul,
.hea_idealibrary_singlepost_content ol,
.hea_idealibrary_singlepost_content p,
.hea_idealibrary_singlepost_content a,
.hea_idealibrary_singlepost_content li{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.46px;
  color: var(--text);
  font-family: "Cera Pro";
  font-weight: 400;
}
.hea_idealibrary_singlepost_content a:hover{
  color: var(--heading);
}
.hea_idealibrary_singlepost_content a{
  color: var(--action);
}
.hea_idealibrary_singlepost_content h1,
.hea_idealibrary_singlepost_content h2,
.hea_idealibrary_singlepost_content h3,
.hea_idealibrary_singlepost_content h5{
  font-family: 'Bebas Neue';
  font-weight: 400;
  color: var(--heading);
}
.hea_idealibrary_singlepost_content h4,
.hea_idealibrary_singlepost_content h6{
  font-family: "Cera Pro";
  font-weight: 500;
  color: var(--heading);
}
.hea_idealibrary_singlepost_content h1{
  font-size: 75px;
  line-height: 80px;
}
.hea_idealibrary_singlepost_content h2{
  font-size: 63px;
  line-height: 68px;
}
.hea_idealibrary_singlepost_content h3{
  font-size: 30px;
  line-height: 35px;
}
.hea_idealibrary_singlepost_content h5{
  font-size: 25px;
  line-height: 30px;
}
.hea_idealibrary_singlepost_content h4{
  font-size: 26px;
  line-height: 32px;
}
.hea_idealibrary_singlepost_content h6{
  font-size: 18px;
  line-height: 24px;
}
.hea_idealibrary_singlepost_content .gallery-item img {
    border: 0 !important;
    width: 360px;
    height: 290px;
    object-fit: cover;
    object-position: center;
}

.gform_wrapper .gform_validation_errors {
  display: none;
}
.gfield_description, .validation_message, .gfield_validation_message {
  padding: 0 !important;
  border: 0 !important;
  background: unset !important;
  margin: 0 !important;
}
.gform_wrapper div.gfield{
  background-color: unset !important;
  border: 0 !important;
}
.hea_aboutintrotxt_wrapper .loadMoreBtn {
    margin: 20px 20px 70px 20px !important;
}
.hea_about_michelle_list ul {
    column-count: 2;
    column-gap: 10px;
    max-width: 850px;
}

/*popupform*/
.get-inspiration-f-form_wrapper input[type="text"],.get-inspiration-f-form_wrapper input[type="email"]{
  border: 0;
  color: #332238;
  background: #fff;
  padding: 21px 24px !important;
  border-radius: 0;
  font-size: 20px !important;
  line-height: 22px !important;
}
.get-inspiration-f-form_wrapper input[type=submit] {
    margin: 10px 0 !important;
    border: 0 !important;
    border-radius: 0;
    padding: 14px 20px 12px 20px;
    font-size: 16px;
    line-height: 16px;
    color: #fff !important;
    letter-spacing: 1px;
}

/*ideas_library*/
.hea_ideas_library_postList_filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
}
.hea_ideas_library_postList_filter + .hea_ideas_library_postList_filterbtnwrap {
    margin-top: 35px;
}
.hea_ideas_library_postList_select_filter {
    /*flex-basis: 48.5%;*/
    display: none;
}
.hea_ideas_library_postList_search_filter {
    /*flex-basis: 48.5%;*/
    flex-basis: 100%;
}
.hea_ideas_library_cat_select {
    width: 100%;
    padding: 30px 60px 22px 30px;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    color: var(--text);
    outline: 0 !important;
    background-image: url(https://6626619297.nxcli.io/wp-content/uploads/2022/10/down.png);
        appearance: none;
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 96% center;
        background-color: rgba(255,255,255,0.25);
}
.hea_ideas_library_search_form input[type="search"],
.hea_ideas_library_search_form input[type="search"]:focus {
    color: var(--text) !important;
    padding: 26px 30px 26px 70px;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    border: 0;
    border-radius: 0;
    appearance: none;
    background-image: url(/wp-content/uploads/2022/10/search.png) !important;
    background-repeat: no-repeat;
    background-position: 25px center;
    background-size: 24px;
    outline: 0 !important;
    background-color: rgba(255,255,255,0.25) !important;
    outline-offset: 0;
}
.hea_ideas_library_search_form input[type="search"]::placeholder {
    color: rgba(0,0,0,0.3);
}
#filters-options {
    margin-bottom: 10px;
}
#filters-options .filter-section {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    width: 100%;
    max-width: 260px;
}
#filters-options .filter-section .filter-heading {
    /* width: 180px; */
    padding-top: 14px;
}
#filters-options .filter-section .filter-title {width: 100%;}
#filters-options .filter-section .filter-title h3{
    color: #fff;
}
.filter-heading h3 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  color: #000;
}
#filters-options .filter-section .filter-options {
    width: calc(100% - 180px);
}
.hea_ideas_library_postList_filterbtnwrap ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: start;
    margin: 0 auto 20px auto;
    padding: 0;
    text-align: center;
    align-items: center;
}

.hea_ideas_library_postList_filterbtn {
    border: 1px solid var(--action);
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: var(--action);
    margin: 10px 13px;
    cursor: pointer;
    text-transform: uppercase;
}
.hea_ideas_library_postList_filterbtn.active,
.hea_ideas_library_postList_filterbtn:hover {
    color: var(--text);
}
.hea_ideas_library_postList_wrap {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    display: block;
    padding-bottom: 100px;
}
.hea_ideas_library_postList_item {

    margin: 10px 0;
    padding: 0 10px;
    /* width: calc(50% - 10px); */
    width: 50%;
    display: inline-block;
}
.hea_ideas_library_postList_item_inner {
    background-color: var(--bg2);
    padding: 25px 50px;
}
.hea_ideas_library_postList_item_inner:hover{
    background-color: #d3bfa6;
}
.hea_ideas_library_postList_item_title {
	font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--text);
    letter-spacing: 0.6px;
    margin: 0 0 20px 0;
    font-family: 'Cera Pro';
}
.hea_ideas_library_postList_item_content {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--text);
    font-family: 'Cera Pro';
    margin: 0 0 15px 0;
}
.hea_ideas_library_postList_item_content a{color: inherit;}
/* .hea_ideas_library_postList_item_content a:hover {color: var(--action);} */
.hea_ideas_library_postList_item_taxonomy_link {
	margin: 0 -5px 20px;
}
.hea_ideas_library_postList_item_taxonomy_link a {
	display: inline-block;
    color: var(--action);
    padding: 0px 3px;
    font-family: 'Bebas Neue';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
}
.hea_ideas_library_postList_item_taxonomy_link a:hover{
   color: var(--text);
}
.hea_ideas_library_postList_item_inner .read_more_btn a{
	padding: 10px;
	border: 1px solid var(--action);
}
.hea_ideas_library_postList_item_inner .read_more_btn a:hover {
	background-color: var(--action);
	color: #fff;
}
.hea_ideas_library_pagination_wrap {
    width: 100%;
    position: absolute;
    bottom: 10px;
}
.hea_ideas_library_pagination_wrap  ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.hea_ideas_library_pagination_wrap  ul li {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Cera Pro';
    width: 30px;
    height: 30px;
        margin: 0 4px;
}
.hea_ideas_library_pagination_wrap  ul li .page-numbers {
    width: 100%;
    color: var(--text);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
.hea_ideas_library_pagination_wrap  ul li .page-numbers.current,
.hea_ideas_library_pagination_wrap  ul li .page-numbers:hover {
    color: var(--white);
    background-color: var(--action);
    text-decoration: none !important;
}
.hea_ideas_library_pagination_wrap  ul li .page-numbers.next,
.hea_ideas_library_pagination_wrap  ul li .page-numbers.prev {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
}
.hea-footer-ss_link a:hover,.hea-footer-ss_link a:hover p {
    color: var(--action) !important;
}

/*extra*/
.gfield_error {
    MARGIN-TOP: 0 !IMPORTANT;
    PADDING-TOP: 0 !IMPORTANT;
}
.uabb-faq-question-label{
  outline: 0 !important;
}
.hea_servicepage_ideaslist .hea_ideas_library_cat_select.sorting-filter-wrap,
.hea_servicepage_ideaslist .hea_ideas_library_search_form input[type="search"],
.hea_servicepage_ideaslist .hea_ideas_library_search_form input[type="search"]:focus {
    background-color: var(--white) !important;
}
.hea_testimonials_wrapper .loadMoreBtn {
    margin: 60px auto !important;
    padding: 10px 46px 9px 50px;
}
/* Filter section design */
#filters-options {display: flex;justify-content: center;align-items: flex-end;}
#filters-options .filter-section {position: relative;margin: 0 10px;}
#filters-options .filter-section.show_all_filter .filter-options{position: static;background-color: transparent;display: block !important;height: auto !important;opacity: 1 !important;}
#filters-options .filter-section.show_all_filter .filter-options ul{padding: 0;}
#filters-options .filter-section.show_all_filter .filter-options li{padding: 16px 30px;font-size: 24px;line-height: 20px;text-transform: uppercase;font-family: "Bebas Neue";letter-spacing: 2px;background-color: var(--action);
    text-align: center;}
#filters-options .filter-section.show_all_filter .filter-options li.active{background-color: var(--action);text-align: center;}
#filters-options .filter-section.show_all_filter .filter-options li:hover {
    background-color: var(--heading);color:#ffffff;
}
#filters-options .filter-section.show_all_filter .filter-heading{display: none;}
#filters-options .filter-section .filter-heading {text-align: center;text-align: center;padding: 10px 30px 10px 20px;border: 1px solid var(--heading);position: relative;/*width: 260px;*/width: 100%;}
#filters-options .filter-section .filter-heading:before{content: "";position: absolute;right: 15px;top: 50%;transform: translate(0,-50%);background-image: url(./img/down-arrow.png);height: 10px;width: 20px;background-repeat: no-repeat;background-size: contain;background-position: center;transition: 0.4s all;}
#filters-options .filter-section .filter-heading h3{margin: 0;cursor: pointer;color: #000;text-align: left;letter-spacing: 1px;}
#filters-options .filter-section .filter-options {position: absolute;left: 0;top: 100%;background-color: var(--bg1);width: 100%;display: none;z-index: 1;}
#filters-options .filter-section .filter-options ul{margin: 0;display: block;padding-bottom: 10px;}
#filters-options .filter-section .filter-options ul li{margin: 0;text-align: left;font-size: 20px;border:0;color:#fff;padding: 5px 25px;font-family: 'Bebas Neue';letter-spacing: 1px;}
#filters-options .filter-section .filter-options ul li:hover,
#filters-options .filter-section .filter-options ul li:focus {background-color: transparent;color: #000;}
#filters-options .filter-section.dropdown-active .filter-options{border: 1px solid var(--heading);border-top:0;}
#filters-options .filter-section.dropdown-active .filter-heading{border-bottom: 1px solid transparent;}
#filters-options .filter-section.dropdown-active .filter-heading:before{transform: translate(0,-50%) rotate(180deg);}
.hea_ideas_library_postList_filter_section .back_btn_wrap + .hea_ideas_library_postList_filter{margin-top: 30px;}
.hea_ideas_library_postList_filter_section .back_btn_wrap a{padding: 10px 15px;display: inline-block;font-size: 18px;color:var(--heading);}
.hea_ideas_library_postList_filter_section .back_btn_wrap a:hover,
.hea_ideas_library_postList_filter_section .back_btn_wrap a:focus{color: var(--action);background-color: transparent;}

.hea_ideas_library_postList_filter_section {background-color: #bcdbe9;padding: 65px 0;}
.hea_ideas_library_postList_wrap_section {padding: 30px 0 70px;}
.hea_ideas_library_postList_filter_section .container,
.hea_ideas_library_postList_wrap_section .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
/* .post-type-archive-ideas_library #fl-main-content .fl-module-content .fl-rich-text > p{display: none}
p:empty{display:none} */

section.search-area-style .new-year-ideas {
  background-color: rgb(188 219 233 / 25%) !important;
  text-align: center;
  font-family: 'Cera Pro';
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--text);
  padding: 25px 20px;
}
section.search-area-style span.cur_year_posts {
  color: var(--action);
  cursor: pointer;
  white-space: nowrap;
}

@media(max-width: 1170px){
  .hea-iconpoints .fl-rich-text {
    min-height: 50px;
  }
  .hea_gl_getinspiration_imgcol{width: 40%;}
  .hea_gl_getinspiration_textcol{width: 55%;}
  .hea_gl_getinspiration_formcol{width: 100%;}
  #filters-options .filter-section .filter-heading{width: 220px;}
}
@media(max-width: 1024px){
  .hea_planworkspace_text > div {
      max-width: 290px;
      margin-left: auto;
      margin-right: auto;
  }
  .hea_aboutexpertinclude_img{
    height: 140px;
  }
  .hea_aboutexpertinclude_img img {
    max-height: 80px !important;
    object-fit: contain !important;
  }
  .btn.loadMoreBtn{
    padding: 14px 26px !important;
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .hea_aboutintrotxt_wrapper .loadMoreBtn {
      margin: 20px 20px 40px 20px !important;
  }
  .hea_testimonials_wrapper .loadMoreBtn {
      margin: 40px auto !important;
  }
  .hea_testimonials_wrapper .pp-testimonial{
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .hea_testimonials_wrapper .pp-testimonials-content{
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .hea_idealibrary_singlepost_content ul,
  .hea_idealibrary_singlepost_content ol,
  .hea_idealibrary_singlepost_content p,
  .hea_idealibrary_singlepost_content a,
  .hea_idealibrary_singlepost_content li{
    font-size: 14px;
    line-height: 20px;
  }
  .hea_idealibrary_singlepost_content h1{
    font-size: 55px;
    line-height: 60px;
  }
  .hea_idealibrary_singlepost_content h2{
    font-size: 42px;
    line-height: 46px;
  }
  .hea_idealibrary_singlepost_content h3{
    font-size: 26px;
    line-height: 32px;
  }
  .hea_idealibrary_singlepost_content h5{
    font-size: 20px;
    line-height: 24px;
  }
  .hea_idealibrary_singlepost_content h4{
    font-size: 18px;
    line-height: 22px;
  }
  .hea_idealibrary_singlepost_content h6{
    font-size: 16px;
    line-height: 20px;
  }
  .hea_idealibrary_singlepost_content .gallery-item img {
      width: 260px;
      height: 220px;
  }
  .hea_idealibrary_singlepost_topics a,
  .hea_idealibrary_singlepost_delivary a{
     font-size: 16px;
     line-height: 20px;
  }
  .hea_ideas_library_cat_select{
    padding: 20px 40px 20px 20px;
    font-size: 18px;
    line-height: 20px;
    background-size: 16px;
  }
  .hea_ideas_library_search_form input[type="search"], .hea_ideas_library_search_form input[type="search"]:focus{
    padding: 17px 20px 20px 40px;
    font-size: 18px;
    line-height: 20px;
    background-size: 16px;
    background-position: 16px center;
  }
  .hea_ideas_library_postList_filter{
    margin: 0 0 30px 0;
  }
  .hea_ideas_library_postList_item_taxonomy_link a{
    font-size: 18px;
    line-height: 20px;
  }
  .hea_ideas_library_postList_filterbtn{
    padding: 8px 16px 8px 16px;
    font-size: 16px;
    line-height: 20px;
  }
  .hea_ideas_library_postList_item_inner{padding: 20px 25px;}
  .hea_ideas_library_postList_wrap_section {
    padding: 30px 0;
    }
    .hea_ideas_library_postList_wrap{padding-bottom: 70px;}

}
@media(max-width: 768px){
  /*.get-inspiration-f-form_wrapper .gform_fields {
    grid-row-gap: 16px !important;
  }*/
  #filters-options .filter-section .filter-heading {
    /* width: 170px; */
    /* padding-top: 0; */
  }
  #filters-options .filter-section{max-width: 170px;}
#filters-options .filter-section.show_all_filter .filter-options li{padding: 16px 20px;font-size: 20px;}
  #filters-options .filter-section .filter-options {
    width: 100%;
  }
  .filter-heading h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .hea_about_michelle_list ul{
    column-count: 1;
  }
  .single-ideas_library::after{
    top: 7%;
    right: 0;
    width: 200px;
    height: 500px;
  }
  .hea-homebannerbgvector>div{
    background-size: 250px !important;
  }
  .hea_ownerquote > div {
    max-width: 240px;
  }
  .get-inspiration-f-form_wrapper .ginput_complex span{
    margin: 0 !important;
  }
  .get-inspiration-f-form_wrapper .gform_fields{
    grid-row-gap: 16px !important;
  }
  .hea_gw_header span {
    font-size: 28px !important;
  }
  .get-inspiration-f-form_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]){
    line-height: inherit !important;
  }
  .btn.loadMoreBtn{
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .hea_aboutintrotxt_wrapper .loadMoreBtn {
      margin: 20px 20px 20px 20px !important;
  }
  .hea_testimonials_wrapper .loadMoreBtn {
      margin: 20px auto !important;
  }
  .hea_testimonials_wrapper .pp-testimonial{
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .hea_testimonials_wrapper .pp-testimonials-content{
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .hea_idealibrary_singlepost_content ul,
  .hea_idealibrary_singlepost_content ol,
  .hea_idealibrary_singlepost_content p,
  .hea_idealibrary_singlepost_content a,
  .hea_idealibrary_singlepost_content li{
    font-size: 13px;
    line-height: 19px;
  }
  .hea_idealibrary_singlepost_content h1{
    font-size: 46px;
    line-height: 50px;
  }
  .hea_idealibrary_singlepost_content h2{
    font-size: 36px;
    line-height: 42px;
  }
  .hea_idealibrary_singlepost_content h3{
    font-size: 22px;
    line-height: 26px;
  }
  .hea_idealibrary_singlepost_content h5{
    font-size: 18px;
    line-height: 22px;
  }
  .hea_idealibrary_singlepost_content h4{
    font-size: 16px;
    line-height: 20px;
  }
  .hea_idealibrary_singlepost_content h6{
    font-size: 16px;
    line-height: 20px;
  }

  .hea_idealibrary_singlepost_content .gallery-item {
      width: 100% !important;
  }
  .hea_idealibrary_singlepost_info > div{
    flex-wrap: wrap;
  }
  .hea_ideas_library_postList_filterbtn{
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 5px;
  }
  .hea_ideas_library_search_form input[type="search"], .hea_ideas_library_search_form input[type="search"]:focus{
    padding: 10px 14px 12px 30px;
    font-size: 15px;
    line-height: 18px;
    background-size: 14px;
    background-position: 14px center;
  }
  .hea_ideas_library_cat_select {
    padding: 12px 30px 12px 12px;
    font-size: 15px;
    line-height: 18px;
    background-size: 14px;
    margin-bottom: 20px;
  }
  .hea_ideas_library_postList_filterbtnwrap ul{
    margin: 0 auto 20px auto;
  }
  .hea_ideas_library_postList_item{
    margin: 0 0 15px 0;
    /* padding: 25px 20px; */
  }
  .hea_ideas_library_postList_item_title{
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px 0;
  }
  .hea_ideas_library_postList_item_content{
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 15px 0;
  }
  .hea_ideas_library_postList_item_taxonomy_link a{
      font-size: 16px;
      line-height: 14px;
      padding: 0px 5px;
      margin-bottom: 5px;
  }
  .hea_homebanner > div{
    background-image: linear-gradient(180deg, #dc806b 0%, #6b4b6d 19%) !important;
  }
  .footerinfobox .fl-col-group-nested > div {
    flex-basis: auto !important;
    width: auto !important;
    margin: 0 !important;
  }
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
      line-height: inherit;
      min-height: 32px;
  }
  .hea_ideas_library_postList_item_taxonomy_link {
    margin-bottom: 10px;
}
.hea_ideas_library_postList_item_title{font-size: 18px;}

}
@media(max-width: 767px){
    #filters-options{flex-wrap: wrap;}
    #filters-options .filter-section{max-width: 45%;margin-bottom: 10px;}
    #filters-options .filter-section .filter-heading{width: 100%;}
    .hea_ideas_library_postList_item{width: 100%;padding: 0;}
    section.search-area-style .new-year-ideas {
      font-size: 18px;
      line-height: 1.2;
    }
}
@media(max-width: 600px){
    #filters-options .filter-section{width: 100%;max-width: 100%;}
  .hea_idealibrary_singlepost_info > div{
    align-items: flex-start;
    flex-direction: column;
  }
  .hea_idealibrary_singlepost_delivary > div {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px !important;
  }
  .hea_idealibrary_singlepost_date > div{
    margin-left: 20px !important;
  }
  .hea_virtualonsiterecorded .fl-heading-text{
    flex-wrap: wrap;
  }
  .hea_virtualonsiterecorded .fl-heading-text span{
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
  .hea_ideas_library_postList_filter{
    flex-direction: column;
    margin-bottom: 20px;
  }
  #filters-options .filter-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
  }
  #filters-options .filter-section .filter-heading {
    /* width: 100%; */
  }
  #filters-options .filter-section .filter-options {
    width: 100%;
  }
  .hea_ideas_library_postList_filterbtnwrap ul{
    flex-wrap: wrap;
    justify-content: center;
  }
  .hea_idealibrary_singlepost_content .gallery-item img {
      width: 200px;
      height: 180px;
  }
}
