/*
Theme Name: BikeRoundOz
Theme URI: https://bikeroundoz.com
Description: BROZ Child Theme
Author: BikeRoundOz
Author URI: https://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;
}
/*Gallery nav tweaks*/
#broz-gallery .et_pb_gallery_item {
	pointer-events: none;
}
#broz-gallery .et_pb_gallery.et_slider_auto .et-pb-slider-arrows,
.et_pb_gallery.et_slider_auto .et-pb-controllers { 
    display: none !important; 
}
/*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;
}

/*show and hide special offer element*/
body:not(.et-fb) .rv_element { display: none; }
.et_pb_button.rv_button_opened:after { content:"\32"; }
.et_pb_button.rv_button_closed:after { content:"\33"; }


