/*
CTC Separate Stylesheet
Updated: 2018-09-20 11:05:33
Theme Name: CTJ advogados
Theme URI: https://www.desinv.com
Template: Divi
Author: DesInv - Desarrollo web y Marketing Digital
Author URI: https://desinv.com
Description: Smart. Flexible. Beautiful. the most powerful theme.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.7.1537434333
*/

/*------------------------------------------------*/
/*-------     BARRA LATERAL WIDGET    ------------*/
/*------------------------------------------------*/
.widgettitle{
	
	background-color:#2e296b;
	color:white;
	padding:15px;
	margin-bottom:10px;
}

/*------------------------------------------------*/
/*-------   BOTON ENVIAR FORMULARIO   ------------*/
/*------------------------------------------------*/
.caldera-grid input[type=submit] {
    padding: 10px 16px;
    border-radius: 4px;
    background: #2e296b;
    color: white;
    font-size: 20px;
    border: none;
    float: right;
    transition: all 0.3s ease-in-out;
}

.caldera-grid input[type=submit]:hover {
    background: #4a458a;
    color: white;
}

/*------------------------------------------------*/
/*------------   Footer Widgets   ---------------*/
/*------------------------------------------------*/

#text-3{
	width:100%
}

/*---------------------------------------------------------------------*/
/*------------   Titulo categoria en pagina categoria   ---------------*/
/*---------------------------------------------------------------------*/
hr.archive-line{
	width: 100%;
	border: 0px;
	height: 2px;
	background-color: #2e296b; 
}


/*Menu lateral derecho - elemento seleccionado*/
.current-menu-item > a {
    color: #2e296b;
    font-weight: bold;
}
/*Fin menu lateral*/


/*--------------------------------------------------*/
/*------------   ComboBox Materias   ---------------*/
/*--------------------------------------------------*/
#cbm_sel_pri_1{
	width:100%;
	font-size:1.7em;
	padding:1rem;
	font-family:FontAwesome;
}

#cbm_sel_sec_1{
	width:100%;
	font-size:1.7em;
	padding:1rem;
	font-family:FontAwesome;
	margin-top:20px;
}

/* Personalizar el color del botón desplegable del menú superior */
span.mobile_menu_bar.mobile_menu_bar_toggle::before {
color: white;
}