/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 29 2023 | 09:26:42 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 06 2022 | 11:29:21 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 23:24:10 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 23:23:35 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 17:29:53 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 17:28:30 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 17:00:08 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 13:33:22 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 13:19:55 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 12:28:15 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 12:26:26 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 12:23:32 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 11:34:24 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 11:32:04 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2022 | 00:33:05 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2022 | 00:29:44 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 11 2022 | 09:11:32 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2022 | 13:27:16 */
.entry-content {
    max-width: 75rem;
    margin: 0 auto;
}

.bcontent {
    overflow: hidden !important;
}

.wp-block-embed, .wp-block-image {
    margin: 0 auto !important;
}

.slickInner a {
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: 10px;
}

.slickInner a img {
    margin: 0 auto;
    padding: 0px !important;
}

.prevBtn, .nextBtn {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}

.prevBtn img, .nextBtn img {
    width: 30px;
    padding: 0px !important;
}

.nextBtn {
    right: -40px;
}

.sliderMain {
    position: relative;
}

.prevBtn {
    left: -40px;
}

.slickInner a p {
    margin: 0px !important;
}

.slickInner a:hover {
    background: #3ca4d7;
}

@media (max-width: 900px) {
    .nextBtn {
        right: 0;
    }

    .prevBtn {
        left: 0;
    }

    .eventsInner {
        display: block;
    }

    .eventsInner .thumb {
        width: 30%;
    }

    .eventsInner .eventsDesc {
        padding: 0px 20px 10px 20px;
		width: 95%;
    }
}

.memberTaxonomy {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: 0.3s all ease;
    background: white;
}

.memberTaxonomy .imageBox {
    width: 15%;
    height: 180px;
    display: flex;
    border-right: 1px solid #efefef;
    align-items: center;
    padding: 20px;
    justify-content: center;
}

.memberTaxonomy .imageBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.memberTaxonomy:hover {
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    transition: 0.3s all ease;
}

.detailsBox {
    padding: 0px 30px;
    width: 80%;
}

.detailsBox .taxonomyName {
    color: #f8c310;
}

.imageBox a {
    height: 100%;
}

.eventsInner {
    display: flex;
    background: white;
    /*align-items: center;*/
    margin-bottom: 40px;
}

.eventsInner .eventsDesc {
    padding-left: 30px;
    height: 100%;
	width: 70%;
}

.eventsInner .thumb {
    width: 30%;
    height: auto;
}

.eventsInner .thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.eventsInner:hover {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.10);
    transition: 0.3s all ease;
}

.eventsDesc .date {
    color: #f8c327;
}

.flex-direction-nav a {
    padding-top: 10px !important;
    top: 60% !important;
}

.wp-block-file a {
    color: #f8c310;
}

.wp-block-file a:hover {
    color: #407bd5;
}

ul.ulBox{
padding: 0px;
margin: 0px;
}

ul.ulBox > li {
	display: inline-flex;
    padding: 0px;
    list-style: none;
    text-align: center;
    align-items: center;
    
    /* float: left; */
    margin-right:10px;
	
    cursor: pointer;    
    padding: 0;
    list-style: none;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    
    color: white;
    height: 250px;
    margin-bottom:20px;
    width: 100%;
    background-size: cover;
    background-image: url('https://www.easa-alliance.org/wp-content/uploads/2022/04/bg-boxlink1.png');
}

ul.ulBox > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.ulBox a {
    color: white;
    text-decoration: none;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    flex-direction: column;
}

ul.ulBox > li:hover {
    box-shadow: 0px 3px 10px rgb(0 0 0 / 60%);
    transition: 0.3s all ease;
	border-style: solid;
    border-width: 6px;
    border-color: #F8C310;
}

ul.ulBox > li {
    font-size: 25px;
    line-height: 1.3;
    padding: 10px;
}

ul.ulBox > li > ul > li {
    font-size: 14px;
    line-height: 1.2;
margin-top: 10px;}

ul.ulBox > li p{
	font-size: 14px;
}
@media (max-width: 900px) {
    .entry-content .ulBox {
        width: 100% !important;
    }
}
.ulBox:hover > li {
   /* background-image: url('https://www.easa-alliance.org/wp-content/uploads/2022/04/bg-boxlink2.png');
    background-size: cover;*/
	
}

@media (max-width: 768px) {
	.eventsInner{flex-direction: column;}	
	.eventsInner .thumb{width:100%;}
	.eventsInner .eventsDesc{width:100%;}
}
li.btn-video {
    display: flex;
    margin-top: 20px !important;
    list-style: none;
}

li.btn-video img.thumb-video {
    width: 100px !important;
    height: 100px !important;
    margin-right: 10px;
    border-radius: 100px;
    object-fit: cover;
}

a.wp-block-button__link {
    background: #0090D4;
    color: #fff;
    padding: 12px 24px;
    font-size: 18px;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    display: inline-block;
    border-radius: 0px !important;
}
a.colorbox-load:hover img.thumb-video {
   transform: scale(1.1);
    border-radius: 100px;
    transition: 0.3s all ease
}
.story-time p {
    font-size: 40px !important;
    font-weight: 900 !important;
    line-height: 0.5 !important;
    color: #1b509f !important;
}
img.thumb-mask {
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url('https://www.easa-alliance.org/wp-content/uploads/2022/05/play-1.png');
    width: 30px;
    height: 30px;
    background-size: cover;
    transform: translate(-50%, -50%);
}

a.colorbox-load.init-colorbox-load-processed {
    position: relative;
}

@media only screen and (min-width: 200px) and (max-width: 768px){
	ul.ulBox{
		margin: auto 0px;
    	text-align: center;
		}
	ul.ulBox > li {
	width: 85% !important;
	
}

}

@media only screen and (min-width: 769px) and (max-width: 992px){
	ul.ulBox{
		padding: 20px;}
	ul.ulBox > li {
	width: 45.5% !important;
}
}

@media only screen and (min-width: 993px) and (max-width: 1200px){
	ul.ulBox{
		padding: 20px;}
	ul.ulBox > li {
	width: 30% !important;
	}
}

@media only screen and (min-width: 1201px){
	ul.ulBox > li {
	width: 21.5% !important;
}
}