/*
 Theme Name:   Classic MiClub 1.3
 Theme URI:    https://classic.miclub.com.au
 License:      Copyright 2017 - MiClub
 Version: 1.1
*/

/*
 * ======================  LIVE CHANGES GO HERE  ======================
 * Please make sure that you place a timestamp with your name whenever
 * this file is edited. If your change is a result of a ticket please
 * include the ticket number in the comment.
 */

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.classic-page-template .main-content .content .image-content .embed-container iframe {
	margin-top: 0;
}

/* Remove Table Styling On Sponsors Page */
.page-id-580 .table-outer .table-container table, .page-id-580 .table-outer .table-container table tr {
	background: transparent!important;
	border: none;
}
.page-id-580 .table-outer .table-container table tr img {
	max-width: 100%;
}

/* Hide Pro Am Title */
.page-id-799 h1 {
	display: none;
}