.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Site branding **/
#masthead .site-branding {
	padding-bottom: 30px !important;
}

/** General >> Site branding logo **/
#masthead .site-branding-logo {
	height: 200px !important;
	padding-bottom: 0 !important;
	margin-bottom: -20px !important;
}

/** General >> Custom logo **/
#masthead .custom-logo {
	width: 105% !important;
	height: 125px !important;
}

/** General >> Site navigation **/
#site-navigation {
	color: rgb(248, 249, 250) !important;
	background-color: rgb(0, 123, 255) !important;
}

/** General >> Primary menu **/
#primary-menu {
	color: rgb(222, 226, 230) !important;
}

/** General >> Menu item 133 **/
#menu-item-133 {
	color: rgb(247, 247, 247) !important;
}

/** General >> Link **/
#menu-item-133 a {
	color: rgb(239, 239, 239) !important;
}

/** General >> Link _2 **/
#menu-item-134 a {
	color: rgb(239, 239, 239) !important;
}

/** General >> Link _3 **/
#menu-item-135 a {
	color: rgb(239, 239, 239) !important;
}

/** General >> Link _4 **/
#menu-item-136 a {
	color: rgb(255, 255, 255) !important;
}

/** General >> Link _5 **/
#menu-item-137 a {
	color: rgb(239, 239, 239) !important;
}

/** General >> Link _6 **/
#menu-item-138 a {
	color: rgb(239, 239, 239) !important;
}

/** General >> Block 8 **/
#block-8 {
	color: rgb(239, 239, 239) !important;
}

/** General >> Footer mega col wrap **/
.footer-mega-col .footer-mega-col-wrap {
	background-color: rgb(0, 0, 0) !important;
	height: 75px !important;
	padding-top: 15px !important;
}

/** General >> Text 2 **/
#text-2 {
	color: rgb(239, 239, 239) !important;
}

/** General >> Paragraph **/
#text-2 p {
	color: rgb(239, 239, 239) !important;
}

/** General >> Link (#1) **/
strong a:nth-of-type(1) {
	color: rgb(239, 239, 239) !important;
}

/** General >> Link (#2) **/
strong a:nth-of-type(2) {
	color: rgb(239, 239, 239) !important;
}

/** General >> Link (#3) **/
strong a:nth-of-type(3) {
	color: rgb(239, 239, 239) !important;
}

