/*
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
*/

  @font-face {
    font-family: 'VTF Redzone Classic';
    src: url('fonts/VTFRedzone-Classic.eot');
    src: local('fonts/VTF Redzone Classic'), local('VTFRedzone-Classic'),
        url('fonts/VTFRedzone-Classic.eot?#iefix') format('embedded-opentype'),
        url('fonts/VTFRedzone-Classic.woff2') format('woff2'),
        url('fonts/VTFRedzone-Classic.woff') format('woff'),
        url('fonts/VTFRedzone-Classic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avenir_next_lt_proregular';
    src: url('fonts/avenir_next_lt_pro_regular-webfont.woff2') format('woff2'),
         url('fonts/avenir_next_lt_pro_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#menu-footer li a {
    color: white;
}

@media (max-width: 959px) {
    body:not(.menu-mobile-centered) header .tablet-hidden {
        display: inline-block !important;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tab-img-width {
        width: 30%;
        margin: 0 auto;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    h2 {
        font-size: 30px !important;
    }

    .h3 {
        font-size: 26px !important;
    }

    .panel-title a span {
        padding-right: 30px;
        display: block;
    }

}

.top-menu .navbar-nav-last {
    text-align: center !important;
}


/* header call to action buttons */

header .nav .menu-item-button a, .gruen-but {
    color: #009cdf !important;
}

header .nav .menu-item-button:hover a {
    color: #ffffff !important;
}


/* header call to action buttons  END*/


/* table */

.tablepress .odd td {
    background-color: #00192b !important;
    padding: 20px;
}

.tablepress .even td {
    background-color: #002f53 !important;
    padding: 20px;
}

.tablepress strong {
    color: #18baa4;
}

.tablepress .btn-container {
    margin-top: 0 !important;
}

.tablepress a {
    color: white;
    text-decoration: underline;
}

.tablepress a:hover {
    color: #18baa4;
}

.tablepress a.btn {
    text-decoration: none;
}


/* table END*/

strong{
    font-weight: bold!important;
}
body.textual-accent-color .post-content > div p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn){
    color: white!important;
    text-decoration: underline;
}