/*
Theme Name:   Hello Getfused
Description:  Standard template for sites built by Getfused using Elementor.
Author:       Getfused
Author URL:   https://getfused.com
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  HelloGetfused
*/

/* Show wider Edit with Elementor flyout */
.grecaptcha-badge {
	visibility: hidden;
}

.ancr.ancr-wrap {
    background: #b53625;
    color: #fff !important;
    border-radius: 0!important;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0);
}

body .ancr .ancr-content {
    padding-right: 32px;
}

body .slick-item:not(:first-child){
    display: none;
}
body .slick-active.slick-slide.slick-current .slick-item {
    visibility: block;
}


/* Exit notifier */
body .swal2-styled.swal2-confirm {
	background-color: var(--e-global-color-secondary)!important;
	border-width: 1px!important;
}

body .swal2-cancel.swal2-styled {
	border: 2px solid var(--e-global-color-secondary);
    background-color: transparent;
    color: var(--e-global-color-text);
}

body .swal2-cancel.swal2-styled:hover,
body .swal2-cancel.swal2-styled:focus {
	border-color: transparent;
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-d6cea4e);
}

@media only screen and (max-width:480px) {
	.swal2-popup.swal2-modal {
		width: 95%!important;
	}
	
	body .swal2-content,
	body .swal2-header {
		padding: 0;
	}
	
	body .swal2-header .swal2-title {
		font-size: 24px;
	}
	
	body .swal2-content {
		font-size: 14px;
		line-height: 1.3em;
	}
	
	body .swal2-content p:last-child {
		margin: 0;
	}
	
	body .swal2-confirm {
		width: 100%;
		white-space: normal;
	}
	
}


#wp-admin-bar-wpseo-menu,
#wp-admin-bar-gform-forms,
#wp-admin-bar-updates,
#wp-admin-bar-new-content,
#wp-admin-bar-wpengine_adminbar,
#wp-admin-bar-wp-mail-smtp-menu{
	display: none!important;
}

#wpadminbar .quicklinks #wp-admin-bar-elementor_edit_page.menupop.hover ul li .ab-item {
	width: auto !important;
	max-width: 280px;
}

#wpadminbar .quicklinks #wp-admin-bar-elementor_edit_page.menupop.hover ul li .ab-item .elementor-edit-link-title {
	margin-right: 10px;
}