/* COLORS 

blue #009FE3
lighblue #BDDFF3
darkgrey #323232

*/

/* REMOVE DOUBLE HOME BUTTON */

#main-nav li:first-child, .entry-title {
display: none;
}

#main-nav ul.children li:first-child {
display: inline;
}

/* GENERAL */

.entry .wp-caption {
background-color: #BDDFF3;
}

div#content {
/*  background-image: none;
  background-color:rgba(255,255,255,0.7);
  width: 930px !important; */
  margin-bottom: 10px;
}

#main {
  padding-top: 15px !important;
}

div#nav-container {
  margin-bottom: 10px;
}

body.full-header.full-slider #loopedSlider {
  margin-top: 0;
  margin-bottom: 10px;
}

.gallery-item img.attachment-thumbnail, div.gallery dl dt a img {
  border: none !important;
  background-color: rgba(0,0,0,0);
  padding: 0;
}
dt.gallery-icon {
  margin-right: 10px;
}
div.ppt {
  display: none !important;
}

#wrapper #loopedSlider.business-slider .content {
  margin-left: calc(100% / 2 - 480px);
}

div#footer-widgets-container {
  background-color: rgba(0,0,0,0.8);
}

img.ssba.ssba-img {
  background-color: rgba(0,0,0,0);
}

div.ssba.ssba-wrap {
  float: right;
}

body, #header-container {
  background-size: cover;
}

.header-widget .widget h3 {
  font-size: 24px;
  border-bottom: 0px solid #000000;
  margin: 0;
  
}

/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
    /* Desktop styles go below this line */
  
  #logo { 
    float: left !important; 
    max-width: 60% !important; 
  }
  
  .header-widget {
    width: 30%;
  }
  
  /* 
  
  section#main {
    min-height: 100px;
  }
  

  
  #nav-container {
    background: #e9e9e9 !important;
  }
  
  #navigation {
    max-width: 80% !important;
    float:right !important;
    clear: none;
    margin-top: 125px;
    margin-bottom: 20px !important;
  }
  
  #main-nav {
    margin-right: 0px !important;
  }
  
  */

}