/*
Theme Name:   CFA Child Theme - Dance
Description:  Child theme, based on CFA Theme
Author:       R Hylton
Author URI:   http://rhylton.com
Template:     cvatd-2014-wp-theme
 */


div.page-left-nav {
  margin-top: 130px;
}

.tablepress {
	width: 100%;
}

@media screen and (max-width: 1200px) {
  .nav>li>a {
    padding: 10px 10px;
    }
}
/* Fix Carousel buttons on Mobile */
a.carousel-control.left, a.carousel-control.right {
    z-index: 99;
}
 a.carousel-control.left {
  height: 80%;
 }
footer {
  padding-bottom: 0px;
}

/*Dropdown Menu*/
/* Dropdown Button */
.dropbtn {
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
	margin-bottom: 0 !important;
}

/* Links inside the dropdown */
.dropdown-content a {
    font-family: 'Open Sans',sans-serif;
    font-weight: 100;
    letter-spacing: .02em;
    display: block;
    padding: 7px 11px;
    color: #fff;
    background: rgba(0,0,0,.7);
    text-decoration: none;
    white-space: nowrap;
	margin-bottom: 0 !important;
	line-height: 1;
	font-size: 14px;
}

.dropdown-content a:hover {
	background-color: rgb(120, 47, 64);
}
/* Change color of dropdown links on hover 
.dropdown-content a:hover {background-color: #f1f1f1}
*/
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
 /*   background-color: #3e8e41; */
}

/*END DROP-DOWN*/


/* Footer Styles */
#main-footer {
  border-bottom: 1px #23282D solid;
  padding-bottom: 40px;
}

#fsu-footer {
  background-color: #f2f2f2;
  border-top: 1px #aaa solid;
  color: #333;
  padding: 20px 0;
  font-size: 13px;
  line-height: 18px;
}
.footer-social {
  float: right;
}
ul.footer-social {
  padding-top: 8px;
}

.footer-social li {
  float: left;
}

.footer-social>li>a {
  line-height: 1;
  display: block;
  padding: 0;
  margin: 0 0 0 8px;
}
a:hover .fa-facebook-square {
    color: #3b5998;
}
a:hover .fa-twitter-square {
    color: #00aced;
}
a:hover .fa-youtube-square {
    color: #bb0000;
}
a:hover .fa-linkedin-square {
    color: #007bb6;
}


img#wpstats {
    visibility: hidden;
    height: 0px;
}

.videoWrapper {
position: relative;
padding-bottom: 56.25%; / 16:9 /
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Images */
img[class*="wp-image-"] {
    height: auto;
    max-width: 100%;
}

/* Iframes */
iframe[class*="wp-embedded"] {
  width: 100%;
}

