/*
 Theme Name:   Colin James
 Description:  Colin James website 2016
 Author:       Outside in the Sun
 Author URI:   http://www.outsideinthesun.com
 Template:     stockholm
*/

@media only screen and (max-width: 1000px) {
	.header_top { height: auto !important; }
}

@media only screen and (max-width: 480px) {  /* whatever width you need for iPhone */
  .gigpress-country {display:none;}
}

.ticketlink {
	float: left;
	display: block;
	padding: 1px 5px;
	background-color: #b81b30;
	color: #fff;
	margin-right: 10px;
	border-radius: 5px;
}
.ticketlink a {
	color: #fff;
}
.ticketlink:hover {
	background-color: #0966c3;
}
.gignotes {
	clear: left;
	display: block;
}
.gigpress-venue, .gigpress-city {
	font-weight: bold;
}
.storeembed {
	position: relative;
	margin-top: 300px;
}
@media screen and (max-width: 1000px) {
	.storeembed {
		margin-top: 0;
	}
}
.page-template-store .content .content_inner > .container > .container_inner.default_template_holder {
	position: relative;
}
.mc4wp-form input[type="email"], .mc4wp-form input[type="submit"] {
	height: 24px;
	line-height: 18px;
	margin-top: 3px;
}


/*** Discography ***/

.blog_holder.discography-loop article {
	width: 344px; height: 344px;
}
.blog_holder article .post_image.discography img {
	max-height: 100%;
}
.blog_holder article .post_image.discography .post_overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #444;
    padding: 40px;
    opacity: 0;
    box-sizing: border-box;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.blog_holder article .post_image.discography .post_overlay h4 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 0;
}
.blog_holder article .post_image.discography .post_overlay p {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin: 0 0 20px 0;
}
.blog_holder article .post_image.discography .post_overlay a {
	color: #a2a2a2;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.blog_holder article .post_image.discography .post_overlay a i.fab {
	font-size: 22px;
	margin-right: 4px;
}
.blog_holder article .post_image.discography .post_overlay a:hover {
	color: #fff;
}


.blog_holder article .post_image.discography:hover .post_overlay {
	opacity: 1;
}
.blog_holder.discography-loop svg {
	width: 20px; height: 20px;
}
.blog_holder.discography-loop svg path {
	fill: #a2a2a2;
}
.blog_holder article .post_image.discography .post_overlay a:hover svg path {
	fill: #fff;
}
