
/**
 * Popup element
 */
.op-popup-content { display: none; }
.op-popup-content-visible { display: block; padding: 20px 30px; }
.op-popup-content .styled-hr { min-width: 300px; }

.op-popup-fancybox,
.op-popup-fancybox .fancybox-outer,
.op-popup-fancybox .fancybox-inner { max-width: 100%; }

.op-popup-fancybox-autosize .fancybox-inner {
    max-width: none;
}

.op-popup-fancybox .fancybox-outer,
.op-popup-fancybox .fancybox-inner { background-color: #fff; }
#epicbox .op-popup-content { display: block; }
#epicbox .op-popup-button { display: none; }
.op-popup-content .add-new-element { display: none; }
.op-popup-button .default-button { background: none; }
.op-popup-content > div:last-child { margin-bottom: 0; }

/* Popup children modifications */
.op-popup-content .op-pricing-table { width: 100%; }

/* In theme 2 fixed-width is too wide for content, but the div itself cannot be removed */
.floating-featured-panel-fluid .fixed-width { width: auto; }


.mce-content-body .progressbar-style-1,
.progressbar-style-1.ui-progressbar {
    height: 26px;
    width: 100%;
    position: relative;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
}

.progressbar-style-1 .ui-progressbar-value {
    height: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.25);
    background-color: #ffbf00; /* Color Options */
}

.progressbar-style-1 span {
    text-align: center;
    margin: 3px auto;
    position: absolute;
    left: 0;
    top: 2px;
    right: 0;
    font-size: 11px;
    text-shadow: 0 -1px 0 rgba(255,255,255,0.15), 1px 0 0 rgba(255,255,255,0.15), 0 1px 0 rgba(255,255,255,0.25), -1px 0 0 rgba(255,255,255,0.15), 0 0 1px rgba(255,255,255,0.5);
    color: #333;
}

.op-live-editor .terms_content {
    opacity: 1;
}

.op-text-block {
    max-width: 100%;
    margin-bottom: 20px;
}

.op-text-block p {
    line-height: 1.6em;
}

.op-text-block p:last-child {
    margin-bottom: 0px;
}

.element-container .op-text-block ul,
.element-container .double-column ul {
    list-style: disc inside;
}

.op-text-block li {
    list-style-position: outside;
}


/**
 * Optin box style 21
 */
.optin-box-21 {
    position: relative;
    background-color: #fffdf3;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.25);
    margin: 10px 0;
}

.optin-box-21:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: -10px;
    height: 100px;
    width: 100%;
    padding: 0 10px;
    margin-left: -10px;

    /* CSS Override RGBA to background color values */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.optin-box-21:after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: -10px;
    height: 100px;
    width: 100%;
    padding: 0 10px;
    margin-left: -10px;

    /* CSS Override RGBA to background color values */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.optin-box-21 .optin-box-content{
    padding: 25px 40px;
    z-index: 2;
    position: relative;
}

.optin-box-21 h2 {
    font-family: inherit;
    font-style: inherit;
    color: inherit;
}

.optin-box-21 input, .optin-box-21 input:focus {
    display: block;
    height: 40px;
    width: 100%;
    padding: 0 10px !important;
    line-height: 14px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 100;
    text-align: left;
    color: #777;
    border: 1px solid #cacaca;
    border-radius: 3px;
    box-shadow: inset 0 2px 2px rgba(0,1,1,0.02);
    background: linear-gradient(to bottom, rgba(0,1,1,0.03) 0%, rgba(255,255,255,0.03) 100%);
    background-color: #fff;
    box-sizing: border-box;
}

.optin-box-21 button {
    display: block;
    padding: 20px 0px;
    width: 100%;
    border: 1px solid #ffaa22;
    border-radius: 6px;
    line-height: normal;
    font-size: 32px;
    font-family: inherit;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffee66;
    text-align: center;
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
    background-color: #ffec64;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
}

.optin-box-21 button:hover {
    background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
    background-color: #ffab23;
}

.optin-box-21 button:active {
    position: relative;
    top: 1px;
}

.optin-box-21 button span {
    white-space: normal;
}

.optin-box-21 a.text-link {
    display: none;
    margin-top: 15px;
    color: inherit;
    text-align: center;
}

.optin-box-21 p.privacy {
    margin-top: 20px;
    opacity: 0.5;
}

.one-half .split-half .optin-box-21 div,
.one-third .optin-box-21 div,
.one-fourth .optin-box-21 div,
.one-fifth .optin-box-21 div,
.two-fifths .optin-box-21 div {
    padding: 25px;
}

.one-half .split-half .optin-box-21 button,
.one-third .optin-box-21 button,
.one-fourth .optin-box-21 button,
.one-fifth .optin-box-21 button,
.two-fifths .optin-box-21 button {
    font-size: 20px;
}

/**
 * Optin box style 22
 */
.optin-box-22 { margin-bottom: 20px; }

.optin-box-22 h2 {
    border-bottom: 2px solid rgba(0,0,0,0.2);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.optin-box-22 .description{
    margin-bottom: 0px;
}

.optin-box-22 input {
    width: 100%;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,0.2);
    border-radius: 6px;
    padding: 1.3em;
    margin: 0px;
    margin-bottom: 1em;
    box-sizing: border-box;
    color: #a3a3a3;
}

.optin-box-22 button {
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px 0;
    background: #004a80;
    border-radius: 6px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
}

.optin-box-22 button span {
    white-space: normal;
}

/**
 * Optin box style 23
 */
.optin-box-23 {
    background-color: #f2f8fb;
    box-shadow: inset 0 0 0 1px #fff, 0 1px 3px 0 rgba(0,0,0,0.2);
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.optin-box-23 h2 {
    display: block;
    background-color: #d1af3a;
    box-shadow: inset 0 0 0 1px #d1af3a, inset 0 2px 0 0 #e2cc7e;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 18px;
    padding: 15px 0;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    padding-left: 20px;
    padding-right: 20px;
}

.optin-box-23 .description{ margin-bottom: 0px; }

.optin-box-23 div {
    margin-right: 20px;
    margin-left: 20px;
}

.optin-box-23, .optin-box-23 h2 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 20px;
}

.optin-box-23 input {
    border-radius: 3px;
    width: 90%;
    margin: 0 auto 1em auto;
    padding: 1em;
    box-sizing: border-box;
}

.optin-box-23 button {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 auto;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,.05);
    background-color: #4080bb;
    background-image: linear-gradient(to bottom, #4686c2, #3876b0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4686c2',endColorstr='#ff3876b0',GradientType=0);
}

.optin-box-23 button:active {
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.2), inset 0 0 0 100px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,.05);
}

.optin-box-23 button span {
    white-space: normal;
}


.optin-box-24 h2 {
    border-bottom: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    text-align: center;
}

.optin-box-24 input {
    color: #555;
    width: 100%;
    border-radius: 0px;
    padding: 15px;
    margin: 0;
    margin-bottom: 0.8em;
    box-sizing: border-box;
    font-size: 17px;
    background: #eee;
    border: 0;
    border: 1px solid transparent;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
}

.optin-box-24 button {
    width: 100%;
    padding: 30px 45px;
    border-color: #000000;
    border-width: 0px;
    border-radius: 6px;
    background: #ffac24;
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,0,0.5);
}

.optin-box-24 .image-button {
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.optin-box-24 span {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: #000000 0px 1px 1px;
    white-space: normal;
}

.optin-box-24 p.privacy {
    text-align: center;
    margin-top: 0.8em;
    opacity: 0.5;
}

/**
 * Optin Box Sizing Changes
 */
.one-column .optin-box-24,
.one-column .optin-box-23,
.one-column .optin-box-22,
.one-column .optin-box-21,
.one-column .optin-box-14,
.one-column .optin-box-13 {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.fancybox-stage {
	    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCMEM4NDgzQjlDRTNFMTExODE4NUVDOTdFQ0I0RDgxRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGREU5OEVCQzAzMjYxMUUyOTg5OURDMDlDRTJDMTc0RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGREU5OEVCQjAzMjYxMUUyOTg5OURDMDlDRTJDMTc0RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkIxQzg0ODNCOUNFM0UxMTE4MTg1RUM5N0VDQjREODFFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkIwQzg0ODNCOUNFM0UxMTE4MTg1RUM5N0VDQjREODFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+s3YRAQAAABtJREFUeNpiFODh2cBABGBiIBKMKqSOQoAAAwBokQDs5F/8FAAAAABJRU5ErkJggg==');
}

#popupform {
	width:717px;
	padding: 10px;
}


.css-button.style-1 {
    line-height: 1;
    text-align: center;
    text-decoration: none;
    position: relative !important;
    display: inline-block !important;
    border-style: solid;
}

.css-button.style-1 .text {
    padding: 0 15px;
    white-space: normal;
}

.css-button.style-1 .subtext {
    margin: 0.2em 0 -0.5em 0;
}

.css-button.style-2 {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    position: relative !important;
    display: inline-block !important;
    padding: 25px 58px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000; /* border color fallback */
    border-color: rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #ffd400;
    background: linear-gradient(to bottom, #ffff00 0%, #ffa035 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#ffa035', GradientType=0 );
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .5), inset 0 0 0 1px rgba(255, 255, 0, .5); /* drop and inset shadows */
}

.css-button.style-2 .text {
    font-family: "Proxima Nova";
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    color: #333;
    text-shadow: 0px 1px 0px rgba(255, 255, 0, 1);
    letter-spacing: 50%;
}

.css-button.style-2 .subtext {
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #002080;
    text-shadow: 0px 1px 0px rgba(255, 255, 0, 1);
}

.css-button .text,
.css-button .subtext {
    display: block;
    position: relative;
    z-index: 1;
}

.css-button .gradient {
    background: url('../images/button-gradient.png');
    background: linear-gradient(to bottom, rgba(255, 255, 255, .25) 0%, rgba(0, 0, 0, .25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#40000000', GradientType=0 );
}

.css-button .shine {
    background: url('../images/button-shine.png');
    background: linear-gradient(to bottom, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#00ffffff', GradientType=0 );
}

.css-button:hover .hover {
    background: rgba(255, 255, 255, .15);
}

.css-button:active .active {
    background: rgba(0, 0, 0, .15);
}

.css-button .gradient,
.css-button .shine,
.css-button .hover,
.css-button .active {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}
