/*
Theme Name:		MAMC CHILD 2024
Theme URI:
Author: 		Gud Marketing (Sam Batali)
Author URI:
Template: 		mamc
Description:
Version: 		1.0.1
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	mamc-child
Tags:			custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

a,
a:focus,
a:active,
a:hover,
input,
button {
	/* outline: none !important; */
	outline-color: inherit;
}
#subpageHeaderImage {
	background-position: center;
}
#breadcrumbs {
	padding-top: 1em;
}
.entry-footer {
	background: none;
	text-align: center;
}
.entry-header {
	padding: 0;
}
@media screen and (max-width:768px) {
	.entry-header {
		padding: 0 20px !important;
	}
}

/* Styles for search form */
.searchFormContainer {
	display: flex;
/* 	align-items: center; */
}
.searchFormContainer form {
	width: 100%;
	display: flex;
}
.searchFormContainer form label,
.searchFormContainer form input[type=search] {
	width: 100%;
}
.searchFormContainer form input[type=submit] {
	width: 100px;
	text-transform: uppercase;
	font-weight: bold;
}
.searchFormContainer form input[type=submit],
.searchFormContainer form input[type=search] {
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	background: #bc0021;
	color: #FFFFFF;
	padding: 8px 12px;
	font-size: 16px;
	/* outline: none !important; */
}

@media (max-width:768px) {
	.searchFormContainer .closeIcon{
		margin: 0;
		padding-left: 10px;
	}
}

/* Google custom search */
#___gcse_0 {width: 100%}
#___gcse_0 .gsc-control-wrapper-cse {visibility: visible !important}
#___gcse_0 form {display: block !important}
#___gcse_0 table {margin: 0 !important;}

/* RSS Feed */
.feed-source {display: none;}