/*
Theme Name: TNT-Custom-2.62
Theme URI: http://tntdental.com
Description: TNT Custom Theme - tntdental.com
Version: 2.62
Author: Chuck/Jeff/Tim
Author URI: http://tntdental.com
Tags: mantle color, variable width, two columns, widgets
Text Domain: tnt-custom-theme
Updates: functions.php, rich results breadcrumbs updates, main image - index.php <main><main/> tag removal 
*/

.screen-reader-text {
    position: absolute;
    left: -1000em;
}

acronym, abbr {
    border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
    font-size: 90%;
    letter-spacing: .07em;
}

acronym, abbr {
    cursor: help;
}

blockquote {
    border-left: 5px solid #ccc;
    margin-left: 1.5em;
    padding-left: 5px;
}

cite {
    font-size: 90%;
    font-style: normal;
}

ul.post-meta {
    list-style: none;
}

ul.post-meta span.post-meta-key {
    font-weight: bold;
}

.credit a:link, .credit a:hover {
    color: #fff;
}

.feedback {
    color: #ccc;
    text-align: right;
    clear: both;
}

.meta {
    font-size: .75em;
    display: none;
}

.meta li, ul.post-meta li {
    display: inline;
}

.meta ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.meta, .meta a {
    color: #808080;
    font-weight: normal;
    letter-spacing: 0;
}

.storytitle {
    margin: 0;
}

.storytitle a {
    text-decoration: none;
}

/* Captions & alignment */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 7px 7px 0 0;
}

.alignright {
    float: right;
    margin: 7px 0 0 7px;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* Intro banner & H1 Title */
.blog {
    background: #fff;
}


.blog .title-bg {
    position: relative;
}

.blog .title-bg #page-title {
    margin: 0 auto;
    padding: 0;
}

.blog .title-bg #page-title .title-wrapper {
    margin: 0 auto;
    padding: 0;
}

.blog .title-bg #page-title .title-wrapper h1 {
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    width: calc(100% - 40px);
    max-width: max-content;
}

/* Intro banner & H1 Title */
.single-post {
    background: #fff;
}

.single-post .title-bg {
    position: relative;
}

.single-post .title-bg #page-title {
    margin: 0 auto;
    padding: 0;
}

.single-post .title-bg #page-title .title-wrapper {
    margin: 0 auto;
    padding: 0;
}

.single-post .title-bg #page-title .title-wrapper h1 {
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    width: calc(100% - 40px);
    max-width: max-content;
}

@media screen and (max-width: 768px) {

    .title-bg {
        display: block !important;
    }
}

/* Container styles */
main {
  padding: 0px;
  margin: 0px auto;
  background-color: #ffffff;
  padding-top: 0px;
}

/* Post container styles */
.post {
  margin: 50px auto;
  padding: 20px;
  max-width: 1200px;
  width: 90%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: left;
  position: relative;
}

/* H1 styles */
.post-title-wrapper h1,
.post h1 {
  text-align: center;
  padding: 25px;
  margin: 25px auto;
  font-family: inherit;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 1.45px;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.2;
}

/* Navigation styles */
.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px 0;
  background-color: #f8f8f8;
  border-top: 1px solid #dddddd;
  font-family: inherit;
  font-size: 18px;
  text-align: center;
}

.navigation a {
  text-decoration: none;
  padding: 10px;
  transition: color 0.3s ease;
}

.navigation a:hover {
  text-decoration: underline;
}

.navigation .nav-previous,
.navigation .nav-next {
  margin: 0 10px;
}
