/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
article.sticky h3.entry-format, /* article.sticky h2.entry-title,*/ article.sticky div.entry-meta, article.sticky span.cat-links, article.category-sticky div.entry-meta, article.category-sticky span.cat-links {
	display: none;
}

/* Google Forms CSS */
.ss-q-title {
	font-weight: bold;
}

.ss-form-entry {
	margin-bottom: 20px;
}

/* CUPE Calgary page */
.centered {
	text-align: center;
}

.category-convention-2018 header.page-header h1.page-title {
	display: none;
}

.well {
	background-color: #fafafa;
	border: 1px solid #ccc;
	color: #c7135a;
	padding: 20px 20px 0;
	margin-bottom: 30px;
}

#post-5339 .checkbox-355 .wpcf7-not-valid-tip {
	top: -20px;
	position: relative;
	left: 35px;
}

#post-4219 .entry-title,
#post-5339 .entry-title,
#post-7215 .entry-title {
	display: none;
}

#post-4219 .reverseHeader,
#post-5339 .reverseHeader,
#post-7215 .reverseHeader {
	background-color: #c7135a;
	margin-left: -40px;
	margin-right: -40px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	color: white;
	margin-top: -80px;
	margin-bottom: 30px;
}

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

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

div.waterImage346 {
	width: 31.5%;
	float: left;
	margin-right: 2.5%;
}

div.waterImage346b {
	width: 31.5%;
	float: left;
	margin-left: 2.5%;
}

div.waterImage348 {
	width: 31.5%;
	float: left;
}

.shadowedBox {
	box-shadow: 0 0 5px #888;
}

.calLeft {
	float: left;
	width: 64%;
	margin-top: 20px;
}

.leftCol {
	width: 100%;
	height: auto;
	border: solid 2px;
	background-color: #e3e7ef;
	border-color: #c7135a;
	margin-right: 15px;
}

.leftCol h3 {
	background-color: #c7135a;
	text-align: center;
	color: white;
	padding: 10px 0;
}

.leftCol p {
	margin-left: 15px;
	margin-bottom: 5px;
}

.leftCol li {
	margin-right: 10px !important;
}

.leftCol66 {
	width: 66%;
	float: left;
}

.rightCol31 {
	width: 31%;
	float: right;
}

.rightCol {
	width: 31%;
	float: right;
	margin-top: 20px;
	margin-left: 15px;
	height: auto;
	border: solid 2px;
	border-color: #c7135a;
}

.rightCol .header {
	background-color: #c7135a;
	text-align: center;
	padding: 10px 0 5px;
	margin-top: 0;
	max-height: 45px;
}

.rightCol .header h3 {
	color: white !important;
	margin-top: 0;
}

.rightCol .odd {
	background-color: #e3e7ef;
	padding: 15px 0;
	border-bottom: solid 1px #c5c0c0;
}

.rightCol .even {
	background-color: #f6f6f6;
	padding: 15px 0;
	border-bottom: solid 1px #c5c0c0;
}

.rightCol p {
	margin: 0 10px;
	text-align: center;
}

div.soundCloudAd {
	float: left;
	width: 50%;
	height: 154px;
	margin-right: 20px;
	padding: 10px;
	background-color: #e3e7ef;
	overflow: hidden;
	box-shadow: 0 0 5px #888;
}

@media only screen and (max-device-width: 480px) {
	div.waterImage346b {
		width: 100% !important;
		clear: both;
		margin-left: 0;
	}
	
	div.waterImage346 {
		width: 100% !important;
		clear: both;
		margin-right: 0;
	}
	
	div.waterImage348 {
		width: 100% !important;
		clear: both;
	}
	
	.calLeft {
		width: 100%;
		margin-bottom: 10px;
		margin-left: -3px;
	}
	
	div.soundCloudAd {
		width: 100%;
		float: left;
	}
	
	.rightCol {
		width: 100%;
	}
}

.copyright-bar {
	display: none;
}

/* End of CUPE Calgary */