/* @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    */
/*****************************************/

/*****************************************/
/* Forge added - 2025 */
/*****************************************/
  @font-face {
				font-family: 'neuepower';
				src: url('https://entelargroup.co.nz/wp-content/uploads/useanyfont/7907NeuePower.woff2') format('woff2'),
						url('https://entelargroup.co.nz/wp-content/uploads/useanyfont/7907NeuePower.woff') format('woff');
				font-display: auto;
	}
  h1, h2 {
    font-family: neuepower !important;
    font-weight: 400;
  }
/* header style */
  header.header {
    z-index: 10;
  }

  header.header .wrapper {
    height: 64px;
  }

header.header .top_navigation_raw {
max-width: 1245px;
/*   justify-content: space-between; */
  margin:0 auto;
}
header.header .top_navigation_raw .logo {
  width: 100%;
}
header.header [role=menu] {
  gap: 40px;
}

  header.header .hs-menu-item {
    position: relative;
    width: fit-content;  
    
}

  .mainmenu .hs-menu-wrapper>ul>li>a,
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size: 17px;
    line-height: 21px;
  }

.mainmenu .hs-menu-wrapper>ul>li>a {
  font-weight: 400;
}

 .mainmenu .hs-menu-wrapper>ul>li>ul>li>a:hover, .mainmenu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
   text-indent: 0;
  }

  header.header .hs-menu-item::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px; 
  bottom: 0;
  left: 0;
  background-color: #ed6e59;
  transition: width 0.3s ease;
}

 header.header .hs-menu-item:hover::after {
  width: 100%;
}

header.header .hs-menu-item a {
  padding: 0 !important;
}

 header.header .hs-menu-item:hover a {
  color: #373a36 !important;
}

  .header .hs-menu-children-wrapper {
    width: max-content !important;
    left: 0 !important;
    padding: 20px 20px 0 20px;
  }

 header.header .hs-menu-item .hs-menu-depth-2 {
margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
  margin-top: 18px;
}
/* mobile menu */
.top_navigation .mainmenu #hs_cos_wrapper_my_menu {
        margin-right: 100px;
 }

@media (max-width: 991px) {
    #hs-link-site_logo_mobile_hs_logo_widget {
      width: 150px;
      display: block;
    }

    #hs-link-site_logo_mobile_hs_logo_widget img {
      width: 150px !important;
    }

    .mobile-open .mobile_menu_toggle a.mobile-trigger {
        position: absolute;
        top: 25px;
        right: 25px;
    }
  
    .mobile_menu_toggle {
        background: #fff;
        height: 0px;
    }
    .mainmenu .hs-menu-flow-horizontal>ul>li, .mainmenu .hs-menu-flow-vertical>ul>li {
        border-bottom: none;
    }
    .mobile_menu_logo {
      background: transparent;
    }

    header.header [role=menu] {
      padding: 16px 20px;
      gap: 24px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper,
     .mainmenu .hs-menu-wrapper>ul>li>ul{
      margin-top: 0;
      background: #fff;
  }
}

/* footer style */
footer a:hover {
text-decoration: none;
color: rgb(238, 111, 89);
}

footer .footer-row-0-vertical-alignment > .row-fluid {
  max-width: 1245px !important;
  margin: 0 auto;
}

footer .footer-row-0-vertical-alignment > .row-fluid [class*=span]  {
  flex-grow: unset;
  flex-basis: unset;
}

footer .footer-row-0-vertical-alignment > .row-fluid > .span7  {
  max-width: 180px;
}

footer .footer-row-0-vertical-alignment > .row-fluid > .span5  {
  width: calc(100% - 210px);
  max-width: 100%;
  margin-left: 30px;
  display: grid !important;
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: auto auto; 
  gap: 16px;
}

footer .footer-row-0-vertical-alignment > .row-fluid > .span5 > .row-number-3 {
  grid-column: 1 / -1;
}

footer .footer-row-0-vertical-alignment > .row-fluid > .span5 > .row-number-3 > .row-fluid {
   justify-content: space-between;
   padding-top: 16px;
}

footer .footer-row-0-vertical-alignment > .row-fluid > .span5 > .row-number-3 > .row-fluid::before,
footer .footer-row-0-vertical-alignment > .row-fluid > .span5 > .row-number-3 > .row-fluid::after {
  display: none;
}

footer .footer-row-0-vertical-alignment > .row-fluid > .span5 > .row-number-3 > .row-fluid .span3 {
    margin: 0;
    width: fit-content;
}
 
footer .footer-row-0-vertical-alignment > .row-fluid > .span5 > .row-number-5 > .row-fluid {
    justify-content: flex-end;
     margin-right: -14px;
}

footer .footer-row-0-vertical-alignment > .row-fluid p {
  padding: 0;
} 

footer .row-number-4 > .row-fluid .row-number-7 .social-links {
  margin-left: -12px;
}
/*****************************************/
/* Forge added - 2025  end */
/*****************************************/

.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "\f0d7";
    font-family: 'FONTAWESOME';
    padding-left: 5px;
    display:none;
}

header .top_navigation_raw .logo {
    width: calc(10% - 15px);
}

.top_search .fa-search, body.fixed .top_search .fa-search, body.fixed header.transparent .top_search .fa-search {
    display:none;
}

form input:focus, form input:focus-visible {
    outline:0px !important;
}
  
.input[type="submit"], .hs-form .hs-button {
    padding: 14px 20px;
  }

form .hs-submit {
    text-align: center;
}

.top_navigation .mainmenu.no_search {
  max-width: calc(84.99% + 15px) !important;
  flex: 0 0 calc(84.99% + 15px) !important;
}

.top_navigation .mainmenu {
  justify-content: center;
}

header.transparent .mainmenu .hs-menu-wrapper > ul > li:last-child > a {
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);  
}

body.fixed header.transparent .mainmenu .hs-menu-wrapper > ul > li:last-child svg {
  fill: #323332;
}

@media (min-width: 992px) {
  .mainmenu .hs-menu-wrapper > ul > li > ul {
    display: table;
  }
}

@media (max-width: 991px) {
  .top_navigation .mainmenu {
    justify-content: end;  
  }
}

.cta_section {
    border-radius: 6px;
}

.splide__controls {
  display: none !important;
}

.slider__container {
  padding:0 !important;
}

.body-container--blog-index .blog-index .hs-featured-image-wrapper {
  max-width: 1000px;
  height: 576px;
}


.blog-post-wrapper .about-authorimg {
  border: 4px solid #EA6852;

}
.blog-post-wrapper .blog-links .prev-blog a {
  border-radius: 5px;
  background: #EA6852;
  color: #fff;
  box-shadow: unset;
  padding:10px 20px;
}
.blog-post-wrapper .blog-links .next-blog a {
  border-radius: 5px;
  background: #EA6852;
  color: #fff;
  box-shadow: unset;
  padding:10px 20px;

}

.hero_section h1.hero-heading {
  text-shadow:none !imiportant;

}

.blog-wrapper {
  width:1000px;
}

@media (max-width:1024px) {
   .blog-wrapper {
    width:auto;
    }

   .hero_section {
    padding: 0 !important;
    }
  
   .about-author-sec {
    padding: 0 4% 10px !important;
  
  }
  .blog-post-wrapper .blog-links {
    gap:0  !important;
    padding: 0 4%;
  }
  
  .body-container--blog-index .blog-index .hs-featured-image-wrapper {
   height: 150px;
  
  }
  
  #hs_cos_wrapper_widget_1718675019308 .social-links {
    justify-content: center !important;
  }
}

#hs_cos_wrapper_widget_1723606063545{
    background-color: none !important;
    background-image: url('https://21759491.fs1.hubspotusercontent-na1.net/hubfs/21759491/home-studio-podcast-interior-microphone-table-closeup-2-min.jpeg');
    object-fit:fit;
}

#hs_cos_wrapper_widget_607fe897-6bd5-4dba-9102-7250d722700b .tile-repeater .tile__top.title-over, #hs_cos_wrapper_widget_607fe897-6bd5-4dba-9102-7250d722700b .tile-repeater .tile__top.title-under {
   height:0px !important;
 
}

.blog-footer {
  background-image: url('https://21759491.fs1.hubspotusercontent-na1.net/hubfs/21759491/Entelar%20Background%20Image.png'); 
  background-size: cover; 
  background-position: center;
  padding:100px 50px;
  text-align:center;
}

.go26732895 {
  background:#ED6E59;
  border-radius:40px;
  padding:20px;
  color:#fff;
}

.go26732895:hover {
  color:#fff;
  text-decoration:none;
}

.blog-featured-image-link {
    height: 240px !important;
}

@media (max-width: 986px) {
    .blog-featured-image-link {
        height: auto !important;
      min-height:200px;
    }
}

@media (min-width: 1024px) {
  .blog-left {
    padding-left: 0 !important;
  }
}

.blog-featured-image-link:hover>img {
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
} 

/* LinkedIn icon on header */

a.linkedin-icon {
   margin-right: 2.263rem;
   width: 20px;
   height: 20px;
   color: #373a36;
}

a.linkedin-icon i {
  font-size: 20px;
}

a.linkedin-icon:hover {
    color: #ea6852;
}

/* golf borer */

.hs-content-id-185045232906 .row-number-37 .span4:first-child,
.hs-content-id-185045232906 .row-number-37 .span4:nth-child(2),
.hs-content-id-185045232906 .cell_17373239032222-padding .span4:first-child{
   border-right: 2px solid #96999C;
}

.hs-content-id-185045232906 .cell_17373239032222-padding .span4:nth-child(3) {
  border-left: 2px solid #96999C;
  margin-left: 0 !important;
  padding-left: 30px !important;
  padding-right: 0 !important;
}

@media (max-width:1200px) {
  .hs-content-id-185045232906 .row-number-37 .span4 h2,
  .hs-content-id-185045232906 .cell_17373239032222-padding .span4 h2
  {
    font-size: 24px !important;
  }
}


@media (max-width:767px) {
  .hs-content-id-185045232906 .row-number-37 .span4:first-child,
.hs-content-id-185045232906 .row-number-37 .span4:nth-child(2),
 .hs-content-id-185045232906 .cell_17373239032222-padding .span4:first-child,
.hs-content-id-185045232906 .cell_17373239032222-padding .span4:nth-child(2){
   border-bottom: 2px solid #96999C;
   border-right: none;
  }
  .hs-content-id-185045232906 .cell_17373239032222-padding .span4:nth-child(3) {
  border-left: none;
  margin-left: 0 !important;
  padding-left: 24px !important;
  
}