/*
  Theme Name:   Rey Lite Child Theme
  Description:  A child theme of the Rey Lite Theme
  Author:       Ruben
  Template:     reyl-lite
  Version:      1.0.5
*/
body {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #8c8c8c;
  background-color: #fff;
}
.sub-footer {
  padding: 3.46153846153846em 0;
  padding-top: 3.46154em;
  padding-right: 0px;
  padding-bottom: 3.46154em;
  padding-left: 0px;
  font-size: 13px;
}
#jqueryslidemenu ul.nav > li > a {
  font-size: 14px;
}
.single article, .page article {
  margin-bottom: 4.375em;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.8em;
}
.has-large-font-size {
  line-height: 1em;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.wp-caption.alignleft {
  margin: 5px 20px 0px 0;
}
.wp-caption.alignright {
  margin: 5px 0 0px 10px;
}

.wp-caption-text {
	font-size: 12px;
    line-height: 1.5em;
    margin-top: 5px;
}

.metadata {
  font-size: 1.75rem;
}