/*
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
*/

h1.h2 {
    line-height: 1.5;
}

.page-id-30 h3, h3.h2 {
    line-height: 1.2;
}

.list li {
    font-size: 18px;
}

.teamcard .single-block-padding {
    padding: 18px;
}

.uncode-accordion:not(.default-typography) .panel-title > a > span {
	font-size: 18px;
}

/* enable the code between these measures */

@media (max-width: 569px) {
    .owl-carousel .t-entry-excerpt, .owl-carousel hr {
        display: none;
    }

    .owl-carousel .single-block-padding {
        padding: 18px;
    }
}
@media (max-width: 959px) {

    h1:not([class*="fontsize-"]),.h1:not([class*="fontsize-"]) { 
    font-size: 24px; 
    }
    .tmb span.tmb-term-evidence {
        font-size: 9px;
    }
}

@media (min-width: 960px) and (max-width: 1360px) {
    
    /* reduce the padding of the menu items */
    .menu-smart > li > a {
    padding: 0px 5px !important;
    }
    
    /* reduce the menu letter spacing */
    .menu-container ul.menu-smart > li > a, .menu-container ul.menu-smart li.dropdown > a {
    letter-spacing:0px !important;
    }
    
    /* reduce the dropdown arrows padding */
    .menu-smart i.fa-dropdown {
    padding: 0px 0px 0px 2px;
    }
    
    /* reduce the first menu item padding */
    body[class*=hmenu-] .menu-borders .navbar-nav + .navbar-nav-last > *:first-child {
    margin: 0px 0px 0px 0px;
    }
}

@media (max-width: 1400px) {
    .double-block-padding {
    padding: 18px;
    }
}

/*.style-dark a:not(.btn-text-skin):hover, .style-dark .tmb .t-entry-text .t-entry-title a:hover {
    color: #fff;
    text-decoration: underline;
}*/