/* ==========================================================================
   Blog styles - begin
   ========================================================================== */
/* ==========================================================================
   Blog Common style - begin
   ========================================================================== */
.qodef-blog-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 40px;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-blog-holder article {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-blog-holder article.sticky .qodef-post-title a {
  color: #000000;
}

.qodef-blog-holder article.sticky .qodef-post-title a:after {
  content: "\2605";
  display: inline-block;
  font-size: inherit;
}

.qodef-blog-holder article .qodef-post-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-blog-holder article .qodef-post-image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.qodef-blog-holder article .qodef-post-image img {
  display: block;
}

.qodef-blog-holder article .qodef-post-image-background {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.qodef-blog-holder article .qodef-post-image-background a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.qodef-blog-holder article .qodef-post-image-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  line-height: 1;
  color: #fff;
}

.qodef-blog-holder article .qodef-post-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-blog-holder article .qodef-post-title {
  margin: 0;
}

.qodef-blog-holder article .qodef-post-excerpt-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 23px 0 0;
}

.qodef-blog-holder article .qodef-post-excerpt-holder p {
  margin: 0;
}

.qodef-blog-holder article .qodef-post-read-more-button {
  margin: 17px 0 12px;
}

.qodef-blog-holder article .qodef-post-excerpt:after {
  content: '...';
}

.qodef-blog-holder article .qodef-more-link-container {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0 0;
}

.qodef-blog-holder article .qodef-post-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-blog-holder article .qodef-post-info > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: currentColor;
}

.qodef-blog-holder article .qodef-post-info > * a {
  color: inherit;
}

.qodef-blog-holder article .qodef-post-info-top {
  margin-bottom: 6px;
}

.qodef-blog-holder article .qodef-post-info-top > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 14px 0 0;
  color: #808285;
  font-size: 13px;
}

.qodef-blog-holder article .qodef-post-info-top > div:after {
  content: '|';
  position: absolute;
  top: 0;
  right: -2px;
  color: #888888;
}

.qodef-blog-holder article .qodef-post-info-top > div:last-child:after {
  display: none;
}

.qodef-blog-holder article .qodef-post-info-top > div a {
  color: #888888;
  font-weight: 300;
}

.qodef-blog-holder article .qodef-post-info-top > div a:hover {
  color: #e9bbb1;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.qodef-blog-holder article .qodef-post-info-top .qodef-post-info-category {
  padding-left: 11px;
}

.qodef-blog-holder article .qodef-post-info-top .qodef-tags-holder {
  padding-left: 11px;
}

.qodef-blog-holder article .qodef-post-info-bottom {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  display: none;
  padding-top: 17px;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left,
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

@media only screen and (min-width: 769px) {
  .qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left,
  .qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right {
    width: 50%;
  }
  .qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left {
    float: left;
  }
  .qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right {
    text-align: right;
    float: right;
  }
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right > div {
  margin-left: 17px;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right > div:first-child {
  margin-left: 0;
}

.qodef-blog-holder article.format-link .qodef-post-text {
  padding: 12px 1px 53px 44px;
  background-color: #ff0437;
}

.qodef-blog-holder article.format-link .qodef-post-text .qodef-post-info-top {
  display: none;
}

.qodef-blog-holder article.format-link .qodef-post-text .qodef-post-info-bottom {
  display: block;
  text-align: left;
  padding-top: 11px;
}

.qodef-blog-holder article.format-link .qodef-post-text .qodef-post-info-bottom .qodef-post-info-bottom-left {
  float: none;
}

.qodef-blog-holder article.format-link .qodef-post-text .qodef-post-info-bottom .qodef-post-info-bottom-left a {
  color: #ffffff;
}

.qodef-blog-holder article.format-link .qodef-post-text .qodef-post-info-bottom .qodef-post-info-comments-holder, .qodef-blog-holder article.format-link .qodef-post-text .qodef-post-info-bottom .qodef-post-info-author-text, .qodef-blog-holder article.format-link .qodef-post-text .qodef-post-info-bottom .qodef-post-info-bottom-right, .qodef-blog-holder article.format-link .qodef-post-text .qodef-post-info-bottom .qodef-blog-like {
  display: none;
}

.qodef-blog-holder article.format-link .qodef-post-text-main {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  text-align: left;
}

.qodef-blog-holder article.format-link .qodef-post-text-main .qodef-link-title {
  color: #ffffff;
}

.qodef-blog-holder article.format-link .qodef-post-mark {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 50px;
  margin: 7px 2px 4px 0;
  vertical-align: top;
  text-align: left;
  color: #fff;
  font-size: 30px;
  float: right;
}

.qodef-blog-holder article.format-link .qodef-post-mark .qodef-link-mark {
  padding-top: 5px;
  font-size: 36px;
  color: #000000;
}

.qodef-blog-holder article.format-link .qodef-post-link-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
  text-align: left;
}

.qodef-blog-holder article.format-quote .qodef-post-text {
  padding: 36px 37px 39px;
  background-color: #04389e;
}

.qodef-blog-holder article.format-quote .qodef-post-text .qodef-quote-author {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

.qodef-blog-holder article.format-quote .qodef-post-text .qodef-post-info-bottom {
  display: none;
}

.qodef-blog-holder article.format-quote .qodef-post-text .qodef-post-info-bottom .qodef-post-info-comments-holder, .qodef-blog-holder article.format-quote .qodef-post-text .qodef-post-info-bottom .qodef-post-info-author-text, .qodef-blog-holder article.format-quote .qodef-post-text .qodef-post-info-bottom .qodef-post-info-bottom-right, .qodef-blog-holder article.format-quote .qodef-post-text .qodef-post-info-bottom .qodef-blog-like {
  display: none;
}

.qodef-blog-holder article.format-quote .qodef-post-text-main {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  text-align: left;
}

.qodef-blog-holder article.format-quote .qodef-post-text-main .qodef-quote-title {
  color: #ffffff;
  margin-bottom: 14px;
}

.qodef-blog-holder article.format-quote .qodef-post-mark {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 50px;
  vertical-align: top;
  float: right;
}

.qodef-blog-holder article.format-quote .qodef-post-mark .qodef-quote-mark {
  position: absolute;
  padding: 13px 0 0 35px;
  font-size: 80px;
  font-weight: 600;
  color: #ffffff;
}

.qodef-blog-holder article.format-quote .qodef-post-link-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
  text-align: left;
}

.qodef-blog-holder article.format-quote .qodef-post-author {
  display: inline-block;
  margin-bottom: 23px;
  font-size: 13px;
  line-height: 20px;
}

.qodef-blog-holder article.format-gallery .qodef-post-image {
  width: 100%;
}

.qodef-blog-holder article.format-gallery .owl-carousel .owl-item {
  z-index: 2;
}

.qodef-blog-holder article.format-gallery .owl-carousel .owl-item.active {
  z-index: 3;
}

.qodef-blog-holder article.format-audio.has-post-thumbnail .qodef-post-heading {
  position: relative;
}

.qodef-blog-holder article.format-audio.has-post-thumbnail .qodef-blog-audio-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.qodef-blog-holder article.format-audio .qodef-post-image {
  width: 100%;
  max-width: inherit;
}

.qodef-blog-holder article.format-audio .qodef-post-image img {
  width: 100%;
}

.qodef-blog-holder article.format-video .qodef-self-hosted-video {
  max-width: 100%;
}

/* ==========================================================================
   Blog Common style - end
   ========================================================================== */
.qodef-blog-audio-holder .mejs-container, .qodef-blog-audio-holder .mejs-embed, .qodef-blog-audio-holder .mejs-embed body, .qodef-blog-audio-holder .mejs-container .mejs-controls,
.qodef-blog-video-holder .mejs-container,
.qodef-blog-video-holder .mejs-embed,
.qodef-blog-video-holder .mejs-embed body,
.qodef-blog-video-holder .mejs-container .mejs-controls {
  background: none;
}

.qodef-blog-audio-holder .mejs-overlay-button,
.qodef-blog-video-holder .mejs-overlay-button {
  visibility: hidden;
}

.qodef-blog-audio-holder .mejs-container,
.qodef-blog-audio-holder .mejs-container .mejs-controls,
.qodef-blog-video-holder .mejs-container,
.qodef-blog-video-holder .mejs-container .mejs-controls {
  height: 40px !important;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls,
.qodef-blog-video-holder .mejs-container .mejs-controls {
  background: #282828;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  padding: 0;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls .mejs-button,
.qodef-blog-video-holder .mejs-container .mejs-controls .mejs-button {
  height: 40px;
  width: 40px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls button,
.qodef-blog-video-holder .mejs-container .mejs-controls button {
  background-color: transparent;
  background-image: none;
  border: 0;
  height: 40px;
  margin: 0;
  outline: none;
  position: relative;
  top: 0;
  width: 40px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls button:before,
.qodef-blog-video-holder .mejs-container .mejs-controls button:before {
  color: #ffffff;
  display: block;
  font-family: 'ElegantIcons';
  font-size: 15px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-playpause-button {
  padding-left: 4px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-play button:before, .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-replay button:before,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-play button:before,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-replay button:before {
  content: "\45";
  font-size: 20px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-pause button:before,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-pause button:before {
  content: "\60";
  font-size: 20px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-stop button:before,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-stop button:before {
  content: "\5e";
  font-size: 25px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-mute button:before,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-mute button:before {
  content: "\78";
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-unmute button:before,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-unmute button:before {
  content: "\79";
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider {
  background: rgba(40, 40, 40, 0.7);
  height: 130px;
  width: 33px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider .mejs-volume-total,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider .mejs-volume-total {
  background: #808285;
  top: 15px;
  width: 3px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider .mejs-volume-current,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider .mejs-volume-current {
  background-color: #ffffff;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider .mejs-volume-handle,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider .mejs-volume-handle {
  display: none;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider,
.qodef-blog-video-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider {
  height: 40px;
  margin-right: 20px;
  width: 100px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.qodef-blog-video-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.qodef-blog-video-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  height: 3px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.qodef-blog-video-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #808285;
  top: 18.5px;
  width: 100px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.qodef-blog-video-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #ffffff;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  height: 100%;
  line-height: 40px;
  padding: 0 16px 0 2px;
  width: 40px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time > *,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time > * {
  font-family: inherit;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time.mejs-duration-container,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time.mejs-duration-container {
  display: none;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail {
  font-family: inherit;
  height: 3px;
  margin: 0 5px 0 0;
  padding: 0;
  top: 18.5px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total {
  background: rgba(128, 130, 133, 0.7);
  height: 3px;
  margin: 0;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total span,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total span {
  height: 3px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-buffering,
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-hovered,
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-marker,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-buffering,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-hovered,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-marker {
  background: transparent;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-loaded,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-loaded {
  background: #808285;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-current,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-current {
  background: #ffffff;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-hovered,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-hovered {
  background: rgba(255, 255, 255, 0.7);
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float,
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float-corner,
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float-current,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float-corner,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float-current {
  background: none;
  border: 0;
  color: #ffffff;
  top: -20px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-handle,
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-handle-content,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-handle,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-handle-content {
  border: none;
  height: 3px;
  left: 0;
  top: 0;
  width: 3px;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-fullscreen-button,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-fullscreen-button {
  background-color: #f9e6e2;
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-fullscreen-button button:before,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-fullscreen-button button:before {
  color: #000000;
  content: "\30";
}

.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-fullscreen-button.mejs-unfullscreen button:before,
.qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-fullscreen-button.mejs-unfullscreen button:before {
  content: "\2f";
}

.qodef-self-hosted-video-holder {
  overflow: hidden;
}

.qodef-self-hosted-video-holder video {
  -o-object-fit: cover;
  object-fit: cover;
}

/* ==========================================================================
   Blog pagination standard style - begin
   ========================================================================== */
.qodef-blog-pagination-wp {
  display: none;
}

.qodef-blog-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0 0;
  clear: both;
}

.qodef-blog-pagination ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.qodef-blog-pagination ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
  /* &:last-child{
                &:before{
                    content: '...';
                    font-size: 12px;
                    display: inline-block;
                    letter-spacing: 3px;
                    font-weight: 400;
                    font-family: $default-text-font;
                    position: relative;
                    bottom: 1px;
                }
            }
         */
}

.qodef-blog-pagination ul li a, .qodef-blog-pagination ul li span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
}

.qodef-blog-pagination ul li.qodef-pag-active a {
  color: #000000;
}

.qodef-blog-pagination ul li.qodef-pag-prev, .qodef-blog-pagination ul li.qodef-pag-next, .qodef-blog-pagination ul li.qodef-pag-first, .qodef-blog-pagination ul li.qodef-pag-last {
  margin: 0 2px;
}

.qodef-blog-pagination ul li.qodef-pag-prev a, .qodef-blog-pagination ul li.qodef-pag-next a, .qodef-blog-pagination ul li.qodef-pag-first a, .qodef-blog-pagination ul li.qodef-pag-last a {
  font-size: 24px;
}

.qodef-blog-pagination ul li.qodef-pag-prev a span, .qodef-blog-pagination ul li.qodef-pag-next a span, .qodef-blog-pagination ul li.qodef-pag-first a span, .qodef-blog-pagination ul li.qodef-pag-last a span {
  display: block;
  line-height: inherit;
}

.qodef-blog-pagination ul li.qodef-pag-prev a span:before, .qodef-blog-pagination ul li.qodef-pag-next a span:before, .qodef-blog-pagination ul li.qodef-pag-first a span:before, .qodef-blog-pagination ul li.qodef-pag-last a span:before {
  display: block;
  line-height: inherit;
}

.qodef-blog-pagination ul li.qodef-pag-prev, .qodef-blog-pagination ul li.qodef-pag-next {
  position: relative;
  bottom: 1px;
}

.qodef-blog-pagination ul li.qodef-pag-prev {
  margin-right: 31px;
}

.qodef-blog-pagination ul li.qodef-pag-next {
  margin-left: 24px;
}

/* ==========================================================================
   Blog pagination standard style - end
   ========================================================================== */
/* ==========================================================================
   Blog List shortcode pagination standard style - begin
   ========================================================================== */
.qodef-blog-list-holder.qodef-bl-pag-standard-shortcodes .qodef-blog-list {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-blog-list-holder.qodef-bl-pag-standard-shortcodes.qodef-bl-pag-standard-shortcodes-animate .qodef-blog-list {
  opacity: 0;
}

.qodef-bl-standard-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0 0;
  clear: both;
}

.qodef-bl-standard-pagination ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.qodef-bl-standard-pagination ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
  /* &:last-child{
                &:before{
                    content: '...';
                    font-size: 12px;
                    display: inline-block;
                    letter-spacing: 3px;
                    font-weight: 400;
                    font-family: $default-text-font;
                    position: relative;
                    bottom: 1px;
                }
            }
         */
}

.qodef-bl-standard-pagination ul li a, .qodef-bl-standard-pagination ul li span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
}

.qodef-bl-standard-pagination ul li.qodef-pag-active a {
  color: #000000;
}

.qodef-bl-standard-pagination ul li.qodef-pag-prev, .qodef-bl-standard-pagination ul li.qodef-pag-next, .qodef-bl-standard-pagination ul li.qodef-pag-first, .qodef-bl-standard-pagination ul li.qodef-pag-last {
  margin: 0 2px;
}

.qodef-bl-standard-pagination ul li.qodef-pag-prev a, .qodef-bl-standard-pagination ul li.qodef-pag-next a, .qodef-bl-standard-pagination ul li.qodef-pag-first a, .qodef-bl-standard-pagination ul li.qodef-pag-last a {
  font-size: 24px;
}

.qodef-bl-standard-pagination ul li.qodef-pag-prev a span, .qodef-bl-standard-pagination ul li.qodef-pag-next a span, .qodef-bl-standard-pagination ul li.qodef-pag-first a span, .qodef-bl-standard-pagination ul li.qodef-pag-last a span {
  display: block;
  line-height: inherit;
}

.qodef-bl-standard-pagination ul li.qodef-pag-prev a span:before, .qodef-bl-standard-pagination ul li.qodef-pag-next a span:before, .qodef-bl-standard-pagination ul li.qodef-pag-first a span:before, .qodef-bl-standard-pagination ul li.qodef-pag-last a span:before {
  display: block;
  line-height: inherit;
}

.qodef-bl-standard-pagination ul li.qodef-pag-prev, .qodef-bl-standard-pagination ul li.qodef-pag-next {
  position: relative;
  bottom: 1px;
}

.qodef-bl-standard-pagination ul li.qodef-pag-prev {
  margin-right: 31px;
}

.qodef-bl-standard-pagination ul li.qodef-pag-next {
  margin-left: 24px;
}

.qodef-bl-standard-pagination ul li.qodef-pag-prev a {
  opacity: 0;
}

.qodef-bl-standard-pagination ul li.qodef-pag-next a {
  opacity: 1;
}

/* ==========================================================================
   Blog List shortcode pagination standard style - end
   ========================================================================== */
/* ==========================================================================
   Blog pagination load more style - begin
   ========================================================================== */
.qodef-blog-pag-load-more {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 40px 0 30px;
  text-align: center;
}

/* ==========================================================================
   Blog pagination load more style - end
   ========================================================================== */
/* ==========================================================================
   Blog pagination loading element style - begin
   ========================================================================== */
.qodef-blog-pag-loading {
  position: relative;
  display: none;
  width: 100%;
  margin: 40px 0 20px;
  color: #000000;
  text-align: center;
}

.qodef-blog-pag-loading.qodef-standard-pag-trigger {
  position: absolute;
  top: 50px;
  left: 0;
}

.qodef-blog-pag-loading.qodef-showing {
  display: block;
}

.qodef-blog-pag-loading > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background-color: #000000;
  border-radius: 100%;
  -webkit-animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both;
  animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both;
}

.qodef-blog-pag-loading .qodef-blog-pag-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.qodef-blog-pag-loading .qodef-blog-pag-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bl-pag-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bl-pag-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ==========================================================================
   Blog pagination loading element style - end
   ========================================================================== */
/* ==========================================================================
   Blog List - Standard style - begin
   ========================================================================== */
.qodef-blog-holder.qodef-blog-standard article {
  margin: 0 0 50px;
  padding: 0;
}

.qodef-blog-holder.qodef-blog-standard article.qodef-post-has-media .qodef-post-heading {
  margin-bottom: 35px;
}

.qodef-blog-holder.qodef-blog-standard article.format-quote, .qodef-blog-holder.qodef-blog-standard article.format-link {
  margin: 0 0 70px;
}

.qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-title a:hover, .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-title a:hover {
  color: #e9bbb1;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* ==========================================================================
   Blog List - Standard style - end
   ========================================================================== */
/* Single author box styles - begin
	====================================================================== */
.qodef-author-description {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  background-color: #f9e6e2;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-author-description .qodef-author-description-inner {
  padding: 28px 0 28px;
  min-height: 130px;
  clear: both;
}

.qodef-author-description .qodef-author-description-content {
  display: table;
  position: relative;
  padding: 0 30px;
}

.qodef-author-description .qodef-author-description-image {
  position: relative;
  top: 10px;
  left: 0;
  width: 125px;
  height: 125px;
  display: block;
  float: left;
}

.qodef-author-description .qodef-author-description-image img {
  display: block;
  border-radius: 5em;
}

.qodef-author-description .qodef-author-description-text-holder {
  padding: 5px 0 0 174px;
  min-height: 82px;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-name {
  margin: 0;
  text-align: left;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-name a {
  color: #000000;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-name a:hover {
  color: #000000;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-name .fn-author {
  font-size: 15px;
  font-weight: 400;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-email {
  margin: 0;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: left;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-text > p {
  margin: 13px 0 14px;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-social-icons {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 15px 0 0;
  font-size: 11px;
  color: #000000;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-social-icons a:last-child {
  margin: 0;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-social-icons a:hover {
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .qodef-author-description .qodef-author-description-content {
    padding: 0;
  }
  .qodef-author-description .qodef-author-description-image {
    display: block;
    width: 100%;
  }
  .qodef-author-description .qodef-author-description-image a img {
    margin: 0 auto;
  }
  .qodef-author-description .qodef-author-description-text-holder {
    margin-top: 155px;
    display: block;
    padding: 0;
  }
  .qodef-author-description .qodef-author-description-text-holder .qodef-author-name {
    text-align: center;
  }
  .qodef-author-description .qodef-author-description-text-holder .qodef-author-text {
    width: 80%;
    text-align: center;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-author-description .qodef-author-description-image a img {
    margin: 0 auto;
  }
  .qodef-author-description .qodef-author-description-text-holder {
    margin-top: 155px;
  }
  .qodef-author-description .qodef-author-description-text-holder .qodef-author-name {
    text-align: center;
  }
  .qodef-author-description .qodef-author-description-text-holder .qodef-author-text {
    width: 80%;
    text-align: center;
  }
}

/* Single author box styles - end
	====================================================================== */
/* Single posts navigation styles - begin
    ====================================================================== */
.qodef-blog-single-navigation {
  position: relative;
  display: table;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-blog-single-navigation .qodef-blog-single-navigation-inner {
  padding: 2px 0 74px;
}

.qodef-blog-single-navigation .qodef-blog-single-prev,
.qodef-blog-single-navigation .qodef-blog-single-next {
  color: #808285;
}

.qodef-blog-single-navigation .qodef-blog-single-prev .qodef-blog-single-nav-mark,
.qodef-blog-single-navigation .qodef-blog-single-next .qodef-blog-single-nav-mark {
  font-size: 48px;
  line-height: inherit;
  color: inherit;
}

.qodef-blog-single-navigation .qodef-blog-single-prev .qodef-blog-single-nav-mark:before,
.qodef-blog-single-navigation .qodef-blog-single-next .qodef-blog-single-nav-mark:before {
  display: block;
  line-height: inherit;
}

.qodef-blog-single-navigation .qodef-blog-single-prev .qodef-blog-single-nav-label,
.qodef-blog-single-navigation .qodef-blog-single-next .qodef-blog-single-nav-label {
  color: inherit;
  display: none;
}

.qodef-blog-single-navigation .qodef-blog-single-prev:hover,
.qodef-blog-single-navigation .qodef-blog-single-next:hover {
  color: #000000;
}

.qodef-blog-single-navigation .qodef-blog-single-prev {
  float: left;
}

.qodef-blog-single-navigation .qodef-blog-single-prev .qodef-blog-single-nav-mark,
.qodef-blog-single-navigation .qodef-blog-single-prev .qodef-blog-single-nav-label {
  float: left;
}

.qodef-blog-single-navigation .qodef-blog-single-prev .qodef-blog-single-nav-mark {
  margin: 0 14px 0 0;
}

.qodef-blog-single-navigation .qodef-blog-single-next {
  float: right;
}

.qodef-blog-single-navigation .qodef-blog-single-next .qodef-blog-single-nav-mark,
.qodef-blog-single-navigation .qodef-blog-single-next .qodef-blog-single-nav-label {
  float: right;
}

.qodef-blog-single-navigation .qodef-blog-single-next .qodef-blog-single-nav-mark {
  margin: 0 0 0 14px;
}

.qodef-single-links-pages {
  clear: both;
  margin: 20px 0 5px;
}

.qodef-single-links-pages .qodef-single-links-pages-inner > a,
.qodef-single-links-pages .qodef-single-links-pages-inner > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 5px 0;
}

.qodef-single-links-pages .qodef-single-links-pages-inner > span {
  color: #000000;
}

.qodef-single-links-pages .qodef-single-links-pages-inner > a:hover {
  color: #000000;
}

/* Single posts navigation styles - end
    ====================================================================== */
/* Related posts styles - begin
	====================================================================== */
.qodef-related-posts-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-related-posts-holder .qodef-related-posts-holder-inner {
  padding: 46px 0 26px;
}

.qodef-related-posts-holder .qodef-related-posts-title {
  margin: 0 0 40px;
}

.qodef-related-posts-holder .qodef-related-posts-title > * {
  margin: 0;
}

.qodef-related-posts-holder .qodef-related-posts-inner {
  margin: 0 -15px;
}

.qodef-related-posts-holder .qodef-related-post {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
  margin: 0 0 30px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-content-has-sidebar .qodef-related-posts-holder .qodef-related-post {
  widtH: 33.33333333333333%;
}

.touch .qodef-related-posts-holder .qodef-related-post {
  cursor: pointer;
}

.qodef-related-posts-holder .qodef-related-post:hover .qodef-related-post-image a:after {
  opacity: 1;
}

.qodef-related-posts-holder .qodef-related-post .qodef-related-post-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.qodef-related-posts-holder .qodef-related-post .qodef-related-post-image a {
  position: relative;
  display: block;
}

.qodef-related-posts-holder .qodef-related-post .qodef-related-post-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-related-posts-holder .qodef-related-post .qodef-related-post-image img {
  display: block;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-title {
  margin: 19px 0 0;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-title:first-child {
  margin-top: 0;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 4px 0 0;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 13px 0 0;
  color: #808285;
  font-size: 13px;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div:last-child:after {
  display: none;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div a {
  color: #888888;
  font-weight: 300;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div a:hover {
  color: #e9bbb1;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div .qodef-post-info-author-text {
  font-weight: 300;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info .qodef-post-info-author {
  display: block;
}

/* Related posts styles - end
	====================================================================== */
/* ==========================================================================
   Blog Single style - begin
   ========================================================================== */
.qodef-blog-holder.qodef-blog-single article {
  margin: 0 0 30px;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-info-bottom {
  display: block;
  margin-top: 14px;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-info-bottom .qodef-post-info-bottom-left {
  display: none;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-info-bottom .qodef-post-info-bottom-right {
  text-align: left;
  float: left;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-content .qodef-post-info-top {
  margin-top: 7px;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-content .qodef-post-heading {
  margin-bottom: 28px;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-content .qodef-post-text {
  padding: 0 0 21px;
}

.qodef-blog-holder.qodef-blog-single article .qodef-post-content .qodef-post-text .qodef-post-text-main .qodef-post-title {
  margin-bottom: 13px;
}

.qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-text .qodef-post-text-main .qodef-quote-title {
  margin-bottom: 14px;
}

.qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-text .qodef-post-text-main .qodef-quote-author {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

.qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-info-bottom {
  display: none;
}

.qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content {
  margin-bottom: 26px;
}

.qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-text {
  padding: 29px 37px 39px;
}

.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-mark {
  position: absolute;
  top: 17px;
  right: 2px;
}

.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-info-bottom {
  margin-top: 9px;
}

.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-info-bottom .qodef-post-info-bottom-left {
  display: block;
}

.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content {
  margin-bottom: 26px;
}

.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-text {
  padding: 54px 1px 53px 44px;
}

.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-text .qodef-post-text-main .qodef-post-title {
  margin-bottom: 3px;
}

.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-text .qodef-post-text-main .qodef-post-title a:hover {
  color: #e9bbb1;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-text .qodef-post-info-bottom {
  padding-top: 0;
}

/* ==========================================================================
   Blog Single style - end
   ========================================================================== */
/* ==========================================================================
   Blog List shortcode global style - begin
   ========================================================================== */
.qodef-blog-list-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
}

.qodef-blog-list-holder .qodef-blog-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
}

.qodef-blog-list-holder .qodef-bl-item {
  padding: 0;
  margin: 0;
}

.qodef-blog-list-holder .qodef-bli-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-blog-list-holder .qodef-bli-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qodef-blog-list-holder .qodef-post-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 38px;
}

.qodef-blog-list-holder .qodef-post-image a {
  display: block;
}

.qodef-blog-list-holder .qodef-post-image a:hover:after {
  opacity: 1;
}

.qodef-blog-list-holder .qodef-post-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-blog-list-holder .qodef-post-image img {
  display: block;
}

.qodef-blog-list-holder .qodef-bli-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 6px;
  clear: both;
}

.qodef-blog-list-holder .qodef-bli-info > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  float: left;
  padding: 0 9px 5px 0;
}

.qodef-blog-list-holder .qodef-bli-info > div a {
  color: #888888;
}

.qodef-blog-list-holder .qodef-bli-info > div:after {
  content: '|';
  position: absolute;
  top: 0;
  right: -2px;
  color: #888888;
}

.qodef-blog-list-holder .qodef-bli-info > div:last-child:after {
  display: none;
}

.qodef-blog-list-holder .qodef-bli-info .qodef-post-info-category, .qodef-blog-list-holder .qodef-bli-info .qodef-post-info-author, .qodef-blog-list-holder .qodef-bli-info .qodef-post-info-comments-holder, .qodef-blog-list-holder .qodef-bli-info .qodef-blog-like, .qodef-blog-list-holder .qodef-bli-info .qodef-blog-share, .qodef-blog-list-holder .qodef-bli-info .qodef-tags-holder {
  padding-left: 9px;
}

.qodef-blog-list-holder .qodef-bli-info .qodef-post-info-author .qodef-post-info-author-text {
  display: none;
}

.qodef-blog-list-holder .qodef-post-title {
  margin: 0;
}

.qodef-blog-list-holder .qodef-post-excerpt {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0 0;
}

.qodef-blog-list-holder .qodef-post-excerpt p {
  margin: 0;
}

.qodef-blog-list-holder .qodef-post-excerpt:after {
  content: '...';
}

.qodef-blog-list-holder .qodef-post-read-more-button {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 22px 0 0;
}

.qodef-blog-list-holder.qodef-bl-light-skin .qodef-bli-content .qodef-post-title, .qodef-blog-list-holder.qodef-bl-light-skin .qodef-bli-content .qodef-bli-excerpt, .qodef-blog-list-holder.qodef-bl-light-skin .qodef-bli-content .qodef-blog-list-button {
  color: #ffffff;
}

.qodef-blog-list-holder.qodef-bl-light-skin .qodef-bli-content .qodef-post-title a:hover {
  color: #888888;
}

/* ==========================================================================
   Blog List shortcode global style - end
   ========================================================================== */
/* ==========================================================================
   Blog List shortcode - Minimal type style - begin
   ========================================================================== */
.qodef-blog-list-holder.qodef-bl-minimal .qodef-blog-list {
  margin-top: 6px;
}

.qodef-blog-list-holder.qodef-bl-minimal .qodef-blog-list .qodef-bl-item {
  margin-bottom: 3px;
}

.qodef-blog-list-holder.qodef-bl-minimal .qodef-blog-list .qodef-bl-item:last-child {
  margin-bottom: 78px;
}

.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-title {
  line-height: 23px;
}

.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-title:hover {
  text-decoration: underline;
  text-underline-position: under;
  -webkit-text-decoration-color: #000000;
  text-decoration-color: #000000;
}

.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date {
  display: block;
  margin: 5px 0 12px;
  line-height: 1;
}

.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date a {
  font-size: 13px;
  font-weight: 300;
  color: #000000;
}

.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date a:hover {
  text-decoration: underline;
  text-underline-position: under;
  -webkit-text-decoration-color: #000000;
  text-decoration-color: #000000;
}

/* ==========================================================================
   Blog List shortcode - Minimal type style - end
   ========================================================================== */
/* ==========================================================================
   Blog List loading element style - begin
   ========================================================================== */
.qodef-bl-loading {
  position: relative;
  display: none;
  width: 100%;
  margin: 40px 0 20px;
  text-align: center;
}

.qodef-bl-loading.qodef-showing {
  display: block;
}

.qodef-bl-loading > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background-color: #000000;
  border-radius: 100%;
  -webkit-animation: bl-bouncedelay 1.4s infinite ease-in-out both;
  animation: bl-bouncedelay 1.4s infinite ease-in-out both;
}

.qodef-bl-loading .qodef-bl-loading-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.qodef-bl-loading .qodef-bl-loading-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bl-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bl-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ==========================================================================
   Blog List loading element style - end
   ========================================================================== */
/* ==========================================================================
   Blog Slider shortcode style - begin
   ========================================================================== */
.qodef-blog-slider-holder {
  /***** Slider Type Style - begin *****/
  /***** Slider Type Style - end *****/
  /***** Carousel Type Style - begin *****/
  /***** Carousel Type Style - end *****/
  /***** Carousel Centered Type Style - begin *****/
  /***** Carousel Centered Type Style - end *****/
}

.qodef-blog-slider-holder.qodef-bs-slider .qodef-blog-slider-item {
  text-align: center;
}

.touch .qodef-blog-slider-holder.qodef-bs-slider .qodef-blog-slider-item {
  cursor: pointer;
}

.qodef-blog-slider-holder.qodef-bs-slider .qodef-blog-slider-item:hover .qodef-item-text-wrapper {
  opacity: 1;
}

.qodef-blog-slider-holder.qodef-bs-slider .qodef-post-title {
  color: #fff;
}

.qodef-blog-slider-holder.qodef-bs-slider .qodef-post-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.qodef-blog-slider-holder.qodef-bs-slider .qodef-post-read-more-button a {
  color: #fff;
}

.qodef-blog-slider-holder.qodef-bs-slider .qodef-post-read-more-button a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.qodef-blog-slider-holder.qodef-bs-carousel .qodef-item-image a:hover:after {
  opacity: 1;
}

.qodef-blog-slider-holder.qodef-bs-carousel .qodef-item-image a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.qodef-blog-slider-holder.qodef-bs-carousel .qodef-post-title {
  margin: 29px 0 0;
}

.qodef-blog-slider-holder.qodef-bs-carousel .qodef-post-read-more-button {
  margin: 15px 0 0;
}

.qodef-blog-slider-holder.qodef-bs-carousel-centered .active.center .qodef-item-text-wrapper {
  opacity: 1;
}

.qodef-blog-slider-holder.qodef-bs-carousel-centered .qodef-blog-slider-item {
  text-align: center;
}

.qodef-blog-slider-holder.qodef-bs-carousel-centered .qodef-post-title {
  color: #fff;
}

.qodef-blog-slider-holder.qodef-bs-carousel-centered .qodef-post-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.qodef-blog-slider-holder.qodef-bs-carousel-centered .qodef-post-read-more-button a {
  color: #fff;
}

.qodef-blog-slider-holder.qodef-bs-carousel-centered .qodef-post-read-more-button a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.qodef-blog-slider-holder .qodef-blog-slider-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  list-style-type: none;
}

.qodef-blog-slider-holder .qodef-item-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.qodef-blog-slider-holder .qodef-item-text-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-transition: opacity 0.45s ease-out;
  -o-transition: opacity 0.45s ease-out;
  transition: opacity 0.45s ease-out;
}

.qodef-blog-slider-holder .qodef-item-text-holder {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.qodef-blog-slider-holder .qodef-item-text-holder-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 0 5%;
}

.qodef-blog-slider-holder .qodef-item-info-section {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 2px;
}

.qodef-blog-slider-holder .qodef-item-info-section > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  margin-right: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.qodef-blog-slider-holder .qodef-item-info-section > div a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.qodef-blog-slider-holder .qodef-item-info-section > div a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.qodef-blog-slider-holder .qodef-item-info-section > div:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 2px;
}

.qodef-blog-slider-holder .qodef-item-info-section > div:last-child {
  padding-right: 0;
  margin-right: 0;
}

.qodef-blog-slider-holder .qodef-item-info-section > div:last-child:after {
  content: '';
}

.qodef-blog-slider-holder .qodef-post-title {
  margin: 0;
}

.qodef-blog-slider-holder .qodef-bli-excerpt {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 12px 0 0;
}

.qodef-blog-slider-holder .qodef-bli-excerpt p {
  margin: 0;
}

.qodef-blog-slider-holder .qodef-post-read-more-button {
  margin: 5px 0 0;
}

/* ==========================================================================
   Blog Slider shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Blog styles - end
   ========================================================================== */

/*# sourceMappingURL=blog-map.css.map */
