/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.page-id-985 ul {
    list-style-image: url(/wp-content/uploads/2026/01/ssh__bulletpoint-anchor.png);
    background-size: 1em;
    padding-left: 1.5em;
}

.ssh_childtheme .tablepress {
    --head-text-color: var(--awb-color1);
	--head-bg-color: var(--awb-color5);
}

/* Hero container on most pages */
.ssh_childtheme .ssh__hero {}

/* Fix small lines above and below section separators */
.ssh_childtheme .fusion-section-separator.section-separator .fusion-section-separator-fullwidth {
    margin-top: -2px;
    margin-bottom: -1px;
}

/************ DEPRECATED ************/

/* Page Title Bar */
.ki_ptb-heading, .ki_ptb-subheading, .ki_ptb-breadcrumbs {
	background: #ffffff80;
	width: 100%;	
	padding-bottom: 1.5em;
}
.ki_ptb-heading {
	padding: 0.5em 1em 0.15em 1em;
}
.ki_ptb-subheading, .ki_ptb-breadcrumbs {
	padding: 0.1em 1em 0.7em 1em;
}

.ki_ptb-breadcrumbs {
	padding: 0 1em 1.5em 1em;
}

/* individual positioning of PTB BG image 
.postid-137 section.fusion-page-title-bar .ki-ptb--col-with-image-bg .fusion-column-wrapper {
    background-position-y: 20%;
}*/

@media (max-width: 1750px) {
	.fusion-tb-page-title-bar .ki-ptb--container-with-image-bg.fusion-fullwidth {
		--awb-padding-right: var(--container_padding_100_right, var(--hundredp_padding)) !important;
		--awb-padding-left: var(--container_padding_100_left, var(--hundredp_padding)) !important;
	}
}