@font-face {
    font-family: 'AvantGarde-Medium';
    src: url('../fonts/AvantGarde-Medium.otf'); /* IE9 Compat Modes */
url('../fonts/AvantGarde-Medium.otf')  format('truetype');
}

@font-face {
    font-family: 'AvantGarde-Demi';
    src: url('../fonts/AvantGarde-Demi.otf'); /* IE9 Compat Modes */
url('../fonts/AvantGarde-Demi.otf')  format('truetype');
}

/*GENERAL*/
body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #5c5c5c;
}

h1, h2, h3, h4,
.footer ul li a,
#site-header a {
    font-family: 'AvantGarde-Medium';
}

#site-header ul li.menu-button a,
.sidebar .btn-bigtext,
.btn-more,
.btn {
    font-family: 'AvantGarde-Demi';
}

a {
    text-decoration: none;
    outline: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a {
    color: #0f906d;
}

img {
    max-width: 100%;
    height: auto;
    border: 0px;
}

ul.menu, ul.menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.btn {
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0px;
    outline: none;
    line-height: 37px;
    padding: 0px 20px;
    -webkit-transition: opacity .28s ease;
    transition: opacity .28s ease;
}

.btn.btn-primary {
    color: #004532;
    background-color: #ffff00;
}

.btn.btn-default {
    color: #fff;
    background-color: #0f906d;
}

.btn:hover {
    opacity: 0.9;
}

.btn-more {
    font-size: 12px;
    color: #878787 !important;
    text-transform: uppercase;
    display: inline-block;
    background-color: #e1e1e1;
    border-radius: 4px;
    padding: 0px 30px 0px 15px;
    line-height: 28px;
    position: relative;
    -webkit-transition: opacity .28s ease;
    transition: opacity .28s ease;
}

.btn-more:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
    border-left: 9px solid #a3a3a3;
    position: absolute;
    right: 12px;
    top: 8px;
}

.btn-more:hover {
    opacity: 0.9;
}

/*END GENERAL*/
/*HEADER*/
#site-header {
    background-color: #0f906d;
    color: #fff;
    position: relative;
    z-index: 600;
}

#site-header .site-logo {
    display: inline-block;
    margin: 21px 0px 0px;
}

#site-header ul.menu > li {
    float: left;
    padding: 34px 30px 34px 0px;
    position: relative;
}

#site-header ul.menu > li > a {
    font-size: 17px;
    color: #eeeeee;
    text-transform: uppercase;
    display: inline-block;
    line-height: 41px;
    -webkit-transition: all .28s ease;
    transition: all .28s ease;
}

#site-header ul.menu > li > a:hover {
    color: #ffff00;
}

#site-header ul.menu > li.menu-button {
    padding-right: 15px;
}

#site-header ul.menu > li.menu-button a {
    color: #ffffff;
    border: 2px solid #ffff00;
    padding: 0px 20px;
    border-radius: 5px;
    line-height: 37px;
    text-align: center;
    min-width: 130px;
}

#site-header ul.menu > li.menu-button a:hover {
    color: #ffff00;
}

#site-header ul.menu > li.menu-button.menu-button-primary a {
    background-color: #ffff00;
    color: #004532;
    border-color: #0f906d;
    min-width: 90px;
}

#site-header ul.menu > li:last-child {
    padding-right: 0px;
}

#site-header ul.menu > li:hover ul.sub-menu {
    opacity: 1;
    top: 100%;
}

#site-header ul.sub-menu {
    position: absolute;
    background-color: #0f906d;
    min-width: 210px;
    left: -15px;
    opacity: 0;
    top: -400px;
    -webkit-transition: opacity .28s ease;
    transition: opacity .28s ease;
}

#site-header ul.sub-menu a {
    display: block;
    padding: 10px 15px;
    color: #eeeeee;
}

#site-header ul.sub-menu a:hover {
    background-color: #ffff00;
    color: #004532;
}

#site-header button {
    background-image: url(../images/hamburger.png);
    background-repeat: no-repeat;
    background-position: 0px -29px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
    text-indent: -9999px;
    width: 38px;
    height: 30px;
    outline: none;
    float: right;
}

#site-header button.collapsed {
    background-position: 0px 0px;
}

/*END HEADER*/
/*WELCOME*/
#welcome {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

#welcome ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#welcome ul li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: none;
    padding: 125px 0px 80px;
    height: 530px;
}

#welcome ul li h2 {
    font-size: 67px;
    line-height: 60px;
    color: #ffff00;
    margin: 0px 0px 40px;
    text-transform: uppercase;
}

#welcome ul li p {
    font-size: 17px;
    line-height: 28px;
    color: #e6e6e6;
    font-family: Georgia, 'Open Sans', sans-serif;
    margin: 0px 0px 20px;

}

#welcome ul li p:last-child {
    margin-bottom: 0px;
}

#welcome ul li .btn {
    margin-top: 25px;
}

#welcome ul li:first-child {
    display: block;
}

#welcome .slide-content {
    max-width: 550px;
}

#welcome .flex-control-paging {
    padding: 0px 15px;
    list-style: none;
    position: absolute;
    z-index: 10;
    left: 0px;
    right: 0px;
    bottom: 38px;
    margin: auto;
}

#welcome .flex-control-paging li {
    float: left;
    margin-right: 6px;
}

#welcome .flex-control-paging li a {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-indent: -9999px;
    position: relative;
}

#welcome .flex-control-paging li a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin: -3px 0px 0px -3px;
    opacity: 0;
}

#welcome .flex-control-paging li a:hover:before, #welcome .flex-control-paging li a.flex-active:before {
    opacity: 1;
}

/*END WELCOME*/
/*FOOTER*/
.footer-widgets {
    border-top: 1px solid #f0f0f0;
}

.footer-widgets .col-md-7 {
    border-right: 1px solid #e8e8e8;
}

.footer-widgets .latest-tweets {
    background-image: url(../images/twitter-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 52px;
    margin: 20px 25px 20px 0px;
    min-height: 66px;
}

.footer-widgets .latest-tweets .twitter-heading {
    float: left;
    margin-right: 24px;
}

.footer-widgets .latest-tweets .twitter-heading h3 {
    font-size: 24px;
    margin: 0px 0px 0px;
}

.footer-widgets .latest-tweets .twitter-heading a {
    display: inline-block;
    width: 74px;
    height: 36px;
    background-image: url(../images/twitter-btn.png);
    background-repeat: no-repeat;
    background-position: center;
}

.footer-widgets .latest-tweets {
    font-size: 12px;
    font-family: Arial;
    color: #7c7c7c;
}

.footer-widgets .latest-tweets .tweet-text {
    line-height: 16px;
    margin: 0px;
}

.footer-widgets .latest-tweets .tweet-text a {
    color: #237694;
}

.footer-widgets .latest-tweets .tweet-text strong {
    color: #252525;
}

.footer-widgets .latest-tweets ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-widgets .latest-tweets .tweet-details a {
    font-weight: 700;
}

.footer-widgets .download {
    background-image: url(../images/book-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 62px;
    margin: 20px 0px 20px 25px;
    min-height: 66px;
}

.footer-widgets .download .download-heading {
    float: left;
}

.footer-widgets .download .download-heading p {
    margin: 0px 0px;
    font-size: 18px;
    color: #8f8f8f;
    font-weight: 300;
}

.footer-widgets .download .download-heading h3 {
    font-size: 34px;
    line-height: 32px;
    margin: 0px 0px;
}

.footer-widgets .download .btn-more {
    float: right;
    margin-top: 30px;
}

.footer {
    background-color: #0f906d;
    color: #fff;
    font-size: 12px;
    padding-bottom: 14px;
}

.footer a {
    color: #eeeeee;
}

.footer a:hover {
    color: #f8dd36;
}

.footer p {
    margin: 0px;
}

.footer ul {
    border-bottom: 1px solid #22a581;
    padding: 24px 0px 20px;
    margin-bottom: 14px;
}

.footer ul li {
    display: inline-block;
    margin-right: 20px;
}

.footer ul li a {
    font-size: 17px;
    text-transform: uppercase;
}

/*END FOOTER*/
/*CONTENT*/
#services {
    padding: 10px 0 50px 0px;
}

.service, .home-section {
    font-size: 25px;
    color: #8f8f8f;
    position: relative;
}

.service, .home-section + .home-section {
    padding-bottom: 48px;
}

.service img {
    display: block;
    margin: 0px 0px 25px;
    border-radius: 6px;
}

.service p, .home-section p {
    margin: 0px 0px 20px 8px;
    font-weight: 300;
}

.service p:last-child {
    margin-bottom: 0px;
}

.service strong {
    color: #0f906d;
}

.service h3 {
    font-size: 34px;
    margin: 0px 0px 15px 8px;
}

.service .btn {
    position: absolute;
    bottom: 0px;
    left: 24px;
}

.banner {
    padding: 25px 0px 0px;
}

.banner img {
    width: 100%;
    display: block;
}

.content-container {
    padding-top: 45px;
    padding-bottom: 45px;
}

.content {
    float: left;
    width: 788px;
}

.content h1 {
    font-size: 34px;
    padding: 0px 0px 20px;
    margin: 0px 0px 25px;
    border-bottom: 1px solid #ebebeb;
}

.content article {
    clear: both;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.content article img {
    float: left;
    margin-right: 25px;
}

.content article .entry-excerpt h2 {
    font-size: 24px;
    margin: 0px 0px 10px;
}

ul.page-numbers {
    margin: 0px;
    padding: 15px;
    list-style: none;
    background-color: #ececec;
    overflow: hidden;
}

ul.page-numbers li {
    display: inline-block;
    float: left;
}

ul.page-numbers li a,
ul.page-numbers li span {
    background-color: #0f906d;
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
}

ul.page-numbers li a {
    background-color: #22a581;
}

ul.page-numbers li a:hover {
    background-color: #0f906d;
}

.entry-content ol, .entry-content ul,
.entry-content p {
    margin: 0px 0px 20px;
}

/*END CONTENT*/
/*COMMENT*/
#respond {
    clear: both;
}

#respond label {
    display: block;
    position: relative;
    margin: 0px 0px 14px;
}

#respond label:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 2px;
    background-color: #f83131;
    bottom: -4px;
    left: 0px;
}

#respond input[type=text],
#respond input[type=email],
#respond input[type=url],
#respond textarea {
    border: 1px solid #ddd;
    padding: 4px 10px;
    height: 42px;
    width: 100%;
}

#respond textarea {
    height: 140px;
    padding: 10px;
    resize: vertical;
}

#respond input[type=submit] {
    background-color: #0f906d;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
    line-height: 37px;
    font-size: 17px;
    padding: 0px 20px;
    font-weight: 600;
    border-radius: 4px;
}

h3#comments {
    margin: 0px 0px 20px;
    clear: both;
    padding: 40px 0px 0px;
}

.commentlist, .commentlist ul, .commentlist il {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.commentlist .comment-body {
    margin-bottom: 20px;
}

.commentlist .children {
    margin-left: 20px;
}

.commentlist .comment-author {
    font-size: 14px;
}

.commentlist .comment-author img {
    margin: 0px 6px 6px 0px;
}

.commentlist .says {
    display: none;
}

.commentlist .comment-meta {
    font-size: 12px;
    position: relative;
    margin: 0px 0px 15px;
    padding: 0px 0px 10px;
}

.commentlist .comment-meta:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 2px;
    background-color: #0f906d;
    bottom: 0px;
    left: 0px;
}

.commentlist .comment-reply-link {
    color: #151515;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid transparent;
}

.commentlist .comment-reply-link:hover {
    border-bottom-color: #0f906d;
    color: #0f906d;
}

/*END COMMENT*/
/*SIDEBAR*/
.sidebar {
    float: right;
    width: 307px;
}

.sidebar .btn-bigtext {
    border: 1px solid #d5d5d5;
    background-color: #0f906d;
    font-size: 18px;
    color: #fefefe;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 45px 15px;
    border-radius: 6px;
}

.sidebar .btn-bigtext strong {
    font-size: 44px;
    color: #ffff00;
    display: block;
}

.sidebar .menu li {
    border-bottom: 1px dashed #dbdbdb;
    padding: 14px 0px;
}

.sidebar .menu li a {
    color: #000000;
}

.sidebar .menu li a:hover {
    color: #0f906d;
}

.sidebar .service {
    padding-bottom: 0px;
}

.sidebar .service h3, .sidebar .service p {
    margin-left: 0px;
}

.sidebar .service .btn {
    position: relative;
    left: auto;
    bottom: auto;
}

.sidebar .widget {
    margin: 0px 0px 30px;
}

/*END SIDEBAR*/

.pmpro-levels main.content {
    border: 1px solid rgba(125, 125, 125, .1);
    border-radius: 5px;
}

.pmpro-levels main.content h1 {
    background-color: rgba(125, 125, 125, .1);
    font-size: 14px;
    padding: 5px 10px;
}

#pmpro_levels_table, #pmpro_levels {
    width: 90%;
    margin: 0 auto;
}

#pmpro_levels_table td {
    background-color: rgba(125, 125, 125, .1);
    padding: 0 10px;
}

#pmpro_levels_table tr {
    border-bottom: 20px solid #FFF;
}

#pmpro_levels_table td {
    display: table-cell !important;
}

#pmpro_levels_table td.price {
    font-size: 32px;
    background-color: #0f906d;
    color: #ffff00;
    text-align: center;
}

.pmpro_form table {
    border: 1px solid rgba(125, 125, 125, .1);
    border-radius: 5px;
}

.pmpro_form tr th {
    background-color: rgba(125, 125, 125, .1);
    font-size: 14px;
    padding: 5px 10px;
    color: #0f906d;
}

form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select {
    border-radius: 5px;
}

.pmpro_error {
    margin-bottom: 35px;
}

.panel-heading #pmpro_levels_table tr {
    border-width: 0;
}

@media (min-width: 768px) {
    #welcome .flex-control-paging {
        width: 750px;
    }
}
@media (max-width: 600px) {
    #site-header button {
    margin-top: 0px !important;
}
    #site-header .site-logo {
    max-width: 200px;
}
}
@media (min-width: 992px) {
    #welcome .flex-control-paging {
        width: 970px;
    }

    #site-header button {
        display: none;
    }

    #site-header .collapse {
        display: block !important;
    }

    #pmpro_levels_table td.price {
        width: 30%;
    }
}

@media (min-width: 1200px) {
    #welcome .flex-control-paging {
        width: 1170px;
    }
}

@media (min-width: 1250px) {
    #welcome .flex-control-paging,
    .container {
        width: 1220px;
    }
}

@media (max-width: 1199px) {
    .sidebar {
        width: 30%;
    }

    .content {
        width: 66%;
    }

    .footer-widgets .download .download-heading {
        float: none;
    }

    .footer-widgets .download .btn-more {
        float: none;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    #site-header .pull-right {
        float: none !important;
        clear: both;
    }

    #site-header {
        padding: 15px 0px;
    }

    #site-header .site-logo {
        float: left;
        margin: 0px;
    }

    #site-header button {
        margin-top: 18px;
    }

    #site-header ul.menu {
        padding-top: 20px;
    }

    #site-header ul.menu > li {
        float: none;
        margin: 0px 0px !important;
        padding: 0px 0px !important;
    }

    #site-header ul.menu > li a {
        display: block;
    }

    #site-header ul.sub-menu {
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
    }

    #site-header ul.menu > li.menu-button {
        margin-top: 10px !important;
    }

    #site-header ul.menu > li.menu-button.menu-button-primary a {
        border-color: transparent;
    }

    .footer-widgets .latest-tweets .twitter-heading {
        float: none;
        margin: 0px 0px 10px;
    }

    .content article img {
        float: none;
        margin: 0px 0px 20px;
    }
}

@media (max-width: 767px) {
    #services .col-md-4 {
        margin-bottom: 40px;
        height: auto !important;
    }

    #services .col-md-4:last-child {
        margin-bottom: 0px;
    }

    .footer-widgets .col-md-7 {
        border: 0px;
    }

    .footer-widgets .latest-tweets {
        margin-right: 0px;
    }

    .footer-widgets .download {
        margin-left: 0px;
    }

    .sidebar, .content {
        float: none;
        width: 100%;
    }
}

@media (max-width: 480px) {
    #welcome ul li {
        padding: 100px 0px 80px;
    }

    #welcome ul li h2 {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 28px;
    }

    .footer-widgets .download .btn-more {
        display: block;
        text-align: center;
    }
}

#pmpro_levels_table tr:first-child {

}

.panel-collapse .panel-body table:first-child {
    display: none !important;
}

.panel-collapse input[type="submit"] {
    float: right;
    font-size: 15px;
    background-color: #0f906d;
    color: #ffff00;
    text-align: center;
    margin-right: 11px;
    border: none;
    padding: 10px 15px;
}

/*a.pmpro_btn.pmpro_btn-select
{
	background:url(../images/tick-mark.png) no-repeat top center;
	border: none;
    text-indent: -99999px;
}
a.pmpro_btn.pmpro_btn-select.collapsed {
        background: none;
    text-indent: inherit;
    border: 1px solid #D6D6D6;
}*/

#pmpro_levels_table input[type=checkbox] {
    visibility: hidden;
}

.squaredThree {
    position: relative;
}

.squaredThree label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 24px;
    border-radius: 0px;
    border: 2px solid #0f906d;
    background: #fff;
    right: 10px;
}

.squaredThree label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #0f906d;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredThree label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredThree input[type="checkbox"]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.myClass:after {
    top: 4px;
    left: 4px;
    border: 3px solid #0f906d;
    opacity: 1;
}

#squaredThree:checked + label:after {
    font-weight: bold;
}

a.pmpro_btn.pmpro_btn-select {
    font-size: 15px;
    background-color: #0f906d;
    color: #ffff00;
    text-align: center;
    border: none;
    padding: 10px 15px;
}

#welcome .banner-right {
    text-align: right;
    width: 1200px;
}

.page-template-membership-levels #foot, .pmpro-checkout #foot {
    display: none;
}

.widget_twitterstreamwidget h4.widget-title.hidden {
    display: block !important;
    font-family: 'AvantGarde-Medium';
    font-size: 20px;
    letter-spacing: 1px;
    float: left;
    margin-right: 15px;
    background: url(../images/twitter-iconbg.png) no-repeat left top;
    padding-left: 60px;
    padding-top: 0px;
    padding-bottom: 25px;
    background-size: 50px;
    margin-top: 5px;
}

.twitter-stream a {
    color: #0f906d;
}

a.twitter-date {
    display: block;
}

.footer-widgets #foot section.widget.widget_text {
    padding: 30px 0px;
}

section.widget.widget_twitterstreamwidget {
    float: left;
    padding: 20px 0px;
}

.profile-link {
    border: 1px solid #ccc;
    background: url(../images/follow-bg.png) no-repeat 6% 50%;
    float: left;
    padding: 0px 5px 5px 23px;
    position: absolute;
    left: 77px;
    top: 60px;
    background-size: 15px;
}

.profile-link a {
    color: #4d4d4d;
    font-size: 11px;
    font-weight: bold;
    margin-top: 4px;
    display: block;
}

.onestep-checkout {
    height: 2px;
    position: relative;
    width: 100%;
    max-width: 788px;
    margin: auto;
    background: #ccc;
}

.seprator {
    background: #ccc;
    width: 100%;
    height: 2px;
    max-width: 788px;
}

.line-1 {
    position: absolute;
    top: -22px;
    text-align: center !important;
    left: -61px;
    width: 160px !important;
    font-size: 17px;
}

.line-2 {
    position: absolute;
    top: -22px;
    text-align: center;
    left: 41%;
    width: 160px !important;
    font-size: 17px;
}

.line-3 {
    position: absolute;
    top: -22px;
    text-align: center;
    right: -60px;
    width: 160px !important;
    font-size: 17px;
}

.line-1 span, .line-2 span, .line-3 span {
    border: 1px solid #ccc;
    width: 45px;
    height: 45px;
    display: block;
    background: #fff;
    margin: auto;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
}

.page-id-158 .content h1 {
    border-bottom: none !important;
}


main {
    min-width: 320px;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.main-tab section {
    display: none;
    padding: 60px 0 0;
    border-top: 1px solid #ddd;
}

.main-tab input {
    display: none;
}

.main-tab .pmpro_submit input {
    display: block !important;
}

.main-tab label {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    text-align: center !important;
    color: #bbb;
    border: 1px solid transparent;
}

.main-tab label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

.main-tab label:hover {
    color: #888;
    cursor: pointer;
}

.main-tab input:checked + label {
    color: #0f906d;
    font-weight: bold !important;
}

.main-tab input:checked + label span {
    border: 1px solid #0f906d !important;
}

.main-tab .line-1 a {
    color: #bbb;
}

.main-tab .line-1 a span {
    color: #bbb;
}

.main-tab .line-1 a:hover {
    color: #888;
}

.main-tab .line-1 a span:hover {
    border: 1px solid #888 !important;
}

.main-tab #tab1:checked ~ #content1,
.main-tab #tab2:checked ~ #content2,
.main-tab #tab3:checked ~ #content3,
.main-tab #tab4:checked ~ #content4 {
    display: block;
}

@media screen and (max-width: 650px) {
    .main-tab label {
        font-size: 0;
    }

    .main-tab label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .main-tab label {
        padding: 15px;
    }
}

.page-id-155 .content h1, .page-id-155 .main-tab section {
    border-bottom: none;
    border-top: none !important;
}

.seprator-height {
    width: 100%;
    float: left;
    padding-top: 80px;
}

.page-id-158 .line-1 {
    color: #0f906d;
    font-weight: bold !important;
}

.page-id-158 .line-1 span {
    border: 1px solid #0f906d;
}

label.proceed {
    float: right !important;
    font-size: 15px;
    background-color: #0f906d;
    color: #ffff00 !important;
    text-align: center;
    margin-right: 0px !important;
    border: none;
    padding: 10px 15px !important;
    max-width: 108px;
    border-radius: 4px;
    font-family: 'AvantGarde-Demi';
    font-weight: 700 !important;
    text-transform: uppercase;
    line-height: 18px !important;
    margin-top: 40px !important;
}

#pmpro_billing_address_fields .input, #pmpro_billing_address_fields textarea, #pmpro_billing_address_fields select {

}

.panel-collapse #pmpro_levels_table tr {
    border-bottom: 20px solid transparent !important;
}

.footer-widgets #foot .col-md-7 .widget_text {
    padding-bottom: 0px !important;
    text-align: center;
}

h4.follow-on {
    margin: 0;
    text-transform: uppercase;
    font-size: 21px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .panel-collapse #pmpro_levels_table tr {
        border-bottom: 20px solid #fff !important;
    }
}

img.align-rightside {
    float: left;
}

.page-template-blog-post .pmpro_content_message {
    display: none;
}

.page-id-158 .panel-collapse #pmpro_levels_table {
    margin-left: 65px;
}

#free-bets-2 #yikes-easy-mc-form-2-EMAIL {
    max-width: 50%;
    width: 50%;
}

#free-bets-2 #yikes-easy-mc-form-2-FNAME, #wpum_loginformuser_login, #wpum_loginformuser_pass {
    max-width: 50%;
    width: 50%;
    background-color: #F1F1F1 !important;
    border: 2px solid rgba(51, 51, 51, .1) !important;
}

#free-bets-2 #yikes-easy-mc-form-2-MMERGE2 {
    max-width: 50%;
    width: 50%;
}

#free-bets-2 #yikes-easy-mc-form-2-MMERGE3 select, #free-bets .yikes-easy-mc-dropdown {
    max-width: 50%;
    width: 50%;
}

#free-bets-2 .yikes-easy-mc-submit-button, button input[type=submit] {
    font-size: 15px;
    background-color: #0f906d;
    color: #ffffff;
    text-align: center;
    border: none;
    padding: 0px 5px;
    width: 10%;
}

input[type=submit] {
    font-size: 15px;
    background-color: #0f906d;
    color: #ffffff;
    text-align: center;
    border: none;
    padding: 5px 5px;

}

#free-bets-2 .yikes-easy-mc-submit-button:hover, input[type=submit]:hover {
    color: #ffff00;
}

.yikes-easy-mc-form select {
    width: 50% !important;
    max-width: 50% !important;
}

.wpum-login-form form p.login-username, .wpum-login-form form p.login-remember, .wpum-login-form form p.login-password {

    border-bottom: none;
}

.wpum-login-form form input[type=email], .wpum-login-form form input[type=password], .wpum-login-form form input[type=text], .wpum-login-form form select, .wpum-login-form form textarea {
    margin: 0;
    width: 70%;
    float: left;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

input:-webkit-autofill {
    background-color: #F1F1F1 !important;
}

@media screen and (min-width: 310px) and (max-width: 340px) {
    .twitter-stream .profile-link {
        top: 52px !important;
        bottom: 0px !important;
        height: 26px;
    }
}

@media screen and (max-width: 430px) {
    .profile-link {
        top: 52px !important;
        bottom: 0px !important;
        height: 26px;
    }

    .twitter-stream {
        clear: both;
    }
}

@media screen and (min-width: 431px) and (max-width: 495px) {
    .profile-link {
        top: 52px !important;
        bottom: 0px !important;
        height: 26px;
    }
}

@media screen and (min-width: 496px) and (max-width: 650px) {

    .profile-link {
        top: 52px !important;
        bottom: 0px !important;
        height: 26px;
    }

}

@media screen and (min-width: 705px) and (max-width: 765px) {

    .profile-link {
        top: 60px !important;
    }

}

@media screen and (max-width: 650px) {
    .twitter-stream p {
        clear: both;
    }
}

@media screen and (max-width: 650px) {
    .twitter-stream p {
        clear: both;
    }
}

@media screen and (min-width: 650px) {
    .twitter-stream p {
        float: right;
    }

    .twitter-stream {
        float: left;
        width: 65%;
        height: 70px;
        overflow-y: auto;
    }

}

@media screen and (min-width: 768px) and (max-width: 1199px) {

    .twitter-stream p {
        float: right;
    }

    .twitter-stream {
        float: left;
        width: 100%;
        height: 80px;
        overflow-y: auto;
    }


}

/*.twitter-stream p{
	    float: right;
 
}
.twitter-stream {
       float: left;
    width: 68%;
    height: 70px;
    overflow-y: auto;
}*/
#wpum-form-wpum_loginform label {
    width: 100%;
    line-height: 19px;
}

#wpum-form-wpum_loginform .login-username, #wpum-form-wpum_loginform .login-password, #wpum-form-wpum_loginform .login-password {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

input#wpum_loginformuser_login, input#wpum_loginformuser_pass {
    padding: 3.38px .5278em;
    background-color: #F1F1F1;
    border: 2px solid rgba(51, 51, 51, .1);
    -moz-box-sizing: border-box;
    margin-bottom: 8px;
}

p.login-remember {
    margin: 0 0 0.2em;
    padding: 0 0 0.2em;
}

input#wpum_loginformwp-submit {
    font-size: 15px;
    background-color: #0f906d;
    color: #ffffff;
    text-align: center;
    border: none;
    padding: 0px 15.5px;
    min-height: 40px;
    opacity: 0.9;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 37px;
    -webkit-transition: opacity .28s ease;
    transition: opacity .28s ease;
    font-family: 'AvantGarde-Demi';
    outline: none;
    line-height: 37px;
}

input#wpum_loginformwp-submit:hover {
    color: #ffff00 !important;
}


@media only screen and (min-width: 310px) and (max-width: 650px) {
    #pmpro_levels_table td {
        display: inherit !important;
    }

    .page-id-158 .panel-collapse #pmpro_levels_table {
        margin-left: 12px;
    }

    #pmpro_levels_table, #pmpro_levels {
        width: 90%;
        margin: 0 auto;
        display: initial;
        position: relative;
    }

    .line-1 {
        position: absolute;
        top: -22px;
        text-align: center !important;
        left: 0px;
        width: 70px !important;
        font-size: 12px;
    }

    .line-2 {
        position: absolute;
        top: -22px;
        text-align: center;
        left: 29%;
        width: 96px !important;
        font-size: 12px;
    }

    .line-3 {
        position: absolute;
        top: -22px;
        text-align: center;
        right: 18px;
        width: 110px !important;
        font-size: 12px;
    }

    #pmpro_levels_table h3 {
        font-size: 18px !important;
    }

    #pmpro_levels_table td.price {
        font-size: 28px;
    }

    .content h1 {
        font-size: 30px;
    }

    .entry-content {
        width: 90%;
        float: left;
    }

    aside.sidebar {
        clear: both;
    }

    .main-tab label {
        font-size: 100%;
    }

    form.pmpro_form label {
        width: 100%;
        max-width: 170px;
    }

    #pmpro_user_fields input#username, #pmpro_user_fields input#password, #pmpro_user_fields input#phone, #pmpro_user_fields input#bemail, #pmpro_user_fields input#bconfirmemail {
        max-width: 100% !important;
        width: 268px !important;
    }

    form.pmpro_form label {
        text-align: left !important;
    }

    #pmpro_billing_address_fields .input, #pmpro_billing_address_fields textarea, #pmpro_billing_address_fields select {
        max-width: 100% !important;
        width: 268px !important;
    }

    .main-tab input:checked + label {
        color: #0f906d;
        font-weight: bold !important;
        text-align: center !important;
    }

    .main-tab label {
        text-align: center !important;
    }

    table#pmpro_tos_fields {
        min-width: 290px;
        width: 100%;
        display: table-caption;
    }

    form.pmpro_form .pmpro_submit {
        margin-left: 0;
        display: table-caption;
    }

    label.proceed {
        width: inherit !important;
    }

    .squaredThree label {
        top: 95px;
        left: 46%;
        right: inherit;
    }

    .pmpro_advanced_levels-table tr {
        float: left;
        width: 100%;
    }
}

@media only screen and (min-width: 651px) and (max-width: 1000px) {
    #pmpro_user_fields input#username, #pmpro_user_fields input#password, #pmpro_user_fields input#phone, #pmpro_user_fields input#bemail, #pmpro_user_fields input#bconfirmemail {
        max-width: 100% !important;
        width: 268px !important;
    }

    form.pmpro_form label {
        text-align: left !important;
    }

    #pmpro_billing_address_fields .input, #pmpro_billing_address_fields textarea, #pmpro_billing_address_fields select {
        max-width: 100% !important;
        width: 268px !important;
    }

    label.proceed {
        width: inherit !important;
    }

    form.pmpro_form label {
        width: 100%;
        max-width: 170px;
    }
}

/* IE10+ CSS styles go here */

/*media all*/
input[type=text]:focus, input[type=password]:focus {
    outline: rgba(51, 51, 51, .3) solid 2px;
}

.wpum-password-form .field.required-field {
    clear: both;
    float: left;
    width: 100%;
}

.wpum-password-form .field.required-field input {
    padding: 3.38px .5278em;
    margin-bottom: 0px;
    max-width: 50%;
    width: 50%;
    background-color: #F1F1F1 !important;
    border: 2px solid rgba(51, 51, 51, .1) !important;
}

.wpum-password-form fieldset {
    border-bottom: none !important;
}

input#submit_wpum_password {
    font-size: 15px;
    background-color: #0f906d;
    color: #ffffff;
    text-align: center;
    border: none;
    padding: 0px 15.5px;
    min-height: 40px;
    opacity: 0.9;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 37px;
    -webkit-transition: opacity .28s ease;
    transition: opacity .28s ease;
    font-family: 'AvantGarde-Demi';
    outline: none;
    line-height: 37px;
}

input#submit_wpum_password:hover {
    color: #ffff00;
}

.tml {
    max-width: inherit;
}

#loginform label {
    display: block;
    margin: 0;
    float: left;
    vertical-align: middle;
    line-height: 19px;
    width: 100%;
}

#loginform input {
    max-width: 50%;
    width: 50%;
    background-color: #F1F1F1 !important;
    border: 2px solid rgba(51, 51, 51, .1) !important;
    clear: both;
    float: left;
    margin: 0px;
    padding: 7.38px .5278em;
    -moz-box-sizing: border-box;
    margin-bottom: 8px;
}

#loginform .tml-rememberme-wrap input {
    float: left;
    max-width: inherit;
    width: inherit;
    margin-top: 3px;
    background: none;
}

#loginform .tml-rememberme-wrap label {
    float: left;
    width: inherit;
    margin-left: 3px;
}

#loginform .tml-rememberme-wrap {
    display: block;
    margin: 0 0 1em;
    padding: 0 0 1em;
    line-height: 2em;
    float: left;
}

#loginform .tml-submit-wrap {
    display: block;
    text-align: left;
    float: left;
    clear: both;
}

#loginform .tml-submit-wrap input#wp-submit {
    font-size: 15px;
    background-color: #0f906d !important;
    color: #ffffff;
    text-align: center;
    border: none;
    padding: 0px 15.5px;
    min-height: 40px;
    opacity: 0.9;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 37px;
    -webkit-transition: opacity .28s ease;
    transition: opacity .28s ease;
    font-family: 'AvantGarde-Demi';
    outline: none;
    line-height: 37px;
    float: left;
    width: 100%;
    max-width: inherit;
}

#loginform .tml-submit-wrap input#wp-submit:hover {
    color: #ffff00 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #loginform input {
        padding: 8.18px .5278em !important;
        height: auto;
    }

    #loginform .tml-rememberme-wrap {
        display: block !important;
        clear: both;
    }

    #loginform .tml-rememberme-submit-wrap {
        display: block !important;
        clear: both;
    }

    #loginform .tml-submit-wrap input#wp-submit {
        line-height: inherit;
    }

    td.squaredThree {
        display: grid;
    }

    .entry-content .panel-group #pmpro_levels_table td.squaredThree {
        display: grid !important;
    }

    #loginform .tml-rememberme-submit-wrap {
        margin-bottom: 0em !important;
    }

    #loginform .tml-submit-wrap {
        margin-bottom: 0px;
    }

    #loginform .tml-login .tml-rememberme-submit-wrap {
        margin-bottom: 0em !important;
    }
}

/*@media screen and (min-width:768px)*/
#loginform .tml-submit-wrap {
    display: table-cell;
    text-align: right;
    float: left;
    clear: both;
}

tr.tml-user-admin-bar-front-wrap {
    display: none;
}

.tml-form-table input, .tml-form-table select, .tml-form-table textarea, .form-table tr td select, .form-table tr td input {
    width: 100%;
    background-color: #F1F1F1 !important;
    border: 2px solid rgba(51, 51, 51, .1) !important;
    padding: .5278em;
    margin-top: 0;
}

table.tml-form-table, .form-table {
    width: 100%;
    max-width: 650px;
}

.tml-form-table th, .form-table tr th {
    float: left;
    width: 30% !important;
    line-height: 38.75px;
}

.tml-form-table td, .form-table tr td {
    width: 61% !important;
    float: left;
}

.tml-form-table tr, .form-table tr {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.user-pass1-wrap button.button.button-secondary.wp-generate-pw.hide-if-no-js {
    font-size: 15px;
    background-color: #0f906d;
    color: #ffffff;
    text-align: center;
    border: none;
    padding: 9px 15px;
}

.user-pass1-wrap button.button.button-secondary.wp-generate-pw.hide-if-no-js:hover {
    color: #ffff00;
}

tr.tml-user-admin-bar-front-wrap {
    display: none;
}

p.tml-submit-wrap input#submit {
    padding: 8px 15px;
    font-family: 'AvantGarde-Demi';
    text-transform: uppercase;
}

tr.tml-nickname-wrap, tr.tml-user-description-wrap, tr.tml-user-url-wrap {
    display: none;
}

.no-display {
    display: none;
}

#pmpro_level_cost p {
    margin-bottom: 0px;
}

label#third-proceed {
    font-family: 'AvantGarde-Demi';
    text-transform: uppercase;
    color: #fff !important;
    font-size: 15px;
    background-color: #0f906d;
    color: #ffffff;
    text-align: center !important;
    border: none !important;
    padding: 10px 5px !important;
    width: 130px;
}

form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select {
    border: 1px solid #AAA;
    display: inline-block;
    margin: 0 3px 0 0;
    max-width: 100% !important;
    width: 394px !important;
    padding: 7.38px .5278em !important;
    background-color: #F1F1F1 !important;
    border: 2px solid rgba(51, 51, 51, .1) !important;
    -moz-box-sizing: border-box !important;
    margin-bottom: 8px !important;
}

a.member-ship {
    margin-left: 15px;
}

a.change-section {
    display: none;
}

.page-id-24 #pmpro_levels_table, .page-id-24 #pmpro_levels {
    width: 90%;
    margin-left: 0;
}

.pmpro_btn-submit-checkout {
    margin: 15px;
}

#pmpro_level-8 label#third-proceed, #pmpro_level-9 label#third-proceed, #pmpro_level-10 label#third-proceed, #pmpro_level-11 label#third-proceed, #pmpro_level-12 label#third-proceed, #pmpro_level-13 label#third-proceed, #pmpro_level-14 label#third-proceed, #pmpro_level-15 label#third-proceed, #pmpro_level-16 label#third-proceed, #pmpro_level-17 label#third-proceed, #pmpro_level-18 label#third-proceed, #pmpro_level-19 label#third-proceed, #pmpro_level-20 label#third-proceed, #pmpro_level-22 label#third-proceed, #pmpro_level-23 label#third-proceed, #pmpro_level-10 label#third-proceed, #pmpro_level-24 label#third-proceed, #pmpro_level-25 label#third-proceed, #pmpro_level-28 label#third-proceed {
    display: none;
}

select#ExpirationYear {
    width: 150px !important;
}

select#ExpirationMonth {
    width: 150px !important;
}

aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* SMS Count */

#post-status-info .sms-count {
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 0 5px !important;
}

@media screen and (min-width: 1000px) and (max-width: 1170px) {

    .widget_twitterstreamwidget h4.widget-title.hidden {

        padding-top: 10px !important;
        padding-bottom: 50px !important;

    }

}

.login-username label, .login-password label {
    display: none !important;
}

.login-username:before {
    content: 'Username or email (or Account number)' !important;
    visibility: visible !important;
    width: 100%;
    height: auto !important;
    font-weight: bold;
    display: inline-flex !important;
}

.login-password:before {
    content: 'Password (or Pin number)' !important;
    visibility: visible !important;
    width: 100% !important;
    height: auto;
    font-weight: bold;
    display: inline-flex !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    width: 38% !important;
}

.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #5d30c9 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ffffff !important;
}

span.mejs-time-current {
    background: #ffffff !important;
}

.mejs-controls .mejs-play button {
    background-position: 1px 1px !important;
}

.mejs-button.mejs-playpause-button.mejs-play button, .mejs-button.mejs-playpause-button.mejs-pause button {
    border: 1px solid #fff !important;
    border-radius: 10px;
    padding: 8px 8px 8px 8px !important;
    background-size: 125px;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #6b6b6b !important;
}

.mejs-pause button {
    background-position: 0 -12px !important;
}

.mejs-controls .mejs-play button {
    background: transparent url(https://www.rixbets.com/wp-content/themes/henryrix/images/play.png) no-repeat !important;
    border: 1px solid #fff !important;
    background-position: 5px 4px !important;
    border-radius: 10px;
    padding: 5px 2px 2px 2px !important;
    margin: 5px 2px !important;
    height: 20px !important;
    width: 20px !important;
}

.mejs-controls .mejs-pause button {
    background: transparent url(https://www.rixbets.com/wp-content/themes/henryrix/images/pause.png) no-repeat !important;
    border: 1px solid #fff !important;
    background-position: 4px 4px !important;
    border-radius: 10px;
    padding: 5px 2px 2px 2px !important;
    margin: 5px 2px !important;
    height: 20px !important;
    width: 20px !important;
}

.mejs-controls .mejs-mute button {
    background: transparent url(https://www.rixbets.com/wp-content/themes/henryrix/images/speaker.png) no-repeat !important;
    border: 1px solid #fff !important;
    background-position: 4px 4px !important;
    border-radius: 10px;
    padding: 5px 2px 2px 2px !important;
    margin: 5px 2px !important;
    height: 20px !important;
    width: 20px !important;
}

.mejs-controls .mejs-unmute button {
    background: transparent url(https://www.rixbets.com/wp-content/themes/henryrix/images/speaker-mute.png) no-repeat !important;
    border: 1px solid #fff !important;
    background-position: 4px 4px !important;
    border-radius: 10px;
    padding: 5px 2px 2px 2px !important;
    margin: 5px 2px !important;
    height: 20px !important;
    width: 20px !important;
}

div#title_div {
    display: none;
}

#pmpro_level-26 div#salutation_div {
    display: none;
}

div#mep_0 {
    width: 50% !important;
}

.mejs-time-rail {
    width: 42% !important;
}

span.mejs-time-loaded {
    width: 70% !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {

}

@media only screen and (max-width: 767px) {
    div#mep_0 {
        width: 300px !important;
        margin-bottom: 15px;
    }

    .mejs-time-rail {
        width: 60% !important;
    }

    .mejs-controls .mejs-time-rail .mejs-time-total {
        width: 56% !important;
    }

}

#pmpro_account-membership table tr th:nth-child(2), #pmpro_account-membership table tr td:nth-child(2) {
    display: none;
}

#pmpro_account-membership td.pmpro_account-membership-levelname .pmpro_actionlinks {
    display: none;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    width: 100px !important;
}

.mejs-controls a.mejs-horizontal-volume-slider {
    width: 101px !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1165px) {
    .mejs-controls a.mejs-horizontal-volume-slider {
        width: 60px !important;
    }

    .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
        width: 50px !important;
    }
}

@media only screen and (min-width: 1166px) and (max-width: 1200px) {
    .mejs-controls a.mejs-horizontal-volume-slider {
        width: 55px !important;
    }

    .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
        width: 50px !important;
    }

    .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
        width: 51px !important;
    }

}

form.pmpro_form .leftmar {
    margin: 8px 170px 0 205px !important;
    text-align: justify !important;
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: portrait) {

    .page-id-311 .entry-content img {
        width: 100%;
    }

}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: landscape) {

    .page-id-311 main {
        max-width: 650px;
    }

    form.pmpro_form label {
        text-align: left !important;
    }
}

