/*
Theme Name: Divi Child Theme
Author: SkyMarketing
Author URI: https://skymarketing.ro/
Template: Divi
Version: Updated for Divi 3+
*/


/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/

.follow-icons{
	display: flex;
	justify-content: space-between;
}

.follow-icons div{
	display: flex;
	align-items: center;
}

.follow-icons div img{
	margin-right: 5px
}

/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/

#header.active{
	background-color: #812F2F!important;
}

#header.active #menu-menu a{
	color: #fff!important;
}

#header.active .mobile_menu_bar::before{
	color: #fff!important;
}

#header svg{
	width: 120px;
	-webkit-transition: width .3s linear;
}



#header.active svg{
	width: 90px
}

#header.active svg path{
	fill: #fff!important;
}

@media(max-width:769px){
	#header .et_pb_row .et_pb_column{
		margin-bottom: 0px!important
	}
	
	.follow-icons{
		display: block;
	}
	
	.follow-icons div{
		padding-bottom: 20px;
	}
}

/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/
