/**
 * Theme Name: Egnyte
 * Author: Stratagon Inc
 * Version: 99.0
**/

@media screen and (min-width: 96.875em) {
	.entry__title {
		font-size: 45px;
	}
}


/*===== Adjusting Navigation Subnav Width =====*/
.is-dropdown-submenu>li {
	min-width: 285px !important;
}

.menu.header-menu .submenu li>a {
	line-height: 24px !important;
	padding: 15px 0px 15px 15px !important;
}

@media screen and (max-width: 1024px) {
	.menu.header-menu .submenu li>a {
	line-height: 24px !important;
	padding: 18px 0px 18px 10px !important;
}
}


/*===== Adjusting Blog Post Tags =====*/
.post-tag-update .entry__links {
	margin: 0;
}

.post-tag-update .blog-post-tags li {
	padding: 0px 12px 0 0 !important;
}

.post-tag-update .blog-post-tags .entry__link-item {
	padding: 4px 10px;
	font-size: 16px;
	color: #1B75BB;
	background: #fff;
	border: 3px solid #1B75BB;
}

.post-tag-update .blog-post-tags .entry__link-item:hover {
	color: #fff;
	background: #1B75BB;
	border: 3px solid #1B75BB;
}

.post-categories-title {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Post Categories Title Mobile Centering */
@media screen and (max-width: 640px) {
	.post-categories-title {
	display: block;
	text-align: center;
	}
}


/*===== Adjusting HubSpot CTA =====*/
.testimonials__cta {
	margin: 30px auto 20px;
	background-color: #1B75BB;
	border-radius: 10px;
	border: 3px solid #1B75BB;
	transition: 0.25s linear;
	max-width: 100%;
	width: max-content;
}
.testimonials__cta:hover {
	background-color: transparent;
	color: #fff;
	border-color: #1B75BB;
	transition: 0.25s linear;
}

.testimonials__cta a {
	letter-spacing: 2px;
	padding: 14px 30px !important;
	font-size: 18px;
	color: #fff;
    font-weight: 600;
	display: block;
}
.testimonials__cta:hover a {
	color: #fff;
}