/* Recommended font loading
.wf-loading body 
{
	visibility: hidden;
}
*/

/* Style menu space */
.site-branding 
{
	min-width: 10%;
}

.main-navigation 
{
	min-width: 90%;
}

/* Style menu titles */
.main-navigation li.menu-item a
{
	color: #001489;
	letter-spacing:-0.05em;
}

/* Style sub-menu titles */
.main-navigation .sub-menu li.menu-item a 
{
    color: white;
}

/* Set homepage title invisible */
.page-template-front-page .site-main > .hentry:first-of-type h1.entry-title 
{
	display: none;
}

/* Set news title visible */
.page-template-front-page .site-main > .hentry:first-of-type h2.entry-title 
{
	display: auto;	
	font-size:0.7em;
	text-transform: uppercase;
	text-align: left;
}

/* Style page titles */
.entry-title 
{
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

/* Style header 3 */
.wf-active h3 
{
	letter-spacing: -0.05em;
}

/* Page Carousel Text */
.wp-block-newspack-blocks-carousel .entry-title
{
	background-color: rgb(0, 20, 137);	font-size: 15px!important;
	border-bottom-color: red;
	border-bottom-style: solid;
}

/* Format table header */
.wp-block-table thead th
{
	background:#001489;
	color:white;
	font-weight:normal;
	padding:10px 10px !important;
}

/* Format table body
.wp-block-table tbody
{
	background-color:#f6f9ff !important;
}
*/

/* Format rows alternate colours */
.wp-block-table tr:nth-child(odd)
{
	background-color:#cfd3ef !important;
}

.wp-block-table tr:nth-child(even)
{
background-color:#e5e7f7!important;
}

/* Format table lines, height & margins */
.wp-block-table tbody th, td 
{
  border-bottom: 1px solid #FFFFFF !important;
	padding:10px 10px !important;
}

/* Format table 1stcolumn 30% width */
.wp-block-table tr>th:nth-child(1) 
{
	width: 30%;
}

/* Put shadow in images */
img:not(.custom-logo, .wp-image-721, .wp-image-722, .wp-image-723, .wp-image-744, .wp-image-805, .wp-image-215, .wp-image-206, .wp-image-1581, .wp-image-865, .wp-image-866, .wp-image-867, .wp-image-1698, .wp-image-1440, .wp-image-857, .wp-image-1438, .wp-image-406, .wp-image-218, .wp-image-406.size-thumbnail, .wp-image-2775, .wp-image-2765, .wp-image-4229,
.wp-image-234,
.wp-image-4718,
.wp-image-5049,
.wp-image-5773,
.wp-image-5775)
{
	box-shadow: 5px 5px 5px  rgba(0, 0, 0, 0.35);
	border: solid 1px;
}

/* Put shadow in C21sponsor image */
.wp-image-234
{
	box-shadow: 15px 15px 15px  rgba(0, 0, 0, 0.35);
}
/* Put shadow in The Lucky Hotel image */
.wp-image-5049
{
	box-shadow: 15px 15px 15px  rgba(0, 0, 0, 0.35);
}
/* Put shadow in ISM image */
.wp-image-5773
{
	box-shadow: 15px 15px 15px  rgba(0, 0, 0, 0.35);
}
/* Put shadow in H&H image */
.wp-image-5775
{
	box-shadow: 15px 15px 15px  rgba(0, 0, 0, 0.35);
}
/* FB Feed header = Post Feed */
.efbl-profile-title-wrap h2 
{
	font-size: 0.5em !important;
	text-transform: none;
	line-height: 90%;
}


/* FB Feed text = Post Feed 
.efbl-description-wrap 
{
	font-size: 0.9em !important;
}*/

/* Add custom footer */
.site-info a:after
{	
	content: "© Copyright 2021 Kissing Point FC. Kissing Point FC acknowledges the Traditional Custodians of the land on which we meet and play football, the Darramuragal people. We pay our respects to Elders past, present and future. As well, we welcome any Aboriginal and Torres Strait Islander people to our club.";
	font-weight: normal;
	font-size: 13px;
}