/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/

/* Code for Custom Font */
@font-face {font-family: "Sage Headline";src: url("css/fonts/SageHeadline-Black.ttf") format("truetype");}
@font-face {font-family: "Sage Text";src: url("css/fonts/SageText-Regular.ttf") format("truetype");}
@font-face {font-family: "SageText-Bold";src: url("css/fonts/SageText-Bold.ttf") format("truetype");}
@font-face {font-family: "SageText-BoldItalic";src: url("css/fonts/SageText-BoldItalic.ttf") format("truetype");}
@font-face {font-family: "SageText-Light";src: url("css/fonts/SageText-Light.ttf") format("truetype");}
@font-face {font-family: "SageUI-Regular";src: url("css/fonts/SageUI-Regular.ttf") format("truetype");}
/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/
:root {
    --primary-green:#00D639;
    --primary-brand:#3CBD5E;
}
body {
    font-family:SageUI-Regular;
}

#show-lockstep-notification{
    font-size:20px;
    line-height:1.5;
    color:black;
    background: white;
    padding-top: 15px;
    padding-bottom: 15px;

}

@media handheld,only screen and (max-width:576px){
	#show-lockstep-notification .center-just
	{
		text-align:center;
	}	
}

.font-32{
    font-size:32px;
    line-height:1.5;
}

.text-black
{
    color:#000000 !important;
}
.sage-text{
    color:#00D639;
}

.sage-text-white{
    color:#fff;
}
#show-lockstep-notification .hdr-lrn-more-button
{
    border: 1px solid black;
    border-radius: 100px;
    font-size: 20px;
    line-height: 1.5;
    margin-left: 20px;
    padding: 4px 12px 4px 12px;
    background: transparent;
}

.bg-primary-green{
 background:var(--primary-green);   
}

/* Home Page Sections */
/* Accordian */
#product-capabilities .vc_tta-tab a {
  border: 2px solid black;
  border-radius: 16px;
  margin: 16px auto;
}

#product-capabilities .vc_tta-tab.vc_active a {
  border: 2px solid var(--primary-green);
  border-radius: 16px;
  margin: 16px auto;
  background: white;
  color: black;
}
.green-button
{
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
    background: var(--primary-brand);
    color: white;
    border-radius: 50px;
    border: 1px solid transparent;
    padding: 10px;
    font-family:Sage Text;
}