Viewing File: /home/rtsgrob/ww6/wp-content/themes/synergia/framework/modules/blog/assets/css/blog-map.css

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

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

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

.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;
  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: 22px 0 0;
}

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

.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: 9px;
}

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

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

.qodef-blog-holder article .qodef-post-info-top > div:last-child {
  padding: 0;
}

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

.qodef-blog-holder article .qodef-post-info-top > div a {
  font-size: 10px;
  text-transform: uppercase;
  background-color: #162441;
  color: #fff;
  padding: 4px 12px 3px 13px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .1em;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.qodef-blog-holder article .qodef-post-info-top > div a:hover {
  background-color: #1c3467;
}

.qodef-blog-holder article .qodef-post-info-bottom {
  padding-top: 25px;
}

.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;
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left .qodef-btn i,
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right .qodef-btn i {
  -webkit-transition: all 0.2s cubic-bezier(0.56, 0.2, 0.25, 1);
  -moz-transition: all 0.2s cubic-bezier(0.56, 0.2, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.56, 0.2, 0.25, 1);
}

.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left .qodef-btn:hover i,
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right .qodef-btn:hover i {
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

@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-content {
  margin-bottom: 27px;
}

.qodef-blog-holder article.format-link .qodef-post-link-hover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.qodef-blog-holder article.format-link .qodef-post-text {
  padding: 47px 53px 75px 53px;
  background-color: #162441;
  background-size: cover;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.qodef-blog-holder article.format-link .qodef-post-text:hover {
  background-color: #1c3467;
}

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

.qodef-blog-holder article.format-link .qodef-post-mark {
  position: relative;
  display: block;
  vertical-align: middle;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 25px;
  margin-bottom: 15px;
}

.qodef-blog-holder article.format-link .qodef-post-mark span {
  color: #fff;
}

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

.qodef-blog-holder article.format-link .qodef-post-link-holder {
  position: static;
  display: block;
  vertical-align: top;
  text-align: center;
}

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

.qodef-blog-holder article.format-link .qodef-post-link-holder .qodef-link-title a {
  color: inherit !important;
  /* overwrite global behaviour */
}

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

.qodef-blog-holder article.format-quote .qodef-post-text {
  padding: 53px 70px 71px;
  background-color: #fbfbfb;
  background-image: url("../../../../../assets/img/BlogBG2.png");
  background-size: cover;
}

.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-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-quote-author {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  background: #fd75b4;
  background: -webkit-linear-gradient(top, #ff7396, #f97af0);
  background: -o-linear-gradient(bottom, #ff7396, #f97af0);
  background: -moz-linear-gradient(bottom, #ff7396, #f97af0);
  background: linear-gradient(to bottom, #ff7396, #f97af0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff7396;
  margin-top: 44px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}

.qodef-blog-holder article.format-quote .qodef-quote-author:before {
  content: '';
  position: relative;
  width: 52px;
  height: 3px;
  display: inline-block;
  margin: 0px 10px 3px 0px;
  background: #fd75b4;
  background: -webkit-linear-gradient(top, #ff7396, #f97af0);
  background: -o-linear-gradient(bottom, #ff7396, #f97af0);
  background: -moz-linear-gradient(bottom, #ff7396, #f97af0);
  background: linear-gradient(to bottom, #ff7396, #f97af0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff7396;
}

.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-audio .qodef-blog-audio-holder .mejs-container, .qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-embed, .qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-embed body, .qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls {
  background: none;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container {
  background-color: #162441;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls {
  height: 38px !important;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls {
  padding: 0 10px 0 4px;
  box-sizing: border-box;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls .mejs-duration-container {
  margin-left: 22px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button {
  width: 39px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button {
  width: 30px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button {
  height: 38px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button button {
  position: relative;
  height: 100%;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  border: 0;
  outline: none;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-play button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-play button {
  width: 39px;
  background-image: url("../img/audio/play.png");
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-pause button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-pause button {
  width: 39px;
  background-image: url("../img/audio/pause.png");
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-stop button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-stop button {
  width: 39px;
  background-image: url("../img/audio/stop.png");
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-mute button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-mute button {
  width: 30px;
  background-image: url("../img/audio/sound.png");
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-unmute button,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-unmute button {
  width: 30px;
  background-image: url("../img/audio/mute.png");
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time {
  height: 100%;
  padding: 0;
  font-family: inherit;
  font-size: 13px;
  color: #fff;
  line-height: 36px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail {
  height: 100%;
  padding: 0;
  font-family: inherit;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total {
  height: 5px;
  margin: 15px 14px;
  background: none;
  background-color: #fff;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-current {
  height: 5px;
  background-color: #fd75b4;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float {
  top: -17px;
  border: 0;
  color: #fff;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float .mejs-time-float-corner {
  border-top-color: #162441;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-loaded,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float {
  background: none;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-loaded {
  height: 5px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-handle {
  top: 0px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-handle .mejs-time-handle-content {
  top: -7px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-hovered {
  height: 0px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider {
  height: 38px;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  height: 5px;
  background: none;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color: #fff;
}

.qodef-blog-holder article.format-audio .qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #fd75b4;
}

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

/* ==========================================================================
   Blog Common style - end
   ========================================================================== */
/* ==========================================================================
   Blog Masonry general style - begin
   ========================================================================== */
.qodef-blog-holder.qodef-blog-type-masonry {
  /***** Number of Columns - begin *****/
  /***** Number of Columns - end *****/
  /***** Space on container if full width - start *****/
  /***** Space on container if full width - end *****/
}

.qodef-blog-holder.qodef-blog-type-masonry .qodef-blog-holder-inner {
  opacity: 0;
}

.qodef-blog-holder.qodef-blog-type-masonry article {
  float: left;
}

.qodef-blog-holder.qodef-blog-type-masonry article,
.qodef-blog-holder.qodef-blog-type-masonry .qodef-blog-masonry-grid-sizer {
  width: 100%;
}

.qodef-blog-holder.qodef-blog-type-masonry .qodef-blog-masonry-grid-gutter {
  width: 0;
}

.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-two-columns article,
.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-two-columns .qodef-blog-masonry-grid-sizer {
  width: 50%;
}

.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-two-columns article.qodef-post-size-large-width, .qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-two-columns article.qodef-post-size-large-width-height {
  width: 100%;
}

.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-three-columns article,
.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-three-columns .qodef-blog-masonry-grid-sizer {
  width: 33.33333%;
}

.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-three-columns article.qodef-post-size-large-width, .qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-three-columns article.qodef-post-size-large-width-height {
  width: 66.66667%;
}

.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-four-columns article,
.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-four-columns .qodef-blog-masonry-grid-sizer {
  width: 25%;
}

.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-four-columns article.qodef-post-size-large-width, .qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-four-columns article.qodef-post-size-large-width-height {
  width: 50%;
}

.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-five-columns article,
.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-five-columns .qodef-blog-masonry-grid-sizer {
  width: 20%;
}

.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-five-columns article.qodef-post-size-large-width, .qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-five-columns article.qodef-post-size-large-width-height {
  width: 40%;
}

.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-masonry-full-width {
  box-sizing: border-box;
}

.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-masonry-full-width.qodef-no-space {
  padding: 0 0px;
}

.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-masonry-full-width.qodef-tiny-space {
  padding: 0 10px;
}

.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-masonry-full-width.qodef-small-space {
  padding: 0 20px;
}

.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-masonry-full-width.qodef-normal-space {
  padding: 0 30px;
}

.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-masonry-full-width.qodef-medium-space {
  padding: 0 40px;
}

.qodef-blog-holder.qodef-blog-type-masonry.qodef-blog-masonry-full-width.qodef-large-space {
  padding: 0 50px;
}

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

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

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

.qodef-blog-pagination ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 1px 6px;
}

.qodef-blog-pagination ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

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

.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 {
  top: -1px;
  margin: 0;
}

.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: 25px;
}

.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;
}

/* ==========================================================================
   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;
  -moz-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: middle;
  margin: 20px 0 0;
  clear: both;
}

.qodef-bl-standard-pagination ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  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 12px;
  padding: 0;
}

.qodef-bl-standard-pagination ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

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

.qodef-bl-standard-pagination ul li.qodef-bl-pag-prev, .qodef-bl-standard-pagination ul li.qodef-bl-pag-next {
  position: absolute;
  top: 0;
}

.qodef-bl-standard-pagination ul li.qodef-bl-pag-prev a, .qodef-bl-standard-pagination ul li.qodef-bl-pag-next a {
  font-size: 30px;
  -webkit-transition: color 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, opacity 0.2s ease-out;
  transition: color 0.2s ease-out, opacity 0.2s ease-out;
}

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

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

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

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

.qodef-bl-standard-pagination ul li.qodef-bl-pag-next {
  right: 0;
}

.qodef-bl-standard-pagination ul li.qodef-bl-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: #162441;
  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: #162441;
  border-radius: 100%;
  -webkit-animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both;
  -moz-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;
  -moz-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.qodef-blog-pag-loading .qodef-blog-pag-bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-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);
  }
}

@-moz-keyframes bl-pag-bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
  }
  40% {
    -moz-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 - Masonry style - begin
   ========================================================================== */
.qodef-blog-holder {
  margin: 0 0 100px;
}

.qodef-blog-holder.qodef-blog-masonry article {
  margin: 0 0 20px;
  padding: 0 0 30px;
}

.qodef-blog-holder.qodef-blog-masonry article .qodef-post-excerpt-holder {
  margin: 22px 0 22px;
}

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

.qodef-blog-holder.qodef-blog-masonry article .qodef-post-read-more-button .qodef-btn i {
  -webkit-transition: all 0.2s cubic-bezier(0.56, 0.2, 0.25, 1);
  -moz-transition: all 0.2s cubic-bezier(0.56, 0.2, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.56, 0.2, 0.25, 1);
}

.qodef-blog-holder.qodef-blog-masonry article .qodef-post-read-more-button .qodef-btn:hover i {
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.qodef-blog-holder.qodef-blog-masonry .format-quote .qodef-quote-author {
  margin-top: 38px;
}

.qodef-blog-holder.qodef-blog-masonry .format-quote .qodef-post-text {
  padding: 53px 70px 46px;
}

.qodef-blog-holder.qodef-blog-masonry .format-link .qodef-post-text {
  padding: 102px 50px 75px 50px;
}

.qodef-blog-holder.qodef-blog-masonry .format-link .qodef-post-mark {
  margin-bottom: 25px;
}

/* ==========================================================================
   Blog List - Masonry style - end
   ========================================================================== */
/* ==========================================================================
   Blog List - Standard style - begin
   ========================================================================== */
.qodef-blog-holder.qodef-blog-standard {
  margin: 0 0 100px;
}

.qodef-blog-holder.qodef-blog-standard article {
  margin: 0 0 55px;
  padding: 0;
}

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

.qodef-blog-holder.qodef-blog-standard article .qodef-post-text .qodef-post-text-inner .qodef-post-info-bottom .qodef-post-info-bottom-left {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}

.qodef-blog-holder.qodef-blog-standard article .qodef-post-text .qodef-post-text-inner .qodef-post-info-bottom .qodef-post-info-bottom-left .qodef-post-info-comments-holder {
  float: left;
  margin-right: 22px;
  font-weight: 700;
  line-height: 23px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}

.qodef-blog-holder.qodef-blog-standard article .qodef-post-text .qodef-post-text-inner .qodef-post-info-bottom .qodef-post-info-bottom-left .qodef-post-info-comments-holder a {
  color: #162441;
}

.qodef-blog-holder.qodef-blog-standard article .qodef-post-text .qodef-post-text-inner .qodef-post-info-bottom .qodef-post-info-bottom-left .qodef-post-info-comments-holder a:before {
  content: "\f0e5";
  font-family: 'FontAwesome';
  font-weight: 400;
  background: #fd75b4;
  background: -webkit-linear-gradient(top, #ff7396, #f97af0);
  background: -o-linear-gradient(bottom, #ff7396, #f97af0);
  background: -moz-linear-gradient(bottom, #ff7396, #f97af0);
  background: linear-gradient(to bottom, #ff7396, #f97af0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff7396;
}

.qodef-blog-holder.qodef-blog-standard article .qodef-post-text .qodef-post-text-inner .qodef-post-info-bottom .qodef-post-info-bottom-left .qodef-post-info-comments-holder a:hover {
  color: #1c3467;
}

.qodef-blog-holder.qodef-blog-standard article .qodef-post-text .qodef-post-text-inner .qodef-post-info-bottom .qodef-post-info-bottom-left .qodef-blog-like a {
  color: #162441;
}

.qodef-blog-holder.qodef-blog-standard article .qodef-post-text .qodef-post-text-inner .qodef-post-info-bottom .qodef-post-info-bottom-left .qodef-blog-like a i {
  background: #fd75b4;
  background: -webkit-linear-gradient(top, #ff7396, #f97af0);
  background: -o-linear-gradient(bottom, #ff7396, #f97af0);
  background: -moz-linear-gradient(bottom, #ff7396, #f97af0);
  background: linear-gradient(to bottom, #ff7396, #f97af0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff7396;
}

.qodef-blog-holder.qodef-blog-standard article .qodef-post-text .qodef-post-text-inner .qodef-post-info-bottom .qodef-post-info-bottom-left .qodef-blog-like span {
  margin-left: 4px;
  font-weight: 700;
}

.qodef-blog-holder.qodef-blog-standard .format-quote .qodef-quote-author {
  margin-top: 39px;
}

@media only screen and (max-width: 1280px) {
  .qodef-blog-holder.qodef-blog-standard .format-link .qodef-post-text {
    padding: 47px 65px 75px 65px;
  }
  .qodef-blog-holder.qodef-blog-standard .format-quote .qodef-post-text {
    padding: 44px 67px 60px;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-blog-holder .qodef-post-info-bottom {
    padding-top: 0;
  }
  .qodef-blog-holder .qodef-post-info-bottom .qodef-post-info-bottom-right > div:first-child {
    margin: 20px 0 20px;
  }
  .qodef-blog-holder.qodef-blog-standard .format-link .qodef-post-text {
    padding: 44px 40px 65px 40px;
  }
  .qodef-blog-holder.qodef-blog-standard .format-quote .qodef-post-text {
    padding: 55px 35px 66px;
  }
}

/* ==========================================================================
   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: #fafafa;
  text-align: center;
  box-sizing: border-box;
}

.qodef-author-description .qodef-author-description-inner {
  padding: 41px 0 39px;
  min-height: 78px;
  clear: both;
}

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

.qodef-author-description .qodef-author-description-image {
  width: 78px;
  margin: 0 auto;
}

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

.qodef-author-description .qodef-author-description-text-holder {
  position: relative;
  padding: 4px 0;
}

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

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

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

.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;
}

.qodef-author-description .qodef-author-description-text-holder .qodef-author-text > p {
  margin: 17px 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: #162441;
}

.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: #fd75b4;
}

@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-text-holder {
    display: block;
    padding: 0;
    margin-top: 30px;
  }
}

/* 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;
  box-sizing: border-box;
}

.qodef-blog-single-navigation .qodef-blog-single-navigation-inner {
  padding: 78px 0 30px;
}

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

.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;
}

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

.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 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 45px 0 20px;
  clear: both;
}

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

.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 15px 5px 0;
  padding: 0;
}

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

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

/* 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;
  box-sizing: border-box;
}

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

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

.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;
  box-sizing: border-box;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-read-more-button {
  padding: 9px 9px 9px 0;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-read-more-button .qodef-blog-list-button i {
  -webkit-transition: all 0.2s cubic-bezier(0.56, 0.2, 0.25, 1);
  -moz-transition: all 0.2s cubic-bezier(0.56, 0.2, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.56, 0.2, 0.25, 1);
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-read-more-button .qodef-blog-list-button:hover i {
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.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(22, 36, 65, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.56, 0.2, 0.25, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.56, 0.2, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.56, 0.2, 0.25, 1);
}

.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: 12px 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: 17px 0 0;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info:first-child {
  margin: 0;
  /* without thumbnail */
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  padding: 0 13px 0 0;
  color: inherit;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div:after {
  position: absolute;
  top: 0;
  right: 4px;
  content: '/';
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div:last-child {
  padding: 0;
}

.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.qodef-post-info-author .qodef-post-info-author-text {
  margin: 0 3px 0 0;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div a {
  font-size: 11px;
  text-transform: uppercase;
  background-color: #162441;
  color: #fff;
  padding: 4px 12px 3px 13px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div a:hover {
  background-color: #1c3467;
}

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

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

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

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

.qodef-blog-holder.qodef-blog-single article .qodef-post-info-bottom .qodef-post-info-bottom-left .qodef-blog-share .qodef-social-share-holder ul:before {
  content: 'SHARE';
  color: #162441;
  margin-right: 28px;
  font-size: 12px;
  letter-spacing: 2px;
  margin-right: 25px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}

/* ==========================================================================
   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 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.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;
  box-sizing: border-box;
}

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

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

.qodef-blog-list-holder .qodef-post-image a:hover:after {
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.56, 0.2, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.56, 0.2, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.56, 0.2, 0.25, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.qodef-blog-list-holder .qodef-post-image a:after {
  content: '';
  background-color: rgba(22, 36, 65, 0.8);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s ease 0.3s, opacity 0.3s cubic-bezier(0.56, 0.2, 0.25, 1);
  transition: transform 0.3s ease 0.3s, opacity 0.3s cubic-bezier(0.56, 0.2, 0.25, 1);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
}

.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 14px;
  clear: both;
}

.qodef-blog-list-holder .qodef-bli-info > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
  float: left;
}

.qodef-blog-list-holder .qodef-bli-info > div a {
  color: #fff;
  padding: 3px 21px 3px 13px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  background-color: #162441;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.qodef-blog-list-holder .qodef-bli-info > div a:hover {
  background-color: #1c3467;
}

.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: 20px 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: 30px 0 0;
}

.qodef-blog-list-holder .qodef-post-read-more-button .qodef-btn i {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s cubic-bezier(0.56, 0.2, 0.25, 1);
  -moz-transition: all 0.2s cubic-bezier(0.56, 0.2, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.56, 0.2, 0.25, 1);
}

.qodef-blog-list-holder .qodef-post-read-more-button .qodef-btn:hover i {
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

/* ==========================================================================
   Blog List shortcode global style - end
   ========================================================================== */
/* ==========================================================================
   Blog List shortcode - Boxed type style - begin
   ========================================================================== */
.qodef-blog-list-holder.qodef-bl-boxed:not(.qodef-bl-one-column) .qodef-bl-item {
  float: left;
}

.qodef-blog-list-holder.qodef-bl-boxed.qodef-bl-two-columns .qodef-bl-item {
  width: 50%;
}

@media only screen and (min-width: 1025px) {
  .qodef-blog-list-holder.qodef-bl-boxed.qodef-bl-two-columns .qodef-bl-item:nth-child(2n+1) {
    clear: both;
  }
}

.qodef-blog-list-holder.qodef-bl-boxed.qodef-bl-three-columns .qodef-bl-item {
  width: 33.33333%;
}

@media only screen and (min-width: 1025px) {
  .qodef-blog-list-holder.qodef-bl-boxed.qodef-bl-three-columns .qodef-bl-item:nth-child(3n+1) {
    clear: both;
  }
}

.qodef-blog-list-holder.qodef-bl-boxed.qodef-bl-four-columns .qodef-bl-item {
  width: 25%;
}

@media only screen and (min-width: 1201px) {
  .qodef-blog-list-holder.qodef-bl-boxed.qodef-bl-four-columns .qodef-bl-item:nth-child(4n+1) {
    clear: both;
  }
}

.qodef-blog-list-holder.qodef-bl-boxed.qodef-bl-five-columns .qodef-bl-item {
  width: 20%;
}

@media only screen and (min-width: 1201px) {
  .qodef-blog-list-holder.qodef-bl-boxed.qodef-bl-five-columns .qodef-bl-item:nth-child(5n+1) {
    clear: both;
  }
}

.qodef-blog-list-holder.qodef-bl-boxed .qodef-bli-content {
  padding: 40px 30px;
  background-color: #f6f6f6;
}

.qodef-blog-list-holder.qodef-bl-boxed .qodef-post-image {
  margin: 0;
}

/* ==========================================================================
   Blog List shortcode - Boxed type style - end
   ========================================================================== */
/* ==========================================================================
   Blog List shortcode - Masonry type style - begin
   ========================================================================== */
.qodef-blog-list-holder.qodef-bl-masonry {
  transition: none !important;
  overflow: visible !important;
}

.qodef-blog-list-holder.qodef-bl-masonry .qodef-blog-list {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-blog-list-holder.qodef-bl-masonry .qodef-bl-item {
  vertical-align: top;
  z-index: 100;
}

.qodef-blog-list-holder.qodef-bl-masonry .qodef-bl-item,
.qodef-blog-list-holder.qodef-bl-masonry .qodef-bl-grid-sizer {
  width: 100%;
}

.qodef-blog-list-holder.qodef-bl-masonry .qodef-bl-grid-gutter {
  width: 0;
}

.qodef-blog-list-holder.qodef-bl-masonry.qodef-bl-two-columns .qodef-bl-item,
.qodef-blog-list-holder.qodef-bl-masonry.qodef-bl-two-columns .qodef-bl-grid-sizer {
  width: 50%;
}

.qodef-blog-list-holder.qodef-bl-masonry.qodef-bl-three-columns .qodef-bl-item,
.qodef-blog-list-holder.qodef-bl-masonry.qodef-bl-three-columns .qodef-bl-grid-sizer {
  width: 33.33333%;
}

.qodef-blog-list-holder.qodef-bl-masonry.qodef-bl-four-columns .qodef-bl-item,
.qodef-blog-list-holder.qodef-bl-masonry.qodef-bl-four-columns .qodef-bl-grid-sizer {
  width: 25%;
}

.qodef-blog-list-holder.qodef-bl-masonry.qodef-bl-five-columns .qodef-bl-item,
.qodef-blog-list-holder.qodef-bl-masonry.qodef-bl-five-columns .qodef-bl-grid-sizer {
  width: 20%;
}

/* ==========================================================================
   Blog List shortcode - Masonry type style - end
   ========================================================================== */
/* ==========================================================================
   Blog List shortcode - Minimal type style - begin
   ========================================================================== */
.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date {
  display: block;
  margin: 0 0 12px;
  line-height: 1;
}

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

.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date a:hover {
  color: #162441;
}

/* ==========================================================================
   Blog List shortcode - Minimal type style - end
   ========================================================================== */
/* ==========================================================================
   Blog List shortcode - Simple type style - begin
   ========================================================================== */
.qodef-blog-list-holder.qodef-bl-simple .qodef-post-image {
  display: table-cell;
  vertical-align: top;
  width: 84px;
}

.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-content {
  display: table-cell;
  vertical-align: top;
  width: auto;
  padding-left: 25px;
}

.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-content .qodef-post-info-date {
  display: block;
  margin: 7px 0 0;
  line-height: 1;
}

.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-content .qodef-post-info-date a {
  font-size: 13px;
  color: #888888;
}

.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-content .qodef-post-info-date a:hover {
  color: #162441;
}

/* ==========================================================================
   Blog List shortcode - Simple type style - end
   ========================================================================== */
/* ==========================================================================
   Blog List shortcode - Standard type style - begin
   ========================================================================== */
.qodef-blog-list-holder.qodef-bl-standard:not(.qodef-bl-one-column) .qodef-bl-item {
  float: left;
}

.qodef-blog-list-holder.qodef-bl-standard .qodef-post-read-more-button .qodef-btn:hover i {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.qodef-blog-list-holder.qodef-bl-standard.qodef-bl-two-columns .qodef-bl-item {
  width: 50%;
}

@media only screen and (min-width: 1025px) {
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-two-columns .qodef-bl-item:nth-child(2n+1) {
    clear: both;
  }
}

.qodef-blog-list-holder.qodef-bl-standard.qodef-bl-three-columns .qodef-bl-item {
  width: 33.33333%;
}

@media only screen and (min-width: 1025px) {
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-three-columns .qodef-bl-item:nth-child(3n+1) {
    clear: both;
  }
}

.qodef-blog-list-holder.qodef-bl-standard.qodef-bl-four-columns .qodef-bl-item {
  width: 25%;
}

@media only screen and (min-width: 1281px) {
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-four-columns .qodef-bl-item:nth-child(4n+1) {
    clear: both;
  }
}

.qodef-blog-list-holder.qodef-bl-standard.qodef-bl-five-columns .qodef-bl-item {
  width: 20%;
}

@media only screen and (min-width: 1281px) {
  .qodef-blog-list-holder.qodef-bl-standard.qodef-bl-five-columns .qodef-bl-item:nth-child(5n+1) {
    clear: both;
  }
}

/* ==========================================================================
   Blog List shortcode - Standard 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: #162441;
  border-radius: 100%;
  -webkit-animation: bl-bouncedelay 1.4s infinite ease-in-out both;
  -moz-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;
  -moz-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

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

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

@-moz-keyframes bl-bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
  }
  40% {
    -moz-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;
  -webkit-transition: all 0.3s cubic-bezier(0.56, 0.2, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.56, 0.2, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.56, 0.2, 0.25, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.qodef-blog-slider-holder.qodef-bs-carousel .qodef-item-image a:after {
  content: '';
  background-color: rgba(22, 36, 65, 0.8);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s ease 0.3s, opacity 0.3s cubic-bezier(0.56, 0.2, 0.25, 1);
  transition: transform 0.3s ease 0.3s, opacity 0.3s cubic-bezier(0.56, 0.2, 0.25, 1);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
}

.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(253, 117, 180, 0.85);
  opacity: 0;
  -webkit-transition: opacity 0.45s ease-out;
  -moz-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 */
Back to Directory File Manager