body {
  font-family: "Open Sans", sans-serif;
  letter-spacing: -1;
}

.lp p, .lp ul {
    font-size: 1.2em;
    margin-bottom:1.5em;
}

.lp li {
    padding-bottom: 10px;
}

li.circle-check {
background: url('../img/circle-check.png') no-repeat left;
    padding-left: 30px;
    padding-top: 10px;
}

.headline-red {
    color: #d9263d;
    margin-bottom: 30px;
    font-weight: 700;
    text-align:center;
}

.highlight-yellow {
    font-family:'Open Sans', sans-serif;
    font-style:normal;
    font-weight:normal;
    letter-spacing:-1px;
    text-align:center;
    line-height:37px;
    background-color:#fcfc73;
    margin-bottom:20px;
}

.highlight-green {
    font-family:&quot;Open Sans&quot;, sans-serif;
    font-weight:bold;
    letter-spacing:-1px;
    text-align:center;
    line-height:37px;
    background-color:#daf4bc;
    margin-top:20px;
    margin-bottom:20px;
}

.highlight-grey {
    font-weight:bold;
    letter-spacing:-1px;
    text-align:center;
    line-height:37px;
    background-color:#f5f5f5;
    margin-top:20px;
    margin-bottom:20px;
}

.reset {
    margin-left: 0px; 
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.overlay {
    background: rgba(79,6,97,0.6);
    overflow: hidden;
    height: 100%;
    z-index: 2;
}

.main {
    padding-top: 5px;
    background-image: url(https://members.ashleykay.com/wp-content/uploads/2017/06/bg.png);
    min-height: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
    z-index: 3;
}

.header {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    min-height: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 2px; 
}

.pagewidth {
    max-width: 748px;
}

.subheads {
    background-color: #fff;
    width: 100%;
}

.video-play:hover {
    cursor: pointer;
}

.box {
    margin-top: 10px;
    padding: 5px;
    border-color: #eee #eee #e5e5e5;
    border-style: solid;
    background: #eee;
    border-radius: 10px;
}

.order {
    margin: 0 auto;
    width: 100%;
    display: block;
}

.headline, .sound {
    background-color: #fff;
}

.second {
    background: #fff;
    background-image: url(https://members.ashleykay.com/wp-content/uploads/2017/06/bg.png);
    z-index: 3;
    visibility:visible;
    padding-top:20px;
}

.whitebox {
    text-decoration: none;
    line-height: normal;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.featurebox {
    border-radius: 8px;
    border: 1px solid #dfdfdf;
    box-shadow: 0 0 8px rgba(0,0,0,.08);
    color: #626262;
    overflow: hidden;
}

.box-title {
    background-color: #edf5fc;
    color: #405768;
    padding: 20px;
    font-size: 17px;
    font-weight: 700;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0;
}

.box-content {
    padding:20px;
}

h2.box-title {
    margin: 0;
}

ul {
    list-style: none;
}

.bullet-list li {
    line-height: 1.6em;
    padding-left: 44px;
    min-height: 32px;
    text-align: left;
    margin-bottom: 5px;
    background-image:url("https://ashleykay.com/wp-content/plugins/optimizePressPlugin/lib/assets/images/bullet_block/32x32/28.png");
    background-repeat:no-repeat;
}

.faq ul{
    list-style: circle;
}

.faq li{
    padding-top:15px;
}

.buybox {
    border: red 5px dashed; 
    text-align:center; 
    padding: 10px;
    margin-bottom:20px;
}

.video-lightbox {
    margin-left: auto;
    margin-right: auto;
}

.video-lightbox a {
    position:relative;
}

.disclaimer {
    text-align: center;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:hover .play-icon {
    background-position: left bottom;
}

.play-icon {
    background-image: url(../img/play-icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 92px;
    height: 92px;
    position: absolute;
    left: 50%;
    margin-left: -46px;
    top: 50%;
    margin-top: -46px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}

.footer {
margin-top: 50px;
background: #fff;
font-size: 10px;
}

.container {
	padding: 0px;
}

.video-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 780px;
    margin: 0 auto;
    z-index: 3;
}

#videoContainer {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.video-wrapper {
    background-size: contain;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.7);
    overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.playVideo {
    position: absolute;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background: rgba(125, 125, 125, 0.50);
    transition: 0.5s ease all;
    left: 0;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.playVideo:hover {
    background: rgba(125, 125, 125, 0.96);
}

.playVideo img {
    transition: 0.5s ease all;
    cursor: pointer;
}

.playVideo:hover img {
    transform: scale(1.05);
}

.playVideo h4 {
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 1px rgba(44, 44, 44, 0.95);
}
.hide-pause{
    display: none;
}
.pauseVideo {
    position: absolute;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    cursor: pointer;

    /*background: rgba(133, 0, 1, 0.5);*/
}
.overlayForNotAutoPlay{
    position: absolute;
    display: none;
    z-index: 2000;
    height: 100%;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    cursor: pointer;
}

#fullHeightPage {
    min-height: 100%;
    width: 100%;
    display: block;
}

.videoLoad {
    display: none;
}

.pauseVideo {
    display: block;
}

.hidden-btn {
    padding: 25px;
    z-index: 3;
}

.space {
}
.video-overlay-bottom {
    z-index: 8000;
    bottom: 0;
    max-height: 60px;
    height: 33%;
    width: 68%;
    margin-left: 25%;
    display: block;
    position: absolute;
}