/*
Theme Name:uc-child
Template:uc
Version:1.4
*/
body{
    font-size:16px;
    line-height: 1.6;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
}
button:hover,.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus{
	/*background:none;*/
	box-shadow: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background: #17a2b8;
	border-radius:0;
	border:2px solid #fff;
	box-shadow: none!important;
}
.nav-item a{
	border:2px solid #17a2b8;
	/*color: #fff;
	-webkit-transition: .5s;
	transition: .2s;*/
	border-radius:0!important;
	box-shadow: 0 0.4rem .4rem rgba(0,0,0,.15)!important;
}
li.nav-item .active:after{
		content: "";
		position: absolute;
		right: 0;
		bottom: -25px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #17a2b8 transparent transparent transparent;
		border-width: 20px;
	}
.entry .entry-header{
	margin: calc(20px) calc(10%) 20px;
}
.site-branding .site-title a{
	color: #fff;
	font-weight: bold;
}
.entry .entry-title{
	font-size:120%;
	text-align: center;
}
.entry .entry-title:before{
	display: none;
}
.site-branding .site-description {
/*	color: #fff;
	font-size: 75%;
	margin-top: 5px;*/
	display: none;
}
.site-title:not(:empty) + .site-description:not(:empty):before{
	display:none;
}
.carousel-inner{
	background: url("./images/americanvillage.jpg") no-repeat;
	background-position: center right;
    background-size: cover;
}
.jumbotron{
	background: rgba(0,0,0,0.6);
	margin-bottom:0;
	color:#fff;
	height: 280px!important;
	padding: 1.5rem 1rem;
}
.close:hover{
	background: none;
}
/*======================================
Progressbar
======================================*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-radius: 5px;
}
.form-control{
	font-size: 90%;
}
.mw_wp_form input[type="file"] {
    display: inline-block;
    background: antiquewhite;
    padding: 20px 20px 50px;
}
.mw_wp_form .error:before{
  font-family: "Font Awesome 5 Free";
  content : "\f35a";
  padding-right: 5px;
  font-weight:900;
}
.mw_wp_form .error{
	font-size: 93%;
    color: #B70000;
    display: inline;
    background: #fff1f1;
    padding: 2px 10px;
    border-radius: 10px;
}

.mw_wp_form_confirm{
	margin-top: 20px;
}
.mw_wp_form_confirm .text-danger{
	display: none;
}
.mw_wp_form_confirm label{
	display: table-cell;
    margin-bottom: .5rem;
    color: #797979;
    font-size: small;
    border-left: solid 6px #101010;
    padding-left: 5px;
}

@media only screen and (min-width: 768px) {
  .site-header {
    margin: 0;
    padding: 1rem 0px;
  }
	.jumbotron{
		height: 320px!important;
	}

}