/*
 Theme Name:   Gidgee Healing Staff
 Description:  Gidgee Healing Staff website theme. Hides most content before login.
 Author:       m2media
 Author URI:   http://m2media.com.au
 Template:     gidgee-h
 Version:      1.0.0
 Text Domain:  gidgee-staff
*/

.header-phone-link a {
	color: #939598;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	font-weight: 900;	

}
.header-phone-link a:hover {
	color:#5e2111;
}

.wpmem-ul-user h2, .wpmem-ul-user-odd h2 {
	text-decoration: none;
	font-size: 1.7em;
}


#wpmem_login input[type="checkbox"] {
	margin: 0px 0.52em 0px auto !important ;
	vertical-align: middle;
}

#wpmem_login,
#wpmem_reg {
	font-family: "Source Sans Pro", sans-serif !important;
}

.site-header .top-menu .menu a:before {
	height: 0em;
}
.site-header .top-menu .menu a {
	padding: 0px;
	text-transform: none;
	font-weight: normal;
}

.top-menu > div {
	margin-right: 1.5em;
}

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

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

@media screen and (min-width: 601px) {
	.card-video-container {
		width: 50%;
		padding-right: 1em;
		display: flex;
		align-items: center;
	}
	.card-video-container .embed-container {
		width: 100%;
	}
	.link-grid .location-card-wrapper {
		width: 33.33%;
	}
}

#title {
	min-height: 10em;
}

@media screen and (max-width: 600px) {
	#title {
		min-height: 10em;
	}
}

.download-button img {
	filter: brightness(0) invert(1);
}

.download-buttons {
	/*margin: 2em auto 5em auto;*/
}

.download-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

.download-button .file-icon {
	width: 25px;
	height: auto;
}

.download-button:hover,
.back-to-archive-button:hover {
	background-color: #a86d56;
	color: #fff;
	border-color: #5e2111;
}

.resource-title {
	color: #5e2111;
}

.resource-card .post-meta ul,
.resource-card .post-meta ul h4 {
	margin: 0px;
}
.resource-card .post-meta ul li a {
	color: #a86d56;
	font-size: 0.865em;
}
.resource-card .post-meta ul li {
	margin: 0px;
	padding: 0px;
}
.resource-card {
	max-width: 800px;
	margin-bottom: 20px;
	text-align: left;
}
.resource-card-icon img {
	display: block;
	margin: 0 auto;
	width:30px;
	float:left;
	margin-right: 1em;
}



.resource-card .card-inner {
	text-align: left;
}

.resource-card .download-button .download-icon {
	margin-left: 1em;
}
.resource-card p {
	margin: 0px;
}
.resource-card .download-button {
	margin-right: 0px;
	margin-left: auto;
	padding: .5em 1em;
	font-size: .875em;
}
@media screen and (max-width: 60px) {
	.resource-card .read-more {
		margin-bottom: 1em;
	}
}
@media screen and (min-width: 601px) {
	.resource-card .card-inner {
		display: flex;
		align-items: center;
		/*justify-content: space-between;*/
	}

	.resource-card-icon img {
		display: block;
		margin: 0 auto;
		width:60px;
		float:none;
	}
	.resource-card-icon .attachment-thumbnail  {
		width:106px;
	}
	.resource-card-icon {
		flex-basis: 17%;
		margin-right: 1em;
		margin-left: 1em;
	}
	.flex-spacer {
		width: 30%;
	}

	.resource-card .card-inner-content {
		width: 68%;
	}
	.resource-card .download-button {
		margin-right: 1em;
	}
}
