/*
Theme Name: Flow Pros
Theme URI: http://adeptplus.com/
Template: kadence
Author: AdeptPlus
Author URI: http://adeptplus.com/
Description: Flow Pros child theme for the Kadence Theme.
Version: 1.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: flowpros2025
*/

/* Theme customization starts here
-------------------------------------- */

/* body - global variables */
body {
	--global-kb-spacing-xxl: 3.5rem;
	--global-kb-spacing-xl: 2.5rem;
	--global-kb-spacing-md: 30px;
	--global-kb-spacing-sm: 20px;
	-webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
	body {
		--global-kb-spacing-xxl: 4rem;
		--global-kb-spacing-xl: 3rem;
	}
}
@media screen and (min-width: 1025px) {
	body {
		--global-kb-spacing-xxl: 80px;
		--global-kb-spacing-xl: 60px;
		--global-kb-spacing-lg: 50px;
	}
}

/* paragraph
-------------------------------------- */
.single-content p {
	margin-bottom: 20px;
}
.single-content p:last-child {
	margin-bottom: 0;
}
.hypen-auto {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/* headings
-------------------------------------------------------------- */
.single-content h1, 
.single-content h2, 
.single-content h3, 
.single-content h4, 
.single-content h5, 
.single-content h6 {
	margin-bottom: 20px;
}
.single-content h1:last-child, 
.single-content h2:last-child, 
.single-content h3:last-child, 
.single-content h4:last-child, 
.single-content h5:last-child, 
.single-content h6:last-child {
	margin-bottom: 0;
}

/* blockquote
-------------------------------------------------------------- */
.entry-content blockquote:last-child {
	margin-bottom: 0;
}

/* Forms
--------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
::-moz-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
::-ms-input-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
::placeholder {
	color: #9E9E9E;
	opacity: 1;
}
input, select, textarea,
.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme form .gfield textarea {
	color: var(--global-palette4);
	font-size: 16px;
	line-height: 1.625;
	font-family: var(--global-body-font-family);
	font-weight: 400;
	padding: 5px 10px;
	width: 100%;
	background-color: var(--global-palette9);
	border: 1px solid #E0E0E0;
	border-radius: 4PX;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	min-height: unset;
}
input:focus,
textarea:focus {
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
.gform_wrapper.gravity-theme {
	color: var(--global-palette3);
	background: #E0E0E0;
	border: 1px solid #9E9E9E;
	padding: 30px 20px;
	position: relative;
}
.gform_wrapper.gravity-theme form .gfield textarea {
	display: block;
}
.gform_wrapper.gravity-theme form .gform_footer {
	padding: 0;
	margin-top: 24px;
}
.gform_wrapper.gravity-theme form select {
	font-size: 16px;
	height: 38px;
	padding: 0 10px;
}
.gform_wrapper p.gform_required_legend {
	display: none;
}
.gform_wrapper.gravity-theme form .gfield_required {
	color: var(--global-palette4);
}
.gform_wrapper form .gform_body .gform_fields {
	grid-row-gap: 25px;
	grid-column-gap: 25px;
}
.gform_wrapper form .gform_body .gfield_label {
    color: var(--global-palette4);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--global-body-font-family);
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
}
.gform_wrapper.gravity-theme form .gform_footer {
	text-align: center;
	justify-content: center;
}
.gform_wrapper.gravity-theme form .gform_footer input[type="submit"] {
	line-height: 1 !important;
}
@media screen and (min-width: 1200px) {
	.gform_wrapper.gravity-theme {
		padding: var(--global-kb-spacing-xxl);
	}
	input, select, textarea,
	.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
	.gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
	.gform_wrapper.gravity-theme form .gfield textarea {
		padding: 10px 16px;
	}
	.gform_wrapper.gravity-theme form select {
		padding: 0 15px;
		height: 48px;
	}
}
/* end of Forms */

/* Password Protected
 * ----------------------------------------------------------------------- */
.single-content > .post-password-form {
    padding: 30px;
    background: var(--global-palette9);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	max-width: 800px;
}
.single-content > .post-password-form input[type="submit"] {
	margin-top: 10px;
	width: auto;
}

/* page title
------------------------------------------------------------- */
.entry-hero.page-hero-section .entry-header, 
.entry-hero-container-inner .entry-header {
	padding-top: var(--global-kb-spacing-xl);
	padding-bottom: var(--global-kb-spacing-xl);
}

/* 404 template
-------------------------------------------------------------------------- */
body.error404 {
	background-blend-mode: darken;
}
.error404 .content-area {
	padding: var(--global-kb-spacing-xl) 20px;
	margin: 0;
}
.error404 .page-content {
	margin-top: 0;
}
.error404 .error .page-header {
	margin-bottom: 20px;
}
.error404 .error .search-form .kadence-search-icon-wrap {
	color: var(--global-palette3);
}
@media screen and (min-width: 1025px) {
	.error404 .content-area {
		padding-top: var(--global-kb-spacing-3xl, 6.5rem);
		padding-bottom: var(--global-kb-spacing-3xl, 6.5rem);
	}
}

/* search template
-------------------------------------------------------------------------- */
body.search .pagination {
	text-align: center;
}
body.search article.loop-entry {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}
body.search article.loop-entry .post-thumbnail {
	padding-bottom: 100%;
}
.more-link-wrap > a {
	color: var(--global-palette-btn);
	background: var(--global-palette-btn-bg);
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;

	padding: 12px 16px;
	display: inline-flex;
	align-items: center;
}
.more-link-wrap > a:hover,
.more-link-wrap > a:focus {
	color: var(--global-palette-btn-hover);
	background: var(--global-palette-btn-bg-hover);
	border-color: var(--global-palette-btn-bg-hover);
}
.more-link-wrap > a .kadence-svg-iconset.svg-baseline svg {
	top: 0;
}
@media screen and (min-width: 768px) {
	.more-link-wrap > a {
		font-size: 16px;
		padding: 13px 18px;
	}
	body.search article.loop-entry .post-thumbnail {
		height: 100%;
	}
}
@media screen and (min-width: 1025px) {
	.more-link-wrap > a {
		font-size: 18px;
		padding: 15px 20px;
	}
}

/* same height column with image
----------------------------------------------------- */
@media screen and (min-width: 768px) {
	.wp-block-kadence-column.sh-img-col .wp-block-kadence-image,
	.wp-block-kadence-column.sh-img-col .wp-block-image,
	.wp-block-kadence-column.sh-img-col .wp-block-kadence-image .kb-image-has-overlay,
	.wp-block-kadence-column.sh-img-col .wp-block-image .kb-image-has-overlay,
	.wp-block-kadence-column.sh-img-col .wp-block-kadence-image .kb-is-ratio-image,
	.wp-block-kadence-column.sh-img-col .wp-block-kadence-image img,
	.wp-block-kadence-column.sh-img-col .wp-block-image img {
		height: 100%;
	}
	.wp-block-kadence-column.sh-img-col .wp-block-kadence-image img,
	.wp-block-kadence-column.sh-img-col .wp-block-image img {
		object-fit: cover;
		width: 100%;
	}
}

/* Header 
------------------------------------------------------------------ */
#masthead .menu > li:first-child > a {
	padding-left: 0;
}
#masthead .menu > li:last-child > a {
	padding-right: 0;
}
#masthead .menu .kadence-menu-has-icon > a,
#mobile-drawer .kadence-menu-has-icon.menu-item > a {
	display: flex;
	align-items: center;
}

/* main row */
#primary-menu .kadence-menu-has-icon > a .menu-label-icon-wrap,
#mobile-menu .kadence-menu-has-icon > a .menu-label-icon-wrap {
	margin-right: 15px;
}
#primary-menu .menu-item > a:not([href]):hover,
#primary-menu .menu-item > a:not([href]):focus,
#mobile-menu .menu-item a:not([href]):hover,
#mobile-menu .menu-item a:not([href]):focus {
	color: inherit;
}
#primary-menu .menu-item .sub-menu .menu-item > a:not([href]):hover,
#primary-menu .menu-item .sub-menu .menu-item > a:not([href]):focus,
#mobile-menu .menu-item .drawer-nav-drop-wrap:hover,
#mobile-menu .menu-item .drawer-nav-drop-wrap:focus,
#mobile-menu .menu-item .drawer-nav-drop-wrap:hover a:not([href]):hover,
#mobile-menu .menu-item .drawer-nav-drop-wrap:focus a:not([href]):focus {
	color: var(--global-palette9);
}
#masthead .nav--toggle-sub .nav-drop-title-wrap .dropdown-nav-toggle {
	color: #757575;
	font-size: 15px;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23757575' d='M207 381.5L12.7 187.1c-9.4-9.4-9.4-24.6 0-33.9l22.7-22.7c9.4-9.4 24.5-9.4 33.9 0L224 284.5l154.7-154c9.4-9.3 24.5-9.3 33.9 0l22.7 22.7c9.4 9.4 9.4 24.6 0 33.9L241 381.5c-9.4 9.4-24.6 9.4-33.9 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	width: 11px;
	height: 18px;
}
#masthead .nav--toggle-sub .current-menu-parent .nav-drop-title-wrap .dropdown-nav-toggle {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%231A82DA' d='M207 381.5L12.7 187.1c-9.4-9.4-9.4-24.6 0-33.9l22.7-22.7c9.4-9.4 24.5-9.4 33.9 0L224 284.5l154.7-154c9.4-9.3 24.5-9.3 33.9 0l22.7 22.7c9.4 9.4 9.4 24.6 0 33.9L241 381.5c-9.4 9.4-24.6 9.4-33.9 0z'/%3E%3C/svg%3E");
}
#masthead .nav-drop-title-wrap .kadence-svg-iconset.svg-baseline svg {
	top: 0;
	opacity: 0;
}
.mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
	border-left: 0;
}
.header-call-text {
	display: flex;
	align-items: center;
	line-height: 1.4;
}
.header-call-text .img-wrap {
	margin-right: 10px;
}
.header-call-text .img-wrap img {
	max-width: 72px;
	border-radius: 100px;
}
.header-call-text .content-wrap  {
	color: var(--global-palette3);
	font-size: 15px;
}
.header-call-text .content-wrap > div:first-child {
	font-weight: 700;
}
.header-call-text .content-wrap > div:nth-child(2) {
	color: var(--global-palette6);
	font-size: 13px;
}
.header-call-text .content-wrap a {
	color: var(--global-palette3);
	font-weight: 500;
	text-decoration: none;
}
.header-call-text .content-wrap a:hover,
.header-call-text .content-wrap a:focus {
	color: var(--global-palette2);
}
@media screen and (min-width: 1025px) {
	#primary-menu .submenu-heading > a {
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
	}
	#masthead #primary-menu .highlight.menu-item {
		margin-left: 16px;
	}
	#masthead #primary-menu .highlight.menu-item > a {
		color: var(--global-palette-btn);
		font-size: 18px;
		line-height: 1;

		background-color: var(--global-palette2);
		padding: 15px 20px;
	}
	#masthead #primary-menu .highlight.menu-item > a:hover,
	#masthead #primary-menu .highlight.menu-item > a:focus {
		color: var(--global-palette-btn-hover);
		background-color: var(--global-palette-btn-bg-hover);
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) { 
	.header-call-text.mobile-view {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	#masthead .site-top-header-wrap .site-header-section-center {
		display: block;
		text-align: center;
	}
	#masthead .site-top-header-wrap .site-header-section-center .site-header-item,
	#mobile-header .mobile-navigation > .mobile-menu-container.drawer-menu-container > ul.menu {
		justify-content: center;
	}
	.header-call-text {
		padding: 5px 0;
		justify-content: center;
	}
	.header-call-text.tablet-view {
		display: none !important;
	}
	.header-call-text .content-wrap {
		color: var(--global-palette9);
		font-size: 12px;
	}
	.header-call-text .content-wrap a {
		color: var(--global-palette9);
	}
	.header-call-text .content-wrap a:hover,
	.header-call-text .content-wrap a:focus {
		color: var(--global-palette3);
	}
}

/* Footer
---------------------------------------------------------------------- */
#colophon .site-middle-footer-inner-wrap .widget-area .widget-title {
	margin-bottom: 8px;
}
#colophon .menu-item {
	line-height: 1.5;
}
#colophon .menu-item:not(:last-child) {
	margin-bottom: 8px;
}
#colophon .widget_nav_menu a {
	padding: 0;
}
#colophon .menu .current-menu-item a {
	color: var(--global-palette2);
}
#footer-logo img {
	filter: grayscale(1) brightness(0) invert(1);
}
@media screen and (min-width: 991px) {
	#colophon .site-middle-footer-wrap .site-footer-row,
	#colophon .site-footer-middle-section-2 .footer-widget-area-inner.site-info-inner {
		display: flex;
		justify-content: space-between;
	}
	#colophon .site-footer-middle-section-2 .footer-widget-area-inner.site-info-inner {
		column-gap: var(--global-kb-spacing-md);
	}
	#colophon .site-middle-footer-inner-wrap .widget-area .widget-title {
		margin-bottom: 20px;
	}
	#footer-logo figure {
		margin-left: 0;
	}
}
@media screen and (min-width: 1200px) {
	#colophon .site-footer-middle-section-2 .footer-widget-area-inner.site-info-inner {
		column-gap: 40px;
	}
}
@media screen and (max-width: 990px) {
	#colophon {
		text-align: center;
	}
	#colophon .menu-item br {
		display: none;
	}
}

/* Copyright */
#colophon .sep {
    margin-left: 5px;
    margin-right: 5px;
}
@media screen and (min-width: 1200px) {
    #colophon .sep {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 1024px) {
	.site-bottom-footer-wrap .site-footer-row-container-inner {
		padding-right: 55px;
	}
}

/* mobile no br
--------------------------------------------- */
@media screen and (max-width: 1024px) {
	.mobile-no-br br {
		display: none;
	}
}

/* transparent bg
---------------------------------- */
.bg-transparent,
.bg-transparent > .kt-inside-inner-col {
	background-color: transparent !important;
}

/* image filters
---------------------------------- */
.img-filter-style1 img {
	filter: brightness(140%) saturate(0);
}
.img-filter-style2 img {
	filter: contrast(1.2) saturate(0.4) grayscale(1);
}

/* decor arrows 
---------------------------------- */
@media screen and (min-width: 1025px) {
	.arrow-decor-col {
		position: relative;
		overflow-y: hidden;
	}
	.arrow-decor-col::after {
		content: '';
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		position: absolute;
	}
	.arrow-decor-col1::after {
		width: 164px;
		height: 352px;
		background-image: url(images/arrow-decor1.png);

		top: 15px;
		left: 97px;
	}
	.arrow-decor-col2::after {
		width: 179px;
		height: 716px;
		background-image: url(images/arrow-decor2.png);
		mix-blend-mode: screen;

		top: 0;
		right: 0;
	}
	.left-arrow-sec::before {
		content: '';
		display: block;
		background: url(images/left-arrow-secbg.png) no-repeat;
		background-size: calc(100% + 100px) 220%;
		background-position: 100% -150px;
		width: 439px;

		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}
}

/* blend mode
---------------------------------- */
.bg-blend-lighten {
	background-blend-mode: lighten;
}

/* TEstimonials section
------------------------------------------------ */
.kt-testimonial-grid-wrap .kt-testimonial-item-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-kadence-testimonials .kt-testimonial-grid-wrap .kt-testimonial-item-wrap {
	background-image: url(images/reviews-bg.png);
	background-repeat: no-repeat;
	background-position: calc(100% + 18px) 110px;
}
.kt-svg-testimonial-rating-icon:not(:last-child) {
	margin-right: 8px;
}
.kt-testimonial-item-wrap .kt-testimonial-meta-wrap {
	margin-top: 24px;
}
@media screen and (max-width: 1024px) {
	.wp-block-kadence-testimonials .kt-testimonial-grid-wrap .kt-testimonial-item-wrap {
		background-size: 55px;
		background-position-y: 50%;
	}
}
@media screen and (max-width: 767px) {
	.wp-block-kadence-testimonials .kt-testimonial-grid-wrap .kt-testimonial-item-wrap {
		text-align: center;
	}
	.wp-block-kadence-testimonials .kt-testimonial-item-wrap .kt-testimonial-meta-wrap {
		justify-content: center;
	}
}

/* cloud col
------------------------------ */
.cloud-bg-col.wp-block-kadence-column > .kt-inside-inner-col:before {
	right: -50px;
}
@media screen and (min-width: 1025px) {
	.cloud-bg-col.wp-block-kadence-column > .kt-inside-inner-col:before {
		right: -170px;
	}
}
@media screen and (max-width: 1024px) {
	.cloud-bg-col.wp-block-kadence-column > .kt-inside-inner-col:before {
		background-size: contain;
	}
}

/* process section
------------------------------- */
#process-row > .kt-row-column-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.process-col {
	width: 218.39px;
}
.process-img-wrap {
	position: relative;
	width: 160px;
	height: 160px;
}
.process-img-wrap::before {
	content: '';
	display: block;
	width: 196px;
	height: 196px;
	background: #A1D0FC;
	border-radius: 100px;

	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
}
.process-col:nth-child(5n + 2) .process-img-wrap::before {
	background: linear-gradient(90deg, #A5D5FB 0%, #71C3FB 100%);
}
.process-col:nth-child(5n + 3) .process-img-wrap::before {
	background: #74C5FB;
}
.process-col:nth-child(5n + 4) .process-img-wrap::before {
	background: #6DB9F9;
}
.process-col:nth-child(5n + 5) .process-img-wrap::before {
	background: #77BFFA;
}
@media screen and (min-width: 1025px) {
	.process-img-wrap::before {
		height: 98px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
}

/* recaptcha
---------------------------------- */
.grecaptcha-badge {
	bottom: 70px !important;
	z-index: 3;
}

/* single resource template
-------------------------------------- */
.single-resource.content-width-narrow .hero-container.site-container {
	max-width: var(--global-content-width);
}

/* resources grid 
------------------------------------- */
.resources-grid.wp-block-kadence-postgrid .kt-blocks-post-grid-item .entry-title {
	padding-bottom: 0;
}
@media screen and (max-width: 767px) {
	.resources-grid {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* why us
--------------------------------------- */
.whyus-infobox.wp-block-kadence-infobox .kt-infobox-textcontent h4.kt-blocks-info-box-title {
	word-break: auto-phrase;
}
@media screen and (max-width: 1279px) and (min-width: 1025px) {
	.whyus-wrap-col.wp-block-kadence-column > .kt-inside-inner-col {
		padding-right: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.whyus-infobox.wp-block-kadence-infobox .kt-infobox-textcontent h4.kt-blocks-info-box-title br {
		display: none;
	}
}
@media screen and (max-width: 1024px) and (min-width: 900px) {
	#whyus-boxes > .kt-row-column-wrap {
		grid-template-columns: repeat(4, 1fr);
	}
}


/* Service Area Page */
/* Layout 1 */
.service-areas-list.grid-cols {
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
    row-gap: 9px;
}
.service-areas-list .service-mitigation {
	line-height: 1;
}
.service-areas-list .entry-header {
    margin-bottom: 0;
}
.service-areas-list .entry-title a {
	border-radius: 7px;
    padding: 7px 5px 8px;
    background-color: var(--global-palette2);
    display: block;
    color: #fff;
	text-align: center;
}
.service-areas-list .entry-title a:hover {
	background-color: var(--global-palette-btn-bg-hover)
}

@media screen and (max-width: 991px) {
	.service-areas-list .entry-title a {
		padding: 10px;
	}
}

.gform_wrapper.gravity-theme #gform_fields_2 .gfield_description{
	color: #ffffff;
}

/* menu revision */
#menu-item-855.kadence-menu-mega-enabled > .sub-menu {
	grid-row-gap: 0 !important;
}
@media screen and (min-width: 1200px) {
	#colophon ul#menu-footer-plumbing {
		display: grid;
    	grid-template-columns: repeat(2, auto);
		grid-column-gap: 30px;
	}
}