/*
Theme Name: USSSA Play Theme
Author: Upper Deck Club, LLC.
Author URI: https://upperdeckclub.com
Description: A customized child theme for USSSA Play
Version: 1.1
Source: custom template
Template: flatsome3.19.7
Text Domain: usssa
*/


/*	1.0 GLOBAL */
	/* 1.0.1 ADD USSSA FONT STYLE */
	@font-face {
	  font-family: "SnasmBoldItalic";
	  src: url('/wp-content/themes/usssa/fonts/font.woff2') format('woff2'), url('/wp-content/themes/usssa/fonts/font.woff') format('woff');
	}

	.SnasmBoldItalic {
		font-family: SnasmBoldItalic !important;
	}
	h1,h2 {
		font-family: SnasmBoldItalic !important;
		padding-top:8px !important;
		line-height:1.1em !important;
	}
	h3 {
		line-height:1.2em !important;
	}
	h3.usssa {
		font-family: SnasmBoldItalic !important;
		padding-top:8px !important;
	}
	.section-title-main {
		font-family: SnasmBoldItalic !important;
	}


/*	1.1 HEADER */

	/*	1.1.1 Navigation */
	.header-nav-main a:hover {
		color:#b20f36 !important;
		font-weight: bold !important;
	}

	/*	1.1.2 CUSTOM MENU - not currently in use */
	/* Ensure the custom menu font size matches the main menu */
	.header-nav .nav-left .nav-top-link {
		font-size: 1em; /* Adjust the font size to match */
		font-weight: 600; /* Ensure the weight is consistent */
	}

	/* Specifically target the custom menu items if needed */
	#menu-usssa-right .nav-top-link {
		font-size: inherit; /* Inherit the font size from the main menu */
		/**font-weight: inherit;**/ /* Inherit the font weight from the main menu */
	}

/*	2.0 BODY */

	/*	2.1 MARQUEE: */
	.marquee a {
		font-weight:bold !important;
	}


	/*	2.2 Forminator Customizations */
	.forminator-ui#forminator-module-365.forminator-design--default .forminator-button-submit {
		background-color: #002868 !important;
		color: #FFFFFF !important;
	}
	.forminator-ui#forminator-module-365.forminator-design--default .forminator-button-submit:hover {
		background-color: #b20f36 !important;
		color: #FFFFFF !important;
	}
	#footer .forminator-label, #header-newsletter-signup .forminator-label {
		color:#fff !important;
	}
	.forminator-ui {
		margin:0 !important;	
	}
	.forminator-row {
		margin:0 0 4px 0 !important;	
	}
	.forminator-row-last {
		margin:20px 0 0 0 !important;	
	}

	/*	2.3 PHOTOS: */
	.rounded img {
		/*border-radius: 50%;*/
	}

/*	3.0 FOOTER */

	/*	3.1 Navigation */
	#footer a:hover {
		font-weight: bold !important;
		/*color:#002868 !important;*/
	}
	#block_widget-3 p {
		margin-bottom: 0 0 4px 0 !important;	
	}
	#header-newsletter-signup .overlay {
		background-color: rgba(0,0,0,0.7) !important;
	}



/*	4.0 CUSTOM */

	/*	4.1 CUSTOM - COMPLEXES */

	.featured-image {
		margin-bottom: 20px;
	}

	.entry-content {
		margin-bottom: 40px;
	}

	.gallery h2,
	.map h2 {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	#complex-map {
		border: 1px solid #ddd;
		border-radius: 4px;
	}
