/**
Theme Name: MSC Biz
Version: 1.2.2
Author: Arwin Galinato
**/

table > thead {
    background-color: #002850;
    color: #fff;
}

table,
tr,
td,
th {
    border: 1px solid #dee2e6;
}

.testimonial-index {
    display: none !important;
}

.wp-block-create-block-biz-testimonials .testimonial-author-image img {
    height: 210px !important;
    width: 210px !important;
}

.wp-block-create-block-biz-testimonials .testimonial-author {
    font-size: 20px !important;
    font-weight: 700;
}

.testimonial-designation {
    font-size: 18px !important;
}

.wp-block-create-block-biz-testimonials .testimonial-author {
    font-size: 14px !important;
    font-weight: 700;
}

.wp-block-create-block-biz-testimonials .testimonial-designation {
    font-size: 12px !important;
    text-align: center;
}

.wp-block-create-block-biz-tabs .tab-content {
    padding-top: 0 !important;
}

.search__button__download {
    background: #004282;
    color: #fff;
    padding: 0.5rem 2.5rem;
    box-sizing: border-box;
    margin-right: 1rem;
    text-transform: uppercase;
    border: 1px solid #004282;
}

.search__button__apply:focus,
.search__button__apply:hover,
.search__button__download:hover,
.search__button__download:focus {
    text-decoration: none;
    color: #ef7c00;
    background-color: #fff;
}

.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.mcsbiz-link-list {
    display: none;
}

.mscbiz-link {
    background: #ef7c00;
    color: #fff;
    padding: 0.4rem 0.7rem !important;
    box-sizing: border-box;
    text-transform: uppercase;
    border: 1px solid #ef7c00;
    font-size: 15px;
}

.mscbiz-link:hover {
    background-color: transparent;
}

.mscbiz-link-download {
    background-color: #004282;
    border-color: #004282;
}

.mscbiz-link-download:hover {
    color: #004282;
}

.mscbiz-link-search {
    font-size: 16px;
    padding: 0.4rem;
}

@media screen and (min-width: 768px) {
    .mcsbiz-link-list {
        display: flex;
        gap: 0.7rem;
        align-items: center;
    }
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
    font-size: 13px !important;
}
