﻿/* local styles */

.yt4-pink {
	color: #AA336A;
}
.yt4-grey {
	color: #3B3B3B;
}
.yt4-blue {
	color: #62add4;
}
/* horizontal 'soft' line (170, 51, 106, 1) */
hr.soften-pink {
  height: 1px;
  background: linear-gradient(to right, rgba(170, 51, 106, 0.2), rgba(170, 51, 106, 1), rgba(170, 51, 106, 0.2));
  border: 0;
}
/* box border */
.yt4-border-pink {border: 1px #AA336A solid;}

/* custom button */
.yt4-btn { 
  color: #ffffff; 
  background-color: #AA336A; 
  border-color: #130269; 
} 
 
.yt4-btn:hover, 
.yt4-btn:focus, 
.yt4-btn:active, 
.yt4-btn.active, 
.open .dropdown-toggle.yt4-btn { 
  color: #ffffff; 
  background-color: #49247A; 
  border-color: #130269; 
} 
 
.yt4-btn:active, 
.yt4-btn.active, 
.open .dropdown-toggle.yt4-btn { 
  background-image: none; 
} 
 
.yt4-btn.disabled, 
.yt4-btn[disabled], 
fieldset[disabled] .yt4-btn, 
.yt4-btn.disabled:hover, 
.yt4-btn[disabled]:hover, 
fieldset[disabled] .yt4-btn:hover, 
.yt4-btn.disabled:focus, 
.yt4-btn[disabled]:focus, 
fieldset[disabled] .yt4-btn:focus, 
.yt4-btn.disabled:active, 
.yt4-btn[disabled]:active, 
fieldset[disabled] .yt4-btn:active, 
.yt4-btn.disabled.active, 
.yt4-btn[disabled].active, 
fieldset[disabled] .yt4-btn.active { 
  background-color: #AA336A; 
  border-color: #130269; 
} 
 
.yt4-btn .badge { 
  color: #AA336A; 
  background-color: #ffffff; 
}

/* wowslider tweaks */
/* remove bullets on very small devices */
@media (max-width: 767px) {
	#wowslider-container1 .ws_bullets a {
	display: none;}
	}