/*!
 * Partynight v.1.0.0
 * Copyright 2013 extracoding
 * 
 */

a:hover,
.text-pink,
.tweets-bar h5,
.footer h3,
.widget h3,
.blog-box .details h3,
.blog-box .details p a,
blockquote p,
.events-list-view .thumbnail a:hover,
.contact-list li a:hover, .page-404 span {
	color:rgb(231, 26, 117);
}
.thumbnail:after,
.thumbnail.thumbnail-featured,
.btn,
.breadcrumb > li:last-child > a,
.ui-accordion-header-active,
.widget-accordion > h6.ui-accordion-header-active,
.tags .book-events,
.tp-leftarrow.default,
.tp-rightarrow.default {
	background-color:rgb(231, 26, 117); /*#e71a75;*/
}
blockquote,
.dialog-block{
  border-color:rgb(231, 26, 117);
}
.thumbnail-featured .caption {
	background: -moz-linear-gradient(top,  rgba(231, 26, 117, 0.5) 0%, rgba(231, 26, 117, 1) 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231, 26, 117, 0)), color-stop(50%,rgba(231, 26, 117, 1)));
	background: -webkit-linear-gradient(top,  rgba(231, 26, 117, 0) 0%,rgba(231, 26, 117, 1) 50%);
	background: -o-linear-gradient(top,  rgba(231, 26, 117, 0) 0%,rgba(231, 26, 117, 1) 50%);
	background: -ms-linear-gradient(top,  rgba(231, 26, 117, 0) 0%,rgba(231, 26, 117, 1) 50%);
	background: linear-gradient(to bottom,  rgba(231, 26, 117, 0) 0%,rgba(231, 26, 117, 1) 50%);
}