/*custom css */
.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 25px;
	padding-bottom: 160%;
}
.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Style.css overload */
.testimonials {
	background-image:url('./kassets/still/mason_courthouse_monument.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
/* responsive.css overload */
.slicknav_nav {
	clear: both;
	color: #fff;
	margin: 0;
	background: #4B0082
}
.slicknav_btn:hover{
	background:#4B0082
}

/* normalize.css book_preload book_page backgrounds must be changed to #009ACE (blue)*/
/*Bread Crumbs */
.breadcrumbs {
	background-image: url('./kassets/still/banner-breadcrumbs.png');
}
.breadcrumbs.overlay::before {
	opacity: 0;
	background: #252525;
}

/* Divider lines for locations composite page */
hr.style1{
	border-top: 1px solid #8c8b8b;
}
hr.style2 {
	border-top: 3px double #8c8b8b;
}

/* Line height for front page invisalign steps */
.kunik-text h4 {
	line-height: 1.6;
}
.kunik-text h4 span {
	color: #4B0082
}
.kunik-text {
	text-align: center;
}
.kunik-text btn{
	background: #4B0082
}
video {
  width: 100%;
  height: auto;
}
/* Get rid of some of the white space between default sectons */
.section{
	padding:30px 0;
}
.blog.b-archives{
	padding: 30px 0 20px;
}

/* Formatting for appointment stand alone button */
.courses.single {
    background: #FFF;
}
.courses.single .course-price {
	float: none;
}
.courses.single .course-price .btn {
    color: #fff;
    padding: 10px 20px;
    float: none;
    border-radius: 50px;
}
.center {
  margin: auto;
  width: 50%;
}
