/*
Theme Name:     ResellerCluster
Description:    RC theme by AttractSoft & Zetta Solutions Alliance
Author:         resellercluster
Template:       Divi

*/

a {
	text-decoration: none !important;
}

/* Uncomment when used outside DIVI theme */
@font-face {
    font-family: 'ETmodules';
    src: url('fonts/ETmodules_v2_4.eot');
    src: url('fonts/ETmodules_v2_4.eot?#iefix') format('embedded-opentype'),
    url('fonts/ETmodules_v2_4.ttf') format('truetype'),
    url('fonts/ETmodules_v2_4.woff') format('woff'),
    url('fonts/ETmodules_v2_4.svg#ETmodules') format('svg');
    font-weight: normal;
    font-style: normal;
}


/**
 * Front page
 */
.rchr-slider-title {
    font-size: 40px !important;
    font-weight: 300;
    padding: 50px 30px 20px;
}


/* general buttons */
.rchr-button {
    border: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-shadow: none;

    font-size: 18px;
    font-weight: 500;
    line-height: 1.7em !important;
    position: relative;
    -moz-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
    -moz-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.2s;
}

.rc-become-btn {
    padding: 10px !important;
    background: #E74C3C;
    color: #FFF !important;
    bottom: 10px;
    font-size: 14px;
}

.rchr-center {
    text-align: center;
}

.rchr-button.next {
    background: #e74c3c;
    /*border: 2px solid #e74c3c;*/
    color: #fff;
    padding: 0.3em 1em;
}
.rchr-button.back {
    background: #d8d8d8;
    color: #2980b9;
    /*padding: 0.3em 2em 0.3em 0.7em;*/
    padding: 0.3em 1em;
}


.rchr-button.next:hover { padding: 0.3em 2em 0.3em 1em; }
/*.rchr-button.next:hover { border: 2px solid #e74c3c; }*/
/*.rchr-button.back:hover { border: 2px solid #e74c3c; }*/
/*.rchr-button.back:hover { left: auto; }*/

.rchr-button.next:after {
    font-family: "ETmodules" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;

    content: "5";
    font-size: 28px;
    line-height: 1.1em;
    position: absolute;
    transition: all 0.2s ease 0s;
}

.rchr-button.next:after { margin-left: -0.2em; opacity: 0; }
/*.rchr-button.back:after { margin-left: 0.3em; }*/

/*.rchr-button:hover:after  { margin-left: 0; }*/
.rchr-button.next:hover:after { margin-left: 0; opacity: 1; }
/*.rchr-button.back:hover:after { left: auto; }*/


/* responsive iframes */
html,body        {height:100%;}
.wrapper {
    /*width: 80%;*/
    /*width: 100%;*/
    width: 60%;
    height: 100%;
    margin: 0 auto;
    /*background: #fefbf2;*/
    /*border: 1px solid #eab429;*/
    background: #e1edf5;
    border: 1px solid #2980b9;
    -moz-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}

.h_iframe { position: relative; }

.h_iframe .ratio {
    display: block;
    width: 100%;
    height: auto;
}

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

#et-info-chat:before {
    font-family: 'ETmodules'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;

    content: '\e065';
    position: relative;
    top: 2px;
    margin-right: 2px;
    font-size: 15px;
}

/**
 * RC login form
 */

#rc-login .rc-title {
    font-size: 17px;
    margin: 0 0 20px 20px;
}
#rc-login label {
    float: left;
    margin: 5px;
    width: 80px;
    text-align: left;
}
#rc-login input[type=text],
#rc-login input[type=password] {
    float: left;
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    -moz-border-radius: 10px; -moz-border-radius: 10px; 
	border-radius: 10px !important;
}

#rc-login .rchr_login_input_wrapper {
    position: relative;
    transition: all 0.2s ease 0s;
    text-align: center;
}
#rc-login .rchr_login_input_wrapper .rchr_button_login {
    border: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-shadow: none;

    font-size: 18px;
    font-weight: 500;
    line-height: 1.7em !important;
    position: relative;
    -moz-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
    -moz-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.2s;
}

#rc-login .rchr_login_input_wrapper .rchr_button_login {
    background: #e74c3c;
    color: #fff;
    padding: 0.3em 1em;
}

#rc-login .rchr_login_input_wrapper .rchr_arrow_right:after {
    color: #fff;
    font-family: "ETmodules" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
    content: "5";
    font-size: 28px;
    line-height: 1.1em;
    /*right: 2%;*/
    right: 35%;
    top: 45%;
    position: absolute;
    transition: all 0.2s ease 0s;
    opacity: 0;
}
#rc-login .rchr_login_input_wrapper:hover .rchr_button_login {
    padding: 0.3em 2em 0.3em 1em;
}

#rc-login .rchr_login_input_wrapper:hover .rchr_arrow_right:after {
    opacity: 1;
    /*right: 35%;*/
}

#rc-login .pw-forgot {
    margin-top: 10px;
    line-height: 14px;
    color: #999;
    font-size: 11px;
}

#rc-login br { clear: left; }

/**
 * Terms of service page
 */
.entry-content ul.terms_list,
.entry-content ul.terms_sub_list {
    list-style-type: none;
}


/**
 * Custom code signup
 */

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/** Box dialog **/

#box-dialog-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1000;
    background-color: #5c5c5c;
    opacity: .80; filter:Alpha(Opacity=80);
}

.box-dialog {
    display: none;
    position: fixed;
    top: 50%; left: 50%;
    /*min-width: 350px;*/
    width: 350px;
    min-height: 300px;
    margin-left: -175px; margin-top: -150px;
    z-index: 1001;
    background-color: #fff;
    border: 1px solid #b1b1b1;
    -moz-box-shadow: rgba(255, 255, 255, 0.8) 0px 1px 18px;
    -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;
}

/*#rc-login.box-dialog,*/
/*#dialog-creating.box-dialog { left: 50%; }*/

#dialog-email-resend.box-dialog .box-dialog-body p {
    color: #068103;
    padding-left: 34px;
    background: url(images/articles/content/green-check.png) no-repeat left center;
}

#fb-like.box-dialog .rchr-fb-join-text,
#fb-like-new .rchr-fb-join-text {
    color: #3b5998;
    font-size: 16px;
}
#fb-like-new .rchr-fb-join-text {
    line-height: 1.5em;
}


#dialog-email-changed.box-dialog {}

.box-dialog .box-dialog-controls {
    margin: 6px 12px 0 0;
    text-align: right;
}

.box-dialog .box-dialog-controls span { cursor: pointer; text-decoration: underline; }
.box-dialog .box-dialog-body { padding: 40px; }

/**   **/

/*.box-dialog .layer-email { text-align: center; }*/
.box-dialog .layer-email #layer-email-txt { font-weight: bold; font-size: 14px; }

.box-dialog .layer-success {
    color: #068103;
    padding-left: 34px;
    background: url(images/articles/content/green-check.png) no-repeat left center;
}

.box-dialog .layer-email a {
    margin-left: 30px; padding-left: 10px;
    cursor: pointer;
    background: url(images/articles/signup/arrow-red.gif) no-repeat left center;
}

.box-dialog #resend-email-now {
    /*display: block;*/
    /*border: 0; padding: 0; margin: 30px auto 0;*/
    /*width: 208px; height: 31px;*/
    /*cursor: pointer;*/
    /*background: url(images/articles/signup/button-resend-email-now.gif) no-repeat 0 0;*/
}

.box-dialog button#resend-email-now:hover { background-position: 0 -31px; }
.box-dialog button#resend-email-now:active { background-position: 0 -62px; }

/**   **/


/** Signup common **/
#signup-view {
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
}

#signup-view ul,
#signup-view li { margin: 0; padding: 0; list-style: none; }

#signup-view input,
#signup-view select {
    position: relative; /* Let the input sty on top of status */
    float: left;
    border: 1px solid #bcbbbb;
    color: #696969;
    /*background-color: #f5f5f5;*/
    background-color: #fff;
    -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;
    height: 20px;
    padding: 3px 6px;

    box-sizing: content-box;
}

#signup-view input:focus,
#signup-view select:focus { background-color: #d5d5d5; }

#signup-view li.label  {
    margin-right: 9px;
    font-weight: bold;
    color: #696969;
}
#signup-view #viewport { overflow: hidden; width: 5000px; }


#signup-view .rchr-container {
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    width: calc(100% - 4%);
    padding: 4% 0;
    margin: 0 auto;
    -moz-box-shadow: inset 0 0 10px 10px #eee;  -webkit-box-shadow: inset 0 0 10px 10px #eee;  box-shadow: inset 0 0 10px 10px #eee;
}

#signup-view .step {
    position: relative;
    float: left;
}

#signup-view #confirm { background-image: url(images/articles/signup/step-confim-background.jpg); height: 940px; }

#signup-view .rchr-step-wrapper {
    box-sizing: border-box;
    padding: 0 40px 20px;
}

#signup-view .rchr-container .rchr-one-third,
#signup-view .rchr-container .rchr-one-half,
#signup-view .rchr-container .rchr-two-thirds {
    float: left;
    margin-right: 4%;
    position: relative;
    box-sizing: border-box;
    padding: 4% 5%;
}

#signup-view #step3 .rchr-container .rchr-step-body-wrapper .rchr-one-third {
    padding: 4% 0;
}

#signup-view .rchr-container .rchr-one-third { width: 30.66%; }
#signup-view .rchr-container .rchr-one-half { width: calc( 50% - 4% ); z-index: 3; }
#signup-view .rchr-container .rchr-two-thirds { width: calc( 100% - 34.66% ); }

#signup-view .rchr-container .rchr-one-third.last,
#signup-view .rchr-container .rchr-one-half.last { margin-right: 0; }

#signup-view .rchr-step-wrapper .rchr-one-third .rchr-step-image { text-align: center; position: relative;  }
#signup-view .rchr-step-wrapper .rchr-one-third .rchr-step-image .rchr-step-number {
    /*background: #777;*/
    background: #d8d8d8;
    position: absolute; top: 0; left: 0;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 30px;
    letter-spacing: -2px;
    padding: 8px 0 0 3px;
    -moz-box-shadow: 0 0 10px #999; -box-shadow: 0 0 10px #999; box-shadow: 0 0 10px #999;
    -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
    z-index: 2;
}

#signup-view .rchr-step-wrapper .rchr-one-third .rchr-step-image .rchr-step-number.active {
    /*background: #cc0001;*/
    background: #e74c3c;
    /*background: #2980b9;*/
}

#signup-view .rchr-step-wrapper .rchr-one-third .rchr-step-image .rchr-step-number.passed { background: #283c4f; }

#signup-view .rchr-step-wrapper .rchr-one-third .rchr-step-image img { max-width: 100%; }

#signup-view .rchr-step-wrapper .rchr-one-third .rchr-descr {
    background: #f6f6f6;
    border: 1px solid #afafaf;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.5em;
    padding: 2% 4%;
    -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;
}

/** rchr-body **/

#signup-view .rchr-step-body-wrapper {
    box-sizing: border-box;
    padding: 0 4% 4%;
}

#signup-view .rchr-step-body-wrapper .rchr-body {
    /*background: #fefbf2;*/
    /*border: 1px solid #eab429;*/
    background: #e1edf5;
    border: 1px solid #2980b9;
    -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;
    padding: 4% 10px 10px 4%;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

#signup-view .rchr-step-body-wrapper .rchr-body:after {
    /*border-color: transparent transparent #fefbf2;*/
    border-color: transparent transparent #e1edf5;
    border-style: solid;
    border-width: 34px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    bottom: 100%;
    width: 0;
}

#signup-view .rchr-step-body-wrapper .rchr-body:before {
    /*border-color: transparent transparent #eab429;*/
    border-color: transparent transparent #2980b9;
    border-style: solid;
    border-width: 35px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    bottom: 100%;
    width: 0;
}

#signup-view .rchr-step-body-wrapper .rchr-body.rchr-login:after { left: 10%; }
#signup-view .rchr-step-body-wrapper .rchr-body.rchr-login:before { left: 9.9%; }

#signup-view .rchr-step-body-wrapper .rchr-body.rchr-user:before { left: 49.9%; }
#signup-view .rchr-step-body-wrapper .rchr-body.rchr-user:after { left: 50%; }

#signup-view .rchr-step-body-wrapper .rchr-body.rchr-success:before { right: calc(100% - 90.1%); }
#signup-view .rchr-step-body-wrapper .rchr-body.rchr-success:after { right: calc(100% - 90%); }

#signup-view .rchr-step-body-wrapper .rchr-body .rchr-step-number {
    position: absolute; top: -25px; right: -30px;
    width: 50px;
    height: 50px;
    /*background: #cc0001;*/
    background: #e74c3c;
    /*background: #2980b9;*/
    border: 3px solid #fff;
    color: #fff;
    font-size: 30px;
    padding: 10px 0 0 5px;
    -moz-box-shadow: 0 0 10px #999; -box-shadow: 0 0 10px #999; box-shadow: 0 0 10px #999;
    -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
    text-align: center;
    z-index: 2;
}

#signup-view .rchr-step-body-wrapper .rchr-body ul { margin-bottom: 10px; }

.rchr-user-activities > div {
    padding-top: 40px;
    width: 33%;
    text-align: center;
    /*transition: all 2s ease-in 1s;*/
}


.rchr-user-activities .float-left {
    float: left;
}

.rchr-user-activities a {
    transition: all 200ms ease-in;
    color: #999;
}

.rchr-user-activities > div:hover a {
    color: #e74c3c;
}

.rchr-user-activities .rchr-contact-img a:hover {
    /*opacity: 0.8;*/
}

.rchr-user-activities .rchr-contact-text {
    padding-top: 15px;
}

.rchr-user-activities .rchr-contact-text a {
    text-transform: uppercase;
    font-size: 18px;
}

.rchr-user-activities .rchr-contact-img {
    display: inline-block;
    font-family: "ETmodules";
    font-size: 66px;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}

.rchr-user-activities #rchr-chat .rchr-contact-img span:before { content: '\76'; }
.rchr-user-activities #rchr-faq .rchr-contact-img span:before { content: '\e018'; }
.rchr-user-activities #rchr-ticket .rchr-contact-img span:before { content: '\74'; }


/** **/


/** rchr-login **/

#signup-view .rchr-login li.label {
    width: 170px;
    line-height: 33px;
    font-size: 16px;
}

#signup-view .rchr-login input {
    padding: 3px 6px;
    width: 185px;
    height: 20px;
}

#signup-view .rchr-login .sub {
    margin-left: 4px;
    font-size: 10px;
    color: #8b8b8b;
}

/** **/

/** rchr-user **/

#signup-view .rchr-user select {
    width: 73%;
}

/** rchr-success **/

#signup-view .rchr-success { position: relative; }

#signup-view .rchr-success a { cursor: pointer; }

#signup-view .rchr-success a#enter-admin-text {
    color: #e74c3c;
    font-size: 20px;
}

#signup-view .rchr-success .rchr-right-box {
    font-size: 11px;
    line-height: 14px;
}

.entry-content #signup-view .rchr-success .rchr-right-box ul { line-height: 14px; }

#signup-view .rchr-success .rchr-right-box ul { margin-top: 5px; }
#signup-view .rchr-success .rchr-right-box ul li { float: none; }

#signup-view .rchr-success .rchr-right-box a {
    display: block;
    line-height: inherit;
    font-size: inherit;
    margin-left: 14px;
    padding-left: 10px;
    background: url(images/articles/signup/arrow-red.gif) no-repeat left center;
}

#signup-view .rchr-success .rchr-right-box > * {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4%;
    margin-top: 4%;
    -moz-border-radius: 1px; -webkit-border-radius-border-radius: 1px; border-radius: 1px;
}

#signup-view .rchr-success .highlight { color: #cd1800; }

#signup-view .rchr-success .s-title { padding-bottom: 15px; }

#signup-view .rchr-success .s-title,
#signup-view .rchr-success #s-email #email-txt { font-weight: bold; font-size: 14px; text-align: center; }
#signup-view .rchr-success #s-email #rchr-email-change { font-weight: bold; font-size: 12px; text-align: center; }

#signup-view .rchr-success #s-email a#email-save { color: #cd0000;  }
#signup-view .rchr-success #s-email a#email-cancel { color: #696969; }
#signup-view .rchr-success #s-email .email-change { display: none; }
#signup-view .rchr-success #s-email input { padding: 4px; border-color: #b1b1b1; }


#signup-view .rchr-success #s-email label {
    float: left;
    padding: 2px 22px 2px 8px;
    font-size: 10px;
    color: #fff;
    border: 1px solid #b1b1b1;
    background: #b1b1b1 url(images/articles/signup/type-in-arrow.png) no-repeat right center;
    -moz-border-radius-topleft: 1px; -webkit-border-top-left-radius: 1px; border-top-left-radius: 1px;
    -moz-border-radius-bottomleft: 1px; -webkit-border-bottom-left-radius: 1px; border-bottom-left-radius: 1px;
}

#signup-view .rchr-success .resend-email-info {
    margin: 10px 0;
    padding: 10px 20px 10px 8px;
    font-weight: bold;
    font-size: 11px;
    border: 1px solid #cf0001;
    background: url(images/articles/signup/arrow-success-watch-right.png) no-repeat 95% 20%;
}

/** Status **/

#signup-view .status {
    display: none; visibility: hidden;
    float: left;
    margin-left: -4px;
    padding: 0 12px;
    border: 1px solid #28a606;
    -moz-border-radius-topright: 1px; -webkit-border-top-right-radius: 1px; border-top-right-radius: 1px;
    -moz-border-radius-bottomright: 1px; -webkit-border-bottom-right-radius: 1px; border-bottom-right-radius: 1px;
}

#signup-view .status .status-icon {
    float: left;
    width: 22px;
    color: #527f42;
    background-repeat: no-repeat;
    background-position: left center;
}

#signup-view .status.green { border-color: #28a606; background-color: #e3fecf; }
#signup-view .status.red { border-color: #d30d13; background-color: #fcd3d3; color: #c32328; }
#signup-view .status.grey { border-color: #bcbbbb; background-color: #c1c1c1; color: #f4f4f4; }
#signup-view .status.yellow { border-color: #bcbbbb; background-color: #fced9b; }

#signup-view .status.green .status-icon { background-image: url(images/articles/signup/available-step1.png); }
#signup-view .status.red .status-icon { background-image: url(images/articles/signup/available-not-step1.png); }
#signup-view .status.grey .status-icon { background-image: url(images/articles/signup/type-in-arrow.png); }
#signup-view .status.spin .status-icon { background-image: url(images/articles/signup/loader-live-check-join.gif); }
#signup-view .status.yellow .status-icon { background-image: url(images/articles/signup/available-weak-step1.png); }

#signup-view .not-valid { border: 1px solid red !important; }

/** next button **/

#signup-view .rchr-buttonset {
    text-align: right;
    position: relative;
}

#signup-view .rchr-buttonset button {
    box-sizing: border-box;
}


/** Terms **/

#signup-view #terms {
    float: right;
}

#signup-view #terms .box {
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 14px;
    background-color: #fff;
    border: 1px solid #bcbbbb;
    -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;
    padding: 3%;
    width: calc(80% - 2%);
}

#signup-view #terms input {
    float: left;
    margin: 7px 12px 7px 0; padding: 0;
    width: auto; height: auto;
}

/** Plans tables **/
.entry-content tr th {
    background: #e84c3d;
    color: #fff;
}

.entry-content tr td {
    padding: 6px 0 6px 10px;
}

.rchr-domains-tbl-wrapper th:first-child {
    width: 10%;
}

.rchr_toggle_close .rchr_toggle_title:before {
    color: #2d3e50;
}

.rchr_toggle_open .rchr_toggle_title:before {
    color: #297fb8;
}

.rchr_activation_fee_row, .rchr_monthly_price_row, .rchr_promo_price_row, .rchr_regular_price_row, .rchr_domain_privacy_row,
.rchr_anual_price_row,
.rchr_buttons_row,
.rchr_domain_price {
    display: none;
}

.rchr_pricing { display: none; }

.compare-product-tip-box {
    -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;
}



/** Responsive **/
@media all and ( max-width: 1250px ) {

    /* signup page */
    #signup-view .rchr-user .status { -moz-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }

}
/* END ( max-width: 1250px ) */


@media all and ( max-width: 1080px ) {

    /* signup page */
    #signup-view li br {
        display: none;
    }

    #signup-view .rchr-step-body-wrapper .rchr-body {
        width: 90%;
    }

    #signup-view .rchr-login input, #signup-view .rchr-login select {
        float: none;
    }

    #signup-view .rchr-login .status {
        float: none;
        -moz-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
        margin: 5px 0 0;
    }
}
/* END ( max-width: 1080px ) */


@media all and ( max-width: 1245px ) {

    /* lostpass page */
    #post-4032 .et_pb_row {
        width: 100%;
    }
}

@media all and ( max-width: 1080px ) {

    /* lostpass page */
    .h_iframe .ratio {
        height: 480px;
    }
}

/* Logo fixes */
@media all and ( min-width: 1211px ) and ( max-width: 1351px ) {
    .container.et_menu_container { width: 90%; }
}
@media all and ( min-width: 1026px ) and ( max-width: 1210px ) {
    .container.et_menu_container { width: 100%; }
    #logo { height: 35%;}
}
@media all and ( max-width: 1025px ) {

    #top-menu { display: none; }
    #et_mobile_nav_menu { display: block; }

}
/* End Logo fixes */


@media all and ( max-width: 980px ) {

    /* signup page */
    #signup-view .rchr-container .rchr-one-half {
        display: block;
        width: 100%;
        float: none;
    }

    #signup-view input, #signup-view select { width: 80%; }

    #et-secondary-nav, #et-secondary-menu {
        display: block !important;
    }

}
/* END ( max-width: 980px ) */

@media all and ( max-width: 800px ) {
    #top-header > .container { width: 95%; }
}


@media all and ( max-width: 768px ) {

    .et_secondary_nav_two_panels #et-secondary-menu {
        padding-top: 0em;
        padding-bottom: 0.75em;
        margin-top: 0;
    }

    .rchr-slider-title {
        font-size: 25px !important;
    }

    /* signup page */
    #signup-view .rchr-container .rchr-two-thirds {
        width: 100%;
        margin: 0;
    }

    #signup-view .rchr-login input, #signup-view .rchr-login select {  width: 90%;  }

    #signup-view .rchr-buttonset .btn-step2.back { display: none; }

    #signup-view .rchr-user .rchr-buttonset {
        padding: 4%;
        text-align: left;
    }

    #signup-view #step3 .rchr-container .rchr-success .rchr-one-third { width: 100%; }

    #signup-view .rchr-success  .rchr-hide-on-mobile { display: none; }

}
/* END ( max-width: 768px ) */


@media all and ( max-width: 479px ) {

    .rchr-slider-title {
        padding: 50px 0 20px;
    }

    /* signup page */
    #signup-view .rchr-step-wrapper .rchr-one-third { display: none; }

    #signup-view #step1 .rchr-step-wrapper .rchr-one-third:nth-child(1) { display: block; width: 100%; float: none; }
    #signup-view #step2 .rchr-step-wrapper .rchr-one-third:nth-child(2) { display: block; width: 100%; float: none; }
    #signup-view #step3 .rchr-step-wrapper .rchr-one-third:nth-child(3) { display: block; width: 100%; float: none; }

    #signup-view .rchr-user .status { margin: 5px 0 0; }

    /* lostpass page */
    .wrapper { width: 100%; }

}
/* END ( max-width: 479px ) */

/**
 * END of Responsive css
 */



/**
 * END of Custom code signup
 */

/** Terms customisation **/
 
#rc-terms ol li ol li ol li ul li {
	list-style-type: disc;
	list-style-position:inside;
} 

#rc-terms ol li ol li ul li {
	list-style-type: disc;
	list-style-position:inside;
} 
#rc-terms ol li ol li ol li{
	list-style-type: lower-alpha;
	list-style-position:inside;
}
 
#rc-terms ol li ol li{
	list-style-type: upper-alpha;
	list-style-position:inside;
}
  
#rc-terms ol li ul li{
	list-style-type: disc;
	list-style-position:inside;
}
 

/* RC Login 1 (page) */
#rc-login1 .rc-title {
    font-size: 17px;
    margin: 0 0 20px 20px;
    /*padding-left: 52px;*/
    /*height: 48px; line-height: 48px;*/
    /*background: url(images/lock-48x48.png) no-repeat left top;*/
}

#rc-login1 label {
    /* float: left; */
    margin: 5px;
    width: 80px;
    text-align: left;
}

#rc-login1 input[type=text],
#rc-login1 input[type=password] {
    /* float: left; */
    margin: 5px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    -moz-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}


#rc-login1 .rchr_login_input_wrapper {
    position: relative;
    transition: all 0.2s ease 0s;
    text-align: center;
}

#rc-login1 .rchr_login_input_wrapper .rchr_button_login {
    border: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-shadow: none;

    font-size: 18px;
    font-weight: 500;
    line-height: 1.7em !important;
    position: relative;
    -moz-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
    -moz-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.2s;
}

#rc-login1 .rchr_login_input_wrapper .rchr_button_login {
    background: #e74c3c;
    color: #fff;
    padding: 0.3em 1em;
	border-radius: 10px !important;
}

#rc-login1 .rchr_login_input_wrapper .rchr_arrow_right:after {
    color: #fff;
    font-family: "ETmodules" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;


    content: "5";
    font-size: 28px;
    line-height: 1.1em;
    /*right: 2%;*/
    right: 42%;
    top: 45%;
    position: absolute;
    transition: all 0.2s ease 0s;
    opacity: 0;
}
#rc-login1 .rchr_login_input_wrapper:hover .rchr_button_login {
    padding: 0.3em 2em 0.3em 1em;
}

#rc-login1 .rchr_login_input_wrapper:hover .rchr_arrow_right:after {
    opacity: 1;
    /*right: 35%;*/
}


#rc-login1 .pw-forgot {
    margin-top: 10px;
    line-height: 14px;
    color: #999;
    font-size: 11px;
}

#rc-login1 br { clear: left; }
/* END */


.et_pb_scroll_top.et-pb-icon.et-hidden { 
	background-color: #e74c3c;
}
.et_pb_scroll_top.et-pb-icon.et-visible { 
	background-color: #e74c3c;
}

.et_pb_post_content p a {
	text-decoration: underline;
	font-weight: 500;
	color: #e74c3c;
}

.et_pb_post_content p a:hover {
	text-decoration: none;
	background-color: #e74c3c;
	color: #fff;
} 


#nb .post-meta {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: center !important;
	color: #2C3E50 !important;
	padding: 3% !important;
} 

#nb .entry-title {
	margin-bottom: 5% !important;
}


/*  Button Styles */ 
.et_pb_button {
   	padding: 15px 25px !important;
    font-size: 16px;
	background-color: #e74c3c !important;
	color: #fff !important;
	border-radius: 10px;
	border: none !important;
	text-decoration: none !important;
}
.et_pb_button:hover {
    padding: 15px 25px !important;
    font-size: 16px;
	background-color: #49b8ea !important;
	color: #fff !important;
	border-radius: 10px;
border: none !important;
	text-decoration: none !important;
}

.et_pb_menu__logo {
	margin-bottom: 5% !important;
	display: block !important;
}


.et_pb_fullwidth_menu--with-logo .et_pb_menu__menu>nav>ul>li>a, .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
	padding: 10px !important;
}


/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
body::-webkit-scrollbar {
    background-color:#2C3E50;
    width: 8px;
	margin-top: 5%;
}

/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track {
    background-color:#2C3E50;
}

/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {display:none}


/* scrollbar itself */
body::-webkit-scrollbar-thumb {
    background-color: #e74c3c;
}

/* END scrollbar styles */

/* 
.sgnBtn a{
	background-color: #e74c3c;
	color: #fff !important;

} */


/* #main-header {
		box-shadow: 0 0 0 0 !important;
	}

 .et_mobile_menu{
    width: 112% !important;
    margin-left: -6% !important;
	border-top: 0px !important;
	 padding: 0% !important;
}

.et_mobile_menu{
	border-color: #fff !important;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: 1;
    background-color: rgba(0,0,0,.00);
	color: #053e81 !important;
}

.et_mobile_menu li a {
	border-bottom: 0 !important;
}

} */


/**---- BACK TO TOP BUTTON ------*/
.et_pb_scroll_top.et-pb-icon.et-visible {
	background-image: linear-gradient(43deg,#e74c3c 29%,#2C3E50 100%);
	border-radius: 50% !important;
	right: 2%;
    bottom: 3%;
    font-size: 2rem;
}


.et_pb_scroll_top.et-pb-icon.et-hidden {
	background-image: linear-gradient(43deg,#e74c3c 29%,#2C3E50 100%);
	border-radius: 50% !important;
	right: 2%;
    bottom: 3%;
    font-size: 2rem;
}
/**---- END BACK TO TOP BUTTON ------*/


#top-menu-nav .sub-menu {
	border: none !important;
	border-radius: 10px !important;
}

#top-menu-nav .sub-menu li {
	width: 100% !important;
}

#top-menu li li a  {
    padding: 0 !important;
	margin-bottom: 3% !important;
	margin-top: 3% !important;
	line-height: 1.2 !important;
    width: 100% !important;
}



#top-menu .sub-menu li a:hover {
	color: #e74c3c !important;
	background: transparent !important;
	opacity: 1 !important;
}

@media (min-width: 981px) { 
	#et-top-navigation {
		padding-top: 0px !important;
	}
}

#top-menu.sub-menu.current-menu-item a {
	color: #e74c3c !important;
}

@media only screen and (min-width: 981px) {
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 0 0 0 0 !important;
	}
}

@media only screen and (min-width: 981px) {
.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
	padding: 23px 10px;
	}
}
.et_header_style_left #et-top-navigation nav>ul>li>a::after{
	display:none !important;
}
#et-top-navigation nav>ul>li>a:hover {
	background-color: rgba(32,33,36,0.04);
	color: #e74c3c;
	opacity: 1 !important;
}
#et-top-navigation nav>ul>li>a:focus {
	background-color: rgba(32,33,36,0.12);
}
#et-top-navigation nav>ul>li>a:active {
	color: #e74c3c;
	opacity: 1 !important;
}
#et-top-navigation nav>ul>li {
	padding:0 !important;
	margin: 0 !important;
	
}
.current_page_item a{
	color: #e74c3c !important;
}
.lnBtn img {
	max-width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

#top-menu .sgnBtn a, 
.et-fixed-header .navBtn a {
    padding: 10px 20px !important;
    border-radius: 10px !important;
	color: #fff !important;
	background: #e74c3c !important;
} 

#top-menu .sgnBtn a:hover, 
.et-fixed-header .sgnBtn a:hover {
    padding: 10px 20px !important;
    background: #49B8EA !important;
    border-radius: 10px;
    color: #fff !important;
} 

.et_mobile_menu .sgnBtn a {
	margin: 2% auto !important;
	border-radius:10px !important;
	color: #fff !important;
	background: #e74c3c !important;
	text-align: center;
}
#main-header.et-fixed-header {
	box-shadow: none !important;
}
#main-header {
	box-shadow: none !important;
}

#mobile_menu {
	width: 126%;
    left: -13%;
}

#mobile_menu1 {
	width: 126%;
    left: -13%;
	background: #182a3a!important;
	color: #fff !important;
}

/*--- POST RATE STYLE ---*/
.rmp-heading--title {
    font-size: 17px;
    font-weight: 700;
    color: #000;
	padding-bottom: 0px !important;
}
.rmp-rating-widget .rmp-icon--ratings {
    font-size: 2rem;
}
p.rmp-rating-widget__not-rated{
	font-size: 10px !important;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__hover-text {
    margin: 0 !important;
}

/*--- END POST RATE STYLE ---*/

/*--- RELATED POSTS STYLE ---*/
a span.crp_title:hover {
	text-decoration: underline !important;
}
/*--- END RELATED POSTS STYLE ---*/


.dcsbcm_divi_breadcrumb a:hover {
	text-decoration: underline !important;
}

#grdHlp {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	justify-content: center;
    justify-items: center;
    justify-self: center;
	grid-column-gap: 15px;
}

#grdHlp img {
	max-width: 60px !important;
	margin-right: 1vw;
	float: left;
}
#grdHlp .lnkBX {
	background-color: #fff;
	min-height: 190px;
	max-height: 320px;
	min-width: 290px;
	max-width: 350px;
	border-radius: 10px;
	margin-bottom: 4vh;

}

#grdHlp .lnkBX:hover {
	background-color: #fff;
	box-shadow: 4px 4px 18px rgb(137 141 154 / 30%);

}
#grdHlp h3 {
	text-align: left;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5vh;
	padding-top: 5%;
}
#grdHlp .lnkBX:hover h3 {
	color: #e74c3c;

}

#grdHlp p {
	text-align: left;
	color: #65676b;
	font-size: 14px;
    line-height: 1.5em;
}
.innerlnk {
	margin:  23px;
	text-align: center;

}

@media only screen and (min-width: 1068px) {
.lstChldGrd{
	grid-column-start: 1;
    grid-column-end: 4;
    max-width: 96% !important;
    width: 91%;
	min-height: auto !important;
    padding: 5%;
    margin: none;
	}
}
@media only screen and (min-width: 1068px) {
.lstChldGrd img {
    margin-bottom: none;
	float: left;
    margin-right: 4vw;
	}
}

.hddn {
	display: none !important;
}

@media only screen and (max-width: 1068px) {
	#grdHlp {
	grid-template-columns: 45% 45%;
	}}

@media only screen and (max-width: 700px) {
	#grdHlp {
	grid-template-columns: 99%;
	}}


.kbBxBtn:hover h2{
	color: #e74c3c !important;
}

#kbBlg .et_pb_post:not(:last-child)  {
	margin-bottom: 15px !important;
    word-wrap: break-word;
    padding: 2%;
    border-bottom: 1px solid #f1f0f0;
}

#kbBlg .et_pb_post h3:hover {
	color: #e74c3c !important;
}


#block-4 .cat-item{
	border-bottom: 1px solid #d3c8c8;
    padding: 5%;
}


#block-4 .cat-item-31,
#block-4 .cat-item-23,
#block-4 .cat-item-24,
#block-4 .cat-item-22,
#block-4 .cat-item-17,
#block-4 .cat-item-41,
#block-4 .cat-item-42,
#block-4 .cat-item-40,
#block-4 .cat-item-43,
#block-4 .cat-item-47,
#block-4 .cat-item-45,
#block-4 .cat-item-46,
#block-4 .cat-item-44,
#block-4 .cat-item-25
{
display: none !important;
}

#block-4 {
	margin-bottom: 0 !important;
}
#block-4 .current-cat {	background: #49B8EA;
	color: #fff !important;
}


#block-4 .current-cat a, #block-4 .current-cat .et_pb_widget li a {
	color: #fff !important;
}
 .et_pb_widget ul li{
	margin-bottom: 0 !important;
}
#block-3 {
	margin-bottom: 0!important;
}

#block-3 h3 {
	 padding: 5%;
	font-weight: bold;
}

.fluid-width-video-wrapper iframe {
	border-radius: 10px !important;
}

.et_pb_post img {
	border-radius: 15px !important;
}


/* ----- Page Navi ---- */

.wp-pagenavi a, .wp-pagenavi span {
	color: #000;
	margin-bottom: 0px !important;
}

.wp-pagenavi a{
	padding: 1% !important;
	border-radius: 10px !important;
}

.wp-pagenavi span.current {
	background-color: #e74c3c !important;
	color: #fff !important;
	padding: 1% !important;
	border-radius: 10px !important;
}

.wp-pagenavi a:hover {
	background: #e74c3c !important;
	color: #fff !important;
}

.wp-pagenavi {
	border-top: none !important;
	text-align: center !important;
}

.nextpostslink a:hover,
.last a:hover {
	color: #fff;
}


.cntcLcl .et_pb_text_inner img{
	vertical-align: middle !important;	
}

.txtLcl {
	font-size: 12px !important;
	line-height: 1.3em;
	color: #888 !important;
}

.tchLcl {
	color: #e74c3c !important;
}


#ftrText h4{
	font-weight: 800 !important;
	color: #e74c3c !important;
}

#ftrText a {
	color: #333 !important;
	font-size: 13px !important;
	padding-bottom: 0 !important;
}

#ftrText p{
	padding-bottom: 0 !important;
}

#ftrText a:hover{
	text-decoration: underline !important;
}


a.scndBtn:hover{
	text-decoration: underline !important;
}

.scndBtn a {
	margin-left: 1% !important;
	font-size: 16px !important;
}


@media only screen and (max-width: 768px) {
.responsive-table {
overflow: hidden;
overflow-x: scroll;
display:block;
}
}
.responsive-table tr {
    background: #E7F6FC;
	color: #000;
}
.responsive-table {
	height: 100% !important;
	width: 100% !important;
}
.responsive-table tr {
	border-bottom: #e74c3c 1px solid !important;
}
.responsive-table td {
	padding: 1%;
}



.single-post .et_pb_post_content img {
	border-radius: 15px;
	border: 1px solid #e74c3c;
}

/*-----Promotion Page Styles ------*/

.ob .et_pb_button, 
.ob {
	font-size: 30px !important;
}

ul.et_pb_side_nav.et-visible {
	background-color: transparent;
	padding-right: 1vw !important;
}

ul.et_pb_side_nav .side_nav_item a {
    width: 12px;
	height: 12px;
}

ul.et_pb_side_nav .side_nav_item a.active {
   background-color: #e74c3c !important;
}
.side_nav_item a{
	background-color: transparent !important;
	border: 1px solid #e74c3c;
}

#menu-item-7547 a{
	bottom: 0 !important;
}
/*-----END Promotion Page Styles ------*/

