/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*Master control of all the tables*/ 
tbody tr td, th {
	border-color: transparent !important;
}

.tablepress thead th {
	text-align: center;
}

.tablepress th {
	background-color: #B9D6F2 !important;
	text-align: center;
}

.tablepress tbody td {
	font-size:14px;
	font-weight:400;
	text-align: center;
}

.forex-table-options .elementor-tab-title {
        border: none !important;
            font-size: 15px !important;
}

.forex-table-options .elementor-tabs-content-wrapper, .forex-table-options .elementor-tab-content {
        border: none !important;
            padding: 0 !important;
}

.forex-table-options .elementor-tab-title {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
            font-weight: normal !important;
	    width: fit-content !important;
}

.forex-table-options .elementor-tab-title.elementor-active {
    font-weight: bold !important;
        /*text-decoration: underline;*/
	/*border-top-style: solid !important;*/
	border-color: #007aff;
	color: black !important;
}

.forex-table-options .elementor-tab-title.elementor-active:after {
        font-weight: 700;
    border-top-style: solid !important;
    border-color: #007aff !important;
    top: 0;
    left: 0 !important;
    width: calc(100% - 25px) !important;
}

.forex-table-options .elementor-tab-title:before {
	border: none !important
}

.forex-table-options .elementor-tab-titl {
	    padding-right: 0 !important;
    margin-right: 25px !important;
    display: inline !important;
}

.forex-table-options .elementor-tab-title:after, .forex-table-options .elementor-tab-title {
        border: none !important;
}

.pricing-element {
	margin-bottom: 0 !important;
}

/*SalesIQ seasonal theme Christams hat color*/
.santacap svg .st2{fill: #ff122f !important;}


