/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */




.elementor-widget-n-accordion .e-n-accordion-item-title-header h4 { 
	font-size:18px!important; 
} #elementor-popup-modal-9445 .elementor-message.elementor-message-danger:before,#elementor-popup-modal-9682 .elementor-message.elementor-message-danger:before,.product_meta{ 
	display:none 
}
#elementor-popup-modal-9445 .elementor-message.elementor-message-danger, #elementor-popup-modal-9682 .elementor-message.elementor-message-danger{ color:#409e26!important 
} 

.aba-flex-btn .elementor-widget-container{
display: flex;
    flex-direction: row;
    gap: 40px;
}



/* Base Button */
.training-btn{
    display:flex;
    align-items:center;
    gap:16px;
    width:250px;
    padding:13px;
    border-radius:10px;
    text-decoration:none;
    color:#fff;
    transition:.3s ease;
}

.training-btn:hover{
    transform:translateY(-4px);
}

.hero-right-box {
	    box-shadow: 1px 2px 10px 2px #0000002b;
}

/* Icon */
.training-btn .btn-icon{
    width:50px;
    height:50px;
    border-radius:10px;
    background:rgba(255,255,255,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.training-btn .btn-icon svg{
    color:#fff;
}

/* Content */
.training-btn .btn-content{
    display:flex;
    flex-direction:column;
}

.training-btn .btn-title{
    font-size:22px;
    font-weight:700;
    line-height:1;
    letter-spacing:.5px;
}

.training-btn .btn-subtitle{
    margin-top:6px;
    font-size:14px;
    font-weight:400;
    opacity:.95;
}

/* Remote */
.remote-btn{
    background:linear-gradient(135deg,#ffab31 0%,#f3a83b 100%);
}

.remote-btn:hover{
	color:#FFF;
    box-shadow:0 18px 36px rgba(255,153,0,.35);
}

/* In Person */
.inperson-btn{
    background:linear-gradient(135deg,#ce5454 0%,#c94848 100%);
}

.inperson-btn:hover{
		color:#FFF;

    box-shadow:0 18px 36px rgba(255,88,88,.35);
}


@media (max-width:768px) { 
	.elementor-widget-n-accordion .e-n-accordion-item-title-header h4 { font-size: 16px !important; 
	} 
.aba-flex-btn .elementor-widget-container{
	display: flex;
    flex-direction: column;
    gap: 10px
	}
	.training-btn {
  	padding: 12px; width: 250px;
	}
.training-btn .btn-title {
	font-size: 20px!important;
	}
	.author_box_1 .elementor-author-box{
		text-align: center;
    display: block;
	}
	
	
}

