/*
Theme Name: Moone - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0
Template: moone
*/


.cs-info-bar.bar_small .cs_action_btn,
.cs-modal-content .cs_action_btn {
	background-color: #cc929f !important;
}

.cs-modal-content .custom-switch.custom-switch-btn {
	--cs-color-active-toggle-button: #cc929f !important;
}

.cs_preview_container>div>div .cs-modal:not(.cs-modal-admin) .custom-switch .custom-switch-input:checked+.custom-switch-btn {
    background: #cc929f6e !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;
}
.comments-closed,
.must-log-in {
    display: none;
}