/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
#content #news-feed-list {
    margin-left: 0;
}

#content #news-feed-list .news-feed-item {
    display: flex;
    width: 100%;
    padding-bottom: 30px;
}

#content #news-feed-list .news-feed-item .news-feed-image {
    width: 34%;
    margin-right: 3%;
}

#content #news-feed-list .news-feed-item .news-feed-image canvas {
    width: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    height: auto;
}

#content #news-feed-list .news-feed-item .news-feed-text {
    width: 63%;
}
#content #news-feed-list .news-feed-item .news-feed-text {
    font-size: 22px;
}
#content .news-feed-item-links a{
        font-size: 16px;
    font-style: italic;
}
#content #news-feed-list .news-feed-item .news-feed-text .news-feed-item-title {
    font-size: 23px;
    font-weight: bold;
}
.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;
        background-image:url(../../images/slide-01.jpg);
        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%; }

/* 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 {
	font: 400 50px/1 var(--heading-font);
    color: #171717;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 0;
}

.page-template-template-property-listings #content .entry-title,
.page-template-template-property-listings #content .archive-title {
    margin-bottom: 0;
}

.single-communities #content .entry-title,
.single-communities #content .archive-title{
    margin-bottom: 0;
}

.page-id-0 #content .entry-title,
.page-id-0 #content .archive-title{
    margin-bottom: 0;
}




#content .article-long .archive-subtitle {
    margin-top: 0px;
    font-size: 32px;

}
#content .article-long p {
    font-size: 22px;
}
#inner-page-wrapper  #breadcrumbs {
    margin-top: -60px;
    color: #fff;
    padding-bottom: 37px;
}

#inner-page-wrapper #breadcrumbs span {
    color: #fff;
}


/*.archive.category-blogs-and-videos .archive-posts{
    min-height: 620px;
}
*/
.archive.category-blogs-and-videos .archive-posts:nth-child(odd){
    clear: both;
}
/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: normal;
    color: #171717;
    line-height: 1.6;
    text-transform: uppercase;
    -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;
    line-height: 1.2;
}

#content .archive-more{
    text-decoration: none;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    width: 195px;
    height: 52px;
    background: var(--primary-color);
    text-align: center;
    color: #ffffff;
    -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;
    line-height: 52px;
    font-size: 16px;
    text-transform: uppercase;
}
    #content .archive-more:hover{
        background: var(--hover-color);
    }

.above-footer-cta {
    padding: 20px 0 0;
}

.above-footer-cta * {
    -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;
}
    .above-footer-cta .cta-col a {
    }

    .above-footer-cta .cta-col strong {
        font-size: 13px;
    }

    .above-footer-cta .cta-col strong span {
        font-size: 28px;
    }

    .above-footer-cta .cta-col a:hover em {
        transform: translateY(17px);
    }

.aios-mobile-header-wrapper {
	z-index: 1030 !important;
}

.iframe-holder {

}
    .iframe-holder iframe {
        width: 100%;
    }

.image-fullwidth {
    width: 100%;
    height: auto;
}

/** Contact Us **/
.page-template-template-contact-us #inner-page-wrapper{
    margin-bottom: 0;
}
.aix-ip-contact-us{
    display: flex;
    flex-wrap: wrap;
}
    .aix-ip-contact-us > div {
        width: 50%;
    }
        .aix-ip-contact-us  .contact-form{
            background-color: #f5f5f5;
            text-align: center;
            padding-top: 40px;
        }
            .aix-ip-contact-us .contact-form form{
                display: flex;
                flex-flow: row wrap;
                padding: 60px;
            }
            .aix-ip-contact-us .contact-form .field-input{
                text-align: left;
            }
                .aix-ip-contact-us .contact-form .field-input label {
                    display: none;
                }

                .aix-ip-contact-us .contact-form .field-input {
                    text-align: left;
                    padding: 0 2%;
                    margin: 10px 0;
                    width: 50%;
                    position: relative;
                }
                    .aix-ip-contact-us .contact-form .field-input:nth-child(4),
                    .aix-ip-contact-us .contact-form .field-input:nth-child(5),
                    .aix-ip-contact-us .contact-form .field-input:nth-child(6){
                        width: 100%;
                    }
                .aix-ip-contact-us .contact-form .field-input input[type="text"],
                .aix-ip-contact-us .contact-form .field-input input[type="email"],
                .aix-ip-contact-us .contact-form .field-input input[type="tel"],
                .aix-ip-contact-us .contact-form .field-input textarea {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    border: 0;
                    border-bottom: 1px solid #adadad;
                    background: none;
                    font-size: 14px;
                    color: #2b2b2b;
                    letter-spacing: 0.05em;
                    width: 100%;
                    height: 38px;
                    outline: none;
                }
                    .aix-ip-contact-us .contact-form .field-input textarea{
                        height: 100px;
                        resize: none;
                    }

                    .aix-ip-contact-us .contact-form .form-btn.site-easing {
                        position: absolute;
                        right: 0;
                        bottom: 24px;
                    }

                    .aix-ip-contact-us .contact-form .form-btn.site-easing i {
                        position: absolute;
                        left: 0;
                        top: 0;
                        font-size: 30px;
                    }

                    .aix-ip-contact-us .contact-form input[type="submit"] {
                        border: none;
                        position: relative;
                        z-index: 2;
                        font-size: 17px;
                        color: #fff;
                        padding: 10px;
                        background: var(--primary-color);
                        width: 195px;
                        text-transform: uppercase;
                    }
                        .aix-ip-contact-us .contact-form input[type="submit"]:hover{
                            background: #fff;
                            color: var(--primary-color);
                        }
            .aix-ip-contact-us .contact-content{
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                background-size: cover;
            }
             .aix-ip-contact-us .contact-content .cf-wrap {
                position: relative;
                z-index: 4;
            }

                .aix-ip-contact-us .aix-ip-contact-us .contact-content {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: relative;
                }

                 .aix-ip-contact-us .contact-content:after {
                    display: block;
                    content: "";
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    background: var(--primary-color);
                    opacity: 0.8;
                    z-index: 1;
                }
                 .aix-ip-contact-us .contact-content a,
                 .aix-ip-contact-us .contact-content p{
                    color: #fff;
                    display: block;
                    font-size: 17px;
                     margin: 11px 0;
                }

                    .aix-ip-contact-us .contact-content a em{
                        font-size: 13px;
                        margin-right: 12px;
                    }

                     .aix-ip-contact-us .contact-content p em{
                        font-size: 20px;
                        margin-top: 2px;
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 10px;
                     }

                .aix-ip-contact-us .contact-content .aix-smi{
                }
                    .aix-ip-contact-us .contact-content .aix-smi a{
                        width: 38px;
                        height: 38px;
                        color: var(--primary-color);
                        background: #fff;
                        border-radius: 100%;
                        border: solid 1px var(--primary-color);
                        font-size: 16px;
                        margin: 6px 0;
                        -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;
                        display: inline-block;
                        text-align: center;
                        line-height: 38px;
                        margin: 0 1px;
                    }
                        .aix-ip-contact-us .contact-content .aix-smi a em {
                            font-size: 21px;
                            display: inline-block;
                            margin: 7px;
                        }

                        .aix-ip-contact-us .contact-form p {
                            padding: 0 60px;
                        }
                        .aix-ip-contact-us .contact-content .aix-smi a:hover{
                            color: #fff;
                            background: var(--hover-color);
                        }
 .aix-form-map{
    height: 500px;
    filter: grayscale(100%);
    margin-top: 60px;

 }
    .aix-form-map #map{
        height: 500px;
        width: 100%;

    }


/** Contact Us **/
.single-thumbnail img{
    width: 100%;
}
/** Concierge **/
#content .concierge-contact-info{
    margin-left: 0;
    margin: 0;
    padding-top: 10px;
}

    #content .concierge-content h3{
        font-size: 22px;
        margin: 0;
        font-family: var(--font-crimson-text);
        text-transform: uppercase;
    }
    #content .concierge-content h1{
        margin: 0;
    }

    #content .concierge-contact-info li{
        list-style-type: none;
        padding: 5px 0;
    }
        #content .concierge-contact-info li i{
            font-style: normal;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }
#content .concierge-image {
    margin-bottom: 20px;
}

/** Concierge **/


/** Testimonials **/
#content.aios-testimonials-page{
    margin-bottom: 66px;
}
    #content.aios-testimonials-page h1{
        text-align: left;
        line-height: 1;
        margin: 60px 0;
    }
        #content.aios-testimonials-page strong{
        }

        #content .aios-testimonials-lists{
            display: none;
        }
        #content .aios-testimonials-lists > div{
            padding: 80px 50px;
            text-align: left;
            border: 1px solid var(--primary-color);
            margin-bottom: 25px;
        }

        #content .aios-testimonials-lists a{
            color: inherit;
            text-decoration: none;
        }
            #content .aios-testimonials-lists p {
                font-size: 17px;
                line-height: 1.8;
            }
            #content .aios-testimonials-lists h3{
                font-size: 17px;
            }
#content.aios-testimonials-page .show-more-testimonials{
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    width: auto;
    max-width: 300px;
    margin: 66px auto;
}
.aiosp-content.aios-popup-body.aix-testimonial-wrap {
    width: 50%;
    min-height: auto;
    padding: 80px;
}

.aiosp-content.aios-popup-body.aix-testimonial-wrap p {
    font-size: 20px;
    line-height: 1.7;
}
    .aiosp-content.aios-popup-body.aix-testimonial-wrap .star_rating_display{
        text-align: center;
        padding-bottom: 30px;
    }
    .aiosp-content.aios-popup-body.aix-testimonial-wrap h2{
        padding-top: 30px;
        text-align: center;
    }

    #content .aios-testimonials-lists.aios-primary-testimonials p {
        font-size: 25px;
    }

    #content .aios-testimonials-lists.aios-primary-testimonials h3 {
        font-size: 25px;
    }
/** Testimonials **/
/* Community Listings : START */
.page-template-template-community-listings #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
#ip-community-listings {

}
    .ip-community-listings-holder {

    }
        .ip-community-listings-holder .row {
            margin: 0 -2px;
        }
        .ip-community-listings-box {
            padding: 2px;
        }
            .ip-community-listings-box a {
                display: block;
                position: relative;
            }
                .ip-community-listings-img {
                    position: relative;
                }
                .ip-community-listings-img::after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    background: #000000;
                    opacity: 0.1;
                    -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;
                }
                .ip-community-listings-img:before{
                    content: '';
                    display: block;
                    position: absolute;
                    width: calc( 100% - 40px );
                    height: calc( 100% - 50px );
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                    border: 1px solid rgba(255,255,255,0.27);
                    opacity: 0;
                    transform: scale(1.2);
                    -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;
                    z-index: 3;
                }
                    .ip-community-listings-box a:hover  .ip-community-listings-img:before{
                        opacity: 1;
                        transform: scale(1);
                    }
                    .ip-community-listings-box a:hover  .ip-community-listings-img:after{
                        opacity: 0.82;
                    }
                    .ip-community-listings-img canvas {
                        display: block;
                        width: 100%;
                        background-color: #cccccc;
                        background-position: center center;
                        background-repeat: no-repeat;
                        background-size: cover;
                    }
                .ip-community-listings-txt {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                    .ip-community-listings-txt div {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        flex-direction: column;
                        position: relative;
                    }
                    .ip-community-listings-txt div::after {
                        content: '';
                        display: block;
                        width: 48px;
                        height: 1px;
                        margin: 27px auto auto;
                        background: rgba(255,255,255,0.85);
                    }
                        .ip-community-listings-txt span {
                            font-size: 20px;
                            color: #ffffff;
                            letter-spacing: 0.1em;
                            text-transform: uppercase;
                            line-height: 1;
                        }


/* Community Listings : END */

/** IHF Resets **/
#ihf-main-container .nav-tabs {
    margin-left: 0;
    padding: 0;
    margin-right: 0;
}
#ihf-main-container .mt-10 {
    margin: 0;
}
#ihf-main-container .title-bar-1{
    background-color: var(--primary-color);
    border: 1px solid transparent;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0px 0 rgba(255,255,255,.25);

}
#ihf-main-container a{
    color: inherit;
}
.ihf-map-icon {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}
    .ihf-map-icon:after{
        border-top-color: var(--primary-color);
    }

    #ihf-main-container .btn-primary {
        color: #fff;
        background-color: var(--primary-color);
        border-color: transparent;
        border-radius: 0;
        padding: 10px;
        transition: all .25s ease-in-out;
    }
    #ihf-main-container .modal-header {
        background: none repeat scroll 0 0 var(--primary-color);
    }
    #ihf-main-container .btn{
            box-shadow: none;
    }
    #ihf-main-container .btn-primary.active, #ihf-main-container .btn-primary:active, #ihf-main-container .btn-primary:focus, #ihf-main-container .btn-primary:hover {
        background: var(--primary-color);
        box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
    }

/** IHF Resets **/

.aix-form-map #aix-map {
    height: 500px;
    width: 100%;
}
.chosen-container .chosen-results {
    margin-left: 0 !important;
}

/* seller page */

.page-id-188 #content p {
    text-align: center;
}

.page-id-188 #content .form-wrap {
    max-width: 800px;
    display: block;
    margin: 30px auto 0;
}
    
    .page-id-188 #content .form-wrap input,
    .page-id-188 #content .form-wrap select {
        border: 0;
        border-bottom: 1px solid #000;
        font-size: 14px;
        color: #000;
        padding: 0 10px;
        width: 100%;
        height: 35px;
        margin-bottom: 15px;
        outline: 0;
        text-transform: uppercase;
    }

    .page-id-188 #content .form-wrap input[type="submit"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        width: 192px;
        height: 50px;
        font-size: 14px;
        color: #ffffff;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        background: var(--primary-color);
        display: block;
        margin: 30px auto auto;
    }

    .page-id-188 #content .form-wrap .sec-form-title {
        margin: 30px 0;
        display: block;
        font-family: var(--heading-font);
        font-size: 22px;
    }
#ihf-main-container .mc-total-payment-subline{
    color: #666;
}

#content .agent-website i {
    font-style: normal !important;
    width: 20px !important;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

/* CLIENT TESTIMONIALS */
#aios-testimonials .aios-testimonials{
    display: block !important;
    column-count: 2;
}
#aios-testimonials .aios-testimonials-lists{
    width: 100% !important;
    break-inside: avoid-column !important;
}
#aios-testimonials .aios-testimonials-lists:first-child{
    width: 100% !important;
}
#aios-testimonials .aios-testimonials-lists a{
    border: none !important;
    height: auto !important;
    padding-top: 55px 50px !important;
    background-color: var(--aios-testimonials-primary);
}
#aios-testimonials .aios-testimonials-lists .star_rating_display{
    margin-bottom: 30px;
}
#aios-testimonials .aios-testimonials-lists .star_rating_display i{
    color: #fff !important;
}
#aios-testimonials .aios-testimonials-lists a .aios-testimonials-content h3{
    text-transform: uppercase !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-family: var(--body-font) !important;
    color:  #fff !important;
    line-height: 1.2 !important;
    margin-top: 0;
    margin-bottom: 10px;
}
#aios-testimonials .aios-testimonials-lists a p{
    font-size: 15px !important;
    font-family: var(--body-font) !important;
    color:  #fff !important;
    line-height: 1.7 !important;
}
#aios-testimonials .aios-testimonials-lists > h3{
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 28px 35px;
    line-height: 1.7px !important;
    color:  #fff !important;
    text-align: left !important;
    background-color: #cb9e62;
    margin-top: 0 !important;
}
#aios-testimonials .aios-testimonials-lists .aios-testimonials-content{
    margin-bottom: 0 !important;
}
.aiosp-wrap div[class*=aios-testimonials-popup-] .aiosp-content{
    min-height: 500px !important;
}
#aios-testimonials.aios-testimonials-page .aios-testimonials-content.entry{
    display: none;
}
#aios-testimonials .archive-title{
    text-align: center;
    margin-top: max(6.25vw, 20px) !important;
    margin-bottom: calc(max(6.25vw, 20px) - 15px) !important;
    font-size: clamp(35px, 3.2vw, 50px) !important;
}
.ai-testimonials-pagination ul li{
    padding: 0 10px !important;
}
.ai-testimonials-pagination ul li+li{
    border: none !important;
}
.ai-testimonials-pagination ul li a{
    color: #20201f !important;
    opacity: .5;
    font-size: 22px !important;
}
.ai-testimonials-pagination ul li a:hover{
    opacity: 1;
}
.ai-testimonials-pagination ul li span{
    color: #20201f !important;
    opacity: 1;
    border: 1px solid var(--aios-testimonials-primary) !important;
    text-align: center;
    padding: 10px 14px;
    font-size: 22px !important;
}
.ai-testimonials-pagination ul li.aios-testimonialsNext a,
.ai-testimonials-pagination ul li.aios-testimonialsPrev a{
    background: transparent !important;
    opacity: 1;
}
.ai-testimonials-pagination ul li.aios-testimonialsNext a + a i,
.ai-testimonials-pagination ul li.aios-testimonialsPrev a + a i{
    color: #20201f !important;
    transition: .3s ease-in-out;
    font-size: 16px !important;
}
.ai-testimonials-pagination ul li.aios-testimonialsNext a:hover + a i,
.ai-testimonials-pagination ul li.aios-testimonialsPrev a:hover + a i{
    color: var(--aios-testimonials-primary) !important;
}
/* CLIENT TESTIMONIALS END */

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 1366px) {
    .page-id-18122 .custom-container{
        width: 1250px;
   }
}

@media only screen and (min-width: 1500px) {

}

@media only screen and (max-width: 1365px) {

}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

    .aiosp-content.aios-popup-body.aix-testimonial-wrap {
        width: 100%;
        min-height: auto;
        padding: 15px;
    }
    .inner {
        width: 100%;
    }

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

    .outer {
        width: 100%;
        min-width: 100%;
    }

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

    .aix-ip-contact-us {
        flex-flow: column-reverse;
    }

    .aix-ip-contact-us > div {
        width: 100%;
        padding: 50px;
    }

    .aix-ip-contact-us .contact-form p {
        padding: 0;
    }

    .aix-ip-contact-us .contact-form form {
        padding: 0;
    }

    .aix-form-map {
        margin: 0;
    }

    #content #news-feed-list .news-feed-item {
        flex-direction: column;
    }

    #content #news-feed-list .news-feed-item .news-feed-image {
        width: 100%;
        margin-right: 0;
    }

    #content #news-feed-list .news-feed-item .news-feed-text {
        width: 100%;
    }
    #aios-testimonials .aios-testimonials{
        column-count: 1;
    }
    #aios-testimonials .aios-testimonials-lists a{
        padding: 55px 30px !important;
    }

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {

    .ip-banner .container{
        width: 100%;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    #content .entry-title, #content .archive-title {
    font: 400 34px/1 var(--heading-font);
    }
    .ihf-captcha {
        height: 60px;
    }

   .ihf-captcha .g-recaptcha > div {
        position: absolute;
        top: 0;
        left: 50%;
        transform: scale(0.75) translateX(-50%) !important;
        transform-origin: 0 0;
    }
    #inner-page-wrapper #breadcrumbs {
        margin-top: -66px;
    }
}

