/* @override 
	http://www.mixxdiscos.co.uk/assets/css/mixx.css
	http://www.vipentertainment.co.uk/assets/css/mixx.css
	http://www.vipentertainment.co.uk/assets/css/mixx.css?v=1.1 */

p {
	font-size: 16px;
	color: #6d6d6d;
}

p a, label a {
	color: #ca1112;
	font-weight: 400;
}

label {
	font-weight: 100;
	font-size: 14px;
}
.red {
	color: #ca1112;
}

p strong {
	font-weight: 600;
}

a.navbar-brand img {
	height: 40px;
	margin-top: 12px;
	display: block;
}

.navbar.small {
	min-height: 60px;
}

h2 span.sub {
	font-size: 24px;
	line-height: 24px;
}

h2 span {
	display: inline-block;
}

h2 span.alt {
	color: #afafaf;
}
h2 span.alt2 {
	color: #eeeeee;
}

.subpage img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
}
.subpage .row {
	margin-bottom: 40px;
}

@media screen and (max-width:992px) {
	a.navbar-brand img {
		height: 30px;
		margin-top: 10px;
	}
}

#ui-datepicker-div {
	background-color: #d15454;
	color: #fff !important;
	border-radius: 5px;
	margin-left: 15px;
	margin-top: -15px;
	padding: 5px 8px;
	border: 3px solid #e38f8f;
}
.ui-datepicker-calendar td, .ui-datepicker-calendar th {
	min-width: 25px;
	text-align: center;
	color: #fff;
}
#ui-datepicker-div .ui-datepicker-header {
	text-align: center !important;
}
#ui-datepicker-div a {
	color: #fff;
	cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-next, #ui-datepicker-div .ui-datepicker-prev {
	background-color: #404040;
	min-width: 60px;
	display: inline-block;
	margin: 5px;
	border-radius: 4px;
}
#ui-datepicker-div td a {
	background-color: #bd2929;
	width: 90%;
	display: block;
	margin: 2px;
	border-radius: 2px;
}

input.input-text, textarea.input-text, select {
	margin-bottom: 30px;
	color: #424242;
}
textarea.input-text {
	height: 100px;
}

.required::placeholder {
	color: #d86262;
}

/****** INPUT STYLING *******/

input[type=checkbox]{
  position: absolute;
  visibility: hidden;
}

.check{
  display: inline-block;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 30px;
  width: 30px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.check {
  border: 5px solid #414141;
	background-color: none;
	top: 10px;
	position: relative;
}

.check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=checkbox]:checked ~ .check {
  border: 5px solid #c33434;
}

input[type=checkbox]:checked ~ .check::before{
  background: none;
  font-family: 'FontAwesome';
  content: '\f00c';
  line-height: 20px;
  font-size: 18px;
  color: #c33434;
}

input[type=checkbox]:checked ~ label{
  color: #907eb1;
}
label.text-label {
	margin-bottom: 20px;
	font-weight: 400;
}
.b400 {
	font-weight: 400;
}

p.contact-lg {
	font-size: 30px;
}
p.success {
	font-size: 22px;
	color: #29c33f;
}

.alt-seg {
	padding: 20px;
	background: -webkit-linear-gradient(top, white 0%, #f3ebf9 100%) #faf5fc;
	background: -moz-linear-gradient(top, white 0%, #f3ebf9 100%) #faf5fc;
	background: -ms-linear-gradient(top, white 0%, #f3ebf9 100%) #faf5fc;
	background: linear-gradient(to bottom, white 0%, #f3ebf9 100%) #faf5fc;
	border-radius: 10px;
}
.alt-seg.color1 {
	background: -webkit-linear-gradient(top, #fefffe 0%, #f1dcd7 100%) #f9f2f0;
	background: -moz-linear-gradient(top, #fefffe 0%, #f1dcd7 100%) #f9f2f0;
	background: -ms-linear-gradient(top, #fefffe 0%, #f1dcd7 100%) #f9f2f0;
	background: linear-gradient(to bottom, #fefffe 0%, #f1dcd7 100%) #f9f2f0;
}
.alt-seg.color2 {
	background: -webkit-linear-gradient(top, white 0%, #e9f6f4 100%) #f7fcfc;
	background: -moz-linear-gradient(top, white 0%, #e9f6f4 100%) #f7fcfc;
	background: -ms-linear-gradient(top, white 0%, #e9f6f4 100%) #f7fcfc;
	background: linear-gradient(to bottom, white 0%, #e9f6f4 100%) #f7fcfc;
}


/***** 2018 HEADLINE SERVICES *****/

.sfind {
	background-image: url('/assets/images/headliner.jpg');
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
}
.sfind h1 {
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.sfind .service:nth-of-type(n+4) {
	text-align: right;
}

a.button.service {
	font-size: 1.8em;
	display: inline-block;
	margin: 0px 10%;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 17px 17px;
	border-radius: 6px;
	margin-top: 30px !important;
	color: #fff;
}