/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.pr3-logo-text {
    font-family: 'Bruno Ace', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
}

.ti-widget.ti-goog .ti-controls .ti-next:after, .ti-widget.ti-goog .ti-controls .ti-prev:after, .ti-widget.ti-goog .ti-controls .ti-next:before, .ti-widget.ti-goog .ti-controls .ti-prev:before, 
.ti-widget.ti-goog .ti-controls-line .dot {
	background: #388DBB !important;
}

.ti-widget.ti-goog .ti-controls-line {
	background: #388DBB59 !important;
}

article.post.category-professional-massage-therapist .entry-meta {
    display: none !important;
}

.el-form.am-fs__info-form .el-form-item:last-child .el-form-item__content {
 	background-image: url('/wp-content/uploads/2024/10/simple_body_anatomy_for_massage.webp');
  	background-repeat: no-repeat; 
  	background-position: center;
    background-size: 100% auto;
    width: auto;
    height: 40vh;
	align-content: flex-start;
}

.el-form.am-fs__info-form .el-form-item:last-child .el-form-item__content > div {
	display: none !important;
}

/* Amelia - Hide employee from comfirmation step */
div.am-fs__congrats-info-app-employee {
	display: none !important;
}

/* Podcast - Hide author */
article.podcast li.meta-author {
	display: none !important;
}