/**
Theme Name: King Krumb Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: King Krumb is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, King Krumb comes with schema.org code integrated so search engines will love your site. King Krumb offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. King Krumb is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: king-krumb-child
Template: king-krumb
*/
 
@import url('https://fonts.googleapis.com/css2?family=Bagel+Fat+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

#page {
	padding: 32px 32px 0 32px;
}
.eac-site-header {
	position: fixed;
	top: 32px;
	left: 0;
	width: 100%;
	padding: 0 32px;
	z-index: 10000;
	transition: all 0.3s ease;
}
.sticky-header {
	background: #ffffff;
	top: 0px;
	border-bottom: 1px solid #C2C2C2;
}
.sticky-header #header-container .e-con-inner {
	padding-top: 5px !important; 
	padding-bottom: 5px !important; 
}
.sticky-header #header-container .e-con-inner > div:last-child {
	padding-right: 0;	  
}
#walmart-sticky, .sticky-header #walmart-normal {
	opacity:0;
	visibility: hidden;
	display: none;
}
.sticky-header .elementor-icon svg path, .sticky-header .elementor-icon svg{
	fill: #4B90F2 !important;	
}
.sticky-header #walmart-sticky {
	opacity:1;
	visibility: visible;
	display: block;
}
.sticky-header p {
	color: #000000;
}
.sticky-button, .only-sticky, .sticky-header #only-at-top{
	display: none;
}
.sticky-header .sticky-button, .sticky-header .only-sticky , #only-at-top {
	display: block;
}
.sticky-header #header-right {
	padding-right: 32px !important;
}
.sticky-header  .elementor-icon-wrapper {
	line-height: 1;
}
#only-at-walmart .elementor-button-icon svg {
	width: 1.2em !important;
}
#banner-title h1 {
	display: inline;
	position: relative;
}
#banner-title h1:after {
	content:'';
	position: absolute;
	right: -20px;
	top: 0;
	background: url(images/banner-title-crown.png);
	width: 56px;
	height: 52px;
}
.elementor-social-icon {
	background-color: transparent !important;
}

#cookie_text_id button {
    background: #D3F7FF;
    padding: 16px;
    border-radius: 32px;
    font-size: 40px;
    font-weight: 400;
    color: #4B90F2;
    line-height: 0px;
    pointer-events: none;
}
#ast-scroll-top {
	z-index: 9999 !important;
}
.underline_cc {
	text-decoration:underline!important;
}
.page-id-1439 #page {
	padding:10vh 32px 10vh!important;
	min-height: calc(100vh - 241px);
}
.dialog-widget-content.dialog-lightbox-widget-content .dialog-lightbox-close-button {
	top:60px !important
}
.zoom-active-class {
	cursor: pointer;        
  pointer-events: auto;
}
.hidden-popup {
	visibility: hidden;   
	position: absolute;   
	width: 0;
	height: 0;
	overflow: hidden;
}
.elementor-lightbox .elementor-lightbox-image {
	box-shadow: none!important;
	width:55%!important;
}
.legend-label:nth-child(2) {
	color: #575757!important;
}
body.page-id-1524 .hover-container.mouseenter .image-container:before, body.page-id-1524 .hover-container:hover .image-container:before {
	background-size: 100% !important;
	transition: all 0.3s ease;
	transform-origin: center; 
}
body.page-id-1524 .hover-container .image-container img {
	transition: all 0.3s ease;
	transform-origin: center;
}
body.page-id-1524 .hover-container.mouseenter .image-container img, body.page-id-1524 .hover-container:hover .image-container img {
	width: 110% !important;
}

.mouse-icon path {
    animation: moveUpDown 1.6s ease-in-out infinite;
}

.mouse-icon path:nth-of-type(1) {
	animation: moveUpDownMore 1.6s ease-in-out infinite;
}

@keyframes moveUpDown {
	0%,	100% {
	  transform: translateY(0);
	}

	50% {
	  transform: translateY(6px);
	}
}

@keyframes moveUpDownMore {

0%,
100% {
  transform: translateY(0);
}

50% {
  transform: translateY(15px);
}
}

@media only screen and (max-width:1365px) {
	#cookie_text_id button, #cookie_text_id p {
		font-size: 30px !important;
	}
}
@media only screen and (max-width:1200px) {
	#cookie_text_id button, #cookie_text_id p {
		font-size: 25px !important;
	}
    #cookie_text_id p {
		line-height: 40px;
	}
	#cookie_text_id button {
        padding: 5px 10px;
    }
    #cookie_text_id img{
		width: 30px;
	}
}
@media only screen and (min-width:881px) {
	.hover-container.left {
		position: relative;
		width: 100%;
		background: linear-gradient(to left, #FFFFFF 50%, #4B90F2 50%);
		background-position:right bottom;
		background-size: 200% 100%;
		transition:all 0.3s ease;
	}
	.hover-container.left:hover {
		background-position:left bottom;
	}
	.hover-container.right {
		position: relative;
		width: 100%;
		background: linear-gradient(to right, #FFFFFF 50%, #4B90F2 50%);
		background-position:left bottom;
		background-size: 200% 100%;
		transition:all 0.3s ease;
	}
	.hover-container.right:hover {
		background-position:right bottom;
	}
	.image-container {
		position: absolute !important;
		top: -150px;
		z-index: 100 !important;
	}
	.right-image {
		right: 0;
	}
	.left-image {
		left: 0;
	}
	.hover-container:hover h2 {
		color: #D3F7FF;
		display: inline;
		position: relative;
	}
	.hover-container:hover h2:after {
		content:'';
		position: absolute;
		right: -40px;
		top: -20px;
		background: url(images/hover-crown.png);
		width: 58px;
		height: 56px;
	}
	.hover-container:hover p {
		color: #FFFFFF;
	}
	.hover-container:hover .image-container:before {
		background-size: 130% !important;
		transition: all 0.3s ease;
		transform-origin: center;
		position: absolute;
		top: -30px;
	}
	.hover-container .image-container img {
		transition: all 0.3s ease;
		transform-origin: center;
	}
	.hover-container:hover .image-container img {
		width: 80% !important;
	}
	.hover-container .elementor-button {
		border-radius: 0px;
	}
	.hover-container:hover .elementor-button {
		padding: 7px 40px !important;
		background: #FFFFFF !important;
		color: #4B90F2 !important;
		border-radius: 50px !important;
		line-height: 20px !important;
		font-weight: 400 !important;
		border: 0 !important;
	}
}
@media only screen and (max-width:880px) {
	#banner-title h1:after {
		right: -26px;
        top: -10px;
	}
	.image-container .elementor-hidden-laptop  { display:none !important}
	.image-container .elementor-hidden-mobile{ display:block !important}
	.image-container .elementor-hidden-mobile img{ width: 70% !important;}
	.mouseenter .image-container::before {
		transform-origin: center center;
		background-size: 100% !important;
		transition: 0.3s;
	}
	.mouseenter #second_hover_effect::before {
		background-size: 115% !important;
	}
}
@media only screen and (max-width:767px) {
	#page {
		padding: 8px 8px 0 8px;
	}
	.eac-site-header {
		top: 0;
	}
	#banner-title h1:after {
		display:none;
	}
	
	#cookie_text_id button {
        padding: 7px 14px;
       
    }
    #cookie_text_id p {
        letter-spacing:-1px;
    }
	#cookie_text_id button, #cookie_text_id p {
		font-size: 16px !important;
	}
	#cookie_text_id p {
		line-height: 35px;
	}
	#cookie_text_id img{
		width: 18px;
	}
	.elementor-lightbox .elementor-lightbox-image {
		width:100%!important;
	}
	.image-container .elementor-hidden-laptop  { display:none !important}
	.image-container .elementor-hidden-mobile{ display:block !important}
	.image-container .elementor-hidden-mobile img{ width: 70% !important;}
	.mouseenter .image-container::before {
		transform-origin: center center;
		background-size: 100% !important;
		transition: 0.3s;
	}
	.mouseenter #second_hover_effect::before {
		background-size: 115% !important;
	}
}
