/*   
Theme Name: Jtheme Jello Child
Theme URI: https://elementor.com
Description: Simple and lightweight Jezweb theme
Author: Jezweb
Author URI: https://www.jezweb.com.au/
Template: elementor-hello-theme-master
Text Domain: elementor-hello-theme-child
Version: 1.0
*/

.single-sfwd-courses .ld-item-list {
    max-width: 1224px;
    margin: 0 auto;
    padding: 15px;
}
.elementor-text-editor ul, .elementor-text-editor ol {
    margin-bottom: 15px;
}

/* Custom Sidebar Styles */

ul.elementor-sitemap-list {
    padding-left: 0px;
}
.custom-sidebar li.elementor-sitemap-item {
	position: relative;
}
.custom-sidebar .elementor-sitemap-list .elementor-sitemap-item a.toggle-dropdown {
    position: absolute;
    top: 3px;
    right: 0;
    background: #14B9E8;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
}
.custom-sidebar .elementor-sitemap-item ul.children {
	display: none;
}
.custom-sidebar .elementor-sitemap-item.menu-dropdown-shown ul.children {
	display: block;
}
.custom-sidebar a.toggle-dropdown:before {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #ffffff;
}
.custom-sidebar li.elementor-sitemap-item a {
	display: block;
	padding: 5px 0px;
}
.custom-sidebar li.elementor-sitemap-item a:hover {
    color: var(--e-global-color-accent) !important;
}
.custom-sidebar li.cat-item.current-cat a {
    color: var(--e-global-color-accent) !important;
}
.custom-sidebar .menu-dropdown-shown a.toggle-dropdown:before {
	content: '\f106';
}
.elementor-sitemap-item ul.children {
    padding-left: 13px;
}
.elementor-sitemap-item ul.children li a {
    font-size: 1rem !important;
    padding: 0px;
}
.elementor-sitemap-item ul.children li a:before {
    content: '-';
    margin-left: -13px;
    position: absolute;
    font-size: 18px;
    margin-top: -2px;
}
ul.elementor-sitemap-list li a:hover {
	color: var(--e-global-color-accent);
}
ul.elementor-sitemap-clinical_trials_year-list li {
    display: inline-block;
    min-width: 70px;
}
.elementor-widget-wp-widget-categories ul {
	margin-left: 20px;
	padding-left: 0px;
}
ul.elementor-sitemap-list li.current-cat a {
	color: var(--e-global-color-accent);	
}

/* WooCommerce Styles */

.checkout-button  {
	background-color: #FF8300 !important;
}
.checkout-button:hover {
	background-color: #6C1B67 !important;
}
.actions .button {
	background-color: #E31C78 !important;
    opacity: 1 !important;
    color: #fff !important;
    padding: 15px 30px !important;
}
.actions .button:hover {
	background-color: #6C1B67 !important;
}
#coupon_code {
	padding: 12px 30px;
    width: 180px;
    border-radius: 3px;
}
#place_order {
	background-color: #FF8300 !important;
	padding: 15px 30px;
}
#place_order:hover {
	background-color: #6C1B67 !important;
}
.woocommerce-billing-fields .input-text {
	height: 40px !important;
}
#order_review_heading {
	margin-top: 25px !important;
}
#order_comments {
	height: 150px !important;
}
.woocommerce-info {
	border-top-color: #E31C78 !important;
}
.woocommerce-info::before {
	color: #E31C78 !important;
}
#customer_details h3 {
	margin-top: 25px !important;
}
.wc-backward {
	background-color: #E31C78 !important;
    opacity: 1 !important;
    color: #fff !important;
    padding: 15px 30px !important;
}
.wc-backward:hover {
	background-color: #6C1B67 !important;
}
.woocommerce-checkout #payment div.payment_box input.input-text {
    padding: 1em !important;
    border-radius: 3px !important;
    border: 1px solid #bbb !important;
}