/** BUTTON **/
.nxp-btn-container.left {
    text-align: left;
}

.nxp-btn-container.center {
    text-align: center;
}

.nxp-btn-container.right {
    text-align: right;
}

.nxp-btn {
    font-family: 'Novecentosanswide-Normal', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 600 !important;
    display: inline-block;
    min-width: 118px;
    font-size: 14px;
    padding: 6px 12px;
    transition: 0.5s;
}

.nxp-btn:hover {
    transition: 0.5s;
}

.nxp-btn.light {
    color: #fff;
    border: 2px solid #fff;
}

.nxp-btn.light:hover {
    color: #000;
    border-color: #fff;
    background-color: #fff;
}

.nxp-btn.dark {
    color: #000;
    border: 2px solid #000;
}

.nxp-btn.dark:hover {
    color: #fff;
    background-color: #000;
}

/** FEATURE BOX **/
.nxp-featured-box-item {
    position: relative;
    padding: 30px 35px 32px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.nxp-featured-box-item.small {
    height: 250px;
}

.nxp-featured-box-item.medium {
    height: 300px;
}

.nxp-featured-box-item h2 {
    margin: 0 0 20px;
}

.nxp-featured-box-item.small span {
    font-size: 30px;
    line-height: 34px;
}

.nxp-featured-box-item.medium span {
    font-size: 50px;
    line-height: 50px;
}

.nxp-featured-box-item.large span {
    font-size: 70px;
    line-height: 70px;
}

.nxp-featured-box-item span {
    display: block;
    color: #fff;
}

.nxp-featured-box-item .light-title {
    font-family: 'Novecentosanswide-Light', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.nxp-featured-box-item .bold-title {
    font-family: 'Novecentosanswide-Bold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.nxp-featured-box-item hr {
    text-align: left;
    border: 2px solid #b63435;
    width: 150px;
}

.nxp-featured-box-item.small hr {
    margin: 0 0 50px;
}

.nxp-featured-box-item.medium hr {
    margin: 0 0 65px;
}

.nxp-featured-box-item .nxp-btn {
    position: absolute;
    bottom: 32px;
}

/** FEATURE TEAM MEMBER **/
.nxp-team-member-container {
    background-color: #f7f7f7;
    margin-bottom: 50px;
}

.nxp-team-member-container .team-desc {
    text-align: left;
    padding: 30px 30px 30px 30px;
}

.nxp-team-member-container .team-author-name {
    font-family: 'Novecentosanswide-Bold', Arial, Helvetica, sans-serif;
}

/** BIG FEATURE BOX
********************************************************************************************************************/
.nxp-big-featured-box-item {
    position: relative;
    border-radius: 10px;
}

.nxp-big-featured-box-item-inner {
    padding: 3%;
    text-align: center;
}

.nxp-big-featured-box-item-inner span.text {
    display: block;
    margin-bottom: 10px;
}

.nxp-big-featured-box-item .text.line-one {
    font-size: 22px;
    line-height: 17px;
    color: #ffffff;
}

.nxp-big-featured-box-item .text.line-two {
    font-size: 37px;
    line-height: 29px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.nxp-big-featured-box-item .nxp-btn {
    width: 250px;
    max-width: 280px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal !important;
    padding: 8px 12px;
    transition: 0.5s;
    color: #2b2d32;
    border-radius: 5px;
    border: 1px solid #ffd800;
    background-color: #ffd800;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.nxp-big-featured-box-item .nxp-btn .price {
    font-family: 'Novecentosanswide-Bold', Arial, Helvetica, sans-serif;
    color: #c6262e;
    font-size: 24px;
}

.nxp-big-featured-box-item .nxp-btn .per-month {
    /* font-family: 'Novecentosanswide-Bold', Arial, Helvetica, sans-serif; */
    font-size: 12px;
}

.nxp-big-featured-box-item .nxp-btn.transparent {
    color: #ffffff;
    background-color: transparent;
}

.nxp-big-featured-box-item .nxp-btn.button-two {
    margin-left: 32px;
}

/** SUBSCRIPTION TABLE
********************************************************************************************************************/
.nxp-subscription-table-container {
    margin: 50px auto;
    border-radius: 10px;
    background-color: #fff;
}

.nxp-subscription-table-container .uvc-heading {
    text-align: center
}

.nxp-subscription-table-container h2 {
    padding: 40px 0 0;
    margin-bottom: 20px;
}

.nxp-subscription-table-container .uvc-heading-spacer {
    margin-bottom: 25px;
    height: 3px;
}

.nxp-subscription-table-container .uvc-headings-line {
    width: 200px;
    display: block;
    margin: 25px auto;
    border: 1.5px solid #b63435;
}

.nxp-subscription-table-container .nxp-subscription-table {
    padding: 10px 0;
    margin: 0 45px;
}

.nxp-subscription-table-container .nxp-subscription-table table {
    width: 100%;
    border-bottom-width: 0;
}

.nxp-subscription-table-container .nxp-subscription-table table tr {
    position: relative;
    z-index: 2;
}

.nxp-subscription-table-container .nxp-subscription-table table tr:first-child th {
    padding-bottom: 20px;
    border: 0;
}

.nxp-subscription-table-container .nxp-subscription-table table tr:first-child th:last-child {
    padding: 10px 0 20px;
}

.nxp-subscription-table-container .nxp-subscription-table table tr td.active {
    background-color: #f2f2f2;
}

.nxp-subscription-table-container .nxp-subscription-table table tr th a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    padding: 16px 36px;
    border-radius: 10px;
    color: #fff;
    background-color: #ffadaf;
    box-shadow: 0 6px 8px -2px grey;
}

.nxp-subscription-table-container .nxp-subscription-table table tr th.active a {
    background-color: #f72c2f;
    box-shadow: 0 6px 2px -2px grey;
}

.nxp-subscription-table-container .nxp-subscription-table table tr td,
.nxp-subscription-table-container .nxp-subscription-table table tr th {
    width: 25%;
    text-align: center;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.nxp-subscription-table-container .nxp-subscription-table table tr td:first-child,
.nxp-subscription-table-container .nxp-subscription-table table tr th:first-child {
    width: 50%;
    text-align: left;
}

.nxp-subscription-table-container .nxp-subscription-table table tr td i {
    font-size: 20px;
}

.nxp-subscription-table-container .nxp-subscription-table table tr td i.fa-check {
    color: #018100;
}

.nxp-subscription-table-container .nxp-subscription-table table tr td i.fa-times {
    color: #797979;
}

.nxp-subscription-table-container .nxp-subscription-table table tr:last-child td {
    background-color: transparent;
    padding-right: 0;
}

.nxp-subscription-table-container .nxp-subscription-table .added_to_cart {
    font-family: 'Novecentosanswide-Bold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 600 !important;
    display: inline-block;
    min-width: 118px;
    font-size: 14px;
    padding: 6px 12px;
    transition: 0.5s;
}

.nxp-subscription-table-container .nxp-subscription-table .nxp-btn,
.nxp-subscription-table-container .nxp-subscription-table .added_to_cart {
    width: 45%;
    float: right;
    margin: 12px 0 0;
    color: #018100;
    border: 2px solid #018100;
}

.nxp-subscription-table-container .nxp-subscription-table .nxp-btn:hover,
.nxp-subscription-table-container .nxp-subscription-table .added_to_cart:hover {
    color: #fff;
    background-color: #018100;
}