/*
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
*/

.wpcf7-form-control-wrap {
    position: unset !important;
}

.button_css .elementor-widget-container{
	text-align: center;
}

.mkdf-page-header .mkdf-menu-area .mkdf-logo-wrapper a {
    height: 100% !important;
}

    table {
        border-collapse: collapse;
        width: 100%;
    }
   table th, table td {
    border: 1px solid #eeeeee30 !important;
    text-align: center;
    padding: 8px;
    }
    
    /*.day-section {*/
    /*    display: none; */
    /*}*/

table.custom-table tr th, table.custom-table tr td {
    padding: 15px 10px;
}
table.custom-table {
    background: #000;
    color: #fff;
}
table.custom-table th {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1px;
}
.tdWrap * {
    color: #fff;
}
.tdWrap h4 {
    font-size: 16px;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-weight: 70;
    line-height: 26px;
    margin: 0 0px 7px;
}
.tdWrap p {
    font-size: 12px;
    line-height: normal;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #dbd2c9;
}

.tdWrap h4 {
    font-size: 16px;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-weight: 70;
    line-height: normal;
    margin: 0 !important;
}

.accordion-header {
    cursor: pointer;
    background-color: #f1f1f1;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #dedede;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
}

.accordion-content ul li {
    border-bottom: 1px solid #eee;
    text-align: center;
}
.accordion-content ul {
    list-style: none;
}
.accordion-content {
    padding: 10px;
    border: 1px solid #dedede;
    border-top: none;
}

.mobileView{
    display:none;
}

/*table css*/

.time_Table button {
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
}
.time_Table button:hover {
    background-color: #61CE7000 !important;
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    border-color: #FFFFFF;
    color: #fff !important;
}

.time_Table table th, .time_Table table td:first-child, .time_Table table td:last-child {
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
}

.time_Table table tr:last-child td {
    border-bottom: 0 !important;
}

table.custom-table tr {
    border: none;
}

.time_Table button {
    padding: 0 0 0px 9px !important;
}

.time_Table table *{
    font-family: "Montserrat", Sans-serif;
}

.time_Table table {
   box-shadow: 0 0 10.92px 1.08px rgba(231,217,202,.05);
}

.time_Table table th{
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.wpcf7-form .mkdf-custom-form .mkdf-btn.mkdf-btn-solid {
    color: #f90000 !important;
    background-color: transparent;
    border: 0;
    vertical-align: middle;
    line-height: 1em;
    margin-bottom: 50px;
    z-index: 1;
}

/*table css*/
    
    @media (max-width: 1024px) {
        table.custom-table {
            display: none;
        }
        .mobileView{
            display:block !important;
        }
    }
    
    @media (max-width: 767px) {
        
        .day-section.mobileView ul li h4 {
            font-size: 16px !important;
            font-weight: 600 !important;
            text-transform: uppercase;
            line-height: normal;
            margin: 8px 0 !important;
            color: #fff !important;
        }
        
        .day-section.mobileView * {
            font-family: "Montserrat", Sans-serif;
        }
        
        .day-section.mobileView p {
            font-size: 12px !important;
            line-height: normal !important;
            font-weight: 300 !important;
            margin: 3px 0 !important;
            text-transform: uppercase !important;
            letter-spacing: 1px;
            color: #dbd2c9 !important;
        }
        
        .mkdf-mobile-header .mkdf-mobile-nav{
            height: 300px;
        }
        
        nav.mkdf-mobile-nav {
            height: max-content !important;
        }
        
    }
    
    
    
    