/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

ul, ol, p{
    margin-bottom: 15px;
}

h4{
    margin-bottom: 8px !important;
}

.qode-tab-title-inner {
    font-size: 20px;
}

.qode-accordion-holder .qode-title-holder .qode-tab-title{
    height: 56px;
}

.wpb_wrapper ul{
    list-style-position: outside !important;
    margin-left: 45px;
}

table.resultados{
    border: 1px solid #000;
    width: 100%;
}
table.resultados thead {
    border-bottom: 1px solid #e2e2e2;
}
table.resultados tbody tr{
    border-bottom: 1px solid #e2e2e2;
}
table.resultados tbody tr.light{
    background-color: #fff;
}
table.resultados tbody td{
    text-align: left;
    padding: 26px;
}

ul.menu>li.menu-item>a{
    background-color: #d3052c;
    padding: 8px 15px;
    color: white;
    font-weight: bold;
}
ul.menu>li.menu-item>a:hover{
    color: white !important;
}
aside .widget_nav_menu .sub-menu {
    margin-top: 26px;
}

.footer_bottom ul li {
    margin-right: 16px !important;
}
.footer_bottom ul li a {
    background: none !important;
    padding: 0 !important;
    color: #808080 !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}

.qode_carousels .slides>li {
    margin-right: 40px;
}
