/**
Theme Name: Arden Site Child
Author: Arden Logic
Author URI: https://ardenlogic.com/
Description: A custom child theme for Arden websites.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arden-site-child
Template: astra
*/

.inherit-container-width.footer-copyright.wp-block-group.eplus-wrapper.is-layout-constrained.wp-block-group-is-layout-constrained.eplus-styles-uid-d48cf6 {
	padding-top: 0em;
	padding-bottom: 1em;
}



/* Gravity Forms Dropdown */
.uagb-gf-styler__check-style-enabled select, .uagb-gf-styler__check-style-enabled .chosen-single {appearance: auto !important;}

/* smooth scroll */
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html{
    scroll-behavior: auto;
  }
}

/* Images */

.img-hov-op img:hover {
	opacity: 50%;
}

.wp-block-image.size-full {
	margin: 0rem 0 !important;
}
