/*======================================
Theme Name: Divi Dental Gana
Theme URI: https://divicake.com/
Description: Child Theme para Dental Gana basado en Divi
Version: 1.0
Author: Matias Raby
Author URI: http://www.matiasraby.cl
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */


@import url('https://fonts.googleapis.com/css?family=Dosis:400,600|Krub:400,600');
.container {
	width: 100%;
}
/* GENERAL */
#main-content .container {
    padding-top: 35px;
}
h1, h2, h3, h4 {
	font-family: 'Krub', arial, sans-serif !important;
}

h1 {
	font-size: 2.7em !important;
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 1.9em !important;
	font-weight: normal;
	color: #666;
}
@media (max-width:576px) {
	h1 {
		font-size: 2.3em !important;
	}
	h2 {
		font-size: 1.6em !important;
	}
}
/*   MENU PRINCIPAL   */
.nav li ul {
	padding:5px 0;
}
#top-menu li li {
	padding: 0 10px;
}
/* MENU SECUNDARIO */
#top-menu {
	font-family: 'Dosis',  Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color: #006699;
}
#top-menu a {
	color: #006699;
}
ul.menu li {
	margin-bottom:0 !important;
}
#main-header {
	background-image: url(http://www.dentalgana.cl/wp-content/uploads/2018/09/header-fondo.png);
	background-repeat: repeat-x;
	padding-top: 0 !important;
}
.menu-secundario {
	width: 100%;
	height: 30px;
	background-color: #006699;
}
.menu-secundario-buscador {
	width: 40%;
	overflow: hidden;
	float: right;
}
ul.menu li::before {
    content: "" !important;
    color: white;
    display: none;
    width:0;
    margin-left: 0;
}
#top-header .container {
    padding-top: 0;
    font-weight: 600;
}
@media (max-width:992px) {
	.menu-secundario-buscador {
		width: 100%;
		overflow: hidden;
		float: right;
	}
}

/* HOME */
h2 {
	
}
/* BUSCADOR */
input#s {
	border:0;
	height: 29px;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #006699;
}
 
input#searchsubmit {
	color: #FFFFFF;
	background-color: #075975;
	border:0;
	margin:0;
	padding: 0;
	height: 30px;
	width: 100px;
}
 
form#searchform {
float: right;
}
/* Esconder barra buscador en móvil */
@media (min-width:801px) {
	.esconder-escritorio {
		display: none;
	}
}
@media (max-width:800px) {
	.esconder-escritorio {
		display: block;
	}
}
#mobile_menu form {
	display:none;
}


/* HEADER */

.header-custom {
	width: 100%;
	height: 70px;
}

.header-logo-custom {
	width: 25%;
	margin-right: 43%;
	overflow: hidden;
	float: left;
	margin-top: 10px;
}
.header-ethicon-custom {
	width: 20%;
	overflow: hidden;
	float: left;
	margin-top: 10px;
}
@media (max-width:768px) {
	.header-logo-custom {
		width: 50%;
		margin-right: 20%;
		margin-top: 5px;
	}
	.header-ethicon-custom {
		width: 30%;
		margin-top: 5px;
	}
}
@media (max-width:576px) {
	.header-logo-custom {
		margin-top: 20px;
	}
	.header-ethicon-custom {
		margin-top: 20px;
	}
}


.header-logo-custom img {
	width: 100%;
}
.header-ethicon-custom img {
	width: 100%;
}

/* PRODUCTOS */


#left-area .post-meta a {
	color:#006699;
	text-decoration:underline;
}
.et_pb_text_inner a {
	text-decoration:underline;
}
.et_pb_tabs_controls li a {
	padding:15px 30px;
	font-size:1.2em;
}
/* PRODUCTOS: Sidebar */

#nav_menu-2{
	font-size:0.9em;
}
/* ul.menu::before {
content: "";
display: inline-block;
width: 1em;
margin-left: -1em
} */

ul.menu li {
	font-weight: bold;
	font-size:1.2em;
	margin-bottom:10px;
}
ul.menu li ul li {
	font-weight: normal;
	font-size:0.9em;
	margin-bottom:0px;
}
ul.menu li ul li::before {
content: "•";
color: #006699;
display: inline-block;
width: 1em;
margin-left: -1em
}
ul.menu li ul li {
list-style-type: disc;

}
ul.sub-menu li {
	margin-left:25px !important;
}
ul.sub-menu {
	margin-bottom:20px;
}
ul.menu li::before {
content: "•";
color: white;
display: inline-block;
width: 1em;
margin-left: -1em
}
.et_pb_promo_description h3 {
	padding-bottom:0;
}
/*    MENU    */
/* Esconder menu secundario en móvil */
@media (max-width:576px) {
	#mobile_menu li:not([id]) { display:none !important; }
}

/*  FOOTER  */
#media_image-2 {
	margin-bottom:10px;
}
#footer-widgets .footer-widget li::before {
	border-style:none !important;
}