/*
Theme Name: Mesmerize Child
Theme URI: https://extendthemes.com/go/mesmerize-home/
Template: mesmerize
Author: Paul Braun
Author URI: https://extendthemes.com/
Description: This is a child-theme for the Mesmerize theme.
Tags: child-theme
Version: 1.6.77.1544889649
Updated: 2018-12-15 16:00:49

*/

/* Change HOA name width and menu styling in main menu bar on all pages */

@media (min-width: 768px)
{
	.logo_col {
		max-width: 45%;
	}
	ul.dropdown-menu>li>a {
		font-size: 1.0rem;
		text-transform: none;
	}
}

a.text-logo, a.text-logo:hover, a.text-logo:visited {
	font-size: 1.0rem;
	text-transform: none;
}

/* Change background color of main menu bar on inner pages */ 

.navigation-bar.fixto-fixed {
	background-color: rgba(255,255,255,0.75);   /* #d6d6d6; */
}

/* Change font of hero title and subtitle on inner pages */ 

h1.hero-title {
	font-weight: 500;
}

p.header-subtitle2, p.header-subtitle {
	font-weight: 500;
}

/* Reduce top and bottom header padding on inner pages */

.inner-header-description {
	padding-top: 4% !important;
	padding-bottom: 4% !important;
}

/* Reduce top and bottom page padding on all pages */

.mesmerize-content-padding #page>.page-content,
.mesmerize-inner-page #page>.page-content {
	padding-top: 2rem;
	padding-bottom: 2rem;
}