@charset "UTF-8";
@media (max-width: 991px) {
	#menu-main {
		display: none;
	}
}

.megamenu-nav {
	background-color: #FFDE00;
}
@media (min-width: 992px) {
	.megamenu-nav {
		background-image: url("https://catscale.com/wp-content/themes/cat-scale/img/nav-bg-pattern.png");
	}
}
.megamenu-nav.container {
	width: auto;
	z-index: 9999;
	padding: 0;
}
.megamenu-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.megamenu-nav ul ul {
	display: none;
}
@media (min-width: 992px) {
	.megamenu-nav ul ul {
		display: initial;
		background-color: #FFDE00;
		-webkit-transform: translateY(40px);
		    -ms-transform: translateY(40px);
		        transform: translateY(40px);
		visibility: hidden;
		pointer-events: none;
		opacity: 0;
		position: absolute;
		left: 0;
		top: 100%;
		min-width: 200px;
		z-index: 99;
		-webkit-transition: -webkit-transform 0.3s 0s;
		transition: -webkit-transform 0.3s 0s;
		-o-transition: transform 0.3s 0s;
		transition: transform 0.3s 0s;
		transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
	}
}
.megamenu-nav ul ul a:not(.menu-item-image-link) {
	display: inline-block;
	padding: 10px;
	color: inherit;
	text-transform: uppercase;
	text-decoration: none;
}
@media (min-width: 992px) {
	.megamenu-nav ul ul a:not(.menu-item-image-link) {
		display: block;
	}
}
.megamenu-nav ul ul a:not(.menu-item-image-link):hover, .megamenu-nav ul ul a:not(.menu-item-image-link):focus {
	background-color: #111111;
	color: #FFDE00;
}
.megamenu-nav > ul {
	font-family: "Anton", "Roboto", Helvetica, sans-serif;
	color: #252525;
	text-align: right;
	font-size: 18px;
}
@media (min-width: 992px) {
	.megamenu-nav > ul {
		font-size: 15.3px;
		text-align: initial;
		max-width: 970px !important;
		padding-left: 175px;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.megamenu-nav > ul {
		max-width: 1200px !important;
		padding-left: 240px;
		font-size: 15.3px;
	}
}
@media (max-width: 991px) {
	.megamenu-nav > ul > li {
		margin: 0.25em 0;
	}
}
.megamenu-nav > ul > li > a {
	display: inline-block;
	position: relative;
	line-height: 36px;
	padding: 0 8px;
	color: inherit;
	text-transform: uppercase;
	text-decoration: none;
}
@media (min-width: 992px) {
	.megamenu-nav > ul > li > a {
		white-space: nowrap;
		letter-spacing: -0.3px;
		padding: 0 5px;
		line-height: 50px;
		display: initial;
	}
}
@media (min-width: 1200px) {
	.megamenu-nav > ul > li > a {
		letter-spacing: 0;
		padding: 0 8px;
	}
}
.megamenu-nav > ul > li > a:hover, .megamenu-nav > ul > li > a:focus {
	background-color: #111111;
	color: #FFDE00;
}
.megamenu-nav > ul > li > a.menu-item-link-image:hover, .megamenu-nav > ul > li > a.menu-item-link-image:focus {
	background-color: transparent;
}
@media (max-width: 991px) {
	.megamenu-nav > ul > li:not(.menu-item-has-children) {
		margin-right: 56px;
	}
}
.megamenu-nav > ul > li.menu-item-has-children {
	position: relative;
}
@media (max-width: 991px) {
	.megamenu-nav > ul > li.menu-item-has-children .sub-menu {
		font-size: 0.8em;
	}
	.megamenu-nav > ul > li.menu-item-has-children li {
		margin-right: 56px;
	}
}
@media (min-width: 992px) {
	.megamenu-nav > ul > li.menu-item-has-children > a:not(.menu-item-link-image):hover:after, .megamenu-nav > ul > li.menu-item-has-children > a:not(.menu-item-link-image):focus:after {
		content: "";
		display: block;
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		z-index: 9999;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: #111 transparent transparent;
		border-width: 8px 10px 0;
	}
}
@media (min-width: 992px) {
	.megamenu-nav > ul > li.menu-item-has-children:hover ul, .megamenu-nav > ul > li.menu-item-has-children:focus-within ul {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
		pointer-events: auto;
	}
	.megamenu-nav > ul > li.menu-item-has-children:hover > a:not(.menu-item-link-image), .megamenu-nav > ul > li.menu-item-has-children:focus-within > a:not(.menu-item-link-image) {
		background-color: #111111;
		color: #FFDE00;
	}
	.megamenu-nav > ul > li.menu-item-has-children:hover > a:not(.menu-item-link-image):after, .megamenu-nav > ul > li.menu-item-has-children:focus-within > a:not(.menu-item-link-image):after {
		content: "";
		display: block;
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		z-index: 9999;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: #111 transparent transparent;
		border-width: 8px 10px 0;
	}
}
.megamenu-nav > ul > li.megamenu-enabled {
	position: static;
}
.megamenu-nav > ul > li.megamenu-enabled .df-megamenu {
	background-color: #FFDE00;
}
@media (min-width: 992px) {
	.megamenu-nav > ul > li.megamenu-enabled .df-megamenu {
		background-color: transparent;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		min-width: 200px;
		z-index: 99;
		-webkit-transition: -webkit-transform 0.3s 0s;
		transition: -webkit-transform 0.3s 0s;
		-o-transition: transform 0.3s 0s;
		transition: transform 0.3s 0s;
		transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
	}
	.megamenu-nav > ul > li.megamenu-enabled .df-megamenu ul {
		position: static;
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
		pointer-events: auto;
	}
}
@media (min-width: 992px) {
	.megamenu-nav > ul > li.megamenu-enabled:hover .df-megamenu, .megamenu-nav > ul > li.megamenu-enabled:focus-within .df-megamenu {
		display: block;
	}
}
@media (min-width: 992px) {
	.megamenu-nav > ul > li.menu-item-type-custom:last-child ul {
		right: 0;
		left: auto;
		min-width: 120px;
	}
}

@media (max-width: 991px) {
	.df-megamenu {
		display: none;
	}
}
@media (min-width: 992px) {
	.df-megamenu:after {
		content: "";
		display: block;
		background-image: url(https://catscale.com/wp-content/themes/cat-scale/img/bg-bottom.png);
		background-repeat: repeat-x;
		min-height: 135px;
		background-color: transparent;
	}
}
@media (min-width: 992px) {
	.df-megamenu ul {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0 -15px;
	}
	.df-megamenu ul > li {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		padding: 0 15px;
	}
	.df-megamenu ul > li:last-child .menu-item-image-link {
		border-right: 0;
	}
}
@media (min-width: 992px) {
	.df-megamenu .menu-item-image-link {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		display: block;
		padding: 0 15px;
		margin: 0 -15px;
		border-right: 2px dotted #C3C3C3;
		margin-bottom: 40px;
	}
}
.df-megamenu .menu-item-image-link:hover, .df-megamenu .menu-item-image-link:focus {
	background-color: transparent !important;
}
.df-megamenu .menu-item-image-link:hover img, .df-megamenu .menu-item-image-link:focus img {
	border-color: #FFDE00;
}
.df-megamenu .menu-item-image-link img {
	max-width: 100%;
	height: auto;
	border: 1px solid #554A4E;
}
@media (min-width: 992px) {
	.df-megamenu .menu-item-image-link img {
		border-radius: 6px;
	}
}
.df-megamenu .menu-item-link {
	line-height: 1.2em;
}
@media (max-width: 991px) {
	.df-megamenu .menu-item-link {
		display: block !important;
	}
}
@media (min-width: 992px) {
	.df-megamenu .menu-item-link {
		line-height: 1em;
		-webkit-line-clamp: 2;
		overflow: hidden;
		-o-text-overflow: clip;
		   text-overflow: clip;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		height: 50px;
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.df-megamenu .menu-item-link:hover, .df-megamenu .menu-item-link:focus {
		background-color: transparent !important;
		color: #414141 !important;
	}
}
.df-megamenu .sub-menu-row {
	position: relative;
}
@media (max-width: 991px) {
	.df-megamenu .sub-menu-row > .container {
		width: auto;
	}
}
@media (min-width: 992px) {
	.df-megamenu .sub-menu-row:after {
		content: "";
		position: absolute;
		background-color: #FFDE00;
		background-image: url(https://catscale.com/wp-content/themes/cat-scale/img/nav-bg-pattern.png);
		bottom: 0;
		height: 50px;
		left: 0;
		right: 0;
		z-index: 0;
	}
	.df-megamenu .sub-menu-row > * {
		position: relative;
		z-index: 1;
	}
}
.df-megamenu .sub-menu-title {
	display: none;
}
@media (min-width: 992px) {
	.df-megamenu .sub-menu-title {
		display: inherit;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.df-megamenu .sub-menu-title p {
		color: #FFDE00;
		font-size: 20px;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		font-family: "Anton", "Roboto", Helvetica, sans-serif;
		margin: 0;
		padding: 0 15px;
	}
}
@media (min-width: 1200px) {
	.df-megamenu .sub-menu-title p {
		padding-left: 215px;
	}
}

.df-megamenu-inner {
	padding: 15px 0 0;
}
@media (min-width: 992px) {
	.df-megamenu-inner {
		padding: 0;
		background-image: url(https://catscale.com/wp-content/themes/cat-scale/img/bg-pattern.jpg);
		background-repeat: repeat;
		/* background-position: center; */
		background-size: auto;
	}
}
.df-megamenu-inner ul {
	background-color: transparent !important;
	min-width: auto !important;
}
@media (max-width: 991px) {
	.df-megamenu-inner ul {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 30px;
		text-align: center;
	}
	.df-megamenu-inner ul li {
		-webkit-box-flex: calc(25% - 30px);
		    -ms-flex: calc(25% - 30px);
		        flex: calc(25% - 30px);
		margin: 0 !important;
		max-width: 25%;
	}
}
@media (max-width: 767px) {
	.df-megamenu-inner ul {
		gap: 15px;
	}
	.df-megamenu-inner ul li {
		-webkit-box-flex: calc(50% - 15px);
		    -ms-flex: calc(50% - 15px);
		        flex: calc(50% - 15px);
		max-width: 50%;
	}
}

.site-nav-toggle {
	width: 100%;
	background: none;
	background-color: #FFDE00;
}
@media (min-width: 992px) {
	.site-nav-toggle {
		display: none;
	}
}
.site-nav-toggle a.nav-toggle {
	font: normal normal normal 20px/38px FontAwesome;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
	color: inherit;
}
.site-nav-toggle a.nav-toggle:before {
	content: "";
	float: right;
	margin-right: 15px;
}
.site-nav-toggle a.nav-toggle:after {
	content: "";
	display: block;
	clear: both;
}
.site-nav-toggle a.nav-toggle span {
	display: none;
}

.df-submenu-toggle {
	font: normal normal normal 20px/32px FontAwesome;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
	border-radius: 3px;
	color: #252525;
	background: none;
	background-color: #E0C301;
	margin: 0 0.5em 0;
	display: inline-block;
}
@media (min-width: 992px) {
	.df-submenu-toggle {
		display: none !important;
	}
}
.df-submenu-toggle:before {
	content: "";
}
.df-submenu-toggle.toggled:before {
	content: "";
}
.df-submenu-toggle span {
	display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.logo-wrapper.header-left {
		width: 145px;
	}
	.logo-wrapper.header-left a > span {
		min-width: 145px;
	}
}