#sp-top-bar,
#sp-top-bar1, 
#sp-top-bar2 {
  font-size:16px!important;
  line-height: 20px!important;
  padding: 3px 0!important;
  background: #2e1902!important;
  color: #ffffff!important;
}


#sp-top-bar a,
#sp-top-bar a:visited {
  color: #ffffff!important;
  text-decoration: none!important;
}


#sp-top-bar a:hover {
  color: #ffffff!important;
  text-decoration: underline!important;
}

#sp-top-bar .social-icons a:link,
#sp-top1 .social-icons a:link {
  font-size: 25px!important;
  padding: 5px 0px 0px!important;
}

.sp-contact-info {
  padding: 4px 0px 0px 0px!important;
  }

/**************************************************/

body {
  min-height: 100%;
  background: url(/images/site/colored-wood-bkg2.jpg) rgba(255, 255, 255, 0.4);
  background-size: repeat;
  background-blend-mode: overlay;
  font-size: 18px!important;
  line-height: 30px!important;
}

#sp-header {
  /* height: 200px; You must set a specified height 
  padding-top: 30px;*/
  background-image: url("/images/site/colored-wood-bkg.jpg");
  background-size: repeat; 
}


/**************************************************/

/* menu and megamenu top level */

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > a:visited,
.sp-menu-separator                {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 18px!important;
  font-weight: semi-bold!important;
  color: #000000!important;
  text-decoration: none!important;
}

.sp-megamenu-parent > li > a:hover {
  text-decoration: none!important;
  color: #38687a!important;
}

.sp-megamenu-parent>li.active> a  {
  font-family: 'Open Sans', sans-serif!important;
  font-weight: semi-bold!important;
  color: #38687a!important;
}

.sp-megamenu-parent>li>span  {
  line-height: 60px!important;
}

/* mobile burger menu */

.burger-icon > span {background-color: #2e1902!important;
}

/*close all menu */


#sp-footer,
#sp-footer1,
#sp-footer2 {
  font-size: 16px!important;
  font-family:'Open Sans', sans-serif!important;
  line-height: 16pt!important;
  color: #ffffff!important;
  background: #2e1902!important;
}

/* tablet size */
@media screen and (max-width: 768px) {
  #sp-footer {
  font-size: 14px!important;
  line-height: 20px!important;
 }
}

/* phone size */
@media screen and (max-width: 640px) {
  #sp-footer {
  font-size: 14px!important;
  line-height: 20px!important;
 }
}