/*
Theme Name: PlumbingPros
Theme URI: https://www.interactive-design.gr/
Author: Interactive Design
Author URI: https://www.interactive-design.gr/
Template: twentytwentythree
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#customer-lobby-review-widget { margin: 0 !important; }

.rounded-corners { border-radius: 8px; }
.mt-0 { margin-top: 0; }
.list-style-type-none { list-style-type: none; }
.yellow_highlight a::first-line {
	color: #fcb900;
	/*font-weight: 400;*/
}

.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 10px;
}

input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
textarea,
select {
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 .75em;
	height: 2.507em;
	font-size: .97em;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	background-color: #fff;
	color: #333;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	transition: color .3s, border .3s, background .3s, opacity .3s;
}

textarea {
	padding-top: 10px;
	min-height: 120px;
	font-family: inherit;
}

form.wpcf7-form input.wpcf7-submit {
	-webkit-transition: all linear 100ms;
	-o-transition: all linear 100ms;
	transition: all linear 100ms;
	font-weight: 800;
	border: 1px solid #3d8b3d;
	border-bottom-width: 6px;
	background-color: #5cb85c;
	color: #fff;
	padding: 19px 15px 16px;
	width: 100%;
	text-transform: uppercase;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 1em;
	line-height: 2.4em;
	min-height: 2.5em;
	max-width: 100%;
}

@media screen and (max-width: 468px) {
	.yellow_highlight a::first-line {
		color: #fff;
	}
	
	.side-by-side { gap: 1rem !important; }
}