/*
Theme Name: Mavix Business Child
Theme URI: http://creativthemes.com/downloads/mavix-business/ 
Description: This is a custom child theme I have created.
Author: Tom Yang
URI: http://creativthemes.com/downloads/mavix-business/
Template: mavix-business
Text domain: mavix-business-child
Version: 0.1 

*/
body {
	letter-spacing: 1px;
}

a, a:active, a:hover, a:focus {    
    color: #0055b1;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0;
}

.site-logo a {
    margin-right: 0;
}

.woocommerce-variation.single_variation.ogbg-tom {
    display: none !important;
}

/* css rules for header color 102825 */

.main-navigation {
    min-height: 2px;
}

#masthead .header-top {    
    border-top: 1px solid;
}

#masthead .header-bottom {
    /*background-color: #113D48;*/
	background-color: #d71e28;
    border-bottom: 2px solid #ffcd41;
}

.main-navigation ul.nav-menu {
    /* background-color: #113D48; */
    background-color: #d71e28;
}


/* css rules for displaying sale badge and product price on both shop and product page */
span.onsale {
    display: none;
}

span.onsale.ogbg-badge {
	display: block;
}


.woocommerce ul.products li.product .price {
    display: none;
}

h2.woocommerce-loop-product__title {
    display: none !important;
}
/* end*/


td.product-price.ogbg-tom-qty .woocommerce-Price-amount.amount {
    /*display: none;*/
}

/* modal window css rules */
.modal-window-content p {
    margin: 0;
}

img.alignnone {
    max-width: 100%;
}

.alignnone {
    margin: 0;
}

table.kl-tbl,tr,td {
	border:1px solid;
}

.kl-tbl-td {
	text-align:center;
}

.kl-tbl-tr, .kl-tbl tr:nth-child(even) {
	background-color: #e6ecef;
}

h5.elementskit-section-title {
    font-size: 30px !important;
}

h4.elementskit-section-title {
    font-size: 45px !important;
}

.ekit-heading__description p {
    font-size: 14px !important;
}

table.kl-tbl tr td {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
	padding-left: 7px;
}

/* css rules for pages on 01302026*/
ol.kl-ol-how-it-works li {
    padding-bottom: 5px;
}