/*
Theme Name: Dance Central
Theme URI: http://kingfisher.agency/
Author: Kingfisher
Author URI: http://www.kingfisher.agency
Description: Theme for Dance Cetral dancing school
Version: 1.0.0
Text Domain: dance-central
Tags:

Dance Central is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/
body {
	line-height: 1.7;
	font-family: 'Roboto', sans-serif;
	color: #404041;
	font-size:15px;
	font-weight:300;

}
a{color: #ff3333}

.form-control{
	font-weight:bold;
	text-transform: uppercase;background-color:#e6e7e8;
	border-color: #e6e7e8;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0; /* future proofing */
	-khtml-border-radius: 0; /* for old Konqueror browsers */}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #585956 !important;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #585956 !important;
	opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #585956 !important;
	opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #585956 !important;
}
.form-control:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color:    #585956 !important;
}
.media.news{margin-bottom: 15px;}
.media.dance-styles{margin-bottom: 60px;}
.media.dance-styles .media-heading{margin-top: 15px;}

.sm-spacer {
	margin-top: 15px;
}

.md-spacer {
	margin-top: 20px;
}

.lg-spacer {
	margin-top: 30px;
}

.xl-spacer {
	margin-top: 60px;
}
.xl-b-spacer{
	margin-bottom:60px;
}
.pd-space-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.pd-space-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.pd-space-45 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.col-center {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

blockquote.testimonials{
	font-size: 15px;
	padding-left: 0;
	padding-right: 0;
	border-left: none;
	font-style: italic;
}
.pageheader{background-repeat: no-repeat; }



.home-footer h3:first-of-type{margin-top: 0;}


.home-news .media.news:last-child{margin-bottom: 0;}

/*Reset bootstrap*/
.btn.btn-default {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0; /* future proofing */
	-khtml-border-radius: 0; /* for old Konqueror browsers */
}

.nav > li > a:hover {
	background-color: transparent;
}

.btn.btn-default {
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.red {
	background-color: #ff3333;
	border-color: #ff3333;
	color: #ffffff;
}

.btn.btn-default.red:hover {
	background-color: #000;
	border-color: #000;
	color: #ffffff;
}

.grey {
	background-color: #231f20;
	width: 100%;
	float: left;
}

header.main {
	background-color: rgba(0, 0, 0, 0.7);
	padding-top: 25px;
	position: absolute;
	top:0;
	z-index: 100;
	width: 100%;
}

header.main h1 {
	margin: 0;
}

header.main .logo {
	padding-top: 15px;
}

.upsell .btn.btn-default{
		font-size:20px;
	font-weight: 900;

}
.slide-info .btn.btn-default{padding-left: 25px;padding-right: 25px;}

.slide-info .btn.btn-default,
.upsell .btn.btn-default {
	margin-top: 20px;
}

.upsell h4 {
	text-transform: uppercase;
	color: #919396;
	font-weight: 900;
	font-size: 59px;
}

.lt-grey {
	background-color: #f0f0f1;
}
.greyish{
	background-color: #6d6e70;
}
header.pageheader h2{
	text-transform: uppercase;
	font-size:50px;
	font-weight:900;}
.home-footer h4 {
	font-weight: 900;
	font-size: 23px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
}
.pageheader h2{
	margin-top: 0;
	margin-bottom:0;padding-bottom: 0;}
.pageheader hr{
	margin-left:135px;margin-right: 135px;border: 0; height: 4px; background: #333;
	margin-top: 10px;
	margin-bottom:15px;}
aside .news {
	border-bottom: 1px solid #cfd1d2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

aside .news .media-left {
	width: 130px;
}
.deets {
	margin-top:30px;}
.deets .nav > li > a,
.deets .nav > li > .label {
	font-size: 16px;
	font-weight: 700;
	padding-top: 0;
	padding-bottom:0;
}

.deets .nav > li.address {
	/*padding-top: 12px;*/
}

.deets .nav > li > a {
	color: #ffffff;
}

.deets .nav > li > a em,
.deets .nav > li span em {
	color: #ff3333;
	margin-right:10px;
	font-size:16px;
}
.space-it{margin-bottom: 85px;}
.dance{
	position: relative;}
.dance .dance-image{position: relative;}
.dance .dance-txt{
	/*position: absolute;*/
	/*bottom:-15px;*/}
.dance .dance-txt h5{
	margin-top:-50px;
	margin-bottom: 0px;
}
.dance .dance-txt h5 a:{
	text-decoration: none;
}
.dance .dance-txt h5 a{
	position: absolute;
	left: 0;
	background-color:rgba(64,64,65,0.6) ;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;

	z-index:999;
	color:#ffffff;
	font-size:19px;
	text-transform: uppercase;
}
header.page-header {
	border-bottom: none !important;
	margin: 0;
	padding-bottom: 0px;
}

hr.shorten { border: 0; height: 5px; background: #000;margin-right: 66%;margin-top: 10px;
	margin-bottom:20px; }

h1.entry-title{
	text-transform: uppercase;
	font-weight:900;
	font-size:50px;
	margin-bottom: 0;
}
div.container-fluid > .timetable-content.row{height: 60px;}
div.container-fluid > .timetable-content.row:nth-child(even) {background: #fbe4d5;}

div.container-fluid > .timetable-content.row:nth-child(odd) {background:#f7caac;}
.table-content .header{font-weight: bold;background-color: #ed7d31; color: #ffffff}
.table-content .header > div{padding-top: 5px;padding-bottom: 5px;}

.footerbg {
	background-image: url("images/template/footer-swash.jpg");
	background-size: cover;
	background-position: center top;
}

.bg-footer-image {
	padding-top: 45px;
	padding-bottom: 45px;
}

.intouch .nav > li > a,
.intouch .nav > li .label {
	padding-left: 0;
}

.intouch .nav > li > a {
	color: # #ffffff;
	padding-top: 0;
	padding-bottom: 0;
}

.intouch .nav > li > a,
.intouch .nav > li > .label,
.intouch h4 {
	font-weight: 700;
	color: #ffffff;
}

.intouch .nav > li > a{
	font-family:Roboto;font-weight: 700;
	padding-top: 4px;
	padding-bottom:4px;
}

.intouch .nav > li.fa::before {
	float: left;
	color: #ff3333;
	padding-right: 5px;
	padding-top:5px;
	font-family:"fontAwesome";
	font-size: 15px;
}

.intouch .nav > li > a,
.intouch .nav > li > .label {
	font-size: 14px;
}


.intouch .nav > li > .label em {
	color: #ff3333;
	margin-right: 8px;
}
.intouch .nav > li:last-child > .label em{
	margin-right: 12px;
}

footer .footerbg .logo {
	padding-top: 40px;
}
footer  .copyright a{
	color: #ffffff;
	text-transform: uppercase
}
.social .nav > li > a {
	color: #FF3333;
}

.social .nav > li > a {
	padding: 0 5px 0 0;
}
.social .nav > li:first-child > a,
.intouch .nav > li:first-child > a{
	cursor:default;
}

.social .nav > li:first-child > a{

	color: #ffffff;text-transform: uppercase;font-weight: 900;
	padding-top:5px;
	padding-right:16px;}
.social .nav > li > a em {
	width:35px;
	padding: 10px 0;
	text-align: center;
	background-color: #ffffff;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px; /* future proofing */
	-khtml-border-radius: 40px; /* for old Konqueror browsers */
}

.social .nav > li .label {
	font-size: 14px;
	padding: 12px 16px 0 0;
	text-transform: uppercase;
	display: inline-block
}

.copyright p {
	margin: 10px 0 0 0;
	font-size:14px;
}

.home-footer blockquote{
	border:none;
	margin-left:0;
	padding-left:0;
}
.home-footer blockquote footer{
	display: inline-block;}
.home-footer blockquote,
.home-footer blockquote footer{
	font-size:15px;
}

.breadcrumb{background-color: transparent;padding-top: 0;padding-left: 0;font-weight:bold;text-transform: uppercase;}
.breadcrumb > li:first-child a{color: #ff3333;}
.breadcrumb > .active,
.breadcrumb,
.breadcrumb a{
	color: #919396;
	}

article .lead{
	font-size:15px;
	font-weight:bold;}
article h3{
	color: #ff3333;}
p+figure{
	margin-top: 15px;
}
figure{
	margin:30px 0;
}
figure img{
	position: relative;}
figure figcaption{
	color: #ffffff;
	width:100%;
	padding:10px;
	background-color: rgba(0,0,0,0.5);
	position: relative;
	z-index:9999;
	margin-top:-44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}
aside .btn.btn-default{padding: 6px 20px;}
aside h4.title:first-of-type{
	margin-top: 15px;}
aside h4.title{
	margin-top:30px;
	color: #babcbe;
	background-color: #231f20;
	padding:15px 10px;
	text-transform: uppercase;}
	
	
	.panel-default > .panel-heading{
		padding: 0;
		background-color: transparent;
		border-color: transparent;
	}
	.panel-default > .panel-heading a {
	    background-color: #ff3333;
	    border-color: #ff3333;
	    color: #ffffff;
	    padding: 10px 15px;
	}
		
	.panel-default > .panel-heading a[data-toggle="collapse"]:after 
{
    content: "\f0da";
		font-family: "fontAwesome";
		float: right;

    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);

}
.panel-default > .panel-heading a[data-toggle="collapse"].collapsed:after
{
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(0deg);
    -moz-transform:    rotate(0deg);
    -ms-transform:     rotate(0deg);
    -o-transform:      rotate(0deg);
    transform:         rotate(0deg);
}

	.panel-title > .small, 
	.panel-title > .small > a, 
	.panel-title > a, 
	.panel-title > small, 
	.panel-title > small > a{display: block;}
	
	.panel-title > a:hover{text-decoration: none;background-color: #000000;
	    border-color: #000000;}
	

/* 
	
	***
	***
	***
	
	***	Below this line is KC BC styles ***
	
	***
	***	
	***

*/
/*

Secure zone styles
*/
.secure-zone input.cat_textbox_small {
	width:100%;
	display:inline-block;
	margin-right:8px;
}

.secure-zone .password-retrieve {
	text-align:right;
}

.secure-zone .password-retrieve a {
	color:#eee;
	font-size:12px;
}

/*

Slider styles

*/
.slider{
	position:relative;
	width: 100%;
	float: left;
}
.slider .flexslider .flex-direction-nav a:before,
.testimonialslider .flexslider .flex-direction-nav a:before {
	font-family:"FontAwesome";
	display:inline-block;
	content:'\f104';
}

.slider .flex-direction-nav a.flex-next:before,
.testimonialslider .flex-direction-nav a.flex-next:before {
	content:'\f105';
}

.slider .flexslider {
	background:none;
	margin-bottom:0;
	border:none;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	position:relative;
	-moz-box-shadow:0 0 0 0 #fff;
	-webkit-box-shadow:0 0 0 0 #fff;
	box-shadow:0 0 0 0 #fff;
}

.testimonialslider .flex-direction-nav a:before,
.slider .flex-direction-nav a:before {
	font-size:40px;
}
.testimonialslider .flex-direction-nav a,
.slider .flex-direction-nav a {
	height:60px;
}
.testimonialslider .flex-direction-nav a,
.slider .flex-direction-nav a {
	opacity:0;
	color:#fff;
}
.testimonialslider .flex-direction-nav .flex-prev,
.testimonialslider .flexslider:hover .flex-prev{
	left:-40px;
}

.testimonialslider .flex-direction-nav .flex-next,
.testimonialslider .flexslider:hover .flex-next{
	right:-40px;
	text-align:right;
}
.slider .flex-direction-nav .flex-prev {
	left:10px;
}

.slider .flex-direction-nav .flex-next {
	right:10px;
	text-align:right;
}
.slider .flexslider:hover .flex-prev {
	opacity:1;
	left:10px;
}

.slider .flexslider:hover .flex-next {
	opacity:1;
	right:10px;
}

.container.pos-abs {
	    bottom: 0;
	    float: none;
	    left: 0;
	    margin: 0 auto;
	    right: 0;
	    top: 0;
	}
	.pos-abs {
	    position: absolute;
	}
	
	.slider .slide-info {
/* 		background:none repeat scroll 0 0 #005f80; */
		
		color:#fff;
		padding:25px 20px;
		position:absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height:1;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		
		text-align: center;
	}
	.slider .slide-info h3{
		color: #ff3333;
		font-weight: bold;
		
		
	}
	.slider .slide-info p {
		font-weight: bold;
		padding:0;
		margin:0;
	}
	
	.slider .slide-info em {
		font-style:normal;
		text-transform:uppercase;
	}

/* 
	
	Social media styles
	
 */
.social-feed ul {
	list-style:none;
	padding-left:0;
}

#divRss ul {
	height:295px;
	overflow:hidden;
}

#divRss ul li {
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px solid #ccc;
}

#instagram-gallery img {
	width:100%;
	margin-right:8px;
}

#instagram-gallery a {
	padding-left:0;
	padding-right:8px;
	margin-bottom:8px;
}

/* 
	
	Photo swipe gallery 
	
*/
.my-simple-gallery {
	width:100%;
	float:left;
}

.my-simple-gallery img {
	width:100%;
	height:auto;
}