/*
Theme Name: UE
Description: 
Version: 1.0
Author: eSourceteam
Author URI: http://esourceteam.com
Template: enfold
*/

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Typography */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{
	font-family: "Be Vietnam Pro", sans-serif;
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2{
	letter-spacing: -0.05em;
}

/* Header */
.logo{
	padding: 10px 0;
}

/* Footer */
#footer-page .flex_column{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
}
#footer-page .avia-image-container.avia-align-center{
	margin: 0;
}
#nav_menu-2{
	margin: 0;
	padding: 0 40px;
	border-right: 1px solid #D5E2E3;
	border-left: 1px solid #D5E2E3;
}
#footer-page .menu{
	display: flex;
	gap: 20px;
}
#top #footer-page .menu .menu-item{
	border: none;
}
#top #footer-page .menu .menu-item a{
	color: #6D6D6D;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	padding: 30px 0;
}
#footer-copyright{
	width: 100%;
	font-size: 13px;
}
#footer-social-media{
	margin-left: auto;
}
#footer-social-media p{
	display: flex;
	gap: 10px;
	align-items: center;
}
#footer-contact a{
	display: flex;
	gap: 20px;
	color: #6D6D6D;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
#top #footer-page .flex_column:before,
#top #footer-page .flex_column:after{
	display: none;
}
#footer-page .content{
	padding: 20px 0;
}

@media (max-width: 1190px){
	#footer-social-media{
		margin: 0 auto;
	}
}

@media (max-width: 990px){
	#footer-page .flex_column{
		flex-direction: column;
		gap: 20px;
	}
	
	#nav_menu-2{
		border: none;
		margin: 20px 0;
	}
}

@media (max-width: 767px){
	.responsive #top .logo{
		padding: 5px 0;
	}
	#footer-page .menu{
		flex-direction: column;
		gap: 0;
	}
	#top #footer-page .menu .menu-item a{
		padding: 10px 0;
		text-align: center;
	}
}