/*   
Theme Name:  Wealthtrac
Theme URI:   https://wealthtrac.com.au/
Author:      gutenize.com
Author URI:  https://gutenize.com/
Template:    gutenize
Description: Wealthtrac
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bbf
Tags:        gutenberg-ready, bootstrap-4, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ACCORDION */
.accordion .card {
    border: 1px solid #2c2d48 !important;
    border-radius: 0.25rem !important;
    margin-bottom: 0.25rem;
}
.accordion .card-header {
    background-color: #2c2d48;
    color: #fff;
}
.accordion .card-header i {
    text-align: center;
    background-color: #408b92;
    color: #FFF;
    border-radius: 50%;
    height: 1.75rem;
    min-width: 1.75rem;
    width: 1.75rem;
    line-height: 1.75;
}




.list-group-item-action i {
    text-align: center;
    background-color: #14b7ca;
    color: #FFF !important;
    border-radius: 50%;
    height: 2rem;
    min-width: 2rem;
    width: 2rem;
    line-height: 2;
	padding-top: 1px;
}




.navbar-dark .navbar-toggler.collapsed span,
.offcanvas-collapse.navbar-dark .navbar-toggler.collapsed span,
.navbar-dark .navbar-toggler span,
.offcanvas-collapse.navbar-dark .navbar-toggler span {
    background-color: #5cc6d0;
}
.navbar-dark .navbar-toggler,
.offcanvas-collapse.navbar-dark .navbar-toggler {
    color: #5cc6d0;
    border-color: #5cc6d0;
}


/* PAGE SECTION HEROS - Half Padding Top */
.gutenize-section.half-pt > .container {
	padding-top: 2.4rem;
}
@media (min-width: 576px) {
	.gutenize-section.half-pt > .container {
		padding-top: 2.55rem;
	}
}
@media (min-width: 768px) {
	.gutenize-section.half-pt > .container {
		padding-top: 2.7rem;
	}
}
@media (min-width: 992px) {
	.gutenize-section.half-pt > .container {
		padding-top: 2.85rem;
	}
}
@media (min-width: 1200px) {
	.gutenize-section.half-pt > .container {
		padding-top: 3rem;
	}
}
/* PAGE SECTION HEROS - Half Padding Bottom */
.gutenize-section.half-pb > .container {
	padding-bottom: 2.4rem;
}
@media (min-width: 576px) {
	.gutenize-section.half-pb > .container {
		padding-bottom: 2.55rem;
	}
}
@media (min-width: 768px) {
	.gutenize-section.half-pb > .container {
		padding-bottom: 2.7rem;
	}
}
@media (min-width: 992px) {
	.gutenize-section.half-pb > .container {
		padding-bottom: 2.85rem;
	}
}
@media (min-width: 1200px) {
	.gutenize-section.half-pb > .container {
		padding-bottom: 3rem;
	}
}


/* HERO CAROUSEL FADE */
.carousel-bg-image-fade.carousel {
    margin: 0 auto;
}
.carousel-bg-image-fade .carousel-item > .carousel-item-container  {
    padding: 0;
}
.carousel-bg-image-fade .carousel-item,
.carousel-bg-image-fade .active.carousel-item-left,
.carousel-bg-image-fade .active.carousel-item-right {
    transition-duration: 3s;
}
.carousel-bg-image-fade .gutenize-bg-img {
    animation: zoomin 12s ease-out;
}
@-webkit-keyframes zoomin {
    0% { transform: scale(1.0); }
    100% { transform: scale(1.1); }
}

/* GENERAL */
@media (max-width: 575.98px) {
	.XXXis-style-lead {
		font-size: 1.2rem;
	}
}

/* FOOTER */
#section-footer .list-unstyled li {
	padding: 0.25rem 0;
}

/* PRODUCT CARDS */
.product-cards .card {
	height: 100%;
}
.product-cards .card-body .w-100 {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product-cards .card-body .wp-block-gutenize-button {
	margin-top: auto;
}

/* MEDIA/TEXT BLOCK */
.hero-col-image .carousel-inner,
.wp-block-media-text__media {
	border-radius: 0.5rem;
	position: relative;
}
.hero-card,
.wp-block-media-text {
	border-radius: 1rem;
	padding: 1.5rem;
}
.hero-card .card-body {
	padding: 0 !important;
}
.hero-col-content .col-content {
	padding: 2rem 0 0 !important;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 2rem 0 0;
}
@media (min-width: 576px) {
	.hero-card,
	.wp-block-media-text {
		padding: 2rem;
	}
	.hero-col-content .col-content {
		padding: 2rem 0 0 !important;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding: 2rem 0 0;
	}
}
@media (min-width: 768px) {
	.hero-card,
	.wp-block-media-text {
		padding: 3rem;
	}
	.hero-col-content .col-content {
		padding: 2rem 0 0 !important;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding: 2rem 0 0;
	}
}
@media (min-width: 992px) { /* SIDE BY SIDE BREAKPOINT */
	.hero-card,
	.wp-block-media-text {
		padding: 4rem;
	}
	.hero-col-content .col-content {
		padding: 0 0 0 4rem !important;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0 0 0 4rem;
	}
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding: 0 4rem 0 0;
	}
	.hero-col-image figure,
	.wp-block-media-text.is-image-fill .wp-block-media-text__media {
		min-height: 600px;
	}
	
	.hero-col-image .carousel-bg-image-fade {
		min-height: 600px !important;
	}
}
@media (max-width: 991.98px) { /* KEEP STAKED UNTIL LG */
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
}



/* IMAGE FRAME */
.wp-block-media-text__media,
.carousel-bg-image-fade {
	padding: 0.5rem;
}
.wp-block-media-text__media {
	background-clip: content-box;
    border-radius: 1rem;
}
.wp-block-media-text__media::before,
.wp-block-media-text__media::after,
.carousel-bg-image-fade::before,
.carousel-bg-image-fade::after {
	z-index: 2;
	position: absolute;
	width: 50%;
	height: 50%;
	content: "";
	border: 1rem solid #8DD7DE;
}
.wp-block-media-text__media::before,
.carousel-bg-image-fade::before {
	left: 0;
	top: 0;
	border-right: 0;
	border-bottom: 0;
 }
.wp-block-media-text__media::after,
.carousel-bg-image-fade::after {
	right: 0;
	bottom: 0;
	border-left: 0;
	border-top: 0;
}
@media (min-width: 768px) {
	.wp-block-media-text__media,
	.carousel-bg-image-fade {
		padding: 0.75rem;
	}
	.wp-block-media-text__media {
		background-clip: content-box;
		border-radius: 1.25rem;
	}
	.wp-block-media-text__media::before,
	.wp-block-media-text__media::after,
	.carousel-bg-image-fade::before,
	.carousel-bg-image-fade::after {
		border-width: 1.5rem;
	}
}




/* Hide Google Recaptcha Badge */
.grecaptcha-badge {
	visibility: hidden;
}

.dark-blue-gradient {
	background: #2c2d48;
	background: linear-gradient(145deg, #00afef 0%, #2c2d48 60%);
}


.custom-icon {
    border-radius: 50%;
    padding: 0.5rem;
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;

}


@media (min-width: 768px) {
	:not(#wt-product-slider) .card .card-body {
		padding: 2rem;
	}
	.card .card-body .list-group-flush {
		margin: 0 -2rem;
	}
	.card .card-body .list-group-flush .list-group-item {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.card .card-body .list-group-flush .list-group-item-action::after {
		right: 2rem;
	}
}



.product-list > .list-group-item {
	padding: 1.5rem 3rem 1.5rem 1.5rem;
}
.list-group-item-action {
	font-weight: 400;
	color: #2c2d48;
}

.list-group-item-action::after {
    color: #408b92;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro";
    font-weight: normal;
    font-size: 1.25rem;
    position: absolute;
    right: 1rem;
    content: "\f054";
}



/* BUTTONS */
.btn-group > .btn,
.btn:not(.btn-scroll-top-float):not(.btn-link) {
     font-size: .85rem;
     padding: .5rem 1.5rem;
}
.btn-group.btn-group-sm > .btn,
.btn-sm:not(.btn-scroll-top-float):not(.btn-link),
.btn-sm.wpcf7-form-control.wpcf7-submit {
     font-size: .7rem;
     padding: .25rem 1.25rem;
}
.btn-group.btn-group-lg > .btn,
.btn-lg:not(.btn-scroll-top-float):not(.btn-link),
.btn-lg.wpcf7-form-control.wpcf7-submit {
     font-size: 1rem;
     padding: .75rem 1.75rem;
}

/* BUTTONS STACK AND CENTER */
.stack-center-mobile .btn-group > .btn {
	min-width: 125px;
}
.collapsed .stack-center-mobile .btn-group {
	display: block;
}
.collapsed .stack-center-mobile .btn {
	display: block;
	margin: 0.5rem auto !important;
	width: 250px;
}
@media (max-width: 991.98px) {
	.stack-center-mobile .btn-group {
		display: block;
	}
	.stack-center-mobile .btn {
		display: block;
		margin: 0.5rem auto !important;
		width: 250px;
	}
}


/* PRICE TICKER */
#top-header .container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#top-header .row,
#top-header .col {
	display: block;
	margin: 0;
	padding: 0;
}
.asx-ticker .scrolling-text {
	position: relative;
	white-space: nowrap;
	font-size: 0.75rem;
	line-height: 1;
}
.asx-ticker .jstickeritem {
	padding: 0 1rem;
	display: inline-block;
}


/* SLICK SLIDER */
@media (min-width: 576px) {
	#wt-product-slider > .slick-arrow + .slick-list::after {
		content: "";
		height: 100%;
		width: 101%;
		background: rgb(0,0,0);
		background: linear-gradient(90deg, rgba(239,249,250,1) 0%, rgba(239,249,250,0) 10%, rgba(239,249,250,0) 90%, rgba(239,249,250,1) 100%);
		position: absolute;
		left: -0.5%;
		right: -0.5%;
		top: 0;
		bottom: 0;
	}
}
#wt-product-slider .slick-track {
    display: flex !important; /* equal height slides */
}
#wt-product-slider .slick-slide {
	height: inherit !important; /* equal height slides */
}
.slick-slide {
	padding: 0.25rem;
}
.slick-prev {
	left: -0.25rem;
	i {
		margin-right: 2px;
	}
}
.slick-next {
	right: -0.25rem;
	i {
		margin-left: 2px;
	}
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: 0.5;
}
.slick-prev, .slick-next {
	background-color: #408b92 !important;
	color: #fff !important;
	opacity: 1;
	border-radius: 50%;
	border: 1px solid #408b92;
}
.slick-dots li button:before {
	background-color: #408b92 !important;
}

/* GRID SPACING .5rem */
.grid-0-5rem .row {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.grid-0-5rem .wp-block-gutenize-grid-col {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.grid-0-5rem .wp-block-gutenize-grid-col .col-content {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

/* GRID SPACING 1rem */
.grid-1rem .row {
	margin-left: -1rem;
	margin-right: -1rem;
}
.grid-1rem .wp-block-gutenize-grid-col {
	padding-left: 1rem;
	padding-right: 1rem;
}
.grid-1rem .wp-block-gutenize-grid-col .col-content {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
