1/*
    --- Color Guide
    Crimson     : #Ff1726   Normal Red
    Torch Red   : #Fc3240   Bright Red
    Mine Shaft  : #292929   Dark Gray
    Squirrel    : #908679   Dull Goldish Gray
    Tundora     : #4D4D4D   Normal Gray
    Dusty Gray  : #999999   Light Gray
    Seashell    : #c23030   Dull Red
*/

/* ------------- Home Page Styling ------------- */
/*-- Designer: Sanju | Purpose: Using custom fonts | Dated: Oct 13, 2017 --*/

body,
html {
    font-family: 'futura_bk_btbook', Arial;
    color: #292929;
    font-size: 17px;
    height: 100%;
}
.woocommerce-account {
    font-size: 14px;
}

/*-- Designer: Sanju | Purpose: Adding custom classes | Dated: Oct 13, 2017 --*/
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.width-100-percent {
    width: 100%;
}
.link-class {
    color: #Ff1726;
}
.link-class:hover {
    color: #Fc3240;
}
.form-label {
    font-family: 'futura_bk_btbook';
    font-size: 14px;
    color: #292929;
}
.form-input,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
input[type="text"],
input[type="email"],
input[type="password"],
.form-control,
textarea,
.intl-tel-input input, .form-textarea
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea,
.form-input, .woocommerce form .form-row.woocommerce-invalid input.input-text, input[type="text"],
#order_comments,
.woocommerce-checkout.woocommerce form .form-row .input-text, .woocommerce-checkout.woocommerce-page form .form-row .input-text
{
    color: #292929;
    font-family: 'futura_bk_btbook';
    border: 1px solid #b2b2b2;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    font-size: 16px !important;
    transition: box-shadow .3s ease, border .3s ease;
    -webkit-transition: box-shadow .3s ease, border .3s ease;
    -ms-transition: box-shadow .3s ease, border .3s ease;
}



input[type="text"]:focus,
.woocommerce form .form-row.woocommerce-invalid input.input-text:focus, .form-control:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
.intl-tel-input input:focus, .form-textarea:focus,
#add_payment_method #payment div.payment_box input.input-text:focus,
#add_payment_method #payment div.payment_box textarea:focus,
.woocommerce-cart #payment div.payment_box input.input-text:focus,
.woocommerce-cart #payment div.payment_box textarea:focus,
.woocommerce-checkout #payment div.payment_box input.input-text:focus,
.woocommerce-checkout #payment div.payment_box textarea:focus,
.form-input:focus, .woocommerce form .form-row.woocommerce-invalid input.input-text:focus,
input[type="text"]:focus, #order_comments:focus,
.woocommerce-checkout.woocommerce form .form-row .input-text:focus, .woocommerce-checkout.woocommerce-page form .form-row .input-text:focus,
.woocommerce-checkout.woocommerce-page form .form-row .input-text:focus{
    color: #4d4d4d !important;
    border: 1px solid #908679;
    color: #b2b3b3;
    box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.50) !important;
    -webkit-box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.50) !important;
    -ms-box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.50) !important;
}
html .woocommerce form .form-row input.input-text,
html .woocommerce form .form-row textarea,
html .woocommerce-page form .form-row input.input-text,
html .woocommerce-page form .form-row textarea {
    padding: 10px 15px !important;
}

.woocommerce form.login,
.woocommerce form.register,
.login-module {
    width: 450px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 10px 100px rgba(0, 0, 0, 0.30);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.gdlr-header-wrapper {
    background: #fff;
    width: 100%;
    position: initial;
    left: inherit;
    right: inherit;
}
.login-bg-area {
    background-image: url("../../images/login-bg.jpg");
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    height: 100%;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.login-module {
    padding: 40px !important;
    margin-bottom: 70px;
}
html .woocommerce h2 {
    margin: 0;
}
.not-a-member {
    color: #989898;
    font-family: 'futura_bk_btbook';
    font-size: 12px;
    margin-bottom: 0px;
}
.register .not-a-member {
    color: #989898;
    font-family: 'futura_bk_btbook';
    font-size: 12px;
    margin-bottom: 32px;
}
.login-input-area {
    width: 100%;
    padding: 28px 0 0 0;
}
.login-with {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'futura_md_btmedium';
    font-size: 16px;
}
.login-with ul {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    float: left;
}
.login-with ul li {
    list-style: none;
    float: left;
    width: 49%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.login-with ul li a {
    color: #fff;
    padding: 10px;
    width: 84%;
    float: left;
    padding-left: 16%;
}
.login-with ul li.facebook {
    background: #3b5999;
}
.login-with ul li.google {
    background: #d62e21;
}
.login-with ul li + li {
    margin-left: 2%;
}

.lost_password {
    font-size: 15px;
}

.facebbok-border {
    border-right: 1px solid #243d75
}
.google-border {
    border-right: 1px solid #942117
}
.facebook-icon {
    background-image: url("../../images/f-icon.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    float: left;
}
.google-icon {
    background-image: url("../../images/g-plus-icon.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    float: left;
}
.icon-setting {
    position: absolute;
    left: 0;
    top: 0;
    padding: 13px 10px;
    background-position: center;
}
.login-line {
    height: 1px;
    width: 100%;
    float: left;
    background: #f2f2f2;
    position: relative;
    margin-top: 7px;
    margin-bottom: 21px;
}
.login-line:before {
    content: 'or';
    display: block;
    position: absolute;
    left: 44%;
    top: -15px;
    padding: 0 5%;
    background: #fff;
    font-size: 15px;
    color: #989898;
    font-family: 'futura_bk_btbook';
}
.main-title {
    color: #292929;
    font-size: 24px !important;
    font-family: 'futura_bk_btbook';
}
.login-title {
    color: #292929;
    font-size: 20px !important;
    font-family: 'futura_bk_btbook';
    margin-bottom:0px;
}
.main-zero {
    margin: 0 !important
}
body .border-none {
    border: none !important
}
.intl-tel-input input {
    height: 41px !important;
    width: 100%;
}
.register label.error,
.error {
    font-style: normal;
    color: #c23030;
    font-size: 12px;
    font-family: 'futura_bk_btbook';
    margin-left: 0;
    text-transform: none;
}
.woocommerce form .form-row .required,
.form-label .required,
.form-row .required {
    color: #989898 !important;
    font-weight: normal;
    text-transform: none;
}
.login-module label,
.register label {
    text-transform: capitalize;
    line-height: 2;
    width: 100%;
    float: left;
}
.by-clicking {
    font-size: 12px;
    margin: 0;
}
.margin-zero {
    margin: 0 !important
}
.width-100-percent-important {
    width: 100% !important;
}
.margin-bottom-zero {
    margin-bottom: 0 !important;
}
.woocommerce-error::before {
    color: #fff;
}
/* disabled-button class*/

input[type="button"].disabled,
input[type="submit"].disabled {
    cursor: default ! important;
}
.disabled-button {
    background-color: #e5e5e5;
    color: #fff;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button.disabled:hover {
    background-color: #e5e5e5;
    color: #fff;
    opacity: 1;
    border-radius: 2px;
    padding: 13px 17px;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: #fff;
}
.error {
    border-color: #c23030;
}
.intl-tel-input .flag-container {
    height: 41px !important;
}
.otperror {
    font-style: normal;
    color: #c23030;
    font-size: 12px;
    font-family: 'futura_bk_btbook';
    margin-left: 0;
}
.login-input-area .error {
    font-style: normal;
    color: #c23030;
    font-size: 12px;
    font-family: 'futura_bk_btbook';
    margin-left: 0;
}
html .woocommerce a.button.alt:hover,
html .woocommerce button.button.alt:hover,
html .woocommerce input.button.alt:hover,
html .woocommerce #respond input#submit.alt:hover,
html .woocommerce #content input.button.alt:hover,
html .woocommerce-page a.button.alt:hover,
html .woocommerce-page button.button.alt:hover,
html .woocommerce-page input.button.alt:hover,
html .woocommerce-page #respond input#submit.alt:hover,
html .woocommerce-page #content input.button.alt:hover,
html .woocommerce a.button.alt,
html .woocommerce button.button.alt,
html .woocommerce input.button.alt,
html .woocommerce #respond input#submit.alt,
html .woocommerce #content input.button.alt,
html .woocommerce-page a.button.alt,
html .woocommerce-page button.button.alt,
html .woocommerce-page input.button.alt,
html .woocommerce-page #respond input#submit.alt,
html .woocommerce-page #content input.button.alt,
html .woocommerce a.button,
html .woocommerce button.button,
html .woocommerce input.button,
html .woocommerce #respond input#submit,
html .woocommerce #content input.button,
html .woocommerce-page a.button,
html .woocommerce-page button.button,
html .woocommerce-page input.button,
html .woocommerce-page #respond input#submit,
html .woocommerce-page #content input.button {
    height: 41px;
    padding: 0 17px;
    text-transform: capitalize;
    font-size: 16px;
}
.padding-lr-40 {
    padding: 0 40px;
}
.line-height-18 {
    line-height: 18px;
}
.display-none {
    display: none;
}
.intl-tel-input {
    width: 100% !important;
    float:left !important;
}
.margin-top-40 {
    margin-top: 40px;
}
html .woocommerce form .form-row,
html .woocommerce-page form .form-row {
    margin: 0 0 22px;
}
.margin-bottom-8 {
    margin-bottom: 8px !important;
}
.margin-bottom-12 {
    margin-bottom: 12px !important;
}
.margin-bottom-53 {
    margin-bottom: 53px !important;
}
.margin-bottom-38 {
    margin-bottom: 38px !important;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.resend-verification-code {
    padding: 0 0 30px 0;
    font-family: 'futura_bk_btbook';
    font-size: 15px;
}
.time,
.resend-verification-code a,
.error {
    color: #Ff1726;
}

.time:hover,
.resend-verification-code a:hover,
.error:hover {
    color: #Fc3240;
}
.font-size-13 {
    font-size: 14px !important;
}
.font-size-14 {
    font-size: 14px !important;
}
input.error {
    border-color: #c23030;
}
.disclamer-text strong {
    color: #292929;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
html .woocommerce form .form-row input.input-text,
html .woocommerce-page form .form-row input.input-text {
    height: 41px !important
}
@media only screen and (max-width: 991px) {
    body .container {
        max-width: 90%;
    }
    .login-module {
        padding: 20px !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.30) !important;
    }
    .gdlr-item:not(.gdlr-divider-item) {
        margin: 0 !important;
    }
    .woocommerce form.login,
    .woocommerce form.register,
    .login-module {
        width: auto !important;
    }
    .padding-lr-40 {
        padding: 0 20px;
    }
    .login-with ul li {
        width: 100% !important
    }
    .login-with ul li+li {
        margin-left: 0;
        margin-top: 15px;
    }
    .gdlr-logo {
        max-width: 100% !important;
    }
    .gdlr-logo img,
    .woocommerce img,
    .woocommerce-page img {
        width: 150px;
        height: auto;
    }
    .gdlr-item-start-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .dl-menuwrapper .dl-menu,
    .dl-menuwrapper > .dl-submenu {
        width: 100%;
    }
    body .gdlr-logo {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        padding-left: 10px;
    }
    .gdlr-item-start-content{padding-top: 20px !important;}
}

/*-- Devloper: Prodeep | Purpose: Home Page Design | Dated: Oct 26, 2017 --*/
.clearfix {
    clear: both;
}
.small-container {
    max-width: 800px;
    margin: auto;
}
#manager-section .content {
    font-size: 19px;
    text-align: center;
}
#manager-section .gdlr-frame.frame-type-rounded img {
    width: 55px;
    border-radius: 50%;
}
#book-section .gdlr-item-title,
#services-section .gdlr-item-title,
#speaking-section .gdlr-item-title,
#resources-section .gdlr-item-title,
#testimonials-section .gdlr-item-title, #book-section .gdlr-item-title {
    background: #000;
    color: #fff;
    font-size: 17px;
    padding: 13px 27px 10px;
    text-transform: uppercase;
    line-height:normal;
}

#services-section .gdlr-item-title-divider {
    visibility: hidden;
}

#speaking-section,
#services-section .gdlr-blog-grid .gdlr-grid-read-more a {
    color: #333;
}

#services-section .gdlr-blog-grid .gdlr-grid-read-more a:hover {
    color: #ec1a26;
}

#speaking-section .video-container {
    width: 500px;
    max-width: 100%;
    margin: auto;
}
#services-section .gdlr-blog-grid .gdlr-blog-info {
    display: none;
}
#services-section .gdlr-blog-grid .post-header {
    margin-top: 20px;
}
#services-section .gdlr-blog-title,
#services-section .gdlr-blog-title a {
    color: #212121;
    text-transform: uppercase;
    font-size: 17px;
    font-family: futura_md_btmedium;
}
#services-section .gdlr-blog-grid .gdlr-blog-content {
    height: 92px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}
#book-section .book-title {
    color: #333;
    font-size: 30px;
}
#book-section .author .avatar,
#book-section .author .info {
    float: left;
}
#book-section #book-content {
    padding-left: 5%;
}
#book-section,
#resources-section {
    color: #333;
}
#book-section .faded {
    color: #999;
}
#book-section .author .info b {
    font-size: 13px;
}
#book-section .author .avatar {
    margin-right: 10px;
}
#book-section .author .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
}
#book-section .description {
    margin-bottom: 40px;
}
#book-section .actions {
    margin-bottom: 10px;
}
#book-section .actions p {
    margin-bottom: 0;
}
#book-section .actions .three {
    margin-bottom: 20px;
}
#book-section .price {
    font-size: 12px;
}
#resources-section #resources-image img {
    width: 500px;
    max-width: 100%;
}
.red {
    color: rgb(238, 25, 39);
}
.btn-red,
.gdlr-button.btn-red,
input[type="button"].btn-red,
input[type="submit"].btn-red,
html .woocommerce input.button.btn-red,
html .woocommerce-page input.button.btn-red {
    background: #Ff1726;
    color: #fff;
    border: 0px;
    font-family: 'futura_bk_btbook', arial;
}
.pwd-msg {
    font-size: 13px;
    margin-top: 10px;
    line-height: 20px;
}
.btn-red:hover {
    background: #Fc3240;
    color: #fff;
}
.btn-big {
    padding: 8px 18px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    min-width: 100px;
    text-align: center;
}
.btn-white,
.btn-white:hover {
    background: #fff;
    color: #000;
}
.btn-big.btn-dark-border {
    font-size: 16px;
    font-family: futura_bk_btbook;
    font-weight: bold;
    padding: 10px 20px;
}
.btn-white.btn-dark-border {
    border: 1px solid #292929;
    color: #292929;
}
.btn-big-x {
    display: inline-block;
    padding: 14px 50px;
    border-radius: 3px;
    font-size: 20px;
    font-family: arial;
    cursor: pointer;
}
.center {
    text-align: center;
}
.banner-head {
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}
.banner-head img {
    margin: 0px;
    max-width: 94% !important;
}
.banner-discription {
    color: #000000;
    font-size: 20px;
    text-align: center;
    max-width: 100%;
    width: 800px;
    margin: auto;
    margin-bottom: 24px;
}
.multi-navigation-wrapper {
    font-family: 'futura_bk_btbook', Arial;
}
.gdlr-navigation {
    font-family: 'futura_bk_btbook', Arial;
}
.gdlr-slider-item {
    font-family: 'futura_bk_btbook', Arial;
}
.multi-navigation-wrapper .gdlr-main-menu > li > a {
    color: #292929;
    text-transform: uppercase;
    font-size: 12px;
}
.multi-navigation-wrapper .gdlr-main-menu > li > a:hover {
    color: #ec1a26;
    opacity: 1;
}
.multi-navigation-wrapper .gdlr-main-menu > li:hover > a,
.multi-navigation-wrapper .gdlr-main-menu > li.current-menu-item > a,
.multi-navigation-wrapper .gdlr-main-menu > li.current-menu-ancestor > a {
    color: #ec1a26;
    opacity: 1;
}
.gdlr-responsive-navigation .gdlr-main-mobile-menu {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.gdlr-responsive-navigation.dl-menuwrapper li a {
    text-transform: uppercase;
    font-size: 13px;
}
#gdlr-responsive-navigation.dl-menuwrapper .gdlr-main-mobile-menu {
    background: #292929;
}
#gdlr-responsive-navigation #menu-mobile-menu:before,
#gdlr-responsive-navigation #menu-mobile-after-login-menu:before {
    content: "X";
    display: block;
    height: 25px;
    color: #fff;
    font-size: 16px;
    margin: 10px;
    cursor: pointer;
    text-align: right;
    padding-right: 10px;
}
.gdlr-logo #gdlr-responsive-navigation.dl-menuwrapper ul {
    background: #292929;
}
header {
    /*background: #fff;*/
}
#content-section-1 {
    margin-bottom: -1px;
}
.gdlr-logo img {
    width: 206px;
}
.gdlr-blog-grid .gdlr-grid-read-more a:hover {
    color: #ec1a26;
    opacity: 1;
}
.page-template-default .wpcf7 input[type="text"],
.page-template-default .wpcf7 input[type="email"],
.page-template-default .wpcf7 input[type="password"],
.page-template-default .wpcf7 textarea {
    padding: 11px 19px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.page-template-default .wpcf7 textarea {
    box-shadow: none;
    border: 1px solid #b3b3b3;
    resize: none;
    border-radius: 3px;
}
footer {
    padding-bottom: 10px;
}
footer ul {
    list-style: none;
    margin: 0px;
    text-align: center;
}
footer .sub-menu {
    display: none;
}
footer .menu-item {
    display: inline-block;
    padding: 0px 12px;
    color: #4D4D4D;
}
footer .menu-item a {
    color: #4D4D4D;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'futura_bk_btbook', Arial;
}
footer .menu-item.current-menu-ancestor a {
    color: #ec1a26;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'futura_bk_btbook', Arial;
}
footer .menu-item a:hover {
    color: #Ff1726;
}
footer .menu-item.current-menu-item a {
    color: #Ff1726;
    opacity: 1;
}
footer .seven {
    margin-bottom: 20px;
}
footer .seven .menu .menu-item {
    padding-left: 0;
    padding-right: 14px;
}
.footer-wrapper {
    box-shadow: -1px -1px 3px #ececec87;
    border: 1px solid #ececec;
}
.footer-container-wrapper {
    text-align: center;
}
.footer-menu-container {
    margin-top: 0px;
    margin-bottom: 10px;
}
.footer-wrapper .widget.gdlr-widget {
    margin-bottom: 30px;
}
.home-social-icons img {
    width: 35px;
    margin-right: 6px;
}
.home-social-icons .image-holder {
    font-size: 12px;
    color: #fff;
    display: inline;
    margin: 0 5px;
}
.home-social-icons .image-holder .fb_icon {
    display: inline-block;
    background: url('../../images/fb-main.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
}
.home-social-icons .image-holder .fb_icon:hover {
    background: url('../../images/fb-hover.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.home-social-icons .image-holder .lnk_icon {
    display: inline-block;
    background: url('../../images/linkedin-main.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 37px;
    height: 36px;
}

.home-social-icons .image-holder .lnk_icon:hover {
    background: url('../../images/linkedin-hover.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-social-icons .image-holder .insta_icon {
    display: inline-block;
    background: url('../../images/instagram-main.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 37px;
    height: 36px;
}

.home-social-icons .image-holder .insta_icon:hover {
    background: url('../../images/instagram-hover.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-social-icons .image-holder .twt_icon {
    display: inline-block;
    background: url('../../images/twitter-main.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 37px;
    height: 36px;
}

.home-social-icons .image-holder .twt_icon:hover {
    background: url('../../images/twitter-hover.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.copyright {
    font-size: 13px;
    color: #999999;
    text-align:center;
}
.multi-navigation-wrapper {
    float: right;
    padding-top: 20px;
    min-width: 641px;
}
.gdlr-secondary-menu {
    list-style: none;
    margin: 0px;
    float: right;
    padding-right: 5px;
}
.multi-navigation-wrapper .dl-menu:after {
    display: block;
    content: "";
    clear: both;
}
.gdlr-secondary-menu .menu-item {
    float: left;
    margin-left: 15px;
    border-right: 1px solid #999999;
    padding-right: 15px;
    line-height: 9px;
}
.gdlr-secondary-menu .menu-item:last-child {
    border-right: 0px;
}
.header-style-transparent .gdlr-secondary-menu > li > a {
    color: #4D4D4D;
    text-transform: uppercase;
    font-size: 11px;
    font-family: futura_md_btmedium;
}
.header-style-transparent .gdlr-secondary-menu > li > a:hover {
    color: #Ff1726;
}
.cart-contents:before {
    color: #292929;
    font-family: WooCommerce;
    content: "";
    font-size: 15px;
    margin-right: 20px;
    font-style: normal;
    margin-top: 7px;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: bottom;
    float: right;
    background: url('../../images/shopping-bag-dark.png');
    margin-left: 5px;
    width: 17px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 31px;
}
.cart-contents:hover:before {
    color: #Ff1726;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    border-radius: 10px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    float: right;
    margin-right: -27px;
    margin-top: 23px;
    font-size: 10px;
    padding: 0px;
    width: 22px;
    text-align: center;
}

.gdlr-navigation-wrapper .sf-menu {
    float: right;
}
.gdlr-top-woocommerce-wrapper {
    display: none;
}
.gdlr-logo {
    margin: 15px 0px;
    margin-bottom: 5px;
    float: left;
}
.gdlr-navigation-wrapper {
    margin-top: 18px;
    margin-bottom: 5px;
}
.gdlr-secondary-menu a {
    color: #4D4D4D;
}
.gdlr-secondary-menu a:hover {
    color: #Ff1726;
}
#manager-section {
    color: #fff;
}
.gdlr-navigation-wrapper .gdlr-main-menu > li > a {
    padding: 0px 0px 10px 22px;
}
.multi-navigation-wrapper .gdlr-navigation-wrapper {
    display: block;
}
#testimonials-section {
    color: #292929;
}
#testimonials-section .gdlr-item-title-head {
    position: relative;
}
#testimonials-section .gdlr-testimonial-item-wrapper {
    position: relative;
}
#testimonials-section .gdlr-item-title-wrapper .gdlr-flex-prev {
    position: absolute;
    left: 20px;
    top: 200px;
    z-index: 5;
    background: #000;
    color: #fff;
}
#testimonials-section .gdlr-item-title-wrapper .gdlr-flex-prev:hover,
#testimonials-section .gdlr-item-title-wrapper .gdlr-flex-next:hover {
    background-color: #c3c2c2;
    color: #484848;
}
#testimonials-section .gdlr-testimonial-item .testimonial-item-inner,
#testimonials-section .gdlr-testimonial-item .testimonial-author-image {
    background-color: transparent;
}
#testimonials-section .gdlr-testimonial-item .testimonial-position span {
    display: none;
}
#testimonials-section .gdlr-testimonial-item .testimonial-content {
    width: 80%;
    margin: auto;
    color: #000;
    text-align: center;
    font-size: 17px;
}
#testimonials-section .gdlr-testimonial-item.box-style .testimonial-info {
    text-align: center;
    margin-top: 100px;
}
#testimonials-section .gdlr-testimonial-item.box-style .testimonial-author {
    display: block;
    color: #000;
    font-size: 18px;
}
#testimonials-section .gdlr-testimonial-item .testimonial-position {
    margin-top: -5px;
}
#testimonials-section .gdlr-testimonial-item.box-style .testimonial-author-image {
    border-radius: 50%;
    overflow: hidden;
    left: 50%;
    bottom: 90px;
    margin-left: -32.5px;
}
#testimonials-section .gdlr-testimonial-item.box-style .testimonial-item-inner:after {
    display: none;
}
#testimonials-section .gdlr-item-title-wrapper .gdlr-flex-next {
    position: absolute;
    right: 20px;
    top: 200px;
    z-index: 5;
    background: #000;
    color: #fff;
}
#main_slider_section,
#main_slider_section .msp-cn-1-1 {
    font-family: 'futura_bk_btbook';
    width: 100%;
}
#about-banner-section {
    color: #3a3a3a;
    font-size: 1.25em;
}
#about-banner-section .content {
    text-align: center;
    font-size: 23px;
    color: #4D4D4D;
}
#about-banner-section-title h3 {
    font-family: 'futura_md_btmedium', Arial;
    max-width: 800px;
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 40px;
}
#about-section {
    font-family: 'futura_bk_btbook', Arial;
}
#about-section h3 {
    font-family: 'futura_md_btmedium', Arial;
    font-size: 24px;
}
#about-section .gdlr-item-title-wrapper.gdlr-item {
    margin-bottom: 10px;
}
#about-section .gdlr-item {
    margin-bottom: 70px;
    font-size: 14px;
    color: #333;
}
#contact-content-holder {
    font-family: 'futura_bk_btbook', Arial;
    background-color: #ffffff;
    width: 900px;
    max-width: 100%;
    margin: auto;
    box-shadow: 0px 0px 85px #ccc;
    margin-top: -100px;
    margin-bottom: 50px;
    padding: 60px 60px;
}
.gdlr-header-wrapper {
    position: inherit;
    height:79px;
}
.account-pages .gdlr-header-wrapper {
    position: inherit;
    height:79px;
}
.home .gdlr-header-wrapper {
    position: inherit;
    height:79px;
}
.gdlr-header-inner {
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 1px 1px 5px #e2e2e2;
}
.body-wrapper.header-style-transparent .gdlr-header-inner {
    background: #ffffff;
}
#contact-content-holder .wpcf7 span.wpcf7-form-control-wrap.mobile {
    padding-right: 5px;
}
#contact-content-holder,
#contact-content-holder .gdlr-item-title-wrapper .gdlr-item-title-caption {
    font-size: 14px;
}
#contact-content-holder .gdlr-item-title-wrapper .gdlr-item-title {
    font-size: 24px;
    font-family: 'futura_bk_btbook', Arial;
}
#contact-content-holder .gdlr-item-title-wrapper .gdlr-item-title-caption {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
}
#contact-content-holder .eight.columns {
    padding-right: 50px;
    box-sizing: border-box;
}
#contact-content-holder .four.columns .gdlr-item-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
}
#contact-content-holder .four.columns .gdlr-item.pos-left {
    margin-bottom: 0px;
}
#contact-content-holder #contact-address,
#contact-content-holder #contact-phone,
#contact-content-holder #contact-email {
    position: relative;
    color: #4D4D4D;
}
#contact-address:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('../../images/icon-location.png');
    background-repeat: no-repeat;
    position: absolute;
    left: -35px;
    top: -22px;
}
#contact-phone:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('../../images/icon-phone.png');
    background-repeat: no-repeat;
    position: absolute;
    left: -35px;
    top: -22px;
}
#contact-email:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('../../images/icon-mail.png');
    background-repeat: no-repeat;
    position: absolute;
    left: -35px;
    top: -20px;
}

.contact-page .form-group {
    margin-bottom: 25px;
}
.contact-page .form-group .help-block {
    position: absolute;
}

.contact-page .invalid { color: inherit; background: none; }
.contact-page .valid { color: inherit; background: none; }

.intl-tel-input.iti-container {
    z-index: 9999;
}
.iti-mobile .intl-tel-input .country-list {
    max-width: 240px;
}
.intl-tel-input .country-list .country,
.intl-tel-input .country-list .divider {
    max-width: 240px;
}
.body-wrapper,
.gdlr-single-lightbox-container {
    background-color: transparent;
}
.custombox-modal-content .body-wrapper,
.custombox-modal-content .gdlr-single-lightbox-container {
    background: #fff;
}
.custombox-modal-content .modal-title {
    background: #Ff1726;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 5px 0;
    font-family: 'futura_md_btmedium' !important;
    font-weight:500;

}
.custombox-modal-content .modal-close {
    display: block;
    position: absolute;
    color: #fff;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 18px;
}
.custombox-modal-content .body-wrapper {
    max-height: 100%;
}
.custombox-modal-content .container {
    color: #333;
    font-size: 14px;
    padding: 0px 20px;
    height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 40px;
    padding-top: 10px;
}
html .woocommerce-page form.register {
    border: 0px;
}
.page-id-23 .gdlr-content {
    background: #f5f5f5;
}

.page-id-169 {
    background: #ffffff;
}
.ms-layer.ms-cn-1-1 {
    top: 194.399px !important;
    left: 3% !important;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    width: 93% !important;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 14px;
}
.account-pages .woocommerce .col2-set .col-1 {
    float: none;
    margin: auto;
    margin-top:30px !important;
}
.account-pages .gdlr-item.gdlr-main-content {
    margin-bottom: 50px;
    margin-top: 30px;
}
.password-module {
    width: 480px !important;
    margin: 0 auto !important;
}

.password-module-content{
    background: #fff;
    box-shadow: 0 10px 100px rgba(0, 0, 0, 0.30);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 40px !important;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom:68px;
}
.account-pages .woocommerce form.login {
    width: 400px;
    padding: 35px;
    color: #292929;
}
.account-pages .pwd-msg {
    color: #4D4D4D;
}
.account-pages .woocommerce form .form-row label,
.account-pages .woocommerce-page form .form-row label {
    font-size: 13px;
}
.lost_reset_password {
    font-family: futura_md_btmedium;
}
.link-class.small {
    font-size: 12px;
}
.modal {
    display: none;
}
.loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    z-index: 99;
}
.loader .img {
    position: fixed;
    width: 110px;
    height: 110px;
    background: url('../../images/loadingimg.gif');
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -55px;
    z-index: 100;
    background-position: -120px -70px;
}
html .account-pages .woocommerce-message,
html .account-pages .woocommerce-info {
    background: #23d283;
    color: #fff;
    font-weight: normal;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    text-align: center;
    padding-left: 0px;
}
html .account-pages .woocommerce-message:before,
html .account-pages .woocommerce-message:after,
html .account-pages .woocommerce-info:before,
html .account-pages .woocommerce-info:after {
    display: none;
}
.account-pages.before-login .multi-navigation-wrapper {
    display: none;
}
.account-pages.before-login .gdlr-logo {
    margin-bottom: 5px;
    float: none;
    margin: 20px auto;
}
.account-pages.before-login footer {
    display: none;
}
html .woocommerce form .form-row input.input-text,
html .woocommerce-page form .form-row input.input-text {
    background: #fff;
}
form .required {
    color: #989898;
    font-weight: normal;
    text-transform: none;
}
.verification-code {
    margin-bottom: 5px;
    display: block;
    margin-top:22px;
}
div.wpcf7-validation-errors {
    border: 0px;
    padding-left: 0px;
    background: #c23030;
    color: #fff;
    padding: 5px 10px;
}
div.wpcf7-mail-sent-ok {
    border: 0px;
    background: #33bf7a;
    color: #fff;
    padding: 5px 10px;
}
span.wpcf7-not-valid-tip {
    color: #c23030;
}
input.wpcf7-not-valid {
    border-color: #c23030;
}

.multi-navigation-wrapper .sub-menu .menu-item a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
}

#menu-menu-1-post-login .sub-menu .menu-item::before {
    display: inline-block;
    content: "";
    color: #FFFFFF;
    width: 18px;
    height: 21px;
    margin-left: 10px;
    text-align: center;
    padding: 10px 0px;
    float: left;
    margin-right: 8px;
}

#menu-menu-1-post-login .sub-menu .menu-item::after {
    content: "";
    display: block;
    clear: both;
}

#menu-menu-1-post-login .sub-menu .menu-item:first-child::before {
    background: url('../../images/my-orders.png');
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 100%;
}

#menu-menu-1-post-login .sub-menu .menu-item:nth-child(2)::before {
    background: url('../../images/my-profile.png');
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 100%;
}

#menu-menu-1-post-login .sub-menu .menu-item:nth-child(3)::before {
    background: url('../../images/my-download.png');
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 100%;
}

#menu-menu-1-post-login .sub-menu .menu-item:last-child::before {
    background: url('../../images/sign-out.png');
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 100%;
}

#menu-menu-1-post-login .sf-menu > .gdlr-normal-menu li a {
    display: inline-block;
    padding-left: 10px;
}

.full-row {
    width:100%;
    float:left;
}
.woocommerce-error a { color: #3B5999}
.otp-sent-text {
    text-align: center;
    color: #aaa;
    font-size: 14px;
}
.intl-tel-input .country-list { font-size: 14px !important;}
.overlay-phone .intl-tel-input { background-color: #E6E6E6; cursor: not-allowed;}
.woocommerce-message .custom-success-msg{ text-align:center; margin:0; position:relative; font-size: 14px; color:#FFFFFF; font-weight: normal; display: inline-block; padding-left: 20px;}
/* .woocommerce-message .custom-success-msg:after{ content:" "; position:absolute; top:5px; margin-left:20px;  background-image: url("../../images/younique-sprite.png"); background-repeat: no-repeat; background-position:-331px -10px;width:10px; height:10px; cursor:pointer;} */
/* .woocommerce-message .custom-success-msg:before{content: " ";position: absolute; top: 0; margin-left: 20px; background-image: url(../../images/younique-sprite.png); background-repeat: no-repeat; background-position: -329px -56px; width: 23px; height: 23px; cursor: pointer; left: -29px;} */
.title2 a{color:#ec1a26;}
html .woocommerce ul.products li.product a img, html .woocommerce ul.products li.product a:hover img {border: none;}
del span.amount{color:#000 !important; font-weight:normal;}
.woocommerce ul.products li.product .price ins, .products-list-page .woocommerce ul.products li.product .price, .products-list-page .woocommerce-page ul.products li.product .price{font-weight:normal;}
html .woocommerce ul.products li.product .price del{color:#000;}
.woocommerce ul.products li.product .price del{opacity:1;}
/* .dialog-open{position: absolute !important; z-index: 1;} */
.dialog-open{overflow:hidden;}
.dialog-open .gdlr-header-inner{z-index: 1;}
.packages-subscribe-button a{color:#fff;}

.custombox-modal-content .modal-title{padding:13px 20px 14px 20px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box;}
.single-product .content-wrapper{ background:#fff;}
.single-product .product{ padding-left:30px !important;}
.home .gdlr-blog-grid .gdlr-grid-read-more { padding: 0px; }
.home .gdlr-blog-grid .gdlr-grid-read-more a { display: block; padding: 11px 25px; }
/* right-side-have-promo-code start */
.right-side-have-promo-code .white-container, .cart-collaterals .code .white-container{padding:15px 20px; border-bottom:1px solid #e5e5e5 !important;}
.redeem-my-credits p{ margin-bottom:0 !important; font-size:13px !important; color:#808080 !important;}
.redeem-my-credits span{ font-size:15px !important; color:#292929 !important;}
.right-side-order-summary{margin-top:20px;}
.right-side-order-summary h3.title{ font-size:19px !important; text-align:left !important; padding-left:20px !Important; font-weight:400 !important; border-top:1px solid #e6e6e6; border-radius:2px 2px 0 0; -webkit-border-radius:2px 2px 0 0; -ms-border-radius:2px 2px 0 0; background:#fff !important; color:#292929 !important;}
.right-side-order-summary .white-container{ border-radius:0 0 2px 2px; -webkit-border-radius:0 0 2px 2px; -ms-border-radius:0 0 2px 2px;}
.calculated_shipping table.shop_table{}
.calculated_shipping table.shop_table tr td{ font-size:13px !important; color:#292929 !important; border:none !important;}
.calculated_shipping table.shop_table tr th{ font-size:13px !important; color:#808080 !important; font-weight:400 !important; border:none !important;}
.calculated_shipping table.shop_table tr.order-total td, .calculated_shipping table.shop_table tr.order-total th{ font-weight:500 !important; font-size:16px !important; color:#292929 !important; padding-bottom:10px !important; font-weight:400 !important; border-top:1px solid #e4e4e4 !important; font-family: 'futura_md_btmedium' !important; }
.calculated_shipping table.shop_table tr.order-total td{ width:40%;}
.calculated_shipping table.shop_table tr.order-total th{ width:60%;}
.calculated_shipping table.shop_table tr td strong{font-weight:400 !important;}
.wc-proceed-to-checkout a{padding: 10px 0 !important; font-weight: normal !important; font-size: 16px;}
.btn-primary, input.button.btn-primary, html .woocommerce input.button.btn-primary, html .woocommerce-page input.button.btn-primary{font-weight: normal; text-transform: capitalize !important;}
/* right-side-have-promo-code end */

/* Home Testimonials section css start*/
#content-section-7 .gdlr-testimonial-item.carousel .testimonial-item{ margin-right: 15px !Important;}
#content-section-7 .gdlr-testimonial-item.box-style .testimonial-item-inner { box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;}
#content-section-7 .gdlr-testimonial-item.box-style .testimonial-item{ padding-bottom:15px !important;}
#content-section-7 .gdlr-testimonial-item.box-style .testimonial-author-image{background-color:#f2f3f5 !important; border:1px solid #e4e4e4; background-image:url(../../images/testimonials-profile-image-default.jpg); background-repeat:no-repeat; background-position: center bottom;}
/* Home Testimonials section css end*/
#order_comments_field{margin-top: 28px !Important;}
.woocommerce-shipping-fields .multiple-shipping-addresses{margin-top: 6px;}
#content-section-1 #product-list-container{padding-bottom:0 !important;}
.woocommerce-product-gallery__wrapper {background: #fff; border: 1px solid #e4e4e4; padding: 15px 0;}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{width: 193px; margin: 0 auto;}
/* .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{border:none !important;} */
.related .image-holder{background:#fff; text-align: center !important; border: 1px solid #e4e4e4; padding: 15px 0;}
.woocommerce ul.products li.product a img{ width:auto; height:100%; display:inline-block;}
@media(max-width:991px){
    .account-pages.before-login .gdlr-logo { margin: 0 auto;}
    .login-bg-area #gdlr-responsive-navigation button{display:none !important;}
    /* .account-pages.before-login .multi-navigation-wrapper{display:none !important;} */
    ._masterslider #gdlr-responsive-navigation{display:block !important;}
    /* #content-section-7 .gdlr-parallax-wrapper{background-size: cover; background-repeat:no-repeat; } */

}
input{-webkit-appearance: none; -moz-appearance: none;}

.payment_method_paypal_pro .wc-credit-card-form .form-row{ margin:15px 0 0 0 !important;}
.product-buy-thank-you-content{ font-size:14px; color:#4d4d4d;}
.order-total-green{color:#009933;}
/* .payment-status-successfully-text{font-size:32px;} */

.footer-wrapper { margin-top: 1px;}

.c_titles {
    margin-top:24px;
    color: #333;
    font-size: 24px;
}

.c_content_style p {
    color: #333;
    font-size: 14px;
}

#searchform {
    display: none;
}

.page-not-found-block {
    background-color: #Ff1726;
}

.blog-page a:hover {
    color: #Ff1726;
}


#testimonial-section-holder .gdlr-testimonial-item.carousel .testimonial-item { margin: 0 auto;}
.transaction-id .subscribed-plan-name{word-break: break-all;}

.appLink {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.appLink span .appstore{
    width: 156px;
    height: 50px;
}
.appLink span .playstore {
    width: 170px;
    height: 50px;
}
.appLink span {
    padding-right: 10px;
}

@media only screen and (max-width: 360px) {
    .appLink {
        text-align: left;
        margin-left: 10px;
        float: left;
        width: 100%;
        padding-bottom: 24px;
    }
    .appLink span {
        margin-top: 15px;
        float: left;
    }
    .appLink span img {
        width:128px;
        height:41px;
    }
    .appLink span .playstore {
        width: 125px;
        height:42px;
    }
}
}