/*
    Template: consulting
    Theme Name: Consulting Child Theme
    Theme URI: http://consulting.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Consulting - Business and Finance WordPress theme. Using Consluting you can easily create a modern website with real content. Easily edit the real content and compose the page layout with drag & drop page builder Consulting is the best ever finance, consulting, brokerage WordPress theme. It’s fully Responsive and Easy to Customize using intuitive Drag & Drop Visual Composer and Theme Options panel in WordPress Customizer.
    Version: 4.0.2
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready
    Text Domain: consulting-child-theme
*/

/*GLOBAL*/

li{
	line-height:24px !important;
}
p, span{
	line-height:24px !important;
}
.breadcrumbs>span a:hover {
    color: #aaafff;
    text-decoration: none;
}

/*GLOSARIO*/
.elementor hr {
	margin:20px 0 20px !important;
}
.name_directory_name_box strong{
	display:block;
	font-size:24px;
	margin:20px 0 10px;
}
.name_directory_index form{
	margin:30px 0 10px;
}
.name_directory_total{
	margin-bottom:50px;
	font-style:italic;
}
input#name-directory-search-input-button{
	margin:0 0 0 20px;
	padding:0 30px 0 30px;
    color: #fff;
    border-color: #222831;
    background: #222831;
    border-width: 1px;
	text-align: center;
    display: inline-block;
    height: 49px;
	border-radius:3px;
}

input#name-directory-search-input-button:hover {
    background: #4a57fe;
    border-color: #4a57fe;
    color: #fff;
}

input#name-directory-search-input-box {
    font-size: 14px;
    line-height: 18px;
    color: #222;
    background: #ececec;
    border: none;
    box-shadow: none;
    outline: 0;
    padding: 16px 30px 15px;
    border-radius: 0;
    transition: all .3s ease;
	width:60%;
    box-sizing: border-box!important;
    height: 49px;
}
.name_directory_startswith {
	font-size: 20px;
    font-weight: bold;
    padding: 10px;
}
.name-directory-readmore-wrap{
	display:flex;
	flex-direction:column;
}
.name-directory-readmore-trigger:before{
	font-weight:900;
	color:#3a57fe;
}

/*SIDEBARS*/
/*Promociones Riesgos*/
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children .sub-menu li a{
    color: #222831;
    text-decoration: none!important;
    border-left: 5px solid transparent;
    display: inline-block;
    /*padding: 14px 0 14px 5px;*/
    transition: all .3s ease;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children .sub-menu li a:hover{
    color: #4a57fe;
}

.widget.widget_nav_menu ul li .sub-menu{
	margin:-2px 0 0 35px;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children .sub-menu li{
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    border-bottom: 1px solid #fff;
    background: #f2f2f2;
    margin: 0;
    padding: 0 23px 0 0;
    color: #222831;
}



.widget.widget_nav_menu ul li .sub-menu li:before{
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
    display: block;
    position: absolute;
    left: -11px;
    top: 15px;
    color: #777;
}

/*RIESGOS GRID*/
#riesgos_main .works_filter{
	display:flex;
	flex-direction:row;
}

#riesgos_main .works_filter li:nth-child(1){
	order:1;
}
#riesgos_main .works_filter li:nth-child(2){
	order:3;
}
#riesgos_main .works_filter li:nth-child(3){
	order:2;
}

#riesgos_en_personas .works_filter li:first-child{
	display:none;
}
#riesgos_en_personas .works_filter li:nth-child(2) a{
    background: #222831;
    color: #fff;
    border-radius: 5px;
}

.stm_works .item .info {
    padding: 24px 28px 22px;
    border: 3px solid #f2f2f2;
    border-top: none;
    min-height: 180px;
    margin-bottom: 20px;
}

.stm_works_wr.style_1 .works_filter li a {
    color: #ffffff;
}

/*NOTICIAS*/
.stm_post_details li.post_by, .stm_post_details div.comments_num{
	display:none;
}
.post_bottom .tags a {
    border-radius: 5px;
}
.post_bottom .tags a:hover {
    color:#ffffff;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 10px;
}