/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/*#buttonwhite.btn-color-xsdn.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover:hover {    
    color: #012169 !important;
}*/

.empty-space.empty-quad.hyperspace {
	padding-top: 288px;
}

.tab-container:not(.default-typography) .nav-tabs > li > a span {
    font-size: 13px;
}

table td, table th {
    background-color: transparent;
    border-left: 1px solid;
    border-bottom: 1px solid;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 5px 18px 4px 18px;
    font-weight: 400;
}



.color-accent-color, body.textual-accent-color .post-content > div p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn) {
    text-decoration: underline;
}

@media (max-width: 479px) {
    h1:not([class*="fontsize-"]), .h1:not([class*="fontsize-"]) {
        font-size: 24px;
    }
    table td, table th {
        font-size: 14px;
    }
}
@media (min-width: 960px) {
    .row .herohome .uncont.col-custom-width {
        border: none;
        border-style: none;
        border-color: transparent;
        border-top-width: 0px;
        border-bottom-width: 0px;
        background-clip: padding-box;
    }
}