/*
Theme Name: Divi Child Theme
Version: 4.0
Description: Basic Child Theme by JoshHall.co
Author: Akhtbot
Template: Divi
Author URL: https://joshhall.co
*/
 
/*------- Theme Customizations------- */
/* 
:root {
    --lp-primary-color: #ffb606;
    --lp-secondary-color: #442e66;
} */

/*------- Import Google Fonts------- */
/* @import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
body.home.page-id-240123 {
	font-family: 'Almarai', sans-serif;
} */

/* Top Header Section */
@media (min-width: 768px) {
	.top-header-section .et_pb_text_inner {
	display: flex;
  }
}

/* Header Nav Section */
.header-nav .et_pb_menu__wrap {
	    justify-content: flex-end;
}

/* Header Tamplate */
.header-nav .et_mobile_nav_menu .mobile_nav.opened #mobile_menu1 {
	margin-top: 12px;
}