/*Removing top line from tables*/
tr td {border-top:none!important;}

/*Menu bar all uppercase*/
.uber-header.highlight-color .navbar-default .navbar-nav > li > a {
    color:#fff!important;
    font-weight:700;
}
.uber-header.highlight-color .navbar-default .navbar-nav > li {
    text-transform:uppercase;
    color:#fff!important;
    font-weight:700;
}

/*Removed carousel indicators*/
.carousel-indicators .active {
  background-color: transparent;
}
.carousel-indicators li {
  border: transparent;
}

/*Hide K2 email icon*/
div.itemToolbar ul li a.itemEmailLink {
  display: none!important;
}

/*Social media icon alignment*/
div.itemTwitterButton {    
	float:left;
	margin:2px 4px 0 0;
	padding: 0 0 0 0;
}
div.itemFacebookButton [style]{
	vertical-align: top!important;
}
div.itemFacebookButton {
    float:left;
    margin:2px 0 0 0;
    padding: 0 0 0 0;
    width: 60px;
}
div.itemSocialSharing {
   padding:0px 0;
}

/*Menu toggle turned white*/
.navbar-default .navbar-toggle {
      color:#fff!important;
}

/*Header re-size*/
.uber-header {
  height: auto !important;
}

/*Contact form send button re-coloured*/
ul.form-list #ac-submit {
	background-color: #135f30;
}
ul.form-list #ac-submit:hover, ul.form-list #ac-submit:focus, ul.form-list #ac-submit:active {
  background-color: #135f30;
}

/*Message field resized*/
ul.form-list li .input-box textarea {
  height: 100px;  
}

/*Header section re-coloured*/
.section-inner {
  background-color: #FFFFFF !important;
}

/*Centralise header*/
.carousel-inner > .item > img{margin-left:auto !important;margin-right: auto !important;}

/*Text content background re-coloured white*/
div.t3-content {
  background-color: #fff!important;
}

/*Article/item curved border corners*/
div.t3-content {
  border-radius: 25px;
}

/*Bold and underlined hyperlinks except menu item*/
a:link {
  	font-weight: bold;
	text-decoration: underline;
}
.uber-header.highlight-color .navbar-default .navbar-nav > li > a {
    text-decoration: none!important;
}
.uber-header.highlight-color .navbar-default .navbar-nav > li {
    text-decoration: none!important;
}
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
  text-decoration: none!important;
}

/*Sticky menu*/
.uber-header {
  position: sticky!important;
}

/*Transparent toolbar*/
div.itemToolbar {
  background: transparent !important;
}

/*More in this category hidden*/
div.itemNavigation {
  display: none!important;
}

/*Curved menu bar*/
.uber-header.highlight-color {
  border-radius: 25px!important;
}
