/* Enter Your Custom CSS Here */
body.home {
  background-color: #000000 !important;
}

.site {
  max-width: 100% !important;
}

.site-branding {
  padding: 10px 0 10px;
}

.entry-content {
  border-top: none;
}

.header-search {
  float: none;
  width: 100%;
}

#menu .menu-header-menu1-container {
  float: none;
  width: 100%;
}

#menu ul {
  margin: 20px 0 0 0;
}

#menu ul li {
  display: inline-block;
  border: 1px solid #000000;
  padding: 0;
  width: 33%;
}

#menu ul li a {
  display: block;
  padding: 20px;
  text-align: center;
}

#menu ul li:hover {
  background-color: #000000;
}

#menu ul li:hover a {
  color: #ffffff;
}

.site-header {
  display: none;
}

.home .header-logo-image img {
  opacity: 0.8;
}

.home .slider-bg {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center center;
}

header.site-header {
   margin: 0 auto;
   position: relative;
   z-index: 1000;
}

.home .header-logo-image {
  bottom: 0;
  margin: 30px;
  max-width: 350px;
  position: absolute;
  right: 0;
  z-index: 1000;
}

.header-logo-image {
  float: none;
  margin: 0 auto;
}

.site-content {
  max-width: 960px;
  margin: 0 auto;
}

.page-id-112 .site-content {
  max-width: 100%;
}

.gallery.row {
  margin: 0;
}

.gallery .minimax_column {
  padding: 0;
}

.w3eden .gallery .img-thumbnail {
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.w3eden .gallery h1 {
  padding: 10px 0;
  position: absolute;
  bottom: 5px;
  font-size: 1.8em;
  right: 20px;
  opacity: 0.9;
}

.w3eden .gallery h1 a {
  color: #ffffff;
}

.w3eden .img-thumbnail {
  border: none;
}

article.page {
  margin: 0;
  padding: 0;
}

.page-id-112 .entry-header{
  display: none;
}

.page-id-112 .entry-content {
  padding: 0;
}

.minimax_image {
  text-align: center;
}

.minimax_image h1, .minimax_image h2, .minimax_image h3, .minimax_image h4 {
  margin: 0 !important;
  text-align: center!important;
}

.w3eden h1 {
  font-size: 1.2em;
}

.site-content {
  min-height: 0;
}

.header-logo-image {
  max-width: 200px;
}

.entry-content {
  padding: 30px 0 20px 0;
}

/*
.site-branding {
  padding: 50px 0 10px 0px;
}*/

/* HOME PAGE */

.home .entry-content {
  padding: 5px 0 0;
}

.site-content {
  padding: 0px 0 0px;
}

/* HOME PAGE CONTROLLERS */

#controllers {
  position: fixed;
  bottom: 50%;
}

#controllers > a {
  display: none;
}

#controllers .controller {
  margin: 0 20px;
}

#controllers .controller .left {
  left: 0;
  position: absolute;
}

#controllers .controller .right {
  right: 0;
  position: absolute;
}

#controllers .controller .left > a {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("http://www.jabdev.com.au/wp-content/uploads/sites/178/2016/08/left3.png");
  background-repeat: no-repeat;
  height: 70px;
  width: 60px;
}

#controllers .controller .right > a {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("http://www.jabdev.com.au/wp-content/uploads/sites/178/2016/08/right3.png");
  background-repeat: no-repeat;
  height: 70px;
  width: 60px;
}

/* WIDGET FONT */

.widget {
  text-align: justify;
}

/* FOOTER */
.site-footer {
  padding: 5px;
}

/* SUBFOLDER SLIDER */
.page-template-subfolder-page .ug-slider-control.ug-arrow-left.ug-skin-default {
  background-image: url('http://jabdev.staging.hubstar.com.au/wp-content/uploads/sites/155/2017/03/left-arrow.png');
  background-size: 100% auto;
  background-position: center;
  width: 21px;
  height: 72px;
  opacity: 0.8;
}
.page-template-subfolder-page .ug-slider-control.ug-arrow-right.ug-skin-default {
  background-image: url('http://jabdev.staging.hubstar.com.au/wp-content/uploads/sites/155/2017/03/right-arrow.png');
  background-size: 100% auto;
  background-position: center;
  width: 21px;
  height: 72px;
  opacity: 0.8;
}
.page-template-subfolder-page .ug-arrow-left.ug-skin-default.ug-arrow-hover, .page-template-subfolder-page .ug-arrow-right.ug-skin-default.ug-arrow-hover {
  background-position: center;
}
#controllers .controller .right > a {
  background-image: url('http://jabdev.staging.hubstar.com.au/wp-content/uploads/sites/155/2017/03/right-arrow.png');
  background-size: 100% auto;
  background-position: center;
  width: 21px;
  height: 72px;
  opacity: 0.8;
}
#controllers .controller .left > a {
    background-image: url('http://jabdev.staging.hubstar.com.au/wp-content/uploads/sites/155/2017/03/left-arrow.png');
  background-size: 100% auto;
  background-position: center;
  width: 21px;
  height: 72px;
  opacity: 0.8;
}