/*!
Theme Name: computrol
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: computrol
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

computrol is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
	- Colors
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Footer
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

main>article>.entry-header>h1.entry-title{
	display: none;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;

}

body p{
	font-size: 1.25em;
}

.font-size-small{
	font-size: .8rem;
}

#page span>a{
	color: inherit ;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h2{
	font-size: 3rem;
}

h2>a{
	text-decoration: none;
	color: inherit;
}

h1{
    font-size: 3rem;
}


@media screen and (max-width:767px){
	h1{
		font-size: 2rem;
	}
	
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--cpt-white);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Colors */
:root{

	--cpt-grey:	#bbbcbc;
	--cpt-black:	#121618;	
	--cpt-green:	#87c846;
	--cpt-yellow:	#f4d539;
	--cpt-white:	#f4f8f8;
	--cpt-navy:	#002e54;
	--cpt-marine:   #33aecc;
	--cpt-blue:     #0a6390;

}




/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
#site-navigation{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: all .3s ease-in-out;
}

#site-navigation.hide{
	transform: translate(0, -100%)
}

#menu-item-2012 a{
    padding: 0.5em;
    background-color: #87c846;
	border-radius: 10px;
}
#menu-item-2012 a:hover{
	text-decoration: none;
	background-color: #444;
	color: white;
}
.main-navigation li>a {
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-weight: 600;


}

/*===========================================
	SMALLEST SCREEN MENU STYLING 
============================================*/

@media screen and (max-width:500px){
	
	
	li.has-child{
		flex-direction: column;
		color: inherit;
	}

	
} 

/* 500px query end */


/*========================================== 
	TABLET TO PHONE MENU STYLING 
==========================================*/




@media screen and (max-width: 900px){
	.header-navigation.hamburger-header-menu[data-menutype="slidedown"]:not(.open) {
	transform: translate3d(100%, 0, 0) !important;
	}

	.main-navigation ul{
		flex-direction: column;
		align-items: center;
	}
	

	.menu-toggle {
		display: none;
	}

	.main-navigation ul ul{
		min-width: 100%;
		max-height: 0px;
		margin: 0 1em;
		overflow: hidden;
		background-color: transparent;
		box-shadow: none;
		position: static;
		transition: all .3s ease-in-out;
	}

	.main-navigation ul ul li{
		color: #f9f8f2;
	}

	.main-navigation li {
		margin-left:0;
	}

	#menu-main-menu>li{
		margin-top: 3em;
	}
	
	li.menu-item-has-children>.dropdown_toggle{
		background-color: var(--cpt-marine);
		margin-left: 30px !important;
	
	}
}



/* @media (min-width: 936px){
#header-row>div .kt-row-layout-right-half>.wp-block-kadence-column.inner-column-3 {
    -webkit-flex: 3;
    flex: 3;
}} */


.menu-main-menu-container{
	width: 100%;
}

@media screen and (max-width:900px){

	
	.menu-main-menu-container{
		position: absolute;
		background-image: url('/wp-content/uploads/2021/10/menu-background-2x-100.jpg');
		margin-top: 10px;
	}

	

	.menu-main-menu-container>ul#menu-main-menu{
		height: 101vh;
		justify-content: flex-start;
	}



}


.site-branding{
	display: none;
}
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 2em;
}

/* DESKTOP STYLING */
@media screen and (min-width:1025px){
	.kt-row-layout-inner > .kt-row-column-wrap > .kadence-column_227696-76{
	flex: 4 !important
}
}
@media screen and (min-width:901px) {

	#header-row .inner-column-2 {

	display: none !important;

}



#mainhamburger .hamburger {
  display: none;
}

}

@media screen and (min-width: 901px){
	.main-navigation ul ul {
	float: left;
	position: absolute;
	margin: 0;
	top: 100%;
	width: 150px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
	max-height: 0;
	overflow: hidden;
	left: 0;
	transition: all .3s ease-in-out;
	z-index: 99999;
	background: var(--cpt-blue);
	box-shadow: -9px 7px 14px -5px rgb(0 0 0 / 20%);
	
}
}


footer .main-navigation ul ul{
	max-height: unset;
	box-shadow: unset;
	background: unset;
	position: static;
}
.main-navigation ul ul li{
	color:#575552;
	padding:0.7em;
} 

.main-navigation ul ul li a:hover, .main-navigation ul ul li a:active{
	text-decoration: underline #87c846 3px;
	color:#fff;
} 

.main-navigation ul ul li:last-of-type{
	padding-bottom:1.2em;
	padding-top:0;
} 

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

/* .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
	max-height: 500px;
} */

.main-navigation ul li:hover > .dropdown_toggle::after{
	
	transition:all .3s ease-in-out;
}

.main-navigation ul li:hover > .dropdown_toggle::after{

	transform: rotate(135deg);
}



li.menu-item-has-children{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

footer li.menu-item-has-children{
	display: flex;
	flex-direction: column;
}

li.menu-item-has-children>.dropdown_toggle{
	position: relative;
	margin-left: 5px;
	padding: 0 5px;
}

footer li.menu-item-has-children>.dropdown_toggle{
	display: none;
}

#menu-footer-nav{
	margin-left: 15px;
}

/* @media screen and (max-width:1149px){
	.menu-footer-nav-container{
		display: none;
	}

.main-navigation ul ul li:last-of-type{
	padding:1em;
} 



	
} */

li.menu-item-has-children>.dropdown_toggle::after{
	content:' ';
	display: inline-block;
	position: relative;
	top: -3px;
	width: 10px;
	height: 10px;
	/* margin-left: 6px; */
	transition: all .3s ease-in-out;
	transform: rotate(-45deg);
	border-left: 3px solid white;
	border-bottom: 3px solid white;
}

footer li.menu-item-has-children>.dropdown_toggle::after{
	border-color: #575552;
}


@media screen and (max-width:900px){
	.dropdown_toggle.active ~ ul.drop-down{
	max-height: 500px;
}
}

@media screen and (min-width: 901px){
	.dropdown_toggle:hover ~ ul, .dropdown_toggle:active ~ ul, footer li.menu-item-has-children:hover ul,li.menu-item-has-children:hover ul{
	max-height: 500px;
}
}


li.menu-item a {

	transition: 0.5s;

}

li.menu-item a:hover, li.menu-item a:active{
	font-weight: 600;
	text-decoration: underline 5px;
	/* text-underline-position: below; */
	text-underline-offset: 0.5em;
	color:#87c846;
	transition: 0.5s;
	
}

header a[aria-current=page],header .current_page_parent{
	/* font-weight: 800; */
	text-decoration: underline 3px;
	text-underline-offset: 0.5em;
	
	
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post{
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
body .kt-inside-inner-col>.wp-block-cover{
	height: 100%;
}
.kb-gal-image-radius img{
	border-radius: 10px;
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/* FOOTER */

/* ABSOLUTE FOOTER */

#page-bottom a{
	text-decoration: none;
	color: white;
}

#page-bottom a::before{
	content: ' ';
	width: 25px;
	height: 30px;
	border-radius: 5px;
	margin-bottom: 10px;
	background:white;
	clip-path: polygon(50% 0%, 100% 50%, 90% 50%, 50% 10%, 10% 50%, 0 50%);
	display: block;
	margin: auto;
	transition: all .3s ease-in-out;

}

#page-bottom a:hover::before{
	transform: translate(0, -10px);
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.type-page>.entry-content{
	padding-left: 10vw;
	padding-right: 10vw;
}

/* .single-post article.post>.entry-content{

	padding-left: 10vw;
	padding-right: 10vw;
} */

.type-page>.entry-content .alignfull{
	margin-left: -10vw;
	margin-right: -10vw;
	width: unset;
}

.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	/* margin-left: 1.5em; */
	/* margin-bottom: 1.5em; */
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	margin-bottom: 1em;
}





/*/*//*/*//*/*//*/*//*/*//*/*//*/*/
/* ALL VIEW STYLING  */
/*/*//*/*//*/*//*/*//*/*//*/*//*/*/


.required-how-we-work-row ul {

	list-style-type: none;

}

.no-surprises-cover .wp-block-cover__inner-container {
	max-width: 50%;
}

.no-surprises-cover h1 {
	padding-bottom: 1.5em;
}

.download-fleet-brochure-row h2{
	line-height: 1;
	font-size:2em !important;
}

.download-fleet-brochure-leftcol, .download-fleet-brochure-rightcol, .download-fleet-brochure-thirdcol {

	margin-right:0 !important;

}

.fleet-arch-align {
	text-align: center;
}

.kt-has-2-columns {
	margin:0 auto;
	max-width: 1920px;
}

.no-surprises-row {
	max-width: 1000px;
	margin:0 auto;
}

.testimonial-post-container {
	background-color: #fff;
	height:550px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #d2d2d2 outset;
}

.testimonial-post-container p {
	padding:1.5em;
	font-size: 1em;
}

.testimonial-post-container p:last-of-type {
	font-weight: bold;
	padding-top:0;
}

.testimonial-post-container p:first-of-type {
	padding-top:0;
}

.testimonial-featured-image {
	padding-top:1em;
}

.kt-blocks-carousel .slick-prev {
	left:-35px !important;
}

.kt-blocks-carousel .slick-next {
	right:-35px !important;
}

.other-solutions-heading {
	margin-bottom:3em;
	color:black;
}

.other-solutions-slider-row h1, .other-solutions-slider-row p {
	color:black;
}

.other-solutions-slider-row h1 {
	margin-top:1.5em;
	font-size:3.5em;
}

.other-solutions-slider-row p {
	font-size:1.1em;
	font-weight: bold;
}

.other-solutions-image {
	max-width: 90%;
}

.child-page-slide-columns p {
	font-size: 1.1em !important;
	/* font-weight: bold; */
}

.child-page-slide-columns h2 {
	font-size:3.5em;
	margin-bottom: 0 !important;
}

.card-side-cover-image-right-row h2 {
	margin-left:1.6em;
}

.card-side-cover-image-right-row ul {

	list-style: none;
}

.card-side-cover-image-right-row ul li {
	padding:1em 0;
	font-size:22px;
	max-width: 95%;
}

.card-side-cover-image-right-row ul li::before {
	display: inline-block;
  	width: 1em;
  	margin-left: -1em;
	content: "\2022";
	color:#87c846;
	font-size:30px;


}

.required-how-we-work-row ul li {

	background: url(/wp-content/uploads/2021/10/circle_icon.svg) no-repeat left 38px;
	padding-left: 4em;
	background-size: 20px;

}

h2.solution-heading {
	max-width:70%;
	margin: 0 auto;
	padding-bottom:75px;
}

p.parentpage-blurb {
	max-width: 50%;
	margin: 0 auto;
	font-size:20px;
}

p.parentpage-blurb:first-of-type{
	margin-top:75px;
	margin-bottom:25px;
}

p.parentpage-blurb:nth-child(3){
	margin-bottom:75px;
}

.worry-free-row p {
	font-size: 22px;
	margin-bottom:2.5em;
}

.worry-free-row p:first-of-type {

	margin-top:0;
	/* margin-bottom:4em; */

}

.worry-free-row p:last-of-type {

	margin-top:2em;

}

.worry-free-row .inner-column-1 {

	max-width: 23em;

}

.contact-methods-row p {

	margin-top:0;

}

.contact-methods-row .inner-column-1 {

	margin-right:0 !important;

}

.contact-methods-row .wp-block-image:last-of-type {

	line-height: 2.5;

}

.services-buttons .wp-block-kadence-advancedbtn {

	display: inline-block;

}

.worry-free-row img {

	object-fit: contain !important;

}

.wp-block-getwid-template-post-button {

	display: inline-block;


}

.wp-block-button__link {

	padding: 8px 16px;
	border-radius: 10px !important;
	line-height: 1.6;
	border:2px solid #87c846;

}

.wp-block-getwid-post-slider img{

	object-fit: contain !important;

}

.history-blurb-row p {

	font-weight:400;

}

.services-card-left p, .services-card-right p {

	font-weight:400;

}

.testimonial-slider-home p {

	font-weight: 500;

}

#page .wp-block-getwid-post-carousel .slick-track>* {
	height: min-content;
}

.slick-dots li button::before {

	font-size:20px !important;

}

.slick-dots li.slick-active button::before {

	color:#87c846 !important;
	opacity: 1 !important;

}

.info-cards a {
	text-decoration: none;
	transition:0.5s;
}

.info-cards a:hover, .info-cards a:active {
	opacity:0.7;
	transition:0.5s;
}

.info-cards-heading {
	color:var(--cpt-blue);
}

/* .competitive-purchasing-row p {

	font-size: 1em !important;

} */

.child-page-slide-columns {

	margin-bottom:75px;

}

.competitive-purchasing-row h2 {

	margin-top: 0;

}

.water-needs-group {

	padding:2em 3em 3em 3em;
	background-color: white;
	/* max-width: 1500px;
	margin: 0 auto; */

}

.water-needs-group p {

	margin:0 auto;
	margin-top:0;
	margin-bottom:2em;
	/* font-weight: bold; */
	font-size: 1em;
	max-width: 80%;

}

.water-needs-group figure {

	margin-top:1em;

}

.water-needs-group .kt-row-column-wrap {

	margin: 0 0 30px 0;
	padding:0;

}

.wherever-you-operate-row p {

	margin-bottom:12px;
	margin-top:12px;

}

.wherever-you-operate-row .kt-row-column-wrap {

	padding: 15px 15px;

}

.testimonial-slider-home h3 {

	font-size:1.5em;

}

.services-cover .inner-column-1 {

	max-width: 50%;

}

.services-card-left p, .services-card-right p {

	max-width: 90%;;

}

.services-card-right h2, .services-card-right p {

	margin-left:25px;

}

.wp-block-kadence-advancedbtn, .services-card-right .wp-block-kadence-advancedbtn {

	margin-bottom:2em;
	

}

.child-cover-row .wp-block-kadence-advancedbtn, .fleet-water-blurb-leftcol .wp-block-kadence-advancedbtn, .homepage-cover-row .wp-block-kadence-advancedbtn {

	display:inline-block ;
    margin-right: 1em;
    margin-bottom: 1em;
}

.child-cover-row .wp-block-kadence-advancedbtn:last-of-type, .fleet-water-blurb-leftcol .wp-block-kadence-advancedbtn:last-of-type, .homepage-cover-row .wp-block-kadence-advancedbtn:last-of-type {

	margin-right:0;

}

.required-text {

	margin-top:0;
	margin-bottom:0;
	font-size:1em;

}

.wpcf7-form p {

	text-align: center;
	

}

.wpcf7-form p:first-child {

	font-weight: bold;
	margin-bottom: unset;
	font-size:1.3em;

}

/* .wpcf7-form .companyname {

	margin-bottom: 1.3em;

} */

form.wpcf7-form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

form.wpcf7-form input.phonenumber, form.wpcf7-form input.companyname, form.wpcf7-form input.fullname, form.wpcf7-form input.emailaddress, form.wpcf7-form select {
	width: 100%;
	padding: 15px;
}

.yourmessage {

	padding:1em;

}

::placeholder {

	opacity: 0.7;
	color:#000;

}

.wpcf7-list-item {

	margin:0.5em;

}

.w-half{
	width: 48%;
	margin-top: 1em;
}

.w-full{
	width: 100%;
}

.contact-form-row input.wpcf7-submit {

	border-radius: 10px;
    background-color: #87c846;
    padding: 12px 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border: 2px solid;
    font-size: 18px;
    border: 2px solid #87c846;
	width: 10em;

}

.contact-form-row p.contact-submit {

	margin:0.8em auto;
	display: block;
	width: 100%;
	text-align: center;
	
}

.contact-form-row span.wpcf7-spinner {

	display: block;
	margin:0 auto;
	margin-top:0.75em;

}

.contact-form-row .wpcf7-not-valid-tip {

	padding-top:0.5em;
	

}

.contact-form-row .wpcf7-response-output {

	margin:0.5em auto 0.5em auto !important;
	font-size:1.25em !important;

}

.contact-form-row h2 {

	color:black !important;
	/* margin-bottom:2em; */
	margin-top: 0;

}

.img-contain>img{
	object-fit: contain !important;
}

.card-side-cover-image-right-row .kt-row-column-wrap, .services-card-left .inner-column-2, .services-card-left .inner-column-1, .services-card-right .inner-column-1, .services-card-right .inner-column-2, .no-surprises-row {

	background-color:#fff;

}

.services-card-left .inner-column-1, .services-card-right .inner-column-1 {

	margin-right:0 !important;

}


.required-how-we-work-row {
	background-color: #fff;
	padding: 0 2em;
	max-width: 1200px;
	margin:0 auto;
}

.required-how-we-work-row ul li {
	padding: 2em;
}





/*/*//*/*//*/*//*/*//*/*//*/*//*/*/
/* MEDIA QUERIES  */
/*/*//*/*//*/*//*/*//*/*//*/*//*/*/





/* MIN 1200px */

@media (min-width:1200px) {

.homepage-cover-row .wp-block-kadence-column {

	max-width: 50%;

}

.water-needs-group p {

	font-size: 1.25em;
	
}

.water-needs-group {

	margin: 0 !important;

}

}

/* MIN 1024px MAX 1499px */

@media (min-width:1024px) and (max-width:1499px) {

.competitive-purchasing-row .inner-column-1 {

	max-width: 50%;
	margin: 0 auto !important;
}

}

/* MIN 900px */

@media (max-width: 900px) {

p.parentpage-blurb {

	max-width: 70%;

}

.info-cards p {

	font-size:1.25em;

}

.info-cards h2 {

	font-size:1.9em;

}

}

/* MIN 768px MAX 782px */

@media (min-width:768px) and (max-width:782px) {

.homepage-water-fuel-columns h2 {
	font-size:1.9em;

}

}

/* MIN 768px */

@media (min-width:768px) {

.homepage-water-fuel-columns {

	flex-wrap:nowrap;

}

.homepage-cover-row .wp-block-kadence-column {

	max-width: 80%;

}

/* .homepage-cover-row p:last-of-type {

	margin-bottom:5em;

} */

.info-cards p {

	padding: 0 25px;

}

.info-cards h2 {

	padding: 0 25px;

}

}

/* MIN 500px */

@media (max-width:500px) {

.services-card-left h2, .services-card-left p, .services-card-right h2, .services-card-right p,.services-card-left .wp-block-kadence-advancedbtn, .services-card-right .wp-block-kadence-advancedbtn {

	margin-left:0;

}

.services-card-left .wp-block-cover__image-background, .services-card-right .wp-block-cover__image-background {

	padding:0 !important;

}

.services-buttons .wp-block-kadence-advancedbtn .kt-btn-wrap, .services-buttons .wp-block-kadence-advancedbtn, .services-card-left .wp-block-kadence-advancedbtn, .services-card-left .wp-block-kadence-advancedbtn .kt-btn-wrap {

	width:100%;
	margin-right:0;
	margin-bottom: 0.5em;

}

.services-card-left .wp-block-kadence-advancedbtn, .services-card-left .kt-btn-wrap {

	width:100%;
	margin:0.5em auto !important;


}

}

/* MIN 400px */

@media (max-width:400px) {

.imac-row .inner-column-1 {

	padding: 1em 0.25em;

}

}

/* MAX 1500px */

@media (min-width:1500px) {

.competitive-purchasing-row .inner-column-1 {

	max-width: 35%;
	margin: 0 auto !important;
}

}



/* MAX 1400px */

@media (max-width:1400px) {

	.imac-blurb p {

	font-size:1.35em;

}

	.imac-blurb {

	flex: 0 1 35% !important;
	-webkit-flex: 0 1 35% !important;

}

	.imac-image-col {

	flex: 0 1 65% !important; 
	-webkit-flex: 0 1 65% !important;

}

}

/* MAX 1350px */

@media screen and (max-width:1350px){

.other-solutions-slider-row h1 {
	/* margin-top:1.5em; */
	font-size:2.5em;
}

.other-solutions-slider-row p {
	font-size:0.7em;
	max-width: 25em;
}

.learn-more-button a{
	font-size:1em !important;
}

.other-solutions-rightcol {
	margin-left:0 !important;
}

}


/* MAX 1200px */

@media (max-width:1200px) {

.wherever-you-operate-row p {

	font-size:1.25em;

}

.worry-free-row .kt-row-column-wrap {

	display:block;

}

.worry-free-row .inner-column-1 {

	max-width: 100%;
	margin-right: 0 !important;
	padding: 1em 1.5em;

}

.worry-free-row p:first-of-type {

	font-size:40px !important;
	margin-bottom:2em;

}

.worry-free-row p:last-of-type {

	margin-top:2em;

}

.imac-blurb p {

	font-size:1.15em;

}

.imac-blurb  {

	margin-right: 0 !important;

}

}

/* MAX 1150px */

@media screen and (max-width:1150px){

.other-solutions-slider-row h1 {
	margin-top:0.5em;
}

.other-solutions-slider-row p {
	max-width: 35em;
}

}

/* MAX 1000px */

@media screen and (max-width: 1000px) {

	/* .required-how-we-work-row ul li {

	padding: 1em;

} */

	.imac-blurb p {

	font-size:1em;

}

	.child-page-slide-columns h2 {

	font-size:2.75em;

}

	.services-card-left h2, .services-card-left p, .services-card-left .wp-block-kadence-advancedbtn, .services-card-right .wp-block-kadence-advancedbtn {

	margin-left:25px;

}


	.services-card-left .inner-column-1, .services-card-right .inner-column-1 {

	margin-right:0 !important;

}

}


/* MAX 950px */

@media screen and (max-width: 950px ){

.download-fleet-brochure-leftcol{
	display: block !important;
	margin: 0 auto;
	max-width: 100%;
	margin-left:0 !important;
}

.download-fleet-brochure-rightcol {
	display: block !important;
	margin: 0 auto;
	max-width: 100%;
	margin-right:0 !important;
}

}

/* MAX 900px */

@media (max-width:900px) {


	.imac-blurb p {

	font-size:1.25em;

}

.imac-image-col img {

	display: none;

}

.imac-row p:first-of-type {

	font-size:40px !important;
	margin:0 0 2em 0;

}

.imac-row .kt-row-column-wrap {

	display: block !important;

}

.imac-row .inner-column-1 {

	padding: 1em 1.5em;

}

}


/* MAX 800px */

@media screen and (max-width: 800px) {

	.min-height-200-mob{

		min-height: 200px !important;

}



}

/* MAX 768px */

@media (max-width:768px) {

.homepage-waterfuel-row .wp-container-6, .homepage-waterfuel-row .wp-container-11 {

	/* gap:0; */
	display:unset;

}

.contact-confirmation-page p, .contact-confirmation-page a {

	font-size:1em;

}

.required-how-we-work-row ul {

	padding-left:0;

}

.services-card-left .inner-column-1, .services-card-right .inner-column-2 {


	padding-right:0px;

}

.services-card-left .inner-column-1, .services-card-right .inner-column-2 {

	margin-bottom: 0 !important;

}

.download-fleet-brochure-row h2{
	font-size:1.5em !important;
}

.required-text {

	text-align: center !important;

}

/* .wpcf7-form .companyname {

	margin-bottom: 1.2em;

} */

.card-side-cover-image-right-row ul li::before {
	display: inline-block;
  	width: 1em;
  	margin-left:0;
	content: "\2022";
	color:#87c846;
	font-size:30px;
	

}

.wpcf7-form p:first-child {

	font-weight: bold;
	margin-bottom: unset;
	font-size:1.2em;

}



.w-half {

	width:100%;

}

.our-values-blulb-row h2 {

	font-size: 2em !important;

}

.our-values-blulb-row p {

	text-align: center;

}

.history-blurb-row h2 {

	font-size: 2em !important;

}

.services-card-left h2, .services-card-right h2 {

	font-size: 2rem !important;
	

}

.services-card-left p, .services-card-right p {

	font-size: 1em !important;


}

.services-card-left p:last-of-type, .services-card-right p:last-of-type {

	margin-bottom:2em;

}

.services-cover .inner-column-1 {

	max-width: 100%;

}

.footer .wp-block-group__inner-container {

	max-width: 1200px;
	margin:0 auto;

}

.footer p {

	font-size:1.1em;
	margin: 0 0 10px 0;

}

.footer-copy-rrow p {

	font-size:0.8em;
	margin: 20px 0 0 0;

}

.testimonial-slider-home .kt-inside-inner-col {

	padding-left:10px !important;
	padding-right:10px !important;

}


.child-cover-row h1 {

	margin-top:2em;

}

h2.solution-heading {
	padding-bottom:50px;
}

.no-surprises-cover h1 {

	font-size: 3.5em !important;

}

h2.solution-heading {

	max-width: 100%;

}

.solution-heading {

	font-size: 1.8em !important;

}

.competitive-purchasing-row h2 {

	font-size: 1.7em !important;

}

.card-side-cover-image-right-row h2 {

	font-size:1.8em !important;
	margin-right: 1em;
	margin-left: 0.8em;


}

p.parentpage-blurb {

	max-width: 90% !important;

}

.to-top_link {

	position: absolute;
	top:3em;
	right:2.5em;

}

.footer p {

	font-size:1em;
	margin: 10px 0 10px 0;

}

.footer-copy-rrow p {

	font-size:0.7em;
	

}

.contact-row h1 {

	font-size: 3.15em !important;
	margin-top: 0;

}

.contact-row p {

	font-size: 1.1em;
	margin-bottom: 4em;
	max-width: 90%;
	margin:0 auto;

}

.contact-row .kt-btn-wrap {

	display: block;
	max-width: 12em;
	margin: 1em auto !important;

}

.homepage-waterfuel-row .wp-block-kadence-column {

	margin-bottom: 0 !important;

}

.homepage-waterfuel-row p {

	margin-bottom:0.15em;

}


.homepage-waterfuel-columns-hiddenimage {

	margin-top:15px !important;

}


.homepage-water-fuel-columns {

	max-width: 100% !important;
	margin-bottom: 0;

}

.homepage-water-fuel-columns h2 {

	font-size: 1.75em !important;

}

.homepage-water-fuel-columns .wp-block-column, .homepage-water-fuel-columns {

	display:inline-block;

}

.homepage-cover-row p {

	font-size:18px !important;

}

h2 {

	font-size: 1.25em !important;

}

.info-cards p {

	font-size: 1em !important;

}

.info-cards p:last-of-type {

	font-size: 1.25em !important;
	margin-bottom: 0;
}

.info-cards h2 {
	margin-bottom:0;
	font-size:2em !important;
	margin-top:0;
	

}

.info-cards-heading {
	color:black !important;

}

.info-cards .wp-block-kadence-column {

	margin-bottom:50px !important;

}



.homepage-waterfuel-heading {

	margin-top:0;
	margin-bottom: 0.25em;
	

}

.homepage-waterfuel-heading span{

	color:black !important;

}

.water-needs-group {

	padding:1em 2em;

}

.water-needs-group h2 {

	font-size: 1.8em !important;
	margin-top:0.5em;

}

.water-needs-group .kt-row-column-wrap:last-of-type {

	margin-bottom:0;
	margin-top:30px;
	

}

.wherever-you-operate-row .kt-row-column-wrap {

	padding: 30px 30px;

}

.wherever-you-operate-row h2 {

	font-size: 1.8em !important;

}


.no-surprises-cover .wp-block-cover__inner-container {
	max-width: 90%;
}

.no-surprises-row div.kt-row-column-wrap {

	padding:12px;
	

}

.required-how-we-work-row {

	padding: 0 0.5em;

}


.required-how-we-work-row h1 {

	font-size:2.5em !important;

}

.fleet-hide-mobile {

	display: none !important;

}

.fleet-show-mobile {

	display: block !important;
	margin-bottom:50px !important;

}

.homepage-waterfuel-fleet-row .kt-row-layout-inner {

	margin-bottom:0 !important;

}

.testimonial-slider-home img {

	max-width: 60% !important;

}

}

/* MAX 625px */

@media screen and (max-width: 625px){

.no-surprises-cover h1 {
	font-size: 2.5em !important;
	padding-bottom: 2.5em;
}

}

/* MAX 600px */

@media (max-width:600px) {

.worry-free-row .inner-column-2 {

	display: none;

}

.required-how-we-work-row h1 {

	margin-top:0;

}

.reverse-odds .slick-list.draggable {

	min-height: 630px;

}

.required-how-we-work-row ul li {

	padding-right:0;
	padding-left: 2em;
	

}

.card-side-cover-image-right-row ul {
	padding-left:1em;
	list-style: none;
}

}

/* MAX 400px */

@media (max-width:400px){

/* .wpcf7-form .companyname {

	margin-bottom: 1em;

} */

.contact-form-row p:last-of-type, .wpcf7-submit {

	width:100% !important;
	
}

.contact-form-row .wpcf7-response-output {

	font-size:1em !important;

}

.wpcf7-list-item {

	font-size:0.8em;

}

.worry-free-row .inner-column-1 {

	padding: 1em 0.25em !important;

}

.water-needs-group {

	padding:1em;

}

.no-surprises-cover h1 {

	font-size: 2.5em !important;

}

.no-surprises-row div.kt-inside-inner-col {

	padding-right:18px !important;
	padding-left: 18px !important;

}

}

/* LOGO FIX MARCH 9/2022 */

.wp-block-site-logo img.custom-logo {

	min-width: 200px;
	display: block;

}

/* ADJUST MENU ITEMS PADDING */

/* ul#menu-main-menu li {

    padding-right: 1em;

} */

#kt-layout-id_8d398b-f8 > .kt-row-column-wrap {

max-width:1400px !important;

}

/* CONTACT CONFIRMATION PAGE STYLES */

.contact-confirmation-page {

    margin: 0 auto;
    max-width: 1200px;

}

.contact-confirmation-page a {

	color:#404040;
	transition: 0.5s;

}

.contact-confirmation-page a:hover, .contact-confirmation-page a:active  {

	opacity:0.8;
	transition: 0.5s;

}

/* FIX HEADER MARGIN ISSUE */

.wp-block-kadence-column {

	margin-left:0 !important;

}

/* MAY 16 MOBILE HEADER FIX */

.kadence-column_227696-76 > .kt-inside-inner-col {

	justify-content: unset !important;
	flex-direction: unset !important;
	display:unset !important;

}

.kadence-column_c655e8-36 > .kt-inside-inner-col {

	justify-content: unset !important;
	flex-direction: unset !important;
	display:unset !important;

}

/* MAY 27 FIX FLEX AND GAP ON WATER CONTROL BLOCKS ON HOMEPAGE */

.homepage-waterfuel-row .wp-container-6, .homepage-waterfuel-row .wp-container-11 {

	gap:0;
	/* display:unset; */

}