/*****
 * Main CSS file for thebaronsmen.org ProcessWire site
*****/

/*****
 * All Pages
*****/

 #main {
   width:100%;
 }

 /* FONTS
 font-family: 'Cinzel', serif; //Trajan Pro replacement
 font-family: 'Old Standard TT', serif; //Text (fancy)
 font-family: 'Libre Baskerville', serif; //Text
  */

.content-head {
  font-family: 'Cinzel', serif
}
.content-subhead {
  font-family: 'Cinzel', serif;
}
#content {
  padding: 0 2%;
  line-height: 1.65em;
  word-spacing: 0.09em;
}

#content p,li {
  font-family: 'Libre Baskerville', serif;
}

#content h1,h2,h3,h4,h5,h6 {
  font-family: 'Cinzel', serif;
}

.gallery-image {
  padding: 0.5em;
}
.is-center {

}
/*****
 * Navbar (_navbar.inc)
*****/

#navbar {
  background-color: #242424;
  width: 100%;
  height: 60px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  /*position: relative;*/
  position: -webkit-sticky; /*required for Safari */
  position: sticky;
  top: 0;
  z-index: 1000;
}

#navbar a {
	text-decoration: none;
	border-bottom: none;
}


.custom-brand {
  vertical-align: middle;
  padding-left: 1em;
}

.fa-bars {
  color: white;
  padding: 0 1em;
}

.pure-menu {
  letter-spacing: normal;
  font-family: 'Cinzel', serif;
}

/* auto left margin means extra flex space goes into it, pushing this to the right
  side.  https://stackoverflow.com/questions/33924655/position-last-flex-item-at-the-end-of-container */
.searchbox {
  margin: .5em 1em .5em auto;
}

form.search {
  float: none;
  width: 100%;
}

/* hide large menu on pure-sm and smaller screens */
@media screen and (max-width:47.938em) {
    .menu-large{display:none}
}
/* hide small menu on pure-md and larger screens */
@media screen and (min-width:48em) {
    .menu-small{display:none}
}

.menu-small {
  margin-left: 1.5em;
}

	#menus {
		font-family: 'Cinzel', serif;
    background: #333333;
	}
	#navbar .pure-menu-link {
		color: #FFFFFF;
	}
  #navbar .pure-menu-children {
    background: #333333;
  }

/*****
* Blog
*****/
#post {
  padding-bottom: 1em;
}

/*****
* Home
*****/
#slider-listing {

}
#blurb_listing {
  margin-top: 1em;
}
.blurb-block {
  padding: 1%;
}

/*****
* Show
*****/

#showbody {
  line-height: 1.65em;
  word-spacing: 0.09em;
}

.top-banner img{
  margin: auto;
}

/*****
*  Showlist
*****/
.body_text {

}
#show_listing {
  padding-top: 1em;
  padding-bottom: 1em;
}
.showrow {
  font-size: 120%;
  padding: 0.5em;
  font-family: 'Libre Baskerville', serif;
  display: flex;
  flex-direction: row;
}
.showrow-image img {
  border-style:hidden;
  border-radius: 0.35em;
}
.showrow-date {
  font-weight: bold;
}
.showrow-show {

}

/*****
*  Imports
*****/
.blog-item-row {
  border: solid 1px black;
  border-radius: 5px;
  background-color: #efefef;
  margin: 0.5em 1.5em;
  padding: 0.75%;
  /*width: 100%;*/
  display: flex;
}
.blog-item-row a {
  border-bottom-style: none;
}
  .datebox-row {
    font-weight: bold;
    align-items: baseline;
    text-align: center;
    padding: .5em .5em .5em .25em;
    line-height: 1.2;
    font-size: 120%;
  }
  .overlay-row {
    padding: .5em;
  }
    .headline-row {
      font-size: 120%;
      font-weight: bold;
      line-height: 1.0;
      padding-bottom: .3em;
    }
    .byline-row {
      font-size: 85%;
      line-height: 0.8;
    }
    .newsbody-row {
      line-height: 1.25;
    }
    .full-link {
      /*border-bottom-style: solid;*/
      font-size: 80%;
      font-weight: normal;
      color: blue;
    }

/*****
* News Items
*****/
.byline {
  margin-top: -1.2em;
  font-size: .85em;
}

/*****
* Show List PAGES
*****/
.showrow-date {
  padding-left: .75em;
}
.showrow-show {
  padding-left: .75em;
}

/******
* Image Alignments
*******/
.align_left {
  float: left;
  margin: 0 1em 0.5em 0;
  position: relative;
  top: 0.5em;
  max-width: 50%;
}

.align_right {
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%;
}

.align_center {
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.5em;
}


/*****
 *  Footer
 *****/
.footer p {
     font-family: 'Libre Baskerville', serif;
}
.footer-links {
  line-height: 1.4em;
}
.button-large {
  margin-top: 1%;
}
.social {
  padding-top: 5%;
  padding-bottom: 4%;
}
.social a {
  text-decoration: none;
}
.social a:hover {
  color: #555;
 }
