/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



.portfolio-items[data-ps="7"] .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg {
    background-color: transparent !important;
}

#ro-1 table {
    background-color: #00000094 !important;
    width: 100%;
    border-collapse: collapse;
    margin: auto;
    font-family: cal !important;
    font-weight: 500;
    line-height: 1.5;
    font-size: 23px;
}

table thead tr {
    background-color: black !important;
}

#ro-1 table td {
    border-left-style: solid;
    border-left-width: 1px;
    padding: 11px 10px !important;
    font-size: 18px;
}

#ro-1 table a {
    color: #fff;
    border-bottom: solid 1px #fff;
}

th,
td {
    border: 1px solid #dddddd;
    padding: 8px;
    text-align: left;
}

tr:nth-child(even) {
    background-color: #ffffff42 !important;
}

table tr {
    background-color: transparent !important;
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 480px) {
    #ro-1 table td {
        font-size: 13px;
    }
    #ro-1 table {
        line-height: 1.2;
        font-size: 13px;
    }
}