/* header to FBfeed
.efbl-row 
{
	background-color: #001489;
}
*/


/* para in header to FBfeed 
.description 
{
	background-color: beige;
}
*/

/*footer to FBFeed
.efbl-post-footer
{
	background-color: #001489;
}
*/

/* dont use
.efbl-thumbnail-wrapper
{
	background-color: orange;
}

.efbl-fullwidth-skin 
{
	background-color: lightblue;
}

*/

/* FBfeed container 
.efbl-fullwidth-skin.mobile_status_update 
{
	background-color: #001489;
}

.efbl-fullwidth-skin.added_photos
{
	background-color: #001489;
}

*/

/* FBfeed container border */
.efbl-fullwidth-skin.mobile_status_update 
{
	border-color: #f6f9ff;
}
.efbl-fullwidth-skin.added_photos
{
	border-color: #f6f9ff;
}


/* Hide Share button
.esf-share 
{
	display: none;
}
*/

/* Hide FB icon+name
.efbl-profile-image 
{
	display: none;
}
.efbl-profile-title 
{
	display: none;
}
*/

/* FBFeed Text color
.efbl-description-wrap 
{
	color: white;
}
*/

/* FBFeed Image size
.entry-content img 
{
	max-width: 50%;
	height: 50%;
}
*/

/* Format tables */
.wp-block-table thead th
{
	background:#001489;
	color:white;
	font-weight:normal;
}

.wp-block-table tbody tr:nth-child(odd)
{
	background-color:transparent !important;
}


.wp-block-table tbody th, td 
{
  border-bottom: 1px solid #ddd !important;
	padding:15px 0px !important;
}

/* Hover numbers */
.wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge
{
	transition: transform 1s;
}

.wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge:hover
{
	 color: #001489;
 transform: scale(1.5) translate(20px,15px);
	
}

/* Hover home baseball image */
.wp-image-435
{
	transition: transform 1s;
}

/* Hover home cricket image */
.wp-image-436
{
	transition: transform 1s;
}

/* Hover home netball image */
.wp-image-1653
{
	transition: transform 1s;
}

/* Hover home football image */
.wp-image-1654
{
	transition: transform 1s;
}

/* Hover home softball image */
.wp-image-439
{
	transition: transform 1s;
}

/* Hover home baseball image */
.wp-image-435:hover 
{
	transform: scale(1.1) 	translate(10px,15px);
}

/* Hover home cricket image */
.wp-image-436:hover 
{
	transform: scale(1.1) 	translate(10px,15px);
}

/* Hover home netball image */
.wp-image-1653:hover 
{
	transform: scale(1.1) 	translate(10px,15px);
}

/* Hover home football image */
.wp-image-1654:hover 
{
	transform: scale(1.1) 	translate(10px,15px);
}

/* Hover home softball image */
.wp-image-439:hover 
{
	transform: scale(1.1) 	translate(10px,15px);
}

/* min margins bet codes */
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) 
{
	margin-left: 4px;
}

.wp-block-columns.alignfull.is-style-default.coblocks-animate.clipHorizontal 
{
	margin-top: 4px;
}
