/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
		1. GENERAL
			1.1 POST META
			1.2 WORDPRESS CLASSES
			1.3 GALLERIES
			1.4 ANIMATIONS
			1.5 ADS STYLING
			1.6 ADDITIONAL GENERAL CLASSES
			1.7 MEDIA ELEMENTS
		2. TYPOGRAPHY
		3. FORMS
		4. BUTTONS
		5. HEADER
		6. MENUS
		7. MODULES
		   7.1. LAYOUTS
		8. FOOTER
		9. SINGLE POST CLASSES
		10. SIDEBAR AND WIDGETS
		11. COMMENTS
		12. FEATURED AREAS
		13. RESPONSIVE
		14. RESPONSIVE MENU
--------------------------------------------------------------*/
/*--------------------------------------------------------------
   General
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
}
body,
html {
  height: 100%;
}
.vlog-body-box {
  max-width: 1260px;
  margin: 0 auto;
}
.vlog-content {
  width: 768px;
  float: left;
}
.vlog-no-sid .vlog-content {
  width: 100%;
}
.vlog-sidebar {
  width: 300px;
  float: left;
  position: relative;
  min-height: 1px;
}
.vlog-sidebar-left {
  margin-right: 36px;
}
.vlog-sidebar-right {
  margin-left: 36px;
}
.vlog-section,
.vlog-site-content {
  clear: both;
}
.vlog-site-content {
  min-height: 30vh;
  height: auto !important;
  /* ie7 fix */
  height: 100%;
}
.vlog-module article {
  padding-left: 18px;
  padding-right: 18px;
  float: left;
  margin-bottom: 36px;
  max-width: 100%;
}
.vlog-module article:last-child {
  margin-bottom: 72px;
}
.vlog-section {
  margin-bottom: 36px;
}
.vlog-section.vlog-no-sid {
  margin-bottom: 0;
}
.vlog-bg .col-lg-3 article:last-child,
.vlog-bg .col-lg-4 article:last-child,
.vlog-bg .col-lg-6 article:last-child,
.vlog-bg .col-lg-8 article:last-child,
.vlog-bg .col-lg-9 article:last-child,
.vlog-bg .vlog-module:last-child article:last-child {
  margin-bottom: 36px;
}
.vlog-bg,
.vlog-section.vlog-no-sid.vlog-bg {
  padding: 36px 0;
  margin-bottom: 36px;
}
.vlog-bg .module-text {
  margin: 36px 0;
}
.vlog-bg-box {
  padding: 36px;
}
.vlog-featured-1 + .vlog-bg,
.vlog-featured-2 + .vlog-bg,
.vlog-featured-3 + .vlog-bg .vlog-featured-4 + .vlog-bg .vlog-featured-5 + .vlog-bg {
  margin-top: -36px;
  display: block;
  float: left;
  width: 100%;
}
.vlog-site-content .vlog-section:last-child {
  padding-bottom: 36px;
  margin-bottom: 0;
}
iframe {
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.vlog-rounded-photo,
.vlog-author .avatar {
  border-radius: 50%;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
.vlog-count {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  min-width: 24px;
  height: 24px;
  line-height: 12px;
  padding: 6px 0;
  border-radius: 50%;
  vertical-align: 1px;
}
.vlog-cat .vlog-count {
  margin-right: 5px;
}
.vlog-cat {
  text-align: center;
}
.vlog-cat .meta-item {
  text-transform: uppercase;
}
.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  clear: both;
}
_::-moz-svg-foreign-content,
:root .row-eq-height {
  display: block;
}
div.row-eq-height:before,
div.row-eq-height:after {
  display: none;
}
.vlog-sticky {
  -webkit-transition: top 0.2s ease;
  transition: top 0.2s ease;
  clear: both;
}
.vlog-sticky-header-on .vlog-sticky.is_stuck {
  top: 99px;
}
.admin-bar.vlog-sticky-header-on .vlog-sticky.is_stuck {
  top: 128px;
}
.admin-bar .vlog-sticky.is_stuck {
  top: 68px;
}
.vlog-sticky.is_stuck {
  top: 36px;
}
.vlog-sticky .widget:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
   Post meta
--------------------------------------------------------------*/
.vlog-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
  line-height: 1;
  outline: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.vlog-format-action {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  line-height: 1;
  outline: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 5;
  border: 2px solid #FFF;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
}
.vlog-format-action i,
.vlog-icon i {
  color: #FFF;
  text-align: center;
  z-index: 2;
  position: relative;
}
.vlog-format-action.large {
  height: 90px;
  width: 90px;
  margin-left: -45px;
  margin-top: -45px;
  padding: 27px 0 0 7px;
}
.vlog-format-action.large i {
  font-size: 32px;
}
.large .fv-fullscreen {
  margin-left: -5px;
  display: inline-block;
}
.vlog-format-action.medium {
  height: 76px;
  width: 76px;
  margin-left: -38px;
  margin-top: -38px;
  padding: 22px 0 0 7px;
}
.vlog-format-action.medium i {
  font-size: 27px;
}
.medium .fv-fullscreen {
  margin-left: -6px;
  display: inline-block;
}
.vlog-format-action.medium i.fv-fullscreen {
  font-size: 28px;
}
.vlog-format-action.small {
  height: 60px;
  width: 60px;
  margin-left: -30px;
  margin-top: -30px;
  padding: 17px 0 0 5px;
}
.vlog-format-action.small i {
  font-size: 22px;
}
.vlog-format-action.m-small {
  height: 30px;
  width: 30px;
  padding: 4px 0 0 3px;
  margin-left: -15px;
  margin-top: -15px;
}
.vlog-format-action.m-small i {
  font-size: 14px;
}
.vlog-format-action.x-small {
  height: 26px;
  width: 26px;
  padding: 0 0 0 2px;
  margin-left: -13px;
  margin-top: -13px;
}
.vlog-format-action.x-small i {
  font-size: 10px;
}
.vlog-format-action.x-small.vlog-format-raw {
  padding: 2px 0 0 2px;
  background-color: transparent;
  border: 0;
}
.entry-image:hover .vlog-format-action.vlog-format-raw {
  background-color: transparent;
  border: 0;
}
.vlog-icon.large {
  height: 50px;
  width: 50px;
  top: 25px;
  left: 25px;
  padding: 16px 0 0 5px;
}
.vlog-icon.large i {
  font-size: 20px;
}
.vlog-icon.medium {
  height: 40px;
  width: 40px;
  top: 20px;
  left: 20px;
  padding: 12px 0 0 1px;
}
.vlog-icon.medium i {
  font-size: 16px;
}
.vlog-icon.small {
  height: 30px;
  width: 30px;
  padding: 8px 0 0 2px;
}
.vlog-icon.small i {
  font-size: 12px;
}
.vlog-icon.x-small {
  height: 25px;
  width: 25px;
  top: 12px;
  left: 12px;
  padding: 2px 0 0 3px;
}
.vlog-icon.x-small i {
  font-size: 10px;
}
.vlog-icon.vlog-icon-center {
  top: 50%;
  left: 50%;
}
.vlog-icon-center.x-small {
  margin-left: -12.5px;
  margin-top: -12.5px;
}
.vlog-format-label,
.vlog-special-tag-label {
  position: relative;
  text-align: center;
  outline: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  padding: 10px 12px;
  font-size: 10px;
  line-height: 10px;
  color: #FFF;
  display: inline-block;
}
.vlog-special-tag-label {
  margin-left: 2px;
}
.vlog-labels {
  position: absolute;
  line-height: 1;
}
.vlog-labels.large {
  top: 20px;
  left: 20px;
}
.vlog-labels.medium {
  top: 15px;
  left: 15px;
}
.vlog-labels.small {
  top: 10px;
  left: 10px;
}
.vlog-labels.x-small {
  top: 7px;
  left: 7px;
}
.medium .vlog-format-label {
  padding: 8px 10px;
}
.small .vlog-format-label {
  padding: 6px 8px;
  font-size: 9px;
}
.x-small .vlog-format-label {
  padding: 6px 8px;
  font-size: 9px;
}
.vlog-no-sid .vlog-lay-d .vlog-format-label.x-small,
.vlog-no-sid .vlog-lay-g .vlog-format-label.x-small {
  padding: 6px 8px;
  font-size: 9px;
}
.vlog-no-sid .vlog-lay-e .vlog-format-label.small {
  padding: 8px 10px;
}
.medium .vlog-special-tag-label {
  padding: 8px 10px;
}
.small .vlog-special-tag-label {
  padding: 6px 8px;
  font-size: 9px;
}
.x-small .vlog-special-tag-label {
  padding: 6px 8px;
  font-size: 9px;
}
.vlog-no-sid .vlog-lay-d .vlog-special-tag-label.x-small,
.vlog-no-sid .vlog-lay-g .vlog-special-tag-label.x-small {
  padding: 6px 8px;
  font-size: 9px;
}
.vlog-no-sid .vlog-lay-e .vlog-special-tag-label.small {
  padding: 8px 10px;
}
.meta-item {
  display: inline-block;
  vertical-align: top;
  line-height: 2.17;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.meta-item:last-child {
  margin-right: 0;
}
.entry-meta .meta-item:after {
  content: "/";
  margin: 0 5px;
  opacity: 0.5;
}
.entry-meta .meta-item:last-child:after {
  display: none;
}
.entry-title a {
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vlog-highlight .entry-category,
.vlog-highlight .entry-category a,
.vlog-highlight .meta-item a,
.vlog-highlight .meta-item span {
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.vlog-highlight .entry-title {
  margin-bottom: 4px;
}
.vlog-highlight:after {
  content: ' ';
  clear: both;
  display: table;
}
.sticky .entry-image a:after {
  content: "\f08d";
  font-family: "FontAwesome";
  line-height: 1;
  outline: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 5;
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 12px;
  font-size: 10px;
  color: #FFF;
}
.sticky .entry-image:hover a:after {
  background: rgba(0, 0, 0, 0.8);
}
.vlog-entry-image-page {
  margin-bottom: 24px;
}
/*--------------------------------------------------------------
   WordPress classes
--------------------------------------------------------------*/
.wp-caption {
  position: relative;
  margin-top: 8px;
}
.wp-caption-text {
  text-align: center;
  margin-top: 7px;
  font-size: 14px;
}
.aligncenter,
.alignnone {
  clear: both;
  display: block;
  margin: 0 auto 24px;
  max-width: 100%;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-bottom: 10px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-bottom: 10px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/*--------------------------------------------------------------
   Galleries
--------------------------------------------------------------*/
.gallery {
  margin: 0 -9px 8px;
}
.gallery-item {
  display: inline-block;
  padding: 0 9px 18px;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  position: relative;
}
.gallery-columns-1.owl-carousel {
  padding: 0;
  margin-bottom: 30px;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery .gallery-item a:after,
.wp-block-gallery .blocks-gallery-item a:after {
  content: "\64";
  font-family: font-vlog !important;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  line-height: 1;
  outline: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 5;
  border: 2px solid #FFF;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-left: -30px;
  margin-top: -30px;
  padding: 13px 0 0 1px;
  color: #FFF;
  font-size: 20px;
  opacity: 0;
}
.gallery .gallery-item a:hover:after,
.wp-block-gallery .blocks-gallery-item a:hover:after {
  opacity: 1;
}
.gallery-columns-1 .owl-nav > div {
  position: absolute;
  padding: 3px 0;
  text-align: center;
  color: #FFF;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  border: 2px solid #FFF;
}
.gallery-columns-1 .owl-nav {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 800;
  top: 50%;
  margin-top: -29px;
}
.gallery-columns-1 .owl-nav > div:hover {
  background: rgba(0, 0, 0, 0.7);
}
.gallery-columns-1 .owl-nav .owl-prev {
  left: 30px;
  opacity: 1;
  padding-right: 1px;
}
.gallery-columns-1 .owl-nav .owl-next {
  right: 30px;
  opacity: 1;
  padding-left: 4px;
}
.gallery-columns-1 .owl-nav > div {
  width: 58px;
  height: 58px;
  padding: 12px 0;
  font-size: 2.8rem;
}
.mfp-title {
  top: -48px;
  left: 20px;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px 8px;
  position: absolute;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}
.mfp-title:empty,
.mfp-counter:empty {
  padding: 0;
}
.gallery-columns-1 .gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  display: none;
}
.gallery-columns-1 .gallery-item:first-child,
.wp-block-gallery.columns-1 .blocks-gallery-item:first-child {
  display: block;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-icon .herald-popup {
  position: relative;
  float: left;
  outline: none;
  width: 100%;
}
.gallery-caption {
  display: none;
}
.meta-media:hover .gallery-item .gallery-caption {
  background-color: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.8);
}
/*--------------------------------------------------------------
   Single Post Image Popup
--------------------------------------------------------------*/
.wp-block-image a.vlog-popup-img {
  display: initial;
}
a.vlog-popup-img {
  position: relative;
  display: block;
}
a.vlog-popup-img:after {
  content: "\64";
  font-family: font-vlog !important;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 2px solid #FFF;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-left: -25px;
  margin-top: -25px;
  padding: 10px 0 0 1px;
  font-size: 20px;
  opacity: 0;
}
a.vlog-popup-img:hover:after {
  opacity: 1;
}
/*--------------------------------------------------------------
   Animations
--------------------------------------------------------------*/
.pulse {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  border: none;
  -webkit-box-shadow: 0 0 0 0 #f0f0f0, 0 0 0 0 rgba(155, 89, 182, 0.7);
          box-shadow: 0 0 0 0 #f0f0f0, 0 0 0 0 rgba(155, 89, 182, 0.7);
  border-radius: 100%;
  vertical-align: middle;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
          animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
}
.vlog-action-menu:hover .pulse {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
            box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
  }
}
@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
            box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
  }
}
@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(2px);
  }
}
@-webkit-keyframes bounceleft {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-2px);
  }
}
@-webkit-keyframes pulseicon {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulseicon {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.vlog-prev-next-nav a:hover .vlog-pn-ico span {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}
.entry-image {
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
      transform: rotate(0);
}
.entry-image:hover .vlog-format-action {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  background: rgba(0, 0, 0, 0.8);
}
.vlog-cover .vlog-format-action {
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vlog-cover-bg .vlog-format-action {
  -webkit-animation: pulseicon 0.7s alternate ease-in-out infinite;
  animation: pulseicon 0.7s alternate ease-in-out infinite;
}
.vlog-cover:hover .vlog-format-action,
.vlog-cover .vlog-format-action:hover {
  background: rgba(0, 0, 0, 0.8);
}
.entry-image:hover .vlog-format-label,
.entry-image:hover .vlog-icon {
  background: rgba(0, 0, 0, 0.8);
}
.vlog-post .entry-image img {
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.entry-image {
  overflow: hidden;
}
.vlog-post .entry-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*--------------------------------------------------------------
   Ads Styling
--------------------------------------------------------------*/
.vlog-ad {
  width: 970px;
  margin: 0 auto 36px;
  text-align: center;
  clear: both;
}
.row .vlog-ad {
  margin: 0 auto 36px;
}
.vlog-above-footer-ad {
  margin: 36px auto;
}
.vlog-site-header .row .vlog-ad {
  margin: 0 auto;
  background-color: transparent;
  border: none;
}
.vlog-slot-r .vlog-ad {
  width: 728px;
}
.vlog-content .vlog-ad {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.vlog-ad-above-single {
  margin: 16px auto 36px;
}
.vlog-ad-below-single {
  margin: 0 auto 36px;
}
.archive .vlog-posts .vlog-ad {
  margin: 0 0 36px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.single .vlog-entry-content .vlog-ad-above-single {
  border: none !important;
  margin: 0 auto 30px;
  padding: 0;
}
.entry-content-single .fb_iframe_widget {
  margin-bottom: 24px;
}
/*--------------------------------------------------------------
   Additional General Classes
--------------------------------------------------------------*/
.vlog-page-title.entry-title {
  margin-bottom: 20px;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade .mfp-arrow,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-fade.mfp-ready .mfp-arrow {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing .mfp-arrow,
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-ready .mfp-figure {
  opacity: 0;
}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-with-fade .mfp-figure,
.mfp-with-fade .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.mfp-with-fade.mfp-bg,
.mfp-with-fade .mfp-preloader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-fade.mfp-image-loaded .mfp-figure,
.mfp-with-fade.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-with-fade.mfp-ready.mfp-bg,
.mfp-with-fade.mfp-ready .mfp-preloader {
  opacity: 0.9;
}
.mfp-with-fade.mfp-removing .mfp-figure,
.mfp-with-fade.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}
.mfp-with-fade.mfp-removing.mfp-bg,
.mfp-with-fade.mfp-removing .mfp-preloader {
  opacity: 0;
}
.mfp-iframe-scaler {
  overflow: visible;
  /*so the close button is shown*/
}
.mfp-zoom-out-cur {
  cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
.mfp-close,
.vlog-popup-close {
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mfp-close:hover,
.vlog-popup-close:hover {
  opacity: 1;
}
.mfp-arrow-left,
.mfp-arrow-right {
  font-family: "FontAwesome";
  color: #FFF;
  opacity: 0.3;
  font-size: 48px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before,
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  display: none;
}
.mfp-arrow-right:after,
.mfp-arrow-left:after {
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mfp-arrow-right:after {
  content: "\f105";
  border: none;
}
.mfp-arrow-left:after {
  content: "\f104";
  border: none;
}
.mfp-arrow-right:hover:after,
.mfp-arrow-left:hover:after {
  opacity: 1;
}
.vlog-format-content .wp-audio-shortcode {
  visibility: visible !important;
}
button.mfp-close:after {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 32px;
  color: #FFF;
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
.uil-ripple-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
.vlog-format-loader .uil-ripple-css {
  width: 120px;
  height: 120px;
}
.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  -ms-animation: uil-ripple 1s ease-out infinite;
  -moz-animation: uil-ripple 1s ease-out infinite;
  -webkit-animation: uil-ripple 1s ease-out infinite;
  -o-animation: uil-ripple 1s ease-out infinite;
  animation: uil-ripple 1s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
  border-color: #FFF;
}
.uil-ripple-css div:nth-of-type(2) {
  border-color: #FFF;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.vlog-loader .uil-ripple-css {
  width: 40px;
  height: 40px;
}
.vlog-loader .uil-ripple-css div {
  border-width: 2px;
}
.vlog-format-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  z-index: 1;
}
.vlog-format-content .vlog-format-loader {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
.vlog-single-content .vlog-featured-item .entry-media.video {
  background: rgba(0, 0, 0, 0.1);
}
.vlog-format-content.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vlog-format-content.video .vlog-popup-wrapper {
  width: 100%;
}
.search-results .vlog-mod-desc li {
  list-style: none;
}
.search .vlog-mod-desc li {
  list-style: none;
}
.vlog-mod-desc .vlog-search-form {
  border: 1px solid;
  padding: 30px;
  margin-bottom: 36px;
}
.vlog-mod-desc .vlog-search-form .vlog-button-search {
  right: 21px;
  font-size: 20px;
}
.vlog-mod-desc .vlog-search-form input {
  font-size: 14px;
  line-height: 20px;
  padding: 0 40px 0 13px;
}
.mfp-close {
  top: 9px;
  right: 11px;
  font-size: 24px;
}
.vlog-f-img .mfp-counter {
  display: none;
}
.mks_ico {
  display: inline-block;
  float: none;
}
.error404 .vlog-single-content .entry-title {
  text-align: center;
  margin-bottom: 20px;
}
.error404 .vlog-single-content .entry-content {
  text-align: center;
}
.error404 .vlog-single-content .vlog-search-form {
  max-width: 350px;
  margin: 30px auto 50px;
}
.error404 .vlog-single-no-sid .vlog-content {
  max-width: 580px;
}
.error404 .vlog-single-content input[type=text] {
  border-radius: 30px;
  padding: 0 40px 2px 15px;
}
.error404 .vlog-single-content .entry-image {
  margin: 50px 0 40px;
}
.error404 .vlog-button-search {
  font-size: 24px;
  width: 48px;
  top: 1px;
}
.sd-content ul li:before {
  display: none;
}
.entry-content .mks_pullquote {
  word-break: normal;
}
#wpstats {
  display: none;
}
/*--------------------------------------------------------------
   Media Elements
--------------------------------------------------------------*/
body .mejs-container {
  background: transparent;
}
body .mejs-container.wp-audio-shortcode {
  height: 90px !important;
}
body .has-post-thumbnail .meta-media .mejs-embed,
body .format-video .meta-media .mejs-embed,
body .has-post-thumbnail .meta-media .mejs-embed body,
body .format-video .meta-media .mejs-embed body,
body .has-post-thumbnail .meta-media .mejs-container .mejs-controls,
body .format-video .meta-media .mejs-container .mejs-controls {
  background: #111;
}
body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-total,
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-total,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(0, 0, 0, 0.1);
}
body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded,
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: rgba(0, 0, 0, 0.2);
}
body .has-post-thumbnail .meta-media .wp-playlist-light,
body .format-video .meta-media .wp-playlist-light {
  background: none;
  color: rgba(0, 0, 0, 0.73);
}
body .has-post-thumbnail .meta-media .mejs-container .mejs-controls .mejs-time span,
body .format-video .meta-media .mejs-container .mejs-controls .mejs-time span {
  color: rgba(0, 0, 0, 0.73);
}
body .has-post-thumbnail .meta-media .mejs-controls .mejs-button,
body .format-video .meta-media .mejs-controls .mejs-button,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-button button,
body .format-video .meta-media .mejs-controls .mejs-button button {
  color: rgba(0, 0, 0, 0.88);
}
body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-total,
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-total,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded,
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-float,
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-float {
  background: rgba(0, 0, 0, 0.18);
}
body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-float-corner,
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  border-top-color: rgba(0, 0, 0, 0.18);
}
body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(0, 0, 0, 0.18);
}
body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: rgba(0, 0, 0, 0.18);
}
body .has-post-thumbnail .meta-media .wp-playlist-item:last-child,
body .format-video .meta-media .wp-playlist-item:last-child {
  border-color: rgba(0, 0, 0, 0.18);
}
body .has-post-thumbnail .meta-media .wp-playlist-current-item .wp-playlist-item-title,
body .format-video .meta-media .wp-playlist-current-item .wp-playlist-item-title,
body .has-post-thumbnail .meta-media .wp-playlist-playing,
body .format-video .meta-media .wp-playlist-playing {
  color: rgba(0, 0, 0, 0.88);
}
body .has-post-thumbnail .meta-media .wp-audio-shortcode,
body .format-video .meta-media .wp-audio-shortcode,
body .has-post-thumbnail .meta-media .wp-playlist-current-item,
body .format-video .meta-media .wp-playlist-current-item,
body .has-post-thumbnail .meta-media .wp-playlist-tracks,
body .format-video .meta-media .wp-playlist-tracks,
body .has-post-thumbnail .meta-media .wp-playlist-item,
body .format-video .meta-media .wp-playlist-item {
  border-color: rgba(0, 0, 0, 0.18);
}
body .has-post-thumbnail .meta-media div.mejs-container.wp-audio-shortcode,
body .format-video .meta-media div.mejs-container.wp-audio-shortcode {
  width: 80% !important;
  top: 50%;
  z-index: 100;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  left: 50%;
}
body .has-post-thumbnail .meta-media .mejs-container *,
body .format-video .meta-media .mejs-container * {
  color: #111;
  font-weight: bold;
}
body .format-video .meta-media div.mejs-container .mejs-controls {
  bottom: 30px;
  left: 30px;
  right: 30px;
  width: 94%;
}
div.mejs-container .mejs-controls {
  height: 90px;
  background: #FFF;
}
.player-android-on div.mejs-container .mejs-controls {
  opacity: 0 !important;
}
body .herald-entry-content .mejs-container.wp-audio-shortcode {
  margin: 30px auto;
}
div.mejs-controls div.mejs-time-rail {
  padding-top: 37px;
}
.mejs-container * {
  color: #111;
  font-weight: bold;
}
div.mejs-container .mejs-controls .mejs-time {
  padding-top: 42px;
}
body .wp-video {
  width: 100% !important;
}
.me-plugin {
  position: absolute;
}
body .mejs-container .mejs-controls .mejs-button {
  position: relative;
  margin: 32px 0;
}
body .mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
body .mejs-container .mejs-controls .mejs-button.mejs-volume-button {
  margin-left: 0;
  margin-right: 10px;
  text-align: center;
}
body .mejs-container .mejs-controls .mejs-button button {
  background: none;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 32px;
  width: 32px;
  outline: none;
}
body .mejs-controls a.mejs-horizontal-volume-slider {
  margin: 2px 20px 0 0;
}
body .mejs-container .mejs-controls .mejs-time-float-corner {
  top: 100%;
}
body .mejs-controls .mejs-button button:before,
body .mejs-controls .mejs-button button:before {
  display: inline-block;
  font-size: 21px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
  speak: none;
}
body .mejs-controls .mejs-play button:before,
body .mejs-controls .mejs-play button:before {
  font-family: "FontAwesome";
  content: "\f04b";
}
body .mejs-controls .mejs-pause button:before,
body .mejs-controls .mejs-pause button:before {
  font-family: "FontAwesome";
  content: "\f04c ";
}
body .mejs-controls .mejs-volume-button button:before,
body .mejs-controls .mejs-volume-button button:before {
  font-family: "FontAwesome";
  content: "\f027";
}
body .mejs-controls .mejs-volume-button.mejs-unmute button:before,
body .mejs-controls .mejs-volume-button.mejs-unmute button:before {
  font-family: "FontAwesome";
  content: "\f026";
}
body .wp-playlist {
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77777778;
  margin: 1.777em 0 3.5em;
  padding: 0;
}
body .wp-playlist .wp-playlist-current-item img {
  margin-right: 20px;
  max-width: 70px;
}
body .wp-playlist-caption,
body .wp-playlist-item-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77777778;
}
body .wp-playlist-current-item {
  border-bottom: 1px solid;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0.55555556em;
}
body .wp-playlist-current-item .wp-playlist-item-title,
body .wp-playlist-playing {
  font-weight: 700;
}
body .wp-playlist-tracks {
  border-top: 1px solid;
  margin: 0;
}
body .wp-playlist-item {
  padding: 0.55555556em;
}
body .wp-playlist-item:last-child {
  border-bottom: 1px solid;
}
body .wp-playlist-item-length {
  top: auto;
  right: 0.55555556em;
  bottom: 0.66666667em;
}
body .wp-playlist-item-artist {
  display: block;
}
body .mejs-controls .mejs-time-rail .mejs-time-float {
  border: none;
}
body .mejs-controls .mejs-button button:before {
  color: #111;
}
body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body .mejs-controls .mejs-time-rail .mejs-time-total {
  background: rgba(0, 0, 0, 0.18);
}
body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
body .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: rgba(0, 0, 0, 0.2);
}
body .wp-video {
  background: #111;
  position: relative;
  z-index: 7;
}
body .mejs-controls .mejs-fullscreen-button button:before {
  content: "\f065";
  font-family: "FontAwesome";
}
body .mejs-container .mejs-controls .mejs-button {
  margin-right: 20px;
}
body .mks_col .mejs-container .mejs-controls {
  height: 40px;
}
body .mks_col .mejs-container .mejs-controls .mejs-button {
  margin: 12px 0;
}
.mks_col div.mejs-container .mejs-controls .mejs-time {
  padding-top: 22px;
}
.mks_col div.mejs-controls div.mejs-time-rail {
  padding-top: 17px;
}
/* body .mejs-container .mejs-overlay{
    display: none;
    width: 100% !important;
    height: 100% !important;
}
body .mejs-container{
    height: 100% !important;
    width: 100% !important;
}
.vlog-popup-wrapper{
    height: 100%;
} */
.mks_dropcap {
  padding: 10px 19px 15px;
}
.mks_pullquote {
  word-wrap: break-word;
  word-break: break-all;
}
.mks_pullquote_left {
  margin: 0 20px 20px 0;
}
.mks_pullquote_right {
  margin: 0 0 20px 20px;
}
pre {
  background: rgba(68, 68, 68, 0.06);
  border: 1px solid rgba(68, 68, 68, 0.2);
  padding: 15px 20px;
  margin-bottom: 30px;
}
.entry-content table,
.entry-content-single table,
.vlog-comments table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid;
  border-left: 1px solid;
  margin-bottom: 30px;
}
.entry-content td,
.entry-content th,
.entry-content-single td,
.entry-content-single th,
.vlog-comments td,
.vlog-comments th {
  padding: 10px 15px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
dl {
  margin: 0 0 20px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 20px;
}
address {
  font-style: italic;
}
.more-link {
  display: none;
}
.vlog-featured-1 .owl-carousel .owl-item img,
.vlog-featured-2 .owl-carousel .owl-item img,
.vlog-featured-3 .owl-carousel .owl-item img,
.vlog-featured-1 .vlog-cover img,
.vlog-featured-2 .vlog-cover img,
.vlog-featured-3 .vlog-cover img {
  display: inline-block;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vlog-featured-1 .vlog-featured-item .vlog-cover,
.vlog-featured-2 .vlog-featured-item .vlog-cover,
.vlog-featured-3 .vlog-featured-item .vlog-cover {
  display: inline-block;
  height: 100%;
}
.owl-carousel .owl-animated-out.owl-animated-in {
  pointer-events: none;
}
.owl-carousel .owl-animated-in {
  pointer-events: auto;
}
.entry-content-single .mks_button {
  text-decoration: none;
}
_:-moz-tree-row(hover),
.vlog-featured-slider .vlog-format-content.vlog-popup {
  position: relative !important;
  top: 0px !important;
}
_:-moz-tree-row(hover),
.vlog-popup-on .vlog-site-header {
  display: none;
}
.no-csstransitions .vlog-sticky-header {
  display: none;
}
.no-csstransitions .vlog-sticky-header-on .vlog-sticky-header {
  display: block;
}
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .iphone .vlog-featured-slider.vlog-featured-1 .owl-next,
  .iphone .vlog-featured-slider.vlog-featured-1 .owl-prev {
    margin-top: -124px;
  }
}
/*--------------------------------------------------------------
   Breadcrumbs
--------------------------------------------------------------*/
.vlog-breadcrumbs {
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 14px;
}
.vlog-breadcrumbs a,
.vlog-breadcrumbs a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
/* Support for FV player */
.flowplayer {
  margin: 0 auto 0 auto;
}
/*--------------------------------------------------------------
   Scroll Bar
--------------------------------------------------------------*/
.vlog-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.vlog-scrollbar::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
.vlog-scrollbar::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
/*--------------------------------------------------------------
  Category child links 
--------------------------------------------------------------*/
.category .vlog-mod-head .vlog-mod-actions {
  margin-top: 0;
}
.category .vlog-mod-head .vlog-mod-actions a {
  margin-right: 2px;
}
.category .vlog-mod-head .vlog-mod-actions a:last-child {
  margin-right: 0;
}
.category .vlog-mod-head .vlog-mod-actions .vlog-cat-parent {
  position: relative;
  padding-left: 18px;
}
.category .vlog-mod-head .vlog-mod-actions .vlog-cat-parent + a {
  margin-left: 8px;
}
.category .vlog-mod-head .vlog-mod-actions .vlog-cat-parent i {
  position: absolute;
  font-size: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7px;
}
/*--------------------------------------------------------------
   Typography
--------------------------------------------------------------*/
html,
body {
  -webkit-font-smoothing: antialiased;
}
body {
  line-height: 1.63;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.vlog-sidebar {
  font-size: 14px;
  line-height: 1.57;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 20px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
h1,
.h1 {
  line-height: 1.29;
}
h2,
.h2 {
  line-height: 1.25;
}
h3,
.h3 {
  line-height: 1.4;
}
h4,
.h4 {
  line-height: 1.44;
}
h5,
.h5 {
  line-height: 1.35;
}
h6,
.h6 {
  line-height: 1.43;
}
.h7 {
  line-height: 1.46;
}
p {
  margin: 0 0 24px;
}
.entry-title {
  margin-bottom: 0;
}
blockquote {
  border-left: 3px solid;
  font-size: 18px;
  line-height: 26px;
  padding: 5px 30px;
  margin: 36px 0;
  position: relative;
}
.vlog-highlight h1,
.vlog-highlight h2,
.vlog-highlight h3,
.vlog-highlight h4,
.vlog-highlight h5,
.vlog-highlight h6,
.vlog-highlight .vlog-comments .url,
.vlog-highlight .rsswidget:hover {
  color: inherit;
}
.entry-content-single ul ul,
.vlog-comments .comment-content ul ul,
.entry-content-single ol ul,
.vlog-comments .comment-content ol ul,
.entry-content-single ul ol,
.vlog-comments .comment-content ul ol,
.entry-content-single ol ol,
.vlog-comments .comment-content ol ol {
  padding-left: 15px;
  margin-bottom: 0;
}
.entry-headline.h4 {
  line-height: 1.44;
}
td {
  word-break: break-all;
}
/*--------------------------------------------------------------
   Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
select,
textarea {
  border: 1px solid;
  padding: 10px;
  outline: none;
  line-height: 1;
  width: 100%;
  font-size: 100%;
  margin: 0;
  height: 40px;
  vertical-align: baseline;
  -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
}
textarea,
div#user-submitted-posts textarea.usp-textarea {
  min-height: 200px;
  line-height: 22px;
}
select {
  width: 100%;
}
select option {
  display: inline-block;
}
button {
  outline: none;
}
.s2_form_widget input[type="submit"] {
  min-width: 120px;
}
div.wpcf7-response-output,
#usp-success-message,
#usp-error-message {
  margin: 0;
  padding: 10px 20px;
  border: none;
  border-radius: 2px;
}
div.wpcf7-validation-errors,
.error,
.usp-callout-failure {
  color: #FFF;
  background: #e74c3c;
}
div.wpcf7-mail-sent-ok,
.success,
#usp-success-message {
  color: #FFF;
  background: #27ae60;
}
.success,
.error,
#usp-success-message {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  border-radius: 2px;
}
span.wpcf7-not-valid-tip {
  display: none;
  position: absolute;
  top: -8px;
  right: 3px;
  left: auto;
  padding: 6px 10px;
  border: none;
  color: white;
  background: #f1c40f;
}
.invalid span.wpcf7-not-valid-tip {
  display: block;
}
textarea.wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid {
  border-color: #f1c40f;
}
div#user-submitted-posts fieldset input.usp-input,
div#user-submitted-posts select,
div#user-submitted-posts textarea.usp-textarea {
  padding: 10px;
  outline: none;
  line-height: 1;
  font-size: 16px;
  margin: 0;
  height: 40px;
  width: 100%;
  vertical-align: baseline;
  -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
}
div#user-submitted-posts fieldset {
  margin: 0 0 24px;
  position: relative;
}
div#user-submitted-posts fieldset.usp-content {
  width: 100%;
}
div#user-submitted-posts fieldset label {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
div#user-submitted-posts fieldset.usp-captcha label {
  width: 60px;
  margin: 6px 0 0 0;
  font-size: 16px;
}
div#user-submitted-posts fieldset.usp-captcha input {
  width: 160px;
  clear: none;
}
div#user-submitted-posts fieldset input.usp-input.usp-clone {
  width: 90%;
  margin: 0 0 5px 0;
  padding: 9px;
  background-color: #fafafa;
  font-size: 14px;
}
.parsley-errors-list {
  display: none;
  margin-bottom: 0;
}
.parsley-errors-list.filled {
  margin-bottom: 0;
  position: absolute;
  bottom: 9px;
  right: 9px;
  list-style: none;
  display: block;
}
.parsley-required:before {
  display: none;
}
.parsley-required {
  padding: 2px 7px;
}
div#user-submitted-posts fieldset.usp-captcha {
  width: 45%;
  margin-top: 30px;
}
#usp-success-message.usp-hidden {
  display: none;
}
#usp-success-message,
#usp-error-message {
  font-size: 16px;
}
#usp-error-message {
  display: none;
}
div#user-submitted-posts select {
  padding: 8px 10px;
}
div#usp-submit,
.entry-content-single div#usp-submit input[type=submit] {
  margin: 0;
}
body div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 3px 0;
}
body div.wpforms-container-full .wpforms-form .wpforms-field {
  margin-bottom: 6px;
}
body div.wpforms-container-full .wpforms-form input,
body div.wpforms-container-full .wpforms-form select {
  height: 40px !important;
}
/*--------------------------------------------------------------
   Buttons
--------------------------------------------------------------*/
.vlog-pagination {
  position: relative;
  text-align: center;
  padding-top: 4px;
  min-height: 43px;
  margin-top: -36px;
  clear: both;
}
.vlog-pagination .page-numbers,
.vlog-sl-item {
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  height: 32px;
  min-width: 32px;
  padding: 5px 10px;
}
.vlog-sl-item {
  border: 1px solid;
  height: 34px;
  margin-right: 4px;
  font-size: 14px;
  margin-bottom: 7px;
}
.vlog-pagination .dots:hover {
  background: transparent;
}
.vlog-link-pages {
  position: relative;
  width: 100%;
  text-align: center;
  float: left;
  height: 40px;
  margin-bottom: 24px;
}
.vlog-link-pages-label {
  padding: 0;
  margin-top: 10px;
  display: block;
}
.vlog-pagination .prev,
.vlog-pagination .next,
.vlog-link-pages a {
  padding: 9px 14px;
  height: 40px;
  min-width: 90px;
  top: 0;
  position: absolute;
  min-width: 130px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  text-transform: uppercase;
}
.vlog-link-pages a {
  left: 0;
  min-width: 90px;
  padding: 7px 0 0 0;
}
.vlog-link-pages a:last-child {
  right: 0;
  left: auto;
}
.vlog-next,
.vlog-prev {
  top: 0;
  position: absolute;
}
.vlog-pagination .prev,
.vlog-pagination .next,
a.page-numbers,
.vlog-load-more a,
.vlog-pagination .vlog-next a,
.vlog-pagination .vlog-prev a,
.mks_author_link:hover,
.mks_read_more a:hover,
.form-submit input[type=submit],
.vlog-wl-action .vlog-button,
input[type="submit"],
.vlog-button,
.vlog-link-pages a,
.vlog-sl-item,
.mks_button,
input[type="button"],
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vlog-pagination .prev:hover,
.vlog-pagination .next:hover,
a.page-numbers:hover,
.vlog-load-more a:hover,
.vlog-pagination .vlog-next a:hover,
.vlog-pagination .vlog-prev a:hover,
.mks_author_link:hover,
.mks_read_more a:hover,
.form-submit input[type=submit]:hover,
.vlog-wl-action .vlog-button:hover,
input[type="submit"]:hover,
.vlog-button:hover,
.vlog-link-pages a:hover,
.mks_button:hover,
input[type="button"]:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:focus,
body div.wpforms-container-full .wpforms-form button[type=submit]:focus,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
}
.vlog-pagination .prev,
.vlog-pagination .vlog-prev {
  left: 0;
}
.vlog-pagination .next,
.vlog-pagination .vlog-next {
  right: 0;
}
.vlog-pagination .prev:before,
.vlog-pagination .next:after,
.vlog-pagination .vlog-prev a:before,
.vlog-pagination .vlog-next a:after {
  font-size: 16px;
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: bottom;
}
.vlog-pagination .prev:before,
.vlog-pagination .vlog-prev a:before {
  content: "\f104";
  margin-right: 8px;
}
.vlog-pagination .next:after,
.vlog-pagination .vlog-next a:after {
  content: "\f105";
  margin-left: 8px;
}
.vlog-button,
input[type="submit"],
input[type="button"],
.wpcf7-submit,
.vlog-load-more a,
.vlog-pagination .vlog-next a,
.vlog-pagination .vlog-prev a,
.mks_author_link,
.mks_read_more a,
a.mks_button,
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
  font-size: 12px;
  padding: 14px 27px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  line-height: 1;
}
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
  border: none;
  margin-top: 18px;
}
body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  border: none;
}
a.mks_button:hover {
  opacity: 1;
}
.vlog-button-search {
  background: transparent;
  font-size: 28px;
  border: none;
  line-height: 1;
}
.vlog-button-small {
  padding: 11px 18px;
}
.vlog-button-small {
  margin-right: 10px;
}
.vlog-arrow {
  cursor: pointer;
  float: left;
}
.vlog-module-actions {
  position: relative;
  display: inline-block;
  float: right;
}
.vlog-module-actions button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
}
.vlog-loader {
  display: none;
  position: absolute;
  top: 5px;
  left: 50%;
  margin: 0 auto 0 -20px;
  font-size: 11px;
}
.vlog-infinite-scroll a,
.vlog-loader-active {
  opacity: 0;
}
.vlog-pagination .current {
  cursor: default;
}
/*--------------------------------------------------------------
   Header
--------------------------------------------------------------*/
.vlog-site-header {
  float: left;
  width: 100%;
}
.vlog-site-content {
  padding-top: 36px;
}
.vlog-header-wrapper {
  position: relative;
  z-index: 8003;
}
.vlog-header-shadow .vlog-header-wrapper,
.vlog-sticky-header {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.vlog-top-bar {
  float: left;
  width: 100%;
  height: 44px;
  position: relative;
  z-index: 2000;
}
.vlog-top-bar .vlog-slot-l {
  left: 18px;
}
.vlog-top-bar .vlog-slot-r {
  right: 18px;
}
.vlog-slot-l {
  left: 0;
}
.vlog-slot-r {
  right: 0;
}
.vlog-slot-l,
.vlog-slot-r {
  position: absolute;
  z-index: 1002;
  display: table;
  top: 0;
}
.vlog-slot-c {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  z-index: 1000;
  display: table;
}
.vlog-header-middle {
  position: relative;
}
.vlog-header-middle .vlog-slot-l,
.vlog-header-middle .vlog-slot-r,
.vlog-header-middle .vlog-slot-c {
  height: 100%;
}
.vlog-header-middle .vlog-slot-l > div,
.vlog-header-middle .vlog-slot-r > div,
.vlog-header-middle .vlog-slot-c > div,
.vlog-header-middle .vlog-slot-l > nav,
.vlog-header-middle .vlog-slot-r > nav,
.vlog-header-middle .vlog-slot-c > nav,
.vlog-header-middle .vlog-slot-l > ul,
.vlog-header-middle .vlog-slot-r > ul,
.vlog-header-middle .vlog-slot-c > ul {
  display: table-cell;
  vertical-align: middle;
}
/*header bottom*/
.vlog-header-bottom {
  float: left;
  width: 100%;
  height: 60px;
  position: relative;
  display: block;
  z-index: 8002;
}
.vlog-header-bottom .vlog-slot-l {
  left: 18px;
}
.vlog-header-bottom .vlog-slot-r {
  right: 18px;
}
/*header type 1*/
.vlog-site-header .container {
  position: relative;
}
.site-title {
  margin-bottom: 0;
  line-height: 1;
}
.site-title a {
  line-height: 1;
}
.site-title img {
  vertical-align: middle;
  display: inline-block;
}
.vlog-header-middle .site-title a {
  display: block;
}
/* Sticky header */
.vlog-sticky-header {
  position: fixed;
  -webkit-transform: translate3d(0px, -100px, 0px);
  transform: translate3d(0px, -100px, 0px);
  top: 0;
  left: 0;
  height: 60px;
  max-height: 100px;
  z-index: 9000;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.vlog-sticky-header-on .vlog-sticky-header {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.vlog-sticky-header .site-title img {
  max-height: 40px;
}
.vlog-responsive-header {
  height: 50px;
  z-index: 9999;
  width: 100%;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: 0;
  position: fixed;
  text-align: center;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.vlog-responsive-header.vlog-res-open {
  height: 100%;
}
.vlog-responsive-header.vlog-res-open .container {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.vlog-slot-r .vlog-ad a {
  float: right;
  margin: 0;
}
.vlog-logo-only .site-title,
.vlog-logo-only .site-title a {
  line-height: 0;
}
.vlog-sticky-header .vlog-logo-only .site-title,
.vlog-sticky-header .vlog-logo-only .site-title a {
  line-height: 1;
}
@media (min-width: 1271px) {
  .vlog-boxed .vlog-sticky-header {
    max-width: 1260px;
    left: 50%;
    margin-left: -630px;
  }
}
#vlog-menu-item-more {
  margin-right: 10px;
}
/*--------------------------------------------------------------
   Menus
--------------------------------------------------------------*/
.vlog-site-header .vlog-menu {
  text-align: center;
  display: inline-block;
}
.vlog-site-header .vlog-main-nav {
  display: inline-block;
  vertical-align: middle;
}
.vlog-site-header .vlog-main-nav > li {
  float: left;
  position: relative;
}
.vlog-site-header .vlog-main-nav li a {
  line-height: 2;
}
.vlog-site-header .vlog-main-nav > li > a {
  padding: 10px 15px;
  float: left;
  position: relative;
  z-index: 1001;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vlog-site-header .vlog-main-nav li li {
  position: relative;
  padding: 0 15px;
  float: left;
  width: 100%;
}
.vlog-site-header .sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 12px 0 1px;
  min-width: 200px;
  text-align: left;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.vlog-site-header .sub-menu {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vlog-site-header .vlog-main-nav .sub-menu li,
.vlog-site-header .sub-menu a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vlog-site-header .vlog-main-nav li .sub-menu a {
  font-size: 12px;
  float: left;
  width: 100%;
  line-height: 19px;
  padding-bottom: 13px;
}
.vlog-site-header .vlog-main-nav .sub-menu li:hover {
  padding-left: 20px;
  padding-right: 10px;
}
.vlog-site-header .vlog-main-nav li:hover > .sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.vlog-site-header .site-description {
  font-size: 12px;
  line-height: 20px;
  display: block;
}
.vlog-site-header .vlog-main-navigation {
  display: inline-block;
  vertical-align: top;
}
.vlog-actions-menu {
  display: inline-block;
  position: relative;
}
.vlog-actions-button {
  display: inline-block;
  position: relative;
}
.vlog-actions-menu .vlog-menu > li {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.vlog-actions-button > span {
  padding: 15px;
  font-size: 22px;
  z-index: 1001;
  line-height: 1;
  float: left;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vlog-actions-button:hover {
  cursor: pointer;
}
.vlog-header-bottom .vlog-actions-button > span,
.vlog-header-bottom .vlog-actions-button > a {
  padding: 19px 16px 17px;
}
.vlog-header-bottom .vlog-watch-later-count,
.vlog-header-bottom .vlog-listen-later-count {
  top: 11px;
}
.vlog-header-bottom .vlog-cart-icon a {
  padding: 20px 16px 14px;
}
.vlog-main-nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  margin-left: 0;
  margin-top: -12px;
}
.vlog-mega-menu .sub-menu,
.vlog-actions-menu .sub-menu {
  width: 300px;
  padding: 20px;
  z-index: 1000;
  right: 0;
  left: auto;
}
.vlog-mega-menu .sub-menu {
  right: auto;
  left: 0;
}
.vlog-mega-menu .sub-menu .vlog-menu-posts {
  padding: 0;
  margin: 0;
}
.vlog-mega-menu .vlog-menu-posts .vlog-lay-h {
  padding: 0;
}
.vlog-site-header .vlog-main-nav .vlog-mega-menu .sub-menu a {
  font-size: inherit;
  line-height: inherit;
  padding-bottom: 0;
}
.vlog-site-header .vlog-main-nav .vlog-mega-menu .sub-menu li:hover {
  padding: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.vlog-mega-menu .vlog-lay-h:last-child {
  margin-bottom: 0;
}
.vlog-actions-button.vlog-social-icons .sub-menu {
  width: 200px;
}
.vlog-actions-button.vlog-social-icons .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vlog-actions-button:hover .sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.vlog-watch-later-count,
.vlog-listen-later-count {
  border-radius: 50%;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 8px;
  min-width: 18px;
  height: 18px;
  line-height: 8px;
  padding: 5px 0;
  margin-right: 1px;
  position: absolute;
  top: 8px;
  right: 7px;
}
.vlog-watch-later p:last-child,
.vlog-listen-later p:last-child {
  margin-bottom: 0;
}
.vlog-actions-button.vlog-social-icons,
.vlog-actions-button.vlog-watch-later,
.vlog-actions-button.vlog-listen-later {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vlog-responsive-header .vlog-actions-button.vlog-watch-later:hover,
.vlog-responsive-header .vlog-actions-button.vlog-listen-later:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.vlog-actions-button.vlog-social-icons:hover,
.vlog-actions-button.vlog-watch-later:hover,
.vlog-actions-button.vlog-listen-later:hover,
.vlog-actions-button.vlog-action-search.active,
.vlog-responsive-header .vlog-actions-button.vlog-watch-later.active,
.vlog-responsive-header .vlog-actions-button.vlog-listen-later.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.vlog-actions-button.vlog-action-search:hover span {
  background: 0 0;
}
/*Slots and margins*/
.vlog-top-bar .vlog-slot-c ul > li {
  margin-left: 5px;
  margin-right: 5px;
}
.vlog-top-bar .vlog-slot-l ul > li {
  margin-right: 10px;
}
.vlog-top-bar .vlog-slot-r ul > li {
  margin-left: 10px;
}
/*Top bar menus*/
.vlog-top-bar ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.vlog-top-bar .sub-menu > li {
  padding-right: 15px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vlog-top-bar .sub-menu > li:hover {
  padding-right: 10px;
  padding-left: 5px;
}
.vlog-top-bar ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1002;
  padding: 10px 0 8px 15px;
  min-width: 150px;
  text-align: left;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.vlog-top-bar ul li:hover > ul {
  display: block;
}
.vlog-top-bar ul ul li {
  display: block;
}
.vlog-top-bar ul ul li a {
  margin: 0;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
}
.vlog-top-bar ul li a {
  font-size: 10px;
  line-height: 18px;
  padding: 12px 0;
  float: left;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  letter-spacing: 1px;
}
.vlog-top-bar .vlog-soc-menu li a {
  padding: 12px 0;
  height: 50px;
  width: 15px;
}
.vlog-top-bar .vlog-site-date {
  font-size: 10px;
  line-height: 20px;
  padding: 12px 0;
  letter-spacing: 1px;
}
.vlog-top-bar ul.sub-menu > li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  margin-right: 0;
}
.vlog-top-bar ul.sub-menu > li:last-child {
  margin-bottom: 0;
}
.vlog-top-bar .sub-menu a {
  line-height: 17px;
  padding-bottom: 3px;
}
.vlog-top-bar .sub-menu .sub-menu {
  left: 100%;
  top: -10px;
}
/*Social Menu*/
.vlog-soc-menu a:before {
  font-family: "FontAwesome";
  text-decoration: none;
  line-height: 26px;
}
.vlog-soc-menu a[href*="patreon.com"]::before {
  text-decoration: none;
  line-height: 26px;
}
.vlog-soc-menu li a {
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
}
.header-top .vlog-soc-menu a:hover {
  color: #FFF;
}
.vlog-social-name {
  opacity: 0;
  display: none;
  font-size: 12px;
}
.vlog-soc-menu li a:before {
  font-size: 13px;
}
.vlog-soc-menu a[href*="/feed"]::before,
.vlog-soc-menu a[href*="/rss"]::before,
.vlog-soc-menu a[href*="feedburner"]::before {
  content: "\f09e";
}
.vlog-soc-menu a[href*="@"]::before {
  content: "\f0e0";
}
.vlog-soc-menu a[href*="codepen."]::before {
  content: "\f1cb";
}
.vlog-soc-menu a[href*="digg."]::before {
  content: "\f1a6";
}
.vlog-soc-menu a[href*="dribbble."]::before {
  content: "\f17d";
}
.vlog-soc-menu a[href*="dropbox."]::before {
  content: "\f16b";
}
.vlog-soc-menu a[href*="facebook."]::before {
  content: "\f09a";
}
.vlog-soc-menu a[href*="flickr."]::before {
  content: "\f16e";
}
.vlog-soc-menu a[href*="foursquare."]::before {
  content: "\f180";
}
.vlog-soc-menu a[href*="google."]::before {
  content: "\f0d5";
}
.vlog-soc-menu a[href*="github."]::before {
  content: "\f09b";
}
.vlog-soc-menu a[href*="instagram."]::before {
  content: "\f16d";
}
.vlog-soc-menu a[href*="linkedin."]::before {
  content: "\f0e1";
}
.vlog-soc-menu a[href*="last.fm"]::before {
  content: "\f202";
}
.vlog-soc-menu a[href*="pinterest."]::before {
  content: "\f0d2";
}
.vlog-soc-menu a[href*="reddit."]::before {
  content: "\f1a1";
}
.vlog-soc-menu a[href*="soundcloud."]::before {
  content: "\f1be";
}
.vlog-soc-menu a[href*="spotify."]::before {
  content: "\f1bc";
}
.vlog-soc-menu a[href*="stumbleupon."]::before {
  content: "\f1a4";
}
.vlog-soc-menu a[href*="tumblr."]::before {
  content: "\f173";
}
.vlog-soc-menu a[href*="twitter."]::before {
  content: "\f099";
}
.vlog-soc-menu a[href*="twitch."]::before {
  content: "\f1e8";
}
.vlog-soc-menu a[href*="vimeo."]::before {
  content: "\f194";
}
.vlog-soc-menu a[href*="vine."]::before {
  content: "\f1ca";
}
.vlog-soc-menu a[href*="vk."]::before {
  content: "\f189";
}
.vlog-soc-menu a[href*="wordpress."]::before {
  content: "\f19a";
}
.vlog-soc-menu a[href*="xing."]::before {
  content: "\f168";
}
.vlog-soc-menu a[href*="youtube."]::before {
  content: "\f16a";
}
.vlog-soc-menu a[href*="medium."]::before {
  content: "\f23a";
}
.vlog-soc-menu a[href*="buysellads."]::before {
  content: "\f20d";
}
.vlog-soc-menu a[href*="behance."]::before {
  content: "\f1b4";
}
.vlog-soc-menu a[href*="slack."]::before {
  content: "\f198";
}
.vlog-soc-menu a[href*="weibo."]::before {
  content: "\f18a";
}
.vlog-soc-menu a[href*="snapchat."]::before {
  content: "\f2ac ";
}
.vlog-soc-menu a[href*="500px."]::before {
  content: "\f26e";
}
.vlog-soc-menu a[href*="amazon."]::before {
  content: "\f270";
}
.vlog-soc-menu a[href*="mixcloud."]::before {
  content: "\f289";
}
.vlog-soc-menu a[href*="ok.ru"]::before {
  content: "\f263";
}
.vlog-soc-menu a[href*="patreon."]::before {
  content: "\71";
}
.vlog-mailto {
  background-color: #95a5a6;
}
.vlog-whatsapp {
  background-color: #25d366;
}
.vlog-actions-button .vlog-soc-menu li a[href*="/feed"]:before,
.vlog-actions-button .vlog-soc-menu li a[href*="/rss"]:before {
  background-color: #FA9B39;
}
.vlog-actions-button .vlog-soc-menu li a[href*="@"]:before {
  background-color: #AAA;
}
.vlog-actions-button .vlog-soc-menu li a[href*="codepen."]:before {
  background-color: #fff;
}
.vlog-actions-button .vlog-soc-menu li a[href*="digg."]:before {
  background-color: #fff;
}
.vlog-actions-button .vlog-soc-menu li a[href*="dribbble."]:before {
  background-color: #ea4c89;
}
.vlog-actions-button .vlog-soc-menu li a[href*="dropbox."]:before {
  background-color: #007ee5;
}
.vlog-actions-button .vlog-soc-menu li a[href*="facebook."]:before,
.vlog-facebook {
  background-color: #3b5998;
}
.vlog-actions-button .vlog-soc-menu li a[href*="flickr."]:before {
  background-color: #ff0084;
}
.vlog-actions-button .vlog-soc-menu li a[href*="foursquare."]:before {
  background-color: #0732a2;
}
.vlog-actions-button .vlog-soc-menu li a[href*="google."]:before,
.vlog-gplus {
  background-color: #dd4b39;
}
.vlog-actions-button .vlog-soc-menu li a[href*="github."]:before {
  background-color: #4183c4;
}
.vlog-actions-button .vlog-soc-menu li a[href*="instagram."]:before {
  background-color: #3f729b;
}
.vlog-actions-button .vlog-soc-menu li a[href*="linkedin."]:before,
.vlog-linkedin {
  background-color: #0e76a8;
}
.vlog-actions-button .vlog-soc-menu li a[href*="last.fm"]:before {
  background-color: #e31b23;
}
.vlog-actions-button .vlog-soc-menu li a[href*="pinterest."]:before,
.vlog-pinterest {
  background-color: #c8232c;
}
.vlog-actions-button .vlog-soc-menu li a[href*="reddit."]:before,
.vlog-reddit {
  background-color: #336699;
}
.vlog-actions-button .vlog-soc-menu li a[href*="soundcloud."]:before {
  background-color: #f50;
}
.vlog-actions-button .vlog-soc-menu li a[href*="spotify."]:before {
  background-color: #81b900;
}
.vlog-actions-button .vlog-soc-menu li a[href*="stumbleupon."]:before,
.vlog-stumbleupon {
  background-color: #ff2618;
}
.vlog-actions-button .vlog-soc-menu li a[href*="tumblr."]:before {
  background-color: #34526f;
}
.vlog-actions-button .vlog-soc-menu li a[href*="twitter."]:before,
.vlog-twitter {
  background-color: #55acee;
}
.vlog-actions-button .vlog-soc-menu li a[href*="twitch."]:before,
.vlog-twitch {
  background-color: #6441a4;
}
.vlog-actions-button .vlog-soc-menu li a[href*="vimeo."]:before {
  background-color: #1AB7EA;
}
.vlog-actions-button .vlog-soc-menu li a[href*="vine."]:before {
  background-color: #00d9a3;
}
.vlog-actions-button .vlog-soc-menu li a[href*="vk."]:before,
.vlog-vKontakte {
  background-color: #4e729a;
}
.vlog-actions-button .vlog-soc-menu li a[href*="wordpress."]:before {
  background-color: #21759b;
}
.vlog-actions-button .vlog-soc-menu li a[href*="xing."]:before {
  background-color: #026466;
}
.vlog-actions-button .vlog-soc-menu li a[href*="youtube."]:before {
  background-color: #c4302b;
}
.vlog-actions-button .vlog-soc-menu li a[href*="medium."]:before {
  background-color: #57ad68;
}
.vlog-actions-button .vlog-soc-menu li a[href*="buysellads."]:before {
  background-color: #c90100;
}
.vlog-actions-button .vlog-soc-menu li a[href*="behance."]:before {
  background-color: #1769ff;
}
.vlog-actions-button .vlog-soc-menu li a[href*="slack."]:before {
  background-color: #6ecadc;
}
.vlog-actions-button .vlog-soc-menu li a[href*="weibo."]:before {
  background-color: #B53434;
}
.vlog-actions-button .vlog-soc-menu li a[href*="snapchat."]:before {
  background-color: #FFFC00;
}
.vlog-actions-button .vlog-soc-menu li a[href*="500px."]:before {
  background-color: #0099e5;
}
.vlog-actions-button .vlog-soc-menu li a[href*="amazon."]:before {
  background-color: #ff9900;
}
.vlog-actions-button .vlog-soc-menu li a[href*="mixcloud."]:before {
  background-color: #314359;
}
.vlog-actions-button .vlog-soc-menu li a[href*="ok.ru"]:before {
  background-color: #ed812b;
}
.vlog-actions-button .vlog-soc-menu li a[href*="patreon."]:before {
  background-color: #052d49;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="/feed"]:before,
.vlog-site-header .vlog-actions-social-list .vlog-soc-menu li a[href*="/rss"]:before {
  color: #FA9B39;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="@"]:before {
  color: #AAA;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="codepen."]:before {
  color: #fff;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="digg."]:before {
  color: #fff;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="dribbble."]:before {
  color: #ea4c89;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="dropbox."]:before {
  color: #007ee5;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="facebook."]:before {
  color: #3b5998;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="flickr."]:before {
  color: #ff0084;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="foursquare."]:before {
  color: #0732a2;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="google."]:before {
  color: #dd4b39;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="github."]:before {
  color: #4183c4;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="instagram."]:before {
  color: #3f729b;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="linkedin."]:before {
  color: #0e76a8;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="last.fm"]:before {
  color: #e31b23;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="pinterest."]:before {
  color: #c8232c;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="reddit."]:before {
  color: #336699;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="soundcloud."]:before {
  color: #f50;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="spotify."]:before {
  color: #81b900;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="stumbleupon."]:before {
  color: #ff2618;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="tumblr."]:before {
  color: #34526f;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="twitter."]:before {
  color: #55acee;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="twitch."]:before {
  color: #6441a4;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="vimeo."]:before {
  color: #1AB7EA;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="vine."]:before {
  color: #00d9a3;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="vk."]:before {
  color: #4e729a;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="wordpress."]:before {
  color: #21759b;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="xing."]:before {
  color: #026466;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="youtube."]:before {
  color: #c4302b;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="medium."]:before {
  color: #57ad68;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="buysellads."]:before {
  color: #c90100;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="behance."]:before {
  color: #1769ff;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="slack."]:before {
  color: #6ecadc;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="weibo."]:before {
  color: #B53434;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="500px."]:before {
  color: #0099e5;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="amazon."]:before {
  color: #ff9900;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="mixcloud."]:before {
  color: #314359;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="ok.ru"]:before {
  color: #ed812b;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="patreon."]:before {
  color: #052d49;
}
.vlog-actions-social-list.vlog-soc-menu li a,
.vlog-actions-button .vlog-soc-menu li {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vlog-actions-button .vlog-soc-menu li:hover {
  padding-left: 5px;
}
/*Search Action*/
.vlog-search-form {
  position: relative;
}
.vlog-action-search .vlog-search-form input[type="text"] {
  background: 0 0;
  height: 52px;
  padding: 0 20px;
  font-size: 14px;
  border-color: transparent;
}
.vlog-action-search .vlog-search-form input[type="text"]:focus {
  border-color: transparent;
}
.vlog-button-search {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
}
.vlog-action-search.vlog-actions-button:hover .sub-menu {
  opacity: 0;
  visibility: hidden;
}
.vlog-action-search .sub-menu {
  padding: 0;
  width: 250px;
}
.vlog-action-search.active.vlog-actions-button:hover .sub-menu,
.vlog-action-search.active.vlog-actions-button .sub-menu,
.vlog-watch-later.active.vlog-actions-button .sub-menu,
.vlog-listen-later.active.vlog-actions-button .sub-menu {
  opacity: 1;
  visibility: visible;
}
.vlog-actions-button .vlog-button-search {
  display: none;
}
/*Social Menu Action*/
.vlog-in-popup li {
  margin-bottom: 8px;
}
.vlog-in-popup li:last-child {
  margin-bottom: 0;
}
.vlog-in-popup li a {
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vlog-in-popup .vlog-social-name {
  opacity: 1;
  display: inline-block;
  vertical-align: top;
}
.vlog-in-popup li a:before {
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
}
.vlog-actions-search .vlog-search-form {
  margin: 10px 0;
}
.vlog-actions-search input[type="text"] {
  width: 210px;
  line-height: 20px;
  font-size: 14px;
  background: 0 0;
}
.vlog-actions-search .vlog-button-search {
  width: 50px;
}
.vlog-actions-social-list {
  list-style: none;
}
.vlog-menu > li {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vlog-menu > li.menu-item-has-children:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.vlog-menu .vlog-actions-social-list {
  display: inline-block;
  vertical-align: top;
}
.vlog-menu .vlog-actions-social-list li {
  display: inline-block;
  vertical-align: top;
}
.vlog-menu .vlog-actions-social-list li a {
  padding: 19px 7px 16px;
  font-size: 20px;
  z-index: 1001;
  line-height: 1;
  float: left;
  position: relative;
}
.vlog-menu .vlog-actions-social-list li a:before {
  font-size: 18px;
  line-height: 1;
}
.vlog-menu .vlog-actions-social-list li a {
  padding: 16px 7px 16px;
}
.vlog-header-bottom .vlog-actions-social-list li a {
  padding: 19px 7px 16px;
}
.vlog-header-bottom .vlog-main-nav > li > a {
  padding: 17px 15px;
}
.vlog-header-bottom .vlog-main-nav li .sub-menu a {
  padding-top: 2px;
  padding-bottom: 13px;
}
.vlog-header-bottom .vlog-main-nav li:not(.menu-item-has-children):hover > a {
  background: 0 0;
}
.vlog-menu .vlog-button-search {
  width: 45px;
  font-size: 20px;
}
.vlog-menu .vlog-actions-search input[type=text] {
  border-radius: 20px;
  padding: 10px 40px 10px 15px;
}
.vlog-header-1 .vlog-slot-r .vlog-menu > li.vlog-actions-button:last-child,
.vlog-header-2 .vlog-slot-r .vlog-menu > li.vlog-actions-button:last-child,
.vlog-header-3 .vlog-slot-r .vlog-menu > li.vlog-actions-button:last-child,
.vlog-header-5 .vlog-slot-r .vlog-menu > li.vlog-actions-button:last-child,
.vlog-header-6 .vlog-slot-r .vlog-menu > li.vlog-actions-button:last-child,
.vlog-sticky-header .vlog-slot-r .vlog-menu > li.vlog-actions-button:last-child {
  margin-right: -18px;
}
.vlog-header-1 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child,
.vlog-header-2 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child,
.vlog-header-3 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child,
.vlog-header-5 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child,
.vlog-header-6 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child,
.vlog-sticky-header .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child {
  margin-right: -5px;
}
.vlog-header-3 .vlog-slot-l .vlog-menu > li:first-child,
.vlog-header-5 .vlog-slot-l .vlog-menu > li:first-child,
.vlog-header-6 .vlog-slot-l .vlog-menu > li:first-child {
  margin-left: -16px;
}
/* MEGA MENU */
.vlog-wl-empty,
.vlog-ll-empty {
  text-transform: none;
  font-size: 14px;
  width: 150px;
  line-height: 22px;
  margin: 0 auto;
  position: relative;
}
.vlog-small-border:before {
  content: "";
  border-top: 1px solid;
  width: 90px;
  height: 1px;
  margin: 0 auto 18px;
  display: block;
}
.vlog-wl-empty .fv,
.vlog-ll-empty .fv {
  display: block;
  font-size: 52px;
  text-align: center;
  clear: both;
  margin: 10px 0;
}
.vlog-wl-empty p,
.vlog-ll-empty p {
  margin-bottom: 0;
}
.vlog-small-border {
  padding: 18px 0 10px;
}
.vlog-menu-posts .vlog-lay-h {
  width: 100%;
  margin-bottom: 18px;
}
.vlog-menu-posts .vlog-lay-h .entry-header {
  margin-top: 0;
}
.vlog-menu-posts .vlog-lay-h:last-child {
  margin-bottom: 0;
}
.sub-menu .vlog-menu-posts {
  margin: 0 -18px;
}
.vlog-wl-action .vlog-button {
  width: 100%;
}
.vlog-wl-action {
  clear: both;
  border-top: 1px solid;
  padding-top: 18px;
}
/* Sticky header */
.vlog-sticky-header .vlog-slot-l {
  height: 60px;
  display: table;
}
.vlog-sticky-header .vlog-slot-l .vlog-site-branding {
  display: table-cell;
  vertical-align: middle;
}
.vlog-responsive-header .vlog-action-search,
.vlog-responsive-header .vlog-watch-later,
.vlog-responsive-header .vlog-listen-later {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999999;
  height: 50px;
  max-width: 50px;
  width: auto;
}
.vlog-responsive-header .vlog-actions-button:nth-child(2) {
  right: 50px;
}
.vlog-responsive-header .vlog-actions-button:nth-child(3) {
  right: 100px;
}
.vlog-responsive-header .vlog-actions-button:first-child {
  right: 0;
}
.vlog-responsive-header .vlog-watch-later.active.vlog-actions-button:nth-child(2) .sub-menu {
  right: -50px;
}
.vlog-responsive-header .vlog-watch-later.active.vlog-actions-button:nth-child(3) .sub-menu {
  right: -100px;
}
.vlog-responsive-header .vlog-actions-button > span {
  float: right;
  z-index: 99999;
  padding: 13px 15px;
}
.vlog-responsive-header .vlog-action-search .sub-menu,
.vlog-responsive-header .vlog-watch-later .sub-menu,
.vlog-responsive-header .vlog-listen-later .sub-menu {
  width: auto;
  opacity: 0;
  visibility: hidden;
}
.vlog-responsive-header .vlog-action-search.active.vlog-actions-button .sub-menu,
.vlog-responsive-header .vlog-watch-later.active.vlog-actions-button .sub-menu,
.vlog-responsive-header .vlog-listen-later.active.vlog-actions-button .sub-menu {
  position: absolute;
  right: 0;
  top: 50px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 1002;
}
.vlog-responsive-header .active.vlog-actions-button:nth-child(2) .sub-menu {
  right: -50px;
}
.vlog-responsive-header .active.vlog-actions-button:nth-child(3) .sub-menu {
  right: -100px;
}
.vlog-responsive-header .sub-menu .vlog-menu-posts {
  width: 100%;
  max-width: 991px;
  float: left;
  padding: 20px 0!important;
  margin: 0;
}
.vlog-responsive-header .dl-menu.dl-subview li > .sub-menu {
  padding: 0 !important;
  width: 100% !important;
}
.vlog-responsive-header .col-sm-5 {
  width: 29%;
}
.vlog-responsive-header .col-sm-7 {
  width: 71%;
}
.vlog-responsive-header .entry-header a,
.vlog-responsive-header .entry-image a {
  padding: 0;
  margin: 0;
  width: 100%;
}
.vlog-responsive-header .entry-image img {
  width: 100%;
}
.vlog-responsive-header .vlog-menu-posts .vlog-lay-h {
  width: 50%;
  padding: 0 18px;
}
.vlog-responsive-header .vlog-mega-menu .sub-menu {
  padding: 0;
}
.vlog-responsive-header .vlog-actions-button.vlog-action-search:hover span {
  color: inherit;
}
.vlog-responsive-header .vlog-action-search .vlog-search-form input[type=text],
.vlog-responsive-header .vlog-action-search .vlog-search-form input[type=text]:focus {
  font-size: 16px;
}
.vlog-social-icons li {
  list-style: none;
}
.vlog-remove-wl,
.vlog-remove-ll {
  position: absolute;
  right: 2px;
  top: 0;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 23px;
  font-size: 11px;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vlog-menu-posts .row:hover .vlog-remove-wl,
.vlog-menu-posts .row:hover .vlog-remove-ll {
  opacity: 1;
  margin: 0 5px 0 0;
}
.vlog-menu-posts .no-left-padding {
  position: static;
}
.vlog-main-nav > li > .sub-menu .sub-menu.vlog-rev {
  left: initial;
  right: 100%;
}
.vlog-main-nav li:last-child .sub-menu .sub-menu,
.vlog-main-nav li:nth-last-child(-n+2) .sub-menu .sub-menu {
  display: none;
}
.vlog-site-header .vlog-main-nav li:last-child .sub-menu li:hover .sub-menu,
.vlog-site-header .vlog-main-nav li:nth-last-child(-n+2) .sub-menu li:hover .sub-menu {
  display: block;
}
.vlog-site-header .sub-menu .sub-menu {
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.vlog-responsive-header .vlog-actions-button.active:only-child .sub-menu {
  right: 0;
}
.vlog-action-search span,
.vlog-watch-later span {
  cursor: pointer;
}
/* Login/Logout form */
.vlog-actions-menu .vlog-action-login:hover {
  cursor: auto;
}
.vlog-actions-menu .vlog-action-login .fv-close:before {
  content: "\6b";
}
.vlog-actions-menu .vlog-action-login .sub-menu {
  padding: 20px;
  text-transform: initial;
}
.vlog-actions-menu .vlog-action-login .sub-menu p {
  margin: 0 0 12px;
}
.vlog-actions-menu .vlog-action-login .sub-menu a {
  display: block;
  line-height: 1;
}
.vlog-actions-menu .vlog-action-login .sub-menu a img {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.vlog-actions-menu .vlog-action-login .sub-menu .btn-logout {
  display: inline;
  color: #fff;
  font-size: 12px;
  padding: 11px 21px;
}
.vlog-actions-menu .vlog-action-login .sub-menu .vlog-username {
  margin-bottom: 15px;
}
#vlog-menu-item-more {
  display: none;
}
/*--------------------------------------------------------------
   Modules
--------------------------------------------------------------*/
.vlog-mod-head {
  margin-bottom: 25px;
  margin-top: -6px;
}
.vlog-mod-title {
  display: inline-block;
}
.vlog-mod-title h4,
.vlog-mod-title .h4 {
  line-height: 1;
  margin-bottom: 0;
}
.vlog-mod-desc {
  margin-top: 16px;
}
.vlog-mod-desc img {
  border-radius: 50%;
  float: left;
  margin-right: 24px;
}
.vlog-mod-desc p:last-child {
  margin-bottom: 0;
}
.vlog-slider-controls {
  float: right;
  display: inline-block;
  vertical-align: top;
}
.vlog-mod-actions,
.vlog-all-link {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: 5px 0 0 0;
}
.module-series .meta-item {
  text-transform: uppercase;
  font-size: 12px;
}
.module-series .entry-header {
  width: 70%;
  margin: 0 auto 5px;
}
.module-text .vlog-txt-module {
  margin-bottom: 54px;
}
.module-text:last-child .vlog-txt-module {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
   Layouts
--------------------------------------------------------------*/
.entry-image {
  position: relative;
}
.entry-image a {
  display: block;
}
.entry-image a .vlog-format-action {
  opacity: 0;
}
.entry-image a:hover .vlog-format-action {
  opacity: 1;
}
.module-series .entry-image a .vlog-format-action {
  opacity: 1;
}
.entry-image a .vlog-format-loader {
  margin: -60px 0 0 -60px;
}
.entry-category {
  line-height: 20px;
}
.entry-category a {
  font-size: 12px;
  line-height: 20px;
}
.entry-category,
.entry-category a {
  line-height: 26px;
}
.meta-item a,
.entry-category a {
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.no-left-padding {
  padding-left: 0;
}
.vlog-module .lay-horizontal .entry-category {
  margin-top: -8px;
  display: block;
}
.lay-horizontal .entry-content p {
  margin-bottom: 0;
}
.vlog-post p:last-child {
  margin-bottom: 0;
}
.vlog-mod-actions {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.comment-reply-link,
.vlog-rm,
#cancel-comment-reply-link {
  font-size: 11px;
  line-height: 26px;
  text-transform: uppercase;
  border: 1px solid;
  padding: 3px 15px;
  margin: 15px 0 0 0;
  float: left;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vlog-mod-actions .vlog-all-link {
  font-size: 10px;
  margin: 1px 0 0;
  padding: 6px 8px;
  line-height: 1;
  float: left;
  text-transform: uppercase;
  border: 1px solid;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.comment-reply-link {
  float: none;
  padding: 6px 12px;
}
.comment-reply-link:hover {
  text-decoration: none;
}
.vlog-slider-controls,
.vlog-all-link {
  margin-left: 10px;
}
.vlog-slider-controls .owl-prev,
.vlog-slider-controls .owl-next {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  width: 24px;
  text-align: center;
  border: 1px solid;
  padding: 2px 0;
  line-height: 1;
  margin-top: 1px;
}
.vlog-slider-controls .owl-prev:hover,
.vlog-slider-controls .owl-next:hover {
  cursor: pointer;
}
.vlog-slider-controls .owl-prev {
  margin-right: 5px;
}
.vlog-slider-controls .fa {
  font-size: 17px;
}
/*layout a*/
.vlog-lay-a .entry-image {
  margin-bottom: 15px;
}
.vlog-lay-a .entry-title {
  margin-bottom: 3px;
}
.vlog-lay-a .entry-meta {
  margin-bottom: 10px;
}
.col-vlog-offset {
  padding: 0;
  max-width: 768px;
  margin: 0 auto;
}
.vlog-module .vlog-lay-a .entry-category {
  margin-bottom: 3px;
  margin-top: 1px;
}
.vlog-lay-a .entry-category,
.vlog-lay-a .entry-category a {
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
/*layout B*/
.vlog-lay-b {
  width: 100%;
}
.vlog-lay-b .entry-category {
  margin-bottom: 2px;
}
.vlog-lay-b .entry-title {
  margin-bottom: 3px;
}
.vlog-lay-b .entry-meta {
  margin-bottom: 10px;
}
.vlog-lay-b .entry-content p,
.vlog-lay-c .entry-content p,
.vlog-lay-d .entry-content p,
.vlog-lay-e .entry-content p {
  line-height: 1.57;
}
.vlog-module .vlog-lay-b .entry-category {
  margin-bottom: 5px;
  margin-top: -5px;
}
.vlog-lay-b .entry-category,
.vlog-lay-b .entry-category a {
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
/*layout c*/
.vlog-lay-c .entry-image {
  margin-bottom: 15px;
}
.vlog-lay-c .entry-title {
  margin-bottom: 3px;
}
.vlog-lay-c .entry-meta {
  margin-bottom: 10px;
}
.vlog-module .vlog-lay-c .entry-category {
  margin-bottom: 3px;
  margin-top: 3px;
}
.vlog-lay-c .entry-category,
.vlog-lay-c .entry-category a {
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
/*layout D*/
.vlog-module .vlog-lay-d .entry-category {
  margin-bottom: 4px;
  margin-top: -5px;
}
.vlog-lay-d .entry-category,
.vlog-lay-d .entry-category a {
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
}
/*layout E*/
.vlog-lay-e .entry-title {
  margin-bottom: 0;
}
.vlog-lay-e .entry-image {
  margin-bottom: 10px;
}
.vlog-lay-e .entry-category {
  margin-bottom: 4px;
}
.vlog-lay-e .entry-category,
.vlog-lay-e .entry-category a {
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
}
/* Layout F */
.vlog-module .vlog-lay-f.lay-horizontal .entry-category {
  margin-top: -5px;
  margin-bottom: 3px;
}
.vlog-lay-f .entry-category,
.vlog-lay-f .entry-category a {
  line-height: 16px;
  display: inline-block;
}
/*Layout G*/
.vlog-lay-g .entry-image {
  margin-bottom: 5px;
}
.vlog-lay-g .entry-category,
.vlog-lay-g .entry-category a {
  line-height: 16px;
  display: inline-block;
}
.vlog-lay-g .entry-category {
  margin-bottom: 4px;
}
/*Layout H*/
.vlog-module .vlog-lay-h.lay-horizontal .entry-category {
  margin-top: -5px;
  margin-bottom: 3px;
}
.vlog-lay-h .entry-category,
.vlog-lay-h .entry-category a {
  line-height: 16px;
  display: inline-block;
}
.vlog-lay-h .entry-category {
  margin-bottom: 4px;
}
.vlog-post.vlog-lay-h .entry-image:hover img {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
/*Combinations*/
.col-lg-6 .vlog-lay-b,
.col-lg-3 .vlog-lay-c,
.col-lg-4 .vlog-lay-c,
.col-lg-6 .vlog-lay-c,
.col-lg-6 .vlog-lay-d,
.col-lg-4 .vlog-lay-e,
.col-lg-4 .vlog-lay-f,
.col-lg-3 .vlog-lay-g,
.col-lg-3 .vlog-lay-h {
  width: 100%;
  max-width: 100%;
}
.col-lg-8 .vlog-lay-e,
.col-lg-4 .vlog-lay-g,
.col-lg-6 .vlog-lay-g,
.col-lg-8 .vlog-lay-g,
.col-lg-3 .vlog-lay-f,
.col-lg-6 .vlog-lay-f,
.col-lg-8 .vlog-lay-f,
.col-lg-6 .vlog-lay-h {
  width: 50%;
  max-width: 100%;
}
.col-lg-9 .vlog-lay-f,
.col-lg-9 .vlog-lay-g,
.col-lg-9 .vlog-lay-h {
  width: 33.33%;
  max-width: 100%;
}
.vlog-module .owl-item article {
  width: 100%;
  padding: 0;
}
.vlog-module .owl-carousel.owl-loaded {
  margin: 0;
}
.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
/* No sidebar combinations */
.vlog-no-sid .vlog-lay-d .h5,
.vlog-no-sid .vlog-lay-e .h5,
.vlog-no-sid .vlog-lay-f .h5 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.44;
  margin-bottom: 0;
}
.vlog-no-sid .vlog-lay-g .h6 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.35;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
   Footer
--------------------------------------------------------------*/
.vlog-site-footer {
  float: left;
  width: 100%;
  background: #2c3e50;
  color: rgba(255, 255, 255, 0.5);
}
.vlog-site-footer {
  padding: 0;
}
.vlog-copyright {
  background: rgba(0, 0, 0, 0.25);
  height: 70px;
  text-transform: uppercase;
  font-size: 10px;
  padding: 28px 0;
  letter-spacing: 1px;
}
.vlog-site-footer .vlog-copyright p {
  margin-bottom: 0;
  font-size: 10px;
  letter-spacing: 1px;
}
.vlog-site-footer p {
  line-height: 1.57;
}
.vlog-copyright a:hover {
  color: #FFF;
}
.vlog-copyright p {
  color: rgba(255, 255, 255, 0.5);
}
.vlog-site-footer .widget {
  border: none;
  padding: 0;
}
.vlog-site-footer .widget_calendar .widget-title {
  padding: 20px 0 13px;
}
.vlog-site-footer .widget:first-child {
  margin-top: 50px;
}
.vlog-site-footer .widget:last-child {
  margin-bottom: 50px;
}
.vlog-site-footer .widget-title {
  border-bottom: none;
  margin-bottom: 20px;
}
.vlog-site-footer a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vlog-site-footer .widget.widget_archive li,
.vlog-site-footer .widget.widget_pages li,
.vlog-site-footer .widget.widget_meta li,
.vlog-site-footer .widget.widget_nav_menu li {
  margin-bottom: 5px;
}
.vlog-site-footer .col-lg-4 .vlog-lay-g {
  width: 100%;
  max-width: 100%;
}
/*--------------------------------------------------------------
   Single post classes
--------------------------------------------------------------*/
.vlog-single-no-sid .vlog-content {
  float: none;
  margin: 0 auto;
}
.entry-content-single .entry-header {
  margin-bottom: 24px;
}
.entry-content-single {
  margin-bottom: 36px;
  clear: both;
}
.entry-content-single ul,
.entry-content-single ol {
  margin-bottom: 26px;
}
.entry-content-single ol {
  list-style: decimal inside;
}
.entry-content-single ol > li {
  list-style: decimal inside;
}
.entry-content-single ul > li:before {
  content: "\2022";
  margin-right: 7px;
}
.meta-tags {
  font-size: 14px;
  clear: both;
}
.meta-tags span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-right: 5px;
}
.vlog-author .vlog-mod-head {
  margin-bottom: 10px;
}
.vlog-author p:last-child {
  margin-bottom: 0;
}
.vlog-single-entry-image {
  margin: 10px 0 24px;
}
.meta-tags + .vlog-share-single {
  margin-top: 15px;
}
body .vlog-share-single {
  margin-right: -18px;
}
/*Share buttons*/
body .vlog-share-single .meks_ess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 4px;
}
body .vlog-share-single .meks_ess a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  min-width: 120px;
  float: left;
  margin-right: 18px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  padding-left: 3%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body .vlog-share-single .meks_ess a:hover {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3) !important;
  background-image: none !important;
}
body .vlog-share-single .meks_ess a::before {
  height: 40px;
  width: 40px;
  float: left;
  text-align: center;
  padding: 13px 0;
  background: rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
}
body .vlog-share-single .meks_ess span {
  text-transform: uppercase;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}
body .vlog-share-single .meks_ess .socicon-mail {
  background-color: #95a5a6;
}
body .vlog-share-single .meks_ess.no-labels span {
  display: none;
}
body .vlog-share-single .meks_ess.rectangle.no-labels a::before {
  width: 100%;
  background: transparent;
}
body .vlog-share-single .meks_ess.rounded.no-labels a:before {
  width: 100%;
  background: transparent;
}
body .vlog-share-single .meks_ess.rounded a:before {
  border-radius: 20px 0 0 20px;
}
body .vlog-share-single .meks_ess.circle a {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}
body .vlog-share-single .meks_ess.circle a:before {
  width: 100%;
  background: transparent;
}
body .vlog-share-single .meks_ess.square a {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}
body .vlog-share-single .meks_ess.square a:before {
  width: 100%;
  background: transparent;
}
body .vlog-share-single .meks_ess.transparent.no-labels a {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}
body .vlog-share-single .meks_ess.transparent.no-labels a:before {
  width: 100%;
  background: transparent;
}
body .vlog-share-single .meks_ess.transparent a {
  padding-left: 0;
  width: auto;
  min-width: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0 10px;
}
body .vlog-share-single .meks_ess.transparent a:before {
  background: transparent;
  position: static;
  margin: 0 10px 0 0;
  width: auto;
}
body .vlog-share-single .meks_ess.transparent a span {
  margin: 0;
}
body .vlog-share-single .meks_ess.outline a:before {
  top: -1px;
}
/*Extras boxes*/
.author .vlog-mod-desc {
  padding: 36px;
}
.vlog-author-box,
.vlog-content .vlog-prev-next-nav,
.author .vlog-mod-desc {
  margin-bottom: 36px;
  clear: both;
  float: left;
  width: 100%;
}
.vlog-content .vlog-prev-next-nav {
  border-top: 1px solid;
  padding-top: 26px;
}
.vlog-prev-next-nav > div {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.vlog-prev-next-nav .vlog-pn-ico {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.vlog-prev-next-nav .vlog-pn-link {
  font-size: 14px;
}
.vlog-prev-next-nav .vlog-next-link a {
  float: right;
  line-height: 20px;
}
.vlog-prev-next-nav .vlog-prev-link a {
  float: left;
  line-height: 20px;
}
.vlog-prev-next-nav .vlog-next-link a,
.vlog-prev-next-nav .vlog-prev-link a,
.vlog-prev-next-nav .vlog-pn-ico {
  -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
}
.vlog-prev-next-nav .vlog-next-link {
  float: right;
  text-align: right;
}
.vlog-prev-next-nav .vlog-next-link i {
  padding-left: 0;
  top: 6px;
  right: 0;
}
.vlog-prev-next-nav .vlog-prev-link {
  float: left;
  text-align: left;
}
.vlog-prev-next-nav .vlog-prev-link i {
  padding-right: 0;
  top: 6px;
  left: 0;
}
.vlog-prev-next-nav i {
  -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
  font-size: 10px;
}
.vlog-prev-next-nav a:hover i {
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.vlog-prev-next-nav a:hover .vlog-pn-ico {
  padding-right: 14px;
}
.vlog-prev-next-nav a:hover .vlog-pn-ico {
  padding-left: 14px;
}
.vlog-content .vlog-prev-next-nav:empty {
  border-top: none;
  display: none;
}
/* COVER PREV NEXT */
.vlog-prev-next-cover-nav .vlog-prev-link,
.vlog-prev-next-cover-nav .vlog-next-link {
  cursor: pointer;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 185px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 999;
}
.vlog-prev-next-cover-nav .vlog-pn-ico {
  opacity: 0.5;
}
.vlog-prev-next-cover-nav span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vlog-prev-next-cover-nav .vlog-prev-link {
  left: 60px;
}
.vlog-prev-next-cover-nav .vlog-prev-link:hover span {
  opacity: 1;
}
.vlog-prev-next-cover-nav .vlog-next-link {
  right: 60px;
}
.vlog-prev-next-cover-nav .vlog-next-link a {
  right: 0;
}
.vlog-prev-next-cover-nav .vlog-next-link:hover span {
  opacity: 1;
}
.vlog-prev-next-cover-nav .vlog-next-link span {
  text-align: right;
}
.vlog-prev-next-cover-nav .vlog-pn-txt,
.vlog-prev-next-cover-nav .vlog-pn-link {
  color: #FFF;
  display: block;
  line-height: 20px;
}
.vlog-prev-next-cover-nav .vlog-pn-link {
  text-align: left;
  font-size: 14px;
  opacity: 0.7;
}
.vlog-prev-next-cover-nav .vlog-pn-txt {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.4;
  text-align: left;
}
.vlog-popup .vlog-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9000;
}
.vlog-popup .vlog-popup-wrapper {
  z-index: 9001;
  position: relative;
  max-width: 1104px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-bottom: 0;
}
.vlog-popup-wrapper {
  margin-bottom: 36px;
}
.vlog-single-content .vlog-popup-wrapper {
  margin-bottom: 0;
}
.vlog-format-content.vlog-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 2% 0;
  z-index: 99999;
  margin: 0;
  display: block;
}
.vlog-playlist-mode-acitve .vlog-format-content.vlog-popup {
  padding: 0;
}
.vlog-playlist-mode-acitve .vlog-format-content.vlog-popup .vlog-popup-wrapper {
  max-width: 824px;
}
.inplay-mode-acitve .vlog-format-content.vlog-popup .vlog-playlist-video {
  position: absolute;
}
.vlog-format-content.vlog-popup .vlog-playlist-video {
  height: 100%;
  width: 100%;
}
.vlog-format-content.vlog-popup .vlog-playlist-video .mejs-video {
  margin: 0 auto;
}
.vlog-format-content.vlog-popup .vlog-playlist {
  display: none;
}
.vlog-format-content.vlog-popup .vlog-playlist-video {
  padding-right: 0;
}
.vlog-popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  color: #FFF;
  z-index: 9001;
}
.video-js {
  z-index: 3;
}
.fluid-width-video-wrapper {
  z-index: 3;
}
.vlog-format-inplay.vlog-bg {
  margin-bottom: 0;
  display: none;
}
.vlog-bg.vlog-format-inplay {
  padding: 20px 0 20px;
  float: left;
  width: 100%;
}
.vlog-format-inplay .entry-header {
  max-width: 620px;
  display: inline-block;
}
.vlog-format-inplay .container {
  position: relative;
}
.vlog-format-inplay .vlog-vcenter-actions.entry-actions {
  right: 0;
}
.vlog-format-inplay .vlog-pe-a.entry-actions {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  position: absolute;
  right: 0;
}
body.vlog-popup-on {
  overflow: hidden;
}
.entry-content-single .meta-tags a {
  text-decoration: none;
}
.vlog-single-content .vlog-highlight {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
.vlog-single-content .entry-actions {
  float: none;
  padding-left: 0;
  height: auto;
}
.vlog-single-content .entry-media {
  margin-top: 10px;
}
.vlog-single-content .entry-media iframe {
  margin-bottom: 24px;
}
.vlog-single-content .mejs-container {
  margin-bottom: 24px;
}
.vlog-single-content .entry-media .mejs-container {
  margin-bottom: 0;
}
.vlog-featured-item .entry-media:only-child {
  margin-bottom: 24px;
}
.entry-content-single .entry-media,
.entry-content-single .entry-media iframe {
  float: left;
  width: 100%;
}
.entry-content-single .entry-image {
  margin-bottom: 24px;
}
.entry-content-single input[type="submit"] {
  margin-top: 18px;
}
.mfp-counter {
  top: -48px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px 8px;
}
.entry-content-single a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}
.vlog-playlist-wrapper {
  clear: both;
}
.vlog-playlist-wrapper .vlog-module article:last-child {
  margin-bottom: 0;
}
.vlog-single-content .vlog-cover:before,
.vlog-single-content .vlog-cover:after {
  display: none;
}
.single-format-audio .vlog-single-entry-image .entry-media,
.audio-format .entry-media {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
}
.single-format-audio .vlog-single-entry-image .entry-media .mejs-container,
.audio-format .entry-media .mejs-container {
  margin-bottom: 0;
}
.single-format-audio .vlog-single-entry-image .entry-media iframe {
  height: auto;
}
.vlog-format-content iframe {
  height: inherit;
}
.vlog-single-content .action-item {
  min-width: 130px;
}
.vlog-format-content iframe[src*="videopress.com"] {
  margin-bottom: 0;
}
.vlog-format-content.vlog-sticky-video {
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: auto;
  width: 360px;
  padding: 17px 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  display: block;
}
.vlog-format-content.vlog-sticky-video.vlog-sticky-animation {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.vlog-single-content .entry-media .vlog-format-content.vlog-sticky-video {
  padding: 20px;
}
.vlog-video-sticky-header {
  display: none;
}
.vlog-format-content.vlog-sticky-video .vlog-video-sticky-header {
  display: block;
  margin-bottom: 15px;
}
.vlog-format-content.vlog-sticky-video .vlog-video-sticky-header > span {
  float: left;
  margin-bottom: 0;
}
.vlog-format-content.vlog-sticky-video .vlog-video-sticky-header > a {
  float: right;
  line-height: 18px;
}
.vlog-format-content.vlog-sticky-video .vlog-popup-wrapper {
  margin-bottom: 0;
}
.vlog-format-content.vlog-sticky-video .vlog-playlist {
  display: none;
}
.vlog-format-content.vlog-sticky-video .vlog-playlist-video {
  width: 100%;
}
.vlog-playlist {
  text-align: left;
}
.vlog-playlist .vlog-mod-head h4 {
  color: #b9b9b9;
}
.vlog-playlist .vlog-module .vlog-posts {
  overflow-y: auto;
}
.vlog-playlist .vlog-module article {
  margin-bottom: 20px;
}
.vlog-playlist .vlog-module article .entry-title a {
  color: #b9b9b9;
}
.vlog-playlist .vlog-module article .entry-title a:hover {
  color: #fff;
}
.vlog-featured-2.inplay-mode-acitve .vlog-featured-item,
.vlog-featured-2.inplay-mode-acitve .vlog-featured-item .vlog-cover-bg {
  height: auto;
}
.vlog-sticky-video .wp-video-shortcode video,
.vlog-sticky-video video.wp-video-shortcode {
  height: 182px;
}
body .vlog-sticky-video .mejs-container {
  height: 182px !important;
}
.vlog-related-wrapper {
  display: block;
  clear: both;
}
/*--------------------------------------------------------------
   Sidebar and Widgets
--------------------------------------------------------------*/
.widget {
  border: 1px solid rgba(17, 17, 17, 0.1);
  margin-bottom: 36px;
  padding: 25px 30px 30px;
}
.widget-title {
  margin-bottom: 20px;
}
.widget .vlog-count {
  margin-right: 7px;
  float: left;
}
.widget ul li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.widget ul li {
  margin-bottom: 11px;
}
.widget ul li:last-child {
  margin-bottom: 0;
}
.widget.mks_ads_widget {
  padding: 0;
  border: none;
}
.widget.mks_ads_widget h4,
.widget.vlog_adsense_widget h4 {
  text-align: center;
  border: none;
  padding: 0;
  font-weight: normal;
  font-size: 10px;
  margin-bottom: 5px;
}
.widget.vlog-widget-expand {
  padding: 0;
  border: none;
}
/*Calendar Widget*/
.widget_calendar table {
  background: transparent;
  border: 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget_calendar table thead {
  background: rgba(0, 0, 0, 0.05);
  font-size: 12px;
}
.widget_calendar table thead th {
  padding: 13px 0;
  text-align: center;
}
.widget_calendar table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.01);
}
.widget_calendar table tbody td {
  font-size: 12px;
  text-align: center;
  padding: 9px 0;
}
.widget_calendar table tfoot {
  background: transparent;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.widget_calendar table tfoot tr td {
  padding: 12px 14px;
  font-size: 12px;
}
.widget_calendar table tfoot tr td a {
  text-transform: uppercase;
}
.widget_calendar table tfoot tr #next {
  text-align: right;
}
.widget_calendar table caption {
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 0;
  position: absolute;
  top: 15px;
  right: 30px;
}
.widget_calendar table tbody td a {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  min-width: 30px;
  height: 30px;
  line-height: 10px;
  padding: 9px 0;
  margin-right: 0;
  border-radius: 50%;
}
.widget_calendar {
  padding: 0;
  position: relative;
}
.widget_calendar .widget-title {
  padding: 20px 30px 13px;
  margin-bottom: 0;
}
.widget_calendar #today {
  position: relative;
}
.widget_calendar #today:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: -15px 0 0 -15px;
}
/*Search Widget*/
.widget .vlog-search-form input[type="text"] {
  background: transparent;
}
.widget .vlog-search-form .vlog-button-search {
  width: 40px;
  font-size: 22px;
}
.widget_search li {
  list-style: none;
}
/*Ads Widget*/
.mks_adswidget_ul li,
.mks_adswidget_ul.small,
.site-footer .mks_adswidget_ul.small {
  text-align: center;
}
.mks_ads_widget .small li,
.mks_ads_widget ul.custom li,
.mks_adswidget_ul.small li,
.mks_adswidget_ul.custom li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
  width: auto;
}
div.mks_ads_widget .small li {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
}
.mks_adswidget_ul.small {
  width: 280px;
  margin: 0 0 0 16px;
}
/*Author Widget Styles*/
.mks_author_widget {
  text-align: center;
}
.widget.mks_author_widget img {
  border-radius: 50%;
  float: none;
  clear: both;
  margin: 0 0 18px;
}
.widget.mks_author_widget h3 {
  margin-bottom: 10px;
}
ul.mks_themeforest_widget_ul {
  margin: 0 -10px;
}
.mks_themeforest_widget ul.mks_themeforest_widget_ul li {
  margin: 0 2px 6px 2px;
}
.mks_themeforest_widget .mks_read_more {
  margin-bottom: 0;
  margin-top: 20px;
}
.widget.mks_flickr_widget ul {
  margin: 0 -8px;
  width: 260px;
}
.widget.mks_flickr_widget {
  padding: 20px 30px 18px;
}
.widget.mks_flickr_widget ul.flickr li {
  margin: 0 9px 0 0;
}
.widget.mks_flickr_widget ul.flickr li:nth-child(3n) {
  margin: 0 0 9px 0;
}
.mks_themeforest_widget_ul {
  text-align: center;
}
.widget p:last-child {
  margin-bottom: 0;
}
.screen-reader-text {
  margin-bottom: 5px;
  display: inline-block;
}
.widget_categories .children,
.widget.widget_pages .children,
.widget_nav_menu .sub-menu,
.vlog_series_widget .children {
  padding-left: 20px;
  padding-top: 10px;
}
.vlog_series_widget li a,
.widget_categories li a,
.vlog_category_widget li a {
  display: block;
}
.widget_categories li a:hover .category-text,
.widget.widget_archive li a:hover,
.widget.widget_archive li a:hover,
.widget.widget_pages li a:hover,
.widget.widget_meta li a:hover,
.widget.widget_nav_menu li a:hover,
.vlog_category_widget li a:hover .category-text {
  margin-left: 5px;
}
.widget.vlog_series_widget li a:hover .series-text {
  padding-left: 5px;
}
.widget a,
.widget ul li a,
.widget_categories li a .category-text,
.vlog_series_widget li a .series-text,
.vlog_category_widget li a .category-text {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.widget_recent_entries {
  clear: both;
}
.widget_recent_entries li a {
  display: block;
}
.widget_recent_entries li,
.widget_recent_comments li {
  font-size: 14px;
  line-height: 20px;
}
.widget_recent_entries li .post-date {
  display: block;
  font-size: 12px;
}
.widget.widget_archive li,
.widget.widget_pages li,
.widget.widget_meta li,
.widget.widget_nav_menu li {
  margin-bottom: 9px;
}
/* RSS widget */
.widget_rss .rsswidget img {
  display: none;
}
.widget_rss ul li a {
  display: block;
  font-weight: 700;
}
.widget_rss .rss-date {
  margin-bottom: 5px;
  display: block;
}
.vlog_series_widget .vlog-count {
  vertical-align: top;
}
/* Search Widget */
.widget_search .widget-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.widget .wp-caption-text {
  font-size: 12px;
}
.widget .alignnone {
  margin-bottom: 18px;
}
/* Tags Widget */
.meta-tags a,
.widget_tag_cloud a {
  font-size: 12px!important;
  line-height: 20px;
  text-transform: uppercase;
}
.meta-tags a:after,
.widget_tag_cloud a:after {
  content: "/";
  margin: 0 2px 0 4px;
}
.meta-tags a:last-child:after,
.widget_tag_cloud a:last-child:after {
  display: none;
}
/* Additional Widgets */
.wysija-paragraph {
  margin-top: 18px;
}
.vlog_posts_widget .vlog-lay-g,
.vlog_posts_widget .vlog-lay-h {
  margin-bottom: 18px;
}
.vlog-site-content .vlog_posts_widget .vlog-lay-g:last-child,
.vlog-site-content .vlog_posts_widget .vlog-lay-h:last-child {
  margin-bottom: 0;
}
.vlog-widget-slider.owl-carousel {
  margin: 0;
}
.vlog-widget-slider.owl-carousel article {
  padding: 0;
}
/* Social */
.mks_social_widget {
  padding-bottom: 15px;
}
.vlog_series_widget a {
  display: inline-block;
  width: 100%;
  clear: both;
}
.vlog_series_widget a .series-text {
  width: 205px;
  display: inline-block;
}
.widget .vlog-slider-controls .owl-next,
.widget .vlog-slider-controls .owl-prev {
  width: 20px;
  height: 20px;
  padding: 1px 0;
}
.widget .vlog-slider-controls .owl-next i,
.widget .vlog-slider-controls .owl-prev i {
  font-size: 14px;
  display: block;
  vertical-align: middle;
  line-height: 16px;
}
.widget.vlog_series_widget,
.widget.vlog_posts_widget {
  clear: both;
}
.vlog_series_widget li a,
.widget_categories li a,
.vlog_category_widget li a {
  position: relative;
}
.widget .vlog-count {
  position: absolute;
  top: 0;
  left: 0;
}
.widget .category-text,
.widget .series-text {
  left: 30px;
  position: relative;
  display: inline-block;
}
.widget .category-text:only-child,
.widget .series-text:only-child {
  left: 0;
}
/*--------------------------------------------------------------
   Widgets padding reset
--------------------------------------------------------------*/
.vlog-no-padding {
  padding: 0;
}
.widget div.mejs-container .mejs-controls,
body .widget .mejs-container.wp-audio-shortcode {
  height: 25px !important;
}
body .widget .mejs-container .mejs-controls .mejs-button,
.widget div.mejs-container .mejs-controls .mejs-time {
  margin: 0;
  padding: 8px 0 0;
}
.widget div.mejs-controls div.mejs-time-rail {
  padding-top: 5px;
}
body .widget .mejs-controls a.mejs-horizontal-volume-slider {
  margin: 0;
}
body .widget .mejs-container.wp-audio-shortcode {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget div.mejs-container.wp-audio-shortcode .mejs-controls {
  background: transparent;
}
.widget div.mejs-container .mejs-controls {
  background: rgba(255, 255, 255, 0.8);
}
body .widget .mejs-container .mejs-controls .mejs-button button:before,
.widget .mejs-overlay-button {
  font-size: 14px;
  line-height: 27px;
}
.widget .mejs-overlay-button {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
body .widget .mejs-container .mejs-controls .mejs-button button {
  height: 25px;
}
.widget .mejs-container .mejs-controls div {
  font-size: 10px;
}
.widget .mejs-controls .mejs-time-rail span,
.widget .mejs-controls .mejs-time-rail > a,
.widget .mejs-controls .mejs-time-rail .mejs-time-current {
  height: 8px;
}
.widget .mejs-controls .mejs-time-rail .mejs-time-float {
  height: 17px;
}
.widget_media_image .wp-caption {
  margin-bottom: 0;
}
/* Gallery Widget */
.widget .gallery-columns-1 .gallery-item {
  padding-bottom: 0;
}
.widget .gallery-columns-1 {
  margin-bottom: 0;
}
.widget .gallery .gallery-item a:after {
  display: none;
}
/*--------------------------------------------------------------
   Comments
--------------------------------------------------------------*/
.vlog-comments {
  border: 1px solid;
  padding: 30px 36px 0;
  clear: both;
}
.comment-form {
  margin-bottom: 30px;
}
.vlog-comments .comment-content ul > li:before {
  content: "\2022";
  margin-right: 7px;
}
.vlog-comments .comment-content ol > li {
  list-style: decimal inside;
}
.vlog-comments .comment-content ul,
.vlog-comments .comment-content ol {
  margin-bottom: 26px;
}
.vlog-comments .avatar {
  border-radius: 50%;
  float: left;
  margin-right: 18px;
}
.comment-form label {
  margin-bottom: 7px;
  display: block;
  font-size: 13px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  width: 33.33%;
  padding: 0 15px 0 0;
}
.comment-form-url {
  padding: 0;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-bottom: 20px;
}
.comment-form-comment {
  margin-bottom: 10px;
}
.form-submit {
  clear: both;
  margin-top: 15px;
}
.vlog-comments .says {
  display: none;
}
.vlog-comments .url {
  text-transform: uppercase;
  font-size: 16px;
}
.vlog-comments .comment-content {
  clear: both;
}
.vlog-comments .comment-content {
  margin-left: 78px;
}
.vlog-comments .comment-content p {
  margin-bottom: 10px;
}
.vlog-comments .reply {
  margin-left: 78px;
  text-transform: uppercase;
  font-size: 12px;
}
.vlog-comments .children {
  margin-left: 78px;
}
.vlog-comments .comment-metadata {
  line-height: 20px;
  font-size: 12px;
}
.vlog-comments .comment-body {
  margin-bottom: 36px;
}
.vlog-comments .vlog-mod-head {
  margin-bottom: 10px;
}
.comment-list {
  padding-top: 25px;
  border-top: 1px solid;
}
.comment-reply-title {
  float: right;
}
.logged-in-as,
.comment-notes {
  margin: 5px 0 10px;
  font-size: 13px;
}
.vlog-comments .vlog-module-title h4 {
  margin: 0 0 15px 0;
}
.comment-author b {
  font-size: 18px;
}
.comment .comment-respond {
  margin: 26px 0;
  border-top: 1px solid;
  padding: 20px 26px 0;
  position: relative;
}
#cancel-comment-reply-link {
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  padding: 3px 10px;
}
.bypostauthor .comment-body .fn:before {
  margin-right: 5px;
  margin-top: 3px;
  float: left;
}
.pingback .comment-content {
  margin-left: 0;
}
/* comments GDPR session field */
.comment-form-cookies-consent input[type="checkbox"] {
  position: relative;
  top: 2px;
}
.comment-form-cookies-consent label {
  display: inline-block;
  margin-left: 8px;
}
.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  clear: both;
}
/*--------------------------------------------------------------
   Featured areas
--------------------------------------------------------------*/
.vlog-featured,
.vlog-featured-2,
.vlog-featured-3,
.vlog-featured-4,
.vlog-featured-5 {
  margin-top: -36px;
  float: left;
  width: 100%;
  margin-bottom: 36px;
  overflow: hidden;
}
.vlog-featured .meta-item,
.vlog-featured-2 .meta-item,
.vlog-featured-3 .meta-item,
.vlog-featured-4 .meta-item,
.vlog-featured-5 .meta-item,
.vlog-featured .meta-icon,
.vlog-featured-2 .meta-icon,
.vlog-featured-3 .meta-icon,
.vlog-featured-4 .meta-icon,
.vlog-featured-5 .meta-icon,
.vlog-featured .entry-title a,
.vlog-featured-2 .entry-title a,
.vlog-featured-3 .entry-title a,
.vlog-featured-4 .entry-title a,
.vlog-featured-5 .entry-title a {
  color: #FFF;
}
.vlog-featured + .vlog-bg,
.vlog-featured-2 + .vlog-bg,
.vlog-featured-3 + .vlog-bg,
.vlog-featured-4 + .vlog-bg,
.vlog-featured-5 + .vlog-bg {
  margin-top: -36px;
  clear: none;
}
.vlog-cover-bg {
  background: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.vlog-featured-item {
  position: relative;
}
.vlog-cover {
  display: inline-table;
  position: relative;
  overflow: hidden;
}
.vlog-cover-bg .vlog-cover {
  opacity: 0;
}
.vlog-cover:before,
.vlog-cover:after {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 15%;
  z-index: 2;
}
.vlog-cover:before {
  left: 0;
  background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
.vlog-cover:after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
  /* IE6-9 */
}
.vlog-featured-info {
  min-height: 80px;
  margin-top: -36px;
  z-index: 8000;
  position: relative;
}
.vlog-featured-info-bg {
  padding: 30px 42px 36px;
}
.vlog-featured-info .entry-header {
  max-width: 620px;
  display: inline-block;
}
.entry-actions {
  float: right;
  display: inline-block;
  vertical-align: top;
  height: 100px;
  padding-left: 20px;
}
.vlog-vcenter-actions.entry-actions {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  position: absolute;
  right: 55px;
}
.action-item {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  text-transform: uppercase;
  font-size: 12px;
  width: auto;
  text-align: center;
}
.action-item i {
  display: block;
  text-align: center;
  font-size: 34px;
  margin-bottom: 10px;
}
.vlog-featured-item .action-item {
  line-height: 18px;
}
.action-item:hover {
  color: #FFF;
  cursor: pointer;
}
.action-item.comments:before {
  display: block;
  text-align: center;
  font-size: 34px;
  margin-bottom: 10px;
}
.vlog-cover img {
  top: 0;
  position: relative;
  z-index: 1;
}
.vlog-format-content {
  width: 1104px;
  position: relative;
  margin: 0 auto;
  padding: 36px 0 0;
  max-width: 100%;
  z-index: 1;
  height: 100%;
}
.entry-media .vlog-format-content {
  margin: 0;
}
.vlog-single-content .entry-media .vlog-format-content {
  padding: 0;
}
.format-audio .vlog-format-content,
.audio .vlog-format-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  padding: 0;
}
.audio .vlog-popup-wrapper {
  margin-bottom: 0;
}
.vlog-featured-1 .action-item {
  width: 120px;
  padding: 20px 0;
}
/*Featured area 2*/
.vlog-featured-info-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
}
.vlog-featured-info-2 .entry-header {
  width: 450px;
}
.vlog-featured-info-2 .entry-category a,
.vlog-featured-info-2 .meta-item,
.vlog-featured-info-2 .meta-icon,
.vlog-featured-info-2 .entry-meta .meta-item:after {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vlog-featured-info-2 .entry-category a:hover,
.vlog-featured-info-2 .entry-title a,
.vlog-featured-info-2 .entry-title,
.vlog-featured-info-2 .meta-comments a:hover,
.vlog-featured-info-2 .meta-comments:hover a {
  color: #FFF;
}
.vlog-featured-info-2 .h1 {
  font-size: 32px;
  line-height: 42px;
}
.vlog-featured-info-2 .entry-actions {
  width: 130px;
  padding: 0;
  height: auto;
}
.vlog-featured-info-2 .entry-actions .action-item {
  padding: 10px;
}
.vlog-featured-info-2 .entry-category a {
  -webkit-backface-visibility: hidden;
}
.vlog-featured-info-2 .vlog-fa-item {
  width: 49.8%;
  display: inline-block;
  vertical-align: middle;
}
.vlog-featured-info-2 .action-item {
  width: 140px;
}
.vlog-featured-info-2 .entry-category a,
.vlog-featured-info-2 .meta-item,
.vlog-featured-info-2 .meta-icon,
.vlog-featured-info-2 .meta-comments a,
.vlog-featured-info-2 .entry-meta .meta-item:after {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vlog-featured-info-2 .action-item,
.vlog-featured-info-2 .entry-category a:hover,
.vlog-featured-info-2 .entry-title a,
.vlog-featured-info-2 .entry-title a:hover,
.vlog-featured-info-2 .meta-comments a:hover,
.vlog-featured-info-2 .meta-comments:hover a {
  color: #FFF;
}
.vlog-featured-2 .vlog-cover:after {
  width: 50%;
}
.vlog-featured-2 .vlog-cover:before {
  width: 60%;
  background: -moz-linear-gradient(left, #000000 0, #000000 40%, rgba(0, 0, 0, 0) 85%);
  background: -webkit-linear-gradient(left, #000000 0, #000000 40%, rgba(0, 0, 0, 0) 85%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #000000), color-stop(40%, #000000), color-stop(85%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #000000 0, #000000 40%, rgba(0, 0, 0, 0) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}
.vlog-featured-2 .vlog-pe-n {
  white-space: nowrap;
}
.vlog-featured-info-2 .vlog-fa-item {
  white-space: normal;
}
/*Featured area 3*/
.vlog-featured-info-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  text-align: center;
  max-width: 550px;
}
.vlog-featured-info-3 .entry-actions {
  float: none;
}
.vlog-featured-info-3 .action-item i {
  font-size: 28px;
  margin-bottom: 0;
}
.vlog-featured-info-3 .vlog-format-action {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  left: auto;
}
.vlog-featured-info-3 .entry-meta {
  margin-top: 5px;
}
.vlog-featured-info-3 .entry-category a,
.vlog-featured-info-3 .meta-item,
.vlog-featured-info-3 .meta-icon,
.vlog-featured-info-3 .meta-comments a,
.vlog-featured-info-3 .entry-meta .meta-item:after {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vlog-featured-info-3 .entry-category a:hover,
.vlog-featured-info-3 .entry-title a,
.vlog-featured-info-3 .entry-title a:hover,
.vlog-featured-info-3 .meta-comments a:hover,
.vlog-featured-info-3 .meta-comments:hover a {
  color: #FFF;
}
.vlog-featured-info-3 .h1 {
  font-size: 32px;
  line-height: 42px;
}
.vlog-featured-3 .vlog-cover img {
  opacity: 0.5;
}
.vlog-featured-3.vlog-featured-slider .vlog-featured-item {
  opacity: 0;
}
.vlog-featured-3.owl-loaded .vlog-featured-item {
  opacity: 1;
}
.vlog-featured-3 .vlog-format-label {
  position: relative;
  top: auto;
  left: auto;
  clear: both;
}
.vlog-featured-3 .entry-category {
  display: block;
  margin-top: 7px;
}
.vlog-featured-info-3 .vlog-labels {
  left: 50%;
  margin-left: -50px;
  width: 100px;
  text-align: center;
  top: -35px;
}
.vlog-vertical-center {
  display: table-cell;
  vertical-align: middle;
}
/* Featured area custom*/
.vlog-featured-info-custom {
  max-width: 100%;
  color: #fff;
  text-align: unset;
}
.vlog-featured-info-custom p:last-child {
  margin-bottom: 0;
}
.vlog-featured-info-custom h1,
.vlog-featured-info-custom h2,
.vlog-featured-info-custom h3,
.vlog-featured-info-custom h4,
.vlog-featured-info-custom h5,
.vlog-featured-info-custom h6,
.vlog-featured-info-custom .h1,
.vlog-featured-info-custom .h2,
.vlog-featured-info-custom .h3,
.vlog-featured-info-custom .h4,
.vlog-featured-info-custom .h5,
.vlog-featured-info-custom .h6,
.vlog-featured-info-custom span,
.vlog-featured-info-custom a {
  color: #fff;
}
/* Featured area 4*/
.vlog-featured-4 {
  background: rgba(17, 17, 17, 0.1);
  margin-top: -36px;
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.vlog-featured-4 .entry-category a,
.vlog-featured-4 .meta-item,
.vlog-featured-4 .meta-icon,
.vlog-featured-4 .meta-comments a,
.vlog-featured-4 .entry-meta .meta-item:after {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vlog-featured-4 .entry-category a:hover,
.vlog-featured-4 .entry-title a,
.vlog-featured-4 .entry-title a:hover,
.vlog-featured-4 .meta-comments a:hover,
.vlog-featured-4 .meta-comments:hover a {
  color: #FFF;
}
.vlog-featured-4 .owl-item {
  width: 768px !important;
  opacity: 0.4;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  margin: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-backface-visibility: hidden;
}
.vlog-featured-4 .fa-item {
  position: relative;
  float: left;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.vlog-featured-4 .owl-loaded .fa-item {
  opacity: 1;
}
.vlog-featured-4 .fa-item-image {
  position: relative;
  display: block;
  height: 100%;
}
.vlog-featured-4 .fa-item-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vlog-featured-4 .fa-item-image:before {
  content: "";
  position: absolute;
  height: 90%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vlog-featured-4 .fa-item-image {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1 !important;
}
.vlog-featured-4 .owl-item.active.center .fa-item-image {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.vlog-featured-4 .active.center .fa-item .fa-item-image:before {
  opacity: 1;
}
.vlog-featured-4 .owl-stage {
  padding: 36px 0;
}
.vlog-featured-4 .owl-item.active.center {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.vlog-featured-4 .owl-item.active.center:hover .fa-item-image {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.05, 1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.vlog-featured-4 .fa-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: 40px 0 40px 40px;
  text-align: left;
  max-width: 480px;
}
.vlog-featured-4 .entry-actions {
  float: left;
  height: auto;
  padding-left: 0;
}
.vlog-featured-4 .action-item {
  padding: 0 10px 0 0;
}
.vlog-featured-4 .owl-prev,
.vlog-featured-4 .owl-next {
  position: absolute;
}
.vlog-featured-4 .owl-prev .fa,
.vlog-featured-4 .owl-next .fa {
  font-size: 32px;
  height: 50px;
  width: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background: rgba(17, 17, 17, 0.5);
  border-radius: 50%;
  color: #FFF;
  padding: 9px 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.vlog-featured-4 .owl-prev:hover .fa,
.vlog-featured-4 .owl-next:hover .fa {
  opacity: 1;
}
.vlog-featured-4 .owl-prev {
  left: 0;
  width: 30%;
  top: 0;
  height: 100%;
}
.vlog-featured-4 .owl-prev .fa {
  left: 50%;
  margin-left: -40px;
}
.vlog-featured-4 .owl-next {
  right: 0;
  width: 30%;
  top: 0;
  height: 100%;
}
.vlog-featured-4 .owl-next .fa {
  right: 50%;
  margin-right: -40px;
}
.vlog-featured-4 .fa-angle-left:before {
  margin-left: -3px;
}
.vlog-featured-4 .fa-angle-right:before {
  margin-right: -3px;
}
.vlog-featured-4 .vlog-format-label.large {
  top: 40px;
  left: 40px;
}
@media (max-width: 1000px) {
  .vlog-featured-4 .fa-item {
    margin: 0;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
/* Featured area 5 */
.vlog-featured-5 {
  background: rgba(17, 17, 17, 0.1);
  margin-top: -36px;
  padding: 36px 0;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.vlog-fa-5-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: justify;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  height: 400px;
  width: 100%;
}
.vlog-fa-5-wrapper .fa-item {
  width: 264px;
  z-index: 3;
  position: relative;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
.vlog-fa-5-wrapper .fa-item,
.vlog-fa-5-wrapper .fa-item-image {
  opacity: 1 !important;
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) {
  -webkit-order: 3;
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
  width: 600px;
  height: 100%;
  margin: 0 36px;
  -webkit-box-ordinal-group: 2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1):hover .fa-item-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) .fa-inner {
  bottom: 40px;
  left: 40px;
  max-width: 410px;
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) .entry-title {
  font-size: 24px;
  line-height: 30px;
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 18px;
  margin-bottom: 36px;
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(3) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(4) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  margin-top: 18px;
  margin-bottom: 36px;
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(5) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.vlog-fa-5-wrapper .fa-item-image:before {
  content: "";
  position: absolute;
  height: 90%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vlog-fa-5-wrapper .fa-item-image {
  position: relative;
  display: block;
}
.vlog-fa-5-wrapper .fa-inner {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  margin: 0;
  text-align: left;
}
.vlog-fa-5-wrapper .fa-inner a,
.vlog-fa-5-wrapper .fa-inner a:hover {
  color: #fff;
}
.vlog-fa-5-wrapper .fa-item {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.vlog-fa-5-wrapper .fa-item .fa-item-image {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.vlog-fa-5-wrapper .fa-item:hover .fa-item-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.vlog-fa-5-wrapper .fa-item .entry-title {
  padding-right: 20px;
}
.vlog-fa-5-wrapper .entry-category a,
.vlog-fa-5-wrapper .meta-item,
.vlog-fa-5-wrapper .meta-icon,
.vlog-fa-5-wrapper .meta-comments a,
.vlog-fa-5-wrapper .entry-meta .meta-item:after {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vlog-fa-5-wrapper .entry-category a:hover,
.vlog-fa-5-wrapper .entry-title a,
.vlog-fa-5-wrapper .entry-title a:hover,
.vlog-fa-5-wrapper .meta-comments a:hover,
.vlog-fa-5-wrapper .meta-comments:hover a {
  color: #FFF;
}
.vlog-fa-5-wrapper .fa-item-image {
  height: 100%;
}
.vlog-fa-5-wrapper .fa-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
/* Slider */
.vlog-featured-slider .owl-next,
.vlog-featured-slider .owl-prev {
  width: 42px;
  height: 42px;
  color: #FFF;
  opacity: 0.3;
  line-height: 42px;
  font-size: 42px;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vlog-featured-slider .owl-next {
  right: 5%;
  left: auto;
}
.vlog-featured-slider .owl-next:hover,
.vlog-featured-slider .owl-prev:hover {
  opacity: 1;
}
.vlog-featured-slider.vlog-featured-1 .owl-next,
.vlog-featured-slider.vlog-featured-1 .owl-prev,
.vlog-in-play .vlog-featured-slider.vlog-featured-2 .owl-next,
.vlog-in-play .vlog-featured-slider.vlog-featured-2 .owl-prev {
  margin-top: -84px;
}
/* Flicker fix */
.vlog-featured-1.vlog-featured-slider .vlog-featured-item,
.vlog-featured-3.vlog-featured-slider .vlog-featured-item,
.vlog-featured-2.vlog-featured-slider .vlog-featured-item {
  opacity: 0;
}
.vlog-featured-1.owl-loaded .vlog-featured-item,
.vlog-featured-3.owl-loaded .vlog-featured-item,
.vlog-featured-2.owl-loaded .vlog-featured-item {
  opacity: 1;
}
.vlog-cover-bg {
  -webkit-backface-visibility: hidden;
}
.vlog-pe-n {
  pointer-events: none;
}
.vlog-pe-a {
  pointer-events: auto;
}
.fa-item .vlog-format-label.large {
  top: 40px;
  left: 40px;
}
.fa-item .vlog-format-label.x-small {
  top: 20px;
  left: 20px;
}
.vlog-popup-on .vlog-featured,
.vlog-popup-on .vlog-featured-2,
.vlog-popup-on .owl-carousel .owl-stage-outer {
  overflow: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.vlog-popup-on .vlog-body-box {
  max-width: initial;
}
.vlog-popup-on .owl-next,
.vlog-popup-on .owl-prev,
.vlog-popup-on .vlog-header-bottom {
  z-index: -1;
}
@-moz-document url-prefix() {
  .vlog-popup-on .owl-item.active .vlog-cover-bg {
    height: auto !important;
  }
}
.vlog-featured-4 .owl-prev .fa {
  margin-left: -120px;
}
.vlog-featured-4 .owl-next .fa {
  margin-right: -120px;
}
.vlog-boxed .vlog-featured-slider .owl-next {
  right: 2.5%;
}
.vlog-boxed .vlog-featured-slider .owl-prev {
  left: 2.5%;
}
.vlog-cover-bg.gallery {
  margin: 0;
}
.vlog-format-content.gallery {
  display: none;
}
.entry-content .wp-block-categories ul,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-latest-posts.is-grid {
  padding: 0;
  list-style: none;
  margin-left: 0;
}
.wp-block-categories .vlog-count {
  margin-left: 5px;
}
/** === Button Block === */
.wp-block-button .wp-block-button__link {
  text-decoration: none;
  color: inherit;
}
.wp-block-button__link,
.wp-block-search__button {
  font-size: 12px;
  padding: 14px 27px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  border: none;
  line-height: 1;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-search__button:hover {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  color: inherit;
}
.is-style-outline .wp-block-button__link {
  background: 0 0;
  border: 1px solid currentcolor;
}
/** === Code Block === */
@media (min-width: 600px) {
  .wp-block-column:nth-child(odd) {
    margin-right: 12px;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 12px;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 12px;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 12px;
  }
}
.wp-block-column p:only-of-type {
  margin-bottom: 0;
}
@media (max-width: 782px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 660px) {
  .wp-block-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wp-block-columns .wp-block-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wp-block-column,
  .wp-block-separator,
  .wp-block-embed,
  .wp-block-image,
  .wp-block-pullquote,
  .wp-block-pullquote.is-style-solid-color blockquote p,
  .entry-content .wp-block-quote,
  .wp-block-media-text,
  .wp-block-table {
    margin-bottom: 10px;
  }
  .entry-content .wp-block-gallery {
    margin-bottom: 4px;
  }
}
/** === Cover Image Block === */
.wp-block-cover .wp-block-cover__inner-container p {
  color: #FFF;
}
/** === Embed Block === */
.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter {
  text-align: center;
}
/** === Gallery Block === */
.wp-block-gallery li:before {
  display: none;
}
/** === Image Block === */
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignnone,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
  position: relative;
  z-index: 2;
}
.wp-block-cover-image.aligncenter {
  margin: 0 0 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-image .alignleft {
  margin-right: 24px;
}
.wp-block-image .alignright {
  margin-left: 24px;
}
.wp-block-image figcaption {
  text-align: center;
  margin-top: 7px;
  font-size: 14px;
  color: initial;
}
@media (max-width: 650px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
/** === List Block === */
.wp-block-video video {
  max-width: 100%;
}
.wp-block-embed.alignfull {
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}
.wp-block-video video {
  max-width: 100%;
}
.wp-block-audio audio {
  min-width: 270px;
}
/** === Media Text Block === */
/** === Drop Cap and Subhead Block === */
p.has-drop-cap:not(:focus)::first-letter {
  font-size: 8rem;
  margin: 10px 20px 0 0;
}
.emoji {
  width: 24px;
}
/** === Preformatted Block, Verse Block === */
.wp-block-preformatted {
  overflow: auto;
}
.wp-block-code,
pre {
  background: rgba(68, 68, 68, 0.06);
  border: 1px solid rgba(68, 68, 68, 0.2);
  padding: 15px 20px;
  margin-bottom: 30px;
}
/** === Pullquote Block === */
.wp-block-pullquote {
  padding: 3rem 24px;
  border: none;
  margin: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 24px;
  padding: 2rem 3.6rem;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-style: normal;
}
.wp-block-pullquote cite {
  font-size: 80%;
  font-style: normal;
}
.wp-block-pullquote {
  padding: 50px 100px;
  border-bottom: 2px solid;
  border-top: 2px solid;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: initial;
  margin-right: initial;
  max-width: 100%;
  text-align: center;
}
.wp-block-pullquote blockquote:after {
  display: none;
}
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 22px;
  line-height: 34px;
}
.wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  border-left: 0;
}
.wp-block-pullquote blockquote:before {
  display: none;
}
body .has-text-color p {
  color: inherit;
}
.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter {
  text-align: center;
}
.wp-block-pullquote.aligncenter {
  padding: 40px 80px 40px;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 400px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 30px;
  text-align: left;
}
.wp-block-pullquote.alignleft {
  margin-right: 30px;
  margin-left: 0;
}
.wp-block-pullquote.alignright {
  margin-left: 30px;
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  padding: 0;
  text-align: left;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignleft.is-style-solid-color p,
.wp-block-pullquote.alignright.is-style-solid-color p {
  font-size: 18px;
  line-height: 30px;
}
.wp-block-pullquote.alignleft cite,
.wp-block-pullquote.alignright cite {
  font-size: 75%;
}
.wp-block-pullquote.aligncenter:before {
  left: 50%;
  margin-left: -14px;
}
.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter {
  text-align: center;
}
.wp-block-pullquote.alignwide blockquote,
.wp-block-pullquote.alignfull blockquote {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}
/** === Blockquote Block === */
.wp-block-quote cite {
  font-size: 80%;
}
.wp-block-quote cite,
cite em {
  font-style: normal;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-left: 30px;
}
@media (max-width: 579px) {
  .wp-block-pullquote p,
  .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .wp-block-pullquote {
    padding: 30px;
  }
  .wp-block-pullquote p,
  .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 20px;
    line-height: 32px;
  }
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/** === Separator Block === */
.wp-block-separator {
  clear: both;
}
.wp-block-separator {
  max-width: 200px;
  border-bottom-width: 0;
}
.wp-block-separator.is-style-wide {
  max-width: 100%;
  border-bottom-width: 0;
}
/** === Table Block === */
.wp-block-table.is-style-stripes {
  border-bottom: none;
  border-left: 0;
  border-top: 0;
}
.wp-block-table {
  width: 100%;
}
.entry-content .wp-block-rss li,
.wp-block-rss li {
  list-style: none;
  margin-bottom: 24px;
}
.wp-block-rss {
  padding: 0;
}
.wp-block-rss__item:before {
  display: none;
}
.wp-block-tag-cloud a,
.entry-content .wp-block-tag-cloud a {
  font-size: 12px!important;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.wp-block-calendar table th {
  background: transparent;
}
.wp-block-calendar tfoot a {
  color: inherit;
  text-decoration: none;
}
.wp-block-calendar #prev {
  text-align: left;
}
.wp-block-calendar #next {
  text-align: right;
}
.wp-block-calendar table th,
.wp-block-calendar tbody td,
.wp-block-calendar th {
  text-align: center;
}
.wp-block-calendar table {
  border: none;
  border-collapse: collapse;
}
.wp-block-search .wp-block-search__button {
  margin-left: 0;
  margin-top: 10px;
}
.wp-block-search input[type=search] {
  padding: 5px;
  height: 35px;
}
.vlog-single-no-sid .alignfull {
  position: relative;
}
.vlog-single-no-sid .alignwide {
  width: 140%;
  margin-left: -20%;
  max-width: 100vw;
}
.wp-block-column,
.wp-block-separator,
.wp-block-embed,
.wp-block-image,
.wp-block-pullquote,
.wp-block-pullquote.is-style-solid-color blockquote p,
.entry-content .wp-block-quote,
.wp-block-media-text,
.wp-block-table,
.wp-block-search,
.wp-block-audio,
.wp-block-categories,
.alignnone,
.gallery.gallery-columns-1,
.wp-audio-shortcode,
.wp-block-video,
.wp-block-audio,
.wp-block-search,
.entry-content .fluid-width-video-wrapper {
  margin-bottom: 24px;
}
.entry-content .wp-block-gallery {
  margin-bottom: 8px;
}
.has-large-font-size,
.has-huge-font-size,
.has-medium-font-size {
  line-height: 1.4;
}
@media (max-width: 995px) {
  .vlog-single-no-sid .alignwide {
    width: 120%;
    margin-left: -10%;
    max-width: 100vw;
  }
}
@media (max-width: 875px) {
  .vlog-single-no-sid .alignwide {
    width: 100%;
    margin-left: 0;
    max-width: 100vw;
  }
}
@media (max-width: 767px) {
  .wp-block-column,
  .wp-block-separator,
  .wp-block-embed,
  .wp-block-image,
  .wp-block-pullquote,
  .wp-block-pullquote.is-style-solid-color blockquote p,
  .entry-content .wp-block-quote,
  .wp-block-media-text,
  .wp-block-table,
  .wp-block-search,
  .wp-block-audio,
  .wp-block-categories,
  .alignnone,
  .gallery.gallery-columns-1,
  .wp-audio-shortcode,
  .wp-block-video,
  .wp-block-audio,
  .wp-block-search,
  .entry-content .fluid-width-video-wrapper {
    margin-bottom: 18px;
  }
}
.vlog-popup-wrapper .wp-block-embed,
.vlog-popup-wrapper .wp-block-audio,
.vlog-popup-wrapper .wp-block-video,
.entry-content-single .wp-block-embed .fb_iframe_widget,
.entry-content-single .wp-block-embed .wp-block-embed__wrapper {
  margin-bottom: 0;
  line-height: 0;
}
/*--------------------------------------------------------------
   Responsive
--------------------------------------------------------------*/
/* Ads responsive */
@media (max-width: 768px) {
  .vlog-ad {
    margin: 20px auto;
    display: block;
    clear: both;
    width: 728px;
    position: relative;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .vlog-ad.vlog-below-header,
  .vlog-ad.vlog-above-footer {
    width: 970px;
  }
}
@media (max-width: 767px) {
  .vlog-ad {
    margin: 20px auto;
    display: block;
    clear: both;
    width: 375px;
    position: relative;
  }
}
@media (max-width: 400px) {
  .vlog-ad {
    margin: 20px auto;
    display: block;
    clear: both;
    width: 300px;
    position: relative;
  }
}
@media (max-width: 300px) {
  .vlog-ad {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .vlog-nav-toggle {
    display: block;
    left: 18px;
    top: 0;
  }
}
/* bigger screens */
@media (min-width: 768px) and (max-width: 1272px) {
  .vlog-content {
    width: 604px;
  }
  .site-title img {
    vertical-align: middle;
  }
  .site-title,
  .site-title a {
    line-height: 50px;
  }
  .vlog-header-bottom .vlog-main-nav > li > a {
    padding: 17px 8px;
  }
  .vlog-featured-info .entry-header {
    max-width: 62%;
  }
}
/* tweaks */
@media (min-width: 768px) and (max-width: 991px) {
  .vlog-content {
    width: 100%;
  }
  .site-title,
  .site-title a {
    line-height: 50px;
  }
  .vlog-sidebar {
    float: none;
    margin: 0 auto 36px;
    clear: both;
    width: 300px;
    padding-top: 36px;
  }
  .vlog-responsive-header.vlog-res-open .container {
    width: 100%;
  }
}
/* ipad both */
@media (min-width: 768px) and (max-width: 1240px) {
  .vlog-featured-info-2 .entry-header {
    width: 410px;
  }
  .vlog-cover-bg,
  .vlog-featured-2 .vlog-featured-item,
  .vlog-featured-3 .vlog-featured-item {
    height: 350px !important;
  }
  .vlog-cover-bg.vlog-cover-playlist-active {
    height: auto !important;
  }
  .vlog-featured-5,
  .vlog-featured-4 {
    height: auto!important;
  }
  .vlog-featured-4 .owl-item {
    width: 600px !important;
  }
  .vlog-fa-5-wrapper {
    max-width: 960px;
  }
  .vlog-fa-5-wrapper .fa-item {
    width: 206px;
    height: 140px !important;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(1) {
    width: 476px;
    height: auto !important;
  }
  .vlog-fa-5-wrapper {
    height: 340px !important;
  }
  .vlog-fa-5-wrapper .fa-item .entry-title {
    font-size: 12px;
    line-height: 18px;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(1) .fa-inner {
    bottom: 30px;
    left: 30px;
    max-width: 420px;
  }
  .vlog-fa-5-wrapper .vlog-format-label.large {
    top: 30px;
    left: 30px;
  }
  .vlog-fa-5-wrapper .fa-inner {
    bottom: 5px;
    left: 15px;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(4),
  .vlog-fa-5-wrapper .fa-item:nth-of-type(2) {
    margin-top: 14px;
  }
  .vlog-fa-5-wrapper .vlog-format-label.x-small {
    top: 15px;
    left: 15px;
  }
  .vlog-fa-5-wrapper .meta-item {
    font-size: 10px;
    line-height: 16px;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(1) .meta-item {
    font-size: 12px;
    line-height: 26px;
  }
  .vlog-highlight {
    float: none;
    width: 100%;
    position: relative;
  }
  .vlog-vcenter-actions.entry-actions {
    right: 20px;
  }
  .vlog-format-action.large {
    height: 76px;
    width: 76px;
    margin-left: -38px;
    margin-top: -38px;
    padding: 22px 0 0 7px;
  }
  .vlog-format-action.large i {
    font-size: 27px;
  }
  .vlog-featured-slider .owl-next {
    right: 1%;
  }
  .vlog-featured-slider .owl-prev {
    left: 1%;
  }
  .vlog-featured-info-2 .vlog-fa-item {
    width: 43.8%;
    margin: 0 3%;
  }
  .vlog-featured-info-2 .entry-header {
    width: 350px;
  }
  .vlog-featured-info-2 .h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .owl-carousel .owl-item img,
  .vlog-cover:before,
  .vlog-cover:after,
  .vlog-cover,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
  }
  .vlog-lay-h .no-left-padding {
    padding-right: 0;
  }
  .sub-menu .vlog-lay-h .no-left-padding {
    padding-right: 18px;
  }
  body .h7 {
    font-size: 12px;
    line-height: 18px;
  }
  body .h6,
  h6 {
    font-size: 12px;
    line-height: 16px;
  }
  body .vlog-no-sid .h6,
  body .vlog-no-sid h6,
  body .vlog-lay-d .entry-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .vlog-cover:after,
  .vlog-cover:before {
    width: 30%;
  }
  .vlog-prev-next-cover-nav .vlog-prev-link {
    left: 42px;
  }
  .vlog-prev-next-cover-nav .vlog-next-link {
    right: 42px;
  }
  .widget .vlog-lay-g .entry-title,
  .vlog-lay-e .entry-title {
    font-size: 14px;
    line-height: 20px;
  }
  .vlog-featured-2 .entry-title,
  .vlog-featured .entry-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .vlog-featured-1 .action-item {
    width: 100px;
  }
  .action-item i,
  .action-item.comments:before {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .action-item {
    font-size: 10px;
  }
  .vlog-featured-info-2 .entry-actions .action-item {
    padding: 7px;
  }
  .vlog-featured-info-2 .entry-actions {
    width: 100px;
  }
  .single-format-image .vlog-single-entry-image {
    margin-bottom: 24px;
  }
  .vlog-lay-b .entry-title {
    font-size: 22px;
    line-height: 28px;
  }
  .author .vlog-mod-desc {
    padding: 28px;
  }
  .author .vlog-mod-desc p,
  .vlog-author p {
    font-size: 14px;
    line-height: 22px;
  }
  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3,
  .h4,
  .h5,
  .h6,
  h4,
  h5,
  h6 {
    margin-bottom: 15px;
  }
  .entry-content-single h6,
  .entry-content-single .h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .site-title {
    margin-bottom: 0;
  }
  .vlog-popup .vlog-popup-wrapper {
    max-width: 70%;
    margin: initial;
  }
  .vlog-popup-wrapper {
    max-width: 490px;
    margin: 0 auto;
  }
  .vlog-single-content .vlog-popup-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .vlog-lay-f .h6 {
    margin-bottom: 0;
  }
}
/* ipad portrait */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .vlog-featured-info-2 .entry-header {
    max-width: 100%;
  }
  .vlog-featured-info-2 .vlog-fa-item {
    width: 100%;
  }
  .vlog-featured-info-2 .entry-actions {
    width: 100%;
  }
  .vlog-format-inplay .vlog-pe-a.entry-actions {
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .vlog-site-content {
    padding-top: 50px;
  }
  .vlog-featured-4 {
    margin-top: 0;
  }
  .vlog-featured-4 .owl-stage {
    padding: 24px 0;
  }
  .vlog-lay-a .entry-image,
  .vlog-lay-c .entry-image {
    margin-bottom: 10px;
  }
  .vlog-module article,
  .entry-content-single {
    margin-bottom: 30px;
  }
  .vlog-module article:last-child {
    margin-bottom: 40px;
  }
  .vlog-mod-head {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .widget {
    margin: 0 auto 30px;
    max-width: 300px;
  }
  .vlog-sidebar {
    margin-bottom: 0;
  }
  .vlog-site-footer .widget:last-child {
    margin-bottom: 0;
  }
  .vlog-site-footer .widget:first-child {
    margin-top: 30px;
  }
  .vlog-site-footer .widget-title {
    margin-bottom: 15px;
  }
  .error404 .vlog-single-content .vlog-search-form {
    margin-bottom: 25px;
  }
  .module-series .entry-header {
    width: 80%;
  }
  .vlog-format-inplay .entry-header {
    max-width: 62%;
  }
  .vlog-popup .vlog-popup-wrapper {
    max-width: 70%;
    margin: initial;
  }
  .vlog-popup-wrapper {
    width: 65%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .vlog-watch-later-active {
    overflow: hidden;
  }
  .vlog-watch-later-active .vlog-watch-later .sub-menu {
    overflow-y: auto;
  }
  .vlog-featured .entry-title,
  .vlog-featured-2 .entry-title {
    font-size: 20px;
    line-height: 28px;
  }
  .vlog-featured-info .entry-header {
    max-width: 60%;
  }
  .vlog-featured-1 .action-item,
  .vlog-featured-info-2 .entry-actions {
    width: 90px;
  }
  .vlog-featured,
  .vlog-featured-2,
  .vlog-featured-3,
  .vlog-featured-4,
  .vlog-featured-5 {
    margin-top: 0;
  }
  .site-title.h1 {
    margin-bottom: 0;
  }
  .vlog-responsive-header.vlog-res-open .container {
    width: 100%;
  }
  .site-title img {
    vertical-align: middle;
    max-height: 50px;
    margin-top: -2px;
  }
  .dl-menuwrapper button.dl-trigger {
    top: -59px;
  }
  .vlog-featured-info-2 .vlog-fa-item {
    width: 43.8%;
    margin: 0 1%;
  }
  .vlog-featured-info-2 .entry-header {
    width: 275px;
    margin-left: 30px;
  }
  .vlog-top-bar {
    display: none;
  }
  .vlog-site-content {
    padding-top: 50px;
  }
  .vlog-featured-4 .owl-item {
    width: 680px!important;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(1) {
    margin: 0 18px;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(2),
  .vlog-fa-5-wrapper .fa-item:nth-of-type(4) {
    margin-bottom: 18px;
  }
  .vlog-fa-5-wrapper {
    max-width: 720px;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(1) img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .vlog-fa-5-wrapper .fa-item .fa-item-image {
    height: 100%;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(1) {
    width: 272px;
    height: 340px !important;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(2),
  .vlog-fa-5-wrapper .fa-item:nth-of-type(4) {
    margin-top: 19px;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(1) .entry-title {
    font-size: 16px;
    line-height: 22px;
  }
  .vlog-fa-5-wrapper .fa-item .entry-title {
    margin-bottom: 0;
  }
  .owl-carousel .owl-item img,
  .vlog-cover:before,
  .vlog-cover:after,
  .vlog-cover,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
  }
  .vlog-section:first-child .vlog-content {
    margin-top: 24px;
  }
  .vlog-lay-c .entry-title {
    font-size: 22px;
    line-height: 28px;
  }
  body .vlog-no-sid .vlog-lay-d .h5,
  body .vlog-no-sid .vlog-lay-e .h5,
  body .vlog-no-sid .vlog-lay-f .h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .vlog-lay-h .entry-title {
    font-size: 14px;
    line-height: 20px;
  }
  .vlog-lay-e .entry-title {
    font-size: 16px;
    line-height: 22px;
  }
  .vlog-lay-h .no-left-padding {
    padding-right: 18px;
  }
  .vlog-lay-f .entry-title {
    margin-bottom: 0;
  }
  .vlog-single-content .vlog-popup-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .vlog-popup-wrapper {
    width: 60%;
    margin: 0 auto;
  }
  .vlog-popup .vlog-popup-wrapper {
    width: 90%;
    margin: initial;
  }
  .module-text .vlog-txt-module {
    margin-bottom: 40px;
  }
  .module-series .vlog-lay-g img {
    width: 100%;
  }
  .widget {
    margin: 0 auto 24px;
    max-width: 300px;
    clear: both;
  }
  .vlog-format-inplay .entry-header {
    max-width: 62%;
  }
  .vlog-format-content.vlog-popup {
    padding: 0;
  }
  .vlog-popup-close {
    top: 20px !important;
  }
  .vlog-action-search li {
    list-style: none;
  }
  .entry-media div.mejs-container .mejs-controls {
    background: #e4e2e2;
  }
  .mejs-mediaelement {
    position: relative;
    margin-bottom: -10px;
  }
  .mejs-clear {
    clear: both;
    height: 24px;
    display: block;
    float: left;
  }
  .vlog-menu-posts .entry-header {
    text-align: left;
  }
  .vlog-responsive-header .entry-header a.vlog-remove-wl,
  .vlog-responsive-header .entry-header a.vlog-remove-ll {
    width: 26px;
    top: 0;
  }
  .vlog-responsive-header .vlog-watch-later-count {
    min-width: 16px;
    height: 16px;
    padding: 4px 0;
  }
  .vlog-menu-posts .row .vlog-remove-wl,
  .vlog-menu-posts .row .vlog-remove-ll {
    opacity: 1;
  }
  .vlog-res-open .dl-menuwrapper {
    pointer-events: auto;
  }
  .dl-menuwrapper {
    pointer-events: none;
  }
  .dl-menuwrapper button {
    pointer-events: auto;
  }
  .module-series .entry-header {
    width: 90%;
  }
  .vlog-responsive-header .vlog-actions-button {
    position: absolute;
    top: 0;
    max-width: 50px;
    height: 50px;
  }
  .vlog-responsive-header .vlog-actions-button:first-child {
    right: 0;
  }
  .vlog-responsive-header .vlog-actions-button:first-child .sub-menu {
    right: 0;
  }
  .vlog-responsive-header .vlog-actions-button:nth-child(2) {
    right: 50px;
  }
  .vlog-responsive-header .vlog-actions-button:nth-child(2) .sub-menu {
    right: -50px !important;
  }
  .vlog-responsive-header .vlog-actions-button:nth-child(3) {
    right: 100px;
  }
  .vlog-responsive-header .vlog-actions-button:nth-child(3) .sub-menu {
    right: -100px !important;
  }
  .vlog-responsive-header .vlog-actions-button:nth-child(4) {
    right: 150px;
  }
  .vlog-responsive-header .vlog-actions-button:nth-child(4) .sub-menu {
    right: -150px !important;
  }
  .vlog-responsive-header .vlog-actions-button:nth-child(5) {
    right: 200px;
  }
  .vlog-responsive-header .vlog-actions-button:nth-child(5) .sub-menu {
    right: -200px !important;
  }
  .vlog-responsive-header .vlog-actions-button .vlog-custom-cart {
    padding-top: 8px;
  }
  .vlog-action-login .sub-menu {
    padding: 20px;
  }
  .vlog-action-login .sub-menu .btn-logout {
    margin-bottom: 20px;
  }
}
/* mobile devices */
@media (max-width: 767px) {
  html body {
    font-size: 14px;
    line-height: 22px;
  }
  .entry-meta .meta-item {
    line-height: 22px;
  }
  #cancel-comment-reply-link,
  .comment-reply-link,
  .vlog-rm {
    line-height: 22px;
  }
  .vlog-link-pages a {
    padding-top: 9px;
  }
  .widget {
    margin: 0 auto 24px;
    max-width: 300px;
  }
  .vlog-top-bar {
    display: none;
  }
  .vlog-site-content {
    padding-top: 0;
    margin-top: 50px;
  }
  .vlog-in-play.vlog-popup-on .vlog-site-content {
    margin-top: 0;
  }
  .vlog-popup-on .owl-carousel .owl-stage-outer,
  .vlog-popup-on .vlog-featured,
  .vlog-popup-on .vlog-featured-2 {
    overflow: hidden;
  }
  .vlog-site-branding {
    display: inline-block;
  }
  .site-title,
  .site-title a {
    line-height: 50px;
  }
  .site-title a {
    font-size: 18px;
  }
  .vlog-mod-head,
  .vlog-all-link,
  .vlog-mod-actions {
    margin-top: 0;
  }
  .vlog-mod-head {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .vlog-sidebar {
    float: none;
    margin: 0 auto 36px;
    clear: both;
    display: inline-block;
    width: 100%;
  }
  .vlog-content {
    width: 100%;
  }
  .vlog-format-content {
    margin: 0 0 24px;
    padding: 24px 0;
  }
  .vlog-cover-bg,
  .vlog-featured-2 .vlog-featured-item {
    height: auto;
  }
  .vlog-featured-2 .vlog-format-content .vlog-format-loader {
    top: 130px;
  }
  .vlog-featured-info {
    margin: 0;
    padding: 0;
  }
  .vlog-featured-info-bg {
    padding: 18px;
  }
  .vlog-vcenter-actions.entry-actions {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    clear: both;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    float: none;
    padding: 0;
  }
  .vlog-featured-1 .action-item {
    padding: 15px 0 0;
  }
  .vlog-cover:before,
  .vlog-cover:after {
    display: none;
  }
  .vlog-format-action.large {
    height: 76px;
    width: 76px;
    margin-left: -38px;
    margin-top: -38px;
    padding: 22px 0 0 7px;
    margin-top: -40px;
  }
  .vlog-format-action.large i {
    font-size: 27px;
  }
  .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .vlog-featured-slider .owl-next,
  .vlog-featured-slider .owl-prev {
    background: rgba(0, 0, 0, 0.6);
    line-height: 38px;
    font-size: 30px;
    top: 229px;
    border-radius: 50%;
    opacity: 1;
  }
  .vlog-featured-slider .owl-next {
    right: 15px;
  }
  .vlog-featured-slider .owl-prev {
    left: 15px;
  }
  .vlog-featured-slider .owl-next .fa {
    margin-left: 3px;
  }
  .vlog-featured-slider .owl-prev .fa {
    margin-right: 3px;
  }
  .vlog-featured-slider.vlog-featured-1 .owl-next,
  .vlog-featured-slider.vlog-featured-1 .owl-prev {
    margin-top: -104px;
  }
  .vlog-featured-info-bg,
  .vlog-bg.vlog-format-inplay {
    text-align: center;
  }
  .entry-actions,
  .action-item {
    padding: 0;
  }
  .entry-actions {
    height: auto;
    margin-top: 5px;
  }
  .vlog-related-wrapper .vlog-module article:last-child,
  .widget,
  .vlog-sidebar {
    margin-bottom: 18px;
  }
  .vlog-site-content .vlog-section:last-child {
    padding-bottom: 18px;
  }
  p {
    margin: 0 0 18px;
  }
  .vlog-lay-a .entry-image,
  .vlog-lay-b .entry-image,
  .vlog-lay-c .entry-image {
    margin-bottom: 8px;
  }
  .vlog-lay-a .entry-meta,
  .vlog-lay-b .entry-meta,
  .vlog-lay-c .entry-meta {
    margin-bottom: 5px;
  }
  .vlog-lay-e .entry-image img,
  .vlog-lay-f .entry-image img {
    width: 100%;
  }
  .vlog-module article {
    margin-bottom: 24px;
  }
  .vlog-module article:last-child {
    margin-bottom: 24px;
  }
  .vlog-lay-c .entry-image img,
  .vlog-lay-b .entry-image img,
  .vlog-lay-d .entry-image img,
  .vlog-lay-g .entry-image img {
    width: 100%;
  }
  .vlog-featured-1 .vlog-cover-bg {
    height: 250px !important;
    margin: 0;
  }
  .vlog-cover {
    display: inline-table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .vlog-featured,
  .vlog-featured-2,
  .vlog-featured-3,
  .vlog-featured-4,
  .vlog-featured-5,
  body .vlog-share-single .meks_ess {
    margin-bottom: 18px;
    margin-top: 0;
  }
  .vlog-format-content.vlog-popup {
    padding: 0;
    max-width: 100vw;
    max-height: 100vh;
  }
  .vlog-featured-2 + .vlog-bg {
    margin-top: -18px;
    padding-top: 10px;
  }
  .vlog-site-content .vlog-featured-3 .vlog-featured-item,
  .vlog-featured-3 .vlog-cover-bg {
    height: 250px;
  }
  .vlog-bg {
    padding: 32px 0;
    margin-bottom: 15px;
  }
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    padding: 0;
  }
  .vlog-site-footer .widget-title {
    margin-bottom: 10px;
  }
  #cancel-comment-reply-link,
  .comment-reply-link,
  .vlog-rm {
    margin-top: 8px;
  }
  .vlog-module .lay-horizontal .entry-category {
    margin-top: 0;
  }
  body .vlog-share-single .meks_ess span {
    display: none;
  }
  body .vlog-share-single .meks_ess a::before {
    margin-right: 0;
    width: 100%;
    background: transparent;
  }
  body .vlog-share-single .meks_ess a {
    width: auto!important;
    min-width: auto !important;
  }
  .vlog-comments {
    padding: 18px 18px 0;
    margin-bottom: 36px;
  }
  .vlog-author .vlog-rounded-photo {
    max-width: 100px;
    margin-bottom: 20px;
  }
  .vlog-comments .children {
    margin: 0;
  }
  .comment .comment-respond {
    padding: 20px 0 0;
  }
  .vlog-site-footer .widget:first-child {
    margin-top: 24px;
  }
  .vlog-copyright {
    margin-top: 24px;
    text-align: center;
    height: auto;
    padding: 20px 14px;
  }
  .vlog-site-footer .vlog-copyright p {
    line-height: 18px;
  }
  .vlog-comments .comment-content,
  .vlog-comments .reply {
    margin-left: 0;
  }
  .vlog_posts_widget .vlog-lay-g:last-child,
  .vlog_posts_widget .vlog-lay-h:last-child {
    margin-bottom: 0;
  }
  .vlog-featured-4 .owl-stage {
    padding: 10px 0;
  }
  .vlog-fa-5-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .vlog-fa-5-wrapper {
    width: 100%;
  }
  .vlog-featured-5 .vlog-fa-5-wrapper .fa-item {
    width: 45.5%;
    height: auto;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 94%;
    margin: 3% 3% 0;
  }
  .vlog-featured-5 {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 2px;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(2),
  .vlog-fa-5-wrapper .fa-item:nth-of-type(3),
  .vlog-fa-5-wrapper .fa-item:nth-of-type(4),
  .vlog-fa-5-wrapper .fa-item:nth-of-type(5) {
    height: 150px;
    margin: 3% 3% 0 0;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(2) .entry-meta,
  .vlog-fa-5-wrapper .fa-item:nth-of-type(3) .entry-meta,
  .vlog-fa-5-wrapper .fa-item:nth-of-type(4) .entry-meta,
  .vlog-fa-5-wrapper .fa-item:nth-of-type(5) .entry-meta,
  .vlog-fa-5-wrapper .fa-item:nth-of-type(2) .vlog-format-label,
  .vlog-fa-5-wrapper .fa-item:nth-of-type(3) .vlog-format-label,
  .vlog-fa-5-wrapper .fa-item:nth-of-type(4) .vlog-format-label,
  .vlog-fa-5-wrapper .fa-item:nth-of-type(5) .vlog-format-label {
    display: none;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(2) .fa-item-image,
  .vlog-fa-5-wrapper .fa-item:nth-of-type(3) .fa-item-image,
  .vlog-fa-5-wrapper .fa-item:nth-of-type(4) .fa-item-image,
  .vlog-fa-5-wrapper .fa-item:nth-of-type(5) .fa-item-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(2) .fa-item-image img,
  .vlog-fa-5-wrapper .fa-item:nth-of-type(3) .fa-item-image img,
  .vlog-fa-5-wrapper .fa-item:nth-of-type(4) .fa-item-image img,
  .vlog-fa-5-wrapper .fa-item:nth-of-type(5) .fa-item-image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(2),
  .vlog-fa-5-wrapper .fa-item:nth-of-type(4) {
    margin-left: 3%;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(1) .fa-inner {
    bottom: 20px;
    left: 20px;
  }
  .fa-item .vlog-format-label.large {
    top: 20px;
    left: 20px;
  }
  .vlog-fa-5-wrapper .fa-item:nth-of-type(1) .entry-title {
    font-size: 20px;
    line-height: 26px;
    padding-right: 20px;
  }
  .vlog-fa-5-wrapper .fa-item .entry-title {
    font-size: 12px;
    line-height: 16px;
    padding-right: 10px;
  }
  .vlog-featured-5 .vlog-fa-5-wrapper {
    height: auto;
    padding-bottom: 18px;
    max-width: 550px;
  }
  .vlog-featured-5,
  .vlog-featured-4 {
    height: auto !important;
  }
  .vlog-featured-4 .owl-item {
    opacity: 0.4;
  }
  .vlog-featured-4 .owl-item.active.center {
    opacity: 1;
  }
  .vlog-featured-4 .owl-item {
    width: 330px!important;
  }
  .vlog-featured-4 .fa-item {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .vlog-featured-4 .fa-inner {
    margin: 20px 20px 20px 20px;
  }
  .vlog-featured-4 .fa-inner .h1 {
    font-size: 16px;
    line-height: 22px;
  }
  .vlog-featured-info-2 .h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .vlog-featured-info-3 .h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .vlog-featured-info-2 .entry-header {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .vlog-featured-info-2 .vlog-fa-item {
    width: 100%;
  }
  .vlog-featured-info-2 .entry-actions {
    width: 100%;
    display: block;
  }
  .vlog-featured-info-2 .vlog-fa-item {
    display: block;
    width: 100%;
    float: none;
    clear: both;
  }
  .vlog-featured-info-2.vlog-pe-n {
    text-align: center;
  }
  .vlog-featured-info-2 .vlog-fa-item:last-child {
    margin-top: 15px;
  }
  .vlog-format-inplay .vlog-pe-a.entry-actions {
    position: relative;
    top: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: auto;
    margin: 0 auto;
    display: inline-block;
    float: none;
  }
  .action-item,
  .vlog-featured .action-item,
  .vlog-featured-info-2 .action-item,
  .vlog-format-inplay .action-item {
    width: 90px;
    font-size: 10px;
  }
  .vlog-single-content .action-item {
    padding: 10px 0;
  }
  .vlog-featured-2 .vlog-featured-info-2 .entry-actions .action-item {
    padding: 0;
  }
  .vlog-featured-info-2 {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 270px;
    left: 0;
    width: 100%;
  }
  .vlog-featured-2 .vlog-cover-bg img {
    height: 250px;
  }
  .vlog-featured-2 .vlog-format-action.large,
  .vlog-featured-2 .owl-next,
  .vlog-featured-2 .owl-prev,
  .vlog-featured-3 .owl-next,
  .vlog-featured-3 .owl-prev {
    top: 130px;
  }
  .vlog-in-play .vlog-featured-slider.vlog-featured-2 .owl-next,
  .vlog-in-play .vlog-featured-slider.vlog-featured-2 .owl-prev {
    margin-top: 0;
  }
  .vlog-featured-info-3 {
    width: 60%;
  }
  .vlog-featured-info-custom {
    width: 100%;
  }
  .action-item i,
  .action-item.comments:before {
    font-size: 24px;
    margin-bottom: 3px;
  }
  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3,
  .h4,
  .h5,
  .h6,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
  }
  body .h1,
  body h1 {
    font-size: 22px;
    line-height: 30px;
  }
  body h2,
  body .h2 {
    font-size: 20px;
    line-height: 26px;
  }
  body h3,
  body .h3,
  body .widget .vlog-lay-g .entry-title {
    font-size: 18px;
    line-height: 26px;
  }
  body h4,
  body .h4,
  body .vlog-mod-title .h4,
  body .vlog-mod-title h4,
  body .vlog-mod-head .vlog-mod-title h4 {
    font-size: 16px;
    line-height: 22px;
  }
  body .vlog-no-sid .vlog-lay-f .h5 {
    font-size: 16px;
    line-height: 22px;
  }
  body h5,
  body .h5,
  body .vlog-lay-d .h5,
  body .vlog-no-sid .vlog-lay-d .h5,
  body .vlog-lay-f .entry-title,
  body .vlog-lay-h .entry-title,
  body .widget .widget-title {
    font-size: 14px;
    line-height: 20px;
  }
  body h6,
  body .h6,
  body .h7 {
    font-size: 13px;
    line-height: 19px;
  }
  .module-series .vlog-no-sid .vlog-lay-g .h6,
  .module-series .vlog-lay-g .h6 {
    font-size: 16px;
  }
  .vlog-lay-a .entry-title {
    font-size: 26px;
    margin-bottom: 0;
  }
  .vlog-lay-c .entry-title {
    font-size: 20px;
    line-height: 28px;
  }
  .col-md-f6 {
    width: 50%;
  }
  .module-series .vlog-lay-g .entry-title {
    max-width: 70%;
    margin: 0 auto;
  }
  blockquote {
    margin: 18px 0;
    padding: 5px 18px;
  }
  .entry-content-single,
  .author .vlog-mod-desc,
  .vlog-author-box,
  .vlog-content .vlog-prev-next-nav {
    margin-bottom: 18px;
  }
  .module-text {
    margin: 0;
  }
  .vlog-bg {
    padding: 0;
  }
  .vlog-site-footer .widget:last-child {
    margin-bottom: 0;
  }
  .vlog-cover img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .vlog-pagination {
    margin-top: 0;
    margin-bottom: 36px;
  }
  .widget .vlog-post .entry-image img {
    width: 100%;
  }
  .gallery {
    margin: 0 -9px 0;
  }
  .vlog-single-content .vlog-highlight,
  .single-format-image .vlog-single-entry-image,
  .author .vlog-mod-desc,
  .vlog-author-box,
  .vlog-content .vlog-prev-next-nav,
  .vlog-mod-desc .vlog-search-form {
    margin-bottom: 18px;
  }
  .vlog-single-entry-image .vlog-cover {
    position: relative;
  }
  .vlog-mod-desc .vlog-search-form {
    padding: 18px;
  }
  .author .vlog-mod-desc {
    padding: 24px;
  }
  .vlog-mod-desc img {
    clear: both;
  }
  .vlog-mod-desc {
    margin-top: 8px;
  }
  .vlog-page-title.entry-title,
  .entry-content-single ol,
  .entry-content-single ul,
  pre,
  .mks_progress_bar {
    margin-bottom: 10px;
  }
  .mks_col .mks_one_half,
  .mks_col .mks_one_third,
  .mks_col .mks_one_quarter,
  .mks_col .mks_two_thirds,
  .mks_col {
    margin-bottom: 0;
  }
  .entry-content-single input[type=submit].wpcf7-submit {
    margin-top: 0;
  }
  .error404 .vlog-single-content .vlog-search-form {
    margin-bottom: 30px;
  }
  .error404 .vlog-single-content .entry-image {
    margin-bottom: 20px;
  }
  .dl-menuwrapper button.dl-trigger {
    top: -57px;
  }
  .vlog-responsive-header .col-sm-5 {
    width: 41%;
  }
  .vlog-responsive-header .col-sm-7 {
    width: 59%;
  }
  .vlog-responsive-header .entry-title a {
    line-height: 20px;
  }
  .vlog-featured-4 .owl-prev,
  .vlog-featured-4 .owl-next {
    width: 10%;
  }
  .vlog-featured-4 .owl-next .fa {
    margin-right: -20px;
  }
  .vlog-featured-4 .owl-prev .fa {
    margin-left: -20px;
  }
  .vlog-featured-2 .vlog-cover img,
  .vlog-featured-1 .vlog-cover img {
    width: 100%;
  }
  .vlog-featured-1 .vlog-prev-next-cover-nav {
    display: none;
  }
  .col-lg-4 .vlog-format-action.small {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .col-lg-4 .entry-image:hover .vlog-format-action {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .vlog-featured-item.audio .vlog-cover-bg,
  body .vlog-featured-2 .vlog-featured-item.audio {
    height: 460px !important;
  }
  .vlog-format-inplay .vlog-pe-a.entry-actions {
    display: block;
  }
  div.mejs-container .mejs-controls {
    height: 40px;
    padding: 0 5px;
  }
  body .mejs-container .mejs-controls .mejs-button {
    margin: 6px 0 0;
    height: 34px;
  }
  body .mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
    margin-left: 0;
    margin-right: 0;
  }
  div.mejs-container .mejs-controls .mejs-time {
    padding-top: 16px;
  }
  div.mejs-controls div.mejs-time-rail {
    padding-top: 11px;
  }
  body .mejs-container .mejs-controls .mejs-button button {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .vlog-responsive-header .vlog-actions-button .vlog-custom-cart {
    padding-top: 13px;
  }
  .vlog-format-action.m-small {
    line-height: 18px;
  }
}
@media (max-width: 520px) {
  .vlog-pagination .next,
  .vlog-pagination .prev {
    font-size: 0;
    min-width: auto;
    text-align: center;
  }
  .vlog-pagination .next:after,
  .vlog-pagination .vlog-next a:after,
  .vlog-pagination .prev:before,
  .vlog-pagination .vlog-prev a:before {
    margin: 0;
  }
  .vlog-prev-next-cover-nav {
    display: none;
  }
  .mks_tabs.vertical .mks_tabs_nav {
    width: 100%;
  }
  .mks_tabs.vertical .mks_tab_nav_item.active {
    border-right: 1px solid;
    border-bottom: 1px solid #FFF;
  }
  .mks_tabs.vertical .mks_tab_nav_item {
    width: auto;
    border-bottom: 1px solid;
    margin: 0 8px -1px 0;
    min-height: 39px;
  }
  .mks_tabs.vertical {
    padding: 38px 0 0 0;
  }
  .gridlove-footer .widget.mks_ads_widget {
    margin-left: 0;
    margin-right: 0;
  }
  .col-md-f6 {
    width: 100%;
  }
  .vlog-bg-box {
    padding: 18px;
  }
  .vlog-prev-next-nav .vlog-pn-link {
    font-size: 12px;
    line-height: 18px;
  }
  .vlog-post .entry-image:hover img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 500px) {
  body .vlog-no-sid .vlog-lay-e .entry-title,
  body .vlog-lay-e .entry-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 3px;
  }
  .module-series .entry-header {
    width: 70%;
  }
}
@media (max-width: 450px) {
  .action-item,
  .vlog-featured .action-item,
  .vlog-featured-info-2 .action-item,
  .vlog-format-inplay .action-item {
    width: 82px;
  }
  .vlog-featured-1 .entry-header {
    max-width: 100%;
  }
  .vlog-featured-1 .vlog-featured-info .entry-header,
  .vlog-featured-1 .vlog-format-inplay .entry-header {
    max-width: 100%;
  }
  .vlog-popup .vlog-popup-wrapper {
    max-width: 90%;
    margin: initial;
  }
  .vlog-popup-wrapper {
    width: 100%;
  }
  .vlog-responsive-header .vlog-menu-posts .vlog-lay-h {
    width: 100%;
  }
  .vlog-featured-4 .owl-item {
    opacity: 1;
  }
  .vlog-featured-4 .owl-item.active.center {
    opacity: 1;
  }
  .site-title a {
    font-size: 14px;
  }
  .vlog-featured-4 .vlog-featured-slider-4 .owl-item {
    height: 400px;
  }
  .vlog-featured-4 .owl-item.active.center {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  body .vlog-lay-a .entry-title,
  body .vlog-lay-b .entry-title,
  body .vlog-lay-c .entry-title,
  body .vlog-no-sid .vlog-lay-e .entry-title,
  body .vlog-lay-e .entry-title,
  body .vlog-lay-g .entry-title,
  body .vlog-no-sid .vlog-lay-g .entry-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 3px;
  }
  .module-series .entry-header {
    width: 90%;
  }
}
/* Arrows previous next single post */
@media (max-width: 1600px) {
  .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link:hover a,
  .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link:hover a {
    background: #000;
  }
  .vlog-featured-2 .vlog-prev-next-cover-nav.vlog-prev-next-nav i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    font-size: 32px;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 0;
    height: 45px;
    width: 45px;
    top: 0;
    text-align: center;
  }
  .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-pn-ico span {
    display: none;
  }
  .vlog-featured-2 .vlog-prev-next-nav .vlog-pn-link {
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.3);
    height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 6px 3px;
    font-size: 12px;
    line-height: 18px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
  }
  .vlog-featured-2 .vlog-prev-next-nav .vlog-prev-link .vlog-pn-link {
    margin-left: 45px;
  }
  .vlog-featured-2 .vlog-prev-next-nav .vlog-next-link .vlog-pn-link {
    margin-right: 45px;
  }
  .vlog-featured-2 .vlog-prev-next-nav .vlog-prev-link:hover .vlog-pn-link,
  .vlog-featured-2 .vlog-prev-next-nav .vlog-next-link:hover .vlog-pn-link {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link {
    left: 0;
  }
  .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link {
    right: 0;
  }
  .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-pn-ico {
    opacity: 1;
  }
  .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link:hover a .vlog-pn-ico,
  .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link:hover a .vlog-pn-ico {
    color: #FFF;
  }
  .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link a .vlog-pn-ico,
  .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link a .vlog-pn-ico {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link,
  .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link {
    width: 215px;
  }
  .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link,
  .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: -22px;
  }
  .vlog-featured-2 .vlog-prev-next-nav a i.fa-chevron-left:before {
    content: "\f104";
  }
  .vlog-featured-2 .vlog-prev-next-nav a i.fa-chevron-right:before {
    content: "\f105";
  }
}
/* Arrows previous next single post */
@media (max-width: 1562px) {
  .vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link:hover a,
  .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-next-link:hover a,
  .vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link:hover a,
  .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-prev-link:hover a {
    background: #000;
  }
  .vlog-in-play .vlog-prev-next-cover-nav.vlog-prev-next-nav i,
  .inplay-mode-acitve .vlog-prev-next-cover-nav.vlog-prev-next-nav i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    font-size: 32px;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 0;
    height: 45px;
    width: 45px;
    top: 0;
    text-align: center;
  }
  .vlog-in-play .vlog-prev-next-cover-nav .vlog-pn-ico span,
  .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-pn-ico span {
    display: none;
  }
  .vlog-in-play .vlog-prev-next-nav .vlog-pn-link,
  .inplay-mode-acitve .vlog-prev-next-nav .vlog-pn-link {
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.3);
    height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 6px 3px;
    font-size: 12px;
    line-height: 18px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
  }
  .vlog-in-play .vlog-prev-next-nav .vlog-prev-link .vlog-pn-link,
  .inplay-mode-acitve .vlog-prev-next-nav .vlog-prev-link .vlog-pn-link {
    margin-left: 45px;
  }
  .vlog-in-play .vlog-prev-next-nav .vlog-next-link .vlog-pn-link,
  .inplay-mode-acitve .vlog-prev-next-nav .vlog-next-link .vlog-pn-link {
    margin-right: 45px;
  }
  .vlog-in-play .vlog-prev-next-nav .vlog-prev-link:hover .vlog-pn-link,
  .inplay-mode-acitve .vlog-prev-next-nav .vlog-prev-link:hover .vlog-pn-link,
  .vlog-in-play .vlog-prev-next-nav .vlog-next-link:hover .vlog-pn-link,
  .inplay-mode-acitve .vlog-prev-next-nav .vlog-next-link:hover .vlog-pn-link {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link,
  .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-prev-link {
    left: 0;
  }
  .vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link,
  .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-next-link {
    right: 0;
  }
  .vlog-in-play .vlog-prev-next-cover-nav .vlog-pn-ico,
  .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-pn-ico {
    opacity: 1;
  }
  .vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link:hover a .vlog-pn-ico,
  .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-prev-link:hover a .vlog-pn-ico,
  .vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link:hover a .vlog-pn-ico,
  .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-next-link:hover a .vlog-pn-ico {
    color: #FFF;
  }
  .vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link a .vlog-pn-ico,
  .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-prev-link a .vlog-pn-ico,
  .vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link a .vlog-pn-ico,
  .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-next-link a .vlog-pn-ico {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link,
  .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-next-link,
  .vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link,
  .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-prev-link {
    width: 215px;
  }
  .vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link,
  .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-next-link,
  .vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link,
  .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-prev-link {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: -22px;
  }
  .vlog-in-play .vlog-prev-next-nav a i.fa-chevron-left:before,
  .inplay-mode-acitve .vlog-prev-next-nav a i.fa-chevron-left:before {
    content: "\f104";
  }
  .vlog-in-play .vlog-prev-next-nav a i.fa-chevron-right:before,
  .inplay-mode-acitve .vlog-prev-next-nav a i.fa-chevron-right:before {
    content: "\f105";
  }
}
@media (max-width: 1240px) {
  .vlog-popup-wrapper {
    max-width: 622px;
  }
  .vlog-featured .wp-video-shortcode video,
  .vlog-featured video.wp-video-shortcode {
    max-width: 100%;
    display: inline-block;
    height: 350px;
  }
  body .vlog-featured .mejs-container {
    height: 350px !important;
    position: relative;
  }
  body .vlog-featured .mejs-overlay {
    height: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 1240px) and (min-width: 1125px) {
  .vlog-cover-bg,
  .vlog-featured-2 .vlog-featured-item,
  .vlog-featured-3 .vlog-featured-item {
    height: 423px!important;
  }
  .vlog-popup-wrapper {
    margin-bottom: 36px;
  }
}
@media (max-width: 1125px) {
  .vlog-popup-wrapper {
    max-width: 622px;
  }
  .vlog-format-content {
    padding: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .vlog-popup-wrapper {
    max-width: 622px;
    width: auto;
  }
  .vlog-format-inplay .entry-header {
    max-width: 50%;
  }
}
@media (max-width: 770px) {
  .vlog-popup-wrapper {
    width: auto;
    max-width: 444px;
  }
  .vlog-featured-info .entry-header,
  .vlog-format-inplay .entry-header {
    max-width: 70%;
  }
  .vlog-author > div {
    text-align: center;
    display: block;
    clear: both;
    width: 100%;
  }
  .dl-menuwrapper .dl-menu.dl-menuopen,
  .vlog-res-open .dl-menu {
    height: 100%;
    overflow-y: auto;
  }
  .dl-menuwrapper .dl-menu.dl-menuopen,
  .vlog-res-open .dl-menu,
  .vlog-responsive-header .dl-menu.dl-subview li > .sub-menu {
    padding-bottom: 100px !important;
  }
  .dl-menu.dl-subview li.dl-subview {
    height: 100%;
  }
  .dl-menu.dl-subview.dl-menuopen li.dl-subview > .sub-menu {
    height: 100%;
    position: relative;
    max-height: 100%;
    overflow: scroll;
  }
  .vlog-featured .wp-video-shortcode video,
  .vlog-featured video.wp-video-shortcode {
    height: 250px;
  }
  body .vlog-featured .mejs-container {
    height: 250px !important;
  }
}
@media (max-width: 440px) {
  .vlog-format-content {
    padding: 10px 0;
  }
  body .vlog-featured .mejs-container {
    margin-top: -15px;
  }
  body.vlog-in-play .vlog-featured-2 .vlog-cover-bg.audio {
    height: 235px!important;
  }
  body .vlog-share-single .meks_ess a {
    margin-right: 8px;
  }
}
@media (max-width: 375px) {
  .vlog-featured-1 .vlog-cover-bg {
    height: 192px!important;
    margin: 0;
  }
  .vlog-popup-wrapper {
    width: auto;
    max-width: 304px;
  }
  .vlog-featured-slider.vlog-featured-1 .owl-next,
  .vlog-featured-slider.vlog-featured-1 .owl-prev {
    margin-top: -134px;
  }
  .vlog-featured .wp-video-shortcode video,
  .vlog-featured video.wp-video-shortcode {
    height: 182px;
  }
  body .vlog-featured .mejs-container {
    height: 182px !important;
  }
  body .vlog-featured .mejs-container {
    margin-top: -7px;
  }
  .audio .vlog-featured-2 .vlog-featured-item {
    height: 460px;
  }
}
@media (max-width: 320px) {
  .vlog-featured-1 .vlog-cover-bg {
    height: 192px!important;
    margin: 0;
  }
  .vlog-featured-4 .owl-stage {
    padding: 0;
  }
  .vlog-featured-slider.vlog-featured-1 .owl-next,
  .vlog-featured-slider.vlog-featured-1 .owl-prev {
    margin-top: -134px;
  }
}
@media (max-width: 310px) {
  .vlog-featured-1 .vlog-cover-bg {
    height: 190px!important;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .module-posts,
  .module-series,
  .vlog-module {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #vlog-cover-related .entry-image img {
    height: 80px;
    width: auto;
  }
}
/* Playlist */
@media (max-width: 1272px) {
  .vlog-playlist {
    display: none;
  }
  .vlog-cover-playlist-active {
    width: 100%;
  }
  .vlog-single-content .vlog-featured-item .entry-media.video {
    min-height: 0px;
  }
}
/*--------------------------------------------------------------
   Responsive Menu
--------------------------------------------------------------*/
.dl-menuwrapper {
  width: 100%;
  max-width: 100%;
  z-index: 99999;
  float: left;
  position: absolute;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  height: 100%;
  top: 70px;
  left: 0;
}
.dl-menuwrapper li a.vlog-menu-forward {
  position: absolute;
  right: 15px;
  top: 4px;
  background: rgba(17, 17, 17, 0.1);
  z-index: 99999;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  height: 32px;
  width: 32px;
  padding: 5px 10px;
  cursor: pointer;
}
a.vlog-menu-forward:after {
  font-family: "FontAwesome";
  content: "\f0da";
}
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
.dl-menuwrapper button {
  width: 30px;
  font-size: 25px;
  line-height: 25px;
  display: block;
  padding: 0;
  position: absolute;
  left: 11px;
  top: -56px;
  color: #111;
  border: none;
  background: 0 0;
  cursor: pointer;
}
.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dl-menuwrapper li {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.dl-menuwrapper li a {
  display: block;
  width: 80%;
  position: relative;
  padding: 6px 20px;
  font-size: 13px;
  line-height: 26px;
  outline: none;
  text-align: left;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.dl-menuwrapper li.vlog-soc-responive-menu {
  margin-left: 5px;
}
.dl-menuwrapper li.vlog-soc-responive-menu a {
  display: inline-block;
  width: auto;
  font-size: 15px;
  padding: 6px 15px;
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
}
.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.dl-menuwrapper .dl-menu,
.vlog-no-responsive-nav {
  margin: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #FFF;
  text-align: left;
}
.vlog-nav-toggle {
  pointer-events: auto;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vlog-res-open .dl-menu,
.dl-menuwrapper .dl-menu.dl-menuopen,
.vlog-res-open .vlog-no-responsive-nav {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}
/* Hide the inner submenus */
.dl-menuwrapper li .sub-menu {
  display: none;
}
.vlog-responsive-header {
  text-transform: uppercase;
}
/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen > .sub-menu > li {
  display: block;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper li .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen > .sub-menu,
.dl-menuwrapper > .sub-menu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  text-align: left;
  padding: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}
@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}
@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .sub-menu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .sub-menu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .sub-menu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menuwrapper > .sub-menu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}
.dl-menuwrapper > .sub-menu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .sub-menu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .sub-menu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}
.dl-menuwrapper > .sub-menu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}
.dl-menuwrapper > .sub-menu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}
.dl-menuwrapper > .sub-menu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}
.no-js .dl-menuwrapper li .sub-menu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}
/* Demo 2 */
.demo-2 .dl-menuwrapper button {
  background: #e86814;
}
.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400;
}
