/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

body, h1, h2, h3 {
	font-family: itc-avant-garde-gothic-pro, sans-serif !important;
}

p:not(.has-background):last-of-type {padding-bottom: 1em;}
.entry-content ul {margin-left: 16px;}
.entry-content ul li {margin-bottom: 8px;}

.main-logo {
	position: absolute;
    top: 4px;
	width: 270px;
	z-index: 99999;
}
.main-logo a {display: block;}
.lang-container {
	display: flex;
	flex-direction: column;
	gap: 30px 20px;
	padding: 0 30px;
}
.lang {
	display: flex;
	gap: 30px 20px;
	justify-content: space-around;
}
.lang-list-container {
	display: grid;
  	grid-auto-flow: column;
  	grid-auto-columns: 1fr;
    gap: 15px;
}
.lang-list ul {
	margin-left: 0;
	padding-bottom: 0;
}
.radio-options .frm_radio {margin-bottom: 5px;}

.nav-column .et-menu.nav > li > a {
	font-size: 0;
	padding: 0;
}
.nav-column .et-menu.nav > li > a::after {display: none;} 
.nav-column .et-menu.nav > li > a::before {
	color: #601169 !important;
	content: "a";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
	    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
}

.contact-top {
	width: 100%;
	display: flex;
	text-align: right;
	gap: 1rem;
	justify-content: end;
}
.contact-top a {
	color: #fff;
	font-size: 14px;
}
.contact-top a.contact-phone {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
}
.contact-top a.contact-phone::before {
	display: block;
	width: 16px;
	height: 16px;
	content: '';
	background: url('/wp-content/uploads/2023/07/icon-phone.svg') no-repeat;
	background-size: 16px 16px; 
}
.contact-top a.contact-email {
	position: relative;
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
}
.contact-top a.contact-email::before {
	display: block;
	width: 16px;
	height: 16px;
	content: '';
	background: url('/wp-content/uploads/2023/07/icon-email.svg') no-repeat;
	background-size: 16px 16px; 
}

@media (max-width: 1100px) {
	.main-logo {
		position: absolute;
    	top: 10px;
		width: 200px;
	}
}


@media (max-width: 980px) {
	.main-logo {
		position: relative;
    	top: 0;
		width: 140px;
	}
	.nav-column {position: absolute !important;}
	.nav-column .et_pb_menu_0 .mobile_nav .mobile_menu_bar:before {
		color: #601169 !important;
	}
	.contact-top {
		display: flex;
		text-align: left;
		justify-content: start;
	}
	.main-top-nav {
		position: absolute;
	    top: 17px;
	    right: 30px;
	}
}

@media (max-width: 767px) {
	.lang {
		display: flex;
		gap: 10px 20px;
		flex-direction: column;
	}
	.lang-list-container {
		grid-auto-flow: row;
		gap: 0;
	}
	.main-top-nav {
    	top: 30px;
	}
	.contact-top {
		width: 100%;
		display: flex;
		flex-direction: column;
		text-align: right;
		gap: 0;
		justify-content: center;
	}
}