

/*MAIN logo placement*/
#sp-header .logo {
            margin: 20px -110px 20px 20px !important;
}


/*MOBILE MENU displays all drop down main menu items on off canvas menu module-responsive view*/
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {display: block !important;
}

/*MOBILE OFF CANVAS MENU toggler & font size*/

#offcanvas-toggler {
    float: right;
    line-height: 0px;
    font-size: 40px !important;
   margin-right: 25px!important;
}

/*FONT+LINK COLORS*/
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #6f9c5b !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #6f9c5b!important;
}

/*horiz rule color*/
hr {
    color: #6f9c5b!important;
}

/*search button color*/
.btn-primary, .sppb-btn-primary {
    border-color: #2f332c;
    background-color: #2f332c;
}

#sp-bottom .sp-module .sp-module-title {
       color: #ffffff !important;
}
/*makes video responsive*/
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 10px;
    border: none;
    padding: 0px;
    border-radius: none;
}




