/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1759652771
Updated: 2025-10-05 08:26:11

*/
table td, table th {
    border: 1px solid hsl(0deg 0% 50% / 11%);
    line-height: 1.3;
    padding: 10px 15px;
    vertical-align: top;
}
table {
    font-size: 1em;
}
ul {
    margin-bottom: 1em;
}
.tit-vitri {
    text-shadow: rgb(64 64 64) 1px 2px 3px;
}
.elementor-field-option label {
    color: white !important;
}
h3 {
    font-size: 18px;
}
a#popop {
    cursor: pointer;
}

div#metu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999999;
    display: none;
}
div#metu .mmt-container.mmt-container-full {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2147483646;
    pointer-events: none;
    box-sizing: border-box;
}
#metu .mmt-app {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #008272;
    opacity: 1;
    color: rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
}
#metu .mmt-menu-item:not(:first-child) {
    border-left: 1px solid hsla(0,0%,100%,.2);
}
#metu .mmt-app {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 56px;
    transition: all .24s;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
#metu .mmt-menu__item {
display: flex;
    pointer-events: auto;
    flex: 1 1;
    border-left: 1px solid hsla(0,0%,100%,.2);
    justify-content: center;
}
#metu .mmt-button {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 0 7.5px;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    height: 60px;
    justify-content: center;
    margin: 0!important;
    flex-direction: column;
    flex: 1 1;
}
#metu .mmt-button__icon--motion {
    animation: tada 1.2s infinite;
}
#metu .mmt-button__icon {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 4px;
}
#metu .mmt-button__label {
    font-size: 13px;
    line-height: 13px;
    max-height: 26px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	letter-spacing: -1px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	div#metu {
		display: block;
	}

}