/* LIGHT VERSION of Dropdown (add the "light" class to .sf-menu to activate) */
.sf-menu.light li li:hover, .sf-menu.light li li.sfHover, .sf-menu.light li li:focus, .sf-menu.light li li:hover, .sf-menu.light li li:active {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.sf-menu.light li li {
	background: rgb(255,255,255);  /* BG Color for the dropdown */
	background: rgba(247,247,247,0.98);
 -webkit-border-top: 1px solid rgba(255, 255, 255, 0.9); /* Top/Bottom border for the dropdown links */
    -moz-border-top: 1px solid rgba(255, 255, 255, 0.9);
      -o-border-top: 1px solid rgba(255, 255, 255, 0.9);
		 border-top: 1px solid rgba(255, 255, 255, 0.9);
	-webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	   -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	     -o-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	  -webkit-border-left: 1px solid rgba(0, 0, 0, 0.1); /* Left/Right border for visibility */
	     -moz-border-left: 1px solid rgba(0, 0, 0, 0.1);
		   -o-border-left: 1px solid rgba(0, 0, 0, 0.1);
			  border-left: 1px solid rgba(0, 0, 0, 0.1);
	 -webkit-border-right: 1px solid rgba(0, 0, 0, 0.1);
	    -moz-border-right: 1px solid rgba(0, 0, 0, 0.1);
	      -o-border-right: 1px solid rgba(0, 0, 0, 0.1);
			 border-right: 1px solid rgba(0, 0, 0, 0.1);
}


body, #section-content .container, #section-header .container{color: #000;}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h1, h2, h3, h4, h5, h6, 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h4, h4 a, #content h4 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .slide a, .fp_caption, .fp_caption strong, .header_blurb, .module-meta h4 a, .portfolio-filters .button, .title, .supertagline, .fp_caption, .su-heading-style-2 .su-heading-shell{
   color: #000;
}

#section-tophat .container, #section-footer .container, #section-sub-footer .container{border: 0px;}

/* Set some light borders between each main color shift on the site layout
body #section-tophat{border-bottom: 1px solid rgba(255,255,255,0.15) !important;}
body #section-header{border-bottom: 1px solid rgba(255,255,255,0.15) !important;}
body #section-slider {border-bottom: 1px solid rgba(255,255,255,0.08) !important;}
body #section-footer {border-top: 1px solid rgba(255,255,255,0.05) !important;}
body #section-sub-footer {border-top: 1px solid rgba(255,255,255,0.2) !important;} */

.tabs li a{color: #111;}

#section-slider {
    box-shadow: none !important;
    margin-top: 40px;
}

.sf-menu > li > a strong, h1#logo {
    color: #000;
}
.slide h5 a {
    color: #ffffff !important;
}
.sf-menu > li a span {
    color: #6D6D6D;
}

.widget_nav_menu li {
    border-top: 1px dotted rgba(255,255,255,0.08);
    padding-top: 13px;
}

#logo > span {
   display: none;
}

.hr3 {
    margin-bottom: 13px;
    margin-top: 13px !important;
}
.hr2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
}

#section-sub-footer {
    position: inherit !important;
}

.su-tabs-style-2 .su-tabs-nav span {
    background: none repeat scroll 0 0 #222222;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
}
.su-tabs-style-2 .su-tabs-nav span.su-tabs-current {
  background: none repeat scroll 0 0 #444444;
}

/* FORMS */
.contactform .wpcf7-form-control-wrap input, .contactform .wpcf7-form-control-wrap textarea {
    background-color: #333333;
    color: #ffffff;
    border: 1px solid #222222;
}

/*
input[type="text"], input[type="password"], input[type="email"], textarea, select, #searchform input, input {
    background-color: #333333;
    color: #ffffff;
    border: 1px solid #222222;
}
*/

input[type="text"], input[type="password"], input[type="email"], textarea, select, #searchform input, input {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #666;
}

.pptwj-tabs-wrap .boxes ul li {
  background: none repeat scroll 0 0 #333333 !important;
}
.pptwj-tabs-wrap .boxes ul li a {
  color: #FFFFFF;
}
.pptwj-tabs-wrap .tab-links {
  background: none repeat scroll 0 0 transparent;
}
.pptwj-tabs-wrap .boxes ul li {
  border-bottom: 1px solid #111111;
}

/* SHORTCODES */
table td {
  background: none repeat scroll 0 0 #333333;
  border-top: 1px solid #777777;
  color: #333333;
  padding: 8px;
}

table tbody tr:hover td {
  background: none repeat scroll 0 0 #333333;
}



/* CUSTOM SIDEBAR MENU */
.widget_nav_menu h3 {
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-top: 10px;
}
.widget_nav_menu .menu a {
  color: #FFFFFF;
}
.widget_nav_menu li {
    border-bottom-color: #111111 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    padding-left: 10px;
    background-color: #333333 !important;
    margin-bottom: 0;
    padding-bottom: 13px;
    padding-top: 13px;
}
.widget_nav_menu li:last-child {
  border-bottom-color: transparent !important;
  border-bottom-style: none !important;
  border-bottom-width: 0 !important;
  border-radius: 0px 0px 3px 3px;
}
.widget_nav_menu li {
  border-top-color: transparent !important;
  border-top-style: none !important;
  border-top-width: 0px !important;
}


.widget_nav_menu {
  border-radius: 3px !important;
  border: 1px solid #333 !important;
  box-shadow: 0 0 3px #000000;
}
.widget_nav_menu, .widget_nav_menu .menu {
  margin-bottom: 0px !important;
}
.widget_nav_menu hr.partial-bottom {
  display: none;
}