.fa:before {
    font-family: fontawesome;
}

#cancel-area {
    background: url(/wp-content/themes/wisdomtimes/images/Deliberate-Creation.jpg);
    background-size: cover;
    margin-bottom: -60px;

}

#videos_wrapper,
#main-wrapper,
#quizzes_wrapper,
#plans-area,
.wrapper, .single-video-section{
    padding-top: 54px;
}
.breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb a {
    color: #337ab7;
    font-size: 13px;
}
.breadcrumb a.active{
    font-weight: bold;
}
.wt-button {
    border: 0px;
    background: #fa7252;
    padding: 10px 30px;
    border-radius: 2px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    -webkit-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);
    -moz-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);
    -o-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);
    -ms-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);
    transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);
}

.wt-button:hover {
    color: #fff;
    background: #e45e3e;
}

.fa.fa-eye.pull-right {
    font-family: Montserrat;
    font-weight: 800;
    padding: 5px 0;
}

.blog-grid .stats {
    background: rgba(255, 255, 255, 0.68) none repeat scroll 0 0;
    border-radius: 4px;
    color: #333;
    font: 600 11px/25px Montserrat;
    padding: 1px 8px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: capitalize;
    top: 5px;
    z-index: 9;
}

.blog-grid {
    margin: 15px 0;
}

.blog-grid>a {
    display: block;
    position: relative;
    box-shadow: 0 10px 10px -4px #2a2a2a;
}

.blog-grid .centered_titles i {
    font: 20px/30px Montserrat;
    text-shadow: 1px 1px 1px #333;
    text-transform: none;
}

.img-responsive {
    width: 100%;
}
.grids-container h2 {
    text-align: center;
    padding: 10px 0px 10px 0px;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.grids-container h2:before {
    bottom: -1px;
    content: "";
    position: absolute;
    width: 150px;
    height: 5px;
    left: calc(50% - 75px);
    background:#fcd670;
}
@media (min-width: 768px) and (max-width: 992px) {
    .blog-grid .centered_titles i {
        font: 15px/25px Montserrat;
        letter-spacing: 1px;
    }
}

@media (min-width: 540px) and (max-width: 767px) {

    .blog-grid {
        width: 50%;
    }

}

@media (min-width: 768px) {

    .blog-grid>a {
        display: block;
        max-height: 205px;
        position: relative;
    }

}

.lp-head-title {
    text-align: center;
    font-size: 30px;
    background: rgb(254, 211, 79) none repeat scroll 0px 0px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin: 0px 0px 5px;
    padding: 25px 0px;
}

.cancel-page-content .row.text-center>div {
    padding-left: 15px;
}

.cancel-page-content .row.text-center {
    margin-left: -15px;
}

.cancel-page-banner {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 20px 0px;
}

.cancel-page-banner h2 {
    color: #fff;
    line-height: 1em;
    margin: 0px 0px 20px 0px;
}

.cancel-page-content {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
    padding: 20px 15px;
    box-shadow: 0px 0px 25px 0px #111;
}

.cancel-page-content h3 {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    padding: 0px 0px 10px 0px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5em;
}

.cancel-page-content h4 {
    font-weight: bold;
	line-height:1.5em;
    margin: 5px 0px 15px 0px;
    font-size: 1.1em;
}

.cancel-page-content h3 .see-more {
    position: absolute;
    right: 0px;
}

.lpinner-box {
    margin-bottom: 25px;
    background: #000;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 5px -3px #999;
}

.lpinner-box span {
    position: absolute;
    line-height: 30px;
    font-size: 1.1em;
    color: #fff;
    left: 15px;
    top: calc(30%);
    right: 15px;
}

.lpinner-box span b {
    display: block;
    font-weight: 600;
    border-top: 1px solid;
}

.lpinner-box img {
    opacity: 0.5;
    transition: all 0.2s ease 0s
}

.lpinner-box a {
    display: block;
}

.lpinner-box a:hover img {
    transform: scale(1.05, 1.05);
}

.lpinner-box i.rsum {
    position: absolute;
    top: 5px;
    left: 5px;
    text-shadow: 1px 1px 1px #444;
    color: #fff;
    font-family: Montserrat;
}

.lpinner-box i.rsum:before {
    content: attr(data-sum);
    background: #fa7252;
    padding: 0px 7px;
    border-radius: 50%;
    margin-right: 5px;
}

.lp-sep {
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    display: block;
    margin: 15px 15px 15px 25px !important;
    float: none !important;
    padding: 10px 0px 0px 0px !important;
}

.btn-wisdom {
    background: #fa7252 none repeat scroll 0 0;
    color: #fff;
    transition: all 0.2s ease 0s
}

a.btn-wisdom-empty {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

a.btn-wisdom-empty:hover {
    border-color: #000;
    color: #000;
}

.btn.btn-wisdom:hover {
    color: #fff;
    background: #f98c72 none repeat scroll 0 0;
}

.cancel-final-offer {
    width: 300px;
    border: 4px solid #c7c42e;
    padding: 10px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    background: #fff;
}

.cancel-final-offer b {
    font-size: 2em;
    font-weight: bold;
}

.cancel-final-offer span {
    display: block;
}

.toc-blockquote {
    background: #e0e0e0;
    padding: 10px 15px;
}

.toc-blockquote li {
    line-height: 20px;
    font-size: 15px;
}

.toc-blockquote ul {
    padding-left: 10px;
}

.toc-blockquote p {
    margin: 0px;
}

.toc-blockquote a {
    border-bottom: 1px dotted #000;
    color: #288e8e;
}

.btn-wisdomtimes {
    background: #fa7252 none repeat scroll 0 0;
    border: 2px solid #fa7252;
    color: #fff;
}

.embed_infographic {
    text-align: center;
}

.popover-content {
    word-break: break-word;
}

.webinar-lead {
    background: #fcd670;
}

.webinar-lead h1 {
    color: #fff;
    margin-top: 2em;
    font-size: 3em;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.webinar-lead h4 {
    margin-bottom: 25px;
    font-size: 1.6em;
    color: #fff;
    line-height: 1.8;
    font-weight: 500;
}

.webinar-lead a.lead-link {
    background: #fa7252 none repeat scroll 0 0;
    box-shadow: 0px 0px 5px 0px #fa7252 inset;
    padding: 15px 40px;
    font-size: 1.4em;
    margin-bottom: 30px;
    border: 0px;
}

.webinar-lead img {
    vertical-align: bottom;
    max-width: 100%;
}

.webinar-lead a.lead-link:hover {
    background: #eb5635;
    border-color: #eb5635;
}

.cancelform .wpcf7-list-item {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 8px;
    vertical-align: top;
    width: 30%;
}

.cancelform .wpcf7-list-item>label {
    cursor: pointer;
    width: 100%;
}

.gird .thumbnail .fa.fa-video-camera {
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.centered_titles .fa.fa-video-camera {
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.img_box .feature-vedio-image:hover {
    background: rgba(0, 0, 0, .5);
}

.img_box .feature-vedio-image {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .5s ease 0s;
    width: 100%;
}

.feature-vedio-image>span {
    display: table;
    height: 100%;
    width: 100%;
}

.feature-vedio-image i {
    color: #fff;
    display: table-cell;
    font-size: 50px;
    text-align: center;
    vertical-align: middle;
}

a[title="SumoMe"] {
    right: -46px !important;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
}

.fb_iframe_widget iframe {
    position: absolute;
}

a.PIN_1426752018094_pin_it_button_20 {
    cursor: pointer !important;
    height: 20px !important;
    padding: 0px !important;
    vertical-align: baseline !important;
    text-decoration: none !important;
    width: 40px !important;
    background-size: 40px 60px !important;
    background-position: 0px -20px;
}

a.PIN_1426752018094_pin_it_button_inline_20 {
    cursor: pointer !important;
    position: relative !important;
    display: inline-block !important;
}

a.PIN_1426752018094_pin_it_button_en_20_white {
    background-image: url(https://s-passets.pinimg.com/images/pidgets/pinit_bg_en_rect_white_20_1.png) !important;
}

.PIN_1426752018094_hidden {
    display: none !important;
}

.fb_reset {
    border: 0px;
    border-spacing: 0px;
    color: rgb(0, 0, 0);
    cursor: auto;
    direction: ltr;
    font-family: Montserrat, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0px;
    overflow: visible;
    padding: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
    background: none;
}

.lp-course-list-section-desktop h2,
.lp-course-list-section-desktop h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.af-hero-section .af-hero-details .af-hero-text {
    padding: 0px 5%;
}

.fb_reset>div {
    overflow: hidden;
}

.cbp-rfgrid {
    margin: 35px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
    clear: both
}

.cbp-rfgrid li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 24%;
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
    border-bottom: 2px #ccc solid;
    border-right: 2px #ccc solid
}

.reactivate .btn{
    background: #3CB0FD;
    border: 1px solid #3CB0FD;
    border-radius: 0px;
}

#experts-grid li {
    border: none !important
}

.cbp-rfgrid li a,
.cbp-rfgrid li a img {
    display: block;
    width: 100%;
    cursor: pointer;
    z-index: 1;
}

.cbp-rfgrid li.inner {
    z-index: 1000;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 90%;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(36%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.cbp-rfgrid li .inner h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    margin: 0;
    padding: 30% 15% 15%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    background: -webkit-gradient(linear, 0 0, 0 50%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    font: 300 28px/1.3em Montserrat;
    text-align: center
}

.cbp-rfgrid li .stats {
    position: absolute;
    bottom: 0;
    padding: 0 2%;
    width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    background: rgba(0, 0, 0, .2);
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-align: right;
    z-index: 1002
}

.cbp-rfgrid li .category {
    float: left;
    font-size: 11px;
    text-transform: uppercase
}

.cbp-rfgrid li .inner .inner-link {
    z-index: 1001
}

.instructor-page #content .ip-post-content .share-links h3 {
    line-height: 23px;
    margin: 0 0 -5px 10px;
}

.cbp-rfgrid li a img {
    max-width: 100%
}

.cbp-rfgrid li a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 144, 197, 0.8);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0
}

.cbp-rfgrid li:hover div {
    opacity: 1
}

.cbp-rfgrid li a div h3 {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: 2px;
    padding: 0 10px
}


.row.quarter #hnd_post_content {
    padding: 20px;
}

.wp-pagenavi {
    clear: both;
    width: auto;
    background-color: #333;
    text-align: center;
    margin: 0px auto !important;
    padding: 9px 0px 8px 0px;
    border-radius: 0px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    background-color: #333;
    border-radius: 0px;
    border: none;
    font-size: 12px;
    color: #fff;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin: 0 auto;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff !important;
    color: #000;
    font-weight: 700;
    margin-top: -1px;
}

.wp-pagenavi a:hover {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

#om-neshmnc1nf-lightbox {
    opacity: 1;
}

#om-lightbox-balance-theme-optin {
    top: 0 !important;
}

#om-lightbox-balance-theme-optin .modal-dialog {
    background: transparent;
}


.ui-widget-overlay {
    background: rgba(0, 0, 0, .2);
}

.mm-myaccount-module {
    border: 1px solid #ddd;
    margin: 0 0 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
}

.mm-myaccount-module-header {
    position: relative;
    padding: 10px 20px;
    background: #eee;
    font-size: 1.2em;
    font-weight: 300;
}

.mm-myaccount-module-header i {
    margin-right: 5px;
}

.mm-update-button {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: .75em;
    padding: 4px 10px;
    border: 1px solid #066cd2;
    color: #066cd2;
    font-weight: normal;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.mm-update-button:hover {
    background: #066cd2;
    color: #fff;
    text-decoration: none;
}

.mm-myaccount-content-wrapper {
    padding: 10px;
}

p.mm-myaccount-element {
    font-size: .85em;
    margin: 0;
    border-top: 1px solid #eee;
}

p.mm-myaccount-element:first-child {
    border-top: none;
}

p.mm-myaccount-element span {
    display: inline-block;
    padding: 5px 10px;
    vertical-align: top;
}

p.mm-myaccount-element span.mm-myaccount-label {
    width: 150px;
    font-weight: bold;
    color: #333;
}

.mm-myaccount-module table {
    font-size: .85em;
    padding: 10px;
    width: 100%;
}

.mm-myaccount-module table th,
.mm-myaccount-module table td {
    padding: 5px 10px;
}

.mm-myaccount-module table th {
    border-bottom: 2px solid #ddd;
}

.mm-myaccount-module table td {
    border-top: 1px solid #ddd;
}

.mm-error {
    font-size: .85em;
    padding: 10px;
    margin: 0 0 20px;
    color: #c00;
    background: #feeeef;
    border: 1px solid #fd868c;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ui-dialog-content.ui-widget-content table {
    width: 100%;
    font-size: 13px;
}

.ui-dialog-content.ui-widget-content table td {
    border: none;

}

.mm-cancel-membership-button,
.mm-cancel-subscription-button,
.mm-update-subscription-button {
    color: #066CD2;
    font-size: 16px;
    padding: 0px 10px;
}

@media screen and (max-width: 1190px) {
    .cbp-rfgrid li {
        width: 20%;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3)
    }
}

@media screen and (max-width: 945px) {
    .cbp-rfgrid li {
        width: 25%;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2)
    }
}

@media screen and (max-width: 660px) {
    .cbp-rfgrid li {
        width: 33.3333333%;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2)
    }
}

@media screen and (max-width: 660px) {
    .cbp-rfgrid li {
        width: 33.3333333%;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2)
    }
}

.header-section.fixed {
    position: fixed;
    top: 0;
    width: 100%;

}

.header-section {
    background: #000 !important;
    z-index: 9999;
}

#slide-nav .container-fluid {
    padding: 0 5px
}

#slide-nav .no-margin-top {
    margin-top: 0px !important
}

#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 1px 0px 0px 0px;
    width: 30px;
    height: 40px;
    padding: 6px 0px 0px;
    border: 0px none;
    background: #000;
    /* z-index: 111111; */
    margin-left: 6px;
}

/* icon bar prettyup - optional */
#sections-filter {
    text-align: center;
}

#sections-filter li {
    display: inline-grid;
    background: #333;
    padding: 10px 10px;
    color: #fff;
    margin-top: 20px;
}

#sections-filter li a {
    color: #fff;
}

#sections-filter li.current_page_item {
    background: transparent;
    border: 2px solid #333;
}

#sections-filter li.current_page_item a {
    color: #333;
}

#slide-nav .navbar-toggle>.icon-bar {
    width: 100%;
    display: block;
    height: 4px;
    margin: 5px 0 0 0;
}

#slide-nav .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: orange
}

#slide-nav .navbar-header {
    position: relative
}

/* un fix the navbar when active so that all the menu items are accessible */

#slide-nav .navbar.navbar-fixed-top.slide-active {
    position: relative
}

/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */

@media (max-width: 767px) {
    #slide-nav .container {
        margin: 0;
        padding: 0 !important;
    }

    #slide-nav .navbar-header {
        margin: 0 auto;
    }

    #slide-nav .navbar.slide-active {
        position: absolute;
        width: 80%;
        top: -1px;
        z-index: 1000;
    }

    #slide-nav #slidemenu {
        background: #f7f7f7;
        left: -100%;
        width: 80%;
        min-width: 0;
        position: absolute;
        padding-left: 0;
        z-index: 2;
        top: -8px;
        margin: 0;
    }

    #slide-nav #slidemenu .navbar-nav {
        min-width: 0;
        width: 100%;
        margin: 0;
    }

    #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
        min-width: 0;
        width: 80%;
        white-space: normal;
    }

    #slide-nav {
        border-top: 0
    }

    #slide-nav.navbar-inverse #slidemenu {
        background: #333
    }

    /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/

    #slide-nav #navbar-height-col {
        position: fixed;
        top: 0;
        height: 100%;
        width: 80%;
        left: -80%;
        background: #eee;
    }

    #slide-nav.navbar-inverse #navbar-height-col {
        background: #333;
        z-index: 1;
        border: 0;
    }

    #slide-nav .navbar-form {
        width: 100%;
        margin: 8px 0;
        text-align: center;
        overflow: hidden;
        /*fast clearfixer*/
    }

    #slide-nav .navbar-form .form-control {
        text-align: center
    }

    #slide-nav .navbar-form .btn {
        width: 100%
    }

    #slide-nav .navbar-toggle {
        display: block;
    }
}

@media (min-width: 768px) {
    #slide-nav .navbar.navbar-fixed-top.slide-active {
        position: fixed
    }

    #slide-nav .navbar-header {
        left: 0 !important
    }
}

#slide-nav .navbar .container {
    padding: 0 !important;
}

#slide-nav .navbar {
    height: 55px !important;
    margin-bottom: 0px;
    border-radius: 0px !important
}

#slide-nav .navbar-default {
    background: transparent;
    border: none;
}

#slide-nav .navbar-toggle {
    display: block;
}

#slide-nav .navbar-brand {
    display: block;
    margin: 0 !important;
    outline: medium none;
    padding: 0;
}

#slide-nav .navbar-right li {
    float: left;
}

#slide-nav .navbar-brand a:focus {
    outline: none;
    border: none;
}

#slide-nav .navbar-brand img {
    margin-top: 10px;
    margin-left: 10px;
}

#slide-nav .navbar-collapse {
    float: right;
    padding: 0;
}

.search-bar {
    background: #000;
    height: 55px;
    position: fixed;
    width: 100%;
    z-index: 999;
    font-weight: bold;
    display: none;
    z-index: 99999999999;
    top: 0px;
}

.header-search-form {
    padding: 0;
    background: #222;
    min-height: 30px;
    width: 100%;
    height: 100%;
}

.header-search {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: #000
}

.search-logo {
    float: left;
    padding-left: 15px;
    padding-top: 10px;
}

.search-icon {
    background: #000;
    height: 30px;
    border: none;
    float: left;
}

.search-icon i {
    font-size: 20px;
    padding: 18px 0px 0px 19px;
}

#search-input-header {
    float: left;
    height: 32px;
    background: #000 none repeat scroll 0% 0%;
    color: #FFF !important;
    padding-left: 12px;
    border: medium none;
    font-size: 18px;
    width: 60%;
    margin-top: 2px;
}

#search-input-header input {
    width: 90%;
    background: #696969;
    border: medium none;
    height: 100%;
    font-weight: normal;
    margin-top: 10px;
    outline: none !important;
    padding: 5px 10px;
    font-size: 15px;
}

#search-input-header input::-webkit-input-placeholder {
    color: #fff;
}

#search-input-header input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#search-input-header input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

#search-input-header input:-ms-input-placeholder {
    color: red;
}

#search-input-header ul {
    height: 100%;
    left: 15px;
    list-style: none outside none;
    margin-top: 15px;
    position: absolute;
    width: 97%;
}

#search-input-header ul li {
    background-color: #666666;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 5px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 100%;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
}

#search-input-header ul li a {
    color: #BDBDBD !important;
    font-size: 20px;
    font-weight: normal;
    outline: none;
    display: block;
}

#search-input-header ul li:hover {
    background: #B0B0B0;
}

#search-input-header ul li:hover a {
    color: #262626 !important;
}

.close-search {
    position: absolute;
    right: 0;
    top: 12px;
}

.search-bar .close-search .fa-times {
    font-size: 20px;
    padding: 5px;
    color: #fff;
}

.search-bar .close-search .fa-times:hover {
    color: #fff;
}

#slide-nav .fa-user {
    padding-right: 5px;
}

/*  Css For top user menu started  */
#member-menu {
    padding: 0px;
}

#member-menu li.fa:before {
    color: #000;
    line-height: 30px;
}

#member-menu>.menu-item {
    padding: 10px;
    position: relative;
}

#member-menu>.menu-item>a {
    width: 100%;
    color: #000;
    outline: none;
    padding: 10px !important;
    font: 15px/30px "Montserrat";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-indent: 30px;

}

/*  Css For top user menu finished  */
#slide-nav {
    /*background-color: #222; */

    background: #000000;
    border-color: transparent !important;
    border: none !important;
    margin: 0px;
}

#slide-nav .navbar-nav {
    margin: 0 !important;
}

#slide-nav .navbar-right li.current-menu-item {
    background: #FA7252 !important;
}

#slide-nav .navbar-right li:hover {
    background: #FA7252;
    color: #fff;
}

#slide-nav .site-top-menu .navbar-nav>.current-menu-item>a,
#slide-nav .site-top-menu .navbar-nav>.current-menu-item>a:hover,
#slide-nav .site-top-menu .navbar-nav>.current-menu-item>a:focus {
    background: #FA7252;
    color: #fff;
}

#slide-nav .custom-nav li {
    display: inline-block;
    background: transparent;
}

#slide-nav .custom-nav li:hover {
    display: inline-block;
}

#slide-nav .custom-nav li.fa.fa-photo {
    display: none;
}

#slide-nav .navbar-right li a {
    display: block;
    font-size: 15px;
    outline: medium none;
    padding: 17px;
    text-align: left;
}

#slide-nav .navbar-nav>.open>a,
#slide-nav .navbar-nav>.open>a:hover,
#slide-nav .navbar-nav>.open>a:focus {
    background: #7A7A7A
}

#slide-nav .navbar-right li a:focus {
    outline: none;
}

#slide-nav .navbar-right li a button {
    outline: none;
}

#slide-nav .navbar-right li a button {
    outline: none;
    background: transparent !important;
}

#slide-nav .dropdown-menu li {
    width: 100%;
}

#slide-nav .dropdown-menu li img {
    padding-right: 8px;
}

#slide-nav.custom-nav li a {
    padding: 15px 17px;

}

#slide-nav .navbar-right.custom-nav li a.user_nav_menu {
    padding: 10px;
    color: #9d9d9d;
}

#slide-nav .navbar-right.custom-nav li a.user_nav_menu>* {
    display: inline-block;
    font-size: 15px;
    padding: 0;
    vertical-align: middle;
}

#slide-nav .navbar-right.custom-nav .user_nav_menu .name {
    margin: 0 0 0 10px;
}

#slide-nav .navbar-right.custom-nav .user_nav_menu img {
    border-radius: 50%;
}

#slide-nav .navbar-right.custom-nav li.open a.user_nav_menu,
#slide-nav .navbar-right.custom-nav li:hover a.user_nav_menu,
#slide-nav .navbar-right.custom-nav li.open a.user_nav_menu:hover,
#slide-nav .navbar-right.custom-nav li.open a.user_nav_menu:focus {
    background: #fa7252 none repeat scroll 0 0;
    color: #fff;
}

@media (max-width: 767px) {
    #slide-nav .navbar-right.custom-nav li a.user_nav_menu {
        line-height: 35px;
        padding: 9px 3px;
    }

}

@media (max-width: 420px) {
    #slide-nav .navbar-right.custom-nav li a.user_nav_menu {
        line-height: 35px;
    }

    #slide-nav {
        min-height: 54px;
    }

    #slide-nav .navbar-brand img {
        margin-top: 10px;
        margin-left: 5px;
        width: 190px;
        padding: 5px 0px;
    }

    #slide-nav .navbar-right li a {
        padding: 5px 5px;
        line-height: 44px;
    }
}

#search-form {
    margin-top: 2px;
    display: none;
}

#LoginBox {
    z-index: 9999999;
}

#LoginBox .modal-content {
    padding: 0px;
}

#slide-nav .nav li a i {
    font-size: 20px;
    color: #fff;
}

/* *******************
 * 4. footer Section
 ******************* */

#footer {
    background: #363533;
    position: relative;
    clear: both;
}

.footer-center {
    padding: 19px 5px 5px 5px !important;
    background: #363533 !important;
}

.footer-top {
    background: #2b2b2b none repeat scroll 0 0;
    color: #fff;
    border-bottom: solid 3px #d80109;
    padding: 0px !important;
}

.footer-bottom {
    background: #2b2b2b none repeat scroll 0 0;
    color: #D3D3D3;
    font-size: 16px;
    padding: 12px 0 !important;
}

.footer-bottom .container {
    padding: 0;
}


.footer-bottom .container .row {
    margin: 0;
}

.footer-top h2 {
    margin: 0;
    padding: 0;
    color: #fff;
}

.footer-menu {
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer-menu h3 {
    color: #CCC;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 2%;
}

.footer-menu ul {
    display: block;
    text-align: center;
    min-height: 31px;
}

.footer-menu ul li {
    font-size: 16px;
    color: #FFF;
    list-style: outside none none;
    padding-right: 2%;
    text-align: center;
    margin-bottom: 8px;
    display: inline-block;
}

.footer-menu ul li a {
    color: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.footer-menu ul li a:hover {
    color: #78c8c9;
}

.social-icons {
    display: inline-block;
    text-align: center;
}

.social-icons p {
    display: block;
    text-align: center;
}

.social-icons a:hover {
    background: #4EB7B8;
    color: #fff;
}

.social-icons a {
    background: #78c8c9;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    line-height: 40px;
    float: left;
    margin-right: 5px;
    margin-bottom: 15px;
    color: #ffffff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.footer-bottom .social-icons a:hover {
    background: #fa7252;
    color: #fff !important;
}

#footer .footer-top.text-center h2 {
    color: #FFFFFF;
    float: none;
    font-size: 18px;
    font-weight: inherit;
    overflow: hidden;
    padding: 15px 0;
}

.footer-menu input[type="text"],
.footer-menu input[type="email"] {
    padding: 8px;
    border: none;
    width: 90%;
    margin: 6px 0;
}

.footer-menu input[type="submit"] {
    border: none;
    background: #666666;
    color: #fff !important;
    padding: 8px;
    width: 90%;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
}

.footer-bottom p,
.footer-bottom p a {
    color: #959494;
    padding-top: 10px;
}

.footer-bottom a {
    color: #fff !important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: none
}

.footer-bottom a:hover {
    color: #78C8C9 !important;
}

.footer-bottom .copyrightmenu li {
    border-left: 1px solid #959494;
    display: inline-block;
    line-height: 13px;
    padding: 0 5px 0 10px;
}

.footer-bottom .copyrightmenu li:first-child {
    border-left: none;
}

.footer-bottom .copyrightmenu li:first-child a {
    text-decoration: none;
    color: #959494 !important;
    cursor: default;
}

.footer-bottom .copyrightmenu {
    margin: 0;
    padding: 10px 0;
}

.footer-bottom .copyrightmenu li a {
    outline: none;
}

.sidebar-menu {
    float: left;
    height: 100vh;
    left: -350px;
    position: absolute;
    top: 53px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    z-index: 99999;
}

#article-wrapper {
    margin-top: 54px;
}

.sidebar-menu .menu-toggle-menu-container,
.sidebar-menu .wall {
    background: #fff;
    border-radius: 4px;
    width: 180px;
    padding: 5px 5px;
    border: 1px solid #ccc;
    z-index: 99;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .4);
}

.sidebar-menu .wall {
    text-align: center;
    padding: 10px 0px;
}

.sidebar-menu a.btn.user-btn {
    display: inline;
    border: 0px;
    background: #3CB0FD;
}

.header-section .sidebar-menu .dcjq-accordion {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 25px #000;
    height: 100vh;
    overflow: auto;
    width: 250px;
}

.sidebar-menu:before {
    content: "\f0d8";
    position: absolute;
    height: 15px;
    width: 15px;
    top: -20px;
    left: 17px;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 2em;
}

.show-sidebar {
    margin: 0;
    left: 0;
    display: block;
    background: transparent;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sidebar-menu ul .sub-menu {
    border-left: 5px solid #000000;
    border-top: 1px solid #000000;
    display: none;
    padding: 0;
}

.sidebar-menu ul .sub-menu>li {
    border-bottom: 1px solid #000000;
}

.sidebar-menu ul.menulink>li {
    border-bottom: 1px solid #CCCCCC;
    margin: 0;
}

.sidebar-menu ul {
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#wrapper.col-lg-12 {
    padding: 54px 0px 0px 0px;
    z-index: 3;
}

.sidebar-menu ul li {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #eee;
}

.header-section .sidebar-menu ul li a {
    color: #000;
    display: block;
    font: 18px/30px Montserrat;
    outline: medium none;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-section .sidebar-menu ul li a:hover {
    background: none repeat scroll 0 0 #FA7252;
    color: #fff;
}

.sidebar-menu ul li.active a {
    background: none repeat scroll 0 0 #FA7252;
    color: #fff !important;
}

.sidebar-menu ul li a i {
    margin-right: 5px;
}

.sidebar-menu ul li a i:last-child {
    float: right;
}

.sidebar-menu ul li a i span {
    font-weight: 600;
    color: #293F4F;
    text-align: left;
    font-size: 14px;
}

.wpfp-hide {
    display: none;
}

.wpfp-img {
    border: 0;
    vertical-align: middle;
    margin-right: 2px;
}

#slide-nav .glyphicon-search::before {
    font-size: 20px;
    color: #fff;
}

.search-btn {
    opacity: .18;
}

.search-btn.searchblog {
    opacity: 1;
}

#slide-nav .navbar-right.custom-nav li.req-login a {
    background: none repeat scroll 0 0 #FA7252;
    color: #FFFFFF;
    outline: medium none;
    padding: 17px;
}

.page-template-basic-sidebar-page-php .hnd_archive_page div.row {
    margin: 0 -15px !important;
    padding: 0 5px;
}

.page-template-basic-sidebar-page-php .hnd_archive_page div.row>* {
    padding: 0px 15px;
}

.page-template-basic-sidebar-page-php .row.quarter {
    margin: 0 -15px !important;
}

.page-template-basic-sidebar-page-php .row.quarter div.row>* {
    padding: 0px !important;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 800px) {
    .navbar-right li a {
        outline: medium none;
        padding: 17px 12px;
    }
}

#slide-nav .navbar-collapse,
#slide-nav .navbar-form {
    background: transparent !important;
    position: relative;
    z-index: 9999;
}

@media (max-width: 768px) {
    /*.navbar-toggle{
      pointer-events: none;
    }*/

    .footer-bottom .copyrightmenu li {
        width: 100%;
        padding: 0px;
        border: none !important;
    }

    .footer-bottom .copyrightmenu li a {
        display: block;
        font: 14px/25px Montserrat;
        outline: medium none;
    }


    .course-box {
        list-style: none;
        border-top: 1px solid #ccd6db;
        display: block;
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .course-box span.txtonimg i:first-child {
        display: none;
    }

    .login-courses-section .course-box .login-first-box {
        margin-right: 0px;
    }

    .course-box .login-course-box {
        float: left;
        width: 30%;
        margin: 0px;
        padding: 0px;
        position: relative;
    }

    .login-courses-section .course-box .login-course-label a {
        font: bold 11px/16px Montserrat;
    }


    .course-box .login-course-detail {

        float: left;
        width: 70%;
        margin: 0px;
        padding: 0px 10px !important;

    }

    .course-box .login-course-detail .login-course-label {
        height: auto;
    }

    .course-box .txtonimg .fa.fa-video-camera {
        bottom: 5px;
        right: 5px;
    }

    .tab-content .login-courses-section {
        padding: 0px;
    }


}

@media (min-width: 640px) and (max-width: 767px) {
    .header-section .custom-nav {
        float: right;
    }

    .header-section .custom-nav li {
        display: inline-block;
        background: transparent;
        border: none !important;
    }

    .header-section .custom-nav li:hover {
        display: inline-block;
        background: transparent;
    }

    .header-section .navbar-header {
        float: left;
    }

    .header-section .navbar-nav>li {
        border-bottom: 2px solid #fff;
    }

    #search-input-header {
        width: 80%;
    }

    .header-section .navbar-nav .open .dropdown-menu {
        margin-top: 0px;
        border: 0px none;
        box-shadow: none;
        float: right;
        right: 0px;
        background-color: rgb(255, 255, 255);
        text-align: right;
        width: 50%;
        position: absolute;
    }

    .header-section .dropdown-menu {
        left: auto;
    }

    .header-section .navbar-right li a {
        outline: medium none;
        padding: 5px 15px 0px 0px;
    }

    .header-section .navbar-right li:last-child a {
        outline: none;
        padding: 12px;
        padding-top: 8px;
    }

    .header-section .glyphicon {
        top: 3px;
    }

    .footer-menu ul li {
        font-size: 16px;
        color: #FFF;
        list-style: outside none none;
        padding-right: 2%;
        text-align: center;
        margin-bottom: 8px;
        display: block;
    }

    .header-section .first-nav>li {
        border-bottom: 1px solid #FFF;
        padding: 2px 10px 10px 10px;
    }

    .header-section .first-nav>li:first-child {
        border-bottom: 1px solid #FFF;
        padding: 12px 10px 8px 10px;
    }

    .header-section .first-nav>li:last-child {
        border-bottom: 1px solid #FFF;
        padding: 10px;
        padding: 2px 10px 2px 0px;
    }

    .search-logo {
        display: none;
    }

    #search-input-header {
        width: 85%;
    }

}

@media (min-width: 400px) and (max-width: 640px) {
    .header-section .custom-nav {
        float: right;
    }

    .header-section .custom-nav li {
        display: inline-block;
        border: none !important;
    }

    .header-section .navbar-header {
        float: left;
    }

    .header-section .navbar-nav>li {
        border-bottom: 2px solid #fff;
    }

    #search-input-header {
        width: 80%;
    }

    .header-section .navbar-nav .open .dropdown-menu {
        margin-top: 0px;
        border: 0px none;
        box-shadow: none;
        float: right;
        right: 0px;
        background-color: rgb(255, 255, 255);
        text-align: right;
        width: 50%;
        position: absolute;
        z-index: 99999999999;
    }

    .header-section .dropdown-menu {
        left: auto;
    }

    .header-section .navbar-right li a {
        outline: medium none;
        padding: 5px 15px 0px 0px;
    }

    .header-section .navbar-right li:last-child a {
        outline: none;
        padding: 12px;
        padding-top: 8px;
    }

    .header-section .glyphicon {
        top: 3px;
    }

    .footer-menu ul li {
        font-size: 16px;
        color: #FFF;
        list-style: outside none none;
        padding-right: 2%;
        text-align: center;
        margin-bottom: 8px;
        display: block;
    }

    .header-section .first-nav>li {
        border-bottom: 1px solid #FFF;
        padding: 2px 10px 8px 10px;
    }

    .header-section .first-nav>li:first-child {
        border-bottom: 1px solid #FFF;
        padding: 12px 10px 8px 10px;
    }

    .header-section .first-nav>li:last-child {
        border-bottom: 1px solid #FFF;
        padding: 10px;
        padding: 2px 10px 0px 0px;
    }

    .search-logo {
        display: none;
    }

    #search-input-header {
        width: 86%;
    }

    .header-section .navbar-brand img {
        margin-left: 10px;
    }
}

@media (min-width: 300px) and (max-width: 420px) {
    .footer-top h2 {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 17px;
    }

    .col-xxxs {
        width: 100%;
    }

    .header-section .navbar-right li:last-child a {
        outline: none;
        padding: 12px;
        padding-top: 5px;
    }

    .header-section .glyphicon {
        top: 3px;
    }

    /*hidden in small device*/
    /******************/
    /*well come area*/
    /******************/

    .header-section .custom-nav {
        position: absolute;
        right: 0;
        top: 0;
    }


    .header-section .custom-nav li {
        display: inline-block;
        border: none !important;
    }

    .header-section .navbar-header {
        float: left;
    }

    .header-section .navbar-nav>li {
        border-bottom: 2px solid #fff;
    }

    .header-section .navbar-nav .open .dropdown-menu {
        margin-top: 2px;
        border: 0px none;
        box-shadow: none;
        float: right;
        right: 0px;
        background-color: rgb(255, 255, 255);
        text-align: right;
        width: 50%;
        position: absolute;
    }

    .header-section .dropdown-menu {
        left: auto;
    }

    .header-section .navbar-right li a {
        outline: medium none;
        /*padding: 8px 15px 0px 0px;   */
    }

    .footer-menu ul li {
        font-size: 16px;
        color: #FFF;
        list-style: outside none none;
        padding-right: 2%;
        text-align: center;
        margin-bottom: 8px;
        display: block;
    }

    .header-section .first-nav>li {
        border-bottom: 1px solid #FFF;
        padding: 2px 10px 8px 10px;
    }

    .header-section .first-nav>li:first-child {
        border-bottom: 1px solid #FFF;
        padding: 12px 10px 8px 10px;
    }

    .header-section .first-nav>li:last-child {
        border-bottom: 1px solid #FFF;
        padding: 10px;
        padding: 2px 10px 2px 0px;
    }

    .search-logo {
        display: none;
    }

    #search-input-header {
        width: 80%;
    }

}

@media (max-width: 768px) {

    .header-section .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        width: 100%;
        /* display: block;*/

        background: rgb(0, 0, 0) !important;
        margin: 0;
        padding: 0;
    }

    .header-section .header-menu-btn {
        display: inline-block !important;
    }

    .header-section .navbar-right li a {
        outline: medium none;
        padding: 5px 15px 0px 0px;
    }

}

.ui-widget-overlay {
    background: rgba(0, 0, 0, .2);
}

#hnd_post_content .mm-myaccount-module {
    border: 1px solid #ddd;
    margin: 0 0 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
}

#hnd_post_content .mm-myaccount-module-header {
    background: #eee none repeat scroll 0 0;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 20px;
    position: relative;
}

#hnd_post_content .mm-myaccount-module-header i {
    margin-right: 5px;
}

#hnd_post_content .mm-myaccount-block {
    float: left;
    width: 100%;
}

#hnd_post_content .mm-update-button {
    background: transparent none repeat scroll 0 0;
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: .75em;
    padding: 4px 10px;
    border: 1px solid #066cd2;
    color: #066cd2;
    font-weight: normal;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#hnd_post_content .mm-update-button:hover {
    background: #066cd2;
    color: #fff;
    text-decoration: none;
}

#hnd_post_content .mm-myaccount-content-wrapper {
    padding: 10px;
}

#hnd_post_content p.mm-myaccount-element {
    font-size: .85em;
    margin: 0;
    border-top: 1px solid #eee;
}

#hnd_post_content p.mm-myaccount-element:first-child {
    border-top: none;
}

#hnd_post_content p.mm-myaccount-element span {
    display: inline-block;
    padding: 5px 10px;
    vertical-align: top;
}

#hnd_post_content p.mm-myaccount-element span.mm-myaccount-label {
    width: 150px;
    font-weight: bold;
    color: #333;
}

#hnd_post_content .mm-myaccount-module table {
    font-size: .85em;
    padding: 10px;
    width: 100%;
}

#hnd_post_content .mm-myaccount-module table th,
#hnd_post_content .mm-myaccount-module table td {
    padding: 5px 10px;
}

#hnd_post_content .mm-myaccount-module table th {
    border-bottom: 2px solid #ddd;
}

#hnd_post_content .mm-myaccount-module table td {
    border-top: 1px solid #ddd;
}

#hnd_post_content .mm-error {
    font-size: .85em;
    padding: 10px;
    margin: 0 0 20px;
    color: #c00;
    background: #feeeef;
    border: 1px solid #fd868c;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ui-dialog-content.ui-widget-content table {
    width: 100%;
    font-size: 13px;
}

.ui-dialog-content.ui-widget-content table td {
    border: none;

}

#hnd_post_content .mm-cancel-membership-button,
#hnd_post_content .mm-cancel-subscription-button,
#hnd_post_content .mm-update-subscription-button {
    color: #066CD2;
    font-size: 16px;
    padding: 0px 10px;
}

body.homepage #main-wrapper #content {
    padding: 0 !important;
    text-align: left;
}

#hnd_post_content .taken-course-menu {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #e7e7e7;
}

#hnd_post_content .login-courses-section {
    padding: 20px 0px;
    background: linear-gradient(#fff, #f0f0f0);
}

#hnd_post_content .tab-content {
    border: 1px solid #e7e7e7;
    border-top: 0px;
}

#main-wrapper .row.quarter {
    margin: 0 !important;
}

/*  Css For sidebart user menu started  */
#member-sidebar-menu {
    padding: 0px;
}

#member-sidebar-menu li.fa:before {
    color: #000;
    line-height: 30px;
}

#member-sidebar-menu>.menu-item {
    padding: 10px;
    position: relative;
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid #e7e7e7;
    width: 100%;
}

#member-sidebar-menu>.menu-item>a {
    width: 100%;
    color: #000;
    outline: none;
    padding: 10px !important;
    font: 15px/30px "Montserrat";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-indent: 30px;
    display: block;
    transition: all 0.3s ease 0s;
}

#member-sidebar-menu>.menu-item:hover,
#member-sidebar-menu>.current-menu-item {
    background: #FA7252;
}

.wpua-edit-container>h3 {
    display: none;
}

#wpua-preview-existing {
    text-align: center;
    border: 1px solid #C9C9C9;
    background: #fff;
    padding: 10px 10px 10px 10px;
}

#wpua-preview-existing .description {
    display: none;
}

#hnd_post_content #wpua-preview-existing img {
    border: 0px;
}

.wpua-edit p {
    overflow: hidden;
}

.wpua-edit .button {
    border: 0 none;
    border-radius: 0px;
    color: #ffffff;
    transition: background-color 0.2s ease-in-out 0s;
}

#wpua-file-existing {
    margin: 0px 0px 10px 0px;
}

#wpua-images-existing button,
#wpua-thumbnail-existing,
#wpua-upload-existing,
#wpua-thumbnail-existing img {
    display: none !important;
}

#wpua-preview-existing img {
    max-height: inherit !important;
    max-width: 227px;
}

#wpua-preview-existing {
    color: transparent;
}

#wpua-max-upload-existing.error {
    color: #c7254e;
    font-weight: bold;
}

.login-back-to-top a {
    text-align: center;
    display: block;
    color: #000;
    padding: 10px 0px;
}

/*  Css For sidebart user menu finished  */

#login-mobile-user-menu>.mm-myaccount-block {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
}

#login-mobile-user-menu .avatar-block .avatar {
    border-radius: 50%;
}

#login-mobile-user-menu .avatar-block {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 0 15px
}

.single-post.logged-in #sidebar>.sidebar_widgets>li:first-child {
    display: none;
}

.promotion {
    background: rgba(120, 200, 201, 1) none repeat scroll 0 0;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.promotion>h2 {
    color: #f9f9f9;
    margin-bottom: 20px;
    font-size: 1.8em;
    line-height: 1.8em;
}

.promotion .btn-promotion {
    background: #FA7252;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}

.promotion .btn-promotion:hover {
    color: #fff;
}

.mm-ui-button {
    font-family: Montserrat;
    font-size: 12px;
}

#mm-form-container input {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

#mm-form-container select {
    border: 1px solid #ccc;
    margin: 0;
    padding: 9px 10px;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: 0px;
    text-indent: -9999999px;
    font-size: 12px;
}

#mm-subscriptions-table tr>td:last-child,
#mm-subscriptions-table tr>th:last-child {
    display: none;
}

.view-switch {
    display: none;
}

/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #fa7252;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
}

/* Fancy blur effect */
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #fa7252, 0 0 5px #fa7252;
    opacity: 1.0;

    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;

    border: solid 3px transparent;
    border-top-color: #fa7252;
    border-left-color: #fa7252;
    border-radius: 50%;

    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


ul {
    padding: 0;
}

.main-menu {
    margin-left: 10% !important;
}

.div_gap {
    margin-bottom: 10px;
}

.page-nav-aro>a:hover {
    color: #000000;
}

#hnd-social-bar a i {
    float: none;
    margin-top: 8px;
}

#article-title+.row {
    margin: 0 -15px;
}

#article-title+.row>div {
    padding: 0px 15px;
}

.article-content {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 10px 10px -10px #ccc;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
}

.article-content img.aligncenter {
    height: inherit;
    max-width: 100%;
    margin: 0 auto 1.75em;
    clear: both;
    display: block;
}

#article-title {
    border-bottom: 1px solid #54a4a5 !important;
    color: #54a4a5;
    margin: 10px 0;
    padding: 20px 0 10px;
    font-size: 2em;
}

.article-content h1 {
    font-size: 1.8em;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.article-content h2 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 10px;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    font-weight: bold;
}

.article-content pre {
    background: #ececec none repeat scroll 0 0;
    margin: 0 0 10px;
    padding: 15px;
}

.article-content ul,
.article-content ol {
    margin: 0 0 15px 15px;
}

.article-content li {
    list-style: initial;
    margin-bottom: 10px;
}

.article-content ol li {
    list-style: decimal;
    padding-left: 5px;
    margin-left: 5px;
}

.widget-title {
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 20px;
    padding: 0 0 10px;
    position: relative;
    font-weight: bold;
    margin: 10px 0px 20px 0px;
}

h3.widget-title:before {
    content: "";
    background: #fcd670;
    width: 70px;
    position: absolute;
    bottom: -1px;
    height: 5px;
}

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

#wt_sidebar_pouplar a {
    border-bottom: 1px dotted #878787;
    color: #333;
    outline: 0 none;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
}

#wt_sidebar_pouplar a:hover {
    color: #000;
}

#sidebar li.widget-container {
    box-shadow: 0 10px 10px -10px #ccc;
    margin-bottom: 15px;
}

.article-tags {
    border-top: 1px solid #e6e6e6;
    display: block;
    padding: 15px 0 0;
}

.article-tags ul {
    display: inline-block;
    margin: 0;
}

.article-tags ul li {
    background: rgba(120, 200, 201, 1) none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    margin: 2px;
}

.article-tags ul li a {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: normal;
    padding: 5px 10px;
}

.centered_titles {
    background: rgba(0, 0, 0, 0.28) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease 0s;
}

.centered_titles>b {
    display: table;
    height: 100%;
    padding: 5px;
    width: 100%;
}

.centered_titles i {
    color: #fff;
    display: table-cell;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.thumbnail .item a span b i {
    display: table-cell;
    font-family: "Montserrat", sans-serif;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
input[type=checkbox]{
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -o-appearance : checkbox;
}
.img-item.add-to-lifetime,
.wpfp-span {
    margin: 2px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    background: #c7c42e;
    border-radius: 50%;
    padding: 1px 6px;
    font-size: 12px;
    line-height: 22px;
    text-shadow: 1px 1px 1px #333;
}

.img-item.add-to-lifetime a,
.wpfp-span .wpfp-link,
.wpfp-span .wpfp-unlink {
    color: #fff;
}

.wpfp-img {
    position: absolute;
    width: 25px !important;
    top: 0px;
    right: 0px;
}

.content-update-block {
    background: rgba(120, 200, 201, 1) none repeat scroll 0 0;
    color: #fff;
    display: block;
    font: 20px/30px "Montserrat";
    padding: 20px;
    text-align: center;
}

.content-update-block a {
    color: #000000;
    font-weight: 500;
}

.tweet_button {
    width: 115px;
    height: 25px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: normal;
    margin-left: 5px;
}

.tweet_button:hover {
    color: #fff;
}

.FEATURED-BLOG-POSTS {
    box-shadow: 0 28px 20px -25px #222;
    float: left;
    overflow: hidden;
    padding: 65px 0 0 13px;
    width: 100%;
}

.FEATURED-BLOG-POSTS LI {
    float: left;
    width: calc(99% / 3);
    position: relative;
}

.FEATURED-BLOG-POSTS a {
    box-shadow: 0 0 0 1px #DFDFDF;
    display: block;
}

.FEATURED-BLOG-POSTS a:hover {
    background: rgba(0, 144, 197, 0.8) none repeat scroll 0 0
}

.FEATURED-BLOG-POSTS a:hover .load-in-lazy {
    opacity: 0.20;
}

.FEATURED-BLOG-POSTS .more {
    display: none;
}

.FEATURED-BLOG-POSTS a:hover .more {
    display: block;
    bottom: 0px;
    right: 10px;

}

.FEATURED-BLOG-POSTS a img {
    float: left;
}

.FEATURED-BLOG-POSTS a:hover .inner {
    display: none;
}

.FEATURED-BLOG-POSTS LI.staff_first {
    width: calc(99% - 99% / 3);
    border-right: 1px solid #fff;
}

.FEATURED-BLOG-POSTS .load-in-lazy {
    width: 100%;
}

.FEATURED-BLOG-POSTS LI div {
    position: absolute;
}

.FEATURED-BLOG-POSTS LI h3 {
    color: #fff;
    font-weight: 500;
    padding: 0 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    width: 100%;
    padding: 0 10px;

}

.FEATURED-BLOG-POSTS LI .more>h3 {
    font-family: Montserrat;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.FEATURED-BLOG-POSTS .inner {
    left: 0;
    font-family: Montserrat;
    right: 0;
    top: 40%;
}

#hnd-blog-list {
    min-height: 450px;
    padding: 0 15px;
}

@media(max-width:540px) {

    .FEATURED-BLOG-POSTS LI,
    .FEATURED-BLOG-POSTS LI.staff_first {
        width: 100%;
    }
}

#mm_checkout_form .coupon-area,
.mm-couponSuccessMessage,
.mm-couponErrorMessage {
    height: 0;
    margin: 0;
    overflow: hidden;
    width: 0;
    display: none !important;
}

.wisdomSearch {
    display: block;
    width: 30%;
    margin: 0px auto;
    padding: 7px 15px;
}

.wisdomSearch .search-wrap {
    width: 100%;
    position: relative;
}

.wisdomSearch .search-wrap input[name="find"] {
    width: 100%;
    margin: 3px 0px 0px 0px;
    border: 0px;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 25px;
    color: #888;
    height: 35px;
}

.search-wrap .btn.btn-primary {
    background-color: #78C8C9;
    border-color: #78C8C9;
    position: absolute;
    right: 2px;
    top: 5px;
    font-size: 10px;
    line-height: 19px;
    padding: 5px 10px;
}

#wisdom-search-suggestion {
    position: absolute;
    z-index: 99;
    top: 48px;
    width: 100%;
}

#wisdom-search-suggestion #search_result_top li {
    border-bottom: 1px solid #ccc;
    display: block;
    background-color: #666;
    color: #fff;
    cursor: pointer;
    padding: 8px 0px;
}

#wisdom-search-suggestion #search_result_top .suggest_title {
    padding-left: 8px;
    display: block;
    font-size: 11px;
}

#wisdom-search-suggestion #search_result_top li:hover {
    background: #999;
}

.header-section .sidebar-menu::before {
    top: -18px;
}


#search_result_top::before {
    content: '.';
    position: absolute;
    color: transparent;
    width: 0px;
    height: 0px;
    border-left: 6px solid #000;
    border-right: 6px solid #000000;
    border-bottom: 6px solid #666;
    top: -6px;
    left: calc(50% - 10px);
}

#hnd-search-suggest ul#search_result_top {
    left: 5px;
    margin-top: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .wisdomSearch {
        width: 35%;
        float: right;
        padding: 7px 15px;
    }
}


@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background {
    background: linear-gradient(270deg, #ffffff, #dddddd, #dddddd, #ffffff);
    background-size: 800% 800%;

    -webkit-animation: animatedPlaceholder 2s ease infinite;
    -moz-animation: animatedPlaceholder 2s ease infinite;
    animation: animatedPlaceholder 2s ease infinite;
}

@-webkit-keyframes animatedPlaceholder {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes animatedPlaceholder {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes animatedPlaceholder {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@media (max-width: 1099px) {

    .navbar-collapse.collapse.visible-lg {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .ui-dialog {
        width: 100% !important;
        max-width: 600px !important;
    }

    #hnd_post_content .mm-update-button {
        position: static;
    }

    .header-section .sidebar-menu .dcjq-accordion {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #mm_checkout_form .row {
        margin: 0px -15px;
    }

    #mm_checkout_form .pricing-column {
        padding: 0px 15px;
    }
}