/*

Theme Name: Divi Child Theme

Theme URI: https://divireadythemes.com/

Description: Divi Child Theme

Author: Divi Ready Themes

Author URI: https://divireadythemes.com/

Template: Divi

Version: Updated for Divi 3+

*/

body
	#mega-menu-wrap-main-menu
	#mega-menu-main-menu
	> li.mega-menu-item
	> a.mega-menu-link {
	font-weight: 500;
	font-family: "Poppins";
}

body
	#mega-menu-wrap-main-menu
	#mega-menu-main-menu
	> li.mega-menu-item
	> a.mega-menu-link:hover {
	font-weight: 500;
}
body
	#mega-menu-wrap-main-menu
	#mega-menu-main-menu
	> li.mega-menu-item.support-btn
	> a.mega-menu-link {
	border: 3px solid #ffdf1b;
	padding: 2px 20px;
	height: 48px;
	display: inline-flex;
	border-radius: 3px;
	background-color: #ffdf1b;
	color: #000 !important;
	font-weight: bold !important;
	font-size: 16px !important;
}
body
	#mega-menu-wrap-main-menu
	#mega-menu-main-menu
	> li.mega-menu-item.support-btn
	> a.mega-menu-link:hover {
	border: 3px solid #ffdf1b;
	color: #ffdf1b !important;
	background-color: transparent !important;
	opacity: 1;
	transition: all 0.5s;
}
body
	#mega-menu-wrap-main-menu
	#mega-menu-main-menu
	> li.mega-menu-item.support-btn {
	margin-left: 15px;
}
body
	#mega-menu-wrap-main-menu
	#mega-menu-main-menu
	> li.mega-menu-megamenu
	> ul.mega-sub-menu {
	top: 80px;
}
body .mega-menu-wrap ul.mega-sub-menu {
	padding-top: 10px !important;
	padding-bottom: 40px !important;
}
body .mega-menu-wrap ul.mega-sub-menu h2 {
	font-size: 25px;
	font-family: "GoodTiming";
	color: #000000;
}
body .mega-menu-wrap .menu-btn {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	font-family: "Poppins";
	display: block;
	border-bottom: 2px solid #ffdf1b;
	padding-bottom: 5px;
	margin-bottom: 20px;
	position: relative;
}
/* ul.mega-sub-menu {
	visibility: visible !important;
	opacity: 1 !important;
} */
body .mega-menu-wrap .custom-html-widget ul {
	list-style: none !important;
	padding: 0 !important;
}
body .mega-menu-wrap .custom-html-widget ul li a {
	color: #4f4f4f;
	font-size: 17px;
	font-family: "Poppins";
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}
body .mega-menu-wrap .custom-html-widget ul li a:hover {
	color: #000;
}
body .mega-menu-wrap .menu-btn::after {
	content: "";
	background-image: url(images/arrow.svg);
	width: 12px;
	height: 11px;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 10px;
	transition: all 0.5s;
}
body .mega-menu-wrap .menu-btn:hover:after {
	right: 0;
}
body .mega-menu-wrap .widget_media_image img {
	height: 117px;
	object-fit: contain;
}
body .mega-menu-wrap .services-row .widget_media_image img {
	height: 38px;
}
body .mega-menu-wrap .services-row ul.mega-sub-menu > li.mega-menu-item {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
body .mega-menu-wrap .custom-html-widget p {
	font-size: 13px;
	font-family: "Poppins";
	color: #4f4f4f;
	line-height: 20px;
}
body .mega-menu-wrap .industries-row .custom-html-widget p {
	font-style: italic;
	font-size: 12px;
}
body .mega-menu-wrap .industries-row .menu-btn {
	font-size: 17px;
}
body .mega-menu-wrap .about-row ul.mega-sub-menu > li.mega-menu-item {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
body .mega-menu-wrap .about-row .widget_media_image img {
	height: 110px;
	object-fit: cover;
	width: 160px;
}
body .menu-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
body
	#mega-menu-wrap-main-menu
	.mega-menu-toggle
	.mega-toggle-blocks-right
	.mega-toggle-block {
	margin-right: 0;
}
@media only screen and (min-width: 1024px) {
	body
		#mega-menu-wrap-main-menu
		#mega-menu-main-menu
		li.mega-menu-megamenu
		> ul.mega-sub-menu
		> li.mega-menu-row
		> ul.mega-sub-menu
		> li.mega-menu-columns-2-of-12 {
		width: 20%;
	}
	body
		#mega-menu-wrap-main-menu
		#mega-menu-main-menu
		li.mega-menu-megamenu
		> ul.mega-sub-menu
		> li.mega-menu-row.about-row
		> ul.mega-sub-menu
		> li.mega-menu-columns-2-of-12 {
		width: 16.6666666667%;
	}
}
@media (max-width: 1100px) {
	body
		#mega-menu-wrap-main-menu
		#mega-menu-main-menu
		> li.mega-menu-item
		> a.mega-menu-link {
		padding: 0px 10px;
		font-size: 15px;
	}
}
@media (max-width: 1024px) {
	body
		#mega-menu-wrap-main-menu
		#mega-menu-main-menu
		> li.mega-menu-item.support-btn {
		margin-left: 10px;
		padding-top: 15px;
	}
	body
		#mega-menu-wrap-main-menu
		#mega-menu-main-menu
		> li.mega-menu-item.support-btn
		> a.mega-menu-link {
		padding: 0px 20px;
		height: 45px;
		font-size: 14px !important;
	}

	body .mega-menu-wrap ul.mega-sub-menu h2 {
		font-size: 20px !important;
	}
	body
		#mega-menu-wrap-main-menu
		#mega-menu-main-menu
		li.mega-menu-megamenu
		> ul.mega-sub-menu
		> li.mega-menu-row
		.mega-menu-column
		> ul.mega-sub-menu
		> li.mega-menu-item {
		padding: 15px 15px 0;
	}
	body #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
		padding-bottom: 30px;
	}
	body
		#mega-menu-wrap-main-menu
		#mega-menu-main-menu
		> li.mega-menu-megamenu
		> ul.mega-sub-menu {
		padding-top: 0 !important;
		padding-bottom: 15px !important;
	}
}
@media (max-width: 980px) {
	body .menu-flex .et_pb_column {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 767px) {
	body .menu-flex .et_pb_column {
		width: 65% !important;
	}
	body .menu-flex .et_pb_column:last-child {
		display: flex;
		justify-content: flex-end;
		width: 35% !important;
	}
	body .mega-menu-wrap .menu-btn {
		font-size: 16px;
	}
	body .mega-menu-wrap .custom-html-widget ul li a {
		font-size: 14px;
	}
	body .mega-menu-wrap .custom-html-widget p {
		font-size: 13px !important;
		line-height: 20px !important;
	}
	body .mega-menu-wrap .industries-row .custom-html-widget p {
		font-size: 12px !important;
		line-height: 20px !important;
	}
}
