/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     rds
 Version:      1.1.7
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

/* Osano cookies Style */
a.cookie-preferences-link, a.cookie-preferences-link:hover { color: inherit; }

.custom-scheduler-button:before {
	    content: "" !important;
    position: unset !important;
    z-index: unset !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    transform: unset !important;
    transform-origin: unset !important;
    transition-property: unset !important;
    transition-duration: unset !important;
    transition-timing-function: unset !important;
    background-color: #1A5F84;
}

.custom-scheduler-button:before {
	background: transparent !important;
	content: "\f071" !important;
	font-family: 'icomoon' !important;
    speak: never !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased;
	margin-right: 7px;
}

.custom-scheduler-button {
	min-width: unset !important;
}
.custom-scheduler-button-container {
	position:fixed !important;
	bottom: 20px;
	right: 30px;
	z-index: 1099;
}
@media (max-width: 991px) {
	.custom-scheduler-button-container {
	position:fixed !important;
	bottom: 70px;
}
}