/* Themify Customize Styling */
body {	background: none;
	background-color: #000000; 
}
h3 {		font-size:25px;
 
}
body[class*="themify"] #site-logo a img {		width: 450px; 
}
#main-nav a {		font-weight:800;
 
}
#footer-logo a {		font-size:22px;
 
}
#footer {	
	color: #ffffff; 
}
@media screen and (max-width: 1280px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 450px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 450px; 
}
 }
/* Themify Custom CSS */
#site-logo{
	padding-top:20px;
	text-align:center;
}
.top-menu {
    height: 80px;
    width: 100%;
    background-color: #faab18;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);

}
#main-nav a{
	    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
}
.top-menu-wrapper {
    text-align: right;
    padding-top: 2%;
    padding-right: 5%;
}

.nav-menu-top {
    right: 0!important;
}

#primary-menu a {
    text-transform: uppercase;
    color: white;
	  font-weight: 900;
}
.sub-menu{
	display:none!important;
	  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
	margin-right:auto;
	margin-left:auto;
	transition: all 0.3s linear;

} 
.sub-menu li a{
	color:black!important;
	text-align:center;
}
.menu-item-has-children:hover .sub-menu{
	display:block!important;
}
#primary-menu a:hover {
    text-decoration: none;
}

.top-menu ul , .top-menu li{
    list-style-type: none;
display:inline-block;
}
.top-menu li{
padding-right:25px;
}
#header{
	padding-top:0;
		padding-right:0;
	padding-left:0;
}
#course_progress_details{
	display:none;
}
#primary-menu li:after{
	content:"";
		background-color:black;
transition: width 0.3s linear;

	display:block;
	margin-right:auto;
	margin-left:auto;
	height:0;
	width:0;
}
#primary-menu li:hover:after{
		transition: all 0.3s linear;



	width:50px;
	height:3px;
}


.sub-menu li {
	padding-right:0;
	font-size:15px;
}
.ld-lesson-status .ld-breadcrumbs {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	border-radius:0 0 10px 10px;
}
.Categories-nav a{
	font-size:20px!important;
}
.full_width #layout{
	padding-top:30px;
	padding-left:100px;
	padding-right:100px;
}
.learndash .post-video{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	border-radius:10px
}


@media only screen and (max-width: 700px) {
.full_width #layout{
	padding-top:30px;
	padding-left:50px;
	padding-right:50px;
}  
}


.featured_image_module img {
    height: auto !important;
	width:100% !important;
}

@media only screen and (max-width: 800px){
.module_container {
    width: 65% !important;
}
	.full_width #content {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
	.course_info {
	/*	width:65% !important;*/
		padding-top:30px !important;
		padding-bottom:35px !important;
	}
	.course-link h1 {
    display:none !important;
}
}

.progression h5{color:white; line-height:18px !important}


.sidebar-none #content {

    padding-top: 25px;
}

#menu-item-2927{padding:0 10px !important;}