* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

ol,
ul {
    margin-left: 15px;
}

ol li {
    list-style-position: inside;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

html {
    background: #f5f5f5;
}

body {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-size:16px;
    color: #3c3c3c;
    text-decoration: none;
    background: #fff;
    overflow: auto;
    padding-top: 20px;
}

debug {
    position: absolute;
    z-index: 1000;
    top: 0;
}

a {
    color: #0E5484;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Sansita", Helvetica, Arial, sans-serif;
    color: #000;
    margin-bottom: 15px;
}
h1 {
    font-size: 60px;
    color: #0E5484;
    line-height: 68px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}
h4 span {
    font-size: 12px;
    font-style: italic;
    color: #f26a00;
}
h4 a {
    color: #3c3c3c;
    text-decoration: none;
}
h4 a:hover {
    color: #0282c3;
}
iframe{
    display:block;
    max-width:100%;
    margin:0 auto;
    background:transparent;
    -webkit-transform-origin:top left;
  transform-origin: top left;
}
.fb_iframe_widget, .fb_iframe_widget *{
   max-width: 100% !important;
    display: inline-block;
    vertical-align: middle;
}
.sep{
    margin-top:20px;
}

/*
--------------------------------------------------------------
GLOBAL STYLES
--------------------------------------------------------------
*/
.left {
    float: left;
}

.right {
    float: right !important;
}
.hide{
    display: none;
}
.flex {
    display: flex;
}
.clear {
    clear:both !important;
    float:none !important;
    margin:0 auto !important;
}
.orange-text {
    color: #f15a2d;
}
.green-text{
    color:#0ca04b;
}
.lgray-text{
    color:#8f9090;
}
.gray-text {
    color: #a1a1a1;
}
.dkbl-text{
    color:#00487b;
}
.tmblue-text {
    color: #2e566d;
}
.white-text{
    color:#fff;
}
.center {
    text-align: center;
}
.error {
    color:#f00;
    font-weight:bold;
    text-align:center;
}

.error a {
    color: #f00;
    text-decoration: underline;
}
.btn {
    color: #0E5484;
    font-size: 1em;
    text-align: center;
    padding: 9px 10px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #0E5484;
}
.btn:hover {
    opacity: 0.7;
}
.btn.dk-blue {
    background: #0E5484;
    color: #fff;
}
.btn.green{
    background: #0ca04b;
    border-color: #0ca04b
}

.btn.orange {
    background: #f15a2d;
    border-color: #f15a2d;
}

.btn.blue {
    background: #3ac4e5;
    border-color: #3ac4e5;
}

input,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
}

input[type=radio] {
    -webkit-appearance: radio;
}
input[type=text], input[type=password], textarea, input[type=email], input[type=number], input[type=tel], input[type=date] {
    display: block;
    background: #fff;
    margin-bottom: 15px;
    padding: 7px 5px 6px;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    color: #333;
    border: 1px solid #dbe1e9;
    box-sizing: border-box;
    font-size: 16px;
}
.tm-loading {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn.testingmom.com/img/tm-loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.col100 {
    position: relative;
    width: 98%;
    margin: 0 1%;
    float: left;
}

.col50 {
    position: relative;
    width: 48%;
    margin: 0 1%;
    float: left;
}

.col33 {
    width: 31%;
    margin: 0 1%;
    float: left;
    position: relative;
}

.col25 {
    width: 22%;
    margin: 0 1.5%;
    float: left;
}

.col40 {
    width: 36%;
    margin: 0 2%;
    float: left;
}

.col60 {
    width: 56%;
    margin: 0 2%;
    float: left;
}

.col66 {
    width: 64%;
    margin: 0 1%;
    float: left;
}

.col75 {
    width: 73%;
    margin: 0 1%;
    float: left;
}

.col20 {
    width: 15%;
    margin: 0 1.5%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.circle45{
    border-radius:45px;
    width:90px;
    height:90px;
    overflow:hidden;
}

img.alignleft {
    float: left;
    margin-right: 10px;
}

img.alignright {
    float: right;
    margin-left: 10px;
}

.wrapper{
    margin: 0 auto;
    width: 100%;
    max-width: 1270px;
    padding: 0 20px;
    position:relative;
}

#ppcs {
    padding-top: 20px;
}
.wbkg {
    background:#fff;
}
.cont {
    border:1px solid #e7ebf1;
    padding:20px;
    margin-bottom:20px;
}
.nonav .main{
    padding-top: 115px;
}
.main p{
    margin-bottom:10px;
}
.mobile {
    display: none;
}

.desktop {
    display: block;
}

.content-padding {
    padding: 40px 0;
}
.content, .wrapper.wbkg.cont {
    width:96%;
    margin:0 auto;
    position:relative;
}
.content li {
    margin-bottom:10px;
}

.wrapper.wbkg.cont {
    margin: 0 auto 20px;
}

.content p {
    margin-bottom: 10px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.5%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 100%;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fa-star {
    color: #f7c61e;
    margin: 0 5px 5px 0;
}

/*.social-logins {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*    max-width: 320px;*/
/*    margin: 0 auto 10px;*/
/*}*/
/*.social-logins > div {*/
/*    padding: 0 10px;*/
/*    height: 36px;*/
/*    width: 100px;*/
/*    background: url(/social-login-sprite.png);*/
/*    background-size: 100% 300%;*/
/*    cursor: pointer;*/
/*}*/
/*.social-logins > div.googleLogin {*/
/*    background-position: 0 50%;*/
/*    overflow: hidden;*/
/*    padding: 0;*/
/*}*/
/*.social-logins > div.googleLogin iframe, .social-logins > div.googleLogin div[role=button] {*/
/*    opacity: 0;*/
/*}*/

/*.social-logins > div.LoginWithAmazon {*/
/*    background-position: 0 100%;*/
/*    margin: 0 10px;*/
/*}*/
/*.social-logins > a {*/
/*    margin-right: 12px;*/
/*    display: block;*/
/*}*/
/*.social-logins > a img {*/
/*    display: block;*/
/*    width: auto !important;*/
/*}*/


.select{
    width:88%;
    height:29px;
    padding:0 5%;
    background:#f1f1f2;
    color:#888;

}

select {
    border: 1px solid #dbe1e9;
    height: 29px;
    background: #f1f1f2;
    width: 100%;
    color: #888;
    text-indent: 1%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{
    height:auto !important;
}

#sidebar .borders {
    margin-bottom: 10px;
}

.navigation .btn a {
    color: #fff;
}

.regtop {
    margin: 0;
    padding: 0;
}
.mobile .reg{
    width:98%;
    margin:0 1% 20px;
}


#testimonials .col50{
    width:49%;
    margin:0;
}

#testimonials .col50:nth-child(2) {
    margin-right: 2%;
}

#testimonials .col66 {
    width: 66%;
    margin: 0 0 20px;
}

#testimonials>.col33 {
    width: 32%;
    margin: 0 0 20px 2%;
}

#testimonials .col33 .cont {
    margin-bottom: 0;
    padding: 10px;
}

#testimonials .col66 .cont {
    padding: 10px;
}

#testimonials ul {
    width: 100%;
    list-style: none;
    margin: 20px auto;
}

#testimonials li {
    width: 31%;
    margin: 10px 1%;
    float: left;
}

/* Custom Alert Box */
#tmmessage {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
}

#tmmessage .bkg {
    opacity: .4;
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

#tmmessage .cont {
    position: absolute;
    z-index: 2;
    height: 200px;
    width: 300px;
    margin: -100px 0 0 -150px;
    left: 50%;
    top: 50%;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
}

#tmmessage .btn {
    bottom: 10px;
    position: absolute;
    width: 87%;
    background-color: #00487b;
}

#tmmessage .btn.col50 {
    bottom: 10px;
    position: absolute;
    width: 37%;
    left: 10px;
}

#tmmessage .btn.col50:nth-child(2) {
    left: auto;
    right: 10px;
}

#tmmessage .message {
    font-size: 16px;
}


#buyNowTemplate iframe.fbx-item.fbx-item-iframe {
    overflow: hidden;
    /* iOS iFrame Hack */
    width: 1px !important;
    max-width: initial;
    max-height: initial;
}

.breadcrumbs {
    padding: 0 2% 19px;
}

.breadcrumbs span {
    padding: 0 4px;
    font-size: 1.3em;
}

.user-login input[type=text], .user-login input[type=password], .user-login input[type=email] {
    background: #fff;
    font-size: 18px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 10px 16px;
    width: 100%;
}

.user-login h1 {
    font-size: 32px;
    color: #383b41;
    line-height: 1.3;
    text-align: left;
    display: inline-block;
    margin-bottom: 24px;
}

#forgot-password.user-login h1 {
    text-align: center;
    display: block;
}
#forgot-password .top-msg {
    margin-bottom: 25px;
    text-align: center;
}
.user-login input[type=submit] {
    margin-top: 30px;
    padding: 10px 0;
    background-color: #ffe100;
    color: #000;
    text-shadow: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
}

.user-login .tmblue-text.center {
    font-size: 2em;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}

.user-login a {
    color: #00487b;
    font-size: 16px;
}

.user-login .left {
    margin-left: 20px;
}

.user-login .right {
    margin-right: 20px;
}

.user-login .grey-text {
    font-size: 16px;
    margin-top: 0;
}
.user-login .dashboard-btn {
    background-color: #ffe100;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding: 13px 50px;
    border-radius: 6px;
    width: fit-content;
    text-transform: uppercase;
    margin: 15px auto 15px;
}
#buynow .user-login input[type=submit] {
    margin-top: 0;
}

#buynow .user-login.buyNowLogin input[type=submit] {
    margin: 0;
    display: flex;
    justify-content: center;
}

#buynow .user-login.buyNowLogin form {
    display: flex;
    flex-wrap: wrap;
}

#buynow .submit_contain {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#buynow .user-login.buyNowNew input[type=submit] {
    width: 100%;
}

/* Learnosity Shortcode */
.learnosity-container {
    padding: 15px;
    z-index: 1;
}

#learnosity-reports h3 {
    text-align: center;
}

.learnosity-report {
    margin-bottom: 20px;
}

.shortcode_container {
    text-align: center;
    border: 1px solid #a9a9a9;
    border-radius: 13px;
    width: 80%;
    margin: 20px auto;
    padding: 20px 0;
}

.lsc_question-arrows {
    display: inline-block;
    vertical-align: middle;
    width: 5%;
    font-size: 3em !important;
    color: #999999;
}

.lsc_questions {
    width: 80%;
    margin: 0 3%;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

.lsc_question {
    display: inline-block;
}

.lrn_toolbar_left {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

.lrn_widget .lrn-response-validate-wrapper.lrn_correct:after,
.lrn_widget .lrn-response-validate-wrapper.lrn_incorrect:after,
.lrn_widget.lrn_choicematrix .lrn_response_input.lrn_correct:after,
.lrn_widget.lrn_choicematrix .lrn_response_input.lrn_incorrect:after,
.lrn_widget.lrn_mcq .lrn_mcqgroup.lrn_correct:after,
.lrn_widget.lrn_mcq .lrn_mcqgroup.lrn_incorrect:after,
.lrn_widget .lrn_response_container.lrn_correct:after,
.lrn_widget .lrn_response_container.lrn_incorrect:after,
.lrn_widget .lrn_response_input_wrapper.lrn_correct:after,
.lrn_widget .lrn_response_input_wrapper.lrn_incorrect:after {
    top: 0.07143em !important;
}

.bold {
    font-weight: 600;
}

.comments {
    padding-top: 30px;
    margin: 10px 0 20px;
    border-top: 1px solid #bfbfbf;
}

#commentform {
    padding-bottom: 40px;
    border-bottom: 1px solid #bfbfbf;
}

#commentform input[type=text],
#commentform textarea {
    background-color: #fff;
    color: #383b41;
    border: 1px solid #c0c0c0;
    font-size: 16px;
}

#commentform input[type=text] {
    display: inline-block;
    height: 35px;
    width: 49%;
}

#commentform textarea {
    width: 98.5%;
}

#commentform input[type=submit] {
    background-color: #00487b;
    font-size: 16px;
    width: 200px;
    text-shadow: none;
}

.responses {
    font-size: 22px;
    margin-top: 40px;
}

.comments .name {
    font-size: 22px;
    margin-left: 20px;
}

.comment_portrait {
    border-radius: 40px;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 35px;
    float: left;
    padding-top: 16px;
}

#seoPages #comments .comment_portrait img {
    margin: 0;
}

.comment_portrait.admin {
    padding-top: 0;
}

.author {
    margin: 20px 0 0 20px;
    float: left;
}

.comment_text {
    padding: 0 20px;
    margin-left: 100px;
    font-size: 18px;
}

.comment {
    border-bottom: 1px solid #bfbfbf;
    padding: 30px 0;
    list-style: none;
}

.comment:last-of-type {
    border-bottom: none;
    padding-top: 30px;
    padding-bottom: 0;
}

.nested {
    margin-left: 80px;
    margin-top: 25px;
}

#page {
    padding-bottom: 50px;
}

#page .col66 {
    padding: 0 20px;
    float: right;
}

#page .popular h3 {
    margin-bottom: 0;
    padding-bottom: 12px;
    font-size: 28px;
    line-height: 1.5;
    border-bottom: 1px solid #cacaca;
}

#page .popular .article {
    border-bottom: 1px solid #cacaca;
    padding: 15px 0;
    text-align: left;
}

#page .popular .article p {
    font-size: 22px;
    margin-bottom: 5px;
}

#page .popular .article a,
#page .view-more {
    color: #60b700;
    text-decoration: underline;
    font-size: 18px;
}

#page .banner {
    margin-bottom: 50px;
}

.view-more {
    float: right;
    margin: 20px 15px 50px;
}

.shareThis {
    padding: 5px 0 10px 0;
    height: 40px;
    margin-bottom: 20px;
    display: inline-block;
}

.seminar-signup {
    text-align: left;
    border-radius: 15px;
    background-color: #00487b;
    padding: 35px 35px 20px;
    color: #fff;
    width: 60%;
    min-width: 320px;
    display: block;
    margin: 10px auto;
}

.seminar-signup select,
.seminar-signup input[type=text],
.seminar-signup input[type=email] {
    height: 36px;
    font-size: 16px;
    background-color: #fff;
}

.seminar-signup input[type=text],
.seminar-signup input[type=email] {
    width: 100%;
}

.seminar-signup .btn {
    border-radius: 6px;
    height: 48px;
    background-color: #ffe100;
    color: #383b41;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-shadow: none;
}
.login-container {
    background: #fff;
    border: 1px solid #bebebe;
    border-radius: 18px;
    padding: 20px;
}

#inline-1,
#inline-2,
#inline-5 {
    background-color: #fff;
}

#inline-1 {
    max-width: 500px;
}

.anchor-target:target {
    padding-top: 115px;
}

.BeaconFabButtonFrame {
    bottom: 40px !important;
}


.glightbox-container .gslide-inner-content {
    width: 100%;
    height: 100%;
}

.gslide-inner-content,
.ginner-container {
    height: 100%;
    overflow-y: auto;
}

#glightbox-body .gnext,
#glightbox-body .gprev {
    display: none;
}

#glightbox-body .gslide-external {
    background: none;
}

#radio-show .show {
    border: 1px solid #2e566d;
    padding: 10px;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 3px 3px 2px -1px #d9d9d9;
}

#radio-show p.title {
    font-size: 22px;
    color: #2e566d;
}

#radio-show p.description {
    font-size: 14px;
    color: #383b41;
}
.js-beacon {
    border-radius: 60px;
    height: 60px;
    position: fixed;
    transform: scale(1);
    width: 60px;
    z-index: 1049;
    border: none;
    bottom: 40px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 7px;
    right: 40px;
    top: auto;
    transition: box-shadow 250ms ease 0s, opacity 0.4s ease 0s, scale 1000ms ease-in-out 0s, transform 0.2s ease-in-out 0s;
}
button.fake-beacon {
    appearance: none;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 200px;
    bottom: 0px;
    display: block;
    height: 60px;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0px;
    line-height: 60px;
    outline: none;
    padding: 0px;
    position: relative;
    user-select: none;
    z-index: 999;
    background-color: #238fdc;
    border: none;
    color: white;
    cursor: pointer;
    min-width: 60px;
    transition: background-color 200ms linear 0s, transform 200ms linear 0s;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fake-beacon-chat {
    -webkit-box-align: center;
    align-items: center;
    color: white;
    cursor: pointer;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    left: 0px;
    pointer-events: none;
    position: absolute;
    text-indent: -99999px;
    top: 0px;
    transition: opacity 80ms linear 0s, transform 160ms linear 0s;
    width: 60px;
    will-change: opacity, transform;
    opacity: 1 !important;
    transform: rotate(
            0deg
    ) scale(1) !important;
}
.is-loading .fake-beacon span:last-child {
    display: block;
    width: 100%;
    height: 100%;
    background: url(//cdn.testingmom.com/img/tail-spin.svg);
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
}
.g-recaptcha > div {
    margin-top: 20px;
}
.grecaptcha-badge {
    display: none;
}
.banner h1, .banner p {
    font-size: 44px;
    color: #00487b;
    text-align: center;
    margin: 0;
    font-weight: 700;
}

#form-elements {
    width: 100%;
    max-width: 400px;
}

@media(max-width:1130px) {
    .nonav .main {
        padding-top: 110px;
    }
}

@media (max-width: 1050px) and (min-width: 680px) {
    #buynow .user-login.buyNowLogin input[type=submit] {
        margin: 0 auto 10px;
        width: 100%;
    }

    #buynow .submit_contain {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

/*@media (max-width: 1020px) {*/
/*    #testimonials li {*/
/*        width: 48%;*/
/*    }*/
/*}*/

@media(max-width:1000px) {

    .main,
    .page {
        padding-top: 64px;
    }
}


@media (max-width: 950px) and (min-width: 680px) {
    #packageLogin .social-logins {
        width: 100%;
    }

    #packageLogin .social-logins>div {
        width: 33%;
    }

    #packageLogin .social-logins .LoginWithAmazon {
        margin: 0 5px;
    }
}

@media(max-width:920px) {

    .wrapper>.col66,
    #page .col66 {
        float: none;
        width: 98%;
    }

    .wrapper>.col33 {
        float: none;
        width: 98%;
        margin-top: 50px;
    }

    footer .info {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    #home ul {
        font-size: 14px;
    }

    #register input[type=submit] {
        width: 100%;
    }

    #register form p {
        width: 100%;
    }

    #register .top {
        height: auto;
        padding: 5px 0;
    }

    #home .title {
        font-size: 1.3em;
    }

    #ppcs .col60,
    #ppcs .col40 {
        width: 96%;
        float: none;
        margin-bottom: 20px;
    }

    #testimonials .col66,
    #testimonials .col33,
    #testimonials ul {
        width: 98%;
        float: none;
        margin: 0 1%;
    }

    #testimonials .col50 {
        width: 100%;
        margin: 0;
    }

    #testimonials .col50,
    #testimonials .col33 .cont {
        margin-bottom: 20px;
    }

    #single .col33 {
        width: 60%;
        margin: 0 20%;
    }

    #single .col66 {
        width: 90%;
        padding: 0 5%;
    }

    .blog-text-area {
        width: 100%;
    }

    .wrapper>.col40 {
        width: 58%;
        float: none;
    }
}

/* FULL MOBILE */
@media(max-width:680px) {

    .main,
    .nonav.free .main,
    body.loggedIn .main {
        padding-top: 64px;
    }

    .free .main {
        padding-top: 158px;
    }

    .col50 {
        width: 98%;
        float: none;
    }

    .page {
        padding-top: 63px;
    }

    footer span {
        visibility: hidden;
        display: block;
        height: 2px;
    }

    #testimonials li {
        width: 100%;
        float: none;
    }

    footer a:first-child,
    footer a {
        padding: 0;
        padding-right: 5%;
    }

    .seminar-signup {
        width: 80%;
    }

    #buynow .user-login.buyNowLogin {
        margin-bottom: 15px;
    }
}

/*@media (max-width: 680px) and (min-width: 480px) {*/
/*    #buynow .submit_contain .col50 {*/
/*        width: 48%;*/
/*    }*/
/*}*/

@media(max-width:610px) {
    .wrapper>.col40 {
        width: 98%;
        float: none;
    }

    #commentform input[type=text] {
        width: 98.5%;
    }
}

@media (max-width: 550px) {
    /*.social-logins {*/
    /*    display: block;*/
    /*}*/
    /*.social-logins > div {*/
    /*    margin-top: 15px;*/
    /*    display: block;*/
    /*}*/
}

@media(max-width:520px) {
    #tm-login .cont {
        width: 90%;
        left: 0;
        margin: -200px 5% 0 5%;
    }

    .nested {
        margin-left: 40px;
    }

    #comments .comment {
        padding: 15px 0;
    }

    .comment_portrait {
        width: 45px;
        height: 45px;
        padding-top: 10px;
    }

    .comments .name {
        font-size: 18px;
        margin-left: 10px;
    }

    .comment_portrait .userImg {
        font-size: 22px;
        vertical-align: text-top;
    }

    .author {
        margin: 5px 0 15px 0;
    }

    #seoPages #comments .author {
        margin-bottom: 15px;
    }

    .comment_text {
        margin-left: 46px;
    }

    #comments .comment-body p {
        margin-left: 45px;
    }

    #comments .comment ul.children {
        margin-left: 40px;
    }

    #comments .admin .comment-author img,
    #seoPages #comments .admin .comment-author img {
        width: 45px;
        height: 45px;
    }
}

@media(max-width:480px) {
    #tm-login .cont .title {
        font-size: 1.5em;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    #home .title {
        font-size: 24px;
        margin: 30px 0 10px;
    }

    .sep {
        margin: 10px 0;
    }

    .col25 {
        width: 47%;
        margin: 5px 1.5%;
    }

    .col33 {

        margin-bottom: 10px;
        text-align: center;
    }

    .blog-text-area {
        width: 100%;
    }

    .page .ppc {
        background: none;
    }

    #buynow .user-login.buyNowLogin input[type=submit] {
        width: 100%;
        margin: 0 auto 10px;
    }

    #packageLogin .social-logins>div {
        width: 89px;
        height: 33px;
    }

}

@media(max-width:400px) {
    footer .copy {
        font-size: 1.2em;
    }

    .featured table tr {
        text-align: center;
    }

    .featured table td {
        max-width: 25%;
        width: 25%;
        display: inline-block;
    }

    .user-login a {
        font-size: 15px;
    }

    #radio-show audio {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #packages .grandtotal {
        font-size: 16px;
    }

    #packages .grandtotal #totalCharges {
        font-size: 16px;
    }
}