/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2024 | 14:34:44 */
/* ================================= */
/* ============ default ============ */
/* ================================= */
/* --- reset Elementor --- */
.elementor-column {
    min-height: 0;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0;
}

.elementor-button-icon {
    display: flex;
    align-items: center;
}

.elementor-menu-toggle:focus {
    outline: none;
}

.elementor hr {
    margin: 1.5em 0 1.5em 0;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 0 0 0;
}

.elementor-widget-image .elementor-widget-container {
    overflow: hidden;
}

[type=button]:focus,
[type=submit]:focus, button:focus {
    outline: none !important;
}

/* --- reset Crocoblock --- */
.jet-listing-grid__items {
    margin: 0;
    width: 100%;
}

.jet-listing-grid__item {
    padding: 0;
}

.jet-listing-dynamic-link__icon {
    line-height: 0 !important;
}

    /* remove margin on images with border in LG sliders */
.jet-listing-grid__slider .slick-slide .elementor-widget-image .elementor-widget-container a {
    vertical-align: top;
}
    
    /* Attach files in forms */
.jet-engine-file-upload__content {
    min-height: 0;
    min-width: 0;
}

    /* section flex columns */
.section.flex {
    display: flex !important;
}   

.section.flex.end {
    justify-content: flex-end !important;
}  

.section.flex > .elementor-column-gap-default {
    margin: 0 !important;
}   

    /* Slider dots */
.jet-listing-grid__slider .jet-slick-dots {
    margin: 25px 0;
    padding: 0;
}

/* --- global styles --- */
*::selection {
    background-color: rgba(129, 207, 187, .7);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p:last-child {
    margin-bottom: 0;
}

a:focus {
    outline: none !important;
}

ul {
    margin-bottom: .9em;
    padding: 0 0 0 50px;
    list-style-type: none;
}

ul li {
    margin-bottom: .25em;
}

.text-editor .elementor-widget-container ul li:before,
.elementor-widget-text-editor ul li:before {
    content: "→";
    position: absolute;
    top: 0;
    left: -28px;
    font-weight: 500;
    color: var( --e-global-color-primary );
}

/* --- button --- */
.button.align-left .elementor-button-text {
	text-align: left;
}

/* --- text-editor --- */
.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4,
.text-editor h5,
.text-editor h6 {
    font-weight: 400 !important;
}

.text-editor h1,
.text-editor h2 {
    margin-top: 1.3em;
    margin-bottom: .7em;
}

.text-editor h3 {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.text-editor h4,
.text-editor h5,
.text-editor h6 {
    margin-top: 1.6em;
    margin-bottom: 1.3em;
}

.text-editor h4 {
    font-style: normal;
}

.text-editor h1:first-child,
.text-editor h2:first-child,
.text-editor h3:first-child,
.text-editor h4:first-child,
.text-editor h5:first-child,
.text-editor h6:first-child {
    margin-top: 0;
}

.text-editor .elementor-widget-container ul li,
.elementor-widget-text-editor ul li {
    position: relative;
}

/* --- wp-block --- */
.wp-block-group__inner-container,
.wp-block-embed__wrapper {
    margin: 0;   
}

.wp-block-button {
    margin: 1em 0 2em 0 !important;
}

.wp-block-button .wp-block-button__link {
    padding: 13px 50px;
    font-family: "Sora", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    color: #ffffff;
    text-decoration: none;
    background-color: var( --e-global-color-accent ) !important;
    border-radius: 30px;
    transition: all .3s ease;
}

.wp-block-button .wp-block-button__link:hover {
    background-color: #2035AB !important;
}

.wp-block-button .wp-block-button__link strong {
    font-weight: 500;
}

.wp-block-gallery {
    margin: 0;
}

.wp-block-social-links {
    margin: 0;
}

.wp-block-quote {
    margin: 40px 0 50px 12%;
    padding: 0 12% 0 20px;
    font-size: 23px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6em;
    border-left: 1px solid var( --e-global-color-primary );
}

.wp-block-media-text .wp-block-media-text__content {
    line-height: 3em;
    word-break: initial;
}

.wp-block-table {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin-top: 1.5em;
}

/* --- list-icon-top --- */
.list-icon-top .elementor-icon-list-item {
    align-items: flex-start;
}

.list-icon-top .elementor-icon-list-item .elementor-icon-list-icon {
    margin-top: 4px;
}

/* --- dot-title --- */
.dot-title h1,
.dot-title h2 {
	position: relative;
}

.dot-title h1:after,
.dot-title h2:after {
    content: ".";
    font-family: Georgia, "Times", "Times New Roman", serif;
}

.dot-title h1:after {
    bottom: 7px;
    font-size: 58px;
}

.dot-title h2:after {
    bottom: 4px;
    font-size: 42px;
}

.dot-title.white *:after {
    color: white;
}

.dot-title.green *:after {
    color: var( --e-global-color-primary );
}

/* --- form --- */
.wpcf7-form p {
    margin-bottom: 20px;
	font-size: 1rem;
	font-weight: 600;
}

.wpcf7-form p .wpcf7-form-control-wrap {
	display: block;
	margin-top: 7px;
}

.wpcf7-form p .wpcf7-form-control-wrap label {
	line-height: 1.3em;
}

.wpcf7-form p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	margin-top: 7px;
	font-size: 14px;
}

.wpcf7-form p .wpcf7-form-control-wrap .wpcf7-list-item {
	margin: 0;
}

.wpcf7-form p .wpcf7-form-control-wrap .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
}

.wpcf7-form p .wpcf7-form-control-wrap .wpcf7-list-item label input {
	margin-top: 4px;
}

.wpcf7-form p .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label {
	padding-left: 10px;
	font-weight: normal;
}

.wpcf7-form p .wpcf7-submit {
	padding: 18px 40px 18px 40px;
    font-family: "Sora", Sans-serif;
	font-size: 18px;
	color: #fff;
	border: 0;
	border-radius: 35px;
	background-color: var( --e-global-color-accent );
}

.wpcf7-form p .wpcf7-submit:hover {
	background-color: var( --e-global-color-5ce0dc6 );
}

.wpcf7 form .wpcf7-response-output {
	margin: 30px 0 0 0;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.3em;
}

/* --- tablepress --- */
.tablepress thead th {
    background-color: var( --e-global-color-0e05db1 ) !important;
}

.tablepress caption+thead tr:first-child th {
    border-top: none;
}

.col-left-title .tablepress tbody tr:first-child td{
    vertical-align: middle;
    font-weight: bold;
    background-color: #e7e7e7;
}

/* --- toc --- */
.toc {
    position: sticky;
    top: 0;
}

.toc .elementor-toc__header {
    padding-left: 22px;
    margin-bottom: 15px;
}

.toc .elementor-toc__list-item-text {
    display: block;
    position: relative;
    padding: 2px 0 2px 22px;
}

.toc .elementor-toc__list-item-text-wrapper i {
    margin-right: 0;
}

.toc .elementor-toc__list-item:first-child .elementor-toc__list-item-text {
    padding-top: 0;
}

.toc .elementor-toc__list-item:last-child .elementor-toc__list-item-text {
    padding-bottom: 0;
}

.toc .elementor-item-active:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    width: 15px;
    height: 2px;
    background-color: var( --e-global-color-primary );
}

.toc-content-column .h2 .elementor-menu-anchor {
    display: block;
    margin-bottom: 20px;
    height: 100px;
}

/* ============================================== */
/* ================== Navigation ================ */
/* ============================================== */
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.navigation .display-block .elementor-element-populated {
	display: block !important;
	vertical-align: top;
}

.navigation .display-block .elementor-element-populated > * {
	display: inline-block;
}

.navigation .float-left {	
	float: left;
}

.navigation .float-right {
	float: right;
}

.navigation .change-website .elementor-button {
	height: 110px;
}

.navigation .menu .menu-item .elementor-item { /* Define horizontal space between menu items here, not in Elementor panel */
	padding-right: 11px !important;
	padding-left: 11px !important;
}

.navigation .menu .elementor-widget-container > .elementor-nav-menu--dropdown {
	position: absolute;
	right: 0;
	width: 360px;
}

.navigation .menu .elementor-nav-menu > li > .elementor-nav-menu--dropdown { /* Dropdown on desktop only */
	padding: 0 30px 10px 20px;
}

/* ================================= */
/* ============== home ============= */
/* ================================= */
.home .introduction .text .secondary .elementor-container {
    display: block;
}

.home .introduction .text .secondary .elementor-container .column {
    width: 100%;
}

/* ================================= */
/* ========== application ========== */
/* ================================= */
.study-programme .arrow .elementor-widget-container {
    position: relative;
}

.study-programme .arrow .elementor-widget-container:after {
    content: "";
    position: absolute;
    top: -12px;
    right: -64px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent var( --e-global-color-f590e56 );
    border-width: 32px;
}

/* ================================= */
/* ============ footer ============= */
/* ================================= */
.footer .logo .elementor-container {
    height: 100%;
    align-items: center;
}

.footer .copyright a {
    letter-spacing: 0;
    color: white;
    box-shadow: none;
}

.footer .copyright a:hover,
.footer .copyright a:active {
    color: var( --e-global-color-primary );
    background-color: transparent;
}

/* ================================= */
/* ============= news ============== */
/* ================================= */
.news-item {
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
}

.news-item:hover {
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
}

/* ================================= */
/* ========= width < 1200px ======== */
/* ================================= */    
@media (max-width: 1199px) {	
	.navigation .main-logo {
		width: 160px !important;
	}
	
	.navigation .main-logo .elementor-widget-container {
		padding-top: 40px !important;
		padding-bottom: 38px !important;
	}
	
	.navigation .menu .elementor-widget-container {
		padding-top: 33px !important;		
		padding-bottom: 29px !important;
	}
	
	.navigation .menu .menu-item .elementor-item {
		font-size: 13px !important;
		padding-right: 7px !important;
		padding-left: 7px !important;
	}
	
	.navigation .menu .menu-item:first-child .elementor-item {
		padding-left: 0 !important;
	}
	
	.navigation .menu .menu-item:last-child .elementor-item {
		padding-right: 0 !important;
	}
}

/* ========================================================= */
/* =================== Desktop > 1024px ==================== */
/* ========================================================= */
@media screen and (min-width: 1025px) {
	.post-type-archive-news .navigation .menu .elementor-widget-container > [class*="elementor-nav-menu"] > .elementor-nav-menu > .menu-item-79 .elementor-item:after,
	.single-news .navigation .menu .elementor-widget-container > [class*="elementor-nav-menu"] > .elementor-nav-menu > .menu-item-79 .elementor-item:after { /* Fix the pointer on news top menu */
		opacity: 1;
	}
}

/* ================================= */
/* ==== Tablet width < 1025px ===== */
/* ================================= */    
@media (max-width: 1024px) {
    .wp-block-gallery {
        margin: 0;
    }
    
    .wp-block-media-text .wp-block-media-text__content {
        line-height: 2.5em;
    }

    .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
        font-size: 1.75em;
    }

	.navigation .menu .elementor-widget-container {
		padding-top: 29px !important;
	}

	.navigation .menu .menu-item .elementor-item,
	.navigation .menu .menu-item .elementor-sub-item {
		font-size: 18px !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		line-height: 1.4em;
	}	
	
    .menu .elementor-widget-container > .elementor-nav-menu--dropdown {
        padding: 0 30px 30px 30px;
    }
    
    .menu .elementor-widget-container > .elementor-nav-menu--dropdown,
    .menu .elementor-widget-container > .elementor-nav-menu--dropdown  .elementor-nav-menu--dropdown {
        background-color: var( --e-global-color-e4c2208 ) !important;
    }
    
    .menu .elementor-nav-menu--dropdown .elementor-nav-menu--dropdown {
        margin: 0 0 0 40px;
        padding: 0 30px;
        border-left: 1px solid rgba(255, 255, 255, .5);
    }

    .home .header .elementor-column .elementor-widget-wrap {
        align-content: center;
        align-items: center;
    }
    
    .home .introduction .text .secondary .elementor-container {
        display: flex;
    }
    
    .home .introduction .text .secondary .elementor-container .column {
        width: 50%;
    }
}

/* ================================= */
/* === width < 950px and > 767px === */
/* ================================= */
@media (max-width: 949px) and (min-width: 768px) {
    .study-programme .degree .elementor-widget-container {
        padding: 60px 0 !important;
    }
}

/* ================================= */
/* === width < 850px and < 767px === */
/* ================================= */
@media (max-width: 849px) and (min-width: 768px)  {
    .study-programme .degree .elementor-widget-container {
        padding: 50px 0 !important;
    }
}

/* ========================================================= */
/* =========== Desktop and tablet height < 900 px ========== */
/* ========================================================= */
@media screen and (min-width: 768px) and (max-height: 899px) {
	.home .header,
	.home .header > .elementor-container {
		height: auto;
    }
	
	.home .header {
		padding-bottom: 30px !important;
	}
	
	.home .header > .elementor-container .elementor-column .elementor-widget-wrap {
		padding-top: 130px;		
    }
	
	.home .header > .elementor-container .elementor-column .elementor-widget-wrap .main-title .elementor-widget-container {
		margin-top: 0px;		
    }
	
	.home .header > .elementor-container .elementor-column .elementor-widget-wrap .slip{
		display: none;		
    }
}

/* ================================= */
/* ========= width < 767px ========= */
/* ================================= */
@media (max-width: 767px) {
	.navigation  .display-block .elementor-element-populated .website-type {
		display: none;
	}

	.navigation .menu .elementor-widget-container > .elementor-nav-menu--dropdown {
		position: fixed;
		left: 0;
		width: auto;
	}
	
	.navigation .menu .elementor-widget-container > .elementor-nav-menu--dropdown {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.home .introduction .text .secondary .elementor-container .column {
        width: 100%;
    }
    
    .dot-title h1:after {
        right: -19px;
        bottom: 5px;
        font-size: 50px;
    }

    .dot-title h2:after {
        right: -13px;
        bottom: 4px;
        font-size: 38px;
    }
    
    .legend li {
        padding: 10px 0;
    }
    
    .toc-content-column .h2 .elementor-menu-anchor {
        display: none;
    }
}

/* ================================= */
/* ========= width < 414px ========= */
/* ================================= */
@media (max-width: 413px) {

	.navigation .menu .elementor-widget-container > .elementor-nav-menu--dropdown {
		max-height: 80vh;
	}
	
    .home .header .main-title .elementor-heading-title {
        font-size: 35px !important;
    }

    .home .header .sec-title .elementor-widget-container {
        font-size: 15px !important;
    }

    .home .apply .elementor-widget-container {
        margin-top: 20px !important;
    }
    
    .home .slip {
        bottom: 20px !important;
    }
}

/* ========================================================= */
/* ================ Mobile: max-width 374px ================ */
/* ========================================================= */
@media screen and (max-width: 374px) {
	.navigation .main-logo {
		width: 140px !important;
	}
}