/* 
Theme Name: Eldorado
Theme URI: https://www.haleymarketing.com
Description: Eldorado is a custom theme created by Haley Marketing Group.
Author: Haley Marketing Group
Author URI: https://www.haleymarketing.com
Template: hello-elementor
Version: 4.8
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Do not add styles here - place in style.min.css instead.
*/


.page-banner {
    border-bottom: 5px solid #ff6600;
}

/* HR */
.box {
  text-align: center;
  position: relative;
  width: 100%;
}
.box:after {
  background: linear-gradient(to right, #2f3895 33.3%,#426fb6 33.3%, #426fb6 66.6%,#94bce4 66.6%, #94bce4 66.6%);
  position: absolute;
  content: '';
  height: 10px;
  right: 0;
  left: 0;
  top: 0;
}

/* Page Banner Text */
.scrollto i {
    color: #FFF;
}

/* Accordion bullet fix */
.elementor-tab-content ul, .elementor-tab-content ol, .elementor-text-editor ul, .elementor-text-editor ol {
    padding: 1rem 3rem;
}
.elementor-tab-content .elementor-button-wrapper {
	margin-top: .5rem;
}

/* Two columns */
.specialty-accordions ul, ul.twocol {
    column-count: 2;
	column-gap: 3rem;
}
@media (max-width: 768px) {
	.specialty-accordions ul, ul.twocol {
		column-count: 1;
	}	
}


/* Social Media Icons Fix */
.elementor-hmg-sociallinks ul {
    justify-content: flex-end;
}

/* Header z-index Fix */
.page-banner .elementor-widget-heading {
    z-index: 1 !important;
}

/* Testimonials Padding */
.wpt-testimonial-carousel blockquote.wpt-testimonial {
    padding: 1rem;
}

/* Team Members Sizing */
.elementor-hmg-teamprofiles.columns-three .wpt-teamprofiles-member .wpt-teamprofiles-img-wrapper {
    height: 216px !important;
}
.wpt-teamprofiles-hover-actions.wpt-action-bubble::before {
    right: -160px !important;
    bottom: -160px !important;
}


/* Mobile Header Adjustment */
@media (max-width: 768px) {
	.page-banner h1.elementor-heading-title.elementor-size-default {
		font-size: 2rem !important;
	}	
}

/* Mobile Social Links Adjustment */
@media (max-width: 768px) {
	.elementor-hmg-sociallinks ul {
		justify-content: center !important;
	}
}