/*
Theme Name: Tonde's Theme
Theme URI: https://iamtondeco.za/
Author: Tonderai Matanga
Author URI: https://iamtonde.co.za/
Description: This theme is bcustom made by Tonderai Matanga for his Blog
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: iamtonde

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.color-scheme {
  color: #ff000040;
  color: #0000ff40;
  color: #00800040;
  color: #80008040;
  color: #ffc0cb40;
  color: #ffff0040;
  color: #00808040;
  color: #a52a2a40;
}

body {
  padding-bottom: 20px;
  font-family: "Roboto", sans-serif;
  color: #2d2d32;
}

.podcast-image-section {
  display: flex;
  justify-content: space-evenly;
}

.podcast-image-section .image {
  flex: 0 1 25%;
}

.rounded-circle {
  border: 1px solid #2d2d32;
}
.dropdown.text-end:hover .rounded-circle {
  box-shadow: 0px 0px 20px 1px #ff8800;
}

.podcast-image-section .image img {
  height: auto;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.wpcf7-form {
  background-color: #2d2d32;
  padding: 20px;
}

amp-wp-header {
  background-color: #dcdcf5 !important;
}

/* .navbar {
    background-color: #fff;
} */

.navbar-toggler .icon-bar {
  width: 22px;
  transition: all 0.2s;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-light .navbar-toggler {
  width: 45px;
  height: 30px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.navbar-light .navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #2d2d32;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navbar-light .navbar-toggler span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.navbar-light .navbar-toggler span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.navbar-light .navbar-toggler span:nth-child(1),
.navbar-light .navbar-toggler span:nth-child(2) {
  top: 0px;
}

.navbar-light .navbar-toggler span:nth-child(3),
.navbar-light .navbar-toggler span:nth-child(4) {
  top: 18px;
}

.navbar-light .navbar-toggler span:nth-child(5),
.navbar-light .navbar-toggler span:nth-child(6) {
  top: 36px;
}

.navbar-light .navbar-toggler.open span:nth-child(1),
.navbar-light .navbar-toggler.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-light .navbar-toggler.open span:nth-child(2),
.navbar-light .navbar-toggler.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-light .navbar-toggler.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

.navbar-light .navbar-toggler.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

.navbar-light .navbar-toggler.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.navbar-light .navbar-toggler.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.navbar-light .navbar-toggler.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

.navbar-light .navbar-toggler.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar .menu-main-menu-container {
  display: none;
}

.navbar .menu li {
  list-style: none;
  padding: 10px;
  margin-right: 10px;
  white-space: nowrap;
}

.navbar .navbar-nav {
  padding: 0 0 0 40px;
  width: 95%;
}

.form-control {
  padding: 5px 10px 5px 35px !important;
  border-radius: 8px !important;
}

.container .dropdown.text-end.appeared {
  display: none;
}

.dropdown.text-end {
  margin-left: 10px;
}

.dropdown.text-end a {
  display: flex !important;
  align-items: center;
}

.dropdown-toggle::after {
  color: #f65353;
}

.collapse form input::placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 300;
}

.collapse form input {
  background: url(assets/img/search.png) no-repeat scroll 7px 7px;
  padding-left: 30px;
  background-size: 25px;
}

.collapse form input::before {
  content: "Search";
  font-style: italic;
  font-size: 16px;
}

.navbar .navbar-nav li.nav-item.dropdown {
  margin-left: -10px;
}

.navbar .navbar-nav a {
  color: #2d2d32 !important;
}

.navbar .navbar-nav a img {
  margin-right: 10px;
  width: 7%;
}

.dropdown-menu.tweaked {
  left: auto;
  right: 0;
}

.dropdown-menu.tweaked.added {
  left: 0;
  right: auto;
}

.navbar .navbar-nav .dropdown-menu {
  background-color: #2d2d32;
}

.navbar .navbar-nav .dropdown-menu a {
  color: #2d2d32;
  padding: 10px;
}

.navbar .btn {
  background-color: #dcdcf5;
  border-radius: 0;
  height: 70px;
  display: none;
}

.navbar > .container {
  justify-content: space-between;
}

.card-content .content-section .podcast-image-section,
.card-content .content-section .iframe {
  display: flex !important;
}

.card-content .content-section > div {
  display: none;
}

.card-content.playbook .content-section > div {
  display: block;
}

.card-content .content-section > .wp-block-buttons {
  display: block !important;
}

.card-content
  .content-section
  > .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  display: block !important;
}

.navbar .modal-content {
  background-color: #2d2d32;
}

.navbar .modal-content .modal-footer button {
  background-color: #d1492f;
  border: 2px solid #d1492f;
  height: 50px;
}

.navbar form input {
  background-color: transparent;
  border: 1px solid #2d2d32;
  width: 100%;
}

.navbar form input::placeholder {
  color: #2d2d32;
  font-style: italic;
  font-size: 16px;
}

.navbar-collapse .wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.navbar-collapse.show .wrapper {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
}

#menu-primary-menu {
  margin: 0 0 10px 0;
  padding: 0;
}

#menu-primary-menu .menu-item {
  margin: 0 0 5px 0;
  text-align: center;
  border-radius: 5px;
}

.navbar .form-one {
  display: none;
}

.navbar-brand img {
  height: 26px;
}

#menu-secondary-menu .dropdown-menu {
  display: none;
}

#menu-secondary-menu li:hover .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

#menu-secondary-menu .dropdown-menu li {
  padding: 0;
  color: #2d2d32;
}

#menu-secondary-menu .dropdown-menu li a {
  width: 100%;
  display: block;
  padding: 0.25rem 1rem;
  text-decoration: none;
}

.bottom-nav.container {
  padding: 0 !important;
}

.bottom-nav {
  /* background-color: #e5e5e5; */
  margin-bottom: 20px;
  overflow-x: scroll;
}

.bottom-nav #menu-sub-menu {
  margin-top: -9px;
  overflow: auto;
  white-space: nowrap;
}

.bottom-nav #menu-sub-menu li {
  margin: 0 !important;
  overflow: initial;
}

.bottom-nav #menu-sub-menu li .dropdown-menu {
  display: none;
}

.bottom-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding-left: 0;
}

.bottom-nav ul li {
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  white-space: nowrap;
}

.bottom-nav .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bottom-nav .navbar-nav .nav-item .nav-link img {
  width: 16px;
}

.bottom-nav .navbar-nav li {
  padding: 5px 10px;
  color: #2d2d32;
  overflow: inherit;
  white-space: nowrap;
}

.bottom-nav .navbar-nav li:first-child {
  padding-left: 0;
}

.bottom-nav .navbar-nav li a {
  color: inherit;
  font-size: 12px;
}

.bottom-nav .bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  overflow: auto;
  padding: 5px 0 5px 10px;
  align-items: center;
}

.bottom-nav .bottom-wrap .back-arrow {
  margin-right: 10px;
  width: 20px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alm-btn-wrap {
  text-align: center;
  margin-bottom: 16px;
}

button.alm-load-more-btn.more.load-more-button {
  background-color: #2d2d32;
  border: none;
  padding: 7px 16px 10px 16px;
  color: #dcdcf5;
  border-radius: 4px;
  font-size: 18px;
}

.bottom-nav .bottom-wrap .back-arrow a img {
  height: 50%;
  width: 50%;
}

.bottom-nav .bottom-wrap .cat-links {
  margin-top: 2px;
}

.bottom-nav .bottom-wrap .cat-links a {
  margin: 10px;
  font-size: 12px;
}

.footer-section {
  background-color: #2d2d32;
}

.footer-section #mailpoet_form_1 p {
  display: none;
}

.footer-section #mailpoet_form_1 form {
  padding: 0;
}

.footer-section #mailpoet_form_1 {
  background-color: transparent;
  width: 90%;
}

.footer-section #mailpoet_form_1 input.mailpoet_submit {
  background-color: #e5e5e5 !important;
  color: #2d2d32 !important;
}

@media only screen and (min-width: 1024px) {
  .footer-section .newsletter {
    display: none;
  }
}

.footer-section .newsletter {
  margin-bottom: 30px;
}

.footer-section .newsletter .title {
  color: #fff;
}

.footer-section .newsletter .newsletter-text {
  color: #fff;
  font-weight: 100;
}

.footer-section .newsletter input[type="email"] {
  background-color: transparent;
  border: 2px solid #dcdcf5;
  border-radius: 3px;
  width: 75%;
}

.footer-section .newsletter input[type="button"] {
  background-color: #dcdcf5;
  border: 2px solid #dcdcf5;
  border-radius: 3px;
  color: #2d2d32;
  width: 23%;
}

.footer-section h5 {
  color: #fff;
  font-size: 17px;
}

.footer-section ul {
  padding-left: 0;
  flex-direction: column;
}

.footer-section ul li {
  list-style: none;
}

.footer-section ul li a {
  color: #fff !important;
  font-weight: 100;
}

.copyright {
  background-color: #000;
}

.copyright .iconic {
  display: flex !important;
}

.copyright .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto auto auto 0;
  width: 50%;
  align-items: center;
}

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

.social-icon {
  width: calc(100% / 8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright .social img {
  width: 20%;
  margin-right: 0;
}

.copyright .copyright-text .text-muted {
  font-size: 16px;
}

.copyright .social a {
  margin-right: 10px;
}

.copyright .social a img {
  width: 100%;
}

.copyright-text p {
  text-decoration: none;
}

.editors-choice .card a img {
  width: 100%;
}

.single-read .author-section .card-header .title {
  font-size: 17px;
  font-weight: 600;
}

.editors-choice .card .card-header {
  background-color: transparent;
  color: #2a2a2e;
  font-size: 16px;
  border-bottom: 0;
}

#headingTwo {
  padding: 0.4rem 1.25rem;
  display: flex;
  align-items: center;
}

#headingTwo button {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.editors-choice .card .card-header img {
  margin-right: 10px;
  width: 6%;
}

.editors-choice .card .card-body {
  padding: 0 10px;
}

.card-title {
  font-weight: 600;
}

.editors-choice .card .card-body h5.card-title {
  color: #dcdcf5;
  font-size: 14px;
  margin-bottom: 0;
}

.editors-choice .card .card-body p.card-text {
  font-size: 14px;
}

.editors-choice .card .no-gutters {
  padding: 10px;
}

.editors-choice .card .no-gutters img {
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

body {
  color: #2d2d32;
  margin: 0;
  padding: 0;
}

a,
button,
a:active,
button:active,
a:hover,
a:focus,
button:hover,
button:focus {
  outline: inherit;
  text-decoration: none;
  color: inherit;
}

.btn-link:focus,
.btn-link:active,
.btn-link:hover {
  text-decoration: none;
}

.green-button {
  background-color: #dcdcf5;
}

.gold-button {
  background-color: #f0a12b;
}

.red-button {
  background-color: #d1492f;
}

.purple-button {
  background-color: #2d2d32;
}

.bg-grey {
  background-color: #e5e5e5;
}

.author-image img {
  width: 100%;
  height: 225px;
  border-radius: 5px;
  object-fit: cover;
}

.author-username {
  color: #2d2d32;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}

.author-twitter {
  color: #2d2d32;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.author-twitter img {
  height: 45px;
}

.author-description {
  margin: 20px 10px;
  height: auto;
}

iframe
  .widget-calculator-widgetholder
  .widget-calculator
  .widget-calculator-bet
  label {
  background-color: #dcdcf5;
  background: #dcdcf5;
}

iframe
  .widget-calculator-widgetholder
  .widget-calculator
  .widget-calculator-bet
  select {
  background: #f0a12b;
  background-color: #f0a12b;
  color: #2d2d32;
}

iframe
  .widget-calculator-widgetholder
  .widget-calculator
  .widget-calculator-bet
  input {
  color: #2d2d32;
  background-color: #f0a12b;
  background: #f0a12b;
}

iframe
  .widget-calculator-widgetholder
  .widget-calculator
  .widget-calculator-bet
  .widget-calculator-bet-conditions
  .widget-calculator-bet-conditions-ew,
.widget-calculator
  .widget-calculator-bet
  .widget-calculator-bet-conditions
  .widget-calculator-bet-conditions-rf,
.widget-calculator
  .widget-calculator-bet
  .widget-calculator-bet-conditions
  .widget-calculator-bet-conditions-dh {
  background: #f0a12b;
  background-color: #f0a12b;
  color: #2d2d32;
}

h5.card-title,
p.card-text {
  color: #2d2d32;
  margin-bottom: 0;
}

p.card-text {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

p {
  color: #2d2d32;
  font-size: 18px;
}

.main-body .container {
  padding-left: 0;
  padding-right: 0;
}

.load-more-button button {
  background-color: #dcdcf5;
  color: #2d2d32;
  width: 50%;
  height: 50px;
  border-radius: 5px;
  border: 0;
}

.card-header {
  display: flex;
  align-items: center;
}

.accordion .card .card-header {
  background-color: #e5e5e5;
  padding-top: 8px;
}

.accordion .card .card-header .btn-link {
  color: #2d2d32;
}

.accordion .card .card-header .btn {
  line-height: 1;
  padding: 2px 0 0;
}

.accordion .card .card-header img {
  margin-right: 10px;
  width: 8%;
}

.accordion .card .card-body {
  color: #2d2d32;
}

.accordion .card .card-body p {
  font-size: 16px;
}

.accordion .card .card-body li {
  font-size: 16px;
  list-style: square;
}

.accordion .card .card-body h3 {
  font-size: 20px;
}

.card-header {
  color: #2d2d32;
  font-size: 16px;
  height: 36px;
}

.card-deck.related-articles .card-header {
  height: 36px;
  display: flex !important;
  align-items: center;
  background-color: #e5e5e5;
  color: #2d2d32;
  width: 100%;
}

.post-category {
  font-weight: 400;
  color: #2d2d32;
}

.article .img-cover.large-img img {
  border-radius: 0 0 5px 5px;
  aspect-ratio: 2;
}

.article .img-cover img {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1;
}

.article .card-header {
  border: 0;
  color: #fff;
  height: 36px;
  padding: 0.4rem 1.25rem;
  display: flex;
  align-items: center;
}

.card-article-small .card-text,
.card-article-small .date {
  display: inline-block;
}

.article .card-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  align-items: center;
}

.article .card-header a {
  margin: 0 5px;
  border: 1px solid #2d2d32;
  padding: 0 5px;
  border-radius: 5px;
  color: #2d2d32;
}

.article .card-header img {
  margin-right: 10px;
  width: 20px;
  max-height: 20px;
}

.article .card-body {
  padding: 15px 10px;
}

.sidebar .author-section .image-section img {
  border-radius: 50%;
}

.sidebar .author-section .name-section h5 {
  color: #2d2d32;
  font-weight: 400;
  font-size: 16px;
}

.sidebar .author-section .bio-section p {
  color: #2d2d32;
  font-style: italic;
  font-size: 14px;
  margin: 0;
}

.article .card-body h5 {
  font-size: 20px;
}

.article .card-body p.card-text {
  font-size: 16px;
}

.article .card-body p.card-text .text-muted {
  font-size: 16px;
}

.card-article-small .card-body p {
  font-size: 16px;
  margin-bottom: 0;
}

.card-article-small .card-body p:last-of-type {
  margin-top: 10px;
}

.article figure table {
  width: 100%;
  border-collapse: collapse;
}

.article figure table thead {
  background-color: #2d2d32;
}

.article figure table thead tr th {
  color: #fff;
  padding: 0 5px;
}

.article figure table tbody tr td,
figcaption {
  color: #2d2d32;
  padding: 0 5px;
}

.article figcaption {
  border-style: none solid solid solid;
  border-width: 2px;
  border-color: #2d2d32;
  margin-right: 1px;
}

table tbody tr td.group {
  color: #2d2d32;
}

table tbody tr td.column-daily-nba-betting-tips a {
  color: #2d2d32;
  background-color: #f2a12a;
  padding: 7px 14px;
  border-radius: 4px;
}

table tbody tr td.column-daily-nba-betting-tips a:hover,
table tbody tr td.column-daily-nba-betting-tips a:focus,
table tbody tr td.column-daily-nba-betting-tips a:active {
  color: #dcdcf5;
  background-color: #2d2d32;
  padding: 7px 14px;
}

table tbody tr td.column-daily-nba-betting-tips center {
  padding: 10px 0;
}

.container
  .dropdown.text-end.appeared
  .menu-dropdown-container
  #menu-primary-menu
  .menu-item {
  padding: 0;
  margin: 0;
}

.tweaked #menu-dropdown {
  flex-direction: column;
  padding-left: 0;
}

.tweaked #menu-dropdown li {
  padding: 0;
  color: #2d2d32;
}

.tweaked #menu-dropdown li:hover {
  background-color: #f8f9fa;
}

.tweaked .menu-item a {
  width: 100%;
  display: block;
  padding: 0.25rem 1rem;
  text-decoration: none;
}

.card {
  border: none !important;
}

.normal-article {
  color: #2d2d32;
}

.normal-article .card-title {
  font-size: 20px;
}

.normal-article img {
  width: 100%;
  height: auto;
}

footer.author_bio_section {
  padding: 10px;
  box-shadow: 3px 4px 12px 4px rgba(0, 0, 0, 0.075) !important;
  border: none;
}

footer.author_bio_section p.author_details {
  display: flex;
  font-style: italic;
}

footer.author_bio_section p.author_details img {
  width: 100%;
  height: 50%;
  border-radius: 50%;
  margin-right: 5px;
}

@media only screen and (max-width: 549px) {
  footer.author_bio_section p.author_details {
    font-size: 13px;
  }
}

footer.author_bio_section p.author_name {
  font-size: 18px;
  font-weight: 600;
}

footer.author_bio_section p.author_links a {
  font-weight: 400;
}

footer.author_bio_section p.author_links a:nth-child(2) {
  display: none;
}

.normal-article .card-text .text-muted small img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

.normal-article .card-text .text-muted small {
  font-style: italic;
  color: #2d2d32 !important;
}

.normal-article .card-text .text-muted small a {
  text-decoration: underline;
  font-style: normal;
  font-weight: 500;
}

.normal-article .card-text .category-display {
  margin-left: 20px;
  width: 50%;
}

.normal-article .card-text .category-display small {
  display: flex;
  flex-wrap: wrap;
}

.normal-article .card-text .category-display small br {
  display: none;
}

.normal-article .card-text .category-display small a {
  background-color: #e5e5e5;
  color: #2d2d32;
  text-decoration: none;
  padding: 5px;
  border-radius: 10px;
  margin-right: 10px;
}

.normal-article .stats-streaks img {
  height: auto !important;
  width: 100%;
}

.normal-article .card-text {
  font-size: 18px;
  display: flex;
  align-items: baseline;
  flex-direction: column;
}

.normal-article .card-text.flexed {
  flex-direction: row;
  align-items: center;
}

.normal-article .card-text .text-muted {
  font-size: 14px;
}

.text-muted a {
  text-decoration: none;
}

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

.sidebar .editors-choice-right .card-header {
  display: flex;
  padding: 8px 16px;
}

.sidebar .editors-choice-right .card-header img {
  height: 100%;
  margin-right: 10px;
}

.sidebar .editors-choice-right .author-details {
  display: flex;
  align-items: center;
}

.sidebar .editors-choice-right .author-details img {
  height: 25px !important;
  width: 25px !important;
  border-radius: 50%;
  margin-right: 8px;
}

.sidebar .editors-choice-right .author-details a {
  color: #2d2d32;
  font-weight: 400;
}

.sidebar .editors-choice-right .author-details a:hover {
  text-decoration: underline;
}

.spacer {
  padding: 0 8px;
}

.italicised {
  font-weight: 100;
  font-style: italic;
}

.banner {
  margin: 0;
}

.article img {
  width: 100%;
  height: auto;
}

.article .card-body p {
  margin: 0;
}

.normal-article iframe {
  width: 100%;
}

.normal-article p {
  font-size: 16px;
}

.normal-article div div:nth-child(3) {
  margin-bottom: 20px !important;
}

/* .normal-article form.init p:first-child {
    margin-top: 20px;
} */

.normal-article p label {
  color: #fff !important;
}

.huge-article {
  position: relative;
}

.huge-article .card-body .card-text .text-muted,
.article .card-body p.card-text .text-muted {
  color: #2d2d32 !important;
  font-size: 16px !important;
}

.overlay-block {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  opacity: 0.8;
}

.overlay-block p {
  display: inline-block;
}

.normal-article p label span input {
  border-radius: 10px;
  width: 100%;
}

.normal-article p input[type="submit"] {
  background-color: #dcdcf5;
  border: 1px solid #dcdcf5;
  color: #2d2d32;
  padding: 5px 10px;
  border-radius: 10px;
}

.normal-article p input[type="submit"] {
  cursor: pointer;
}

.date {
  font-style: italic;
}

.normal-article p.date {
  margin: 0;
  font-size: 16px;
}

.normal-article p iframe {
  width: 100%;
}

.normal-article a {
  font-size-adjust: 1.1em;
  font-weight: 600;
  text-decoration: underline;
}

.normal-article .wp-block-button a {
  text-decoration: none !important;
}

.normal-article q {
  font-size: 20px;
}

.normal-article h2 {
  font-size: 20px;
  line-height: 1.1;
}

.normal-article h3 {
  font-size: 18px;
  font-weight: bold;
}

.normal-article .odds {
  background-color: #dcdcf5;
  color: #2d2d32;
  padding: 1px 6px;
}

.normal-article .green-button {
  background-color: #dcdcf5;
}

.normal-article .gold-button {
  background-color: #f0a12b;
}

.normal-article .red-button {
  background-color: #d1492f;
}

.normal-article .purple-button {
  background-color: #2d2d32;
}

.normal-article .underline {
  text-decoration: underline;
}

.card-deck.related-articles .inner-cards {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.card-deck.related-articles .inner-cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
}

.card-deck.related-articles .inner-cards .card .card-body .card-title {
  font-size: 18px;
}

.card-deck.related-articles .inner-cards .card img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.card-deck.related-articles .inner-cards .card:nth-child(3) {
  display: none;
}

.sidebar {
  height: 100vh;
  top: 140px;
  position: sticky;
  z-index: 999;
  overflow-y: scroll;
}

.second-nav {
  position: sticky;
  z-index: 1000;
}

.navbar {
  position: sticky;
  z-index: 1001;
}

.navbar {
  top: 0;
  background-color: #fff;
}

.most-recent {
  display: inline-block;
  background-color: #f65353;
  padding: 0 5px;
  line-height: 1.5;
  border-radius: 5px;
}

.most-recent .redded {
  font-size: 16px;
  color: #fff;
}

/* Responiveness Section Start */

/* Mobile */

@media only screen and (max-width: 600px) {
  .author-image img {
    height: 280px;
    border-radius: 140px;
    width: 280px;
  }
  .author-image {
    text-align: center;
  }
  .card-title {
    font-size: 22px;
  }
  .article .card-body p,
  .article .card-body p.card-text .text-muted {
    font-size: 15px !important;
  }
  .podcast-image-section {
    justify-content: space-between !important;
  }
  .bottom-nav .navbar-nav {
    padding-left: 10px;
  }
  .image {
    flex: 0 1 30% !important;
  }
}

/* Tablet */

@media only screen and (max-width: 575px) {
  .left-panel {
    padding: 0;
  }
  .row {
    padding: 0 !important;
    width: 100%;
    margin: 0;
  }
  .main-body {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .bottom-nav.container {
    padding: 0 !important;
    margin: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 601px) {
  .main-body {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .author-image img {
    height: 220px;
    border-radius: 110px;
    width: 220px;
  }
  .bottom-nav .navbar-nav {
    justify-content: space-around;
  }
  .bottom-nav .navbar-nav {
    justify-content: space-around;
  }
  .main-body {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overlay-block {
    position: inherit;
  }
  .text-excerpt {
    display: block;
  }
  .article .img-cover.large-img img {
    aspect-ratio: 1.2;
  }
}

/* Small Desktop */

/* Large Desktop */

@media only screen and (max-width: 991px) {
  .navbar-toggler {
    display: none;
  }
  .dropdown-menu.tweaked.added {
    position: absolute;
    right: 0;
    left: auto;
  }
}

@media only screen and (min-width: 771px) and (max-width: 991px) {
  .second-nav {
    top: 74px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1030px) {
  .navbar-collapse .wrapper {
    justify-content: flex-end;
  }
  .second-nav {
    top: 62px;
  }
  .menu {
    display: flex;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 1031px) {
  /* .hide-for-now {
    display: none;
  } */
  .second-nav {
    top: 74px;
  }
}

@media only screen and (min-width: 1031px) and (max-width: 5400px) {
  .navbar {
    padding: 10px 0 !important;
  }
  .bottom-nav {
    padding: 0;
  }
  .editors-choice-right .card .card-header {
    color: #2d2d32;
    font-size: 18px;
  }
  .editors-choice-right .card a img {
    width: 100%;
    height: 75px;
    object-fit: cover;
  }
  .editors-choice-right .card .card-header img {
    margin-right: 10px;
    width: 9%;
  }
  .editors-choice-right .card .no-gutters .card-body .card-title {
    color: #2d2d32;
    background-color: transparent;
    font-size: 13px;
  }
  .editors-choice-right .card .no-gutters .card-body .card-text {
    font-size: 11px;
  }
  .editors-choice-right .card-header,
  .author-section .card-header {
    background-color: #e5e5e5;
    color: #2d2d32;
  }
  .btn-purple {
    background-color: #dcdcf5;
    color: #2d2d32;
  }
  .ajax-load-more-wrap.green .alm-load-more-btn {
    background-color: #dcdcf5 !important;
    color: #2d2d32;
  }
  .single-read .author-section {
    display: block !important;
  }
  .author-section {
    display: none;
  }
  .newsletter-right {
    background-color: #e5e5e5;
  }
  .newsletter-right .title,
  .editors-choice-right .title {
    font-size: 17px;
    font-weight: 600;
  }
  .newsletter-right .newsletter-text {
    color: #2d2d32;
    font-size: 14px;
    font-weight: 400;
  }
  .newsletter-right form input[type="email"] {
    background-color: transparent;
    border: 2px solid #fff;
    width: 70%;
  }
  .newsletter-right form input[type="button"] {
    background-color: #fff;
    border: 2px solid #fff;
    width: 25%;
  }
  .newsletter-text {
    font-size: 16px;
  }
  .advert {
    background-color: transparent;
  }
  .social-media .card .card-header {
    background-color: #e5e5e5;
    color: #2d2d32;
    font-size: 18px;
    font-weight: 600;
  }
  .social-media .card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .social-media .card .card-body .social-icon img {
    width: 100%;
  }
}

.left-panel {
  padding-left: 0 !important;
}

.main-body .container .row {
  width: 100% !important;
  margin: auto;
}
@media only screen and (min-width: 200px) and (max-width: 1023px) {
  .left-panel {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 200px) and (max-width: 1023px) {
  .sidebar {
    display: none;
  }
  .left-panel {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 771px) and (max-width: 1030px) {
  .navbar {
    padding: 10px 0 !important;
  }
  .bottom-nav {
    padding: 0;
  }
  .editors-choice-right .card a img {
    width: 100%;
  }
  .editors-choice-right .card .card-header {
    color: #2d2d32;
    font-size: 16px;
  }
  .editors-choice-right .card .card-header img {
    width: 9%;
  }
  .editors-choice-right .card .no-gutters .card-body .card-title {
    color: #2d2d32;
    font-size: 12px;
    margin-bottom: 0;
    background-color: transparent;
  }
  .editors-choice-right .card .no-gutters .card-body .card-text {
    font-size: 10px;
    margin-top: 2px;
  }
  .newsletter-right,
  .editors-choice-right .card-title {
    background-color: #e5e5e5;
    color: #2d2d32;
  }
  .newsletter-right .title,
  .editors-choice-right .title,
  .author-section .title {
    font-size: 15px;
    font-weight: 600;
  }
  .newsletter-right .newsletter-text {
    color: #2d2d32;
    font-size: 14px;
    font-weight: 300;
  }
  .newsletter-right form input[type="email"] {
    width: 70%;
    border: 2px solid #fff;
    background-color: transparent;
  }
  .newsletter-right form input[type="button"] {
    background-color: #fff;
    border: 2px solid #fff;
    width: 25%;
  }
  .advert {
    background-color: transparent;
  }
  .social-media .card .card-header {
    background-color: #fa653c;
    color: #fff;
    font-size: 15px;
  }
  .social-media .card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .social-media .card .card-body .social-icon img {
    width: 100%;
  }
}

@media only screen and (max-width: 770px) {
  .second-nav {
    top: 53px;
  }
}

@media only screen and (max-width: 991px) {
  body .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0 !important;
  }
  .container .dropdown.text-end {
    display: none;
  }
  .container .dropdown.text-end.appeared {
    display: block !important;
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  #menu-primary-menu {
    display: flex;
    margin-bottom: 0;
  }
  .navbar-collapse {
    align-items: center;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 200px) and (max-width: 1399px) {
  .article figcaption {
    margin-right: 0;
  }
}

@media only screen and (min-width: 550px) and (max-width: 660px) {
  .article .card-body figure table,
  .article .card-body figure table tbody tr td,
  .article .card-body figure table thead tr th {
    border: 2px solid #2d2d32;
  }
  .article figure table {
    width: 100%;
    border-collapse: collapse;
  }
  .article figure table thead {
    background-color: #2d2d32;
  }
  .article figure table thead tr th {
    color: #fff;
  }
  .article figure table tbody tr td,
  figcaption {
    color: #2d2d32;
  }
}

@media only screen and (min-width: 771px) and (max-width: 1030px) {
  .article .card-body figure table,
  .article .card-body figure table tbody tr td,
  .article .card-body figure table thead tr th {
    border: 2px solid #2d2d32;
  }
  .article figure table {
    width: 100%;
    border-collapse: collapse;
  }
  .article figure table thead {
    background-color: #2d2d32;
  }
  .article figure table thead tr th {
    color: #fff;
  }
  .article figure table tbody tr td,
  figcaption {
    color: #2d2d32;
  }
}

@media only screen and (min-width: 1031px) and (max-width: 2400px) {
  .article .card-body figure table,
  .article .card-body figure table tbody tr td,
  .article .card-body figure table thead tr th {
    border: 2px solid #2d2d32;
  }
  .article figure table {
    width: 100%;
    border-collapse: collapse;
  }
  .article figure table thead {
    background-color: #2d2d32;
  }
  .article figure table thead tr th {
    color: #fff;
  }
  .article figure table tbody tr td,
  figcaption {
    color: #2d2d32;
  }
}

.normal-article .content-section .linking {
  padding: 5px;
  background-color: #e5e5e5;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}

.normal-article .content-section .linking:hover,
.normal-article .content-section .linking:focus,
.normal-article .content-section .linking:active {
  background-color: #8d8a8a;
  cursor: pointer;
  text-decoration: underline;
}

@media only screen and (min-width: 1031px) and (max-width: 2400px) {
  .normal-article .card-title {
    font-size: 28px;
  }
  .normal-article .card-text {
    font-size: 22px;
  }
  .normal-article .card-text .text-muted {
    font-size: 16px;
  }
  .normal-article .content-section p {
    font-size: 18px;
  }
  .normal-article .content-section h2 {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
  .normal-article .content-section h3 {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 300px) and (max-width: 350px) {
  .navbar button.btn {
    height: 55px;
    padding: 5px;
    width: 82px;
  }
  .navbar .navbar-brand img {
    height: 32px;
  }
}

@media only screen and (min-width: 550px) and (max-width: 660px) {
  .bottom-nav .navbar-nav li a {
    font-size: 14px;
  }
  .bottom-nav .bottom-wrap .cat-links a {
    font-size: 14px;
  }
  .card .card-header {
    font-size: 14px;
  }
  .card .card-header img {
    width: 4%;
  }
  .card .card-body .card-title {
    font-size: 20px;
  }
  .article .card-body .card-text {
    font-size: 18px !important;
  }
  .article .card-body .card-text .text-muted {
    font-size: inherit !important;
  }
  .article .card-body p {
    font-size: 16px;
  }
  .normal-article .card .card-body .card-title {
    font-size: 20px;
  }
  .normal-article .card-content .text-muted {
    font-size: inherit;
  }
  .normal-article .content-section p {
    font-size: 18px !important;
  }
  .editors-choice .card .card-header {
    padding: 5px 10px 0 20px;
    font-size: 18px;
  }
  .editors-choice .card .card-header img {
    width: 5%;
  }
  .editors-choice .card .no-gutters img {
    height: 120px;
  }
  .editors-choice .card .no-gutters .card-body .card-title {
    font-size: 18px !important;
  }
  .editors-choice .card .no-gutters .card-body .card-text {
    font-size: 18px;
  }
  .card-deck.related-articles .card-header {
    color: #2d2d32;
  }
  .card-deck.related-articles .card img {
    height: 232px !important;
  }
  .card-deck.related-articles .card:nth-child(3) {
    display: block;
  }
  .card-deck.related-articles .card .card-body .card-title {
    font-size: 20px !important;
  }
  .accordion .card .card-header {
    padding: 0.45rem 1.25rem;
  }
  .accordion .card .card-header img {
    width: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .article .img-cover img {
    aspect-ratio: 2;
  }
}

@media only screen and (max-width: 768px) {
  .normal-article p.date {
    font-size: 14px !important;
    margin: -8px 0 0;
  }
  .copyright .social {
    width: 35% !important;
    margin: 20px auto !important;
  }
  .copyright .social img {
    margin-right: 10px !important;
  }
  .article .img-cover.large-img img {
    aspect-ratio: 1.2;
  }
}

@media only screen and (max-width: 770px) {
  .article .img-cover img {
    border-radius: 0 0 5px 5px;
  }
}

@media only screen and (min-width: 661px) and (max-width: 770px) {
  .article .card-body figure table,
  .article .card-body figure table tbody tr td,
  .article .card-body figure table thead tr th {
    border: 2px solid #2d2d32;
  }
  .article figure table {
    width: 100%;
    border-collapse: collapse;
  }
  .article figure table thead {
    background-color: #2d2d32;
  }
  .article figure table thead tr th {
    color: #fff;
  }
  .article figure table tbody tr td,
  figcaption {
    color: #2d2d32;
  }
  .navbar .navbar-nav a img {
    width: 4%;
  }
  .bottom-nav .bottom-wrap .cat-links a {
    font-size: 14px;
  }
  .bottom-nav .navbar-nav li {
    font-size: 14px !important;
  }
  .bottom-nav .navbar-nav li a {
    font-size: inherit !important;
  }
  .card .card-header img {
    width: 4%;
  }
  .card .card-body .card-title {
    font-size: 20px;
  }
  .card .card-body .card-text {
    font-size: 18px !important;
  }
  .card .card-body .card-text .text-muted {
    font-size: inherit !important;
  }
  .card .card-body p {
    font-size: 18px !important;
  }
  .editors-choice {
    display: none;
  }
  .editors-choice .card .card-header {
    padding: 5px 10px 0 20px;
  }
  .editors-choice .card .card-header img {
    width: 4%;
  }
  .editors-choice .card .no-gutters .card-body .card-title {
    font-size: 22px !important;
  }
  .editors-choice .card .no-gutters .card-body .card-text {
    font-size: 22px;
  }
  .load-more-button button {
    width: 25%;
  }
  .accordion .card .card-header {
    padding: 0.45rem 1.25rem;
  }
  .accordion .card .card-header img {
    width: 5% !important;
  }
  .footer-section h5 {
    font-size: 1rem;
  }
  .footer-section .newsletter .newsletter-text {
    font-size: 16px !important;
  }
  .footer-section .newsletter form input[type="email"] {
    margin-bottom: 5px;
    width: 90%;
  }
  .footer-section .newsletter form input[type="button"] {
    width: 45%;
  }
  .copyright .social {
    width: 67%;
  }
  .copyright .social img {
    margin: auto;
    width: 20%;
  }
  .card-deck.related-articles .card-header {
    color: #2d2d32;
  }
  .card-deck.related-articles .card img {
    height: 300px !important;
  }
  .card-deck.related-articles .card:nth-child(3) {
    display: block;
  }
  .card-deck.related-articles .card .card-body .card-title {
    font-size: 20px !important;
  }
  .article .card-body figure table,
  .article .card-body figure table tbody tr td,
  .article .card-body figure table thead tr th {
    border: 2px solid #2d2d32;
  }
  .article figure table {
    width: 100%;
    border-collapse: collapse;
  }
  .article figure table thead {
    background-color: #2d2d32;
  }
  .article figure table thead tr th {
    color: #fff;
  }
  .article figure table tbody tr td,
  figcaption {
    color: #2d2d32;
  }
}

@media only screen and (min-width: 771px) and (max-width: 1030px) {
  .navbar .mobile-nav .dropdown {
    display: none;
  }
  .bottom-nav .navbar-nav li {
    font-size: 14px !important;
  }
  .bottom-nav .navbar-nav li a {
    font-size: inherit;
  }
  .article .card-body .card-title {
    font-size: 20px !important;
  }
  .article .card-body .card-text .text-muted {
    font-size: 18px !important;
  }
  .article .card-body p {
    font-size: 16px !important;
  }
  p {
    font-size: 18px;
  }
  .card-text {
    font-size: 16px;
  }
  .article .card-header img {
    width: 20px;
    max-height: 20px;
  }
  .article .card-body .card-title {
    font-size: 20px;
  }
  .article .card-body .card-text {
    font-size: 16px;
  }
  .card-article-small .card-header {
    padding-top: 6px;
  }
  .card-article-small .card-header img {
    width: 20px;
    max-height: 20px;
    margin-right: 10px;
  }
  .card-article-small .img-cover {
    padding: 10px;
  }
  .card-article-small .card-body .card-title {
    font-size: 20px;
  }
  .normal-article .card-title {
    font-size: 20px;
  }
  .normal-article .card-text .text-muted {
    font-size: 16px;
  }
  .normal-article .content-section p {
    font-size: 18px;
  }
  .normal-article .content-section q {
    font-size: 20px;
  }
  .sidebar .editors-choice-right .card .card-header {
    font-size: 18px;
  }
  .sidebar .editors-choice-right .card .no-gutters .card-body .title {
    font-size: 13px;
  }
  .sidebar .editors-choice-right .card .no-gutters .card-body .card-text {
    font-size: 11px;
  }
  .sidebar .editors-choice-right .card .no-gutters img {
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .sidebar .newsletter-right .title,
  .editors-choice-right .title {
    font-size: 17px;
    font-weight: 600;
  }
  .sidebar .social-media .card .card-header {
    font-size: 15px;
  }
  .related-articles .card-header {
    color: #fff;
  }
  .related-articles .inner-cards .card img {
    height: 300px !important;
  }
  .related-articles .inner-cards .card .card-body .card-title {
    font-size: 20px !important;
  }
  .load-more-button button {
    width: 30%;
  }
  .accordion .card .card-header {
    padding-top: 6px;
  }
  .accordion .card .card-header button img {
    width: 3.5%;
  }
  .editors-choice {
    display: none;
  }
  .article .card-body figure table,
  .article .card-body figure table tbody tr td,
  .article .card-body figure table thead tr th {
    border: 2px solid #2d2d32;
  }
  .article figure table {
    width: 100%;
    border-collapse: collapse;
  }
  .article figure table thead {
    background-color: #2d2d32;
  }
  .article figure table thead tr th {
    color: #fff;
  }
  .article figure table tbody tr td,
  figcaption {
    color: #2d2d32;
  }
}

@media only screen and (min-width: 1031px) and (max-width: 5400px) {
  .navbar .navbar-brand img {
    height: 45px;
  }
  .navbar .mobile-nav {
    display: none;
  }
  .navbar .menu-main-menu-container {
    display: block;
  }
  .navbar ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .navbar .form-two {
    display: none;
  }
  .navbar .form-one {
    display: block;
    margin: auto 10px auto auto;
  }
  .navbar .btn {
    border: 2px solid #dcdcf5;
    border-radius: 4px;
    height: auto;
  }
  .second-nav .bottom-nav .navbar-nav li {
    font-size: 14px;
  }
  .second-nav .bottom-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
  }
  .second-nav .bottom-nav ul li {
    list-style: none;
    margin: 0 5px;
  }
  .second-nav .bottom-nav ul li a {
    color: inherit;
    font-weight: 400;
    font-size: inherit;
  }
  .card-text {
    font-size: 18px;
  }
  .article .card-header img {
    width: 20px;
    max-height: 20px;
  }
  .article .card-body .card-title {
    font-size: 20px;
  }
  .article .card-body .card-text {
    font-size: 18px !important;
  }
  .article .card-body .card-text .text-muted {
    font-size: inherit !important;
  }
  .article .card-body p {
    font-size: 16px;
  }
  .card-article-small .card-header {
    padding-top: 6px;
  }
  .card-article-small .card-header img {
    margin-right: 10px;
    width: 20px;
    max-height: 20px;
  }
  .card-article-small .img-cover {
    padding: 10px;
  }
  .card-article-small .card-body .card-title {
    font-size: 20px;
  }
  .card-article-small .card-body .card-text {
    font-size: 18px !important;
  }
  .card-article-small .card-body .card-text .text-muted {
    font-size: inherit !important;
  }
  .card-article-small .card-body p {
    font-size: 18px;
  }
  .card-deck.related-articles .card-header {
    color: #2d2d32;
  }
  .card-deck.related-articles .inner-cards .card .card-body .card-title {
    font-size: 20px;
  }
  .editors-choice-right .card .no-gutters img {
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .card-deck.related-articles {
    margin: 0;
  }
  .card-deck.related-articles .card img {
    height: 250px !important;
  }
  .card-deck.related-articles .card:nth-child(3) {
    display: block !important;
  }
  .load-more-button button {
    width: 30%;
  }
  .accordion .card .card-header {
    padding-top: 6px;
  }
  .accordion .card .card-header button img {
    width: 3.5%;
  }
  .editors-choice {
    display: none;
  }
  .article .card-body figure table,
  .article .card-body figure table tbody tr td,
  .article .card-body figure table thead tr th {
    border: 2px solid #2d2d32;
  }
  .article figure table {
    width: 100%;
    border-collapse: collapse;
  }
  .article figure table thead {
    background-color: #2d2d32;
  }
  .article figure table thead tr th {
    color: #fff;
  }
  .article figure table tbody tr td,
  figcaption {
    color: #2d2d32;
  }
}

.text-excerpt {
  display: none;
}

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