#pbr-logo img{
	max-height: 80px;
}
#pbr-masthead .logo-wrapper{
	margin-top: 0!important;
}
*{
	outline: none;
}
.my_form_button{
	position: absolute;
	top:0;
	right: 0;
	font-size: 14px;
	padding: 14px 20px;
	border-radius: 5px;
	color: #ffffff;
	background: #39133c;
	font-weight: 600;
	text-transform: uppercase;
}
@media screen and (max-width: 600px) {
	.my_form_button{
		position: static;
	}
}
.pbr-breadscrumb {
	background-image: url(../images/top_bg_mob.jpg);
}
@media (min-width: 798px) {
	.pbr-breadscrumb {
		background-image: url(../images/top_bg.jpg);
	}
}

.andrew_speakers_grid .image{
	width: 200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.andrew_speakers_grid .item{
	margin-bottom: 40px;
}
@media (min-width: 798px) and (max-width: 1229px) {
	.andrew_speakers_grid .row .col-sm-6:nth-child(odd){
		clear: both;
	}
}

.checkout-button-bitcoin,
.checkout-button-vmp{
	white-space: normal!important;
	background-repeat: no-repeat!important;
	background-position: center right 2px!important;
	padding-left: 40px!important;
	padding-right:  40px!important;
	text-decoration: none!important;
	font-size: 18px!important;
	line-height: 1.2!important;
}
.checkout-button-bitcoin{
	background-image: url(../images/checkout-bitcoin.png)!important;
}
.checkout-button-vmp{
	background-image: url(../images/checkout-vmp.png)!important;
}

.pbr-event-schedule .session-item-content-wrapper .opalsgevent_session .entry-content ul.speakers > li{
	margin-left: 5px;
	margin-bottom: 5px;
}

.andrew_gallery_item{
	padding-bottom: 30px;
}

.soldOut{
	background: #D83232;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 17px;
	border-radius: 3px;
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}