/* 
 Theme Name:     Custom Theme
 Author:         Jónathan Guevara Gómez
 Author URI:     http://www.lujhon.com
 Template:       Divi
 Version:        2.0
*/ 

/* ----------- Estilos personalizados para el tema hijo basado en Divi --------------------------- */ 

.logo-lujhon img{
    width: 5.5em !important;
    margin-bottom: -.2em !important;
}
.et-social-facebook a.icon:before {
    content: "";
}
/*instagram*/
.et-social-google-plus a.icon:before {
    content: "";
}
.et-social-twitter a.icon:before {
    content: "";
}
/*TITULOS*/
.titulos {
    /*color: #231817;*/
	/*text-transform: uppercase;*/
}
.titulos:after {
    content: "";
    display: block;
    max-width: 50px;
    height: 3px;
    background-color: #ef8f36;
    margin: 15px auto 25px auto;
}
.et_pb_text_align_left.titulos:after{
	margin-left: 0 !important;
}
.et_pb_text_align_left.et_pb_text_align_center-tablet.titulos:after{
	margin-left: auto;
}
.et_pb_bg_layout_dark.titulos:after {
    background-color: #fff;
}
/*Separación slider Divi*/
.et_pb_slide_content{
	padding-top: 20px;
    padding-bottom: 20px;
}
/*Subrayado en el Menu//Debe ser before, el after es usado por divi para las flechas*/
#menu-menu-principal>li>a:before{
	content: "";
    width: 0;
    height: 3px;
    background-color: #ff5c35;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	margin: auto;
	
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
#menu-menu-principal>li.current-menu-item>a:before, #menu-menu-principal>li.current_page_item>a:before, #menu-menu-principal>li>a:hover:before {
    width: 100%;
}
/*#top-menu>li.current-menu-item>a{
	color: #ed3237 !important;
	font-weight: bold !important;
}
#top-menu>li>a:after, #top-menu>li>a:after {
	top: 15px !important;
	margin-right: 52% !important;
    color: #10131a !important;
}
#top-menu>li:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 8px;
    width: 2px;
    height: 10px;
    background-color: #ed3237;
}
#top-menu>li:last-child:before {
    display: none;
}*/
/*TEXTOS CON IMAGEN DERECHA E IZQUIERDA*/
.s-text-izquierda .et_pb_column_empty, .s-text-derecha .et_pb_column_empty{
	display: block !important;
}
.s-text-derecha, .s-text-izquierda{
	overflow: hidden;
}
.s-text-derecha>div{
	display: flex;
    flex-wrap: wrap-reverse;
}
/*contact form 7*/
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
	background-color: #eee !important;
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #999 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-submit {
	font-family: 'headline_twohplhs' !important;
    font-size: 25px !important;
    background-color: transparent !important;
    border-color: #231817 !important;
    color: #231817;
	margin: 8px auto 0;
	cursor: pointer;
	padding: 6px 20px;
	line-height: 1.7em;
	border: 3px solid;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-transform: uppercase;
}
.wpcf7-submit:hover { 
	background: #803b1d !important;
	border-color: #803b1d !important;
	color: #fff !important;
	padding: 6px 20px !important; 
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	font-size: 18px;
}
/**/
.custom-file-input:before {
	content: 'Seleccionar CV' !important;
	display: inline-block !important;
	background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3) !important;
	border: 1px solid #999 !important;
	border-radius: 3px !important;
	padding: 5px 8px !important;
	outline: none !important;
	white-space: nowrap !important;
	-webkit-user-select: none !important;
	cursor: pointer !important;
	text-shadow: 1px 1px #fff !important;
	font-weight: 700 !important;
	font-size: 10pt !important;
}
.custom-file-input:hover:before {
	border-color: black !important;
}
.custom-file-input:active:before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9) !important;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden !important;
}

/*entradas recientes widget circulares con el plugin*/

@media only screen and (max-width: 980px){

}
@media only screen and (max-width: 767px){
	
}