/**
Theme Name: Mahyulan Sublime Websites - Child
Author: Brainstorm Force
Description: Based on Astra Theme
Version: 8.8.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mahyulan-sublime-websites-child
Template: astra
--Standard button colors set in customizer--
*/
/*AboveHeaderOverwriteTransparantHeader*/
.ast-above-header {
	background-color: #eee !important;
}
/*GravityFormsSubmitButton*/
body .gform_wrapper input.button {
	background-color: #3097D4;
	color: #FFDE00;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #0F4674;
}
/*WooCommerceButtonColors*/
.woocommerce button.button {
	color: #FFDE00;
	background-color: #3097D4;
	font-size: 12px;
}
.woocommerce button.button:hover {
	color: #FFDE00;
	background-color: #0F4674;
}

.checkout-button.button.alt.wc-forward {
	font-size: 12px;
}

.woocommerce-page .widget_product_search button {
	padding: 10px 10px;
	margin-left: 5px;
	font-size: 12px!important;
}

/*WooCommerceProductH1*/
.entry-content h1 {
    font-family: 'Mandali',sans-serif;
    line-height: 1.1;
    text-transform: inherit;
    font-size: 40px;
}



    @media only screen and ( min-width: 1200px ) {

    	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
    		margin-bottom: 0;
    	}

    	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
    		padding-right: 0;
    	}

    	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab.active {
            padding-top: 5px;
            background: #fff;
        }

    	li.affwp-affiliate-dashboard-tab {
    		border: 2px solid #f7f7f7;
    		border-bottom: none;
    		position: relative;
    		background: #f7f7f7;
    	}

        .affwp-tab-content {
            padding: 40px;
            border: 2px solid #f7f7f7;
            border-top: none;
        }

    	#affwp-affiliate-dashboard-tabs a {
            display: block;
            padding: 10px 15px;
        }

    	#affwp-affiliate-dashboard {
    	    overflow: hidden;
    	}

    	li.affwp-affiliate-dashboard-tab.active:before,
    	li.affwp-affiliate-dashboard-tab.active:after {
    		content: '';
    		position: absolute;
    		height: 2px;
    		right: 100%;
    		bottom: 0;
    		width: 1200px;
    		background: #f7f7f7;
    	}

    	li.affwp-affiliate-dashboard-tab.active:after {
        	right: auto;
        	left: 100%;
        	width: 4000px;
            z-index: 1;
        }

    }

