.page-template-template-hunt #masthead,
.page-template-template-hunt #top_header,
.page-template-template-hunt #mobthead,
.page-template-template-hunt .sub_header,
.page-template-template-hunt footer,
.page-template-template-hunt .subfooter,
.page-template-template-hunt .sub_footer_mob_cta
{
    display: none;
}

.page-template-template-hunt .page-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.lhunt {
    position: relative;
}

/*** LANGUAGE SWITCHER ***/

ul.lh-lang-switcher,
ul.lh-lang-switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.lh-lang-switcher > li {
    position: relative;
}

.lh-lang-switcher ul.sub-menu {
    position: absolute;
    padding: 4px;
    margin: 0;
    left: -9999px;
    width: auto;
    min-width: auto;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

.lh-lang-switcher ul.sub-menu > li {
    padding: 6px 12px 6px 6px; /* dont know why pl needed 6px and no 12px */
}

.lh-lang-switcher ul.sub-menu > li:hover {
    background-color: #f0f7ff;
}

.lh-lang-switcher ul.sub-menu > li > a > img + span {
    line-height: 1;
}

/* better flags */
.lh-lang-switcher li > a > img {
    width: 20px;
    height: 20px;
    background-size: cover;
    border-radius: 10px;
}
.lh-lang-switcher li.wpml-ls-item-en > a > img { content: url("../images/flags-hr/en2.png"); }
.lh-lang-switcher li.wpml-ls-item-it > a > img { content: url("../images/flags-hr/it.png"); }
.lh-lang-switcher li.wpml-ls-item-de > a > img { content: url("../images/flags-hr/de.png"); }
.lh-lang-switcher li.wpml-ls-item-fr > a > img { content: url("../images/flags-hr/fr.png"); }
.lh-lang-switcher li.wpml-ls-item-es > a > img { content: url("../images/flags-hr/es.png"); }
.lh-lang-switcher li.wpml-ls-item-pt > a > img { content: url("../images/flags-hr/br.png"); }

.lh-lang-switcher ul.sub-menu > li > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--color);
    font-size: 13px;
}

.lh-lang-switcher > li:hover > ul.sub-menu,
.lh-lang-switcher > li:active > ul.sub-menu {
    left: 0;
}

.lh-lang-switcher > li > a {
    padding: 8px 20px 8px 0;
    color: var(--color);
    font-size: 13px;
}
@media (max-width:640px) {
    .lh-lang-switcher > li > a {
        padding: 8px 20px 8px 0;
    }
    .lh-lang-switcher > li.wpml-ls-menu-item > a > img.wpml-ls-flag {
        display: none;
    }
}
.lh-lang-switcher > li > a:hover {
    color: var(--color);
}
.lh-lang-switcher > li > a::after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    -webkit-mask: url(../ico/ico_down.svg) no-repeat 50% 50%;
    mask: url(../ico/ico_down.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: black;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width:640px) {
    .lh-lang-switcher > li > a::after {
        /*content: none;*/
    }
}
.lh-lang-switcher .wpml-ls-current-language > a::before {
    content: none;
}

/*** LANGUAGE SWITCHER - END ***/

.lh-header-wrapper {
    background: var(--gradient-bg);
    position: relative;
    color: #fff;
}

.lh-header-wrapper .lh-header-content {
    padding-top: 140px;
}
@media (max-width:640px) {
    .lh-header-wrapper .lh-header-content {
        padding-top: 21.875vw;
    }
}
@media (max-width:480px) {
    .lh-header-wrapper .lh-header-content {
        padding-top: 105px;
    }
}

.lh-top-bar {
    display: flex;
    gap: 5px;
    /* flex-flow: row nowrap; */
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 3px 10px 10px 5px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 1200px;
    z-index: 9999;
}
@media (max-width:1210px) {
    .lh-top-bar {
        width: calc(100% - 20px);
        top: 10px;
    }
}
@media (max-width:768px) {
    .lh-top-bar {
        padding: 10px;
        height: 58px;
    }
}

.lh-logo {
    width: 220px;
}
@media (max-width:768px) {
    .lh-logo {
        height: 22px;
    }
}

.lh-top-bar-l {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 30vw;
}
.lh-top-bar-l a{
    display: flex;
}

.lh-top-bar-r {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    height: 100%;
    gap: 5px;
}
.lh-top-bar-r > * {
    flex: 1 1 auto;
    overflow: hidden;
    height: 100%;
    transition: height .1s;
}

.lh-producthunt-widget img {
    display: block;
}

.lh-capterra {
    text-align: center;
}
.lh-capterra img {
    display: block;
    height: 38px;
    width: auto;
}
@media (max-width:860px) {
    .lh-capterra {
        display: none;
    }
}

.lh-top-bar-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(45deg, var(--violet), var(--ultraviolet));
    height: 38px;
    color: #ffffff;
    padding: 0 40px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
@media (max-width:640px) {
    .lh-top-bar-cta {
        padding: 0 10px;
    }
}

body:not(.is-scrolled) .lh-top-bar-cta,
body.is-scrolled .lh-producthunt-widget,
body.is-scrolled .lh-capterra {
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

.lh-lang-switcher-wrapper {
    overflow: visible;
}

@media (max-width:640px) {
    body.is-scrolled .lh-lang-switcher-wrapper {
        display: none;
    }
}

.lh-header-content h1 {
    width: 100%;
    max-width: 935px;
    margin: 0 auto 35px auto;
    font-size: 64px;
    font-weight: 900;
    line-height: 68px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #ffffff;
    font-family: Lato, sans-serif;
    /* background: linear-gradient(269.93deg, #FF05AA 0.03%, #FF05AA 19.55%, #00F0FF 38.07%, #00BC7E 65.12%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF); */
}
@media (max-width:1200px) {
    .lh-header-content h1 {
        font-size: calc(26px + 6.785vw - 44px);
        line-height: 5vw;
        margin-bottom: 2.8125vw;
    }
}
@media (max-width:640px) {
    .lh-header-content h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 18px;
    }
}

.lh-header-content h1 span {
    text-decoration: none;
    background-image: linear-gradient(90deg, #fb37ff, #7924b6);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0% 3px;
    animation: underline 2s forwards .3s;
}

.lh-header-content h1 a{
    color: unset;
    font-weight: unset;
}

.lh-header-content h2 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 50px auto;
    color: #ffffff;
    font-family: Lato, sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    /* background: linear-gradient(269.93deg, #FF05AA 0.03%, #FF05AA 19.55%, #00F0FF 38.07%, #00BC7E 65.12%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF); */
}
@media (max-width:1200px) {
    .lh-header-content h2 {
        font-size: 2.333vw;
        line-height: 2.833vw;
        margin-bottom: 4.1666vw;
    }
}
@media (max-width:640px) {
    .lh-header-content h2 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 26px;
    }
}

.lh-header-content .lh-video-desc-1 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 10px auto;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.25px;
    text-align: center;
}

.lh-header-content .lh-video-desc-2 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 30px auto;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}

.lh-video-wrapper {
    position: relative;
}

.lh-video-container {
    width: 100%;
    max-width: 900px;
    /* height: 506px; */
    aspect-ratio: 16 / 9;
    z-index: 9998;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    /* border-radius: 10px; */
    /* background: #cccccc url("../images/video-play.png") center center no-repeat; */
}
.lh-video-container > video {
    width: 100%;
    height: 100%;
    z-index: 100;
    border-radius: 10px;
}
.lh-video-wrapper>video {
    border-radius: 10px;
    box-shadow: 3px 10px 10px 5px rgba(0, 0, 0, 0.2);
}
button.lh-play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22%;
    height: auto;
    aspect-ratio: 1;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    background: transparent url("../images/video-play.png") top left no-repeat;
    background-size: contain;
    z-index: 200;
    cursor: pointer;
}

.lh-desc-3-wrapper {
    padding: 50px 0 1px 0;
    background-color: #faf8f6;
}
@media (max-width:980px) {
    .lh-desc-3-wrapper {
        padding-top: 27vw;
    }
}

.lh-desc-3 {
    color: #000000;
    padding-bottom: 45px;
    font-family: Lato, sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0;
    text-align: center;
}
@media (max-width:1200px) {
    .lh-desc-3 {
        font-size: 22px;
        line-height: 1.2;
        padding-bottom: 3.75vw;
    }
}

.lh-desc-3 p:last-child {
    margin-bottom: 0;
}

.lh-mid-cta-wrapper {
    text-align: center;
    padding-bottom: 30px;
    background-color: #faf8f6;
}

.lh-mid-cta {

}

.lh-brands-wrapper {
    background-color: #faf8f6;
    padding-bottom: 30px;
}

.lh-brands-container {
    padding: 30px 50px;
    margin: 0 10px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 3px 10px 10px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width:980px) {
    .lh-brands-container {
        margin: 0;
    }
}

.lh-brands-container > p {
    text-align: center;
}

.lh-workflows-wrapper {
    background-color: #ffffff;
}

.lh-workflows-title {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
    color: #000000;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 46px;
    letter-spacing: 0;
}
@media (max-width:1200px) {
    .lh-workflows-title {
        font-size: 3.166vw;
        line-height: 3.833vw;
        padding: 3.333vw 0;
    }
}
@media (max-width:640px) {
    .lh-workflows-title {
        font-size: 22px;
        line-height: 1.2;
        padding: 21px 0;
    }
}
.lh-workflows-footer-text {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
    color: #000000;
    font-family: Lato, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
}
@media (max-width:1200px) {
    .lh-workflows-footer-text {
        font-size: 2.333vw;
        line-height: 2.833vw;
        padding: 3.333vw 0;
    }
}
@media (max-width:640px) {
    .lh-workflows-footer-text {
        font-size: 15px;
        line-height: 18px;
        padding: 21px 0;
    }
}

.lh-workflows-items {
    max-width: 800px;
    margin: 0 auto;
}

.lh-workflows-item {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 50px;
}
.lh-workflows-item:last-child {
    margin-bottom: 0;
}
.lh-workflows-item.lh-workflows-item-reverse {
    flex-direction: row-reverse;
}
@media (max-width:640px) {
    .lh-workflows-item {
        flex-direction: column-reverse;
    }
    .lh-workflows-item.lh-workflows-item-reverse {
        flex-direction: column-reverse;
    }
    .lh-workflows-item-text,
    .lh-workflows-item.lh-workflows-item-reverse .lh-workflows-item-text {
        justify-content: center;
    }
    .lh-workflows-item-text > div,
    .lh-workflows-item.lh-workflows-item-reverse .lh-workflows-item-text > div {
        text-align: center;
    }
}

.lh-workflows-item > div {
    flex: 1;
}

.lh-workflows-item-text {
    display: flex;
    align-items: center;
    color: #000000;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: right;
}
@media (max-width:640px) {
    .lh-workflows-item-text {
        font-size: 16px;
        line-height: 26px;
    }
}
.lh-workflows-item-text p {
    margin-bottom: 0;
}
.lh-workflows-item.lh-workflows-item-reverse .lh-workflows-item-text {
    text-align: left;
}

.lh-workflows-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lh-workflows-item-image img {
    height: 240px;
    width: 70%;
    object-fit: contain;
}
.lh-workflows-item-image video {
    border-radius: 8px;
}

/* introduced with 2024-10 pricing page mods */
.lh-price-cards-header-type-a .left {
    text-align: center;
    color: var(--text-color);
}
.lh-price-cards-header-type-a .right {
    text-align: center;
}
.lh-price-cards-header-type-a .left h2 {
    font-size: 30px;
    line-height: 1.25;
}

.lh-price-cards-header-type-a .left h1 {
    font-size: 38px;
    line-height: 1.1;
}
/* Large Devices, Wide Screens */
@media (min-width:1200px) {
    .lh-price-cards-header-type-a {
        display: flex;
        grid-column-gap: 1rem;
        margin-bottom: 30px;
    }
    
    .lh-price-cards-header-type-a .left {
        flex: 1;
        width: 800px;
        max-width: 75%;
        text-align: left;
    }

    .lh-price-cards-header-type-a .left h2 {
        margin-top: 0;
    }

    .lh-price-cards-header-type-a .left h1 {
        margin-bottom: 0;
    }

    .lh-price-cards-header-type-a .right {
        flex: none;
        width: 400px;
        max-width: 100%;
        text-align: right;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    
    .lh-price-cards-header-type-a .right .lh-period-switcher {
        margin-top: 0;
        margin-bottom: 0;
        justify-content: end;
    }
}

/*** PERIOD SWITCHER ***/

.lh-period-switcher {
    margin: 20px 0 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    color: var(--color);
    position: relative;
    z-index: 999; /* for curr switcher to go over cards */
}

.lh-switcher input {
  height: 0;
  width: 0;
  visibility: hidden;
}

.lh-switcher label {
  cursor: pointer;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  border-radius: 25px;
  border: 3px solid white;
  position: relative;
}

.lh-switcher label {
    font-size: 12px;
}

.lh-switcher label,
.lh-switcher label * {
	user-select: none; /* Standard syntax */
}

/* status on */
.lh-switcher input:checked + label .lx,
.lh-switcher input:not(:checked) + label .rx {
display: inline-block;
border-radius: 90px;
padding: 8px 16px;
background: var(--color);
color: white;
}

/* status off */
.lh-switcher input:not(:checked) + label .lx,
.lh-switcher input:checked + label .rx {
	display: inline-block;
	/*border-radius: 90px;*/
	padding: 10px;
	background: transparent;
	color: #888;
}

.lh-switcher label > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* [SAVE 30%] */
.lh-switcher label > span > span {
	font-size: 80%;
	border-radius: 3px;
    padding: 4px 5px;
    background-color: #888;
    color: white;
    margin-left: 3px;
	text-transform: uppercase;
    vertical-align: text-top;
}

/* [SAVE 30%] when active */
.lh-switcher input:checked + label .lx span {
	background-color: var(--pink);
}

.page-template-template-welcome .lh-switcher label>span>span {
    display: none;
}

/* PERIOD SWITCHER - END */

.lh-plans-wrapper {
    background-color: #faf8f6;
    text-align: center;
    padding: 40px 0 0 0;
}

.lh-plans-title {
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 30px;
    height: 30px;
    padding: 0 20px;
    border-radius: 15px;
    background-color: #3bbc7c;
    font-weight: bold;
    margin-bottom: 20px;
}

.lh-plans-desc {
    max-width: 960px;
    margin: 0 auto 10px auto;
    font-family: Lato, sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}
@media (max-width:1200px) {
    .lh-plans-desc {
        font-size: 3.166vw;
        line-height: 3.833vw;
    }
}
@media (max-width:640px) {
    .lh-plans-desc {
        font-size: 20px;
        line-height: 24px;
    }
}

.lh-plans-footer-text {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0 50px 0;
    font-family: Lato, sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}
@media (max-width:1200px) {
    .lh-plans-footer-text {
        font-size: 3.166vw;
        line-height: 3.833vw;
        padding-bottom: 4.6875vw;
    }
}
@media (max-width:640px) {
    .lh-plans-footer-text {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 30px;
    }
}

.lh-why-us-wrapper {
    background-color: #2d2f30;
}

.lh-why-us {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0 30px 0;
    font-family: Lato, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
}
.lh-why-us h3 {
    font-size: 120%;
}
@media (max-width:1200px) {
    .lh-why-us {
        font-size: 2.166vw;
        line-height: 2.5vw;
        padding: 0.01666vw 0 0.025vw 0;
    }
}
@media (max-width:640px) {
    .lh-why-us {
        font-size: 14px;
        line-height: 16px;
        padding: 11px 0 16px 0;
    }
}

.lh-footer-wrapper {
    background-color: #000000;
}

.lh-footer {
    display:flex;
    flex-flow:row nowrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    color: #ffffff;
    font-size: 12px;
}

.lh-footer img {
    height: 32px;
    width: auto;
    filter: brightness(0) invert(1);
}


@media (max-width:640px) {
    .lh-footer {
        flex-flow:column;
    }
}

/*** CURRENCY SWITCHER ***/

ul.lh-curr-switcher,
ul.lh-curr-switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.lh-curr-switcher > li {
    position: relative;
}

.lh-curr-switcher ul.sub-menu {
    position: absolute;
    padding: 4px;
    margin: 0;
    top: 30px;
    left: -9999px;
    width: auto;
    min-width: auto;
    background-color: white;
    border-radius: 7px;
    border: 1px solid #ccd1d9;
    box-shadow: 3px 4px 10px 2px #0000001A;
}

.lh-curr-switcher ul.sub-menu > li {
}

.lh-curr-switcher ul.sub-menu > li > a {
    line-height: 1;
    padding: 8px 14px;
    color: var(--color);
    font-size: 13px;
    display: inline-block;
}
.lh-curr-switcher ul.sub-menu > li > a:hover {
    background-color: #f0f7ff;
    border-radius: 10px;
}

.lh-curr-switcher > li:hover > ul.sub-menu,
.lh-curr-switcher > li:active > ul.sub-menu {
    left: 20px;
}

.lh-curr-switcher > li > a {
    padding: 8px 24px 8px 20px;
    border-radius:  30px;
    background-color: white;
    color: var(--color);
    font-size: 13px;
    display: block;
}
.lh-curr-switcher > li > a:hover {
    color: var(--color);
}
.lh-curr-switcher > li > a::after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    -webkit-mask: url(../ico/ico_down.svg) no-repeat 50% 50%;
    mask: url(../ico/ico_down.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: black;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.lh-curr-switcher>li>a::before {
    content: '\f555';
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: 300;
    margin-right: 5px;
}

/*** CURRENCY SWITCHER - END ***/