/*!
 * Chinatefler Theme - Custom Styling
 * Integrated custom CSS for ChinaTEFLer site
 */

/* Making footer text white */
#footer-sidebar h1,
#footer-sidebar a {
    color: white;
}

.site-footer {
    background-color: #000;
    color: white;
}

.site-info,
div.site-info a {
    background-color: darkred;
    color: white;
}

#masthead {
    background-color: darkred;
}

.header-main {
    background-color: black;
    min-height: 80px;
}

#supplementary {
    padding: 0;
}

.page-title {
    font-size: 2em;
    font-weight: normal;
}

/* Custom signup button styling */
.signupContainer {
    text-align: center;
}

.coolSignupButton {
    background-color: #ff0000 !important;
    text-align: center;
    font-size: 1.2em !important;
    font-weight: bold;
    padding: 25px !important;
    border-radius: 10px;
    display: inline-block;
}

button:hover {
    background-color: #ff6666 !important;
}

/* Featured Content Styling - Black backgrounds */
.featured-content .entry-header {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.featured-content .entry-header:hover {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.featured-content a {
    color: #ffffff !important;
}

.featured-content a:hover {
    color: #ffffff !important;
}

.featured-content .entry-meta {
    color: #ffffff !important;
}

.featured-content .hentry:hover .entry-header {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

/* Search button hover styling */
.search-toggle {
    background-color: #000000 !important;
}

.search-toggle:hover,
.search-toggle:focus {
    background-color: #ff0000 !important;
}

.search-box {
    background-color: #ff0000 !important;
}

/* Responsive video styling for Facebook videos */
@media screen and (max-width: 350px) {
    .fbvid {
        height: 160px;
    }
}

@media screen and (max-width: 400px) and (min-width: 351px) {
    .fbvid {
        height: 200px;
    }
}

@media screen and (max-width: 500px) and (min-width: 401px) {
    .fbvid {
        height: 255px;
    }
}

@media screen and (max-width: 600px) and (min-width: 501px) {
    .fbvid {
        height: 310px;
    }
}

@media screen and (max-width: 680px) and (min-width: 600px) {
    .fbvid {
        height: 350px;
    }
}

@media screen and (max-width: 900px) and (min-width: 681px) {
    .fbvid {
        height: 270px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 900px) {
    .fbvid {
        height: 350px;
    }
}

@media screen and (min-width: 1101px) {
    .fbvid {
        height: 300px;
    }
}

@media screen and (min-width: 1401px) {
    .fbvid {
        height: 500px;
    }
}
