/*
Theme Name: Hello Elementor Child
Theme URI: https://welldesignstudio.com/
Description: Child theme of Hello Elementor, by Well Design Studio
Author: Well Design Studio
Author URI: https://welldesignstudio.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


.page-id-6539 .ea11y-widget-button--open-widget.ea11y-widget-open-button--icon.ea11y-widget-open-button--large {

    margin-right: 100px !important;
}
/* Elementor Sub Menu Styling */

/* Reset ALL sub-items */
.elementor-nav-menu--dropdown .elementor-sub-item {
    border-radius: 0 !important;
	border: none !important;
}

/* First sub-item only */
.elementor-nav-menu--dropdown li:first-child > .elementor-sub-item {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

/* Last sub-item only */
.elementor-nav-menu--dropdown li:last-child > .elementor-sub-item {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.elementor-sub-item {
	font-weight: bold !important;
}

.elementor-nav-menu .sub-arrow {
    padding: 3px 0px 0px 5px !important;
}

/* Font Smoothing */
{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased;
}

body {
  overflow-x: hidden;
}

/* List Styles */
body ul, body ol {
  margin-top: 0;
}

/* Force hyperlinks inline - icon list widget */
.elementor-icon-list-item a {
  white-space: normal !important;
  display: inline !important;
}


/* Hover animation for buttons */
a.elementor-button {
  display: inline-block;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  will-change: transform;
}

a.elementor-button:hover {
  transform: scale(1.05) rotate(-1deg);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

/* Elementor Widget Defaults */
.elementor-widget-text-editor a, .elementor-widget-text-editor a:hover,
.elementor-widget-container p a, .elementor-widget-container p a:hover {
  color: inherit;
}

.elementor-widget-divider .elementor-divider,
.elementor-widget-spacer,
.elementor-widget-divider {
  margin-bottom: 0 !important;
  overflow: hidden;
}

.elementor-widget-icon {
  line-height: 1em;
}

.elementor-widget p:last-child {
  margin: 10;
}

.elementor-widget-heading h1 {
  padding-bottom: 5px;
}

.elementor-widget-heading h2 {
  padding-bottom: 5px;
}

.elementor-widget-heading h3 {
  padding-bottom: 5px;
}

.elementor-widget-heading h4 {
  padding-bottom: 5px;
}

.elementor-widget-heading h5 {
  padding-bottom: 5px;
}

.elementor-widget-heading h6 {
  padding-bottom: 5px;
}

.elementor-widget-wrap > aside.elementor-section {
  width: auto;
}

.elementor-widget-nav-menu li.menu-item > a.elementor-item > span.hidden {
  display: none;
}

.elementor a, .elementor a:hover {
  color: unset;
}

/* Video Banners */
.elementor-background-video-container iframe {
  opacity: 1;
  animation: fadeInOpacity 2s ease-in 1;
}

@keyframes fadeInOpacity {
  0%, 80% { opacity: 0; }
  100% { opacity: 1; }
}

/* Apply an underline effect to all links within paragraphs. */
p a{
  text-decoration: underline !important;
}

/* Blackbaud form styling */
#blackbaud-donation-form_39407c2d-048b-45d3-b092-347c7b6c5963 iframe {
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
}

/* Elementor counter title styles */
.elementor-counter-title {
    line-height: 1.6em !important;
    padding-top: 10px !important;
    text-align: center !important;
}

/* Footer Styles */
/* (Define footer styles here) */

/* Miscellaneous Styles */
/* (Define miscellaneous styles here) */

/*Add padding between highlighted text and highlight for animated headlines
.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
    padding-bottom: 10px !important;
	padding-top: 10px !important;
}*/

