
.webhostpedia-mobile-logo-row {
	display: none !important;
}
.to-be-hidden, .webhostpedia-full-ph-logo {
	display: none;
}
.hide-it {
	display: none;
}
.mega-content-back .icon-container {
	cursor:pointer;
}
.mega-content-group {
	position: absolute;
	z-index: 999999;
	top: 7.5%;
  left: 50%;
  transform: translate(-50%);
	width: 100%;
	background-color: #fff;
	box-shadow: 0 7px 0 0 #049cb7, 0 .5rem 6px 0 #00000080;
}
.mega-main-link a.active, .mega-tools-link a.active { 
	/*color: #049CB7 !important;*/
	background-color: #d2f5e7 !important;
	color: #01284fbd; !important;
}
.svg-arrow {
	fill: #01284fbd; 
}

@keyframes slide-in-up {
  from {
    /* Start outside the right edge of the container/viewport */
    transform: translateY(-7%);
    opacity: 0;
  }
  to {
    /* Slide to its original position */
    transform: translateY(0);
    opacity: 1;
  }
}
.mega-slide {
	opacity: 0;
	animation: slide-in-up 0.2s ease-out forwards;
  /*animation: fadeIn 1s forwards;*/
  animation-delay: 0.2s; /* Delays appearance by 3 seconds */	
}
/*@keyframes fadeIn {
  to { opacity: 1; }
}*/

/*.forcingAppearance {
	display: block;
} 
.webhostpedia-logo-row .mega-navigation-container {
	display: flex;
}*/
.mega-content {
	padding-top: 2rem;
	padding-bottom: 2rem;
	display: none;
	border-radius: 20px;
	margin-bottom: 2rem !important;
}
.mega-main-link a, .mega-tools-link a, .mega-main-tools-link a {
	position: relative;
	text-decoration: none;
	background-color: transparent;
	padding: 0.5rem 2rem 0.5rem 0.85rem !important;
	border-radius: 7px;
	transition: color 0.05s;
}
.mega-main-link a:hover, .mega-tools-link a:hover {
	/*color: #049CB7 !important;*/
	background-color: #f2f5ff;
}
.mega-main-link a:hover > .mega-main-arrow .svghover, .mega-tools-link a:hover > .mega-main-arrow .svghover {
	/*fill: #049CB7;*/
}
.mega-main-arrow {
	position: absolute;
	right: 12px;
	top: 11px;
	transition: transform 0.15s ease; /* Adds smooth animation */
}
a.sublink-group:hover > .sublink-row .sublink-icon-container .sublink-icon-bg .icon-container {
	background-color: #d2f5e7 !important;
} 
.rotator {
	/*transform: rotate(180deg);  Flips the arrow upside down */
	transform: scaleY(-1);
	right:13px;
	top: 5px;
}
.tools-content {
	padding: 1.3rem 1rem 1.5rem 1rem;
	background-color: #fff;
	position: absolute;
	width: 300px;
	z-index: 5000;	
	border-radius: 10px;
	margin: 0;
	top:5px;
	box-shadow: 0 0.125rem 0.5rem 0px rgb(24 89 77 / 25%);
	border: 1px solid #dcdcdc;	
	display: none;
}
.tools-help {
	right: 90px;
}
.tools-login {
	right: 0px;
}
/*.backdrop-filter {
	display: none;
	width: 100%;
	height: 80%;
	position: fixed;
	z-index: 8000;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	backdrop-filter: blur(.125rem);
  -webkit-backdrop-filter: blur(.125rem);	
} */

.sublink-group {
	text-decoration: none;
	border-radius: 10px;
}
.mega-main-tools-link {
	display: none !important;
}
/****************************************************************/
/*************** MEDIA QUERIES START HERE ***********************/
/****************************************************************/

@media (min-width: 600px) and (max-width: 1110px) {




}
@media screen and (max-width: 1110px) {
	.header-group .webhostpedia-mobile-logo-row {
		display: flex !important;
		margin-top: 0px;
	}
	#modal-2 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;		
		display: none;
		box-shadow: 5px 0 0 0 #049cb7, 0.5rem 0 7px 2px rgb(0 0 0 / 25%);
	}

	.webhostpedia-logo-row {
		display: none !important;
	}
	.webhostpedia-logo-row .mega-navigation-container {
		display: none;
	}	
	.wp-block-navigation__responsive-container-content {
		padding-top: 0px !important;
	}
	/*.wp-block-navigation__responsive-container {
		padding-left: 1rem !important;
		padding-right: 1rem !important; 
	}*/
	.wp-block-navigation__responsive-container-open {
		display: flex !important;
	}	
	.webhostpedia-mobile-logo-row {
		gap: 0.7rem;
	}
	.webhostpedia-full-ph-logo {
		display: block !important;
	}
	.webhostpedia-full-logo {
		display: none;
	}
	.mega-content {
		padding-top: 1rem !important;
	}
	.mega-content-group {
		top: 0;
		box-shadow: 0 10px 0 0 #049cb700, 0 .5rem 10px 0 hsla(0, 0%, 46%, .50);
	}
	.mega-content-back {
		display: block;
	}
	.mega-main-link a {
		padding: 0.5rem 2rem 0.5rem 0.85rem !important;
		font-size: 1.3rem;
	}
	.mega-main-tools-link {
		display: flex !important;
	}
	.mega-main-tools-link a {
		color: #424243 !important;
	}	
	.mega-subcontent {
		overflow-x: hidden;
		overflow-y: scroll;		
		height: 500px;
	}

}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
	.header-container {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.webHostpedia-mobile-logo-container {
		display: block !important;
		width: 38px;
	}
	.webhostpedia-full-ph-logo {
		display: none !important;
	}	
}
