/*
Theme Name: KANOA WATT
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.7
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/

:root {
    /** Font default */
    --font-family-title: "Marcellus", serif;
    --font-family-default: "Raleway", sans-serif;
    --font-size-default: 16px;
    --font-size-title: 60px;
    --font-color-default: #4e4e4e;
    --font-color-title: #2c2c2c;
    /** Use for input, button, and any other element */
    --default-transition: all 0.3s ease-in-out;
}

.home form.wpcf7-form input,
.home form.wpcf7-form textarea {
    border-radius: 0 !important;
}


/* Sub Menu */
#nav li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#nav>li {

    margin: 0 0 0 20px;

}

#nav>li::after {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    background: #132e4f;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

#nav>li:hover::after {
    opacity: 1;
    width: 100%;
}

#nav>li:first-child {
    margin-left: 0;
}

#nav li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 190px;
    left: 0;
    padding-top: 43px;

}

#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    white-space: nowrap;
}

#nav .sub-menu a:hover {
    color: #808080;
    text-decoration: none;
}

#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: -19px;
}

#nav li:hover>.sub-menu {
    display: block;
}

#nav .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 19px;
}



/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */
a,
a:hover,
a:visited,
a:focus,
input,
input:focus,
textarea,
textarea:focus,
select:focus,
select {
    outline: none !important;
    text-decoration: none !important;
}

.slick-slide {
    outline: none !important;
}

body {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    background: #FFF;
    font-weight: 400;
    color: #595959;
    margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

div#main-wrapper {
    overflow: hidden;
}

/* Floating Smi  */
#scroll-down {
    position: fixed;
    top: 50vh;
    right: 0;
    z-index: 1003;
    transform: translateY(-50%);
    font-size: 0;
}

.floating-smi {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.floating-smi a {
    font-size: 24px;
    color: #132e4f;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0 0 40px;
}

.floating-smi a:hover {
    color: #000;
}

.scroll-down-text {
    font-size: 9px;
    color: #132e4f;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.4em;
    transform: rotate(270deg);
    display: block;
    margin: 47px 0 0;
}

.side-arrow {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 68px 0 0;
    cursor: pointer;
}

.side-arrow span:last-child {
    margin: -6px 0 0;
}

.side-arrow span {
    font-size: 15px;
    color: #1e395f;
    font-weight: 700;
}

#scroll-down.nav-active-section-content-slider .side-arrow span,
#scroll-down.nav-active-section-content-slider .floating-smi a,
#scroll-down.nav-active-section-content-slider .scroll-down-text,
#scroll-down.nav-active-section-content-form .side-arrow span,
#scroll-down.nav-active-section-content-form .floating-smi a,
#scroll-down.nav-active-section-content-form .scroll-down-text {
    color: #fff;
}

/* End Floating */

/* Header */
header.header {
    font-size: 0;
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 54px 15px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1486px;
    margin: 0 auto;
}

.header-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    padding: 0 0 10px;
}

.header-info .header-phone {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.header-info .header-phone:before {
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    content: '';
    top: 0;
}

.header-phone span {
    font-size: 16px;
    color: #fff;
    padding-right: 11px;
}

.header-phone em,
.header-email a {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-phone em:hover,
.header-email a:hover {
    color: #a1bee2e6;
}

/*.header-email {
    padding-left: 44px;
}*/

.header-email span {
    font-size: 12px;
    color: #fff;
    padding-right: 13px;
}

.fixed-logo {
    display: none;
}

/* End Header */

/* Fixed Header */
.header.show-fixed {
    background: rgba(19, 46, 79, .90);
    padding: 16px 15px;
}

.header.show-fixed .header-inner {
    max-width: 1486px;
}

.header.show-fixed .main-logo {
    display: none;
}

.header.show-fixed .fixed-logo {
    display: block;
}

.header.show-fixed .header-info {
    display: none;
}

.header.show-fixed #nav li a {
    font-weight: 400;
    font-size: 13px;
}

.header.show-fixed #nav>li {
    margin: 0 0 0 46px;
}

.header.show-fixed #nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    background: rgba(0, 0, 0, 0.9);
    /* text-align: center; */
}

.header.show-fixed #nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}

.header.show-fixed #nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: -19px;
}

.header.show-fixed #nav li:hover>.sub-menu {
    display: block;
}

.header.show-fixed #nav .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
}

/* .header.show-fixed #nav .sub-menu {
    left: 50%;
    padding-top: 32px;
    transform: translateX(-50%);
} */

.header.show-fixed #nav>li::after {
    background: #fff;
    /* bottom: -32px; */
}

/* End Header */

/* Slideshow */
.hp-slideshow {
    position: relative;
    font-size: 0;
}

.hp-slideshow .cycle-slide::after,
.hp-slideshow .aios-slider::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .17);
    z-index: 1;
    pointer-events: none;
}

.slide-arrow {
    cursor: pointer;
}

.slide-arrow span {
    display: block;
    text-align: center;
    font-size: 19px;
    color: #ffffff;
    animation: explore 1.5s infinite;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
}

.slide-arrow span:last-child {
    margin-top: -9px;
    animation-delay: 0.2s;
}

@keyframes explore {
    from {
        bottom: 0px;
        opacity: 1;
    }

    to {
        top: 10px;
        opacity: 0;
    }
}

.slide-arrow-text {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
    font-size: 12px;
    padding-bottom: 10px;
}

.slideshow-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

/* End Slideshow */

/* Welcome */
.hp-welcome {
    position: relative;
    font-size: 0;
    padding: 0 0 100px;
}

.welcome-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.welcome-img-holder {
    margin-right: 36px;
}

.welcome-img {
    width: calc(((100vw - 1140px) / 2) + 100%);
    float: right;
    position: relative;
    box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, 0.45);
}

.welcome-img::after {
    content: '';
    position: absolute;
    width: 49%;
    height: 102%;
    top: 53px;
    right: -68px;
    background: url(images/shadow-agent.png) no-repeat;
    background-size: 100% 100%;
}

.welcome-details {
    /*    max-width: 405px;
    text-align: center;
    margin-left: -79px;
    position: relative;
    top: 75px;*/
    max-width: 540px;
    text-align: center;
    margin-left: -115px;
    position: relative;
    top: 75px;
}

.welcome-title span {
    display: block;
    position: relative;
    font-size: 30px;
    color: #666666;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.5em;
}

.welcome-title em {
    display: block;
    position: relative;
    font-size: 60px;
    color: #132e4f;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    padding: 4px 0 0;
}

.welcome-info {
    position: relative;
    padding: 29px 0 0;
}

.welcome-info span,
.welcome-info em {
    font-size: 18px;
    color: #737373;
    letter-spacing: 0.02em;
    display: block;
    font-weight: 700;
    line-height: 30px;
}

.welcome-info em {
    font-style: normal;
    font-weight: 400;
    padding: 10px 0 0;
}

.welcome-right {
    padding-left: 17px;
    padding-top: 128px;
}

.global-title {
    position: relative;
}

.global-title span,
.global-title em {
    position: relative;
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    color: #595959;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-style: normal;
}

.global-title span::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #000;
    top: 50%;
    left: 51%;
}

.global-title em {
    color: #132e4f;
    padding-left: 30px;
}

.welcome-text-holder {
    margin-right: -83px;
    position: relative;
}

.welcome-text-holder::before {
    content: '';
    position: absolute;
    width: 720px;
    height: 376px;
    bottom: -8.3%;
    right: -9%;
    background: url(images/welcome-box-shadow.png) no-repeat;
    background-size: 100% 100%;
}

.welcome-descrip {
    padding: 81px 73px 12px 30px;
    position: relative;
    background: #fff;
    z-index: 1;
}


.welcome-descrip p {
    font-size: 16px;
    color: #595959;
    letter-spacing: 0.05em;
    line-height: 30px;
    padding: 0 0 26px;
}

.global-button a {
    max-width: 210px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999999;
    margin: 48px auto 0;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.global-button a:hover {
    border: 1px solid #132e4f;
}

.global-button a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #132e4f;
    opacity: 0;
    transform: scale(.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.entry_deadline {
    position: absolute;
    bottom: 4px;
    left: 22px;
    /* visibility: hidden; */

}

.global-button a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.global-button a span {
    font-size: 13px;
    color: #1e395f;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    position: relative;
    font-weight: 500;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.global-button a:hover span {
    color: #fff;
}

/* End Welcome */

/* Testimoials */
.hp-testimonials {
    position: relative;
    font-size: 0;
    padding: 110px 0 0;
}

.hp-testimonials .global-title {
    text-align: center;
}

.hp-testimonials .global-title em {
    color: #132e4f;
    padding-left: 133px;
}

.hp-testimonials .global-title span::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #000;
    left: initial;
    ;
    right: 62.7%;
}

.testi-box {
    max-width: 1213px;
    margin: 63px auto 0;
    border: 1px solid #b7afad;
    padding: 62px 0 85px;
}

.testi-qoute img {
    margin: 0 auto 47px;
    display: block;
}


.testi-descrip {
    font-size: 17px;
    color: #737373;
    line-height: 30px;
    letter-spacing: 0.05em;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    padding: 0 15px;
}

.testi-name {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #737373;
    letter-spacing: 0.3em;
    text-align: center;
    padding: 37px 0 0;
}

.testi-slick-holder {
    position: relative;
}

.testi-slick-holder ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 45px 0 0;
}

.testi-slick-holder .slick-dots li button {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #bcb4b2;
    margin: 0 6px;
}

.testi-slick-holder .slick-dots li.slick-active button {
    background: #1e395f;
    border: 1px solid #1e395f;
}

/* End Testionials */

/* Cta */
.hp-cta {
    font-size: 0;
    position: relative;
    padding: 74px 15px;
    margin: 108px 0 0;
}

.hp-cta::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/cta-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .10;
}

.cta-inner {
    max-width: 1428px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
}

.cta-list {
    width: 50%;
    background: #fff;
    position: relative;
}

.cta-list.pad-right {
    margin-right: 9px;
}

.cta-list.pad-left {
    margin-left: 9px;
}

.cta-content {
    padding-left: 38px;
}

.cta-title {
    padding: 0 0 18px;
}

.cta-details {
    display: flex;
    align-items: center;
}

.hp-cta .global-button a {
    margin: initial;
    max-width: 158px;
    height: 48px;
}

.cta-title span {
    font-size: 40px;
    color: #132e4f;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--font-family-title);
    display: block;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cta-title span:last-child {
    margin: -5px 0 0;
}

.cta-list a:hover .cta-title span {
    color: #000;
}

.cta-descrip {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    letter-spacing: 0.05em;
    padding: 0 27px 19px 0;
}

.cta-img {
    width: 300px;
}

.cta-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cta-list a:hover canvas {
    opacity: .5;
}

/* End Cta */

/* Featured Video */
.featured-video {
    position: relative;
    font-size: 0;
    padding: 128px 0 0;
}

.featured-video .global-title {
    position: relative;
    text-align: center;
    padding: 0 0 75px;
}

.featured-video .global-title em {
    padding-left: 0;
    color: #2e4771;
}

.featured-video .global-title span::after {
    display: none;
}

.featured-video .global-title em::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #000;
    top: 50%;
    left: 61%;
}

.featured-video .global-button a {
    max-width: 223px;
    height: 55px;
    margin-top: 40px;
}


.video-slick-holder {
    position: relative;
}

.video-wrapper {
    position: relative;
}

.video-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    transform-origin: right;
    z-index: 1;
    background: #fff;
}

.video-canvas canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

.video-wrapper .slick-list {
    padding: 0 20.62%;
}

.video-list {
    margin: 0 30px;
    position: relative;
}

.video-list::after {
    content: '';
    position: absolute;
    width: 372px;
    height: 267px;
    background: url(images/fv-left.png) no-repeat;
    background-size: 100% 100%;
    bottom: -20px;
    right: -69px;
}

.video-wrapper .slick-slide.slick-active {
    transform: scale(1);
}

/*.video-item {
    transform: scale(.8);
}*/

.video-canvas {
    opacity: .10;
}

.video-wrapper .slick-slide.slick-active .video-item .video-canvas {
    opacity: 1;
}

.video-wrapper .slick-slide.slick-active .video-list::after {
    display: none;
}

.video-wrapper .slick-current .video-item {
    transform: scale(1);
    transform-origin: center;
}

.video-wrapper .slick-current+.slick-slide .video-item {
    transform-origin: left;
}

.video-wrapper .slick-current+.slick-slide .video-list::after {
    content: '';
    position: absolute;
    width: 572px;
    height: 267px;
    background: url(images/fv-right.png) no-repeat;
    background-size: 100% 100%;
    bottom: -20px;
    left: -97px;
}

.video-button {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.video-button span {
    font-size: 20px;
    color: #fff;
}

.video-button em {
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 13px;
    padding-left: 23px;
}

.video-content {
    position: absolute;
    width: 285px;
    bottom: 38px;
    left: 55px;
    display: flex;
    z-index: 2;
}

.video-content span {
    font-size: 24px;
    color: #fff;
}

.video-content em {
    font-style: normal;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    line-height: 23px;
    padding-left: 19px;
}

.video-slick-holder .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(22.62% - 62px);
    bottom: 0;
    width: 18px;
    height: 18px;
    background: transparent;
    z-index: 1;
    padding: 0;
    border: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.video-slick-holder .slick-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    width: 18px;
    height: 18px;
    background: url(images/arrow-prev.png) no-repeat center center;
    background-size: 100% 100%;
}

.video-slick-holder .slick-next.slick-arrow {
    right: calc(22.62% - 62px);
    left: initial;
}

.video-slick-holder .slick-next.slick-arrow::after {
    background: url(images/arrow-next.png) no-repeat center center;
}

/* End Video */

/* Hp Form */
.hp-form {
    position: relative;
    font-size: 0;
    background: url(images/form-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin: 117px 0 0;
    padding: 21px 0 0;
}

.git-box {
    max-width: 812px;
    border: none;
    box-shadow: -32px 38px 40px 0px rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, .20);
    text-align: center;
    padding: 0 10px;
    margin: 44px 0 0 -48px;
    padding: 110px 0 52px;
}

.git-form {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
}

.git-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0 0 76px;
}

.git-md {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 19px;
}

.git-lg {
    width: 100%;
    margin: 0 0 19px;
}

.git-md input,
.git-lg textarea {
    width: 100%;
    height: 51px;
    background: rgba(255, 255, 255, .70);
    font-size: 13px;
    color: #1e395f;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none;
    outline: none;
    resize: none;
    padding: 0 20px;
    font-weight: 500;
}

.git-lg textarea {
    padding-top: 21px;
    height: 81px;
}

.git-md.pad-right {
    padding-right: 10px;
}

.git-md.pad-left {
    padding-left: 10px;
}

.git-right {
    margin-left: 0;
}

.git-img {
    width: calc(((100vw - 1140px) / 2) + 100%);
}

.git-img canvas {
    display: block;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(1.1);
}

.git-button {
    position: relative;
    margin: 48px 0 0;
    max-width: 330px;
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 48px auto 0;
}

.git-button::after {
    content: '';
    position: absolute;
    width: 27px;
    height: 25px;
    background: url(images/send-icon.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);

}

.git-button input {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    background: transparent;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    outline: none;
    padding-left: 48px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.git-button input:hover {
    background: #000;
    border: 1px solid #000;
}

.git-form div.wpcf7-response-output {
    font-size: 15px;
    text-align: center;
    position: absolute;
    bottom: -38px;
    margin: 0;
    width: 100%;
    color: #000;
    background: #fff;
}

.git-form span.wpcf7-not-valid-tip {
    font-size: 15px;
}

.git-form .wpcf7-form-control-wrap {
    display: block;
}

.git-form div.wpcf7 .ajax-loader {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
}

/* End Form */

/* Footer */
footer.footer {
    font-size: 0;
    position: relative;
    background: #000;
    padding: 82px 0 14px;
}

.footer-logo img {
    margin: 0 auto;
}

.footer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 0 0;
}

.footer-phone span {
    font-size: 16px;
    color: #fff;
    padding-right: 8px;
}

.footer-email {
    padding-left: 20px;
    margin-left: 20px;
    padding-right: 70px;
    position: relative;
}

.footer-email:before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    content: '';
    top: 0;
    left: 0;
}

.footer-phone em,
.footer-email a {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-phone em:hover,
.footer-email a:hover,
.footernav li a:hover,
.footer-smi a:hover,
.copyright a:hover {
    color: #ceb3b3;
}

.footer-email span {
    font-size: 12px;
    color: #fff;
    padding-right: 10px;
}

.footer-smi {
    display: flex;
    align-items: center;
    padding-right: 70px;
}

.footer-smi a {
    font-size: 19px;
    color: #fff;
    margin: 0 18px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-dre span {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.05em;
    padding: 0 10px;
}

.footer-line {
    max-width: 1110px;
    width: 100%;
    height: 1px;
    background: #938a87;
    margin: 35px auto 0;
}

.footernav {
    max-width: 635px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 54px 0 0;
    font-weight: 500;
}

.footernav li a {
    font-size: 13px;
    color: #737373;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.copyright {
    font-size: 13px;
    text-align: center;
    padding: 13px 0 0px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.copyright a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mls {
    font-size: 22px;
    color: #938a87;
    text-align: center;
    padding: 31px 0 0;
}

/* End Footer */
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner {
    position: relative;
    width: 100%;
}

.ip-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .6);
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    /* min-height: 250px; */
    min-height: 380px;
    background-color: #f9f7f7;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ip-banner h1 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.ip-banner h1 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01em;
}

/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
    width: 77.08%;
}

#content-full #content {
    width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
    width: 20.83%;
    padding: 10px 0 0;
}

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
    margin-left: -15px;
    margin-right: -15px;
}

/* Adjust line height of page elements */
#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7
}

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

/* Side Cta */
.side-cta .cta-content {
    padding-left: 0;
}

.side-cta .cta-img {
    width: 100%;
}

.side-cta .cta-inner {
    max-width: 100%;
    flex-direction: column;
}

.side-cta .cta-list.pad-right,
.side-cta .cta-list.pad-left {
    margin: 0;
}

.side-cta .cta-details {
    flex-direction: column;
    text-align: center;
}

.side-cta .cta-title span {
    font-size: 40px;
    line-height: 43px;
}

.side-cta .cta-title span:last-child {
    margin: 0;
}

.side-cta .cta-descrip {
    font-size: 14px;
    line-height: 20px;
}

.side-cta .hp-cta .global-button a {
    margin: 0 auto 15px;
}

.side-cta .cta-list {
    padding: 15px 0;
    width: 100%;
}

.side-cta .global-button a {
    margin: 0 auto;
}

/* End Cta */

/* Popup */
.aiosp-wrap .aiosp-container.listing-popup-container .aios-popup-body {
    background: #132e4f;
    width: 80%;
    max-width: 560px;
    padding: 50px 40px;
    min-height: auto;
}

.listing-popup-container .aios-popup-body .aiosp-close {
    color: #fff;
}

.listing-popup-title {
    text-align: center;
}

.listing-popup-title p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    line-height: 1.2;
    color: #fff;
}

.listing-popup-form {
    margin-top: 40px;
}

.listing-popup-form div.wpcf7 {
    position: relative;
}

.listing-popup-form div.wpcf7-response-output {
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;
    margin: 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.popup-form-view {
    position: relative;
    margin: 0 -4px;
}

.popup-form-view .field-wrap {
    position: relative;
}

.popup-form-view>.col,
.popup-form-view>[class*="col-"] {
    padding: 0 4px;
}

.popup-form-view input[type*="text"],
.popup-form-view input[type*="tel"],
.popup-form-view input[type*="email"] {
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    height: 45px;
    border: none;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 0;
    background: #fff;
    outline: none;
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 43px;
    text-transform: uppercase;
    color: #1e395f;
    margin-bottom: 8px;
}

.popup-form-view input[type*="submit"] {
    display: block;
    box-sizing: border-box;
    height: 45px;
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-form-view input[type*="submit"]:hover {
    background: #ffffff;
    color: #1e395f;
}

.popup-form-view .wpcf7-form-control-wrap {
    display: block;
}

.popup-form-view span.wpcf7-not-valid-tip {
    font-size: 11px;
}

.popup-form-view .ajax-loader {
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* End Popup */

/* IP AREA INFO */
.ip-area-row {
    margin-top: 15px;
}

.ip-area-img {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
}

.ip-area-img span {
    width: 50%;
    padding: 5px;
}

#content .ip-area-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.ip-area-right .area-count-2 {
    column-count: 2;
}

.ip-area-right ul li {
    padding-right: 10px;
}

/* END IP AREA INFO */

/* IP Contest and Events  */
.ip-events-poster {
    max-width: 550px;
    margin: 20px auto 0;
}

.ip-events-poster img {}

/* End IP Contest and Events  */

/*ABOUT*/

.ip-about-wrap {
    position: relative;
}

.ip-about-img {
    width: 100%;
    max-width: 500px;
    padding: 0 15px 15px 0;
    float: left;
    position: relative;
}

.ip-about-img canvas {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ip-about-text {}

/*END OF ABOUT*/

/*Ip VIDEOS*/

.ip-videos-wrap {
    position: relative;
}

.ip-video {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
}

.ip-video frame {
    width: 100%;
}


div#wpcf7-f283-p90-o2 input,
div#wpcf7-f283-p90-o2 textarea,
div#wpcf7-f283-p90-o2 button,
div#wpcf7-f283-p90-o2 select {
    border-radius: 0;
    font-family: inherit;
    display: block;
    margin: 0 0 10px;
}

div#wpcf7-f283-p90-o2 label,
div#wpcf7-f283-p90-o2 .wpcf7-form-control-wrap {
    display: block;
}

p.buy-with-bottom {
    margin: -74px 0 17px !important;
    position: relative;
}

#post-51 .entry {
    font-size: 25px;
}

#post-51 .entry a {
    color: #23527c;
    text-decoration: underline !important;
}


/* IHF Fixes */
#ihf-main-container .nav-tabs {
    margin-left: 0;
}

#ihf-main-container .mc-amount span.mc-total-payment-subline {
    color: #666;
}

body>img[src*="deviceid.trueleadid.com/vng.gif"] {
    display: none;
}

.grecaptcha-badge {
    z-index: 1010 !important;
}

div.wpcf7-response-output {
    text-align: center;
}

.ip-events-poster.contest-form {
    border: 5px solid #000;
}

.ip-events-poster.contest-form form {
    padding: 0 7px;
}

.ip-events-poster.contest-form .ai-contact-wrap span {
    font-size: 16px;
}

.ip-events-poster.contest-form .ai-default-cf7wrap.ai-contact-wrap span.wpcf7-form-control-wrap,
.ip-events-poster.contest-form .ai-default-cf7wrap>div>span.wpcf7-form-control-wrap {
    display: inline-block !important;
    float: right;
    width: 73%;
    border-bottom: 3px solid #000;
}

.ip-events-poster.contest-form .ai-default-cf7wrap input[type="email"],
.ip-events-poster.contest-form .ai-default-cf7wrap input[type="tel"],
.ip-events-poster.contest-form .ai-default-cf7wrap input[type="text"] {
    border: 0 none;
    padding: 0 !important;
    margin: 0;
}


.ip-events-poster.eventhunt2 canvas {
    background-size: 100% auto;
}

.form-cols input {
    width: 100%;
    max-width: 280px;
    height: 30px;
    border: 0;
    border-bottom: 1px solid;
}

.ip-events-poster.eventhunt2 {
    position: relative;
}

.form-cols {
    display: inline-block;
    vertical-align: top;
}

.form-cols.fcols-md {
    width: calc(100%/12*8.5);
}

.form-cols.fcols-sm {
    width: calc(100%/12*3);
}

.form-cols label {
    font-size: 15px;
}

.form-cols.fcols-lg input {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border: 1px solid;
}

/*.form-holder {
    position: absolute;
    top: 50%;
    transform: translatey(-38%);
}*/

.page-id-51 .form-cols>span {
    position: relative;
}

.page-id-51 .form-cols span.wpcf7-not-valid-tip {
    top: 50%;
    font-size: 12px;
    transform: translateY(-50%);
    position: absolute;
    width: auto;
}

.ip-events-poster .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
}

.ip-events-poster.new-design {
    max-width: 956px;
    border: 10px solid;
    position: relative;
}

.ip-events-poster.new-design>div {
    max-width: 550px;
    margin: 0 auto;
}

.ip-events-poster.new-design .floating-logo {
    position: absolute;
    bottom: 20px;
    right: 25px;
    width: 78px;
}

.ip-events-poster.new-design .ai-default-cf7wrap input[type="text"],
.ip-events-poster.new-design .ai-default-cf7wrap input[type="email"] {
    border: 0 none;
    border-bottom: 2px dashed #737373;
}

.ip-events-poster.new-design .ai-default-cf7wrap p span.nfc-score,
.ip-events-poster.new-design .ai-default-cf7wrap p span.afc-score {
    width: 100% !important;
    max-width: 200px;
    float: none;
    display: inline-block !important;
    margin-left: 15px;
}

.ip-events-poster.new-design .ai-contact-wrap p {
    font-weight: 600;
    color: #000;
}

/*** NEW HP Section ***/

.fixed-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 0;
}

.fixed-bg canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.safari-true .fixed-bg canvas,
.mobile .fixed-bg canvas {
    background-attachment: scroll;
}

.non-fixed-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 0;
}

.non-fixed-bg canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.site-inner-container {
    position: relative;
    z-index: 3;
    max-width: 1420px;
    margin: 0 auto;
}

.canvas-img {
    position: relative;
}

.canvas-img canvas {
    width: 100%;
    height: auto;
    display: block;
}

.canvas-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

/* GLOBAL SITE TITLE */


.global-title-wrap {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.global-title-widget {
    text-transform: capitalize;
    color: #132e4f;
    position: relative;
    font-weight: 400 !important;
    display: inline-block;
    font-size: 50px !important;
    line-height: 1;
    letter-spacing: 0;
    font-family: var(--font-family-title);
    margin: 0 !important;
}


.global-title-wrap span {
    display: block;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #a1a1a1;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    letter-spacing: 0.18em;
    font-family: "Montserrat", sans-serif;
}

.global-title-wrap span:after {
    position: absolute;
    bottom: 0;
    background: #333333;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    max-width: 597px;
    content: '';
}



/* GLOBAL SITE BUTTON */

.global-button {
    display: flex;
    width: 100%;
    max-width: 225px;
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    margin: 30px auto 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    padding: 0;
    font-size: 0;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    border: 1px solid #000;
}

.global-button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #132e4f;
    opacity: 0;
    transform: scale(.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.global-button:hover::before {
    opacity: 1;
    transform: scale(1);
}



.global-button:hover {
    border: 1px solid #132e4f;

}

.global-button span {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    display: block;
    z-index: 3;
    font-weight: 600;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    letter-spacing: 0.25em;

}


.global-button:hover span {
    color: #fff;

}

.r-more {
    display: flex;
    justify-content: center;
    position: relative;
    flex-flow: row wrap;
}

.r-more a:nth-child(2) {
    margin-left: 20px;
}

.flex-area {
    display: flex;
    justify-content: flex-end;
}


/** QS slide **/
.qs-slide {
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 100%;
    max-width: 1300px;
    left: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    bottom: 11%;
    padding: 0 15px 50px;
    margin: 0 auto;
}


.qs-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -5px;
    margin-right: -5px;
}

.qs-title-wrap {
    position: relative;
    display: block;
}

.qs-title-wrap h2 {
    display: block;
    font-size: 36px;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}

.qs-title {
    display: block;
    text-align: left;
    position: relative;
    width: 18%;
    color: #fff;
}

.qs-wrap form {
    width: 100%;
}

.qs-form-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
    font-size: 0;
}

.qs-form-inner .form-col {
    width: 10.7%;
    max-width: 96px;
    position: relative;
    margin: 0 10px;
}

.qs-form-inner .form-col.input {
    max-width: 157px;
    width: 12.7%;
}

.qs-form-inner .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 153px !important;
}

.qs-form-inner .form-col.select:after {
    position: absolute;
    content: '';
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
}


.qs-form-inner .form-col.wide {
    width: 31.3%;
    max-width: 230px;
}


.qs-form-inner .form-col input,
.qs-form-inner .form-col select,
.qs-form-inner .form-col .bootstrap-select button {
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: 0.05em;
    padding: 0 5px;
    background: transparent;
    color: #fff;
    outline: 0;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #fff;
}

.qs-form-inner .form-col .bs-searchbox input {
    color: #000;
    padding-left: 10px;
}


.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.qs-form-inner .form-col option {
    color: #000;
}


.qs-form-inner input[type="submit"] {
    height: 58px;
    font-size: 0;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0;
    font-size: 13px;
    letter-spacing: normal;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-left: 0;
    font-weight: 600;
}


.qs-form-inner a.qs-adv {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    height: 58px;
}

.qs-form-inner a.qs-adv:hover,
.qs-form-inner a.qs-adv:focus,
.qs-form-inner input[type="submit"]:hover {
    background: #132e4f;
    border-color: #132e4f;
}



.idx-text {
    text-align: center;
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 20px 0;
    text-transform: capitalize;
    letter-spacing: 0.1em;
}




/*** About Area ***/

section#about-section {
    position: relative;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
}


.about-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.about-left {
    width: 42%;
}

.about-right {
    width: 58%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.about-text {
    position: relative;
    padding: 0 6.25vw;
}

.about-cont {
    position: relative;
    z-index: 2;
    color: #484848;
}


.about-cont p {
    letter-spacing: 0.04em;
    margin: 20px 0;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
}

.about-cont p {
    margin: 28px 0;
    line-height: 1.75;
    letter-spacing: .02em;
    font-weight: 300;
    font-family: "Jost", sans-serif;
    font-size: 15px;
}


.about-img {
    position: relative;
    display: block;
}

.about-img img {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    width: 100%;
}

/*** Stats Section ***/

section#stats-section {
    position: relative;
    padding: 0;
}

.stats-bg.non-fixed-bg {
    z-index: -1;
    filter: grayscale(1);
    opacity: 0.1;
}

.wwwu-flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    padding: 90px 50px;
}

.wwwu-area .title-wrap span,
.wwwu-area .title-widget {
    color: #fff;
}

.wwwu-item {
    width: 33.333%;
    text-align: center;
    padding: 30px;
    color: #fff;
    border-left: 1px solid #a1a1a1;
}

.wwwu-item h3 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: var(--font-family-title);
    text-transform: capitalize;
    color: #132e4f;
}

.wwwu-item:first-child {
    border-left: none;
}

.wwwu-item h3 i {
    font-style: normal;
}

.wwwu-item:first-child {
    border-left: none;
}

.wwwu-item span {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.18em;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    color: #494949;
}

/*** CTA Section ***/

section#cta-section {
    position: relative;
    padding: 27px 0;
}

.cta-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin-left: -10px;
    margin-right: -10px;

}

.cta-item {
    width: 50%;
    position: relative;
    padding: 0 10px;
}

.cta-item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;
}

.cta-item a .cta-photo:before {
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cta-item a:hover .cta-photo:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#132e4f+0,132e4f+100&0.65+0,0+100 */
    background: linear-gradient(to bottom, rgba(19, 46, 79, 0.65) 0%, rgba(19, 46, 79, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.cta-item a .cta-photo {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.cta-item a:hover .cta-photo {
    transform: scale(1.1);

}

.cta-item a .cta-title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 70px 60px;

}

.cta-item a .cta-title span {
    position: relative;
    display: block;
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 45px;
    font-family: var(--font-family-title);
}

.cta-item a .cta-title span:before {
    position: absolute;
    bottom: 0;
    background: #fff;
    left: -59px;
    height: 1px;
    width: 450px;
    content: '';
    opacity: 0;
    bottom: -30px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.cta-item a:hover .cta-title span:before {
    opacity: 1;
}


/*** Testi Area ***/

section#testi-section {
    position: relative;
    margin: 0 auto;
    padding: 80px 0 20px;
}

section#testi-section {
    position: relative;
    margin: 0 auto;
    padding: 80px 0 20px;
}

.testi-box {
    /* max-width: 1213px; */
    margin: 0 auto;
    border: 1px solid #b7afad;
    padding: 62px 0 85px;
    background: #132e4f;
}

.testi-qoute img {
    margin: 0 auto 47px;
    display: block;
    filter: brightness(100);
}


.testi-descrip {
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.05em;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    padding: 0 15px;
}

.testi-name {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.3em;
    text-align: center;
    padding: 37px 0 0;
}

.testi-slick-holder {
    position: relative;
}

.testi-slick-holder:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.testi-slick-holder:not(.slick-initialized) div {
    width: 100%;
}

.testi-slick-holder:not(.slick-initialized) div:nth-child(1)~div {
    display: none;
}

.testi-slick-holder ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 45px 0 0;
    font-size: 0;
}

.testi-slick-holder .slick-dots li button {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #bcb4b2;
    margin: 0 6px;
}

.testi-slick-holder .slick-dots li.slick-active button {
    background: #fff;
    border: 1px solid #000;
}

#testi-section .global-title-widget {
    background: #fff;
    padding: 0 20px;
}

#testi-section .global-title-wrap:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #333333;
    content: '';
}

#testi-section .global-button {
    margin-top: 50px;
}

#testi-section .global-button {
    border: 1px solid #fff;
    background: #fff;
}

#testi-section .global-button span {
    color: #132e4f;
}

/*#testi-section .global-button:hover {
  background: #fff;
}*/

#testi-section .global-button:hover span {
    color: #fff;
}

/* End Testionials */

/* FP Section */

#fp-section {
    position: relative;
    padding: 50px 40px;

}

.fp-wrap {
    display: block;

}

.fp-list-wrap {
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.fp-list-wrap:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.fp-list-wrap:not(.slick-initialized) .fp-list {
    width: calc(100% / 2);
}

.fp-list-wrap:not(.slick-initialized) .fp-list:nth-child(2)~div {
    display: none;
}

.fp-wrap .slick-initialized .slick-slide {
    padding: 0 10px;
}

.fp-list {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
}

.fp-list a {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.fp-list a>.fp-details {
    position: absolute;
    display: block;
    z-index: 3;
    padding: 30px 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.fp-list a:hover>.fp-details {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#132e4f+0,132e4f+50,132e4f+100&0+0,0.65+50,0.8+100 */
    background: linear-gradient(to bottom, rgba(19, 46, 79, 0) 0%, rgba(19, 46, 79, 0.65) 50%, rgba(19, 46, 79, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.fp-list a>.fp-details canvas {
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.fp-list a>.canvas-img img {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}


.fp-list a:hover>.canvas-img img {
    transform: scale(1.1);
}

.fp-list a>.fp-details .fp-info {
    position: relative;
    display: block;
}

.fp-list a>.fp-details .fp-info span {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    letter-spacing: 0.04em;
}

.fp-list a>.fp-details .fp-info span.fp-price {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 0.05em;
    font-weight: 600;

}

.fp-list a>.fp-details .fp-info .fp-flex {
    display: flex;
    justify-content: center;
    align-items: center;

}

.fp-list a>.fp-details .fp-info .fp-flex span {
    font-size: 13px;
    text-transform: lowercase;
}

.fp-list a>.fp-details .fp-info .fp-flex span>em {
    font-style: normal;
    margin: 0 3px;
}

.fp-list a>.fp-details .fp-info .fp-flex span>em:nth-child(1) {
    font-size: 16px;
}

.fp-list a>.fp-details .fp-info .fp-flex span:nth-child(2) {
    margin: 0 15px;
    padding: 0 15px;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
}


.fp-list a>.fp-photo.canvas-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+26,000000+58,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 26%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 26%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 26%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    /* IE6-9 */

}


.fp-wrap .global-button {
    max-width: 289px;
    margin-top: 50px;
}


.fp-wrap .global-title-wrap span:after {
    max-width: 432px;
}


/*** Social Media Area ***/

section#video-section {
    position: relative;
    margin: 0 auto;
    padding: 50px 0;
    background: #fff;
    z-index: 1;
}

#video-section .global-title-widget {
    background: #fff;
    padding: 0 20px;
}

#video-section .global-title-wrap:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #333333;
    content: '';
}

#video-section .global-button {
    max-width: 289px;
}

.video-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-size: 0;
    letter-spacing: 0;
    padding-top: 15px;
}

.video-col-l {
    width: 100%;
    display: block;
    max-width: 900px;
}


.video-col-l .video-item {
    width: 100%
}

.video-item a {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 5px;
}

.video-item a .video-photo:before {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    z-index: 1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.video-item a:hover .video-photo:before {
    opacity: 1;

}

.video-item a .video-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;

}

.video-item a .video-icon i {
    font-size: 50px;
    color: #fff;
    display: block;
}


/*** Footer Form ***/


#ftr-section {
    position: relative;
    background: #fff;
    z-index: 1;
    text-align: center;
    padding: 0 15px;
}

.footer-contact-form {
    position: relative;
    padding: 50px 0;
    z-index: 5;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}


.form-container {
    width: 100%;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.85);
    padding: 60px;
}


.footer-contact-form .global-title-wrap span,
.footer-contact-form .global-title-widget {
    color: #314757;
    text-align: center;
}

.footer-contact-form .global-title-widget:after,
.footer-contact-form .global-title-widget:before {
    margin: 0 auto;
    background-color: #314757;
}

.footer-form {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 0;
    font-size: 0;
    position: relative;
    z-index: 2;
    max-width: 883px;

}

.form-bg.fixed-bg {
    z-index: -1;
}

.title-text {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.title-text p {
    display: block;
    color: #484848;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    line-height: 26px;
}

.footer-form-wrap {
    display: block;
}

.footer-form-wrap .title-wrap {
    text-align: left;
}

.footer-form-wrap .title-wrap .title-widget {
    font-size: 40px;
    color: #0c2a3c;
    font-weight: 400;
}

.form-field-wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
}

.form-field-long {
    width: 100%;
    margin-bottom: 20px;
}

.form-field-short {
    width: 49.90%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3.15%;
    margin-bottom: 20px;
}

.form-field-short:first-child {
    margin-left: 0;
}

.form-field-short input,
.form-field-long input,
.form-field-wrap textarea {
    width: 100%;
    height: 50px !important;
    padding: 0;
    color: #314757;
    font-size: 12px;
    font-weight: 500;
    border: none !important;
    border-bottom: 1px solid #484848 !important;
    background-color: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: unset !important;

}


.form-field-wrap textarea {
    height: 80px !important;
    padding-top: 20px;
    resize: none;
}


.footer-form .form-submit {
    max-width: 225px;
    width: 100%;
    height: 50px;
    position: relative;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    left: 0;
    right: 0;

}


.footer-form .form-submit input[type="submit"] {
    width: 100%;
    ;
    height: 100%;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 0.25em;
    color: #000;
    text-transform: uppercase;
    border: none;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 600;
    background: transparent;
    border: 1px solid #b5b5b5;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-form .form-submit input[type="submit"]:hover {
    border: 1px solid #132e4f;
    background: #132e4f;
    color: #fff;
}

.footer-form .ajax-loader,
.footer-form .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    bottom: -50px;
}

.footer-form .wpcf7-form-control-wrap {
    display: block;
}

.footer-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    width: auto;
    max-width: 100%;
    font-size: 11px;
    position: absolute;
    top: 10px;
}

.footer-form div.wpcf7-response-output,
.footer-form .wpcf7 form .wpcf7-response-output {
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto 0;
    color: #000;
    font-size: 12px;
    text-align: center;
}


.qs-wrap .dropdown-toggle.btn-default:hover {
    background: unset !important;
    color: #fff !important;
}

#nav>li:last-child>.sub-menu {
    left: auto;
    right: 0;
    text-align: right
}

.page-id-0 #ihf-main-container .ihf-market-report #ihf-market-report-header .ihf-market-report-header-toggle .btn-group.text-right.pull-right-sm {
    display: none;
}










.fp-arrow {
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-prev {
    left: 48px;
}

.fp-next {
    right: 48px;
    /* width: 30px; */
    /* height: 30px; */
}

.use-floating-validation-tip .ai-default-cf7wrap .wpcf7-not-valid-tip,
.post-page-buy-with-us .use-floating-validation-tip .wpcf7-not-valid-tip,
.use-floating-validation-tip .error-form-wrapper .wpcf7-not-valid-tip {
    position: absolute;
    top: 10%;
    width: auto;
    line-height: 1.2;
    font-size: 12px;
}

.post-page-lets-connect .use-floating-validation-tip .ai-default-cf7wrap .wpcf7-not-valid-tip {
    top: 25%;
}




.r-more.extra-cta a {
    margin: 0px;
}

.r-more.extra-cta {
    margin-top: 20px;
    gap: 20px;
    margin-bottom: 50px;
}


.qs-slide .global-button span {
    color: #fff;
}

.qs-slide .global-button {
    border: 1px solid #fff;
}

.qs-slide .global-button:hover {
    border: 1px solid #132e4f;
}

.qs-slide .r-more.extra-cta {
    margin-top: 0;
}

.qs-container {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.qs-container.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}




.header-left {
    width: 40%;
    max-width: 400px;
}

.header.show-fixed .header-left {
    max-width: 400px;
}

#ip-amante-ii-about #content-full {
    margin-top: 0 !important;
}

#ip-amante-ii-about #content p#breadcrumbs {
    width: 100%;
    margin: 1.12em auto;
    padding: 0 15px;
}





















.git-cta-photo {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    background: #fff;
}

.git-cta-col a:hover img {
    opacity: 50%;
}

.git-cta-photo canvas {
    display: block;
    width: 100%;
    height: auto;
}

.git-cta-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
}

.git-cta {
    width: 100%;
    max-width: clamp(180px, 17.75vw, 284px);
    background: rgba(255, 255, 255, 55%);
    height: 100%;
    padding: 24px;
    position: absolute;
    right: 5.313vw;
    top: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}



.git-cta-col {
    display: block;
    width: 100%;
    height: auto;
}

.git-cta-col a span {
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    color: #132e4f;
    font-size: clamp(24px, 2.5vw, 40px);
    display: block;
    width: 100%;
    margin-top: 14px;
    font-weight: 400;
}

#ip-amante-ii-about .welcome-text p {
    margin: 28px 0;
    line-height: 1.75;
    letter-spacing: .02em;
    font-weight: 300;
    font-family: "Jost", sans-serif;
}

.page-id-17 #content #breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    max-width: 1480px;
    margin: 1.12em auto;
    padding: 0 15px;
}

.page-id-17 #content .page>.global-title-wrap {
    display: none;
}

.page-id-17 .sidebar {
    display: none;
}

.page-id-17 #inner-page-wrapper {
    margin-bottom: 0;
}

.page-id-17 #content-full {
    margin-top: 0;
}

.page-id-17 #inner-page-wrapper .container{
    width: 100%;
    padding: 0;
}

.page-id-17 #content input,
.page-id-17 #content textarea {
    border-radius: 0 !important;
}

.page-id-17 #content .git-cta-col a span {
    line-height: 1.2;
}

#content p {
    font-weight: 300;
}

.post-page-home-valuation .aidefcf-title {
    font-weight: 300;
}

.page-id-37552 .global-title-widget::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: url(https://www.portolahills.net/wp-content/uploads/2022/09/watt_thanksgiving-icon1.png) center/cover no-repeat;
}

.page-id-37552 .global-title-widget::after {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    background: url(https://www.portolahills.net/wp-content/uploads/2022/09/watt_thanksgiving-icon2.png) center/cover no-repeat;
}

.page-id-37568 .global-title-widget::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: url(https://www.portolahills.net/wp-content/uploads/2022/09/watt_snowflake-icon1.png) center/cover no-repeat;
}

.page-id-37568 .global-title-widget::after {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    background: url(https://www.portolahills.net/wp-content/uploads/2022/09/watt_snowflake-icon2.png) center/cover no-repeat;
}

.page-id-37587 .global-title-widget::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: url(https://www.portolahills.net/wp-content/uploads/2022/09/watt_superbowl-icon1.png) center/cover no-repeat;
}

.page-id-37587 .global-title-widget::after {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    background: url(https://www.portolahills.net/wp-content/uploads/2022/09/watt_superbowl-icon2.png) center/cover no-repeat;
}

.page-id-33135 .global-title-widget::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: url(https://www.portolahills.net/wp-content/uploads/2024/03/garagesale-graphic_right_v2.png) center/cover no-repeat;
}

.page-id-33135 .global-title-widget::after {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    background: url(https://www.portolahills.net/wp-content/uploads/2024/03/garagesale-graphic_right.png) center/cover no-repeat;
}

.ihf-details-template .global-title-wrap {
    display:none;
}
