/*
Theme Name: BikeRoundOz Tour Centre
Theme URI: https://tourcentre.bikeroundoz.com
Description: BROZ Child Theme for Tour Centre
Author: BikeRoundOz
Author URI: https://tourcentre.bikeroundoz.com
Version: 1.0.0
Template: Divi
*/

/*CUSTOM CSS BELOW*/

/*---------------Vertically Center Column Elements---------------*/
 
.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

/*add icon to adviceinfo submenu items*/
.adviceinfo-open-mobile-menu li a:before {
    font-family: 'ETMODULES';
    content: '\5e';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    color: #747474;
    font-size: 1em;
}
/*stop word wrapping for headings*/
h1, h2, h3, h4, h5, h6 {
    overflow-wrap: normal;
}
/*TOGGLE CONTENT*/
/*collpse and set the height of the toggle text*/
.tc-toggle-blurb .et_pb_blurb_description {
	max-height: 200px;
	transition: max-height 0.3s ease-out;
	overflow: hidden;
}

/*add gradient to the collapsed text*/
.tc-toggle-blurb .et_pb_blurb_description:after {
	content: "";
	display: inline-block;
	position: absolute;
	pointer-events: none;
	height: 100px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, #fecd08 10%, transparent);
}
/*style the expand text link*/
.tc-toggle-blurb .tc-blurb-expand-button {
	padding: 0.5em;
	text-align: center;
	color: #000000!important;
	font-family: 'Readex Pro';
	font-weight: bold;
}
/*change the curor to a pointed when hovering over the expand text link*/
.tc-toggle-blurb .tc-blurb-expand-button span {
	cursor: pointer;
}
/*define the font family for the toggle icon*/
.tc-toggle-blurb .tc-blurb-expand-button .tc-blurb-toggle-icon {
	font-family: ETMODULES, "sans-serif";
	font-weight: bold;
	color: #000000!important;
	font-size: 1.5em;
}
/*set the max height and transition of the expanded toggle*/
.tc-toggle-blurb .tc-blurb-toggle-expanded {
	max-height: 2000px;
	transition: max-height 0.3s ease-in;
}
/*hide the gradient when the toggle is expanded*/
.tc-toggle-blurb .tc-blurb-toggle-expanded.et_pb_blurb_description:after {
	background: none;
}

