/*  MICROTHEMER STYLES  */


/*= Header ==================== */

/** Header >> Header CTA Button **/
#masthead .ast-custom-button {
	border-radius: 4px !important;
}

/** Header >> Ast nav menu button **/
.ast-nav-menu button {
	font-weight: 500 !important;
	border-width: 0 !important;
	border-radius: 4px !important;
}

/** Header >> Ast fixed header menu text **/
#ast-fixed-header .menu-text {
	color: rgb(47, 51, 51) !important;
}


/*= Main Menu ================= */

/** Main Menu >> Menu Link:visited **/
#menu-item-139 .menu-link:visited {
	color: rgb(104, 48, 144) !important;
}

/** Main Menu >> Sticky Header CTA Button **/
#ast-fixed-header .ast-custom-button {
	border-radius: 4px !important;
}


/*= Footer ==================== */

/** Footer >> Calendly Badge Content **/
.calendly-badge-content {
	/* MT [ google_font: 1 ] */
	font-family: 'Montserrat' !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	background-color: rgb(104, 48, 144) !important;
	padding: 15px 25px 15px 25px !important;
	border-radius: 7px !important;
}


/*= Header 2 ================== */

/** Header 2 >> Header CTA Button **/
#masthead .ast-custom-button {
	border-radius: 4px !important;
}

/** Header 2 >> Ast nav menu button **/
.ast-nav-menu button {
	font-weight: 500 !important;
	border-width: 0 !important;
	border-radius: 4px !important;
}


/*= Main Menu 2 =============== */

/** Main Menu 2 >> Menu Link:visited **/
#menu-item-139 .menu-link:visited {
	color: rgb(104, 48, 144) !important;
}

/** Main Menu 2 >> Sticky Header CTA Button **/
#ast-fixed-header .ast-custom-button {
	border-radius: 4px !important;
}


/*= Footer 2 ================== */

/** Footer 2 >> Calendly Badge Content **/
.calendly-badge-content {
	/* MT [ google_font: 1 ] */
	font-family: 'Montserrat' !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	background-color: rgb(104, 48, 144) !important;
	padding: 15px 25px 15px 25px !important;
	border-radius: 7px !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

	/*= Footer ==================== */

	/** Footer >> Calendly Badge Widget **/
	.calendly-badge-widget {
	display: none !important;
}


	/*= Footer 2 ================== */

	/** Footer 2 >> Calendly Badge Widget **/
	.calendly-badge-widget {
	display: none !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

	/*= Footer ==================== */

	/** Footer >> Calendly Badge Widget **/
	.calendly-badge-widget {
	display: none !important;
}


	/*= Header ==================== */

	/** Header >> Custom Logo Link **/
	.custom-logo-link .custom-logo {
	width: 150px !important;
	max-width: 180px !important;
}


	/*= Header 2 ================== */

	/** Header 2 >> Custom Logo Link **/
	.custom-logo-link .custom-logo {
	width: 150px !important;
	max-width: 180px !important;
}


	/*= Footer 2 ================== */

	/** Footer 2 >> Calendly Badge Widget **/
	.calendly-badge-widget {
	display: none !important;
}


}

