/*
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:
*/

h1 {
	font-size: 40px !important;
	font-family: Dosis !important;
	line-height: 10px;
	text-transform: uppercase;
	 text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.5);
}
h2 {
	font-size: 25px !important;
}
h3 {
	font-size: 20px !important;
}

.main-nav {
	padding-top: 14px !important;
}
#primary-nav li a {
	font-size: 14px !important;
	font-weight: thin !important;
}

/* Nav logo width on scroll */
.nav-logo-wrap .logo .small-height {
	min-width: 100px !important;
}

/*------------------------- */

.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;}
}

/* ---------- Nav CTA Styling ---------- */
.btn-mod.btn-circle {
	background-color: #eba12e !important;
	color: black;
	border-radius: 0 0 0 0;
}
.btn-mod.btn-circle:hover {
	background-color: black !important;
	color: #eba12e !important;
}

/* ---------- Footer CTA First Button Styling ---------- */
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:nth-child(-n + 1) {
	background-color: #eba12e !important;
	color: black !important;
	border: 0px;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:nth-child(-n + 1):hover {
	background-color: #000 !important;
	color: #eba12e !important;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    color: black !important;
    background-color: #eba12e !important;
    border: 0px !important;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
	background-color: #000 !important;
	color: #eba12e !important;
}
/* ---------- All Icons Styling ---------- */
.alt-features-icon {
	color: #eba12e !important;
}

/* ---------- Home Hero Buttons ---------- */
.h-hero-btn {
	padding: 0px 20px 0px 0px !important;
}
.h-hero-btn > a {
	border: 0px !important;
	padding: 6.5px 40px 9px 40px !important;
	color: black !important;
	font-weight: 500;
	width: 100% !important;
	height: 100% !important;
	background-image: unset !important;
	background-color: #eba12e !important;
}
.h-hero-btn > a:hover {
	background-color: black !important;
	color: #eba12e !important;
}

/*.btn-mod.btn-medium.btn-cta2 {
	padding: 8px 37px;
    background-color: #eba12e;
	color: #000;
} */
/* -------------------------------------- */

.top-bar.dark .top-links li a{
    color: #000;
}

.main-nav.dark .inner-nav ul>li>a {
    color: #fff;
}

.nav-logo-wrap .logo {
    display: table-cell;
    vertical-align: middle;
    max-width: 220px;
    height: 80px;
}

/* ---------- All new button styles ---------- */
.button {
	background-color: #eba12e !important;
	color: #000 !important;
	border: 0px;
	padding: 0px 24px 0px 24px;
	font-weight: normal;
}
.button > a {
	width: 100% !important;
	height: 100% !important;
	background-image: unset !important;
	background-color: transparent !important;
}
.button > a:hover {
	transition-duration: 0ms !important;
	
	color: #eba12e !important;
}
.button:hover {
	transition-duration: 200ms !important;
	background-color: #000 !important;
	color: #eba12e !important;
}

/*.btn {
	background-color: #eba12e !important;
	color: #000 !important;
	border: 0px;
	padding: 8px 37px 8px 37px !important;
}
.btn > a  {
    background-image: unset !important;
	
} */
/* ------------------------------------------- */

/* ---------- Post read more buttons ---------- */
.btn-mod.btn-small {
    padding: 6px 17px;
    font-size: 11px;
    letter-spacing: 1px;
    color: black;
    background-color: #eba12e;
}
.btn-mod.btn-small:hover {
    color: #eba12e;
    background-color: black;
}
/* -------------------------------------------- */

.formcraft-css .fc-form.label-floating .form-element .submit-cover .submit-button {
	color: black !important;
}

.tpl-tabs-wrapper.ts-tabs .tpl-minimal-tabs li.active a {
    background-color: #eba12e !important;
	border-color:#eba12e !important;
}