/* =WordPress Core
-------------------------------------------------------------- */
.spotlight2 {padding-top: 0;}
.stay-holder .starting-form button {margin-top: 0;}
.ajax-loader {position: absolute;}
.promo-text.right.product {padding-top: 0;}
.top-frame-terms {padding: 70px 0 45px;}
.content-section {padding-top: 25px;}
.cycle-articles .img-holder {
    max-height: 361px;
    overflow: hidden;
}
.trial.aligncenter {
    width: 100%;
    text-align: center;
}
.yarpp-related {margin: 0 !important;}
.product-popups {
    height: 0;
    overflow: hidden;
    position: relative;
}
.wpcf7-list-item {margin-left: 0 !important;}

.has-play .play {position: relative;}

.mailpoet-notice {color: #000;}

.popmake .header-thumbnail {
    border-top: solid 11px #4db136;
    border-radius: 5px;
}
.popmake .popup-content-wrapper{
    margin-top: 58px;
    padding: 33px 60px 34px;
    position: relative;
}
.popmake .popup-content-wrapper .popmake-close {
    top: 31px;
    right: 24px;
}
.popmake .popmake-content {
    text-align: center;
    font-weight: normal !important;
}
.popmake .popmake-content .button-holder {margin-top: 24px;}
.popmake .popmake-title {margin-bottom: 32px;}
.popmake .popmake-title:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 0;
    width: 127px;
    height: 2px;
    background: #b4b4b4;
    -webkit-transition: width 0.5s;
            transition: width 0.5s;
}

.promo-text .simple-link {
    display: inline-block;
    padding-right: 48px;
    position: relative;
    margin: 28px 0;
    color: #808080;
}

.promo-text .simple-link:after {
    position: absolute;
    background: url("images/sprite-1.png") no-repeat -172px -631px;
    width: 32px;
    height: 32px;
    content: '';
    right: 3px;
    top: -2px;
}

.breadcrumbs.special .home {display: none;}

@media (max-width: 767px) {
    .popmake .popmake-title:before {
      height: 1px;
      width: 71px;
      top: -21px;
    }
    .spotlight2 {padding : 0;}
}
@media (max-width: 767px) {
    .popmake .popmake-title:before {
        font-size: 23px;
        line-height: 28px;
        padding: 0 35px;
    }
}