/*
Theme Name: Powerlift Child
Theme URI: https://powerlift.qodeinteractive.com
Description: A child theme of Powerlift Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: powerlift
Template: powerlift
*/

.mkdf-page-subtitle,
.mkdf-page-title {
    text-shadow: 1px 1px 5px #3f3f3f;
}

@media screen and (max-width: 680px) {
    .mkdf-title-holder.mkdf-standard-type .mkdf-page-title {
        font-size: 30px;
        text-shadow: 1px 1px 5px #3f3f3f;
    }

    .mkdf-countdown .countdown-row.countdown-show4 .countdown-section, .mkdf-countdown .countdown-row.countdown-show5 .countdown-section, .mkdf-countdown .countdown-row.countdown-show6 .countdown-section {
        width: 20% !important;
    }

    body .mkdf-countdown .countdown-row .countdown-section .countdown-amount {
        font-size: 32px !important;
    }
}

@media only screen and (max-width: 320px) {
    .mkdf-countdown .countdown-row.countdown-show4 .countdown-section, .mkdf-countdown .countdown-row.countdown-show5 .countdown-section, .mkdf-countdown .countdown-row.countdown-show6 .countdown-section {
        width: 50% !important;
    }
}

body .mkdf-tabs.mkdf-tabs-vertical .mkdf-tabs-nav li {
    margin: 0;
    padding: 12px;
}

body .mkdf-tabs.mkdf-tabs-vertical .mkdf-tabs-nav li.ui-state-active {
    background-color: #000;
    color: #fff;
}

body .mkdf-tabs.mkdf-tabs-vertical .mkdf-tabs-nav li.ui-state-active a {
    color: #fff;
}

body .mkdf-tabs.mkdf-tabs-vertical .mkdf-tab-container {
    width: 100%;
    max-width: 100vw;
    overflow-x: auto;
    color: #333;
}

.mkdf-tabs table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.mkdf-tabs table tbody tr:hover {
    background-color: #fcd81e;
}


table thead tr th:first-child,
table thead tr th:nth-child(2),
table tbody tr td:first-child,
table tbody tr td:nth-child(2) {
    text-align: left;
    text-transform: capitalize;
}