/*
Theme Name: Pur Child
Author: VamTam
Author URI: https://vamtam.com
Template: pur
*/



/*

put your child theme styles here


you don't need any @import rules

*/
@media (min-width: 1440px) {
.normal-logo {
	max-height: 100% !important;
	height: 150px !important;
}

header .limit-wrapper {
	max-width: 1320px !important;
}

#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item > a.mega-menu-link {
	padding: 0 12px !important;
}
}

@media (max-width: 1439px) and (min-width: 993px) {
	#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 11px !important;
		font-size: 13px !important;
	}
	
	.normal-logo {
	max-height: 100% !important;
	height: 120px !important;
}
	
}

.fl-node-6ydp2tj89olk {
	display: none !important;
}

.custom-marquee {
  width: 1280px;
  overflow: hidden;
  color: #fff;
  padding: 10px 0;
  position: relative;
  z-index: 9999;
}

.custom-marquee p {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeScroll 30s linear infinite;
  margin-bottom: 0px;
  font-size: 14px;
  color: orangered !important;
}

@keyframes marqueeScroll {
  0% { transform: translateX(1280px); }
  100% { transform: translateX(-100%); }
}

@media (min-width: 1280px) {
	.fl-node-8tb3ir9u26fh {
		display: flex;
		align-items: center;
	}
	
	.fl-node-8tb3ir9u26fh p {
		margin-bottom: 0px;
	}
}

.header-middle.type-slider {
	display: none !important;
}

.cust-modula-item .modula-item {
	border-radius: 16px;
}