/*
Theme Name: Staxx
Description: Simple. Affordable. Beatiful.
Author:  integritive inc.
Version: 1.0
Template: enfold
*/

.big-preview.single-big {
	display: none;
}

.avia-menu {
	height: 86px;
}
input {
	color: black !important;
}
:root {
	--main-theme: #005776;
	--dark: #005776;
	--alt-theme: #f8f8f8;
}
#header {
	height: 85px;
}
#top #header .logo {
	left: inherit;
	transform: inherit;
	float: left;
}
#top #header .av-main-nav > li {
	height: 86px;
}

#header_meta {
	z-index: 99 !important;
	background: inherit !important;
}

.html_header_top.html_header_sticky #top #wrap_all #main {
	padding-top: 85px !important;
}
.logo, .logo a {
	height:inherit !important;
	overflow:inherit !important;
}
#header .logo img {
	width: 150px;
	max-height: inherit !important;
	top:inherit !important;
	transform: none !important;
}

.av-main-nav-wrap {
	left: inherit;
	transform: inherit;
	float: right;
}

#top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
	height: 100px !important;
	line-height: 120px !important;
}

.container_wrap_logo {
	top: -30px;
	z-index: 10 !important;
}

.uad-restricted-message {
	padding: 150px 30px 80px 30px;
	background: url(/wp-content/uploads/2026/01/textured-CTA-box-2.png) 50% 50% no-repeat scroll;
}
.uad-restricted-message .avia_textblock {
	width: 80%;
	margin: 0 auto;
}
.uad-login-btn {
	background-color: #ffca13;
	border-color: #ffca13 !important;
	color: #4b2f0b !important;
	border-style: none;
	border-radius: 0 0 0 0;
	transition: all 0.4s ease-in-out;
	padding: 8px 15px;
	font-family: 'bushcraft', Helvetica, Arial, sans-serif !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.12em;
	font-size: 20px;
}

.uad-login-btn:hover {
	background: #4b2f0b;
	color: #ffca13 !important;
	text-decoration: none;
}
.uad-featured-label {
	font-size: 1.15rem;
	font-weight: 700;
	color: #4b2f0b;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #ffca13;
}

input[type=submit].gform_button, .main_color #submit, .main_color .button, .main_color input[type=submit] {
	background-color: #ffca13;
	border-color: #ffca13 !important;
	color: #4b2f0b !important;
	border-style: none;
	border-radius: 0 0 0 0;
	transition: all 0.4s ease-in-out;
	font-family: 'bushcraft', Helvetica, Arial, sans-serif !important;
	letter-spacing: 0.12em;
	font-size: 20px;
}

input[type=submit].gform_button:hover,.main_color #submit:hover, .main_color .button:hover, .main_color input[type=submit]:hover {
	background: #4b2f0b;
	color: #ffca13 !important;
	text-decoration: none;
}

/* Cross-platform fix: bushcraft font has different vertical metrics on Windows vs Mac.
   Use symmetric padding + flexbox centering instead of asymmetric padding hacks.
   The translateY nudge compensates for Windows rendering the font baseline lower. */
#top #wrap_all .avia-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 15px !important;
}

.avia-button.avia-color-theme-color {
	background-color: #ffca13 !important;
	border-color: #ffca13 !important;
	color: #4b2f0b !important;
	transition: all 0.4s ease-in-out;
}

.avia-button.avia-color-theme-color:hover {
	background-color: #4b2f0b !important;
	color: #ffca13 !important;
}



	/* Standardized classes for hiding things on desktop/mobile */
@media (min-width: 990px) {
	.staxx-desktop-hidden {
		display: none!important;
	}
}
@media (max-width: 990px) {
	.staxx-mobile-hidden {
		display: none!important;
	}
}

/* Fix for transparent logos with WebP Express in CDN Friendly mode */
#top .av_header_transparency.av_alternate_logo_active .logo a > picture > img {
	opacity: 0;
	filter: alpha(opacity=0);
}
@media only screen and (max-width: 767px) {
	.responsive #top .av_header_transparency.av_alternate_logo_active .logo a > picture > img {
		opacity: 1;
	}
}

/* Fix for Gravity Forms styling */
#top .gform_wrapper legend {
	font-weight: bold;
	font-size: 0.92em;
}
.gform_required_legend {
	display: none;
}

.template-blog, .template-single-blog {
	padding-top: 30px;
}

#top .container .av-masonry.av-vpgc-90cb7961d315cfb0dcbcc39a3c539c7d, #top .container .av-masonry.av-mnnbupor-07f99f38939e9dbab54c315c5c1be46b {
	width: calc(50% + 15px) !important;
	margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.hide-tablet {
		display: none!important;
	}
	.html_header_top.html_header_sticky #top #wrap_all #main {
		padding-top: inherit !important;
	}
}

/* Fix for displaying the scroll-top link on mobile */
@media only screen and (max-width: 767px) {
	.responsive #top  #scroll-top-link {
		display: block;
	}
	.html_header_top.html_header_sticky #top #wrap_all #main {
		padding-top: 25px !important;
	}
}

@media only screen and (min-width: 990px) and (max-width: 1210px) {
	.av-main-nav > li > a {
		font-size: 11px;
		padding: 0 8px;
	}

}

/* Post PDF Attachment */
.post-pdf-attachment {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 2px solid #ffca13;
}
.post-pdf-attachment__divider h3 {
	margin-bottom: 20px;
	font-size: 1.2em;
}
.post-pdf-attachment__viewer {
	margin-bottom: 20px;
}
.post-pdf-attachment__viewer iframe {
	width: 100%;
	min-height: 600px;
	border: 1px solid #ddd;
}
.post-pdf-attachment__download {
	text-align: center;
	margin-top: 15px;
}
@media only screen and (max-width: 767px) {
	.post-pdf-attachment__viewer iframe {
		min-height: 400px;
	}
}

/* Fix mobile burger menu: remove centering transforms that break position:fixed overlay */
@media only screen and (max-width: 989px) {
	.av-main-nav-wrap {
		left: auto;
		right: 0;
		transform: none;
		position: absolute;
	}
	#header .main_menu {
		left: auto;
		right: 0;
		transform: none;
	}
	#top #header .logo {
		position: relative;
		max-width: 150px;
		z-index: 1 !important;
		top: 35px;

		left: 50%;
		transform: translateX(-50%);

	}
}

#top #header .av-main-nav li:nth-child(3) {

}

#top .fmwp-forums-search {
	margin-bottom: 20px;
}
#top .fmwp-forums-search input[type="text"] {
	margin: 0;
	position: relative;
	top: -1px;
}
#top .fmwp input.fmwp-search-forum[type="button"] {
	padding: 10px 15px!important;
}
.uad-restricted-message {
	clear: both;
}

.js_active .avia-iframe-wrap {
	padding-bottom: 56.25%;
}
#top .archive-doc-single,
#top .alumni-profile {
	padding-right: 0;
	padding-left: 0;
}
#top .download-link,
#top .btn-download,
#top .btn-preview {
	padding: 10px 15px;
}

@media (min-width: 768px) {
	#top .av-masonry-col-1 {
		max-width: 300px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 1279px) {
	#top .staxx-custom-mobile-layout-1 .entry-content-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top .staxx-custom-mobile-layout-1 .av_one_fifth {
		width: 100%;
		order: 99;
	}
}

@media (max-width: 991px) {
	.responsive #top #wrap_all .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.mobile-break {
		display: block;
		font-size: 0;
		line-height: 0;
	}
	.staxx-xs-mb-20 {
		margin-bottom: 25px!important;
	}
}