/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/


.cs-info-bar.bar_small .cs_action_btn,
.cs-modal-content .cs_action_btn {
	background-color: #dfa76b !important;
}

.cs-modal-content .custom-switch.custom-switch-btn {
	--cs-color-active-toggle-button: #dfa76b !important;
}

.cs_preview_container>div>div .cs-modal:not(.cs-modal-admin) .custom-switch .custom-switch-input:checked+.custom-switch-btn {
    background: #0c71c35c !important;
}

@media (width <= 480px) {
	.cs_preview_container.bar_small .btns_column .btn-row {
		flex-direction: column-reverse;
	}
}

.cs-info-sticky.desktop_right.bottom.show_button {
	display:none;
}

