/*
Theme Name: BP Hello Elementor Mod
Theme URI: https://www.blueprintinternetmarketing.com/
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Version: 1.0.1.1673563222
Updated: 2023-01-12 22:40:22

*/

header#site-header,
footer#site-footer {
	display: none;
}

body{
	font-size: 20px;
	font-family: "calibri",sans-serif;
}

.elementor-widget-container :last-child {
	margin-bottom: 0;
}

#main-nav > .elementor-container {
	flex-wrap: nowrap;
}

#main-nav .elementor-column.logo-col {
	align-items: center;
	flex: 0 1 25%;    
	padding-right: 15px;
    min-width: 280px;
}

#main-nav .elementor-column.link-col {
	align-items: center;
	flex: 0 1 20%;
	min-width: 215px;
}

#main-nav .elementor-column.link-col.link-col-3 {
	min-width: 165px;
}

#main-nav .elementor-column.woh-col {
	align-items: center;
	flex: 0 1 35%;
}

#main-nav .elementor-column > .elementor-widget-wrap {
	align-items: center;
}

.hpwc-menu-link {
	display: flex;
    align-items: center;
	color: #000;
}

.hpwc-menu-link::before {
	content: '';
	display: block;
	width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 10px;
    background-image: url(https://blueprint.sirv.com/Hydropool/world-conference/website/menu-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.hpwc-menu-link.active,
.hpwc-menu-link:hover {
	color: #91caee;
}

.hpwc-menu-link.active::before,
.hpwc-menu-link:hover::before {
    background-image: url(https://blueprint.sirv.com/Hydropool/world-conference/website/menu-arrow-active.png);	
}

.hpwc-menu-link .menu-link-text {
	min-width: 0;
}

.hpwc-menu-link .menu-link-text span {
	font-weight: 600;
}

@media screen and (max-width: 1024px) {
	#main-nav > .elementor-container {
		justify-content: center;
		flex-wrap: wrap;
	}
	#main-nav .elementor-column.logo-col {
		flex: 0 1 100%;
	}
	#main-nav .elementor-column.link-col {
		flex: 0 1 30%;
	}
	#main-nav .elementor-column.link-col.link-col-3 {
		flex: 0 1 20%;
		min-width: 165px;
	}
	#main-nav .elementor-column.woh-col {
		flex: 0 1 100%;
	}
}

@media screen and (max-width: 767px) {	
	#main-nav > .elementor-container {
		justify-content: center;
	}
	#main-nav .elementor-column.logo-col {
		flex: 0 1 100%;
		flex-wrap: nowrap;
		gap: 10px;
		padding-right: 0;
	}
	#main-nav .elementor-column.logo-col > .elementor-widget-wrap {
		flex-wrap: nowrap;
		gap: 10px;
	}
	#main-nav .elementor-column.logo-col .logo {
		flex: 0 1 65%;
	}
	#main-nav .elementor-column.logo-col .woh-logo {
		flex: 0 1 35%;
	}
	#main-nav .elementor-column.link-col {
		flex: 0 1 35%;
		min-width: 0;
	}	
	#main-nav .elementor-column.link-col.link-col-2 {
		flex: 0 1 30%;
	}
	#main-nav .elementor-column.link-col.link-col-3 {
		flex: 0 1 25%;
		min-width: 0;
	}
	.hpwc-menu-link::before {
		width: 30px;
		height: 30px;
		min-width: 30px;
		margin-right: 5px;
	}
}

@media screen and (max-width: 499px) {		
	#main-nav > .elementor-container {
		justify-content: space-between;
	}
	#main-nav .elementor-column.link-col {
		flex: 0 1 37%;
		min-width: 0;
	}
	#main-nav .elementor-column.link-col.link-col-2 {
		flex: 0 1 30%;
	}
	#main-nav .elementor-column.link-col.link-col-3 {
		flex: 0 1 28%;
		min-width: 0;
	}	
	.hpwc-menu-link {
		font-size: 16px;
		line-height: 1.1;
	}
	
	.hpwc-menu-link::before {
		width: 20px;
		height: 20px;
		min-width: 20px;
		margin-right: 5px;
	}
}


@media screen and (max-width: 375px) {
	
	.hpwc-menu-link::before {
		display: none;
	}
	
}

.Sirv.sirv-thumbnails-only-gallery .smv-selectors-box.smv-thumbnails.smv-h .smv-selectors {
	min-height: 200px !important;
}

.Sirv.sirv-thumbnails-only-gallery .smv-selectors-box .smv-selectors .smv-ss .smv-scroll {
	display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}

.Sirv.sirv-thumbnails-only-gallery .smv-selectors-box .smv-selectors .smv-ss .smv-scroll .smv-item {
    display: flex !important;
    height: 250px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}

.Sirv.sirv-thumbnails-only-gallery .smv-selectors-box .smv-selectors .smv-ss .smv-scroll .smv-item smv-thumbnail {
	width: 100% !important;
    height: 100% !important;
	border: none;
	padding: 0;
}

.Sirv.sirv-thumbnails-only-gallery .smv-selectors-box .smv-selectors .smv-ss .smv-scroll .smv-item smv-thumbnail img {
	object-fit: cover;
	width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width:1024px) {
	.Sirv.sirv-thumbnails-only-gallery .smv-selectors-box .smv-selectors .smv-ss .smv-scroll .smv-item {
		height: 200px;
	}
}

@media screen and (max-width:767px) {
	.Sirv.sirv-thumbnails-only-gallery .smv-selectors-box .smv-selectors .smv-ss .smv-scroll .smv-item {
		height: 200px;
	}
}

@media screen and (max-width:399px) {
	.Sirv.sirv-thumbnails-only-gallery .smv-selectors-box .smv-selectors .smv-ss .smv-scroll .smv-item {
		height: 200px;
	}
}

/* Form */

#bp-form .frm_form_fields .frm_fields_container {
	grid-template-columns: repeat(2, 1fr);
}

#bp-form.one-col .frm_form_fields .frm_fields_container {
	grid-template-columns: repeat(1, 1fr);
	max-width: 50%;
}

#bp-form .frm_fields_container > * {
	grid-column: auto;
}

#bp-form .frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 10px;
}

#bp-form .frm_style_formidable-style.with_frm_style .form-field input, 
#bp-form .frm_style_formidable-style.with_frm_style .form-field textarea, 
#bp-form .frm_style_formidable-style.with_frm_style .form-field select {
	color: #000;
	font-size: 18px;
	border: 1px solid #000;
    border-radius: 0;
}

#bp-form .frm_style_formidable-style.with_frm_style .form-field input::placeholder, 
#bp-form .frm_style_formidable-style.with_frm_style .form-field textarea::placeholder {
	color: #000;
}

#bp-form .frm_button_submit.frm_final_submit {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    background-color: #91caee;
    border: none;
    border-radius: 0;
    margin: 0 !important;
}

#bp-form .with_frm_style .frm_form_field.frm_html_container,
#bp-form .with_frm_style .frm_form_field .frm_show_it {
	color: #000;
}

@media screen and (max-width:1024px) {
	
	#bp-form.one-col .frm_form_fields .frm_fields_container {
		max-width: 100%;
	}
	
}

@media screen and (max-width:499px) {
	#bp-form .frm_form_fields .frm_fields_container {
		grid-template-columns: repeat(1, 1fr);
	}
}