/*
 Theme Name:   Ocean WP Child
 Theme URI:    http://for91days.com/
 Description:  Ocean WP Child Theme
 Author:       Michael Powell
 Author URI:   http://for91days.com
 Template:     oceanwp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  oceanwp-child
*/

#f91_header  {
    background-color: rgba(40,40,40,0.06);
    background-size: cover;
    background-repeat: no-repeat;
    color: #f2f2f2;
    padding-top: 90px;
    box-sizing: border-box;
    color: white;
    overflow:hidden;
}
#f91_header_overlay {
    padding: 0.25rem;
    padding-bottom: 20px !important;
    background: rgba(0, 0, 0, 0.5);
}
#f91_header_overlay_inner {
    font-size: 24pt;
    margin: 0 auto;
    max-width: 90%;
}
#f91_header h1 {
    font-size: 45pt;
    color: white;
    margin: 0;
}
#f91_header p {
}

#f91_header img {
    width: 100%;
    height: auto;
}

#f91_subhead_container {
    text-align: center;
}
#f91_subheader {
    max-width: 1000px;
    font-size: 24px;
    line-height: 1.2em;
    display: inline-block; /* so that it centers correctly */
    text-align: left;
}
#f91_subheader div {
    margin-bottom: 1em;
}
#f91_currently {
    max-width: 1000px;
    font-size: 35px;
    margin: 0px auto 1em; auto;
}

@media only screen and (max-width: 900px) {
  p.f91_overlaysubhead {
    font-size: 28px;
  }
  p#f91_overlaytitle {
    font-size: 60px;
  }
}
@media only screen and (max-width: 700px) {
  p.f91_overlaysubhead {
    display:none;
  }
  #f91_currently {
    font-size: 24px;
  }
  #f91_header h1 {
    font-size: 30pt;
    line-height: 1.2em;
  }
  #f91_header_overlay_inner {
    font-size: 20pt;
    line-height: 1.2em;
  }
  body .oceanwp-row .col {
    padding: 0;
  }
  .blog-entry.grid-entry .blog-entry-inner {
    border: none;
    padding: 0 0 20px 0;
  }
}

#main #content-wrap {
    padding-top: 25px;
}
.container {
  width: auto;
}

.background-image-page-header .site-breadcrumbs {
  display: none;
}

.page-header-title {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 400;
    color: #333;
    background-color: white;
}
.single-post.content-max-width .entry-content h1 {
  margin: .5em auto .5em auto;
}
.single-post.content-max-width .wp-block-image.alignwide {
  max-width: 1160px;
}

/* Top Menu */
.dropdown-menu ul li a.menu-link {
  text-transform: none;
}
.navigation .megamenu>li>a.menu-link {
  font-weight: normal;
}

/* About Page */
body.page-template-default main {
    max-width: 900px;
    margin: 0 auto;
}

#f91_theday {
  font-size: 86px;
  font-weight: bold;
  color: #eee;
  margin: -50px auto 0 auto;
  padding: 0 20px;
  float: right;
  border: 1px #f1f1f1 solid;
}

.container .clr .page-header-inner {
  max-width: 100%;
}

/* Styling for Sharing Buttons */
.single .entry-share-wrap .entry-share {
  padding: 0 !important;
  border: 0 !important;
}
.single-post.content-max-width .entry-content ul.oss-social-share {
  margin: 0;
}

.wp-block-embed {
    margin: 1em auto;
    max-width: 1024px;
}

.wp-block-table-container {
  margin: 1.5em auto;
  max-width: 1064px;
	clear:right;
}

.wp-block-table-container table tr th:first-child, .wp-block-table-container table tr td:first-child {
	padding-left: .5em;
}

.wp-block-table-container table tr th:last-child, .wp-block-table-container table tr td:last-child {
	padding-right: .5em;
}

.black-bg {
	background-color: black;
}

a {
	color: #0b82c6;
}
a:hover {
	text-decoration:underline;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    /* padding-top: 0; */
}

#footer-bottom.no-footer-nav #copyright {
    font-size: 1.4em;
    margin: 1em;
}
