/*
Theme Name: Rhythm Child
Theme URI: http://themeforest.net/user/JoiThemes/
Author: JoiThemes
Author URI: http://themeforest.net/user/JoiThemes/
Template:  rhythm
Description: Powerful Theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: rhythm
Tags:
*/

.history-container .section-text {color: #fff !important;}
.history-container .tpl-minimal-tabs li.active a, .tpl-minimal-tabs li.active a:hover {
    border: 1px solid #fff !important;
    background: none !important;
    color: #fff;
    cursor: default;
}

.history-container .tpl-minimal-tabs > li > a {
    padding: 6px 20px 5px;
    text-decoration: none;
    color: #fff;
    background: none;
    border: 1px solid transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

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

.certification-logos {margin-top: 30px;}
.certification-logos img {margin: 0 20px;}

.lithium-tabs .tpl-minimal-tabs > li > a {border-color: #000 !important;}
*:target {margin-top: -100px; padding-top: 100px;}

@media screen and (max-width: 992px) {
    .mobile-bottom-margin {
        margin-bottom: 30px !important;
    }
    .lithium-tabs ul {text-align: center;}
    .lithium-tabs li { margin: 10px; text-align: center; display: inline-block; float: none; }
    .mobile-no-margin hr {margin: 20px 0 !important;}
}