/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /**
 * Corner Pop
 */
.wpvm-corner-pop-video {
  position: fixed;
  z-index: 99999999;
  -webkit-animation: 0.6s all;
  -o-animation: 0.6s all;
  animation: 0.6s all;
}

.wpvm-corner-pop-tl {
  left: 20px;
}
.wpvm-corner-pop-tr {
  right: 20px;
}
.wpvm-corner-pop-bl {
  bottom: 0;
  left: 20px;
}
.wpvm-corner-pop-br {
  bottom: 0;
  right: 20px;
}

.wpvm-corner-pop-video.wpvm-corner-pop-show.wpvm-corner-pop-tr,
.wpvm-corner-pop-video.wpvm-corner-pop-show.wpvm-corner-pop-br {
	margin-top: 7px;
}

.wpvm-corner-pop-video.wpvm-corner-pop-hide.wpvm-corner-pop-tl,
.wpvm-corner-pop-video.wpvm-corner-pop-hide.wpvm-corner-pop-tr {
  top: -200%;
}
.wpvm-corner-pop-video.wpvm-corner-pop-hide.wpvm-corner-pop-bl,
.wpvm-corner-pop-video.wpvm-corner-pop-hide.wpvm-corner-pop-br {
  bottom: -200%;
}
.wpvm-corner-pop-video.wpvm-corner-pop-show.wpvm-corner-pop-tl,
.wpvm-corner-pop-video.wpvm-corner-pop-show.wpvm-corner-pop-tr {
  top: 0;
}
.wpvm-corner-pop-video.wpvm-corner-pop-show.wpvm-corner-pop-bl,
.wpvm-corner-pop-video.wpvm-corner-pop-show.wpvm-corner-pop-br {
  bottom: 0;
}
.wpvm-corner-pop-video.wpvm-corner-pop-br.wpvm-corner-pop-show {
  margin: 0;
}

.wpvm-corner-pop-video-close {
    position: absolute;
    margin-top: 0;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 5px 0px;
    height: 25px;
    min-width: 0px;
    line-height: 8px;
    padding: 8px;
    width: 25px;
    border-radius: 50%;
    color: rgb(33, 33, 33);
    background-color: rgb(250, 250, 250);
    box-sizing: border-box;
    user-select: none;
    outline: none;
    border: 0px;
    display: inline-block;
    -webkit-box-align: center;
    align-items: center;
    min-height: 25px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s, background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
		z-index: 999999;
}

.wpvm-corner-pop-video.wpvm-corner-pop-show.wpvm-corner-pop-tr .wpvm-corner-pop-video-close,
.wpvm-corner-pop-video.wpvm-corner-pop-show.wpvm-corner-pop-br .wpvm-corner-pop-video-close {
    top: -5px;
    left: -5px;
}
.wpvm-corner-pop-video.wpvm-corner-pop-show.wpvm-corner-pop-tl .wpvm-corner-pop-video-close,
.wpvm-corner-pop-video.wpvm-corner-pop-show.wpvm-corner-pop-bl .wpvm-corner-pop-video-close {
    top: -5px;
    right: -5px;
}

.wpvm-corner-pop-video-close i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    font-family: Arial;
    font-size: 14px;
		font-style: normal;
		font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wpvm-corner-pop-video-close i:before {
    content: "X";
}
