/*
*
* Editor Styles for Mahogany Blocks 
* Always Plumbing
*
*/


@font-face {
	src: url('fonts/Oswald-VariableFont_wght.otf');
	font-family: 'Oswald';
}
h1, h2, h3, h4, h5, h6, .wp-block-buttons a, .wp-block-group .cat-button a { font-family: 'Oswald', Arial, sans-serif; }
.wp-block-group.sitewidth { width: 94%; margin-left: auto; margin-right: auto; max-width: 1140px; }

.the-content .wp-block-columns,
.the-content .is-layout-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 40px;
	justify-content: space-between;
}
.the-content .wp-block-button__link,
.the-content form input[type='submit'] {
	font-size: 22px;
	text-transform: none;
	padding-top: 0;
	padding-bottom: 0;
	transform: scale(1);
	transition: all 0.2s ease;
}
.the-content .wp-block-button__link:hover,
.the-content form input[type="submit"]:hover {
	transform: scale(1.1);
}
.the-content .wp-block-group h3,
.the-content .wp-block-group h4,
.the-content .wp-block-group h5 {
	font-family: 'Oswald';
}
.the-content #circle-images-section img,
.the-content #circle-images-section figure { width: 120px; height: 120px; min-width: 120px; max-height: 120px; min-height: 120px; }
.the-content.row #circle-images section.wp-block-group>.wp-block-group__inner-container>.wp-block-group {
	width: 100%;
}
#circle-images-section h4 { 
	margin-top: 0;
	color: #143b87;
}
h2 strong { color: #143b87; }
.wp-block-button.cat-button {
	padding: 0;
}
.entry-content .the-content .wp-block-group p { font-size: 16px; }
body .entry-content .wp-block-group.blue-bg p,
body .entry-content .wp-block-group.blue-bg h2,
body .entry-content .wp-block-group.blue-bg h2 strong,
body .entry-content .wp-block-group.blue-bg h3,
#services-list-section h2 strong { color: #fff; }
body .entry-content .wp-block-goup.blue-bg .wp-block-buttons .wp-block-button,
body .entry-content .wp-block-goup.blue-bg .wp-block-buttons .wp-block-button strong,
body .blue-bg .wp-block-button a strong { color: #143b87 !important; }
body #three-icons-section {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
body .the-content.row .wp-block-group>.wp-block-group__inner-container>.wp-block-group {
	max-width: 1140px;
}
body.page-template-default .the-content.row .wp-block-group>.wp-block-group__inner-container>.wp-block-group:not(.sitewidth),
body#body.page-template-default .the-content.row > #hero.wp-block-group.alignfull > .wp-block-group__inner-container.is-layout-constrained > .wp-block-group{ 
	width: 100%;
	max-width: 100%;
}
body.page-template-default .the-content.row .wp-block-group form input[type="submit"] { 
	background-color: #f2de00 !important;
	color: #143b87 !important;
	font-family: 'Oswald';
	font-weight: bold;
	text-transform: none;
	border-radius: 30px !important;

	padding: 0 20px;

 }
body.page-template-default .the-content.row > .wp-block-group.alignfull > .wp-block-group__inner-container.is-layout-constrained > .wp-block-group:not(.alignfull), body#body.page-template-default .the-content.row > #hero.wp-block-group.alignfull  .wp-block-columns:not(.alignfull),
body.page-template-default .the-content.row .sitewidth {
	width: 90%; 
	max-width: 1140px;
	margin-left: auto; 
	margin-right: auto;
}
body.page-template-default #main .the-content #all-services li,
body.page-template-default #main .the-content #all-services li a { color: #fff; }

body#body.page-template-default #banner.row,
body.page-template-default #cat-one.row { display: none; visibility: hidden; }

#hero h1 { color: #fff; }
body.page-template-default .wavyline { width: 100% !important; max-width: 100% !important; background-repeat: repeat-x; height: 120px !important; }
@media All and (min-width: 650px) {
	#body.page-template-default #hero.wp-block-group.alignfull {
	padding-top: 150px !important;
}
	#hero h1 { font-size: 48px; }
	form input[type="submit"]:hover { cursor: pointer; }
}

.the-content.row #testimonials-section .testimonial-title { justify-content: center; align-items: center; gap: 20px; } #testimonials-section .testimonial-title .five-stars { align-items: center; justify-content: flex-start; gap: 20px; }
#testimonials-section .testimonial-title .five-stars { gap: 5px; }
#hero .wp-block-buttons.is-layout-flex { justify-content: flex-start; gap: 20px; }


@media All and (max-width: 650px) {
	body.page-template-default #banner { display: none !important; visibility: hidden !important; }
	body.page-template-default .wp-block-columns { flex-direction: column; align-items: center; gap: 30px; }
	body.page-template-default .wp-block-buttons { justify-content: center; align-items: center; gap: 20px; }
	body.page-template-default .wp-block-buttons .wp-block-button a { padding-top: 15px; padding-bottom: 15px; }
	body.page-template-default #main .the-content #all-services ul { display: block; text-align: center; width: 100%; margin: 0 auto 20px auto; }
	body.page-template-default #main .the-content #all-services ul > li > a { margin-left: auto; margin-right: auto; float: none; padding: 8px 10px; display: inline-block; clear: both; text-align: center; max-width: 60%; }
}