/* custom Caspian Arts styles */

a.btn, input.btn {
	display: inline-block;
	padding: 0px 55px 0px 55px;
	height: 42px;
	line-height: 42px;
	background: url('../images/btn-purple-bg-tile.png') repeat-x;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

a.btn:hover, input.btn:hover {
	color: #ddd !important;
	background: url('../images/btn-purple-bg-tile.png') repeat-x;
}

.btn.btn-small {
	padding: 0px 25px 0px 25px;
	height: 34px;
	line-height: 34px;
}

/* home page */

#need-help {
	text-align: center;
}

#need-help h2 {
	font-size: 21px;
	font-weight: bold;
}

#need-help p {
	font-size: 17px;
}

.gdl-portfolio-title-wrapper.about-title-wrapper {
	margin: 0;
}

/* widgets/sidebar */
.custom-sidebar.gdl-divider div {
	border-color: #cccccc !important;
}

div.custom-sidebar ul {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
}

div.custom-sidebar ul li {
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.widget_archive select {
	border: 1px solid #cccccc;
	width: 100%;
	padding: 5px 5px 5px 0;
}

form.subscribe-form .btn {
	margin-top: 0px;
}

form.subscribe-form label, #leave-message label {
	font-weight: bold;
	color: #7d7d7d;
}

#label-anti-spam, .wpcf7-captchac {
	display: inline-block;
	vertical-align: middle;
}

.wpcf7-not-valid-tip
{
	border-color: #FBC2C4 !important;
}

.wpcf7-response-output
{
	padding: 10px 10px 10px 10px !important;
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ng
{
	background: #FBE3E4;
	color: #8A1F11;
	border-color: #FBC2C4 !important;
	margin-left: 0 !important;
}

.wpcf7-mail-sent-ok
{
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
	margin-left: 0 !important;
}

.custom-sidebar.gdl-divider div.dp_calendar {
	border: none !important;
}

.widget_dpeventscalendar > p, .widget_dpeventscalendar > h3 {
	display: none;
}

.dp_calendar .main_date a, .dp_calendar .main_date a:hover { 
	font-weight: bold;
	text-transform: none;
	font-size: 16px;
}

.dp_calendar .main_date a#toggleDP {
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

.dp_calendar .main_date a#prev_month {
	left: auto;
	right: 40px;
}

.dp_calendar {
	min-height: 291px;
	margin-top: -3px;
	background: none;
}

.dp_calendar .div_dates {
	background: none;
	border-top: none;
}

.dp_calendar .div_main_date { 
	padding: 0px 15px 10px 15px;
	background: none;
	text-align: left;
}

div.custom-sidebar .dp_calendar ul {
	border: none;
}

.dp_calendar .calendar_list {
	min-height: 97px;
	background: #e9e9e9;
	text-align: left;
	padding: 2px 10px 0 15px;
	clear: left;
}

.dp_calendar .div_dates .day_name {
	margin: 0 15px;
}

.dp_calendar .div_dates .day_name h1, .dp_calendar .div_dates .day_name .span_month, .dp_calendar .calendar_list h2  {
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
	font-weight: normal !important;
	margin-top: 15px !important;
}

.dp_calendar .calendar_list h2 {
	display: none;
}

.dp_calendar .calendar_list #list li h1 {
	line-height: 12px;
	width: 100%;
}

.dp_calendar .calendar_list #list li .time {
	padding: 0 0 0 0;
	line-height: 12px;
}

#list_days {
	border-bottom: 1px solid #cccccc;
	padding: 0 0 10px 0;
	margin: 0 17px !important;
}

#list_days:after {
	content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.dp_calendar .calendar_list #list {
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0;
}

.dp_calendar .div_dates li.has_events {
	background: none !important;
	color: #54a0dc !important;
}

.dp_calendar .div_dates li.active {
	background: none !important;
}

.dp_calendar .calendar_list #list li {
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

.dp_calendar .calendar_list #list li p {
	line-height: 18px;
}

.dp_calendar .div_dates .day_name .div_month {
	padding-top: 0px;
	margin-left: 10px;
	margin-top: 15px;
}

.dp_calendar .div_dates .day_name .div_month  br {
	display: none;
}

.dp_calendar .div_dates .day_name .span_day {
	padding: 0 0 0 5px;
}

.dp_calendar .calendar_list #list li:hover {
	border: none;
	background: none;
	padding: 0;
}

.dp_calendar .calendar_list #list li {
	padding: 0;
	font-size: 12px !important;
}

.dp_calendar .calendar_list #list li .time {
	background: none !important;
	color: #595959 !important;
	border: none !important;
	float: right;
}



/* pages */

.attachment-post-thumbnail {
	margin: 0 0 35px 0;
}

h2.child-title {
	color: #54a0dc;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 19px 0;
	font-size: 20px;
	font-weight: bold;
}

.attachment-link {
	color: #86047d;
	font-weight: bold;
	padding: 0 0 0 20px;
	background: url('../images/icon-download.png') left center no-repeat;
}

div#partners div img {
	margin: 0 0 40px 0;
}

.gdl-page-content h3 {
	color: #54a0dc;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 20px;
}

.gdl-page-content select {
	border: 1px solid #cccccc;
	width: 191px;
	padding: 5px 5px 5px 0;
}

.gdl-page-content h4 {
	color: #000;
	margin: 10px 0 15px 0;
	font-weight: bold;
	font-size: 16px;
}

.gdl-page-content a {
	color: #54a0dc;
}

.gdl-page-content a:hover {
	color: #343434;
}

/* contact */
#leave-message {
	margin: 40px 0 0 0;
}

/* posts */

.social-share-box {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 20px 0 0 0;
}

.social-share-title {
	float: left;
}

.social-shares {
	float: right;
}

div#twitter-feed ul {
	border-bottom: none;
	padding-bottom: 5px;
}

div#twitter-feed ul li {
	list-style: none;
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
}

div#twitter-feed ul li a {
	color: #54a0dc;
}

div#twitter-feed .twitter-follow {
	border: 1px solid #ccc;
	background: #eee;
	padding: 3px 10px 3px 25px;
	color: #adadad;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url('../images/icon-twitter-small.png') 5px center no-repeat;
}

div#twitter-feed .twitter-follow span {
	font-weight: bold;
}

/* Gallery */
.portfolio-nav {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-top: 30px;
}

.portfolio-nav a.back-to-gallery {
	background: url('../images/arrow-prev.png') left center no-repeat;
	padding: 0 0 0 10px;
}

.single-port-nav {
	float: right;
	width: 340px;
}

.single-port-nav .portfolio-prev {
	float: left;
	background: url('../images/arrow-prev.png') left center no-repeat;
	padding: 0 0 0 10px;
}

.single-port-nav .portfolio-next {
	float: right;
	background: url('../images/arrow-next.png') right center no-repeat;
	padding: 0 10px 0 0;
}

.single-port-content h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

.single-port-date {
	margin: 0 0 20px 0;
}

.image-caption {
	font-style: italic;
}

div.single-port-content {
	min-height: 428px;
}