/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */
.visual-form-builder-container {
overflow:hidden;}
#loopedSlider.business-slider, #loopedSlider.business-slider .container {
   width: 100%!important;
   heigth: 450px!important;
}

#loopedSlider {
margin-bottom: 0px!important;
margin-top: 0px!important;
}

#loopedSlider {
 margin: 0 auto 0px;
}

img {
border: 0!important;
}
@media only screen and (min-width: 768px) {
#navigation {
margin-bottom:0px!important;
position: relative;
}

#main-nav {
     clear: left;
     float: left;
     list-style: none;
     margin: 0;
     padding: 0;
     position: relative;
     left: 50%;
     text-align: center;
}

.nav li {
     display: block;
     float: left;
     list-style: none;
     margin: 0;
     padding: 0;
     position: relative;
     right: 50%;
}

.nav li.hover, .nav li.hover {
     position: relative;
}

.nav li ul li {
     left: 0;
}
.entry-title {
  top:35px;
  left:35px;
  width: 100%;
  height: 70px!important;   
  position: relative;  
  z-index : 1;
  font-size: 34px!important;
  font-weight: 700!important;
  line-spacing: 10px!important;
}

.entry-title:before {
  top:35px
  left:35px;  
  content : "";
  position: absolute;
  left    : 0;
  bottom  : 0;
  height  : 85px!important;
  width   : 10%;  /* or 100px */
  border-top:4px solid #009486;
}
.menu-item a:hover {
 -webkit-box-shadow: inset 0 4px 0px 0px rgba(0,148,134,1);
    -moz-box-shadow: inset 0 4px 0px 0px rgba(0,148,134,1);
    box-shadow: inset 0 4px 0px 0px rgba(0,148,134,1);
-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
   -ms-transition: 0.3s;
  -o-transition: all 0.3s;
   transition: all 0.3s;
}
.menu-item a:active, .nav li.current_page_item a {
 -webkit-box-shadow: inset 0 4px 0px 0px rgba(0,148,134,1);
    -moz-box-shadow: inset 0 4px 0px 0px rgba(0,148,134,1);
    box-shadow: inset 0 4px 0px 0px rgba(0,148,134,1);
}
#logo { 
width:100%;
text-align:center;
}

.course-outline {
background-color:#3fa535;
padding-left: 45px;
line-height: 16px;
width:100%;
height:100%!important;
max-height:652px;

}
.course-outline-links, a.course-outline-links {
color:#FFFFFF;
vertical-align: middle;
}
}
.nocomments {
     display: none;
}

.social [class*="fa fa-"] {
    background-color: #3fa535;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height:40px;
    margin: auto 3px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

.footer-contact {
text-align: center;
text-decoration: none;
}

.boxed-layout #content {
margin:0!important;
padding:0!important;
}


.twocol-one {
margin: 0!important;
padding: 0!important;
max-height:650px!important;
}

.threecol-one {
text-align:center;
margin-bottom: 0!important;
padding-bottom: 0!important;
}

.fourcol-one {
text-align:center;
}

.fivecol-one {
text-align:center;
margin-bottom: 0!important;
padding-bottom: 0!important;
}





.header-back {background-color: #3fa535;width:100%;color:#FFFFFF;line-height:40px;}

.col-full col-2, #footer-widgets {
border: 0px;
}

a.woo-sc-button.custom {
text-transform:none!important;
font-weight:500!important;
font-size: 16px;
}



@media only screen and (max-width: 768px) {
  /* mobile styles go below this line */
  .nav li{
    width:100%;
    text-align: left;
}
#navigation {
margin-top:0px!important;
  }

h3 {
font-size:16px;
}
.menu-item a:active, .nav li.current_page_item a {
color:#3fa535!important;
}
.course-outline {
background-color:#3fa535;
padding-left: 5px;
line-height: 10px;
width:100%;

}
.course-outline-links, a.course-outline-links {
font-size: 14px;
color:#FFFFFF;
vertical-align: middle;
}
}
 


/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */


	
}