/* Zlatko's custom CSS override for YOOtheme child theme */

/* Main menu text styling */
.uk-navbar-nav > li > a {
  font-size: 1.1rem !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-shadow: .5px .5px .5px rgba(0, 0, 0, 1);
  transition: color 0.3s ease;
}

/* Hover effect */
.uk-navbar-nav > li > a:hover {
  color: #cccccc;
}

.uk-navbar-dropdown-nav {
    font-size: 1.15rem !important;
    font-family: 'PT Sans Narrow';
    font-weight: 500;
	line-height: 1.25 !important;
}

/* .uk-navbar-dropdown-nav>li>a {
    color: #767881 !important;
} */

/* ========================
   Font Face Declarations
   ======================== */

@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Partner UltraCondensed';
  src: url('../fonts/partnerlightultracondensed-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans Narrow';
  src: url('../fonts/PTSans-Narrow.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans Narrow';
  src: url('../fonts/PTSans-NarrowBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* ========================
   Font Usage Mapping
   ======================== */

body, p {
  font-family: 'Merriweather', serif !important;
  font-size: 1.1rem !important;
  line-height: 1.8;
  font-weight: 400;
  color: #190710 !important;
}

.partner-big {
  font-family: 'Partner UltraCondensed', sans-serif !important;
  font-weight: normal;
  letter-spacing: 0.5px; 
  color: #434343 !important;
}

.partner-middle {
  font-family: 'Partner UltraCondensed', sans-serif !important;
  font-weight: normal;
  font-size: 2.1rem;
  /* letter-spacing: 0.5px; */ 
  color: #174f82 !important;
  line-height: 1.6em;
}

h3, h4, h5, h6 {
  font-family: 'PT Sans Narrow', sans-serif !important;
  font-weight: 700;
  
}

/*Font sizes*/
.h1,.uk-h1,h1 {
    font-size: 2.5rem !important;
    line-height: 1.6;
    font-family: 'PT Sans Narrow'
}

.h2,.uk-h2,h2 {
    font-size: 2rem !important;
    line-height: 1.6;
    font-family: 'PT Sans Narrow'
}

.h3,.uk-h3,h3 {
    font-size: 1.75rem !important;
    line-height: 1.7;
    font-family: 'PT Sans Narrow';
    font-weight: 700
}

.h4,.uk-h4,h4 {
    font-size: 1.5rem !important;
    line-height: 1.4;
    font-family: 'PT Sans Narrow';
    font-weight: 700
}

.h5,.uk-h5,h5 {
    font-size: 1.35rem !important;
    line-height: 1.6;
    font-family: 'PT Sans Narrow';
    font-weight: 700
}

.h6,.uk-h6,h6 {
    font-size: 1.25rem !important;
    line-height: 1.4;
    font-family: 'PT Sans Narrow';
    font-weight: 700
}

.custom-pt-sans-narrow {
  font-family: "PT Sans Narrow", Arial, serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: rgb(9, 9, 10);
}


/* meta-infoblock in articles */
.article-meta-line {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #444;
  letter-spacing: 0.4px;
}

.meta-icon {
  margin-right: 5px;
  color: #666;
  vertical-align: baseline; /* ensures better alignment with text */
  font-size: 0.95em; /* optional size tweak */
}

.pt-serif-text {
  font-family: 'PT Serif', serif !important;
}


/* Raxo Category Blog */

.raxo-title {
  font-family: 'PT Sans Narrow', sans-serif !important;
  font-size: 3rem;
  color: #174f82 !important;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 0.5em;
  /* letter-spacing: -0.5px; */
}

/* Stacked metadata layout */
.raxo-meta-stacked {
  font-family: 'PT Sans Narrow', sans-serif !important;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 1rem;
}

.raxo-meta-stacked .meta-label {
    font-weight: normal;
    margin-top: 1.2em !important;
    margin-bottom: 0.2em;
    color: #222;
}

.raxo-meta-stacked .meta-row {
  display: flex;
  align-items: center;
  gap: 0.2em;
  /* margin-bottom: 0.4em; */
}

.raxo-meta-stacked .meta-row i {
  font-size: 1rem;
  width: 1.2em;
  text-align: center;
  color: #444;
}

.raxo-meta-stacked .meta-row span {
  display: inline-block;
}

/* Article image */
/* .raxo-image img {
    max-width: 100%;
    height: auto;
    margin-top: 1.5em;
	margin-bottom: 1.2em;
} */

/* Intro text */
.raxo-text {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  color: #2a2a2a;
  margin-bottom: 1.5em;
}


.raxo-bricks {
    margin: 0 0 24px !important;
    box-sizing: border-box;
}

/* ----------------------------------------
🔤 Global Font Base for All RAXO Modules
---------------------------------------- */
.raxo-default,
.raxo-bricks,
.raxo-grid,
.allmode-bricks,
.allmode-columns,
.allmode-latest,
.raxo-bricks *,
.raxo-bricks .raxo-info * {
  font-family: 'PT Sans Narrow', sans-serif !important;
  color: #3c3c3c;
}

/* ----------------------------------------
🟦 Titles
---------------------------------------- */
.raxo-item-top .raxo-title,
.raxo-item-top .raxo-title a {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #174F82 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.raxo-item-nor .raxo-title,
.raxo-item-nor .raxo-title a {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #174F82 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.raxo-title a:hover {
  color: #c3b4b4 !important;
  text-decoration: underline;
}

/* ----------------------------------------
📆 Meta Info (date, author, hits, comments)
---------------------------------------- */
.raxo-info,
.raxo-meta,
.allmode-info {
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #cc1f1f;
  gap: 8px;
  margin: 6px 0;
}

.raxo-bricks .raxo-info.raxo-vertical-meta {
  display: flex;
  flex-direction: column;
}

/* ----------------------------------------
🧾 Text / Intro Content
---------------------------------------- */
.raxo-item-top .raxo-text {
  font-size: 1.1rem;
  line-height: 1.45rem;
  font-family: 'PT Sans Narrow', sans-serif !important;
  color: #4c4c4c;
  margin-top: 18px;
}

.raxo-item-nor .raxo-text,
.allmode-text {
  font-size: 1.1rem;
  line-height: 1.45rem;
  font-family: 'PT Sans Narrow', sans-serif !important;
  color: #4c4c4c;
  margin-top: 18px;
}

/* ----------------------------------------
🧭 Font Awesome Icons
---------------------------------------- */
.raxo-date::before,
.raxo-author::before,
.raxo-category::before,
.raxo-hits::before,
.raxo-comments::before {
  font-family: 'FontAwesome' !important;
  padding-right: 6px !important;
  color: #71626a !important;
}

.raxo-date::before     { content: "\f073" !important; } /* calendar */
.raxo-author::before   { content: "\f007" !important; } /* user */
.raxo-category::before { content: "\f03a" !important; } /* folder */
.raxo-comments::before { content: "\f075" !important; } /* comment */

.raxo-bricks .raxo-hits::before {
  content: "\f06e" !important;
  font-family: FontAwesome !important;
  margin-right: 0px !important;
  color: #71626a !important;
}


.raxo-hits,
.raxo-comments {
  padding-right: 10px;
}


/* 🔧 Force each meta item to be aligned properly */
.raxo-info span {
  display: flex;
  align-items: center;
  gap: 6px;
}


/* ----------------------------------------
🧱 Layout-specific Adjustments
---------------------------------------- */
.raxo-default article,
.allmode-columns .allmode-item {
  padding: 15px 0;
}

.allmode-columns .allmode-item .allmode-img img {
  margin: 2px 16px 18px 0;
}

.allmode-columns .allmode-item .allmode-title {
  font-size: 1rem;
  margin: 5px 0 10px;
}

.raxo-block-button,
.raxo-block-button a {
  font-size: 0.95rem;
  font-weight: 700;
  color: #174F82 !important;
  text-decoration: none;
}

.raxo-grid .raxo-block-button a {
  font-size: 1.1rem;
}

.allmode-latest .allmode-item {
  padding: 14px 0 2px;
}

.raxo-bricks .raxo-info span + span {
    margin-left: 0 !important;
}

/* 📌 Force PT Sans Narrow on all text inside RAXO bricks */
.raxo-bricks,
.raxo-bricks * {
  font-family: 'PT Sans Narrow', sans-serif !important;
}

.raxo-bricks .raxo-info.raxo-vertical-meta {
  display: flex;
  flex-direction: column;
  gap: 1px; /* originally 6px → now reduced by 4px */
}


.raxo-grid .raxo-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* or center if you prefer */
  gap: 4px;
  margin-top: 10px;
}

.raxo-grid .raxo-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}


.raxo-grid .raxo-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.raxo-grid .raxo-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Font Awesome eye icon for Hits */
.raxo-grid .raxo-hits .icon::before {
  content: "\f06e";
  font-family: FontAwesome;
  color: #71626a;
}

/* Label styling */
.raxo-grid .raxo-hits .label {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  color: #3c3c3c;
}


/* 🧱 RAXO Header Layout */
.raxo-bricks .raxo-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; /* Aligns button to bottom of text block */
  flex-wrap: wrap;
  padding: 12px 12px 14px 2px !important;
  background-color: #ffffff !important;
  border-bottom: none !important;
  border-color: #000000 !important;
  border-width: 1px 0 0 !important;
}

.raxo-grid .raxo-header  {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; /* Aligns button to bottom of text block */
  flex-wrap: wrap;
  padding: 14px 12px 14px 2px !important;
  background-color: #ffffff !important;
  border-bottom: none !important;
  border-color: #000000 !important;
}

/* 🎯 Section Title (e.g., "Essays") */
.raxo-bricks .raxo-block-name {
  font-family: "Partner UltraCondensed", sans-serif !important;
  font-weight: normal !important;
  font-size: 220% !important;
  color: #174f82 !important;
  padding: 6px 0 0 4px !important;
  margin: 0;
}

/* 🔵 Button Wrapper */
.raxo-block-button {
  margin-top: 4px !important; /* 🔽 Nudge the button downward */
}

/* 🔘 Button Styling */
.raxo-block-button a {
  display: inline-block;
  padding: 5px 14px !important;
  font-size: 1.2rem !important;
  font-weight: 700;
  color: #ffffff !important;
  background-color: #3598dc;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.raxo-block-button a:hover {
  opacity: 0.85;
  text-decoration: underline;
}


.raxo-bricks .raxo-top .raxo-text {
    font-size: 18px !important;
    line-height: 24px !important;
}


/* ----------------------------------------
📄 RAXO Pagination – Unified Final Stylesheet
---------------------------------------- */
.raxo-pagination {
  margin: 2.4rem 0 !important;
  font-family: 'PT Sans Narrow', sans-serif !important;
  color: #2a2a2a !important;
}

/* Section Title */
.raxo-pagination .raxo-block-name {
  font-family: "Partner UltraCondensed", sans-serif !important;
  font-weight: normal !important;
  font-size: 2.2rem !important;
  color: #174f82 !important;
  margin-bottom: 1rem !important;
  padding: 0 !important;
}

/* Optional Intro Text */
.raxo-pagination .raxo-block-intro {
  font-family: 'Merriweather', serif !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  color: #2a2a2a !important;
  margin-bottom: 1.5rem !important;
}

/* Pagination Item Wrapper */
.raxo-pagination article {
  padding: 1.8rem 0 !important;
  border-top: 1px solid #ccc !important;
}

.raxo-pagination article.raxo-item-upper {
  padding-top: 0 !important;
  border-top: none !important;
}

/* Article Image */
.raxo-pagination .raxo-image {
  margin: 1.5em 0 1.2em !important;
  border-radius: 2px !important;
  border: 1px solid #999 !important;
}

.raxo-pagination .raxo-image img {
  max-width: 100% !important;
  height: auto !important;
}

/* /* Title Block (neutralises h4) */
.raxo-pagination .raxo-title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.2rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  font-family: 'PT Sans Narrow', sans-serif !important;
  color: #434343 !important;
}

.raxo-pagination .raxo-title a {
  color: #174F82 !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.raxo-pagination .raxo-title a:hover {
  color: #c3b4b4 !important;
  text-decoration: underline !important;
}

/* Text Content */
.raxo-pagination .raxo-text {
  font-family: 'Merriweather', serif !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  color: #2a2a2a !important;
  margin-bottom: 1.5em !important;
}

/* Meta Block */
.raxo-pagination .raxo-meta {
  font-family: 'PT Sans Narrow', sans-serif !important;
  font-size: 0.95rem !important;
  color: #333 !important;
  margin-bottom: 1rem !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.4em;
}

.raxo-pagination .raxo-meta span {
  display: flex !important;
  align-items: center !important;
  gap: 0.3em !important;
  color: #444 !important;
}

/* Pagination Navigation */
.raxo-pagination .raxo-navigation {
  margin-top: 1.5rem !important;
  font-family: 'PT Sans Narrow', sans-serif !important;
  font-size: 0.95rem !important;
  background-color: #f9f9f9 !important;
  padding: 0.5rem 1rem !important;
  border-radius: 4px !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.3em;
}

.raxo-pagination .raxo-navigation a {
  display: inline-block !important;
  margin: 0 0.2rem !important;
  padding: 0.3rem 0.6rem !important;
  color: #174f82 !important;
  text-decoration: none !important;
  border-radius: 2px !important;
  background-color: transparent !important;
}

.raxo-pagination .raxo-navigation a:hover {
  background-color: #ffffff !important;
  text-decoration: underline !important;
}

/* Neutralise any H4 default styles inside pagination */
.raxo-pagination h4.raxo-title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.35rem !important;
  line-height: 2.5rem !important;
  font-weight: 700 !important;
  font-family: 'PT Sans Narrow', sans-serif !important;
  color: #174F82 !important;
}

.raxo-pagination .raxo-author::before,
.raxo-pagination .raxo-hits::before,
.raxo-pagination .raxo-comments::before,
.raxo-pagination .raxo-date::before,
.raxo-pagination .raxo-category::before {
  content: none !important;
  display: none !important;
}


/* Reset Bootstrap + AcyMailing button styling */
input.subbutton {
  all: unset;
  display: inline-block;
  font-family: 'PT Sans Narrow', sans-serif !important;
  font-size: 0.95rem;
  font-weight: bold;
  /* text-transform: uppercase;*/
  letter-spacing: .7px; 
  color: #ffffff;
  background-color: #217acb;
  padding: 4px 18px;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
}

input.subbutton:hover {
  background-color: #102c53;
}


@media screen and (max-width: 639px) {
  .uk-width-1-5\@m.uk-first-column {
    display: none !important;
  }
}


/* 🎯 Sidebar Latest Comments (cComment) – Refined Layout */

ul.ccomment-module {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  font-family: 'PT Sans Narrow', sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
  color: #2a2a2a;
}

ul.ccomment-module li {
  border-top: 1px solid #e0e0e0;
  padding: 0;
  margin: 0;
  background: #ffffff !important;
}

ul.ccomment-module li:first-child {
  border-top: none;
}

.ccomment_info {
    padding-left: 10px;
    font: bold 0.95rem / 1.4rem "Pt Sans Narrow", "Arial", "Helvetica", sans-serif !important;
	background-color: #f7f7f7 !important;
	padding: 2px 10px !important;
    border-bottom: 2px solid #ddd !important;
}



.ccomment-more a {
  font-weight: bold;
  font-size: 0.85rem;
  color: #3e7d91;
  text-decoration: underline;
  font-family: 'PT Sans Narrow', sans-serif !important;
}


.ccomment_comment {
  font-family: 'Merriweather', serif !important;
  font-size: 0.95rem !important;
  line-height: 1.3;
  margin: 6px 10px 6px 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ccomment_date {
  display: none !important;
}

ul.ccomment-module li:hover .ccomment_date {
  display: block !important;
  font-style: italic;
  font-size: 0.75rem;
  color: #bbb;
  margin-left: 10px;
}

/* Ajax Search */
#is_ajaxsearch_result .small-title {
    font: bold 0.95rem / 1.2rem "Pt Sans Narrow", "Arial", "Helvetica", sans-serif !important;
}

#is_ajaxsearch_result .result-element span.small-desc {
    font: 0.9rem / 1.2rem "Merriweather", serif !important;
	margin-top: 6px;
    line-height: 16px;
    text-shadow: none;
    text-decoration: none;
    text-transform: none;
    line-height: left;
}

.white-color-text, 
.white-color-text p {
  color: #ffffff !important;
}


/* 📚 TOC Block Container */
.series-toc-block {
  font-size: 0.95rem;
  background: #f9f9f9;
  padding: 1.5rem;
  border-left: 4px solid #ccc;
  margin-bottom: 2rem;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  font-family: inherit !important; /* Inherit from main site font */
}

/* 🎯 TOC Title Styling */
.series-toc-block h4.uk-heading-line {
  position: relative;
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}

/* 🔢 TOC Main List (Numbered) */
.series-toc-list {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* 📌 TOC List Item */
.series-toc-list li {
  counter-increment: item;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  line-height: 1.5;
}

/* 🔹 Number Prefix */
.series-toc-list li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  font-variant-numeric: tabular-nums;
  color: #555;
}

/* 🔗 TOC Links */
.series-toc-block a {
  text-decoration: none !important;
  color: inherit !important;
  transition: all 0.2s ease !important;
  padding: 2px 4px !important;
  display: inline-block !important;
  border-radius: 4px !important;
}

/* 🖱️ Hover Effect */
.series-toc-block a:hover {
  background-color: #eeeeee !important;
}

/* ✅ Active Link */
.series-toc-block a.active {
  font-weight: bold !important;
  background: none !important;
  border: none !important;
  padding-left: 2px !important;
}

/* 🔽 TOC Sublist (Hidden by Default) */
.toc-sublist {
  display: none;
  margin-left: 1.5em;
  margin-top: 0.5em;
  list-style: none;
  padding-left: 0;
}

/* 🔼 Show Sublist When Group is Open */
.toc-group.open .toc-sublist {
  display: block;
}

/* 🔘 Toggle Button for Foldable Group */
.toc-toggle {
  all: unset; /* Reset default button styles */
  cursor: pointer;
  font-weight: bold;
  font-size: 1.05rem;
  margin-top: 0.8em;
  display: inline-block;
}




/* 🧽 Fully remove UIkit lines applied to span inside heading */
.series-toc-block h4.uk-heading-line > span::before,
.series-toc-block h4.uk-heading-line > span::after {
  content: none !important;
  display: none !important;
}


/* 🔧 Add spacing above article thumbnail image */
.uk-article img[src*="/images/"] {
  margin-top: 25px !important;
}

.uk-nav-default {
    font-size: 1.25rem !important;
    line-height: 1.325 !important;
    font-family: 'PT Sans Narrow';
    font-weight: 500;
}

.uk-nav-sub {
    font-size: 1.05rem !important;
    line-height: 1.45 !important;
}


/* Breadcrumbs font*/

.uk-breadcrumb>*>* {
    font-size: 1.3rem !important;
    color: #b4b5ba;
    font-family: 'PT Sans Narrow';
    font-weight: 700;
}

.uk-pagination>*>* {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
}

.el-title {
  font-size: 1.2rem !important;
  font-family: 'PT Sans Narrow', sans-serif !important;
  font-weight: 700 !important;
  color: #6c6d74 !important;
}

.btn, .uk-button {
    font-size: 1.25rem !important;
	font-weight: 700 !important;
}

/* Primary Button Style */

.uk-button-primary {
    padding: 7px 24px;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'PT Sans Narrow', sans-serif !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), inset 0 2px 2px rgba(255, 255, 255, 0.4);
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.uk-button-primary:hover {
    background-color: #f0f0f0;
    color: #000;
    transform: scale(1.03);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6), inset 0 2px 2px rgba(255, 255, 255, 0.4);
}



/* Style the year text as a button */
.w357ui-accordion-title {
    display: inline-block;
    background-color: #003366;
    color: white;
    font-family: 'PT Sans', sans-serif;
    padding: 6px 12px;
    border-radius: 4px;
    margin-right: 12px; /* creates spacing before article count */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Optional hover effect */
.w357ui-accordion-title:hover {
    background-color: #005599;
}

/* Align article count next to it with muted styling */
.w357ui-display-inline-block.ma-count {
    margin-left: 12px;
    font-family: 'PT Sans', sans-serif;
    font-size: 0.85rem;
    color: #cccccc;
}


/*Ccomment editing*/
.small, .uk-text-small {
    font-size: 13px !important;
    line-height: 1.5;
	color: #999999 !important;
}

.ccomment .btn-mini {
    padding: 2px 6px;
	font-family: 'PT Sans Narrow', sans-serif !important;
	font-weight: 700;
    font-size: 0.95rem !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 14px;
}
.ccomment .btn {
    font-family: 'PT Sans Narrow', sans-serif !important;
    font-size: 16px !important;
}

.eb-inst .eb-header {
    font-family: 'PT Sans Narrow', sans-serif !important;
	font-size: 1.2em;
    line-height: 1em;
    margin-bottom: 20px;
    opacity: .8;
}

.ampz_btn.ampz_facebook,
.ampz_btn.ampz_twitter {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
}
