/* Logo in header*/
.navbar-header {
  height: 200px;
padding: 0 0 0 300px;
    margin-bottom:45px;
}
.admin-bar .navbar.default, .admin-bar .navbar.fixed {
    top: 0;
}
.offset3 {
    padding-top: 340px;
}
/* Menu*/
.navbar, .navbar .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0 0 0;
  letter-spacing: 3px;
}
.inner {
    padding-top: 10px;
}

/* Space*/
.light-wrapper .inner {
  padding-top: 0px;
padding-bottom: 20px;
}
.dark-wrapper .inner {
  padding-top: 0px;
padding-bottom: 20px;
}

/* Footer padding*/
.inner {
    padding-top: 30px;
    padding-bottom: 30px;
}
/* Google maps*/
.text-widget iframe {
    max-width: 100%;
}

/* Events*/
.vc_general.vc_cta3 {
padding: 0px 10px 0 10px;
  height: 175px;
  margin: 5px !important;
}
.vc_cta3-container {
    margin-bottom: 5px;
}

.vc_general.vc_cta33 {
    padding: 0px 10px;
    height: 220px;
    margin: 5px !important;
}
  
/* Events text*/
.alignleft {
    margin: 0px 20px 10px 10px !important;
}
/* Events on mobile*/
@media only screen and (max-width : 768px) {
    .vc_custom_1436765295486 {
          padding-left: 0px !important;
    }
    .vc_cta3-content img {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0 !important;
    }
    .vc_general.vc_cta3 {
          height: auto !important;
    }
}

/* Background*/
.light-wrapper, body, .dark-wrapper, .navbar.centered {
    background-image: url('http://www.bundillapollmerinos.com.au/wp-content/uploads/2015/07/background.jpg');
    background-repeat: repeat;
    background-position: top left;
    background-attachment: scroll;
}
/* Remove Author*/
.single-post .show-boxes.blog-content .box:nth-child(2) {
    display: none;
}
/* Single Blog spacing*/
.single-post .offset3 {
    padding-top: 260px;
}
/* Blog slider background colour*/
.box {
    background: 0%;
  }
    
/* Social icon colours*/
.social li a i {
    color: #4aa2d1 !important;
    border-color: #4aa2d1 !important;
}