/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 15 2023 | 14:42:51 */
/* Header Navigation */
header#page-head.sticky {
    position: fixed;
    top: 0;
    z-index: 9999999;
    left: 0;
}

#hydro-menu-mobile span.ubermenu-target-text {
	color: #0B1C34;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	margin: 0;
	text-transform: none;
}

.ubermenu-main .sub-menu-custom ul {
	padding:0;
	margin:0;
	list-style:none;
}

.ubermenu-main .sub-menu-custom ul li {
	margin-bottom: 10px;
}

.ubermenu-main .sub-menu-custom ul li:hover a {
	font-weight: 600;
	color: #346ccd;
}

/* Footer */
.js-btop-button {
    display: inline-block;
    background-color: #346ccc;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    padding: 13px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}
.js-btop-button:hover {
    background: #0D1C33;
}

a.js-btop-button.show {
	opacity: 1;
	visibility: visible;
}

/* General styling */

.next-section .icon-arrow-down::before {
    animation: arrowMove 1.2s infinite;
    display: block;
    transform: translateY(-11px);
    color: #346ccc;
}

@keyframes arrowMove {
  to {
	  transform: rotate(0) translateY(0.4rem) translateX(0rem);
	  opacity: 0.8;
	  color: #a2bce9;
  }
}

blockquote:not(.qoute),
q {
	display: block;
	position: relative;
	max-width: 900px;
	margin: auto;
	padding-left: 60px;
	padding-right: 50px;
	color: #223675;
	text-align: center;
}

blockquote:not(.qoute) cite {
	color: #0d1b33;
	font-style: normal;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

blockquote:not(.quote):after, blockquote:not(.quote):before {
    color: #efefef;
	font-family: hydroworx-icons;
    font-size: 40px;
    position: absolute;
    top: 0;
}

blockquote:not(.quote):before {
	left: 0;
}
blockquote:not(.quote):before {
    content: "\e624";
}
blockquote:not(.quote):after {
	display: block;
	right: 0;
}
blockquote:not(.quote):after {
    content: "\e623";
}

@media (min-width: 1200px) {
	blockquote:not(.qoute),
	q {
		font-size: 21px;
		line-height: 1.6;
	}
}
.products .card--picture-box {
	background: #346ccc;
	border-radius: 15px !important;
    box-shadow: 0px 2px 8px 3px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin-bottom: 30px !important;
}

.products .card--picture-box:hover {
    background: #0d1b33;
}

.products .card--picture-box__title {
	padding: 15px 5px !important;
}

.products .card--picture-box__content {
    padding: 0px !important;
    border-top: 0px;
}

.products .products-page-cta-link {
    border-radius: 15px;
    overflow: hidden;
}

.card--picture-box__overlay.overlay.soft--sides p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	line-clamp: 8;
	-webkit-box-orient: vertical;
	margin-bottom: 0px;
	font-size: 15px;
}

.product-video, .product-video p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
	clear: both;
}

.product-video iframe {
	width: 340px;
	height: 192px;
}

@media (min-width: 600px) {
	.products .card--picture-box {
		margin-bottom: 10px !important
	}
}

@media (min-width: 1025px) {
	.products .card--picture-box {
		min-height: 347px;
	}
	
	.products .card--picture-box h4 {
		position: relative;
		top: 9px
	}
}

@media (max-width: 1024px) {
	.card--picture-box:hover .card--picture-box__overlay {
		 top: 0;
	}
	
	.card--picture-box .card--picture-box__overlay p {
		display: none !important;
	}
	.card--picture-box:hover .card--picture-box__overlay .overlay__link {
		top: 50%;
		transform: translate(-50%,-50%);
		left: 50%;
		text-align: center;
		position: relative;
	}
}