/*
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

*/

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

#page-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: none;
    background-color: rgba(19,40,76,0);
}

/*sticky header*/
@media screen and (min-width: 481px){
	#page-header {
	}
}
@media screen and (min-width: 768px){
	body.admin-bar #page-header{
		top: 32px;
	}
}
@media screen and (max-width: 480px){

}

a:not(:hover){
	color: #00D8FF;
}

.bar h1, .bar h2, .bar h3, .bar h4, .bar h5, .bar p,
h1.bar , h2.bar , h3.bar , h4.bar , h5.bar , p.bar {
	position: relative;
}
.bar h1:after, .bar h2:after, .bar h3:after, .bar h4:after, .bar h5:after, .bar p:after,
h1.bar:after , h2.bar:after , h3.bar:after , h4.bar:after , h5.bar:after , p.bar:after {
	content: '';
    display: block;
    width: 65px;
    height: 3px;
    background: #F1BC00;
    margin-top: 24px;
    margin-bottom: 24px;
}

.bg-blue{
	background-color: #13284C;
}
.bg-blue-t{
	background-color: rgba(19, 40, 76, 0.95);
}
.bg-gold{
	background-color: #F1BC00;
}

.bg-img-red img{
	background-color: #FF003C;
}

.btn a, .btn:not(.elementor-widget){
    border: 0;
    font-weight: 400;
    box-shadow: none;
    font-size: 18px;
    line-height: 1.3;
    border-radius: 6px;
    padding: 5px 1.2em;
	text-transform: uppercase;
	color: #fff;
	transition: 0.8s;
    /*font-family: "calibri",sans-serif;*/
}
.btn-blue a, .btn-blue:not(.elementor-widget){
	background-color: #13284C;
}
.btn-gold a, .btn-gold:not(.elementor-widget){
	background-color: #F1BC00;
}
.btn a:hover, .btn:not(.elementor-widget):hover{
	background-color: #e7e7e8;
	color: #13284C;
}
#download-list-block i.fas.fa-check-circle {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    line-height: 1;
	background: #fff;
	margin-right: 5px;
}

ul.check{
	padding-left: 24px;
}

ul.check li::marker{
	content: '';
	display: none;
}

ul.check li:before{
	content: "\f058";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	display: inline-block;
	width: 13px;
    height: 13px;
    border-radius: 100%;
    line-height: 1;
    background: #fff;
	color: #FF000F;
    margin-left: -25px;
    margin-right: 10px;
    font-size: 14px;
}

.desktop-popout {
    max-width: 80%;
    position: absolute!important;
    bottom: -50px;
    left: -50px;
}
@media screen and (max-width: 480px){
	.desktop-popout {
		bottom: 75px;
		left: 0;
	}
}

h1,.h1{
	font-size: 45px;
    font-weight: 600;
	margin: 0;
}
h2,.h2{
	font-size: 32px;
	font-weight: bold;
	margin: 0;
}
h3,.h3{
	font-size: 26px;
}
.h4, .h4 h4{
	font-size: 17px;
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6{
	color: #13284C;
}

.img-mx-h img{
	max-height: 235px;
	width: auto;
}

.holiday-hide{
	display:none!important;
}

.of-hidden{
	overflow: hidden;
}

.round-bl{
	border-bottom-left-radius: 1em;
}
.round-br{
	border-bottom-right-radius: 1em;
}
.round-tl{
	border-top-left-radius: 1em;
}
.round-tr{
	border-top-right-radius: 1em;
}

.mb-1{
	margin-bottom: 1em;
}
.mb-2{
	margin-bottom: 2em;
}
.mb-3{
	margin-bottom: 3em;
}
.mt-0{
	margin-top: 0em;
}
.mt-1{
	margin-top: 1em;
}
.mt-2{
	margin-top: 2em;
}
.mt-3{
	margin-top: 3em;
}
.mb-0{
	margin-bottom: 0em !important;
}
.m-0{
	margin: 0 !important;
}

.p-1{
	padding: 1em;
}
.p-2{
	padding: 2em;
}
.p-3{
	padding: 3em;
}
.pb-1{
	padding-bottom: 1em;
}
.pb-2{
	padding-bottom: 2em;
}
.pb-3{
	padding-bottom: 3em;
}
.pt-1{
	padding-top: 1em;
}
.pt-2{
	padding-top: 2em;
}
.pt-3{
	padding-top: 3em;
}
.p-0{
	padding: 0 !important;
}
.pb-0{
	padding-bottom: 0 !important;
}
.pt-0{
	padding-top: 0 !important;
}

@media screen and (max-width:1023px) {
	.desktop-show{
		display: none;
	}
	.mobile-border-t{
		border-top:1px solid #fff;
	}
	.mobile-border-t-dark{
		border-top:1px solid #ccc;
	}
	.mobile-hide{
		display: none;
	}
	.mobile-center{
		text-align: center;
	}
	.mobile-mb-0{
		margin-bottom: 0 !important;
	}
	.mobile-mb-1{
		margin-bottom: 1em;
	}
	.mobile-mb-2{
		margin-bottom: 2em;
	}
	.mobile-mt-0{
		margin-top: 0 !important;
	}
	.mobile-mt-1{
		margin-top: 1em;
	}
	.mobile-mt-2{
		margin-top: 2em;
	}
	.mobile-p-0{
		padding: 0em !important;
	}
	.mobile-pl-0{
		padding-left: 0em !important;
	}
	.mobile-p-1{
		padding: 1em !important;
	}
	.mobile-p-2{
		padding: 2em !important;
	}
	.mobile-pb-0{
		padding-bottom: 0 !important;
	}
	.mobile-pt-1{
		padding-top: 1em;
	}
	.mobile-pt-2{
		padding-top: 2em;
	}
	.mobile-pb-1{
		padding-bottom: 1em;
	}
	.mobile-pb-2{
		padding-bottom: 2em;
	}
}
@media screen and (max-width:1024px) {
	.mobile-bg-blue{
		background: #13284c;
	}
}

.Sirv.sirv-thumbnails-only-gallery .smv-selectors-box .smv-selectors .smv-ss .smv-scroll {
    justify-content: center;
	max-height: 480px;
    overflow: hidden;
	align-content: flex-start!important; 
}

.text-bold {
    font-weight: 600;
}
.text-blue{
	color: #13284C;
}
.text-center{
	text-align: center;
}
.text-center .bar h1:after, .text-center .bar h2:after, .text-center .bar h3:after, .text-center .bar h4:after, .text-center .bar h5:after, .text-center .bar p:after{
	margin: 24px auto;
}
.text-lg{
	font-size: 125%;
}
.text-sm{
	font-size: 70%;
}
.text-gold, .text-gold h3{
	color: #F1BC00;
}
.text-red{
	color: #FF000F;
}
.text-white,
.text-white h1, .text-white h2, .text-white h3, .text-white h4{
	color: #fff;
}
.text-uppercase{
	text-transform: uppercase;
}

.w-100{
	width: 100%;
}

.x-remain{
	position: relative;
	max-width: 300px;
	margin: 0 auto;
	display: inline-block;
}

.x-remain:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    right: -10px;
    width: 50px;
    height: 50px;
    line-height: 1;
    border-radius: 100%;
    background: red;
    color: #fff;
    font-size: 14px;
    padding: 10px 6.8px;
    text-align: center;
}

.x-remain-1:after{
	content: "Only 1 Left!";
}
.x-remain-2:after{
	content: "Only 2 Left!";
}
.x-remain-3:after{
	content: "Only 3 Left!";
}
.x-remain-4:after{
	content: "Only 4 Left!";
}

@media screen and (max-width: 1023px){
	.bg-blue-angle, .bg-blue-angle-2{
		background-color: #13284c;
	}
}
.d-flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.d-flex.va-center{
	align-items: center;
}
.d-flex .col{
	flex: 1 0 100%;
}	

@media screen and (min-width: 481px){
	.d-flex .col-sm-80{
		flex: 1 0 80%;
	}
	.d-flex .col-sm-70{
		flex: 1 0 70%;
	}
	.d-flex .col-sm-60{
		flex: 1 0 60%;
	}
	.d-flex .col-sm-50{
		flex: 1 0 50%;
	}
	.d-flex .col-sm-40{
		flex: 1 0 40%;
	}
	.d-flex .col-sm-30{
		flex: 1 0 30%;
	}
	.d-flex .col-sm-25{
		flex: 1 0 25%;
	}
}

@media screen and (min-width: 1024px){
	.d-flex .col-80{
		flex: 1 0 80%;
	}
	.d-flex .col-70{
		flex: 1 0 70%;
	}
	.d-flex .col-60{
		flex: 1 0 60%;
	}
	.d-flex .col-50{
		flex: 1 0 50%;
	}
	.d-flex .col-40{
		flex: 1 0 40%;
	}
	.d-flex .col-30{
		flex: 1 0 30%;
	}
	.d-flex .col-25{
		flex: 1 0 25%;
	}
	.bg-blue-angle:before {
		content: '';
		display: block;
		width: 100%;
		position: absolute;
		height: 0;
		border-style: solid;
		border-width: 465px 184px 0 0;
		border-color: #13284c transparent transparent transparent;
		left: 32%;
	}
	.bg-blue-angle-2{
		
	}
	.bg-blue-angle-2:before {
		content: '';
		display: block;
		width: 80vw;
		position: absolute;
		height: 0;
		border-style: solid;
		border-width: 560px 215px 0 0;
		border-color: #13284c transparent transparent transparent;
		right: -20%;
	}
	#page-footer.ss .bg-blue-angle-2:before{
		border-width: 600px 220px 0 0;
	}
	
	.bg-blue-angle, .bg-blue-angle-2{
		background-color: transparent;
	}
	.bg-blue-angle-2-t:before {
		content: '';
		display: block;
		width: 100vw;
		position: absolute;
		height: 0;
		border-style: solid;
		border-width: 660px 315px 0 0;
		border-color: #13284c transparent transparent transparent;
		right: -50%;
		opacity: 0.8;
	}
}

.bg-icon-1 .elementor-widget-container > *,
.bg-icon-2 > *,
.bg-icon-1 .elementor-shortcode > *{
	position: relative;
}

.bg-icon-1 .elementor-widget-image .elementor-widget-container:before,
.bg-icon-1 .elementor-shortcode:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url(https://blueprint.sirv.com/hp-miss/holiday-sale/hp-bg-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: -10%;
    top: -10%;
}

.bg-icon-2:after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background-image: url(https://blueprint.sirv.com/hp-miss/holiday-sale/hp-bg-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: -21%;
    bottom: -47%;
    opacity: 0.5;
}

section.elementor-section {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}
/*
section:not(.elementor-inner-section) .elementor-container {
    padding-left: 8px;
    padding-right: 8px;
}
*/

@media screen and (max-width: 414px){
	#page-hero .text-res h1{
		font-size: 10vw;
	}
}

#download-list-block .elementor-widget .elementor-icon-list-item{
	align-items: flex-start;
}

#download-list-block .elementor-widget .elementor-icon-list-icon{
	margin-top: 0.5em;
}

.testimonials {
	display: none;
}

.testimonials.general {
	display: block;
}

@media screen and (min-width: 1440px){
	#maximize-fun.ss{
		background-size: 55% auto;
	}
}

@media screen and (min-width: 1600px){
	#page-footer.ss {
		background-size: 55% auto;
	}
}


.model-list .model img{
	display: block;
	margin: 0 auto;
}
.model-list .model-footer{
	text-align: center;
	color: #fff;
	background: #FF003C;
	padding: 10px 1em;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.d-flex.model-list{
	gap: 20px;
}

.d-flex.model-list .model{
	flex: 0 0 calc(25% - 20px);
	padding-bottom: 90px;
    position: relative;
}

@media screen and (max-width: 992px){
	.d-flex.model-list .model{
		flex: 0 0 calc(33.33% - 20px);
	}
}

@media screen and (max-width: 768px){
	.d-flex.model-list .model{
		flex: 0 0 calc(50% - 20px);
	}
}

@media screen and (max-width: 480px){
	.d-flex.model-list .model{
		flex: 0 0 100%;
	}
}

/*Forms */
fieldset{
	border: 0;
	padding: 0;
	margin: 0;
}
.frm_forms input, .frm_forms select, .frm_forms textarea, .frm_forms button[type=submit] {
    width: 100%;
    margin-bottom: 0.75em;
    box-sizing: border-box;
	border-radius: 6px;
	font-size: 18px;
    line-height: 24px;
}
.no-border .frm_forms input, 
.no-border .frm_forms select, 
.no-border .frm_forms textarea{
	border: 0;
}
.frm_forms input[type=submit], .frm_forms button[type=submit]{
	background-color: #F1BC00;
	color: #fff;
	transition: 1s;
	margin-bottom: 0;
	border: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.frm_forms input[type=submit]:hover, .frm_forms button[type=submit]:hover{
	background-color: #13284C;
}

#page-header .frm_fields_container{
	display: flex;
}

#page-header .frm_forms input{
	margin-bottom: 0;
}

.sale-hours-location {
	display: flex;
}

.sale-hours-col {
	flex: 0 0 50%;
}

.sale-hours-col {
	flex: 0 0 50%;
}

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

	.sale-hours-location {
		flex-direction: column;
	}

	.sale-hours-col {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}

	.sale-hours-col {
		flex: 0 0 100%;
	}
}

.child-height-100 {
	justify-content: stretch;
}

.child-height-100 > .elementor-widget-wrap {
	height: 100%;
}

.child-height-100 > .elementor-widget-wrap .elementor-section {
	height: 100%;
}

.child-height-100 .elementor-container  {
	height: 100%;
}

.child-height-100 .elementor-container  .elementor-widget-wrap {
	justify-content: center;
    flex-direction: column;
}