/*
Theme Name: poppastring
Description: Clean Bootstrap 5 blog theme for poppastring.com
Author: Mark Downie
*/

/* ---------------------------------------------------------------------------
   Typography
--------------------------------------------------------------------------- */
html {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 28px;
    height: 100%;
    scroll-padding-top: 130px;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.1px;
    line-height: 1.8;
    color: #051922;
    overflow-x: hidden;
}

body img {
    max-width: 100%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0.75rem 0 0.50rem 0;
    color: #051922;
}

h1, .h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
}

@media only screen and (max-width: 767.96px) {
    h1, .h1 { font-size: 3rem; line-height: 3.25rem; }
}

@media only screen and (max-width: 575.96px) {
    h1, .h1 { font-size: 2.5rem; line-height: 2.75rem; }
}

h2, .h2 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 3.25rem;
}

@media only screen and (max-width: 575.96px) {
    h2, .h2 { font-size: 2rem; line-height: 2.25rem; }
}

h3, .h3 {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 2.25rem;
    margin: 0.75rem 0 0.25rem 0;
}

h4, .h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.75rem;
}

h5, .h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

h6, .h6 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}

p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.1px;
    line-height: 1.8;
    color: #051922;
    margin: 0 0 1.25rem 0;
}

p:last-child {
    margin: 0;
}

dl, ol {
    margin-top: -1rem;
    margin-bottom: 0.5rem;
}

ul {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
}

.lead {
    font-size: 1.4rem;
    font-weight: 400;
}


blockquote {
  border-left: 4px solid #741e8b;
  background: #f9f5ff;
  padding: 12px 16px;
  margin: 16px 0;
}


/* ---------------------------------------------------------------------------
   Colors & Links
--------------------------------------------------------------------------- */
a {
    color: #741e8b;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #741e8b;
    text-decoration: none;
    font-weight: 400;
}

.orange-text {
    color: #741e8b;
}

/* ---------------------------------------------------------------------------
   Navbar
--------------------------------------------------------------------------- */
.navbar {
    background-color: #051922;
    padding: 1.25rem 0;
}

.navbar .navbar-brand img {
    max-width: 40px;
}

.navbar .nav-link {
    color: #fff;
    font-weight: 300;
    font-size: 1.3rem;
    transition: color 0.3s;
}

.navbar .navbar-nav .nav-link {
    display: block;
    padding: 15px;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #741e8b;
}

.navbar .btn-primary {
    background-color: #741e8b;
    border-color: #741e8b;
}

.navbar .btn-primary:hover {
    background-color: #5a1669;
    border-color: #5a1669;
}

/* ---------------------------------------------------------------------------
   Hero Carousel
--------------------------------------------------------------------------- */
.carousel-item {
    height: 60vh;
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    background-color: #051922;
    position: relative;
    z-index: 1;
}

.carousel-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #051922;
    content: "";
    z-index: 0;
    opacity: 0.6;
}

.carousel-item .container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100%;
}

.carousel-item .row {
    width: 100%;
}

.hero-text-tablecell {
    padding: 2rem 0;
}

.hero-text-tablecell .subtitle {
    color: white;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 15px;
}

.hero-text-tablecell h1,
.hero-text-tablecell h2 {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.3;
}

.homepage-bg-1 {
    background-image: url(/blog/theme/poppastring/hero-bg.jpg);
}

.homepage-bg-2 {
    background-image: url(/blog/theme/poppastring/hero-bg-2.jpg);
}

.homepage-bg-3 {
    background-image: url(/blog/theme/poppastring/hero-bg-3.jpg);
}

nav[aria-label="Jump to category"] a.badge:hover {
     font-weight: 700 !important;
 }

/* ---------------------------------------------------------------------------
   Breadcrumb / Subtitle
--------------------------------------------------------------------------- */
.breadcrumb-text p {
    color: white;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: small;
}

.breadcrumb-text h1 a {
    color: #fff;
}

.sub-title-block {
    background-color: #051922;
    padding: 20px 0;
}

.sub-title-block .breadcrumb-text h1,
.sub-title-block .breadcrumb-text p {
    color: #fff;
}

.subtitle-h1 {
    color: #fff;
}

/* ---------------------------------------------------------------------------
   Blog Cards (Summary View)
--------------------------------------------------------------------------- */
.single-latest-news {
    box-shadow: 0 0 20px #ddd;
    transition: 0.3s;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.single-latest-news:hover {
    box-shadow: none;
}

.latest-news-bg {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}

.news-text-box {
    padding: 25px;
}

.single-latest-news h3 {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 600;
}

.single-latest-news h3 a {
    color: #051922;
}

p.blog-meta span {
    margin-right: 15px;
    opacity: 0.6;
    color: #051922;
    font-size: 0.85em;
}

p.blog-meta span i {
    margin-right: 5px;
}

p.excerpt {
    line-height: 1.8;
    color: #555;
}

a.read-more-btn {
    display: inline-block;
    margin-top: 15px;
    color: #051922;
    transition: 0.3s;
    font-weight: 700;
}

a.read-more-btn:hover {
    color: #741e8b;
}

/* ---------------------------------------------------------------------------
   Single Post
--------------------------------------------------------------------------- */
.single-article-text h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

.single-article-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #051922;
}

/* ---------------------------------------------------------------------------
   Footer
--------------------------------------------------------------------------- */
.footer-area {
    background-color: #051922;
    color: #fff;
    padding: 15px 0;
}

h2.widget-title {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    color: #fff;
}

h2.widget-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #741e8b;
    content: "";
}

.footer-box p {
    color: #fff;
    opacity: 0.7;
    line-height: 1.8;
}

.footer-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-box ul li {
    opacity: 0.7;
    margin-bottom: 10px;
    line-height: 1.8;
}

.footer-box ul li a {
    color: #fff;
    transition: color 0.3s;
}

.footer-box ul li a:hover {
    color: #741e8b;
}

.footer-box.pages ul li {
    position: relative;
    padding-left: 20px;
}

.footer-box.pages ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #741e8b;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    font-size: 1.2rem;
    padding-right: 15px;
}

/* ---------------------------------------------------------------------------
   Copyright
--------------------------------------------------------------------------- */
.copyright {
    background-color: #051922;
    border-top: 1px solid #232a35;
}

.copyright p {
    margin: 0;
    color: #fff;
    opacity: 0.7;
    padding: 16px 0;
    font-size: 15px;
}

.copyright a {
    color: #741e8b;
    font-weight: 700;
}

.copyright a:hover {
    color: #f59d53;
}

.social-icons li a {
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    padding: 16px 10px;
    transition: color 0.3s;
}

.social-icons li a:hover {
    color: #741e8b;
    opacity: 1;
}

/* ---------------------------------------------------------------------------
   Buttons
--------------------------------------------------------------------------- */
a.boxed-btn {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    background-color: #741e8b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.3s;
}

a.boxed-btn:hover {
    background-color: #051922;
    color: #741e8b;
}

input[type="submit"] {
    background-color: #741e8b;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 50px;
    transition: 0.3s;
}

input[type="submit"]:hover {
    background-color: #051922;
    color: #741e8b;
}

/* ---------------------------------------------------------------------------
   Archive Calendar
--------------------------------------------------------------------------- */
.dbc-calendar {
    display: grid;
    margin-top: 1rem;
}

.dbc-calendar ol.day-names,
.dbc-calendar ol.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 0;
    margin: 0;
    list-style: none;
}

.dbc-calendar ol.day-names li {
    font-weight: 700;
    text-align: center;
    padding: 0.5rem;
}

.dbc-calendar ol.days li {
    border: 1px solid #eee;
    min-height: 80px;
    padding: 0.25rem;
    width: auto;
}

.dbc-calendar ol.days li.outside {
    opacity: 0.4;
}

.dbc-calendar ol.days li .date {
    font-weight: 600;
    font-size: 0.85rem;
}

a.dbc-archive-anchor {
    font-size: 0.8rem;
    display: block;
    line-height: 1.3;
    margin-top: 2px;
}

/* ---------------------------------------------------------------------------
   Comments
--------------------------------------------------------------------------- */
.comment-text-body {
    padding-left: 80px;
    margin-bottom: 40px;
}

.comment-text-body h4 {
    font-size: 18px;
    font-weight: 600;
}

.comment-text-body h4 a {
    color: #051922;
    font-size: 80%;
    margin-left: 10px;
    border-bottom: 1px solid #aaa;
    transition: color 0.3s;
}

.comment-text-body h4 a:hover {
    color: #741e8b;
}

span.comment-date {
    opacity: 0.5;
    font-size: 80%;
    font-weight: 700;
    margin-left: 5px;
}

.comment-text-body p {
    color: #888;
    line-height: 2;
    margin: 0;
}
