/*
Theme Name: genbank-blog-theme
Theme URI: https://blog.genealogybank.com
Author: GenealogyBank
Author URI: https://blog.genealogybank.com
Description: Genbank Blog Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: genbank-blog-theme
Tags:
*/
body {
  background-color: #F2F0EA;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  color: #000;
}

.container-fluid {
  margin: 0 auto;
  padding: 0;
}

section {
  display: block;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.center-block {
  float: none;
}

.aligncenter {
  margin: 0 auto;
}

img.aligncenter {
  display: block;
}

.entry-content img.size-full {
  max-width: 100%;
  height: auto;
}

.text-grey {
  color: #bbb9b5;
}

.content-area {
  font-size: 1.8rem;
  font-weight: 300;
}

.site-header {
  position: relative;
  background-color: #36322D;
  padding: 1% 0;
}

.header-nav-container {
  position: relative;
  margin-top: 37px;
}
@media screen and (max-width: 1200px) {
  .header-nav-container.text-right {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 990px) {
  .header-nav-container.text-right {
    margin-top: 0;
  }
}

#menu-header-nav {
  list-style-type: none;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #menu-header-nav {
    padding-left: 0;
  }
}
#menu-header-nav li {
  display: inline-block;
  padding-right: 3%;
}
#menu-header-nav li:last-child {
  padding: 0;
}
#menu-header-nav a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #afadab;
}
#menu-header-nav a:hover {
  color: #e1e0df;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  .center-md {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .center-sm {
    text-align: center;
  }
}
.site-main {
  margin: 2% 0;
  padding: 1.5%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.site-main img.wp-post-image {
  max-width: 100%;
  height: auto;
}
.site-main .page-title {
  font-size: 2em;
}
.site-main a {
  font-weight: 700;
  color: #393939;
  text-decoration: none;
}
.site-main a:hover {
  color: #4B8FCB;
}
.site-main p {
  font-weight: 300;
  font-size: 2rem;
}

.post {
  margin-bottom: 10%;
}

.byline {
  font-weight: 700;
}

a.read-more {
  font-weight: 300;
  color: #9f9f9f;
  color: #b0b0b0;
  transition: all 0.2s ease;
}
a.read-more:hover {
  color: #393939;
  transition: all 0.2s ease;
}

.nav-links .nav-previous {
  float: right;
}
.nav-links .nav-next {
  float: left;
}
.nav-links:after {
  content: "";
  display: table;
  width: 100%;
}
.nav-links a {
  font-size: 18px;
  font-weight: 300;
  color: #4B8FCB;
}

.site-single .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 10%;
  font-size: 7rem;
  font-weight: 700;
  color: #fff;
  z-index: 100;
}
@media (max-width: 768px) {
  .site-single .page-title {
    font-size: 4rem;
  }
}
.site-single .entry-content {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding-bottom: 2rem;
  font-size: 2.3rem;
  font-weight: 300;
}
.site-single .entry-content table {
  border: 1px solid #444;
  font-size: 1.9rem;
}
.site-single .entry-content table thead {
  background-color: #444;
  color: #fff;
  padding: 5px;
}
.site-single .entry-content table tr:nth-child(even) {
  background-color: #eee;
}
.site-single .entry-content table td {
  padding: 5px;
  width: 25%;
  /*
                  &:nth-child(1),
                  &:nth-child(4) {
                      width: 10%;
                  }
  */
}
.site-single .wp-caption,
.site-single .wp-caption img {
  max-width: 100%;
  height: auto;
}
.site-single .wp-caption-text {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.8;
  text-align: center;
}

.single-post-header-img {
  background-color: #222;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  position: relative;
  text-align: center;
  width: 100%;
}
.single-post-header-img:after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.avatar {
  border-radius: 100%;
  overflow: hidden;
}

.post-meta {
  margin: 1% 0;
  font-size: 1.8rem;
}
.post-meta a {
  color: #36322D;
}

.single-post-nav {
  margin: 2% auto;
  font-size: 1.8rem;
  font-weight: 300;
}
.single-post-nav .subhead {
  opacity: 0.7;
}
.single-post-nav h3 {
  margin-top: 0;
  font-weight: 700;
}
.single-post-nav a {
  color: #36322D;
}

.comment-form {
  font-size: 1.8rem;
  font-weight: 300;
}
.comment-form label {
  font-weight: 300;
  display: block;
}
.comment-form textarea {
  width: 100%;
}

.comments-title {
  font-size: 2rem;
  font-weight: 700;
}

ol.comment-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.comment-body {
  margin-bottom: 10px;
}
.comment-body .avatar {
  float: left;
  margin: 0 1em 1.5em 0;
}
.comment-body .comment-content,
.comment-body .reply {
  font-size: 1.9rem;
  font-weight: 300;
  float: left;
  margin-left: 45px;
}
.comment-body:after,
.comment-body .comment-content:after,
.comment-body .reply:after {
  content: "";
  display: table;
  clear: both;
}

.author-page .page-header {
  text-align: center;
}
.author-page .page-header .page-title {
  font-weight: 700;
}
.author-page .page-header .archive-description {
  text-align: left;
}

.author-recent-posts {
  display: inline-block;
  overflow: hidden;
}

.author-post {
  background-position: center center;
  position: relative;
  display: inline-block;
  width: 31%;
  height: 200px;
  vertical-align: top;
  margin: 1% 1% 1% 0;
  z-index: 99;
  border-radius: 5px;
  overflow: hidden;
}
.author-post a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  opacity: 0;
  z-index: 101 !important;
  transition: all 0.5s ease;
}
.author-post a:hover {
  opacity: 1;
  transition: all 0.5s ease;
}
.author-post:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 99;
}

#secondary {
  margin-top: 2%;
}
@media (max-width: 768px) {
  #secondary {
    margin-top: 10%;
  }
}

.search-form label {
  margin-right: 0;
  padding-right: 0;
}

input.search-field {
  display: inline-block;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 300;
}

button.search-submit {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 1% 0 0;
}

.recent-posts-widget-with-thumbnails {
  display: block;
}

#rpwwt-recent-posts-widget-with-thumbnails-4 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
#rpwwt-recent-posts-widget-with-thumbnails-4 ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#rpwwt-recent-posts-widget-with-thumbnails-4 ul li {
  position: relative;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
}
#rpwwt-recent-posts-widget-with-thumbnails-4 ul li a {
  position: relative;
  z-index: 98;
}
#rpwwt-recent-posts-widget-with-thumbnails-4 ul li a img {
  display: block;
  border: 1px solid red;
  z-index: 96;
}
#rpwwt-recent-posts-widget-with-thumbnails-4 ul li .rpwwt-post-date {
  border: 1px solid blue;
}

.sidebar_area,
.widget_widget_tptn_pop {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 15px;
  margin: 5% 0;
}
.sidebar_area .widget_block > h2,
.widget_widget_tptn_pop .widget_block > h2 {
  margin-top: 0;
}
.sidebar_area .widget-title,
.widget_widget_tptn_pop .widget-title {
  margin-top: 0;
  font-size: 1.6rem;
}
.sidebar_area ul,
.widget_widget_tptn_pop ul {
  list-style-type: none;
  margin: 0 0 0 15px;
  padding: 0;
}
.sidebar_area ul li,
.widget_widget_tptn_pop ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.sidebar_area a,
.widget_widget_tptn_pop a {
  font-size: 100%;
  font-weight: 300;
}

ul.recent-posts {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.recent-posts li {
  position: relative;
  display: inline-block;
  width: 135px;
  height: 108px;
  vertical-align: top;
  margin-bottom: 13px;
  overflow: hidden;
  border-radius: 5px;
}
ul.recent-posts li:nth-child(odd) {
  margin-right: 13px;
}
ul.recent-posts li a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 2%;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
ul.recent-posts li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}
ul.recent-posts li a:hover:after {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
}
ul.recent-posts img {
  position: absolute;
  top: 0;
  left: 0;
}

.recent-posts a img {
  transition: all 0.5s ease;
}

.recent-posts a:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.recent-posts-content {
  position: relative;
  z-index: 99;
}

.recent-posts-date {
  padding-top: 1%;
  font-size: 1.2rem;
  color: #ddd;
  text-transform: uppercase;
}

.sidebar-ad {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 5% auto;
}

.footer-global {
  background-color: #007C7A;
  color: #FFF;
}
.footer-global ul {
  margin: 0;
  padding: 0;
}
.footer-global li {
  list-style-type: none;
  margin-bottom: 10px;
}
.footer-global a {
  color: #fff;
}
.footer-global .footer__social-icons li {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.footer-global .footer__social-icons li :last-child {
  margin-right: 0;
}
.footer-global .footer__social-icons li a {
  display: block;
}
.footer-global .footer__social-icons li a :hover {
  fill: #fff;
}
.footer-global .footer__social-icons .icon {
  display: flex;
  width: 25px;
  height: 25px;
  padding: 0;
  fill: #92cac9;
  transition: fill 0.3s ease;
}

.site-footer {
  position: relative;
  text-align: center;
  background-color: #E3E1CD;
  border-top: 1px solid #363636;
  border-bottom: 1px solid #363636;
  padding: 1% 0;
}
.site-footer a {
  color: #7EB205;
}
.site-footer ul#menu-footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer ul#menu-footer li {
  display: inline-block;
  padding-right: 1%;
  font-size: 13px;
  font-weight: 700;
}
.site-footer ul#menu-footer li:last-child {
  padding-right: 0;
}

.footer-social-links {
  position: absolute;
  top: 25%;
  right: 10px;
}
@media (max-width: 768px) {
  .footer-social-links {
    position: static;
  }
}

.copyright {
  margin: 1% auto;
  font-size: 12px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 992px) {
  .center-md {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .center-sm {
    margin: 0 auto;
    text-align: center;
  }

  .text-right {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
