/*
Theme Name:   Rose Academy of Ballet Theme
Theme URI:    http://theme.wordpress.com/
Description:  Rose Academy of Ballet custom theme.
Author:       Robert Van Sant
Version:      1.1
License: 	  GPL  v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: 		  grid, responsive, 1140px
Text Domain:  roseacademyofballet
*/
body {
    font-family: Arial, Helvetica, sans-serif;
}
a, a:hover {
    text-decoration: none;
}

.rab-logo h1 a {
    width: 325px;
    height: 215px;
    display: block;
    text-indent: -9999px;
    background: url(/wp-content/uploads/2016/07/RAB_logo.jpg) no-repeat -25px;
    background-size: 323px 200px;
}

header .header-text {
    margin-top: 100px;
    color: #A9A9A9;
}

nav {
    background-color: #000;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-item a:hover,
.navbar-dark .navbar-nav .nav-item.active a,
.homepage-message-link,
.homepage-message-link:hover {
    color: #ff00ff;
    text-decoration: none;
}

.homepage-message-link {
    font-size: 13px;
}

#main-navigation {
    text-align: center;
    margin: 0 10px;
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 125px;
    text-transform: uppercase;
}

.dropdown-menu {
    background-color: rgba( 0, 0, 0, 0.5 );
    margin-top: -2px;
}

.dropdown-item, .nav-item a {
    color: #fff;
}

.navbar .dropdown-toggle:after{
    display: none;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.footer-container {
    min-height: 125px;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.footer-container ul li {
    list-style: none;
}

.footer-container ul li:first-child {
    margin: 40px 0 0;
}

.homepage-images {
    text-align: center;
    /*min-height: 768px;*/
}

ul {
    list-style-type: none;
}

.social {
    display: inline-block;
    position: relative;
    top: 100px;
    margin-right: 50px;
}

.social-icon {
    float: left;
}

.social-icon img {
    padding-right: 10px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    left: 5px;
    width: 45px;
    height: auto;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.homepage-images .homepage-image  {
    position: relative;
    padding: 0;
    height: auto;
}

.homepage-image-item {
    min-height: 555px;
    display: block;
}

.glass {
    vertical-align: bottom;
    width: 100%;
    height: 35%;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    background-color: rgba( 255, 255, 255, 0.5 );
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-height: 200px;
    border-top: 1px solid #ccc;
}

.homepage-message h4 {
    color: #ff00ff;
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0 15px;
}

.homepage-message p {
    padding: 0 15px;
}

.column-no-overflow {
    overflow: hidden;
}

.single-post #col-2 .entry, #col-1 ul.sidebar-nav {
    margin-top: 20px;
}

#col-1, #col-2, #col-3 {
    min-height: 788px;
    display: block;
}
/* Post background colors START */

/* COL-1 START */
.faculty #col-1 {
    background-color: #F3F3DF;
}

.about #col-1 {
    background-color: #EBF1EE;
}

.registration #col-1 {
    background-color: #CCCCFF;
}
/* COL-1 END */

/* COL-2/COL-3 START */
.faculty #col-2, .faculty #col-3 {
    background-color: #EDEDCF;
}

.about #col-2, .about #col-3,
#col-2, #col-3 {
    background-color: #E3EBE6;
}

.registration #col-2, .registration #col-3 {
    background-color: #D5D0DC;
}
/* COL-2/COL-3 END */

/* BODY LINKS COL-1 AND COL-2 START */
.faculty #col-1 li a {
    color: #b9b09e;
}

.about #col-1 li a,
#col-1 li a {
    color: #7EAA95;
}

.registration #col-1 li a {
    color: #A093AF;
}

.faculty #col-1 li a:hover, .faculty #col-2 p:first-child {
    color: #8b7c5e;
}

.about #col-1 li a:hover, .about #col-2 p:first-child,
#col-1 li a:hover, #col-2 p:first-child {
    color: #28724F;
}

.registration #col-1 li a:hover, .registration #col-2 p:first-child {
    color: #614b79;
}
/* BODY LINKS COL-1 AND COL-2 END */

/* Post background colors END */

#col-1 li a.active {
    color: #000;
}

ul.sidebar-subnav {
    margin: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}


@media (min-width: 992px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: none;
    }

    .navbar-nav .nav-item {
        float: none;
    }
}

@media (max-width: 768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    header .header-text {
        margin-top: 0;
    }

    .social, .social-icon img {
        margin-top: 0;
        top: 0;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        text-align: center;
    }
}

@media only screen and ( max-width:480px ) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        display: block !important;
        text-align: center;
    }

    .dropdown-item a {
        color: #ccaf0b;
    }

    #col-1, #col-2, #col-3 {
        min-height: 0;
        display: block;
        width: 100%
    }

    /* Background Colors */
    .faculty #col-1, .faculty .content-bkg {
        background-color: #F3F3DF;
    }

    .about #col-1, #col-1, .content-bkg {
        background-color: #EBF1EE;
    }

    .registration #col-1, .registration .content-bkg {
        background-color: #CCCCFF;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        display: block !important;
        text-align: center;
    }

    .dropdown-item a {
        color: #ccaf0b;
    }

    #col-1, #col-2, #col-3 {
        min-height: 0;
        display: block;
        width: 100%
    }

    /* Background Colors */
    .faculty #col-1 {
        background-color: #F3F3DF;
    }

    .about #col-1 {
        background-color: #EBF1EE;
    }

    .registration #col-1 {
        background-color: #CCCCFF;
    }
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}