.entry-title {
display: none;
}
#agama-footer {
    background-color: grey!important;
}
.wpforms-form button[type=submit] {
    background-color: #FF1A34 !important;
    border-color: #FF1A34 !important;
    color: #fff !important;
}
 
.wpforms-form button[type=submit]:hover {
    background-color: #022B57 !important;
}
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

background:red !important;

background-color:red !important;

color:white !important;

text-shadow: transparent !important;

box-shadow: none;

border-color:#ca0606 !important;

}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {

background:red !important;

background-color:red !important;

color:white !important;

text-shadow: transparent !important;

box-shadow: none;

border-color:#ca0606 !important;

}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {

background: red !important;

color:white !important;

text-shadow: transparent !important;

border-color:#ca0606 !important;

}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

background: red !important;

box-shadow: none;

text-shadow: transparent !important;

color:white !important;

border-color:#ca0606 !important;

}
.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
    font-size: 25px !important;
    width: 150% !important;
}

/* product table image align for mobile */

@media only screen and (max-width:640px){
	.custom_table .wpt_row td img{
		margin:unset !important;
	}
}

/* custom for product table mobile -hannan */
@media only screen and (max-width:768px){
	body.wpt_table_body .wpt-wrap table tbody tr.wpt_row>td a.wpt_product_title_in_td{
     display: inline !important;
}
.item_MqhvnbtIOF.item_inside_cell.wpt_tags.autoresponsive-label-show {
    text-align: center !important;
} 
	
.wpt-wrap table.wpt_product_table>tbody tr.wpt_row td a.single_add_to_cart_button{
    font-size: 12px !important; 
}

.wpt-wrap tr.wpt-row>td{
    padding: 4px !important;
}
	
	.wpt-wrap table.wpt_product_table>tbody tr.wpt_row td .wpt_action a {
    white-space: normal !important;
    font-size: 12px !important;
}
}

/* custom for product table mobile -hannan */

footer { background: url(https://ezecreditservices.com/wp-content/uploads/2022/11/gray-image.png) repeat; }
.site-header .custom-logo-link {
margin-top: +11px; /* adjust the value as needed */
}

.entry-header {
  display: none;
}

/* Style the "Buy Tradeline" Button */
.menu-button-green a {
    background-color: #1e854e !important; /* The green from your screenshot */
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

/* Hover effect */
.menu-button-green a:hover {
    background-color: #166d3f !important;
    color: #ffffff !important;
}

/* Create the spacing/gap to the left of the button */
@media (min-width: 992px) {
    .menu-button-green {
        margin-left: 40px !important; /* Adjust this number to increase/decrease the gap */
    }
}

/* Remove the default underline/hover line if your theme adds one */
.menu-button-green a::after {
    display: none !important;
}


/* Style the Buy Tradeline Button */
.buy-tradeline-btn a {
    background-color: #1e854e !important; /* The green color from your goal screenshot */
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Create the separation gap */
@media (min-width: 992px) {
    .buy-tradeline-btn {
        margin-left: 60px !important; /* This creates the space between it and 'Get Funded' */
    }
}


/* Position the Widget Button in the Header on Mobile */
@media screen and (max-width: 800px) {
    .mobile-only-green-btn {
        display: block !important;
        position: fixed !important; /* This 'pins' it to the screen */
        top: 15px;                  /* Distance from the very top */
        right: 15px;                 /* Distance from the right side */
        background-color: #1e854e !important;
        color: white !important;
        padding: 8px 15px !important;
        border-radius: 5px;
        font-weight: bold;
        text-decoration: none;
        z-index: 99999;             /* Ensures it stays on top of everything */
        font-size: 13px;
        box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    }
}

/* Hide the duplicate inside the sandwich menu so it's not messy */
@media screen and (max-width: 800px) {
    .buy-tradeline-btn {
        display: none !important;
    }
}