/*
 Theme Name: GiluCats Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: GiluCats Child Theme
 Author: Once24
 Author URI: https://1124.com.mx
 Template: Divi
 Version: 1.0.0
*/

/* Fonts */
.outfit-thin {
	font-family: "Outfit", serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
}
.outfit-extralight {
	font-family: "Outfit", serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}
.outfit-light {
	font-family: "Outfit", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.outfit-regular {
	font-family: "Outfit", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.outfit-medium {
	font-family: "Outfit", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.outfit-semibold {
	font-family: "Outfit", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.outfit-bold {
	font-family: "Outfit", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

.source-sans3-light{
	font-family: source-sans-3, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.source-sans3-regular{
	font-family: source-sans-3, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.source-sans3-medium{
	font-family: source-sans-3, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.source-sans3-black{
	font-family: source-sans-3, sans-serif;
	font-weight: 900;
	font-style: normal;
}

/* HTML & Body */
html, body {
	font-family: source-sans-3, sans-serif;
	font-weight: 500;
	font-style: normal;
}
a, p, ul, ol, li{
	font-size: inherit;
}
strong, b {
	font-weight: 900;
}

/* Headings */
h1 {
	font-family: "Outfit", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

h2, h3, h4 {
	font-family: "Outfit", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

/*set the Divi menu dropdown auto width*/
@media only screen and (min-width: 981px) {
	.nav li ul {
		width: fit-content;
		display: flex;
		flex-direction: column;
	}

	.nav li li {
		white-space: nowrap;
	}

	.nav li li a {
		width: auto !important;
	}
}

/*show desktop menu on phone*/

@media (max-width: 980px) {
	.pa-open-mobile-menu .et_pb_menu__menu {
		display: flex!important;
	}
	.pa-open-mobile-menu .et_mobile_nav_menu {
		display: none!important;
	}
}


/* menu */
.et_pb_menu_1_tb_header.et_pb_menu .et-menu-nav li ul.sub-menu, .et_pb_menu_0_tb_header.et_pb_menu .et-menu-nav li ul.sub-menu {
	min-width: 200px !important;
	width: auto !important;
} 

