.mk-skip-to-next {
	position: absolute;
	display: table;
	left: 50%;
	cursor: pointer;
	bottom: 0;
	margin: -26px 0 26px -26px; // Adjust to center by half width + half width of outer border style
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	opacity: 0.9;
	transition: all 0.2s ease-out;

	svg {
		height: 16px;
    width: 16px;
		display: table-cell;
		vertical-align: middle;
    display: inline-block;
		transition: all 0.2s ease-out;
        transform: translateY(2px);
	}

	&:hover {
		opacity: 1;
		svg{
      transform: translateY(5px);
		}
	}

	&[data-skin="dark"] {
		border: 2px solid #333333;
    svg {
      fill: #333333;
    }
	}

	&[data-skin="light"] {
		border: 2px solid #ffffff;
    svg {
      fill: #ffffff;
    }
	}
}

.mk-swipe-slideshow {
	.mk-swiper-wrapper {
		height: 0;
		overflow: hidden;
	}
}

.mk-blog-container .mk-slider-holder-img {
  width: 100%;
}

.post-type-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  opacity: 0;
  margin: -24px 0 0 -24px;
  svg {
    height: 48px;
    fill: #ffffff;
  }
}
.mk-blog-container .featured-image:hover .post-type-badge {
  opacity: 1;
}

.mk-jupiter-blog article:not(.mk-blog-spotlight-item) .featured-image {
	cursor: pointer;
}

.wp-core-ui .button,
.wp-core-ui .button-secondary {
  color: #555555 !important;
  border-color: #cccccc !important;
  height: 24px !important;
  line-height: 22px !important;
  padding: 0 8px 1px !important;
  font-size: 11px !important;
  border: 1px solid #cccccc!important;
  background: #f7f7f7!important;
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 rgba(0, 0, 0, 0.08) !important;
}
.wp-core-ui .button:hover,
.wp-core-ui .button-secondary:hover {
  background: #eeeeee!important;
}
.IE9 .mk-button.savvy-dimension:after {
  top: 0;
  left: 0;
}

/* Formstack plugin compatibility */
select.fsField {
    background-color: #fff;
    border: 1px solid #7c7c7c !important;
    border-radius: 4px !important;
    color: #333333 !important;
    display: initial !important;
    font-size: 14px !important;
    font-weight: normal !important;
    max-width: 100%;
    min-width: 100px !important;
    padding: 4px 5px !important;
}

.featured-image img {
	transition: all .15s ease-in-out;
}
