.magnet_explained {
    font-size: 14px !important;
    margin-bottom: 20px;
    padding: 10px;
    background: #e6e6e6;
}

.magnet_explained i {
    color: #a51e1e;
    text-shadow: 2px 2px #fff;
}

.magnet_explained div {
    display: inline-block;
}

.magnet_explained div:first-child {
    padding: 0 20px 0;
}

.magnet_explained div:last-child {
    padding: 0 0 0 20px;
    border-left: 1px solid #ccc;
}

input[type=submit][disabled=disabled].enableOnInput {
    opacity: 0.7 !important;
}

/** General */

html, body {
    font-family: 'Open Sans', sans-serif;
    min-width: 1024px;
    background-color: #e6e6e6;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #50336D;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #50336D;
    color: #ffffff;
    text-shadow: none;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 0px !important;
    box-shadow: none !important;
}

/* Header */

.site-header-new {
    padding: 0px;
}

.main-navigation {
    margin-top: 0px;
    text-align: center;
}

#mainMenu {
    background: #000000;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    position: fixed;
    width: 100%;
    margin-top: -60px;
    z-index: 99998;
}

#mainMenu .menu {
    float: left;
}

#mainMenu a {
    text-decoration: none;
    color: #ffffff;
}

#mainMenu ul {
    text-align: left;
}

#mainMenu li {
    display: inline;
    margin-left: 30px;
}

#mainMenu li:first-of-type {
    margin-left: 0px;
}

#mainMenuContainer {
    width: 1000px;
    margin: auto;
    line-height: 60px;
    position: relative !important;
}

.current_page_item a {
    font-weight: 600;
}

#theLogo {
    height: 200px;
    background: grey;
    margin-top: 60px;
}

#theLogo h1, #theLogo h2 {
    width: 100%;
    text-align: center;
}

#theLogo {
    background-image: url("../img/logo-new.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #333333;
    background-size: auto, cover;
    height: 190px;
    overflow: hidden;
}

.logo-h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.logo-href {
    display: block;
    margin: 15px auto;
    height: 160px;
    width: 140px;
}

#theLogo h1 {
    font-family: verdana !important;
    text-align: center;
    font-size: 120px;
    line-height: 190px !important;
}

#theLogo h1 a {
    color: white;
    text-decoration: none;
    position: relative;
    z-index: 1000;
}

#theLogo h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 20.2px;
    margin-top: -165px;
    color: white;
    font-weight: normal;
}

.beta {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 110px;
    font-weight: 600;
    color: #ff0000;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
    padding-right: 111px;
}

#mainMenuContainer .profileAvatar {
    margin-left: 30px;
    float: left;
}

#mainMenuContainer .profileAvatar img {
    vertical-align: middle;
    margin-top: -4px;
    height: 40px;
    width: 40px;
}

#mainMenuContainer .profileUsername {
    margin-right: 20px;
    float: right;
    text-align: left;
}

#mainMenuContainer .profileUsername .logOff {
    color: darkred;
    margin-left: 10px;
}

#mainMenuContainer .profileUsername .userLinks {
    color: grey;
    margin-left: 10px;
}

/* Main Site */

#pageNew {
    width: 1000px;
    margin: 40px auto;
    overflow: hidden;
    background: #ffffff;
}

#mainWindow {
    padding: 20px;
}

#mainWindow #primary, #mainWindow #secondary {
    margin-top: 0px;
}

#mainWindow #primary {
    width: 672px;
    float: left;
}

#mainWindow #secondary {
    width: 268px;
    margin-left: 20px;
    float: right;
}

#mainWindow article {
    padding: 20px;
}

.entry-title {
    font-size: 22px !important;
}

#content article {
    background: #ececec url(../img/vinylbg.png) no-repeat right top;
}

#content article.video {
    background: #e9e6ea url(../img/videobg.png) no-repeat right top;
    border-bottom: 4px double #e9e6ea;
}

#content article a {
    color: #50336D;
    text-shadow: 1px 1px #ffffff;
}

.entry-content p {
    line-height: 1.3 !important;
    font-size: 13px;
    color: black;
    text-shadow: 1px 1px white;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
    display: block;
    text-overflow: ellipsis;

    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.contacts2 .entry-content p {
    line-height: 1.2 !important;
    font-size: 14px;
    color: black;
    text-shadow: 1px 1px white;
    background: transparent;
    padding: 5px;
    display: block;
    text-overflow: none !important;
    white-space: normal !important;
    overflow: visible !important;
}

.dmca-accept {
    border: 1px dashed darkred;
    font-size: 12px;
    padding: 10px;
}

.site-content article {
    margin-bottom: 20px;
}

.headingTitle {
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.8) !important;
    display: block;
    padding: 2px 5px;
    font-weight: 600;
}

/* Sidebar */

.clippedHeading {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

.widget-area .widget h3 {
    background-color: #50336d /*#d74444*/;
    color: white;
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
}

aside li, /*.tagcloud ,*/
aside div {
    padding: 8px 10px;
    font-size: 15px !important;
    background: #f1f1f1;
    line-height: 1.84615;
}

.css-fbl div {
    background: transparent !important;
}

.tagcloud {
    text-align: center;
    -moz-hyphens: none;
    word-wrap: normal;
}

aside li a {
    /*font-size: 15px !important;*/
    text-decoration: none;
    color: black !important;
    text-shadow: 1px 1px white !important;
}

.tagcloud li {
    display: inline-block;
}

.tagcloud a {
    color: #50336D !important;
    text-shadow: 1px 1px white !important;
}

.widget-area .widget {
    margin-bottom: 20px;
}

/* Magnet Button */

a.magnetLink {
    background: #b99fc9;
    color: white !important;
    text-shadow: none !important;
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    float: left;
    font-size: 14px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ5JREFUeNpi/P//PwO5gImBAsACIg4wMqJbbwLEZ5H4GPIO//+fxWWzMQFLjSl2Ni7N9wjouwf3M9SPxkgSe7CEAYY8TPMZAgGGVZ4mARYKxEpALAjEHbj8zAhKYcB43g1ku5AQ0IzAeIbbXEGCxgr0qAIFTjoRGmcBcSe2eAZJhKGFMgy8hxqOYgHMz+iKBaEhqgSNU4xEA/IzQIABADv8K+xTqh1AAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 112px -34px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-shadow: inset 0 0 0 4px #fff;
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff;
}

a.magnetLink:hover {
    padding: 10px 35px 10px 20px;
    color: #FFF !important;
    background-color: #000;
    background-position: 112px 15px;
    text-decoration: none !important;
    -moz-box-shadow: inset 0 0 0 0 #CCC;
    -webkit-box-shadow: inset 0 0 0 0 #CCC;
    box-shadow: inset 0 0 0 0 #CCC;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: none !important;
}

a.magnetLink::selection {
    background: #b99fc9 !important;
    color: white !important;
    text-shadow: none;
}

a.magnetLink::-moz-selection {
    background: #b99fc9 !important;
    color: white !important;
    text-shadow: none;
}

/* Download Button */

a.downloadLink {
    background: #b99fc9;
    color: white !important;
    text-shadow: none !important;
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    float: left;
    font-size: 14px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKBAMAAACZNRnKAAAABGdBTUEAALGPC/xhBQAAABJQTFRF////////////////////AAAAultSEAAAAAZ0Uk5TIGBwEIAAvKLuTQAAAE1JREFUCNcdjMEJwDAMAz1CIR2g4AyQGrKA0QAGo/1XqZqH4HQIWQ+SPcoiNxm57IazJy4L5FaWqT0TXsYAJAVSmgn4rw70dB7gq6f6AGpgFEiVdbFYAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 112px -34px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-shadow: inset 0 0 0 4px #fff;
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff;
}

a.downloadLink:hover {
    padding: 10px 35px 10px 20px;
    color: #FFF !important;
    background-color: #53bf6b;
    background-position: 112px 17px;
    text-decoration: none !important;
    -moz-box-shadow: inset 0 0 0 0 #CCC;
    -webkit-box-shadow: inset 0 0 0 0 #CCC;
    box-shadow: inset 0 0 0 0 #CCC;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: none !important;
}

a.downloadLink::selection {
    background: #b99fc9 !important;
    color: white !important;
    text-shadow: none;
}

a.downloadLink::-moz-selection {
    background: #b99fc9 !important;
    color: white !important;
    text-shadow: none;
}

a.anotherPart {
    line-height: 3;
    margin-left: 10px;
    border-left: 1px solid grey;
    padding-left: 10px;
    text-decoration: none;
}

a.mirrorPart {
    line-height: 3;
    margin-left: 10px;
    text-decoration: none;
}

a.anotherPart:hover, a:mirrorPart:hover {
    text-decoration: underline;
}

a.anotherPartAlt {
    margin-left: 10px;
    border-left: 1px solid grey;
    padding-left: 10px;
}

.downloadLinks, .fileInfo {
    width: 60%;
    float: Left;
}

.fileInfo {
    width: 40%;
}

footer.entry-meta {
    display: table;
    width: 100%;
}

/* Free Download Button */

a.downloadLinkFree {
    margin-top: 10px;
    background: #c7c7c7;
    color: rgba(0, 0, 0, 0.85) !important;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5) !important;
    text-decoration: none;
    padding: 4px 8px;
    font-weight: 600;
    display: block;
    float: left;
    font-size: 12px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -moz-box-shadow: inset 0 0 0 3px #fff;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

a.downloadLinkFree:hover {
    color: #FFF !important;
    background-color: #000;
    text-decoration: none !important;
    -moz-box-shadow: inset 0 0 0 0 #CCC;
    -webkit-box-shadow: inset 0 0 0 0 #CCC;
    box-shadow: inset 0 0 0 0 #CCC;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    text-shadow: none !important;
}

/* Search Button */

.searchButton {
    float: right;
}

.searchMe {
    outline: medium none !important;
    line-height: 60px;
    z-index: 100000;
    position: relative;
    margin-right: 10px;
}

.searchTop {
    position: absolute;
    z-index: 99999;
    right: 0px;
    width: 0px !important;
    overflow: hidden !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    top: 0;
}

.searchTop2 {
    width: 100% !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.seachInputForm {
    width: 90% !important;
    vertical-align: top;
    height: 60px !important;
}

.theSearch {
    text-align: left;
    overflow: hidden !important;
    background: #50336D;
}

.theSearch input[type="text"] {
    margin: 0px;
    border-radius: 0px;
    border: none;
    font-size: 30px;
    padding: 8px;
    color: rgba(255, 255, 255, 0.7);
    background: #50336D;
    outline: none;
}

.theSearch input[type="text"]:focus {
    color: #fff;
}

.theSearch button[type="submit"], #theSearch button[type="submit"]:focus {
    margin: 12px 0px 0px 10px;
    padding: 0px;
    background: transparent;
    border: none;
    text-decoration: none;
    color: #ffffff;
    outline: none;
    box-shadow: none;
    vertical-align: top;
    font-size: 18px;
}

.fa-times {
    color: black;
}

/* Pagination */
.pagination {
    margin-bottom: 20px;

}

.pagination a {
    display: inline-block;
    background: #f8f8f8;
    color: #3b3b3b;
    border: 1px solid #ececec;
    text-decoration: none;
    padding: 8px 6px;
    margin-right: 5px;
}

.pagination span {
    margin-right: 5px;
}

.pagination span.current {
    display: inline-block;
    background: #b99fc9;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #b99fc9;
    text-decoration: none;
    padding: 8px 4px;
}

div#content > a.page-numbers {
    display: inline-block;
    background: #f8f8f8;
    color: #3b3b3b;
    border: 1px solid #ececec;
    text-decoration: none;
    padding: 8px 6px;
    margin-right: 0px;
    margin-bottom: 20px;
}

div#content > span.current {
    display: inline-block;
    background: #b99fc9;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #b99fc9;
    text-decoration: none;
    padding: 8px 4px;
}

/* Site seal */
footer {
    overflow: hidden;
}

footer .site-info {
    display: inline-block;
    float: left;
}

footer .site-links {
    display: inline-block;
    float: right;
}

footer .sslSeal {
    display: inline-block;
    float: right;
    overflow: hidden;
}

/* Pool Login Details // Invites */

.djcPool {
    overflow: hidden;
    font-size: 15px;
}

.djcPool .loginDetails {
    display: table;
    background: white;
    min-height: 20px;
    width: 100%;
    padding: 5px;
    float: left;
    background: #84bd71;
    margin-bottom: 20px;
}

.djcPool .loginDetails .border {
    border: 1px dashed white;
    padding: 5px;
    background: #91ca7d;
    text-align: center;
}

.djcPool .loginDetails .border .pool {

    padding: 10px;
    font-weight: bold;
    color: #2b5d1a;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.45);
}

.djcPool .loginDetails .ftpInfo {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin-top: -3px;
}

.djcPool .loginDetails .ftpInfo th {
    text-align: center;
}

.djcPool .loginDetails .ftpInfo td {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
}

.djcPool .loginDetails .ftpInfo td:nth-child(odd) {
    font-weight: bold;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
    color: white;
}

.djcPool .loginDetails .ftpInfo td:nth-child(even) {
    text-shadow: 1px 1px rgba(255, 255, 255, 0.45);
    color: black;
}

.ftpExpire {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
    background-color: #fff;
}

.ftpExpire tr:first-child {

}

.ftpExpire td.root {
    border: 1px solid #ccc;
    padding: 10px;
    font-weight: bold;
    color: #000;
}

.djcPool .inviteCode {
    display: inline-block;
    background: white;
    min-height: 20px;
    width: 100%;
    padding: 5px;
    float: left;
}

.djcPool .inviteCode .border2 {
    border: 1px dashed #dadada;
    padding: 5px;
    background: #f7f7f7;
}

.inviteCode .inviteTable {
    border-collapse: collapse;
    width: 100%;
}

.inviteCode .inviteTable td {
    border: 1px solid #e8e8e8;
    padding: 10px;
}

.inviteCode .inviteTable td.inactive {
    text-decoration: line-through;
    color: darkred;
}

.inviteCode .inviteTable th {
    font-weight: bold;
    padding: 10px;
}

.ftpHowto h1, .inviteHowto h1 {
    padding-bottom: 10px;
    font-size: 1em;
    text-align: center;
}

.ftpHowto img {
    border: none;
    margin: 5px 0 0 0;
}

ol.howtoFtp, ol.howtoInvite {
    list-style-type: decimal;
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/

    margin: 0;
    margin-left: 2.5em;
    padding: 0px;
    counter-reset: li-counter;
}

ol.howtoFtpVis, ol.howtoInviteVis {
    display: inline-block;
}

ol.howtoFtp > li, ol.howtoInvite > li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 0.5em;
    min-height: 1.2em;
    border-left: 2px solid #CCCCCC;
    line-height: 1.4em;
}

ol.howtoFtp > li:before, ol.howtoInvite > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;

    font-size: 1.2em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #464646;

    content: counter(li-counter);
    counter-increment: li-counter;
}

/*payments*/

.payments {
    margin-top: 20px;
}

.payments h2 {
    font-size: 18px;
    text-align: center;
    line-height: 22px;
}

.payments hr {
    margin-top: 5px;
    margin-bottom: 10px;
}

.payments table {
    width: 100%;
    table-layout: fixed;
}

.payments table td:first-child {
    text-align: right;
}

.premium-descr {
    text-align: center;
    margin-bottom: 20px;
}

.premium-descr h2 {
    font-size: 30px;
    line-height: 40px;
    color: #50336d;
}

.premium-descr hr {
    background-color: #50336d;
    width: 60%;
    margin: 5px auto 10px;

}

.premium-descr ul {
    list-style-type: initial;
    display: inline-block;
    text-align: left;
}

.premium-descr ul li {
    font-size: 16px !important;
    line-height: 20px;
}

.premium-descr2 {
    text-align: center;
    margin-bottom: 20px;
}

.premium-descr2 h2 {
    font-size: 25px;
    line-height: 35px;
    color: #50336d;
}

.premium-descr2 hr {
    background-color: #50336d;
    width: 60%;
    margin: 5px auto 10px;

}

.premium-descr2 ul {
    list-style-type: none;
}

.premium-descr2 ul li {
    font-size: 16px !important;
    line-height: 20px;
}

.premium-descr2 .entry-content p {
    display: inline-block !important;
    background: transparent;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}

.premium-descr2 .contact-vip {
    padding: 10px;
    margin-top: 20px;
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 2px 2px #d0d0d0;
}

.features li:before {
    font-family: "FontAwesome";
    content: "\f005";
    margin-right: 5px;
    color: #debe65;
    text-shadow: 1px 1px #fff;
}

.featuresH {
    background: #50336d;
    color: #fff !important;
}

.premium-link:before {
    content: "";
    display: inline-block;
    float: left;
    width: 65px;
    height: 75px;
    background: transparent url(../img/vip.png) no-repeat center left;
    margin-right: 15px;
}

/*new premium advertise*/
.featureDiv {
    display: inline-block;
    width: 48%;
    float: left;
    padding: 10px;
    margin: 10px 0;
}

.featureSep {
    width: 4%;
    float: left;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 50px !important;
    padding-top: 100px;
}

.featureDiv h3 {
    margin-bottom: 10px;
}

.featureDiv ul {
    display: block;
    text-align: left;
}

.featureDiv ul li {
    font-size: 15px !important;
}

.featureDiv .details {
    font-size: 12px;
}

.order {
    overflow: hidden;
    background-color: #fefefe;
    padding-bottom: 20px;
}

.the-facebook a {
    color: #000 !important;
}

.the-facebook a:before {
    content: '\f09a';
    color: #3B5998 !important;
    font-family: 'FontAwesome';
}

.the-vault a {
    color: #b99fc9 !important;
}

.the-club {
    text-transform: capitalize;
}

.seed {
    background: url(../img/seed.png) no-repeat left top;
    height: 66px;
    margin-bottom: 20px;
}

.account-progress {
    margin-bottom: 20px;
}

.vaults {
    background: url(../img/vault.png) no-repeat left top;
    height: 68px;
    margin-bottom: 20px;
}

/*new download links*/

.newStyle li {
    margin: 0 0 .3em 0;
}

.newStyle a.downloads {
    text-decoration: none;
    font-size: 1.1em;
    color: #504764 !important;
}

.newStyle a.downloads:hover {
    color: #50336d !important;
}

.newStyle a.downloads:before {
    content: '\f019';
    font-family: 'FontAwesome';
    margin: 0 .3em 0 .1em;
    color: #dc2c2c;
}

.newStyle a.torrent:before {
    content: '\f076';
}

.notlogged {
    border: 1px solid #ecd9c2;
    background: #fbeddd;
    margin-bottom: 1em;
    padding: 1em;
    position: relative;
    line-height: 1.5em;
}

.notlogged .hide_msg {
    position: absolute;
    right: 1em;
    top: 1em;
}

/**
 * Footer menu
 */

footer .menu-footer li {
    display: inline-block;
}

footer .menu-footer li:before {
    content: '-';
    margin: 0 .5em
}

footer .menu-footer li:first-of-type:before {
    content: '';
    margin-right: 0em
}

/* FACEBOOK LINK */
div.facebook {
    width: auto !important;
}

/* ANNOUNCEMENTS */

.announcements {
    border: 1px solid #e7ceae;
    background: #fbeedd;
    margin-bottom: 1em;
    padding: 1em;
    position: relative;
    line-height: 1.5em;
}

/* Personal use message */
.personaluse {
    border: 1px solid #f7d3d3;
    background: #fbdddd;
    margin-bottom: 1em;
    position: relative;
    line-height: 1.5em;
    padding: 1em;
}

.personaluse .hide_msg {
    position: absolute;
    right: 1em;
    top: 1em;
}

/* Vault */
ul.vault-menu {
    text-align: center;
    display: table;
    width: 100%;
    font-size: 1.1em;
}

ul.vault-menu li {
    display: table-cell;
    border-right: 1px solid #dedede;
    border-bottom: 15px solid #dedede;
}

ul.vault-menu li:nth-last-child(1) {
    border-right: none;
}

ul.vault-menu li a {
    outline: 0;
    padding: 1em;
    display: block;
    text-decoration: none;
}

ul.vault-menu li:hover {
    border-bottom: 15px solid #50336d;
}

div.pool-title {
    text-align: center;
    font-size: 1.3em;
}

div.pool-content {
    margin-top: 1.5em;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    padding: 0.8em;
    overflow: hidden;
}

.clicked {
    border-bottom: 15px solid #b99fc9 !important;
}

table.my-table {
    width: 100%;
    border: none;
}

table.my-table td, table.my-table th {
    border: none;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 1.5em;
}


table.payment-plans td:nth-child(3),
table.payment-plans th:nth-child(3) {
    background: rgba(50, 205, 50, 0.1);
}

table.my-table td:first-of-type, table.my-table th:first-of-type {
    text-align: left;
}

table.regular-align td,
table.regular-align th {
    text-align: left;
}

table td.bold {
    font-weight: bold;
}

form.payment-form {
    margin-top: .5em;
}

table.colored-table {
    background: rgba(80, 51, 109, 0.1);
}

table.my-table input[type="text"] {
    padding: 0.7em;
    font-size: 1em;
    font-weight: bold;
}

.bitcoin-offer {
    font-weight: bold;
    color: darkgreen;
}

.btn {
    cursor: pointer;
    padding: .5em 1.5em;
    border-radius: 3px;
    font-weight: 700;
    box-shadow: 0px 1px rgba(255, 255, 255, .6) inset;
    display: block;
    margin: 1em 0;
    opacity: .9;
    text-shadow: 1px 1px rgba(255, 255, 255, .7);
    width: 100%;
    font-size: 1.3rem;
    outline: none !important;
}

.btn:hover {
    box-shadow: 0px 1px rgba(255, 255, 255, .9) inset;
    opacity: 1;
}

.btn-paypal, .btn-paypal:focus, .btn-paypal:active {
    background: #ffc439;
    border: 1px solid #ec9f10;
}

.btn-paypal:hover {
    background: #ffc439;
    border: 1px solid #ec9f10;
}

.btn-card, .btn-card:focus, .btn-card:active {
    background: #19a3e7;
    color: white;
    border: 1px solid #1280b8;
    text-shadow: 1px 1px rgba(0, 0, 0, .7);
}

.btn-card:hover {
    background: #19a3e7;
    color: #ffffff !important;
}

.pay {
    color: #003087;
}

.pal {
    color: #009cde;
}

.btn-bitcoin, .btn-bitcoin:focus, .btn-bitcoinpaypal:active {
    background: #eeeeee;
    border: 1px solid #cacaca;
    color: #4d4d4d;
}

.btn-bitcoin:hover {
    background: #eeeeee;
    border: 1px solid #cacaca;
    color: #4d4d4d;
}

.bitcoin-logo {
    color: #f2941c;
}

.bitcoin-text {
    color: #595959;
}

.btn-bitcoin .fa {
    color: #f7931a;
}

.semibold {
    font-weight: bold;
}

.price-tag {
    font-size: 1.5em;
}

.price-old {
    text-decoration: line-through;
    font-size: 1em;
    opacity: 0.5;
}

.line-through {
    text-decoration: line-through;
}

.low-opacity {
    opacity: 0.5;
}

.text-bold {
    font-weight: bold;
}

.login-steps {
    font-size: 1em;
}

ol li.non-numbered:before {
    content: "";
}

ol li.non-numbered {
    border: none;
}

h1.title {
    font-size: 1.3em;
    text-align: center;
    color: purple;
    margin-top: 2.5em;
}

.vault-title a {
    color: #b99fc9 !important;
}

.vault-title:before {
    color: #b99fc9 !important;
    font-family: "FontAwesome";
    content: "\f025";
    margin-right: .2em;
}

.text-warning {
    text-align: center;
    color: darkred;
    font-weight: bold;
}

/* premium page ad */
.benefits {
    width: 100%;
    padding: 6% 0 2%;
    overflow: hidden;
}

.benefits-website-logo {
    background-image: url(../img/website_preview.jpg);
    background-position: center center;
    border: 5px solid #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 0 5%;
    overflow: hidden;
    box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.4);
    background-size: cover;
}

.benefits-pool-logo {
    background-image: url(../img/pool_preview.jpg);
}

.benefits-details {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.4rem !important;
    padding-top: 5px;
}

.details {
    font-size: 1.5rem;
    line-height: 5px !important;
}

@media screen and (min-width: 59.687em) {
    .benefits-website,
    .benefits-pool {
        overflow: hidden;
        display: inline-black;
        position: realtive;
        float: left;
        width: 50%;
        padding-right: 2%;
    }
}

@media screen and (max-width: 59.686em) {
    .benefits-website,
    .benefits-pool {
        overflow: hidden;
        width: 100%;
    }
}

.benefits-website li,
.benefits-pool li {
    font-size: 1.5rem;
    list-style-position: inside;
}

hr.link-separator {
    margin: 1rem 0 !important;
}

ul.benefits-list li {
    line-height: 1.5em;
    font-size: 1.1em !important;
    list-style-type: disc;
}

div.request-verification {
    text-align: center;
}

div.request-verification button {
    font-size: 2em;
    padding: .5em;

    border: 1px solid #1B9C0B;
    -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
    -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    box-shadow: #B7B8B8 0px 1px 0px inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #00A106;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00A106), to(#348F17));
    background-image: -webkit-linear-gradient(top, #00A106, #348F17);
    background-image: -moz-linear-gradient(top, #00A106, #348F17);
    background-image: -ms-linear-gradient(top, #00A106, #348F17);
    background-image: -o-linear-gradient(top, #00A106, #348F17);
    background-image: linear-gradient(to bottom, #00A106, #348F17);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00A106, endColorstr=#348F17);
}

div.request-verification button:hover {
    border: 1px solid #1A851A;
    background-color: #1CA62A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1CA62A), to(#297309));
    background-image: -webkit-linear-gradient(top, #1CA62A, #297309);
    background-image: -moz-linear-gradient(top, #1CA62A, #297309);
    background-image: -ms-linear-gradient(top, #1CA62A, #297309);
    background-image: -o-linear-gradient(top, #1CA62A, #297309);
    background-image: linear-gradient(to bottom, #1CA62A, #297309);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1CA62A, endColorstr=#297309);
}

div.request-verification button:disabled {
    background: gray;
    border-color: darkgray;
    opacity: 0.4;
}

form.verification-form {
    padding: 1em;
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.form-group {
    width: 50%;
    margin: 0 auto 10px;
}

.verification-form input[type="text"],
.verification-form input[type="email"] {
    display: block;
    margin-bottom: 1em;
    width: 100%;
    padding: .5em;
    font-size: 1em;
}

.verification-form label {
    display: block;
    margin-bottom: .5em;
    text-align: left;
    font-weight: bold;
}

.verification-info {
    font-weight: bold;
    line-height: 1.5em;
    font-size: 1.2em;
    background: #e3e1ec;
    padding: .5em;
}

p.request-result {
    margin-top: 1em;
    padding: 1em;
    display: none;
    font-size: 1.2em;
}

p.fail {
    color: red;
}

p.success {
    color: white;
    background: mediumseagreen;
}

/** Text */
.text-center {
    text-align: center;
}

.red {
    color: #d60025;
}

.text-green {
    color: #008000;
}

.text-darkred {
    color: darkred;
}

.big-text {
    font-size: 1.2em;
}

.bigger-text {
    font-size: 1.5em;
}

.biggest-text {
    font-size: 2em;
}

/* Calendar */
#wp-calendar td > a {
    font-weight: bold;
    color: black;
    text-decoration: overline;
}

/* Bigger fonts */

footer.entry-meta,
div.entry-content > span.headingTitle,
div.entry-content > p {
    font-size: 14px;
    line-height: 1.5 !important;
}

#wp-calendar {
    font-size: 14px;
}

#wp-calendar td,
#wp-calendar th {
    text-align: center;
}

#wp-calendar tfoot > tr > td:nth-child(1) {
    text-align: left;
}

#wp-calendar tfoot > tr > td:nth-child(3) {
    text-align: right;
}

#mainMenu {
    font-size: 20px;
}

/* Toggle sidebar cursor */
.widget-title {
    cursor: pointer;
}

/* Contact form styles */

div.contact-form > div > form > div {
    padding: 1em 0;
}

div.contact-form > div > form > div:nth-last-child(2) {
    border-bottom: 0;
}

div.contact-form input[type="text"],
div.contact-form input[type="email"],
div.contact-form textarea {
    font-family: 'Open Sans', sans-serif;
    padding: .5em;
    font-size: 1em !important;
    width: 50%;
}

div.contact-form input[type="submit"] {
    padding: 1em;
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
}

.wpcf7-response-output {
    padding: 1em !important;
}

/* new download links */
hr.footer-separator {
    background: #dedede;
    margin: .5em;
}

a.download-link {
    background: #b99fc9;
    color: white !important;
    text-shadow: none !important;
    text-decoration: none;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    float: left;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-shadow: inset 0 0 0 4px #fff;
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff;
    margin-right: 1em;
    margin-bottom: 1em;
}

a.download-link:hover {
    color: #FFF !important;
    background-color: #000;
    text-decoration: none !important;
    -moz-box-shadow: inset 0 0 0 0 #CCC;
    -webkit-box-shadow: inset 0 0 0 0 #CCC;
    box-shadow: inset 0 0 0 0 #CCC;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: none !important;
}

a.download-link::selection {
    background: #b99fc9 !important;
    color: white !important;
    text-shadow: none;
}

a.download-link::-moz-selection {
    background: #b99fc9 !important;
    color: white !important;
    text-shadow: none;
}

.file-missing-icon {
    margin-right: .5em;
    color: darkred;
}

.download-icon {
    margin-right: .5em;
    color: white;
}

a.download-link:hover .download-icon {
    color: red;
}

a.download-main {
    background: #472f65;
}

a.download-ftp {
    background: #313131;
}

.release-footer {
}

.premium-link {
    line-height: 1.3em;
}

.links-content {
    overflow: hidden;
}

.premium-link-span {
    line-height: 20px;
    padding-top: 8px;
    display: block;
}

@media screen and (min-width: 1280px) {
    #mainMenuContainer,
    #pageNew {
        width: 1200px;
    }

    #mainWindow #primary {
        width: 840px;
    }

    #mainWindow #secondary {
        width: 300px;
    }

    footer[role="contentinfo"] {
        max-width: none;
        width: 1160px;
    }
}

/*
Progress bar
 */
.progress-bar-wrapper .status-bar {
    height: 8px;
    background: #f0f0f0;
    position: relative;
    top: 30px;
    margin: 0 auto;
}

.progress-bar-wrapper .current-status {
    height: 8px;
    width: 0;
    border-radius: 50px;
    background: #50336d;
}

ul.progress-bar {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

ul.progress-bar li.section {
    display: inline-block;
    padding-top: 60px;
    font-size: 16px;
    line-height: 16px;
    color: gray;
    vertical-align: top;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.progress-bar li.section:before {
    font-size: 20px;
    font-weight: bold;

    content: 'X';
    position: absolute;
    top: 2px;
    left: calc(50% - 20px);
    z-index: 1;
    width: 40px;
    height: 40px;
    color: white;
    border: 4px solid #fff;
    border-radius: 50%;
    line-height: 42px;
    background: lightgray;
}

ul.progress-bar li.section.visited:before {
    content: '\2714';
    background: #50336d;
}

ul.progress-bar li.current {
    color: black;
    font-weight: bold;
}

ul.progress-bar li.current:before {
    box-shadow: 0 0 0 4px #fd68b9 inset;
    background: #fff;
    color: #fd68b9;
    content: '!';
}

/**
Fix reCaptcha V3 Badge displayed on every page by ContactForm7
*/
body:not(.page-id-17) .grecaptcha-badge {
    display: none;
}

/**
New release layout '19
 */
.entry-content table.release-tracklist,
.entry-content table.release-details {
    /*background: rgba(255, 255, 255, .5);*/
    table-layout: unset;
    font-size: 1.1rem;
    color: #000000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.entry-content table.release-tracklist td,
.entry-content table.release-tracklist th,
.entry-content table.release-details td,
.entry-content table.release-details th {
    border: 1px solid #e2e0e0;
}

.entry-content table.release-details td,
.entry-content table.release-tracklist td,
.entry-content table.release-tracklist th {
    padding: .1rem .5rem;
    vertical-align: bottom;
}

.entry-content table.release-tracklist,
.entry-content table.release-details,
.entry-content table.release-details td:nth-child(1),
.entry-content table.release-details th:nth-child(1),
.entry-content table.release-tracklist td:nth-child(1),
.entry-content table.release-tracklist th:nth-child(1) {
    border-left: 0 solid !important;
}

.entry-content table.release-tracklist,
.entry-content table.release-details,
.entry-content table.release-details td:nth-last-child(1),
.entry-content table.release-details th:nth-last-child(1),
.entry-content table.release-tracklist td:nth-last-child(1),
.entry-content table.release-tracklist th:nth-last-child(1) {
    border-right: 0 solid !important;
}

.entry-content table.release-tracklist,
.entry-content table.release-details,
.entry-content table.release-details tr:nth-last-child(1) td,
.entry-content table.release-details tr:nth-last-child(1) th,
.entry-content table.release-tracklist tr:nth-last-child(1) td,
.entry-content table.release-tracklist tr:nth-last-child(1) th {
    border-bottom: 0 solid !important;
}

.entry-content table.release-tracklist,
.entry-content table.release-details,
.entry-content table.release-details tr:nth-child(1) td,
.entry-content table.release-details tr:nth-child(1) th,
.entry-content table.release-tracklist tr:nth-child(1) td,
.entry-content table.release-tracklist tr:nth-child(1) th {
    border-top: 0 solid !important;
}

.entry-content table.release-tracklist th {
    background: rgba(0, 0, 0, .1);
    color: #000;
    text-shadow: none;
    font-size: .9rem;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.entry-content table.release-tracklist th:before {
    font-family: FontAwesome, serif;
    content: '\f0dc';
    margin-right: .8rem;
}

.entry-content table.release-tracklist tr:nth-child(even) {
    background: rgba(255, 255, 255, .5);
}

.entry-content table.release-tracklist tr:hover {
    background: rgba(255, 255, 255, .7);
}

.entry-content table.release-tracklist tr:nth-child(1):hover {
    background: rgba(0, 0, 0, 0);
}

.entry-content table.release-tracklist th:not(:first-child),
.entry-content table.release-tracklist td:not(:first-child) {
    text-align: right;
}

.entry-content p:empty {
    height: 0;
    margin: 0;
    padding: 0;
}

.entry-content table.release-details td {
    text-align: right;
}

.entry-content table.release-details td:nth-child(1) {
    width: 100%;
}

.entry-content table.release-details td:nth-child(2) {
    font-weight: bold;
}

hr.divider {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    background-color: rgba(185, 159, 201, .5)
}

.index-waring {
    border: 1px solid #f7d3d3;
    background: #fbdddd;
    padding: 1rem;
    margin-bottom: 1.5rem !important;
    font-size: 1.1rem;
}

.index-waring i {
    color: #50336d;
}

.index-news {
    background: #ffd2dd;
    color: #c11b57;
    padding: 1rem;
    margin-bottom: 1.5rem !important;
    line-height: 1.5rem;
}

.index-news hr {
    margin: 0.5rem 0;
    background: #be2a78;
    opacity: 0.3;
}

.index-promotion {
    background: #e22455;
    color: #fff;
    padding: 1.3rem;
    margin-bottom: 1.5rem !important;
    position: relative;
    border-left: 10px solid #2e164a;
}

.index-promotion .promotion-logo {
    max-height: 50px;
    position: absolute;
    right: -5px;
    top: 10px;
}

.index-promotion .promotion-title {
    font-weight: bold;
    font-size: 1.1rem;
}

.index-promotion .promotion-desc {
    color: #230f3b;
    font-size: 1.1rem;
}

.index-promotion .promotion-code {
    background: #230f3b;
    padding: .2rem .3rem;
    border-radius: 5px;
    color: #fff;
    font-size: 1.3rem;
}

.index-promotion a {
    color: #fff;
    font-weight: bold;
    opacity: 0.9;
}

.payment-method td {
    border-bottom: none !important;
    padding: 0.5rem 1.5rem !important;
}

.price-header td {
    padding: 1.5rem !important;
}

.payment-method button {
    margin: 0;
}

/* Join buttons */
.download-button-header-2 {
    padding-bottom: 1rem;
    font-size: 1.6rem;
    text-align: center;
}

.download-button-content-2 {
    padding: 10px;
    border: 1px solid #f2f2f2;
}

.download-button-content-2 a,
.download-button-content-2 a:hover {
    text-decoration: none !important;
    border: none !important;
}

.download-button-content-2 .css-fbl {
    margin: 0 !important;
}

@media screen and (max-width: 620px) {
    .announcement {
        margin-bottom: 0 !important;
    }

    .button-div-sidebar {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .button-div {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0 !important;
        padding: 0 !important;
        text-align: center;
        font-family: Tahoma, serif;
        text-transform: uppercase;
    }

    .button-div .signup-button {
        margin-right: 0;
    }

    .button-div .login-button {
        margin-left: 0;
    }

    .download-button-content-2 {
        border: none !important;
    }
}

.button-div-sidebar {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    padding: 0 0;
    margin-bottom: 1.2rem;
}

.button-div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    padding: 0 0 1rem 0;
    text-align: center;
    font-family: Tahoma, serif;
    text-transform: uppercase;
}

.reveal-modal .button-div {
    padding: 1rem;
    border: 1px solid lightgrey;
}

.reveal-modal .signup-button {
    background: white;
    border: 1px solid lightslategray;
}

.signup-button {
    padding: 0 !important;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: none;
    background-color: #e9ecf0;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    color: #000 !important;
    margin-left: .5rem;
    margin-right: 1rem;
    text-decoration: none;
    text-transform: none;
}

.button-div-sidebar .signup-button {
    margin-right: 0;
}

.login-button {
    padding: 0 !important;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: none;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    background-color: #77539c;
    cursor: pointer;
    margin-right: .5rem;
    margin-left: 1rem;
    text-decoration: none;
    text-transform: none;
}

.sidebar-separator {
    margin: 0 !important;
    margin-bottom: 1rem !important;
    margin-top: -1rem !important;
    background-color: mediumpurple;
    opacity: 0.2;
}

.pass-reset {
    margin-top: 1rem;
    background-color: #50336d !important;
    color: white !important;
    padding: .8rem !important;
    font-size: 1rem !important;
    border: 1px solid #361c51;
    line-height: 1rem !important;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    opacity: 0.9;
}

.pass-reset:hover {
    background-color: #50336d !important;
    background-image: none !important;
    color: white;
    text-decoration: none;
    opacity: 1;
}

.announcement form {
    float: right !important;
    display: inline-block !important;
    width: auto;
}

.button-div-sidebar .login-button {
    margin-left: 0;
}

.login-button:hover {
    background-color: #50336d;
    color: white;
}

.signup-button:hover {
    background-color: #e9ecf0d1;
}

.user-details-container div {
    padding: 1rem;
    border: 1px solid lightgrey;
    border-bottom: none;
}

.user-details-container div i {
    padding-right: 1rem;
}

.user-details-container div:last-child {
    border-bottom: 1px solid lightgrey !important;
}

.vip-status {
    margin-bottom: 2rem;
    text-align: center;
    padding: 2rem;
    background: darkorange;
    border-radius: .5rem;
    color: white;
}

.expired-status {
    background: red;
}

.free-status {
    background: seagreen;
}

.expired-status a, .free-status a {
    color: white;
    border-bottom: 1px solid white;
}

.vip-status-header {
    text-shadow: 1px 1px 1px rgb(0, 0, 0, .5);
    padding: .5rem;
    font-size: 2.5rem;
}

.vip-status-expiration {
    font-size: 1.3rem;
    text-transform: uppercase;
}

.logout-link-btn {
    color: darkred;
    margin-left: 1rem;
    display: inline-block;
    float: right;
}

.logout-link-btn:hover {
    color: darkred;
}

.login-form-container {
    max-width: 500px;
    margin: 2rem auto 0;
}

.button:hover {
    color: whitesmoke;
    background-color: #3f2559;
}

.button {
    background-color: #50336d;
    color: white;
    padding: .5rem 1rem;
    border-radius: 5px;
    border: 1px solid #6a468f;
    text-decoration: none;
}

.contact-form-layout p {
    padding: 0;
    margin: 0 0 1rem 0;
}

.menu-link-signup a, .menu-link-login a {
    color: #77539c !important;
}