/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 27 2024 | 13:04:17 */
html body:not(.elementor-editor-active){
	padding-top:109px;
}
body:not(.elementor-editor-active) header.site-header{
	position:fixed;
	top:0;
	width:100%;
	left:0;
	box-shadow: 0px 10px 10px #00000008;
	border-bottom: solid 1px #e2e2e2;
}
body a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

.donate-form-wing h2.main-title{
	 color: #2ab0e5;
}
.form-section input[type=radio]+label{
	background:#fff;
}
.awsm-job-item h2.awsm-job-post-title{
	font-size: 22px;
    text-align: left;
    font-weight: 600;
    opacity: 0.9;
}
.awsm-job-specification-item>[class^=awsm-job-icon-]{
	color: var(--e-global-color-accent)!important;
	margin-right:15px;
}
.awsm-job-more-container{margin-top:10px;color: var(--e-global-color-secondary);text-align: right;opacity: 0.5;}
.ast-single-post .entry-title, .ast-single-post .entry-title a {
    line-height: 1.2;
    font-size: 3rem;
}

.form-section input[type=radio]:checked+label {
    border: solid 1px #50ae31;
    background: #b4ff9c;
}
.donate-form-wing{
	padding-bottom:10px
}
.wingdonor-flow-horizontal{}
.wingdonor-flow-horizontal h2.main-title{
	display:none;
}
.wingdonor-flow-horizontal .donate-form-content button.btn{
	    padding: 6px;
}
.footer-donate-button-continue:hover{
	color:#ccc;
}

.show-on-hover-full{
	position: absolute;
    left: 0;
    /* bottom: 0; */
    background: #52b047ed;
    padding: 10% 20px;
	font-size:15px;
    color: #fff;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease-in;
    bottom: -20px;
}
.hover-description-:hover .show-on-hover-full{
	opacity:1;
	bottom: 0px;
}
.show-on-hover-full p{
	line-height:1.4;
}
.cart-card {
    padding-right: 50px;
}

@media screen and (max-width:800px){
	.ast-builder-button-wrap.ast-builder-button-size-{
		display: block;
		width: 93%;
		text-align: center;
	}
}

@media screen and (min-width:800px){
	html body{
		padding-top:82px;
	}
	.footer-donate-button-continue{
		visibility:hidden!important;
		display:none!important;
	}
	
	section.wingdonor-sticky-bottom-bar{
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	.hover-description .elementor-image-box-description{
		transition: all 0.5s ease-in;
		opacity:0;
	}
	.hover-description:hover .elementor-image-box-description{
		opacity:1;
	}
}  /*  Desktop Media End */