/***************************************
Launchpad Child Single Stylesheet
*****************************************/
/*************************************
#GOOGLE MAPS - START
**************************************/
.lp-map,
.lp-google-map,
.map-embed {
    height: 100%;
}

@media (max-width: 640px) {

    .lp-map,
    .lp-google-map,
    .map-embed {
        min-height: 375px;
    }
}

/*************************************
#GOOGLE MAPS - END
**************************************/
/*************************************
#FANCY BOX - START
**************************************/
body .fancybox-thumbs__list a {
    height: 60px;
    width: 70px;
}
.fancybox-thumbs__list {
    display: flex;
    justify-content: center;
}
.fancybox-thumbs__list a {
    height: 50px;
    width: 50px;
    margin: 4px;
    border-radius: 4px;
    opacity: .6;
}
.fancybox-can-zoomIn .fancybox-content {
    max-height: 75% !important;
}
.fancybox-show-thumbs .fancybox-thumbs {
    width: 100%;
    bottom: 20px;
    max-width: 65%;
    top: auto;
    margin: 0 auto;
    right: 0;
    left: 0;
    background-color: transparent;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
}

.fancybox-thumbs__list a.fancybox-thumbs-active {
    opacity: 1;
}
.fancybox-thumbs__list a:before {
    border: 2px solid #000;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}
body .fancybox-thumbs-x .fancybox-thumbs__list {
    margin: 0 auto;
    max-width: 800px;
}
body .fancybox-thumbs__list a:before {
    border: 4px solid #e00015;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991;
}
@media (max-width: 1023px) {
	.fancybox-container.fancybox-show-thumbs .fancybox-thumbs {display: none!important;}
}
/*************************************
#FANCY BOX - END
**************************************/

/*************************************
#LP ELEMENT - START
**************************************/
/*Single Pages - START*/
.single .content-element .hic-media-container {
    margin-bottom: 20px;
}
.single .post-content .audio-player-container {
    margin-bottom: 30px;
}
.single .content-element h2.section-title,
.single .content-element h3,
.single .has-sidebar .main-content .page-element .section-title {
    font-weight: 400;
    margin-bottom: 20px;
}
.single .content-element h2.section-title,
.single .content-element h3 {
    font-size: 1.5rem;
}
@media (min-width: 641px) {
    .single .content-element h2.section-title,
    .single .content-element h3,
    .single .has-sidebar .main-content .page-element .section-title {
        font-size: 2rem;
    }
}
/*Single Pages - END*/

/* Hero Gallery */
.lp-hero-gallery .slick-arrow {
    z-index: 2;
    background-color: rgba(244, 242, 240, 0.8);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}
.lp-hero-gallery .slick-arrow::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #1C1B1F;
    font-weight: 300;
    font-size: 16px;
}
.lp-hero-gallery .slick-prev {
    left: 20px;
}
.lp-hero-gallery .slick-prev::before {
    content: "\f053";
}
.lp-hero-gallery .slick-next {
    right: 20px;
}
.lp-hero-gallery .slick-next::before {
    content: "\f054";
}
.lp-hero-gallery .slick-dots {
    bottom: 20px;
}
.lp-hero-gallery .slick-dots li button:before {
    color: #fff;
    background-color: #fff;
    border-color: var(--lp--base-preset--brand-color--dark);
}
.lp-hero-gallery .slick-dots li.slick-active button:before {
    color: var(--lp--base-preset--brand-color--dark);
    background-color: var(--lp--base-preset--brand-color--dark);
    border-color: var(--lp--base-preset--brand-color--dark);
}
/* Hero Gallery */

/* Single Page */
.single .lp-address {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.single .lp-address::before {
    content: url('https://gjgardner.com.au/wp-content/uploads/2026/01/distance-1.png');
    height: 20px;
    line-height: 1;
}
.single .lp-single-content .rep-home-design-features,
.single .lp-single-content .rep-display-home-features,
.single .lp-single-content .rep-listing-features,
.single .lp-single-content .rep-other-features {
    max-width: 420px;
    margin: 15px auto 0 auto;
}
.single .lp-elements .lp-element,
.single .lp-after-main-content {
    border-top: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.single .rep-features {
    list-style: none;
    margin: 0;
    columns: 2;
}
.single .rep-features li {
    padding: 0;
    margin-bottom: 10px;
}
.single .rep-features li::before {
    content: "\2b";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
}
@media (max-width: 1023px) {
    .single .lp-single-content .lp-attributes,
    .single .lp-single-content .rep-home-design-features h3,
    .single .lp-single-content .rep-display-home-features h3,
    .single .lp-single-content .rep-listing-features h3,
    .single .lp-single-content .rep-other-features h3 {
        justify-content: center;
        text-align: center;
    }
}
@media (min-width: 1024px) {
    .single .lp-single-content .rep-home-design-features,
    .single .lp-single-content .rep-display-home-features,
    .single .lp-single-content .rep-listing-features,
    .single .lp-single-content .rep-other-features {
        margin: 15px 0 0 0;
    }
}
/* Single Page */
/*************************************
!LP ELEMENT - END
**************************************/

.lp-back-button{
	font-size: 13px;
}
.lp-back-button:hover::before {
  transform: translateX(-4px);
}
.lp-back-button::before{
	content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAkCAYAAAEbau9aAAAABGdBTUEAALGPC/xhBQAAAapJREFUaAXtmoFtwjAUREPFQMxUqXMkg8ASDNKR2uaQv2ShJMI//mfiniWLKPD/+e6lwakYBvY4JcHRK/zrLUTdruIi4SIlhIKCqUgifdgSLa51F0KpyF/x0lIBRcTc7IrD4xDuqKI3zypfqfl4+hCEKOwgFOYqN0URwsUAocs877l61DEEKZzMgAQtibBXXEBgeg1TIDfu1hCMdTGMUBeGcIvC/OkCzYoJuw/TtyAr66l+WgarR0puaARHsm64HIxN4SpkAaNF3U1Ge8xN4biLIVNHwShSItUoAVx6mLYJnhqtI0TWHlfwXdXTfIRl5rp5/M8vAZnL0zjS8b8gB5PdDSMnc0dDa+SOtu7d68XOxczjC37a3VENQhJ4BgVY2LjgvMYbJSBQbwRjaylLoHAr1F/UVmoN3hOoBqF7JAXKk1qDGoFqELpHUqA8qZFrAAkT2/FPsrbkHAmc5xo8P32l2hza93yO8oPCpK0XRwJLt0U9DDuCZJcIHDvxSnoCVylIdhuBYydeSW8JnP49VSncyDYCF5luYO81cIGSal0jAQM31mimHusJ/AGPBb63juzbtwAAAABJRU5ErkJggg==);
  background-size: contain;
  width: 22px;
  height: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 8px;
  transition: all .25s ease;
}