Enter your custom CSS below --*/
/*
Imports
---------------------------------------------------------------------------------------------------- */
 @import url(//fonts.googleapis.com/css?family=Roboto:300,500|Oswald:500,700);


/****************
 FORM ELEMENTS 
*****************/
input, select, textarea {
  padding: 1rem;
  border-radius: 0;
  background-color: #ddd;
  border: none;
  box-shadow: none;
  color: #333;
  font-weight: lighter;
  margin: 1px 0;
}

/****************
 SLIDER 
*****************/
.metaslider .caption {
  padding: 5px 15px!important;
  font-size: 2rem;
}
/* iPads and UP ----------- */
@media only screen 
and (min-width : 768px) {
  .metaslider .caption {
    position: absolute;
    left: 100px;
    top: -100px;
    background: rgba(0,0,0,0.7);
    font-size: 4rem;
    line-height: 6rem;
  }
}

/****************
 FOOTER 
*****************/
.site-footer {
  background-color: #222;
  padding: 1rem 0;
  color: #fff;
}
.footer-widgets {
  background-color: #FFF;
}
.genesis-nav-menu a {
  color: #eee !important;
  border-bottom: none;
  font-size: 1rem !important;
}
.footer-widgets .widget-title {
  color: #000;
}



/****************
 MENU 
*****************/
ul.sub-menu li.menu-item > a {
  background-color: #333;
  color: #fff;
  border: none;
}

/****************
 HEADER 
*****************/
#search-3 {
  border-left: thin solid #ddd;
  padding-left: 50px;
  margin-left: 50px;
}
.site-header .title-area, .site-header .widget-area {
width: 50%;
}
.header-widget-area .textwidget h3 {
font-size: 2rem;
}
.site-header .widget-area { 
  margin-top: 2.4rem;
}
.header-widget-area section.widget {
  display: inline-block;
  vertical-align: middle;
}
.header-widget-area section#black-studio-tinymce-8 > div > div > p {
  margin-bottom: 0;
}
.site-header {
  border-top: 5px solid #aa2c27;
}
.site-header .search-form {
  margin-top: 0;
}
.header-full-width .site-title, .header-image .site-title a, .site-description {
  display: none !important;
}
.site-header .title-area .site-title a {
  display: none;
}
.title-area {
  background-image: url(http://i4development.com.au/wp-content/uploads/2014/03/i4d-logo-v1.png);
  height: 100%;
  min-height: 80px; 
  background-size: contain;
  background-repeat: no-repeat;
}
.site-header .wrap {
padding: 40px 0;
padding: 4rem 0;
padding: 1em 0;
}
.genesis-nav-menu a {
  padding: 1rem 2.4rem !important;
  font-size: 1.25rem !important;
}
.nav-primary {
  background-color: #000;
}

/****************
 FORM ELEMENT STYLING 
*****************/
input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
  background-color: #AA2C27 !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
}



/****************
 page STYLING 
*****************/
h3.widget-title {
  color: #AA2C27;
  font-size: 1.7rem;
}
h3 {
  font-size: 1.4rem;
}
h1, h2, h3, h4 {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.entry-header > h1, .entry-content h1, .entry-content h2, .entry-content h3 {
  font-weight: 300;
}
body {
  font-size: 1.4rem;
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.widget-title {
  font-size: 1.4rem;
}
/****************
 MISC STYLING 
*****************/
.entry {
  background-color: #eee;
  /*padding-top: 0;*/
}
.entry-header > h1, .entry-content h1, .entry-content h2 {
  font-weight: 300;
}

/* div.row.associations is for the about page */
.textwidget div.row.associations img {
  max-height: 70px;
  max-width: 25%;
  display: inline-block;
  margin: 0 5%;
  vertical-align: middle;
}
.textwidget div.row.associations {
  background-color: white;
  border: thin solid #edd;
  padding: 20px;
  text-align: center;
}


/****************
 SIDEBAR STYLING 
*****************/
.sidebar .widget {
  background-color: inherit;
  margin-bottom: 0 ;
}
.sidebar .widget h4.widgettitle {
  color: #AA2C27;
  font-size: 2rem;
  border-bottom: thin solid #ddd;
  padding-bottom: 15px;
}