/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.additional_information_tab {
	display: none;
}
.price del {
    text-decoration: none;
}
.price del bdi {
    text-decoration: line-through;
}
.single.post-template-default article.post > .post-slideshow {
	display: none;
}
.kd-hero-single {
    background: url(/wp-content/uploads/2025/11/header-single-article.jpg) no-repeat center;
    padding: 130px 0 110px;
    position: relative;
}
/* Additional CSS BK*/
.active-testimonial,
.review,
.male,
.female,
.avatar {
	background-color: #ffffff !important;
}

#shopping-cart {
	max-width: 17px !important;
}

.tawk-text-center {
	display: none !important;
}

.footer-logo img {
	max-width: 250px;
}

.footer-nav {
    padding-bottom: 2em;
    margin-bottom: 2em!important;
    border-bottom: 1px solid #333333;
    width: 100%;
}
#toTop {
	background-color: #a40000;
}

.woocommerce-order h2 {
	color: #3a3a3a !important;
}

.woocommerce .checkout h3, .woocommerce h2, .woocommerce-tabs h2 {
	color: #000000 !important;
}

#billing_company_field {
	display: inline-block;
}

.avada-checkout {
	padding-left: 0  !important;
	padding-right: 0 !important;
}

.minus,
.plus,
.qty {
	background-color: #ffffff !important;
}

#email_field {
	display: inline-block !important;
}

#wc-student-registration-checkout-course-information-form {
	display: none;
}

#search-menu {
	display: none;
}

.page-id-307 .fusion-footer {
	display: none !important;
}

.page-id-333385 .fusion-page-title-bar {
	display: none;
}

.product-image:before{
  content:"";
  width:100%;
  height:10px;
  left:0;
  top:0;
  position:absolute;
  z-index:9;
  background:linear-gradient(to right, #a30101 50%, #ffffff 50%);
}
.product-image:after{
  content:"";
  width:100%;
  height:10px;
  left:0;
  bottom:0;
  position:absolute;
  z-index:9;
  background:linear-gradient(to right, #a30101 50%, #ffffff 50%);
}

.product-image {
	border-left: 10px solid #a30101;
}

.single_add_to_cart_button,
.wcz-sticky-addtocart-button {
    background-color: #ff9900 !important;
}

/* Barry CSS Start */

.checkout-message {
	color: #a40000;
	font-weight: bolder;
	font-size: 18px;
}

.promo-code-heading {
	font-size: 18px !important;
}

#popmake-355380 {
	background-color: #000000;
}

.select2-selection__placeholder {
	display: none;
}

.button-1 {
	background-color: #1EEA0B !important;
}

#gt-wrapper-57350764 {
	display: none;
}

li .gtranslate_wrapper {
	display: none;
}

.page {
	 margin: 0 auto !important;
}

.postid-507 .woocommerce-product-details__short-description {
	display: none;
}

.woocommerce-terms-and-conditions-link {
	text-decoration: underline;
}

/* Top Header Styles */

#top-logo {
	width: 80%;
	margin: 20px auto;
	
}

#top-logo img {
	float: left;
	max-height: 80px;
}

#top-logo h1 {
	color: #a40000;
	font-weight: bolder;
	padding-left: 80px !important;
	margin-top: 10px;
}



/* Top Menu Styles */

#menu-new-top-menu li {
	padding: 0 20px;
}

#menu-new-top-menu li a {
	color: #666 !important;
}

#menu-new-top-menu li.current-menu-item a {
	color: #666 !important;
	border-top: 3px solid #a40000;
}

#main {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.full-row {
		display: flex;
	flex-wrap: wrap;
	max-width: var(--site_width);
margin: 0 auto;

}

.postid-463 .avada-single-product-gallery-wrapper {
	flex: 50%;
}

.product-data {
	flex: 0 1 50%;
}

.light-grey {
	margin-top: 36px;
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #f6f6f6;
}

/* Product Data Styles */

#content {
	display: flex;
}

.left-half .avada-single-product-gallery-wrapper {
	margin-right: 36px;
}
	
h2.product-title {
	display: inline-block;
	font-size: 18px !important;
	font-weight: bold !important;
	max-width: 80%;
}

.product-data .product-price {
	color: #a40000;
	font-size: 18px;
	font-weight: bold;
}

hr.product-line {
	max-width: 30%;
	margin-left: 0;
}

.product-data button {
	background-color: #ff9900 !important;
	border-color: #ff9900 !important;
	color: #ffffff !important;
	padding: 12px 24px;
	border-style: none;
	margin-top: 12px !important;
	margin-right: 10px;
	cursor: pointer;
}

.product-data button:hover {
	background-color: #ffffff !important;
	border-color: #ff9900 !important;
	border: 1px solid #ff9900 !important;
	color: #ff9900 !important;

}

img.stars {
	display: block;
	max-width: 100px;
}

/* Shopping Cart Styles */

.cart-contents {
	text-align: center;
	padding-right: 10px;
	color: #A00601;
}

.cart-contents .cart-contents-count {
	background-color: #A00601;
}

.cart-contents:hover {
			  text-decoration: none;
			}
			.cart-contents-count {
				position: absolute;
				top: 5px;
				right: 40px;
				transform: translateY(-105%) translateX(25%);
				font-family: Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-size: 12px;
				line-height: 22px;
				height: 22px;
				width: 22px;
				vertical-align: middle;
				text-align: center;
				color: #fff;
				background: #000;
				border-radius: 50%;
				padding: 1px;  
			}


/* Corporate Rate Styles */

#corporate-rates {
	background-image: url(https://safecheck1.com/wp-content/uploads/2023/02/section-04-banner-image.png);
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 30px;
}

#corporate-rates p,
#corporate-rates h2 {
	color: #ffffff !important;
}

h2.corporate-rates {
	font-weight: bold;
	font-size: 18px;
	max-width: 48%;
	color: #ffffff;
}

.corporate-small {
	padding-bottom: 20px;
}

/* Course Features Styles */

.features {
	flex: 100%;
}

#course-description {
	display: none;
}

#features .features-icons {
	flex: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: center;
}

#features .features-button {
	margin: 0 auto;
}

.course-icons {
	flex: 0 1 20%;
	background-color: #ffffff;
	margin-right: 0;
	text-align: center;
	padding-top: 12px;
	min-height: 150px;
	margin-bottom: 24px;
}

.course-icons p {
	max-width: 70%;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 12px;
}

.button-row  {
	width: 100% !important;
	margin: 0 auto;
	padding-bottom: 24px;
	display: inline-block;
}

.btn-centered {
width: 100%;
	text-align: center;
}

.course-details-button p {
	background-color: #ff9900;
	border-color: #ff9900;
	color: #ffffff;
	padding: 12px;
	border: 1px solid #ffffff;
	width: 250px;
	margin: 0 auto;
}

.course-details-button p:hover {
	background-color: #ffffff;
	border-color: #ff9900;
	border: 1px solid #ff9900;
	color: #ff9900;
	padding: 12px;
	cursor: pointer;
}


/* Course Materials Styles */
#course-materials {
	display: flex;
	width: 100%;
}

p.course-materials {
	flex: 100%;
	color: #000000;
	text-align: center;
}

h2.whats-included {
	flex: 100%;
	font-size: 24px;
	text-align: center;
	margin-top: 0;
}

#course-materials ul li.chevron {
	background: url('https://safecheck1.com/wp-content/uploads/2023/02/chevron.png') no-repeat left center;
  padding: 5px 10px 5px 25px;
  list-style: none;
  margin: 0;
  vertical-align: middle;
}

#course-materials .left-half,
#course-materials .right-half {
	flex: 40%;
	background-color: #ffffff;
	box-shadow: 2px 2px 2px lightgrey;
	margin: 12px;
	
}

#course-materials {
	margin-top: 0;
}

/* Course Content Styles */

#course-content {
	display: flex;
	width: 100%;
	margin-top: 50px;
}

#course-content .half-image {
	margin: 0 auto !important;
}

#course-content .left-half {
	padding-right: 24px;
}

h2.what-learn {
	width: 100%;
	max-width: 80%;
	font-size: 24px;
}

p.course-content {
	color: #000000;
}

#course-content ul {
	padding-left: 0;
}

#course-content ul li.check-mark {
	background: url('https://safecheck1.com/wp-content/uploads/2023/02/check.png') no-repeat left center;
  padding: 5px 10px 5px 25px;
  list-style: none;
  margin: 0;
  vertical-align: middle;
}

/* Related Courses Styles */

#related-courses {
	display: flex;
	width: 100%;
}

p.related-courses {
	width: 100%;
	text-align: center;
	color: #000000;
}

h2.more-training {
	width: 100%;
	text-align: center;
	font-size: 24px;
}



#related-courses div.title { display: none;
}

/* Approved Section Styles */

#approved {
	display: flex;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}


#approved .left-half {
	padding-top: 36px;
	padding-right: 24px;
}

h2.approved-title {
	width: 100%;
	max-width: 80%;
	font-size: 24px;
}

p.approved-text {
	padding-bottom: 20px;
}

#approved .half-image {
	max-width: 80%;
}

/* About The Course Section Styles */

#about-course {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 24px;
	margin-bottom: 24px;
}

#about-course .left-half {
	padding-right: 36px;
}

#about-course p.red-text {
	color: #a40000;
	padding-top: 24px;
	font-size: 16px;
	
}

h2.about-title {
	font-weight: bold;
	font-size: 20px
}

#about-course p {
	font-size: 15px;
}

#purchase-now-button {
	margin-top: 24px !important;
}



/* Customer Reviews Section */

#reviews {
	
	display: flex;
	background-image: url(https://safecheck1.com/wp-content/uploads/2022/03/bg-new-testimonials.jpg);
	margin-top: 50px;
	min-height: 500px;
}

#reviews p.customer-reviews {
		flex: 100%;
	text-align: center;
	color: #ffffff;
	padding-top: 32px;
}

#reviews h2.students-saying {
	flex: 100%;
	text-align: center;
	color: #ffffff !important;
	font-weight: bold;
	
}

#reviews .owl-item {
	border: 20px solid #ffffff;
	background-color: #ffffff;
	flex: 100% !important;
	max-height: 350px !important;
}

#reviews .p1 {
	padding-top: 4% !important;
}

#reviews p:first-child {
	padding-top: 4% !important;
}





/* FAQ Section Styles */

#faq {
	display: flex;
}


#faq .left-half {
	padding-right: 24px;
	flex: 50%;
}

#faq .right-half {
	padding-left: 24px;
	flex: 50%;
}

h2.faq-title {
	width: 100%;
	font-size: 24px;
	text-align: center;
}

.faq {
	border: 1px solid grey;
	border-left: 2px solid #a40000;
	margin-bottom: 12px;

}

.faq-question {
	padding-left: 12px;
	font-weight: bold;
}

.faq-answer {
	padding-left: 12px;
	padding-bottom: 20px;
}

/* Button Styles */

.corporate-button {
	background-color: #ff9900;
	border-color: #ff9900;
	color: #ffffff;
	padding: 12px 24px;
	border: 1px solid #ff9900;
	margin-top: 50px !important;
	margin-right: 10px;
}

.corporate-button:hover {
	background-color: #ffffff;
	border-color: #ff9900;
	border: 1px solid #ff9900;
	color: #ff9900;
}

/* Save Money Styles */
#save-money {
background-image: url(https://safecheck1.com/wp-content/uploads/2023/02/section-09-image.png);
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 30px;
}

#save-money p,
#save-money h2 {
	color: #ffffff !important;
}

.save-money-small a {
	color: #ffffff !important;
	text-decoration: underline;
	text-decoration-color: #ff9900;
}

#save-money .right-half {
	padding-top: 48px;
}

h2.save-money {
	font-weight: bold;
	font-size: 18px;
	max-width: 48%;
}

.save-money-small {
	padding-bottom: 20px;
}

/* Register Now Styles */
#register-now {
background-image: url(https://safecheck1.com/wp-content/uploads/2023/02/section-12-image.png);
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 30px;
	display: flex;
}

#register-now p,
#register-now h2 {
	color: #ffffff !important;
}

#register-now .full-row {
	padding-top: 24px;
	min-width: 802px;
}

h2.register-title {
	font-weight: bold;
	font-size: 18px;
	flex-wrap: wrap;
}

#register-now button {
	background-color: #ff9900;
	border-color: #ff9900;
	color: #ffffff;
	padding: 12px 24px;
	border-style: none;
	margin-top: 12px !important;
	margin-right: 10px;
}

#register-now button:hover {
	background-color: #ffffff;
	border-color: #ff9900;
	border: 1px solid #ff9900;
	color: #ff9900;
	padding: 12px;
}

#register-now .single_add_to_cart_button {
	background-color: #ff9900 !important;
	border-color: #ff9900;
	color: #ffffff;
	padding: 12px 24px;
	border: 1px solid #ff9900;
	margin-top: 12px !important;
	margin-right: 10px;
}

#register-now .single_add_to_cart_button:hover {
	background-color: #ffffff !important;
	border-color: #ff9900;
	border: 1px solid #ff9900;
	color: #ff9900;
	padding: 12px 24px;
}





/* Questions Section */

#questions {
	padding-top: 12px;
}
#questions h2 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 14px;
}

#questions p.inline-link {
	padding-left: 60px;
	padding-right: 60px;
	margin: auto 0;
}

#questions .register-button {
	background-color: #ff9900;
	border-color: #ff9900;
	color: #ffffff;
	padding: 12px 36px;
	border: 1px solid #ff9900;
	margin-top: 14px;
	max-height: 45px;
}

#questions .register-button:hover {
	background-color: #ffffff;
	border-color: #ff9900;
	padding: 12px 36px;
	border: 1px solid #ff9900;
	color: #ff9900;
}

/* Half Column CSS */

.left-half {
	flex: 60%;
}

.right-half {
	flex: 40%;
}

.half-image {
	display: flex;
	flex-wrap: wrap;
	max-width: 60%;
	margin: 0 auto;
}


/* Student Information Styles */

.wc-student-registration-course-participant #first_name::placeholder,
.wc-student-registration-course-participant #last_name::placeholder,
.wc-student-registration-course-participant #email::placeholder,
.wc-student-registration-course-participant #email2::placeholder{
	font-weight: bold;
}

.wc-student-registration-course-participant #first_name-description,
.wc-student-registration-course-participant #last_name-description,
.wc-student-registration-course-participant #email-description,
.wc-student-registration-course-participant #email2-description
{
	color: #ff0000;
}

/* Breadcrumb Styles */

.fusion-breadcrumb-link:hover {
	text-decoration: underline;
}

/* Product Category Page Styles */

.tax-product_cat #content {
	display: block;
}

/* Shop Page Styles */

.woocommerce-shop #main .fusion-row:first-child {
	max-width: 100% !important;
}

.woocommerce-shop .avada-page-titlebar-wrapper {
	display:none;
}

#food-safety-training,
#workplace-safety-training,
#course-bundles,
#business-skills-personal-development {
  scroll-margin-top: 130px;
}

/* Media Queries for Smartphones */

@media only screen and (max-width: 780px)
 { 
	 
.left-half {
	flex: 100%;
}

.right-half {
	flex: 100%;
}

.half-image {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	margin: 0 auto;
}
	 
.avada-product-images-global .woocommerce-product-gallery {
    --woocommerce_single_gallery_size: 400px !important;
}
	
	 .home .fusion-fullwidth {
		 width: 400px !important;
		 max-width: 400px !important;
		 padding: 10px !important;
	 }
	 
/* Course Details Styles */	 
	 #features .features-icons {
		 column-gap: 0;
	 }
.course-icons {
	flex: 0 1 calc(50% - 20px);
	float: none;
	background-color: #ffffff;
	margin: 0 10px;
	margin-bottom: 20px;
}

.course-icons p {
	max-width: 90%;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
	 
/* Corporate Rates Styles */
	 
	 #corporate-rates {
		 text-align: center;
	 }
h2.corporate-rates {
	max-width: 90%;
}
	 
/* Customer Reviews Styles */	
	 
#reviews {
	display: block;
	min-height: 800px;
}
	 
	 #reviews .full-row {
		 display: block;
	 }
	 
#reviews .owl-item {

	display: block !important;
	flex: 0;
	max-width: 800px !important;
	max-height: 700px !important;
}
	 
	 
#reviews .owl-item	 .sa_hover_container {
	padding: 0;
}
	 
	 
/* Training Bundle Styles */
	 
	 #save-money .right-half {
		 width: 80%;
		 margin: 0 auto;
		 text-align: center;
	 }
	 
	 h2.save-money,
	 p.save-money-small,
	 p.training-bundle,
	 a.corporate-button {
	max-width: 90% !important;
		 text-align: center;
}
	a.corporate-button {
		margin-top: 24px !important;
	 }
	 
/* FAQ Styles */	 
	 #faq .right-half {
    padding-left: 0px;
    flex: 100%;
}
	
	 
/* Register Now Styles */	 
	 #register-now {
		 text-align: center;
	 }
	 
	 #register-now .buttons_added,
	 #register-now button {
		 margin: 0 auto;
	 }
	
	 
/* Questions Styles */
	 
	 #questions .full-row {
		 display: block;
		 text-align: center;
	 }
	 
	 #questions p.inline-link {
	margin: 18px auto;
}
	
	 /* About the course */
	 
	 #about-course {
	padding-left: 12px;
		 padding-right: 12px;
}
	 
	 #about-course .left-half,
	 	 #about-course .right-half {
		 padding-bottom: 36px;
	 }
		 
/* Course Content */
	 
	 #course-content {
	padding-left: 12px;
		 padding-right: 12px;
}
	 
	 #course-content .left-half,
	 #course-content .right-half {
		 padding-bottom: 36px;
	 }
	 
	 /* Approved Section */
	 
	 #approved {
		 padding-left: 12px;
		 padding-right: 12px;
	 }
	 
	 #approved .left-half,
	 #approved .right-half {
		 padding-bottom: 36px;
	 }
	 
	 /* FAQ Section */
	 #faq {
		 padding-left: 12px;
		 padding-right: 12px;
	 }
}

.payment-logo {
	max-width: 180px
}

/* Barry CSS End */

@media only screen and (max-width: 800px){
.no-mobile-totop .to-top-container {
   display: block !important;
}
}
@media only screen and (max-device-width: 640px) and (min-device-width: 320px)
{
.no-mobile-totop .to-top-container {
display: block !important;
}
}

/* KD Updates */
h2.product-title {
    display: inline-block;
    font-size: 18px !important;
    font-weight: bold !important;
    max-width: 80%;
}
h2.corporate-rates {
    font-weight: bold;
    font-size: 18px;
    max-width: 48%;
    color: #ffffff!important;
}
#purchase-now-button {
	margin-top: 50px !important;
}
#reviews {
	min-height: 0;
	padding: 50px 15px 80px;
	margin-top: 0;
}
#reviews .owl-item {
	height: auto;
}    
#reviews .owl-item.active {
	height: auto;
}
#reviews .sa_hover_container {
	min-height: 0 !important;
}
#reviews .full-row,
#reviews .fusion-row {
	width: 100%;
}
#about-course {
	padding: 50px 15px;
}
#approved,
.single #content {
	padding: 0 15px;
}
.light-grey {
	padding: 50px 15px;
}
#faq {
    padding: 50px 15px;
}
#course-content {
    margin-top: 0;
    padding: 50px 15px;
}
.product-data {
    padding-left: 24px;
}
@media only screen and (max-width: 1029px){
	.product-data {
		flex: 1;
}
}
@media only screen and (max-width: 820px){
p.save-money-small,	
h2.save-money,
h2.corporate-rates {
    margin-left: auto;
	  margin-right: auto;
}
	.single #content > .full-row {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
	}
	.single #content .product-data {
		padding-left: 0!important;
	}
	#faq .left-half {
		padding-right: 0;
	}
	#register-now {
    height: auto;
    padding: 50px 15px;
    margin-top: 0;
}
	#questions {
    padding: 50px 15px 30px;
}
	#about-course .left-half {
    padding-right: 0;
}
	.single-product .avada-product-images-global .woocommerce-product-gallery {
		width: 100%;
	}
	#save-money,
	#corporate-rates {
		background: #A40001;
	}
	h3.save-money, p.save-money-small, p.training-bundle, a.corporate-button {
		margin: auto;
	}
	#register-now .full-row {
		min-width: 0;
	}
	#register-now .single_add_to_cart_button {
		margin-right: 0;
	}
}
.single-product #register-now .post-content,
.single-product #register-now .efw-fee-notice,
.single-product .product-data .efw-fee-notice,
.single-product .product-data .post-content {
	display: none;
}
.single-product #content .full-row {
	width: 100%;
}