/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 19 2026 | 16:38:56 */
.ehf-header #masthead {
    position: absolute;
    width: 100%;
}
.ehf-header header.sticky {
  background: #000;
}
.ehf-header header.sticky .logo img {
    width: 154px;
}
.ehf-header header .headerr .e-con-inner {
    transition: .2s ease;
}
.ehf-header header.sticky .headerr .e-con-inner {
    padding-top: 10px !important;
}
.item-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.item-wrap .item {
    width: 100%;
}
.item-wrap .item.half {
    width: calc(50% - 10px);
}
.item-wrap textarea.wpcf7-form-control {
    height: 120px;
}
.item-wrap .wpcf7-list-item {
    margin: 0 1em 0 0;
}
.item-wrap .item p {
    margin-bottom: 0;
}
input.wpcf7-submit.full {
    width: 100%;
    margin-top: 25px;
    font-weight: 600;
    background-color: var(--e-global-color-3848786);
	border-color: var(--e-global-color-3848786);
    font-size: 16px;
    font-weight: 500;
}
input.wpcf7-submit.full:hover { 
	background-color: #000;	
	border-color: #000;
}
.mt-20 {
	margin-top: 25px;
}
div[data-class="wpcf7cf_group"]:not(.wpcf7cf-hidden) {
    width: 100%;
}
.bounce {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
  animation: bounce 0.5s ease-out infinite alternate;
  text-decoration: none;
}
.bounce:hover {
  opacity: 1;
  cursor: pointer;
}





@keyframes bounce {
  0 {
    top: 0;
    color: #fff;
  }
  100% {
    top: 8px;
    color: #e0e0e0;
  }
}




form.submitting .wpcf7-spinner {
    margin: auto;
    display: table;
    margin-top: -34px;
}

.wpsr-container {
    padding: 0;
}
img.wpsr-ig-post-img {
    border-radius: 10px;
}
.elementor-widget-container a {
    word-wrap: break-word;
}

.item.center {
    text-align: center;
}
.item.center p {
    color: #696969;
}
footer#colophon li.elementor-icon-list-item a span {
    text-decoration: none;
}

.gform-theme--foundation .gform_fields {
    gap: 20px !important;
}

.dual-color-1 .elementor-heading-title b {
    font-family: "Open Sauce One", Sans-serif;
    font-size: 47px;
    font-weight: 400;
    color: var(--e-global-color-2475d77);
}
.dual-color-1 .elementor-heading-title i {
    font-family: "Instrument Serif", Sans-serif;
    font-size: 52px;
    font-style: italic;
    color: #EDBF69;
}
}
















@media (max-width: 767px) {
	.item-wrap .item.half {
		width: 100%;
	}
}