/*
 Theme Name:   Ogee Child (BMB)
 Description:  Ogee Child Theme
 Version:      1.0.0
 Template:     ogee
 Text Domain:  ogee-bmb
*/


/* ----- */

/* hide site info */
.site-info {
 display: none;
}


/* reduce margins */
.site-branding {
 margin: initial;
}

.site-description {
 letter-spacing: initial;
 line-height: initial;
}

@media only screen and (min-width: 768px) {
 .entry-title {
  margin-top: 20px;
 }

 .hentry {
  margin: 25px;  
 }

 .widget-area {
  margin: 15px 0;
 }
} /* media */


/* backgrounds */
.floating {
 display: inline-block;
}

div.floating > div {
 min-width: 290px;
 overflow: auto;
 float: left;
 padding: 10px;
 border: 1px solid #ddd;
 margin: 10px;
}

.divrow {
 margin: 0 auto;
 width: 95%;
 padding: 5px;
}

.divcolumn {
  float: left;
  width: 50%;
}

/* clear floats after the columns */
.divrow:after {
  content: "";
  display: table;
  clear: both;
}
