/* -----------------------------------------
   Main Color #Pink
----------------------------------------- */

a, a:visited,
a:focus,
#top-head a:hover,
.credits a:hover,
a.s-next:hover,
a.s-prev:hover,
a.sld-btn:hover,
.btn.callout:hover  {
	color: #E70048;
}

#paging a:hover,
.item-thumb:hover > h3,
.searchsubmit,
a.btn,
a.btn:visited,
input[type=submit].btn,
button.btn,
.wpcf7-submit {
	background-color: #E70048;
}

.item-thumb h3 {
	background-color: #E70048;
	background: rgba(231, 0, 72, 0.78);
}

main#content,
.btn.callout,
.btn.callout:visited,
.btn.callout:hover,
#navigation li.sup > a,
#navigation li.sup > a:visited {
	border-color: #E70048;
}

a.btn,
a.btn:visited,
input[type=submit].btn,
button.btn,
.wpcf7-submit {
	border-color: #be0039 /* two shades deeper than the scheme color */
}

@media only screen and (max-width: 768px) {
	.slide-content { background: #E70048; }
}