/* 
Theme Name: Wash100 Child
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: ArchIntel Developers
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ===================================================================== */
/* ===================================================================== */
/*  Wash100 Table of Contents                                            */
/* ===================================================================== */
/* ===================================================================== */
/*  $0 - Root - CSS Variables                                            */
/*  $1 - HTML & Style Elements                                           */
/*       $1.1 - Styles - Typography                                      */
/*       $1.2 - HTML Elements - Headings                                 */
/*       $1.3 - HTML Elements - Links                                    */
/*       $1.4 - HTML Elements - Images                                   */
/*       $1.5 - HTML Elements - Inputs and Selectors                     */
/*       $1.6 - HTML Elements - Buttons                                  */
/*       $1.7 - Styles - Text Colors                                     */
/*       $1.8 - Styles - Background Colors                               */
/*       $1.9 - Styles - Space                                           */
/*       $1.10 - Styles - Border Radius                                  */
/*       $1.11 - Styles - Border Size                                    */
/*       $1.12 - Styles - Elevation/Shadows                              */
/*       $1.13 - Styles - Flex Properties                                */
/*       $1.14 - Styles - Others                                         */
/*  $2 - Section  Elements                                               */
/*       $2.1 - Section                                                  */
/*       $2.2 - Section - Hero                                           */
/*  $3 - Page Layout                                                     */
/*       $3.1 - Page Layout - Header                                     */
/*       $3.2 - Page Layout - Menu                                       */
/*       $3.3 - Page Layout - Content                                    */
/*       $3.4 - Page Layout - Footer                                     */
/*  $4 - Patterns                                                        */
/*       $4.1  - Pattern - Loop Post - Card Post                         */
/*       $4.2  - Pattern - Loop Post - Profile                           */
/*       $4.3  - Pattern - Loop Post - Awardee                           */
/*       $4.4 - Pattern - Loop Post - Single Item Carousel               */
/*       $4.5 - Pattern - Profile                                        */
/*       $4.6 - Pattern - Tabs                                           */
/*       $4.7 - Pattern - Popover                                        */
/*       $4.8 - Pattern - Vote                                           */
/*       $4.9 - Pattern - Search                                         */
/*       $4.10 - Pattern - Inline Loader                                 */
/*       $4.11 - Pattern - Contact Form 7                                */
/*       $4.12 - Pattern - Single Post                                   */
/*       $4.13 - Pattern - Archives                                      */
/* ===================================================================== */
/* ===================================================================== */

/* ===================================================================== */
/*  $0 - Root - CSS Variables                                            */
/* ===================================================================== */

/* ===================================================================== */
/*  $1 - HTML & Style Elements                                           */
/* ===================================================================== */

/* $1.1 - HTML Elements -Styles - Typography */
.hidden {
	display: none;
}

b,strong {
    font-weight: 700
}

.blog .winners .elementor-widget-theme-post-content .elementor-widget-container > h2:first-child {
    font-size: 2rem;
    font-weight: 700
}

.blog .winners .elementor-widget-theme-post-content .elementor-widget-container > h2:first-child + hr + .wp-block-image img {
	width: 100%;
	object-fit:contain;
	max-height: 630px;
	background: #000
}

.readmore-content {
	display: inline;
}

.readmore-content.has-hidden .hidden {
	display: inline !important;
}

.readmore-content .readmore,
.readmore-content .readless {
	color: var(--e-global-color-secondary);
}

/* $1.2 - HTML Elements - Headings */
.elementor-widget-heading a {
	font-weight: 700;
}

.elementor-widget-heading.has-line .elementor-heading-title:after,
.elementor-author-box__name:after {
	content: '';
	display: block;
	width: 90px;
	height: 3px;
	background: #e03927;
	margin: 10px auto 0;
}

/* $1.4 - HTML Elements - Images */
/* Gray Scale */
.gray-filter .elementor-carousel-image {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.gray-filter .elementor-carousel-image:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
}

/* $1.5 - HTML Elements - Inputs and Selectors */
.subscribe-form {
	background-image: url(https://d3k81ch9hvuctc.cloudfront.net/company/TBKKxP/images/0d21bf20-0494-4197-8b61-a064670661b0.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
.mt-10 {
	margin-top: 10px;
}

/* ===================================================================== */
/*  $3 - Page Layout                                                     */
/* ===================================================================== */

/* $3.1 - Page Layout - Header */
.main-nav .main-nav-top {
	padding-top: 5px
}

.main-nav .main-nav-top-left a:hover,
.main-nav .main-nav-top-left a:hover .elementor-icon-list-text,
.main-nav .main-nav-top-right a:hover .elementor-icon-list-text {
	color: #b6b6b6 !important
}

.main-nav .main-nav-top-left a:hover svg,
.main-nav .main-nav-top-right a:hover svg {
	fill: #b6b6b6 !important
}

.main-nav .main-nav-top-left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.main-nav .main-nav-top-left .elementor-widget-icon svg {
	fill: var(--wp--preset--color--white);
}

.main-nav .main-nav-top-left .elementor-widget-heading,
.main-nav .main-nav-top-left .elementor-widget-heading a {
	white-space: nowrap;
	font-size: 12px !important;
	font-weight: 400;
}

.main-nav .main-nav-top-left .elementor-widget-heading a {
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.main-nav .main-nav-top-right .elementor-icon-list-items .elementor-icon-list-text {
	padding-left: 3px
}

.main-nav .main-nav-top-right .elementor-icon-list-item:nth-child(3) {
	border-left: 1px solid var(--e-global-color-text);
	padding-left: 5px;
	margin-left: 10px !important;
}

.main-nav .main-nav-bottom {
	padding-top: 12px;
}

.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .elementor-item {
	font-weight: 700;
	color: var(--wp--preset--color--white);
	margin-inline-end: unset;
}

.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .elementor-item:after {
	display: block;
	content: '';
	border-bottom: solid 3px var(--wp--preset--color--white);
	transition: all 0.3s ease-in-out;
	transform-origin: left;
	width: 0;
	bottom: 8px;
}
/* .main-nav .main-nav-bottom .elementor-nav-menu .highlighted+.sub-menu .elementor-sub-item, */
.main-nav .main-nav-bottom .elementor-nav-menu .has-submenu,
.main-nav .main-nav-bottom .elementor-nav-menu .menu-item.current_page_item .elementor-item,
.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .elementor-item:hover,
.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .elementor-item:active,
.main-nav .main-nav-bottom .elementor-nav-menu .menu-item.current-menu-parent .elementor-item
{ 
	color: var(--wp--preset--color--white)!important;
	cursor: pointer
}

.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .elementor-item:hover:after,
.main-nav .main-nav-bottom .elementor-nav-menu .menu-item.current_page_item .elementor-item:after,
.main-nav .main-nav-bottom .elementor-nav-menu .menu-item.current-menu-parent .elementor-item:after,
.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .highlighted:after {
	width: 100%;
}

.main-nav .main-nav-bottom .elementor-nav-menu .menu-item.current-menu-parent .elementor-item:after {
	opacity: 1;
}

.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .elementor-item .sub-arrow svg,
.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .highlighted .sub-arrow svg,
.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .elementor-item:hover .sub-arrow svg,
.main-nav .main-nav-bottom .elementor-nav-menu .menu-item.current-menu-parent .elementor-item .sub-arrow svg {
	fill: var(--wp--preset--color--white) !important
}

.main-nav .main-nav-bottom .elementor-nav-menu .sub-menu {
	background:  var(--wp--preset--color--white);
	min-width: 200px !important;
	padding: 10px 0
}

.main-nav .main-nav-bottom .elementor-element .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown {
	margin-top: -7px !important;
}

.main-nav .main-nav-bottom .elementor-nav-menu .elementor-item+.sub-menu .elementor-sub-item {
	padding: 10px 20px;
	font-size: 14px;
	justify-content: flex-start;
	margin: 0;
	border: 0;
	height: 100%;
}

.main-nav .main-nav-bottom .elementor-nav-menu .elementor-item+.sub-menu .elementor-sub-item:hover,
.main-nav .main-nav-bottom .elementor-nav-menu .elementor-item+.sub-menu .elementor-sub-item.elementor-item-active {
	background: var(--e-global-color-primary);
	color: var(--wp--preset--color--white) !important;
}

.main-nav .main-nav-bottom .e-search-label {
	background: var(--wp--preset--color--white);
	width: 40px;
	height: 34px;
	margin: 1px;
	justify-content: center;
	align-items: center;
	transform: translateX(42px);
}

.main-nav .main-nav-bottom .e-search-label svg {
	position: relative;
	inset-block-start: unset;
	transform: unset;
	inset-inline-start: unset;
	width: 15px;
	fill: var(--e-global-color-primary);
}

.main-nav .main-nav-bottom .e-search-input {
	padding-right: 17px;
	padding-left: 50px;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 36px;
	background: transparent;
	color: var(--wp--preset--color--white);
	font-size: 13px;
}

.main-nav .main-nav-bottom .e-search-input:focus {
	border-color: var(--e-global-color-primary);
	transition: 0.4s;
}

.main-nav .main-nav-bottom .e-search-input::placeholder {
	color: var(--wp--preset--color--white);
}
.main-nav .elementor-nav-menu .menu-item.menu-item-130750 a.elementor-item:after {
	display: none !important
}
@media screen and (min-width: 1025px) {
	.main-nav>.e-con-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	.main-nav .elementor-nav-menu .menu-item.menu-item-130750 {
		align-items: center;
	}
	.main-nav .elementor-nav-menu .menu-item.menu-item-130750 a.elementor-item {
		background: #0c63f4;
		padding: 0 15px !important;
		height: 36px
	}
	.main-nav .elementor-nav-menu .menu-item.menu-item-130750 .elementor-item:hover,
	.main-nav .elementor-nav-menu .menu-item.menu-item-130750 .elementor-item.elementor-item-active:hover{
		background: #fff;
		color: #0c63f4 !important;
	}
	.main-nav .elementor-nav-menu .menu-item.menu-item-130750 .elementor-item.elementor-item-active {
		color: #fff !important
	}
}


@media screen and (max-width: 1024px) {
	header.elementor-location-header {
		position: sticky;
		top: 0;
		z-index: 99;
	}

	.main-nav {
		padding-top: 0;
		position: relative;
		background: var(--wp--preset--color--white);
	}

	.main-nav .main-nav-bottom {
		padding-top: 0;
	}

	.main-nav .main-nav-bottom>.e-con-inner {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.main-nav .phone-logo img {
		width: auto !important;
		height: 45px !important;
	}

	.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .elementor-item,
	.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .elementor-item a {
		color: var(--e-global-color-text);
		justify-content: flex-start;
		background: transparent;
	}

	.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .elementor-item {
		padding: 15px calc(5% + 15px);
		cursor: pointer
	}

	.main-nav .main-nav-bottom .elementor-nav-menu .has-submenu,
	.main-nav .main-nav-bottom .elementor-nav-menu .elementor-item+.sub-menu .elementor-sub-item {
		color: #393939 !important;
	}

	.main-nav .main-nav-bottom .elementor-nav-menu .menu-item.current_page_item .elementor-item,
	.main-nav .main-nav-bottom .elementor-nav-menu .menu-item.current-menu-parent .elementor-item,
	.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .highlighted,
	.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .elementor-item:hover,
	.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .elementor-item:active {
		color: var(--e-global-color-primary) !important;
	}
	.main-nav .main-nav-bottom .elementor-nav-menu .highlighted+.sub-menu .elementor-sub-item:hover,
	.main-nav .main-nav-bottom .elementor-nav-menu .highlighted+.sub-menu .elementor-sub-item.elementor-item-active {
		color: #fff !important;
	}
	.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .elementor-item .sub-arrow svg {
		fill: #393939 !important
	}

	.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .highlighted .sub-arrow svg,
	.main-nav .main-nav-bottom .elementor-nav-menu .menu-item .elementor-item:hover .sub-arrow svg,
	.main-nav .main-nav-bottom .elementor-nav-menu .menu-item.current-menu-parent .elementor-item .sub-arrow svg {
		fill: var(--e-global-color-primary) !important
	}

	.main-nav .main-nav-bottom .elementor-element.elementor-element-773377ef .elementor-nav-menu__container.elementor-nav-menu--dropdown {
		margin-top: 15px !important;
		padding: 15px 0 20px;
	}

	.main-nav .main-nav-bottom .elementor-nav-menu .sub-menu {
		background: transparent;
		padding: 0px calc(5% + 15px);
	}

	.main-nav .main-nav-bottom .elementor-nav-menu .highlighted+.sub-menu {
		display: flex !important;
		gap: 10px;
		flex-wrap: wrap;
	}
	
	.main-nav .elementor-nav-menu .menu-item.menu-item-38448 a.elementor-item {
		background: #0c63f4;
		margin: 0 30px;
		padding-left: 30px;
		color: #fff;
	}

	.main-nav .elementor-nav-menu .menu-item.menu-item-38448 .elementor-item:hover,
	.main-nav .main-nav-bottom .elementor-nav-menu .menu-item.menu-item-38448 .elementor-item:hover,
	.main-nav .main-nav-bottom .elementor-nav-menu .menu-item.menu-item-38448 .elementor-item-active {
		background: #0b5be1;
		color: #fff !important;
	}
	
	#search-top {
		position: absolute;
		right: 50px;
		z-index: 9;
	}
	#search-top .e-search-label {
		transform: translateX(0);
		cursor: pointer;
	}
	#search-top .e-search-input-wrapper,
	#search-top .e-search-input {
		width: 0;
		padding-left: 0;
		padding-right: 0;
		border-width: 0;
	}
	#search-top.e-focus {
		left: 0;
		background: #fff;
		height: 60px;
		right: 0;
		display: flex;
		align-items: center;
		width: 100%;
	}
	#search-top.e-focus > div {
		width: 100%;
		height: auto;
	}
	#search-top.e-focus .e-search-input-wrapper {
		width: 100%;
		margin-left: -42px;
	}
	#search-top.e-focus .e-search-input {
		width:  100%;
		padding-right: 17px;
		padding-left: 50px;
		border-width: 1px;
		color: var(--e-search-input-color);
	}
}

/* ===================================================================== */
/*  $4 - Patterns                                                        */
/* ===================================================================== */

/* $4.1 - Pattern - Loop Post - Card Post */
.media .articles-container,
.media .card-item,
.media .post-item-inner,
.media .featured-image {
	display: flex;
}
.card-item {
	background: var(--wp--preset--color--white);
	width: 100%;
	padding: 0;
}
.card-item .e-con-inner {
	padding: 0;
	gap: 0;
}
.card-item .post-item-inner {
	flex-direction: column;
	width: 100%
}
.card-item .featured-image {
	max-height: 200px;
	overflow: hidden;
	background: #000;
	padding: 0;
}
.card-item .featured-image .elementor-widget-theme-post-featured-image {
	max-height: 100%;
}
.card-item .featured-image img {
	width: 100%;
	height: 100%;
/* 	max-height: 205px; */
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	background-color: black;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-item .featured-image img[src*="wash100-logo1.png"] {
    background-color: #fff;
    height: 200px;
}
.card-item:hover .featured-image img {
	transform: scale(1.1);
}
.card-item .post-details {
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
}
.card-item .elementor-element.post-details {
	padding-left: 0;
	gap: 10px;
	flex-wrap:nowrap
}
.card-item .elementor-element.post-details > div:first-child {
	padding: 0
}
.card-item .post-details .post-item-info,
.card-item .elementor-element.post-details > div:first-child {
	max-width: 50px;
}
.card-item .post-details .post-item-content {
	max-width: calc(100% - 50px);
	padding-left: 10px;
	padding-right: 10px;
}
.card-item .elementor-element.post-details > div:last-child {
	padding: 0;
	gap: 8px
}
.card-item .post-details .post-item-info .post-item-text:first-child,
.card-item .elementor-element.post-details .elementor-post-info li:first-child {
	font-size: 16px;
	color: var(--wp--preset--color--white);
	background-color: #e03927;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
	padding: 4px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-item .post-details .post-item-info .post-item-text:last-child,
.card-item .elementor-element.post-details .elementor-post-info li:last-child{
	margin-top: 2px;
	font-size: 12px;
	color: var(--wp--preset--color--white);
	background-color: #00547c;
	display: block;
	text-align: center;
	font-weight: 400;
}
.card-item .post-item-content .heading-title,
.card-item .elementor-element.post-details .elementor-heading-title {
	font-size: 16px;
	color: var(--e-global-color-text);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	word-break: break-word;
}
.card-item .elementor-element.post-details .elementor-widget-theme-post-excerpt {
	font-size: 0;
}
.card-item .post-item-content .post-item-text,
.card-item .elementor-element.post-details .elementor-widget-theme-post-excerpt p {
	font-size: 14px;
	color: var(--e-global-color-text);
	font-weight: 400;
	margin-top: 8px;
	word-break: break-word;
}
.card-item .elementor-element.post-details .elementor-widget-theme-post-excerpt,
.card-item .elementor-element.post-details .elementor-widget-theme-post-excerpt p {
	margin: 0;
}
.card-item .elementor-element.post-details .elementor-widget-theme-post-excerpt > div {
	height: auto
}
.card-item .post-item-content .post-item-text:after,
.card-item .elementor-element.post-details .elementor-widget-theme-post-excerpt:after {
	content: 'Read More';
	display: block;
	max-width: fit-content;
	text-align: center;
	background-color: #e03927;
	opacity: 0.9;
	border: none;
	padding: 4px;
	color: #ffffff;
	font-weight: bolder;
	font-size: 12px;
	transition: all 500ms ease-in-out;
	text-transform: uppercase;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px
}
.card-item.btn-gcw .post-item-content .post-item-text:after,
.card-item.btn-gcw .elementor-element.post-details .elementor-widget-theme-post-excerpt:after {
	content: 'Read More on GCW';
}
.card-item.btn-ebiz .post-item-content .post-item-text:after,
.card-item.btn-ebiz .elementor-element.post-details .elementor-widget-theme-post-excerpt:after {
	content: 'Read More on EBIZ';
}
.card-item.btn-egov .post-item-content .post-item-text:after,
.card-item.btn-egov .elementor-element.post-details .elementor-widget-theme-post-excerpt:after {
	content: 'Read More on EGOV';
}
.card-item .post-item-content .post-item-text:hover:after,
.card-item .elementor-element.post-details .elementor-widget-theme-post-excerpt:hover:after  {
	color: #e03927;
	background-color: #ffffff;
}

.carousel-item:hover .elementor-heading-title,
.carousel-item:hover .elementor-widget-container {
	text-decoration: underline !important;
	color: #b6b6b6 !important
}
.carousel-item .elementor-widget-container p {
	margin-bottom: 0;
}

.e-loop__load-more .elementor-button-link {
	border: 2px solid #00547c;
	background: transparent;
	padding: 16px 80px;
	color: #00547c;
	text-transform: uppercase;
	transition: all 375ms ease-in-out;
}

.e-loop__load-more .elementor-button-link:hover {
	background-color: #00547c;
	color: #ffffff;
	text-decoration: none;
}

.elementor-pagination {
	margin-top: 50px;
	display: flex;
	width: 100%;
	justify-content: center;
}

.elementor-pagination .page-numbers {
	position: relative;
	padding: 0.5rem 0.75rem;
	line-height: 1.25;
	color: #3490dc;
	background-color: #fff;
	margin: 0 0 0 -1px !important;
	border: 1px solid #dee2e6;
	font-size: 0.9rem;
}

.elementor-pagination a.page-numbers:hover {
	z-index: 2;
	color: #1d68a7;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.elementor-pagination .page-numbers:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.elementor-pagination .page-numbers.current {
	z-index: 1;
	color: #fff;
	background-color: #3490dc;
	border-color: #3490dc;
}

.elementor-pagination span.page-numbers {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.elementor-pagination .page-numbers.prev {
	font-size: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.elementor-pagination .page-numbers.prev:before {
	content: '«';
	font-size: 0.9rem;
}

.elementor-pagination .page-numbers.next {
	font-size: 0;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.elementor-pagination .page-numbers.next:before {
	content: '»';
	font-size: 0.9rem;
}

.large-arrow .elementor-swiper-button-prev svg,
.large-arrow .elementor-swiper-button-next svg {
	display: none;
}

.large-arrow .elementor-swiper-button-prev {
	content: "";
	position: absolute;
	left: -5vw;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	background-color: transparent;
	color: #ffffff;
	font-size: 48px;
	outline: none;
	cursor: pointer;
	padding: 10px 16px;
}

.large-arrow .elementor-swiper-button-prev:before {
	content: "";
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 15px;
	transform: rotate(135deg);
}

.large-arrow .elementor-swiper-button-next {
	position: absolute;
	right: -5vw;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	background-color: transparent;
	color: #ffffff;
	font-size: 48px;
	outline: none;
	border: none;
	cursor: pointer;
	padding: 10px 16px;
}

.large-arrow .elementor-swiper-button-next:before {
	content: "";
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 15px;
	transform: rotate(-45deg);
}

@media (max-width: 767px) {
	.carousel-item .elementor-heading-title {
		font-weight: 400 !important;
	}
}

/* $4.2 - Pattern - Loop Post - Profile */
.grid-5 {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 30px;
    grid-row-gap: 30px
}
.grid-3 {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
    grid-row-gap: 30px
}
@media (max-width: 1199px) {
	.grid-tablet-3 {
	    grid-template-columns: repeat(3, 1fr);
	}
	.grid-tablet-2 {
	    grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	.grid-mobile-2 {
	    grid-template-columns: repeat(2, 1fr);
	}
	.grid-mobile-1 {
	    grid-template-columns: repeat(1, 1fr);
	}
}
.profile-item {
	background: #fff;
	padding: 0;
	height: auto;
	border-bottom: 2px solid #e03927;
	position: relative;
}
.profile-item .profile-image {
	padding: 0;
	position: relative;
	display: flex;
	min-height: 214px;
}
.profile-item .profile-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(160deg, #e03927 0%, black 100%);
	transition: all 0.5s ease;
	opacity: 0;
	z-index: 1;
}
.profile-item .profile-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.profile-item:hover .profile-image:before {
	opacity: 0.8;
}
.profile-item .profile-image:after {
	content: 'Read More';
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 50px);
	transition: all 0.5s ease;
	z-index: 2;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	word-break: keep-all;
	opacity: 0;
}

.profile-item:hover .profile-image:after {
	border: 2px solid #b6b6b6;
	opacity: 1;
}

.profile-details .group-images {
	padding: 10px 7px 0 7px;
}

.profile-item .group-images,
.profile-details .group-images div {
	flex-direction: row;
	gap: 2px;
	padding-bottom: 0;
	justify-content: center;
	display: flex;
	flex-wrap: wrap
}

.profile-item .group-images img {
	width: 30px !Important;
	height: 30px;
}

.profile-item .profile-details .post-item-title {
	text-align: center;
	padding: 10px;
}

.profile-item .profile-details .post-item-title .heading-title {
	color: #393939;
	font-size: 14px;
	margin: 0;
	word-break: break-word;
}

.profile-item .profile-details .company {
	color: #393939;
	font-size: 10px;
	text-align: center;
	padding: 0 10px 20px;
	word-break: break-word;
}
.load-more {
    display: flex;
    justify-content: center;
    margin-top: 50px
}
.load-more-button {
    border: 2px solid #00547c;
    padding: 16px 80px;
    transition: all 375ms ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
	cursor: pointer;
}
.load-more-button span {
    text-decoration: none;
    color: #00547c;
    font-size: 18px;
    font-weight: bold;
}
.load-more-spinner {
    display: none
}
.load-more-spinner svg {
    width: 20px
}
.load-more-button:hover {
  background-color: #00547c;
}
.load-more-button:hover span {
    color: #fff
}

/* $4.3 - Pattern - Loop Post - Awardee */
.awardee-item {
	border: 5px solid rgba(12, 90, 219, 0.25);
	padding: 0;
	position: relative;
}

.awardee-item,
.awardee-item .e-con-inner,
.awardee-item .profile-image {
	padding: 0;
}

.awardee-item .profile-image>div,
.awardee-item .profile-image>div>div {
	height: 100%;
	width: 100%;
}

.awardee-item .profile-image>div>div {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.awardee-item .profile-image>div>div img {
	height: auto;
	width: 100%;
	max-width: unset;
}

.awardee-item .profile-details {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	text-align: center;
	gap: 0;
	text-transform: uppercase;
}

.awardee-item .elementor-heading-title,
.awardee-item .elementor-widget-container {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.awardee-item .elementor-heading-title {
	font-size: 20px;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.awardee-item .elementor-widget-text-editor {
	font-size: 14px;
}

.awardee-item .elementor-widget-button {
	margin-top: 5px
}

.awardee-item .elementor-button {
	font-size: 10px;
	padding: 6px 12px;
}

.view-button-none .awardee-item .elementor-button {
	display: none
}

@media (min-width: 767px) {
	.awardee-item .profile-image>div>div img {
		height: 100%;
		width: auto;
		max-width: unset;
	}

	.awardee-item .profile-image {
		height: 340px;
	}
}

/* $4.4 - Pattern - Loop Post - Single Item Carousel */
.single-item {
	color: #fff;
}

.single-item .elementor-widget-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.single-item .elementor-widget-image .elementor-widget-container {
	border: 5px solid rgba(12, 90, 219, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.single-item .elementor-widget-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	background: #000;
}

.single-item .e-con-full .e-con-full {
	justify-content: center;
}

.single-item .elementor-heading-title {
	font-size: 28px;
}

@media (min-width: 767px) {
	.single-item .elementor-widget-image {
		min-width: 35vw;
		min-height: 380px;
	}
}

@media (min-width: 1025px) {
	.single-item .elementor-widget-image {
		min-width: 35vw;
	}
}

@media (min-width: 1400px) {
	.single-item .elementor-widget-image {
		min-width: 22vw;
		min-height: 419px;
	}
}

@media (max-width: 1200px) {
	.large-arrow .elementor-swiper-button {
		display: none !important
	}

	.large-arrow.elementor-arrows-position-outside .swiper {
		width: calc(100% - 15px) !important;
	}

	.single-item,
	.single-item>div>.e-con-full {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.single-item .elementor-widget-image {
		min-height: 380px;
		max-height: 380px;
	}
	.single-item .e-con-full .e-con-full {
		padding-left: 0;
		padding-right: 0;
	}
}

/* $4.5 - Pattern - Profile */
.profile-container #profile_image {
	height: 250px;
	display: flex;
}
.profile-container #profile_image img {
	width: 100%;
	object-fit: contain;
}
.profile-container .profile-image > div:first-child {
	width: 250px
}
.profile-name-wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px
}
.profile-name {
	font-size: 48px;
	font-weight: bold !important;
	margin-top: 0;
	margin-bottom:0;
}
.profile-title,
.profile-company {
	margin: 0;
	font-size: 18px;
}

.profile-container .awards {
	gap: 15px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

#profile_awards {
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 3px;
	max-height: 180px;
	overflow: auto;
	display: flex;
}

#profile_awards a {
	max-width: 50px;
	display: flex;
}
#profile_awards a img {
	width: 100% !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.profile-name {
		font-size: 30px;
	}
}
@media (max-width: 1024px) {
	.profile-container {
		--e-con-grid-template-columns: 1fr !important;
	}
	.profile-container .profile-image {
		gap: 20px
	}
}

@media (max-width: 767px) {
	.profile-name {
		font-size: 24px;
	}
	.profile-container .profile-image > div {
		width: 100% !important
	}
	.profile-container .profile-image > div:first-child {
		width: 100%
	}
	.profile-container #profile_image {
		max-height: 250px;
		background: #000;
	}
	.profile-container .profile-image {
		flex-direction: column;
	}
}

/* $4.6 - Pattern - Tabs */
.custom-tabs {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

.custom-tabs-content {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
	justify-content: center;
	text-align: center;
}

.custom-tabs-content .content {
	display: none;
}

.custom-tabs-content .content.active {
	display: block;
}

.custom-tabs .tab-a,
.custom-tabs .tab-a a {
	width: 100%;
}

.custom-tabs .tab-a a {
	display: block;
	font-size: 18px;
	color: #393939;
	font-weight: bold;
	background: #fff;
	padding: 15px;
	transition: 0.3s;
	cursor: pointer;
}

.custom-tabs .tab-a.active a {
	background: #00547c;
	color: #fff;
}

/* $4.7 - Pattern - Popover */
.popover {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
	opacity: 0;
}
.popover-icon,
.popover-content {
	position: absolute;
}
.popover-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	z-index: 2;
	background-color: rgba(10, 88, 110, 0.17);
	padding: 8px;
	cursor: pointer;
	max-height: 40px;
}
.popover-icon .elementor-icon,
.popover-icon .elementor-icon svg {
	font-size: 24px;
}
.post-item-action .popover-icon svg {
	width: 16px;
}
.popover-icon .elementor-icon svg path,
.post-item-action .popover-icon svg{
	-webkit-filter: drop-shadow(13px 13px 12px rgb(255 255 255 / 70%));
	filter: drop-shadow(13px 13px 12px rgb(255 255 255 / 70%));
}
.popover-content {
	background: #00547c;
	bottom: 0;
	width: 280px;
	min-height: 150px;
	max-height: 150px;
	left: 0;
	color: #fff;
	box-shadow: 2px 6px 14px -2px rgba(94, 94, 94, 0.75);
	-webkit-box-shadow: 2px 6px 14px -2px rgba(94, 94, 94, 0.75);
	-moz-box-shadow: 2px 6px 14px -2px rgba(94, 94, 94, 0.75);
	background: #00547c;
	padding: 10px;
}
.popover-content:after {
	content: "";
	position: absolute;
	display: block;
	left: 5px;
	top: 100%;
	border: 15px solid transparent;
	border-bottom: 0;
	border-top: 15px solid #00547c;
	z-index: 1;
}

/* $4.8 - Pattern - Vote */
.evoter-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.evoter-tile {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 15px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform .15s, opacity calc(.15s * 1.2) linear;
}
.evoter-tile .img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	margin: 0 auto 10px;
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.evoter-tile img {
    filter: grayscale(.5);
    border-radius: 10px;
    object-fit:cover;
    height: 100%;
}
.evoter-tile .count {
	margin-top: auto;
}
.evoter-tile:before {
    content: '';
    background-color: #0082ff;
    background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIGZpbGw9IiNmZmZmZmYiICB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIAoJIHZpZXdCb3g9IjAgMCA0ODcuNTcgNDg3LjU3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMTM3LjQ4MiwyNTMuOGMwLjctMiwxLjUtNC4yLDIuNC02LjVsMCwwbDAsMGMzLjgtOS40LDEwLjEtMjAuOSwxOS45LTMxLjJjNDYtMzUuMyw5NC4yLTE2OCw5NC4yLTE2OHMtNy41LTQ4LjEsMTUtNDguMQoJCXM3NiwxNSw0My45LDExMi4zYy0zMi4xLDk3LjQsMCw4Mi40LDAsODIuNGM3LjQtMS43LDE0LjItMy4xLDIwLjctNC4ybDAsMGMwLDAsOTIuNy0yMC44LDEyNi45LDEwLjVjMjcuNCwyNSw2LjEsNTgsNi4xLDU4CgkJczM4LjUsMzQuMy0wLjcsNzUuM2MwLDAsMjUuMSw0MS41LTE5LDc0LjZjMCwwLDIwLjUsNTcuMS02MS40LDc0LjVjLTI0LjEsNS4xLTU0LjQsNC45LTgzLDIuN2MtNzEuNSwxLjUtMTQyLjYtNy44LTE0Mi42LTcuOAoJCWwtNDYtMjAwLjFDMTI3Ljc4MiwyNjkuOCwxMzQuMzgyLDI2MC4xLDEzNy40ODIsMjUzLjh6IE00LjE4MiwyODFsLTAuMSwyMDBoMTA4LjdjOS43LDAsMTYtNy43LDE0LTE3LjJsLTM0LjgtMTY1LjYKCQljLTItOS41LTExLjUtMTcuMi0yMS4yLTE3LjJMNC4xODIsMjgxTDQuMTgyLDI4MXoiLz4KPC9nPgo8L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center 6px;
    background-size: 15px;
	position: absolute;
    top: 8px;
    z-index: 1;
    right: 8px;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    padding: 6px;
    border: 3px solid #fff;
    transition: transform .15s, opacity calc(.15s * 1.2) linear;
    opacity: 0;
    transform: scale(0);
}
.evoter-tile.active {
    box-shadow: 0 0 0 3px #0082ff;
}
.evoter-tile:active {
    transform: scale(.95);
}
.evoter-tile.active img {
    filter: grayscale(0);
}
.evoter-tile.active:before {
	opacity: 1;
	transform: scale(1);
}
.evoter-tile .name,
.evoter-tile .company{
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.evoter-tile .name {
	font-size: 16px;
	font-weight: 600;
}
.evoter-tile .company {
	font-size: 13px;
	margin-bottom: auto;
}
#selected-profiles-modal,
#winners-ranking-modal {
	position: fixed;
	right: -200px;
	transition: all .3s;
	z-index: 1;
}
#selected-profiles-modal.show,
#winners-ranking-modal.show {
	right: 0;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1)
}
#winners-ranking-modal {
	top: 30vh;
	bottom: 30vh;
}
#winners-ranking-modal.show {
	top: 30vh;
	bottom: 30vh;
}
#selected-profiles-modal {
	top: 30vh;
}
#selected-profiles-modal.show {
	top: 30vh;
}
#selected-profiles-modal {
	background: #fff;
	width: 200px;
	border-radius: 10px 0 0 10px;
	padding: 0
}
#selected-profiles-modal h2 {
	font-size: 40px;
	color: #0082ff;
	line-height: 1;
	margin: 5px 0 0;
}
#selected-profiles-modal h2 + p {
	margin-bottom: 5px;
}
#selected-profiles-modal ul {
	background: #f9f9f9;
	padding: 0px 15px;
	list-style: none;
}
#selected-profiles-modal ul li {
	font-size: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	max-width: 100%;
	padding: 2px 20px 2px 0;
	position: relative;
}
#selected-profiles-modal ul li:first-child {
	padding-top: 5px;
}
#selected-profiles-modal ul li:last-child {
	padding-bottom: 5px;
}
#selected-profiles-modal ul li .remove-link {
	color: #e03927;
	font-weight: 400;
	width: 15px;
	height: 15px;
	position:absolute;
	right: 0px;
	z-index:1;
	text-align: center;
	cursor: pointer;
}
#selected-profiles-modal .submit-button {
	display: flex;
	width: 100%;
	border-radius: 0 0 0 10px;
	margin-top: 8px;
	justify-content: center;
	gap:10px
}
#selected-profiles-modal .submit-button .loader-sm {
	margin-left: 0;
	margin-right: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#selected-profiles-modal .toggle-modal {
	position:absolute;
	top: 35%;
	left: -30px;
}
#selected-profiles-modal .toggle-modal .hide-button,
#selected-profiles-modal .toggle-modal .show-button,
#winners-ranking-modal .toggle-modal .hide-button,
#winners-ranking-modal .toggle-modal .show-button {
	background-color: #fff;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9ImUtZm9udC1pY29uLXN2ZyBlLWZhcy1jaGV2cm9uLWxlZnQiIHZpZXdCb3g9IjAgMCAzMjAgNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0zNC41MiAyMzkuMDNMMjI4Ljg3IDQ0LjY5YzkuMzctOS4zNyAyNC41Ny05LjM3IDMzLjk0IDBsMjIuNjcgMjIuNjdjOS4zNiA5LjM2IDkuMzcgMjQuNTIuMDQgMzMuOUwxMzEuNDkgMjU2bDE1NC4wMiAxNTQuNzVjOS4zNCA5LjM4IDkuMzIgMjQuNTQtLjA0IDMzLjlsLTIyLjY3IDIyLjY3Yy05LjM3IDkuMzctMjQuNTcgOS4zNy0zMy45NCAwTDM0LjUyIDI3Mi45N2MtOS4zNy05LjM3LTkuMzctMjQuNTcgMC0zMy45NHoiPjwvcGF0aD48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	padding: 0;
	width: 30px;
	height: 46px;
	border-radius: 5px 0 0 5px;
	box-shadow: 3px 00 8px rgba(0, 0, 0, 0.1)
}
#selected-profiles-modal .toggle-modal .hide-button,
#winners-ranking-modal .toggle-modal .hide-button{
	transform: rotate(180deg);
	border-radius: 0 5px 5px 0;
}
#winners-ranking-modal,
#winners-ranking-modal.show {
	top: 25vh;
	bottom: 25vh;
}
#winners-ranking-modal {
	right: -300px;
}
#winners-ranking-modal {
	background: #fff;
	width: 300px;
	border-radius: 10px 0 0 10px;
}
#winners-ranking-modal ul {
	background: #f9f9f9;
}
#winners-ranking-modal .toggle-modal {
	position:absolute;
	top: 45%;
	left: -30px;
}
.header-ranking {
	color:rgb(0,84,124);
	font-size: 16px;
	padding: 5px 10px;
	text-align: center;
}
#winners-ranking-modal {
	padding: 0px;
	margin:0px;
}
.modal-content-ranking {
	margin:0px;
	padding:0px;
}
.navbar-ranking {
	display: flex;
	background-color: rgb(0,84,124);
	width: 100%;
	border-top: 3px solid rgb(0,84,124);
	padding: 0 10px;
}
.nav-item-ranking {
	padding: 5px 15px 7px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	transition: color 0.3s;
	border-radius: 3px 3px 0 0;
	background-color: rgb(0,84,124);
	text-transform: uppercase;
	cursor: pointer;
	width: 100%;
	text-align: center;
}
.active-ranking {
	color: #393939;
	font-weight: 700;
	background-color: #fff;
}
.icon-ranking {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-top:-5px;
}
.modal-content-ranking ul {
	overflow: auto;
	height: calc(460px - 66px);
	counter-reset: section;
	border-radius: 0 0 0 5px
}
.modal-content-ranking ul table {
	border-bottom: 1px solid #ddd !important;
	margin: 10px 10px !important;
	width: calc(100% - 20px) !important;
	font-family: inherit !important
}
.modal-content-ranking ul table:last-child {
	border-bottom: 0 !important
}
.modal-content-ranking ul table img {
	width: auto !important;
	height: auto !important;
}
.modal-content-ranking ul table td {
	padding: 0 0 5px 0 !important;
	border: 0;
	vertical-align: middle
}
.modal-content-ranking ul > table tr td:first-child {
	position: relative;
	width: 50px !important;
}
.modal-content-ranking ul > table tr td:first-child::before {
    counter-increment: section;
    content: counter(section);
	background: #e03927;
	color: #fff;
	width: 15px;
	height: 15px;
	display: block;
	font-size: 10px;
	font-weight: 600;
	position: absolute;
	top: 0px
}
.modal-content-ranking ul > table tr td:nth-child(2) {
	padding-left: 10px !important
}
.modal-content-ranking ul > table tr td:nth-child(3) {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.modal-content-ranking ul > table tr td:nth-child(3) strong {
	font-size: 14px !important;
	font-weight: 700 !important;
}
.modal-content-ranking ul > table tr td:nth-child(4) {
	font-size: 12px;
}
.modal-content-ranking ul > table tr td:nth-child(4) svg {
	width: 15px;
}
.green-up {
	fill: green;
}
.red-down {
	fill: red;
}
/* .hero .nav-item-ranking {
	padding: 10px 15px 12px 15px !important;
	font-size: 14px !important;
} */
.hero .modal-content-ranking ul {
	height: calc(330px - 66px);
}
@media (min-width:768px) {
	.evoter-grid {
	    grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width:1024px) {
	.evoter-grid {
	    grid-template-columns: repeat(6, 1fr);
	}
}

/* $4.9 - Pattern - Search */
.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.search-container .form-container {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1)
}
.search-container .form-sort select,
.search-container .form-search input {
	height: 40px
}
.search-container .form-search {
    width: 100%;
    border: 1px solid #69727d;
	padding: 0;
	margin-right:-1px;
}
.search-container .form-search input {
    border: 0;
    width: 100%;
	outline: none;
	height :60px
}
.search-container .form-sort {
    width: 100%;
    padding-left: 10px;
	padding-right: 10px;
    border: 1px solid #69727d;
    margin-right:-1px;
}
.search-container .form-sort select {
    border: 0;
    width: 100%;
    outline: none;
    height :60px;
    padding: 15px 25px 15px 0;
}
.search-container .form-btn {
	padding-left: 0px;
}
.search-container .form-btn button {
	padding-left: 60px;
	padding-right: 60px;
	background: #e03927;
	height: 62px;
}
.search-container .form-btn button:hover {
	background: #c23020;
}
@media (max-width: 767px) {
	.search-container .form-container {
		flex-wrap: wrap;
		flex-direction: row;
	}
	.search-container .form-search,
	.search-container .form-sort {
		margin: 0 0 -1px 0
	}
	.search-container .form-btn,
	.search-container .form-btn button {
		width: 100%
	}
}

/* $4.10 - Pattern - Inline Loader */
.loader {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 1);
  border-right: 4px solid rgba(0, 0, 0, 1);
  border-bottom: 4px solid rgba(0, 0, 0, 1);
  border-left: 4px solid rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: circle-loader-spin 1s infinite linear;
  animation: circle-loader-spin 1s infinite linear;
}
.loader.loader-sm {
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  border-top: 2px solid rgba(0, 0, 0, .5);
  border-right: 2px solid rgba(0, 0, 0, .5);
  border-bottom: 2px solid rgba(0, 0, 0, .5);
  border-left: 2px solid rgba(0, 0, 0, 0);
}

@keyframes circle-loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* $4.11 - Pattern - Contact Fom 7 */
.wpcf7-form-control-wrap {
	display: block;
	margin-top: 15px;
}
.wpcf7-form-control-wrap:first-child {
	margin-top: 0
}
.evcf7-verify-btn {
	margin-bottom: 0;
}
.wpcf7-form-control-wrap + br  {
	display: none
}

/* $4.12 - Pattern - Single Post */
.single-post .elementor-widget-theme-post-content .wp-block-heading,
.single-post .elementor-widget-theme-post-content p {
    color: var(--e-global-color-text);
}
.single-post .elementor-widget-theme-post-content h1 {
    font-size: 1.5rem;
}
.single-post .elementor-widget-theme-post-content h2 {
    font-size: 1.5rem;
}
.single-post .elementor-widget-theme-post-content h3 {
    font-size: 1.2rem
}
.single-post .elementor-widget-theme-post-content h4,
.single-post .elementor-widget-theme-post-content h5,
.single-post .elementor-widget-theme-post-content h6 {
    font-size: 1rem
}
.single-post .elementor-widget-theme-post-content a,
.single-post .elementor-widget-theme-post-content strong,
.blog .winners .elementor-widget-theme-post-content a {
	font-weight: 700 !important;
}
.blog .winners .elementor-widget-theme-post-content a {
	color: #0C63F4;
}

/* $4.13 - Pattern - Archive */
.archive [data-elementor-type="archive"] article.post {
	background: #fff;
	padding-bottom: 10px;
}
.archive article.post .elementor-post__card {
	box-shadow: 0 0 0 0;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
	justify-content: flex-start;
	min-height: auto;
	border-radius: 0;
	overflow: unset;
}
.archive article.post .elementor-post__card .elementor-post__thumbnail__link,
.archive article.post .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail {
	margin: 0;
	display: flex;
	width: 100%;
	padding: 0;
}
.archive article.post .elementor-post__card .elementor-post__thumbnail__link {
	margin: 0;
	position: relative;
	height: 200px;
}
.archive article.post .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail {
	justify-content: center;
	border-radius: 0 0 0 0;
	overflow: hidden;
}
.archive article.post .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail img {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transform: none;
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	background-color: black;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.archive article.post:hover .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail img {
	transform: scale(1.1);
}
.archive article.post .elementor-post__card .elementor-post__text {
	order: 2;
	max-width: calc(100% - 60px);
	padding: 0 10px 0 0;
	margin: 0 0 auto 0;
	height: 100%;
	display: flex;
}
.archive article.post .elementor-post__card .elementor-post__meta-data {
	order: 0;
	width: 50px;
	display: flex;
	margin: 0;
	padding: 0;
	border: 0;
}
.archive article.post .elementor-post__card .elementor-post__meta-data {
	font-size: 16px;
	color: var(--wp--preset--color--white);
	background-color: #e03927;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
	padding: 4px;
	position: relative;
}
.archive article.post .elementor-post__card .elementor-post__meta-data .elementor-post-date span {
	width: calc(100% + 8px);
	margin: 2px -4px -4px -4px;
	font-size: 12px;
	color: var(--wp--preset--color--white);
	background-color: #00547c;
	display: block;
	text-align: center;
	font-weight: 400;
	border-top:2px solid #fff;
	padding: 2px;
}
.archive article.post .elementor-post__card .elementor-post__title,
.archive article.post .elementor-post__card .elementor-post__title a {
	font-size: 16px;
	color: var(--e-global-color-text);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	word-break: break-word;
}
.archive article.post .elementor-post__card .elementor-post__title {
	margin-bottom: 10px
}
.archive article.post .elementor-post__card .elementor-post__excerpt {
	margin: 0;
	display: flex;
	flex-flow: column;
}
.archive article.post .elementor-post__card .elementor-post__excerpt:after {
	content: 'Read More';
	display: block;
	max-width: 100px;
	text-align: center;
	background-color: #e03927;
	opacity: 0.9;
	border: none;
	padding: 4px;
	color: #ffffff;
	font-weight: bolder;
	font-size: 12px;
	transition: all 500ms ease-in-out;
	text-transform: uppercase;
	margin-top: 10px;
}
.archive article.post .elementor-post__card .elementor-post__excerpt:hover:after  {
	color: #e03927;
	background-color: #ffffff;
}

/* $4.14 - Pattern - Toast */
.jq-toast-wrap.full {
	background: rgba(0, 0, 0, .5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: unset;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jq-toast-wrap.full .jq-toast-single {
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 600px;
	padding: 180px 40px 80px 40px;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	line-height:1.5;
	text-align: center !important;
	border-radius: 0;
	color: #000;
}
.jq-toast-wrap.full .jq-toast-single.jq-icon-success {
	background-image: url(https://www.wash100.com/wp-content/uploads/2024/10/feedback-150x150.png);
	background-position: center 50px;
	background-repeat: no-repeat;
	background-size: 100px
}
.jq-toast-wrap.full .jq-toast-heading {
	font-size: 1.75rem;
	color: var(--e-global-color-secondary);
	font-weight: 700;
	margin-bottom: 20px
}
.jq-toast-wrap.full .jq-toast-heading:after {
	content: '';
	display: block;
	width: 90px;
	height: 3px;
	background: #e03927;
	margin: 10px auto 0;
}
.jq-toast-wrap.full .close-jq-toast-single {
	font-size: 30px;
	padding: 5px 10px;
	line-height: 1;
}
.loader-indicator {
	position: fixed;
	z-index: 1;
	top: 0;
	background: #fff;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
}
.loader-indicator img {
	max-width: 100px
}
hr.wp-block-separator {
	border-block-width: 1px
}

/* Video/iframe */
.epyt-video-wrapper iframe,
iframe.elementor-video,
iframe.elementor-video-iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}

iframe[src^="https://www.youtube.com"] {
    aspect-ratio: 16 / 9;
    height: auto;
}
/*Mailchimp Landing Page*/
.mailchimpIframe {
	aspect-ratio: 5/3;
}
@media (max-width: 1160px) {
	.mailchimpIframe {
	    aspect-ratio: 8 / 6;
	}
}

@media (max-width: 900px) {
	.mailchimpIframe {
	    aspect-ratio: 8 / 8;
	}
}
@media (max-width: 700px) {
	.mailchimpIframe {
	    aspect-ratio: 4 / 5;
	}
}
@media (max-width: 570px) {
	.mailchimpIframe {
	    aspect-ratio: 2 / 4.5;
	}
}
/* 404 Page Background */
body.error404 #primary,
body.error404 #main {
  background-color: #00132e !important;  /* Fallback dark color */
  background-image: url("/wp-content/themes/hello-elementor-child/assets/images/404-bg.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Remove any white backgrounds */
body.error404,
body.error404 .site-main,
body.error404 .content-area {
  background: transparent !important;
}
body.error404 .site-main > div {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  border-radius: 8px;
}