/**
 * Theme Name:      Divi Child Theme
 * Theme URI:       https://www.elegantthemes.com/gallery/divi/
 * Description:     A child theme for Divi
 * Author:          Sky Avenue
 * Author URI:      https://skyavenue.com.au/
 * Template:         Divi
 * Version:         1.0.0
 * Text Domain:     divi-child-theme
 * License:         GPL2
 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
 */
  
 
/* ---------------------- Theme customization starts here ---------------------- */

/*edit the Divi mobile hamburger icon*/
.mobile_menu_bar:before {
color: #333333!important;
}

/*edit the Divi mobile menu dropdown*/
.et_mobile_menu {
border-top: 0px;
padding: 10px!important;
margin-top: 20px;
box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1)!important;
border-radius: 10px;
width: 60%;
margin-left: 40%;
}

/*Divi mobile menu parent links*/
.et_mobile_menu li a {
background: #fcfaf9;
padding: 15px 20px;
border-bottom: 0px!important;
}

p strong {
	color: #264c4b;
}

/* ---------------------- Vertically center rows in sections and modules in columns ---------------------- */
.dh-valign-center-row .et_pb_column,
.dh-valign-center-section,
.dh-valign-center-module {
   display: flex;
   flex-direction: column;
   justify-content: center;
}

/* ---------------------- Vertically align to bottom rows in sections and modules in columns ---------------------- */
.dh-valign-bottom-row .et_pb_column,
.dh-valign-bottom-section,
.dh-valign-bottom-module {
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
}

/* ---------------------- Highlight text with teal brushstroke ---------------------- */
.highlight-teal {
    background-image: url(https://sandbox.skyavenue.com.au/wp-content/uploads/2024/12/PerfectCentsHighlightTeal.svg);
    background-position: 50% 50%;
    padding: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 -5px 0 -5px;
    overflow: visible;
    position: relative;
    z-index: -1;
	white-space: nowrap;
}
	
/* ---------------------- Highlight text with clay brushstroke ---------------------- */
.highlight-clay {
    background-image: url(https://sandbox.skyavenue.com.au/wp-content/uploads/2024/12/PerfectCentsHighlightClay.svg);
    background-position: 50% 50%;
    padding: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 -5px 0 -5px;
    overflow: visible;
    position: relative;
    z-index: -1;
	white-space: nowrap;
}

/* ---------------------- Highlight text with forest brushstroke ---------------------- */
.highlight-forest {
    background-image: url(https://sandbox.skyavenue.com.au/wp-content/uploads/2024/12/PerfectCentsHighlightForest.svg);
    background-position: 50% 50%;
    padding: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 -5px 0 -5px;
    overflow: visible;
    position: relative;
    z-index: -1;
	white-space: nowrap;
}

/* ---------------------- Quote styling ---------------------- */
.quote {
	font-family: 'Frank Ruhl Libre', 'Figtree', sans-serif;
	line-height: 0.2em;
}