/* 
Theme Name: Bathroom Masters Pro
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
a:focus {
	outline: none !important;
}

/* Ellas Bubbles products styling */
.wpb_wrapper h1 strong {
	font-weight: normal !important;
	line-height: 1.2em !important;
}

/* Hide gallery titles */
.elementor-slideshow__title {
	display: none !important;
}

/* Google Reviews */
.ti-rating-text {
	display: none !important;
}

/* Gravity Forms */
.gform_fields {
    row-gap: 10px !important;
}
.gform-body input::placeholder,
.gform-body textarea::placeholder,
.gform-body select::placeholder,
.gform_confirmation_message {
    font-family: "Poppins" !important;
	color: #909090 !important;
}
.gform_confirmation_message {
    color: #fff !important;
	text-align: center !important;
}
.gform-body label,
.gform-body legend {
	font-family: "Anton-Regular" !important;
    color: #16A2B4 !important;
}
.gform-body input,
.gform-body textarea,
.gform-body select {
	background-color: #f4f4f4 !important;
	border: 0px !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}
.gform_button {
    background-color: #3361dd !important;
    color: #fff !important;
    padding: 12px 30px !important;
    font-family: "Anton-Regular" !important;
    font-size: 22px !important;
	text-transform: uppercase !important;
    border: 2px solid #3361dd !important;
	border-radius: 100px !important;
}
.gform_wrapper .gform_validation_container {
    display: none;
}
.gform_footer {
	justify-content: center !important;
}