p {
    text-align: justify;
    /*font-size: 14px;*/
  	font-size: 16px;
    letter-spacing: 1px;
  	width:75% !important;
}
.header-border-1 .nm-header {
    border-bottom: 1px solid #1f1f1f;
}
.nm-footer-bar {
    display: none;
}
.nm-blog-grid .nm-post-content {
    text-align: justify;
    /*font-size: 14px;*/
    font-size: 16px;
}
.nm-blog-categories-list li a {
    font-size: 14px;
    line-height: 1;
    color: #888;
    margin: 0 17px;
}
.nm-post-pagination a span.subtitle {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.nm-menu li a {
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

a {
	text-decoration: underline;
}

/*AUDIO PLAYER STYLE*/

/* Player background */
.mytheme-mejs-container.mejs-container,
.mytheme-mejs-container .mejs-controls,
.mytheme-mejs-container .mejs-embed,
.mytheme-mejs-container .mejs-embed body {
  background-color: #EB8B80 !important;
  color: white !important;
}

/* Player Width */

.mytheme-mejs-container.mejs-container {
  width: 25% !important;
}

/* Player controls */
/*.mytheme-mejs-container .mejs-button > button {
  background-image: url("images/mejs-controls-dark.svg");*/
}

.mytheme-mejs-container .mejs-time {
  color: white !important;
}

/* Progress and audio bars */

/* Progress and audio bar background */
.mytheme-mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mytheme-mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: #BA5549;
  color: #fff !important;
}

/* Track progress bar background (amount of track fully loaded)
  We prefer to style these with the main accent color of our theme */
.mytheme-mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(155, 155, 155, 0.075);
}

/* Current track progress and active audio volume level bar */
.mytheme-mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mytheme-mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
}

/* Reduce height of the progress and audio bars */
.mytheme-mejs-container .mejs-time-buffering,
.mytheme-mejs-container .mejs-time-current,
.mytheme-mejs-container .mejs-time-float,
.mytheme-mejs-container .mejs-time-float-corner,
.mytheme-mejs-container .mejs-time-float-current,
.mytheme-mejs-container .mejs-time-hovered,
.mytheme-mejs-container .mejs-time-loaded,
.mytheme-mejs-container .mejs-time-marker,
.mytheme-mejs-container .mejs-time-total,
.mytheme-mejs-container .mejs-horizontal-volume-total,
.mytheme-mejs-container .mejs-time-handle-content {
  height: 3px;
}

.mytheme-mejs-container .mejs-time-handle-content {
  top: -6px !important;
  color: #fff !important;
}

.mytheme-mejs-container .mejs-time-total {
  margin-top: 8px;
}

.mytheme-mejs-container .mejs-horizontal-volume-total {
  top: 19px;
}