/*
General Style - Available on all screens starting from smallest mobile
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */


/* ==================
 * Elementor Button 
 * ==================*/

/* Blue Button */
.elementor-element.elementor-button-info .elementor-button {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: black;
    letter-spacing: 0.04em;
    text-transform: uppercase;
	border-top: 2px solid #62D3DF;
	border-bottom: 2px solid #249DAA;
	border-radius: 10px;
}

#primary  .elementor-element.elementor-button-info .elementor-button {
	background-color: #16BECF;
}

/* Orange Button */
.elementor-element.elementor-button-warning .elementor-button {
	
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: black;
    letter-spacing: 0.04em;
    text-transform: uppercase;
	border-top: 2px solid #F69E6A;
    border-bottom: 2px solid #C26128;
    border-radius: 10px;
}

#primary .elementor-element.elementor-button-warning .elementor-button { 
	background-color: #F27932;
}

/* Purple */
.elementor-element.elementor-button-danger .elementor-button {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: white;
    letter-spacing: 0.04em;
    text-transform: uppercase;
	background-color: var(--color-tertiary)!important;
	border-top: 2px solid var(--color-tertiary-tint-1);
	border-bottom: 2px solid var(--color-tertiary-dark-2);
	border-radius: 10px;
}


.site-main .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

/* ==================
 * Elementor Accordion
 * ==================*/

.elementor-accordion-title {
	width:100%;
}

.purple-accordion.elementor-element .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-bottom-color: transparent !important;
    background-color: var(--color-primary);
    background: #662D91;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    color: white;
	display: flex;
}


.purple-accordion .elementor-accordion-item .custom-accordion-title__image img { 
	border:none;
}


.purple-accordion .custom-accordion-tittle__header {
    font-size: 21px;
}

.elementor-element .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-bottom-color: transparent !important;
    background-color: var(--color-primary);
    background: #16BECF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    color: white;
	display: flex;
}

.elementor-element .elementor-accordion .elementor-accordion-item .elementor-tab-title {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
	margin: 10px 0;
}
	

.elementor-accordion .elementor-accordion-item .elementor-tab-content {
    border-top-color: transparent !important;
}

.elementor-accordion .elementor-tab-title { 
	padding: 20px;	
	font-size: 18px;
}

.elementor-accordion .elementor-tab-title span {
	display: none;
}

.elementor-accordion .elementor-tab-title a{
	position: relative;
}

/* Accordion custom title with Image */
.custom-accordion-title {
	display: flex;
	margin-left: 10px;
    padding-left: 15px;
    border-left: 2px solid #D4DADD;
	justify-content: space-between;
}

.custom-accordion-title__info p {
	margin: 0;
}

.custom-accordion-tittle__header {
	font-weight: 700;
    line-height: 1;
    font-size: 21px;
}

.custom-accordion-title__image {
min-width: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}

.elementor-accordion-item .custom-accordion-title__image img {
	height: auto;
    width: auto;
    max-height: 120px;
    float: right;
    border: 2px solid black;
}

.custom-accordion-tittle__read-more {
	font-weight: bold;
    letter-spacing: 0.5px;
    text-decoration: underline;
}

.elementor-active .custom-accordion-tittle__read-more { 
	display: none;
}



/* Popup */
.avenor-event-banner__image {
	flex-direction: row;
    justify-content: end;
}

.avenor-event-banner__image img {
	height:100%;
}



/*
Landscape Phones- 480px and up 
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 480px) { 
	
	
	
}

/*
Portrait Tablets- 768px and up 
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 768px) {	
	/*.elementor-top-section {
		padding-left: 1%;
		padding-right: 1%;
	} */
	
	.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title:before { 
		top: -5px;
	}
	
	.elementor-accordion .elementor-tab-title .elementor-accordion-title:before { 
		top: -5px;
	}
	
	.has-flex-tab .elementor-active.elementor-tab-content {
		display: flex !important;
	}
	
	.has-flex-tab .accordion-image{
		min-width: 300px;
		margin: auto;
	}
	
	.elementor-accordion .elementor-tab-title span {
	display: block;
    font-family: Calibri;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
	}
	
	
	
.custom-accordion-title__info p {
	margin: 0 0 10px;
}
	.purple-accordion .custom-accordion-tittle__header {
    font-size: 30px;
}
	
}

/*
Landscape Tablets- 992px and up 
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 992px)  {
	
	

	
}





/*
Laptops and Desktops - 1200px and up 
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 1200px)  {
	
	
	
}



/* ============================ CUSTOM CSS RULES THAT DO NOT FIT THE MEDIA QUERIES ABOVE */

/*
Portrait Tablets- 768px and down
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (max-width: 768px) {	
	.elementor-top-section:not(.elementor-section-full_width) {
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.elementor-top-section { 
	/*overflow-x :hidden;*/
}
	
	.custom-accordion-tittle__excerpt {
		line-height: 1.2;
    	font-size: 14px;
	}
	
	.custom-accordion-title__info p.custom-accordion-tittle__header {
		margin-bottom: 5px;
	}
	
	
}