/*
Theme Name: Twenty Twenty Child
Description: Twenty Twenty Child Theme
Author: ifada | jasawebsiteukm.com
Template by : ifada
Version: 1.0.0
Text Domain: twentytwenty-child
*/ 
/* Custom CSS goes after this line */
h1.entry-title {
    background-color: transparent;
}
.powered-by-wordpress {
    display: none;
}
body {
    font-family: gotham;
}
.testi-image {
    margin-top: -200px;
}
header.has-text-align-center.header-footer-group {
    display: none;
}
.primary-menu ul {
    background: white;
    border-radius: 0.4rem;
    color: white;
    font-size: 1.7rem;
    opacity: 100%;
    padding: 1rem 0;
    position: absolute;
    right: 9999rem;
    top: calc(100% + 2rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 35rem;
    z-index: 1;
}


@media screen {
  .tablepress-id-3 {
   font-size: 9px;
  }
}
/*
.table-banner 
{
    width: 100%; 
    margin-top: 150px; 
    border: 0px; 
    border-style: solid; 
    background-color: #e8b700; 
    border-color: #e8b700; 
    padding: 1em; 
    color: brown; 
    text-align: left;
}
.table-banner tr{
    padding: 1.5em; 
    border: 0px;
}
.table-banner tr th{
    padding: 1.5em; 
    border: 0px;
}
p.table-banner{
    color: brown;
}
*/
