/*
Theme Name: Roslyn Child
Theme URI: http://roslyn.qodeinteractive.com
Description: A child theme of Roslyn Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.2
Text Domain: roslyn
Template: roslyn
*/

/*---------------------------------
 			Custom CSS
---------------------------------*/
li.cat-item {
    display: inline-block !important;
    font-size: 0 !important;
    padding: 0 1px !important;
    line-height: 1px !important;
}
.cat-item a {
    border-radius: 0;
    color: #000;
    font-weight: 500 !important;
    display: inline-block !important;
    font-size: 10px!important;
    font-family: Montserrat,sans-serif !important;
    letter-spacing: .12em;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 -1px -1px 0;
    padding: 0 5px !important;
    border: 1px solid #000;
    transition: all .2s ease;
}
.cat-item a:hover {
    color: #fff !important;
    background: #000;
}
.cat-item a::after{display: none !important;}
#gtranslate-2 .gt_switcher .gt_option{
	position: absolute !important;
    top: 34px;
}
#gtranslate-2 .gt_switcher a img{
	opacity:1;
	margin-right: 10px;
	width: 20px;
    height: 20px;
}
#gtranslate-2 .gt_switcher .gt_selected a,#gtranslate-2 .gt_switcher .gt_option a{
	font-family: Montserrat,sans-serif;
    padding: 0 0px 0 10px;
    letter-spacing: .15em;
    color: #000;
    border: none;
    background: #fff;
    opacity: 1;
    font-size: 13.5px;
    line-height: 1.7em;
    font-weight: 400;
    text-transform: uppercase;
}
#gtranslate-2 .gt_switcher .gt_option a{
	padding: 3px 5px 3px 9px;
}
#gtranslate-2 .gt_switcher .gt_selected a:after{right: 25px;}

/* Login model css */
.eltdf-title-holder{z-index: 1;}
.eltdf-content{z-index: unset;}
.eltdf-wrapper{z-index: unset !important;}
.eltdf-container{z-index: unset;}


/* .modal-backdrop{z-index: 1 !important;} */
/* .modal-content{z-index: 1000000000000000000000000000000000000000000000000000000000050 !important;} */
.custom-modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
.modal.in .modal-dialog{transform: translate(0%,50%) !important;}
.modal-dialog{width: 500px !important;}
#custom-get-otp-btn,#custom-submit-otp-btn{
    position: relative;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 12px 25px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    margin: 35px auto 0;
    display: block;
    width: 260px;
    border-radius: 0;
    font-weight: 600;
}
.modal-footer .btn-default{
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
#custom-get-otp-btn:hover,#custom-submit-otp-btn:hover{
    background: #000;
    color: #fff;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
}
label{text-transform: uppercase;letter-spacing: .12em;}
.modal-title{
    text-transform: uppercase;
    letter-spacing: .12em;
    /* font-weight: 800; */
    font-size: 20px;
}
#custom-email,#custom-otp{
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
}
.eltdf-top-bar .eltdf-grid .eltdf-vertical-align-containers a{color: #000 !important;}
#model_button{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    /* padding: 0 22px; */
    /* color: #000; */
    line-height: 24px;
    font-size: 13px;
    letter-spacing: .15em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    cursor: pointer;
    padding: 0;
    margin-left: 20px;
    width: auto;
}
#model_button.model_button_outline{
    background-color: transparent;
    border: none;
}
#model_button::before{
    content: '';
    position: absolute;
    bottom: -2px;
    height: 0;
    background-color: currentColor;
    left: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all .2s cubic-bezier(.43,.1,0,.82);
    -o-transition: all .2s cubic-bezier(.43,.1,0,.82);
    transition: all .2s cubic-bezier(.43,.1,0,.82);
}
#model_button:hover::before{
    background-color: #fff;
    height: 2px;
    transition: all .2s cubic-bezier(.43,.1,0,.82);
}
#loginform .login-submit .button-primary{
    position: relative;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: .12em;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 13px 41px;
    background-color: transparent;
    border: 1px solid #000;
    overflow: hidden;
    margin-top: 7px;
}
.eltdf-fixed-on-scroll .textwidget .model_button_outline{color: #000;}
.eltdf-fixed-header-appear .textwidget .model_button_outline{color: #fff;}
/* #loginform .login-submit .button-primary::after{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(75%);
    -ms-transform: translateY(75%);
    transform: translateY(75%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    height: 150%;
    background: currentColor;
    content: '';
}
#loginform .login-submit .button-primary:hover:after{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
} */
#xs-social-login-container{
    padding-bottom: 0%;
    margin-top: 10px;
}
#custom-login-modal .modal-content{
    text-align: left;
    color: #000;
    border: none;
    border-radius: unset;
}
#loginSignUpSeparator{
    border-top: 1px solid #cbd2d6;
    position: relative;
    text-align: center;
    font-size: 57.34%;
    width: 400px;
    margin: 30px auto 0;
}
#loginSignUpSeparator .textInSeparator{
    background-color: #fff;
    padding: 0 0.5em;
    position: relative;
    color: #000 !important;
    top: -0.7em;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
#xs-social-login-container .xs-login__item{
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out !important;
    margin: auto;
    display: flex !important;
    width: 260px;
    font-weight: 400;
    padding: 8px 15px !important;
    background-color: #4285f4 !important;
    border-radius: 0 !important;
    justify-content: center;
}
#xs-social-login-container .xs-login--style-1 .xs-login__item--label{
    color: #fff !important;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: unset;
}
#xs-social-login-container .xs-login--style-1 .xs-login__item--icon{
    background-color: #ffffff !important;
    width: 30px;
    height: 30px;
}
#xs-social-login-container .met-social-google:before{
    content: "" !important;
    width: 100%;
    display: block;
    height: 100%;
    background-image: url(https://digiglam.ditests.com/wp-content/uploads/2024/01/Google.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
#custom-login-modal:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.75;
}
.modal.in .modal-dialog{z-index: 1;}
.modal-backdrop.in{z-index: unset !important;}
/* .eltdf-ni-info>div.eltdf-post-info-author a{color: #000;} */
.eltdf-search-opener{color: #000;}
.eltdf-position-right-inner .login_account .dropdown-toggle{color: #000;}
.eltdf-news-holder .eltdf-news-filter .eltdf-news-filter-item{color: #000;}
.login_account .dropdown-toggle{
    font-size: 20px;
    color: #fff;
    padding: 0;
    margin-left: 20px;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
}
/* .page-id-813 .eltdf-logo-wrapper a img.eltdf-dark-logo{
    width: 70%;
    height: 110px;
    transform: translateY(-69%);
} */
.page-id-735 .eltdf-logo-wrapper,.page-id-813 .eltdf-logo-wrapper{width: 15%;}
.eltdf-bottom-menu-left-widget-holder{display: none !important;}
.eltdf-centered-widget-holder{display: none;}
.page-id-735 .eltdf-logo-wrapper a img.eltdf-light-logo{
    width: 70%;
    height: 120px;
    transform: translateY(-250%);
}
.eltdf-bottom-menu-left-widget-holder{display: none;}
.page-id-206 .eltdf-logo-wrapper a img.eltdf-light-logo{
    width: 500px;
    height: 120px;
    transform: translateY(-105%);
}
.eltdf-page-header .eltdf-menu-area .eltdf-logo-wrapper a{height: 30px !important;}
.eltdf-header-centered .eltdf-page-header .eltdf-logo-area{height: 200px;}
.widget.widget_text.eltdf-header-widget-menu-area{height: 98%;}
.dropdown.login_account, .textwidget{height: 100%;display: flex;align-items: center;}
.dropdown.login_account a, .textwidget a{height: auto !important;}
.login_account .dropdown-menu{
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.03);
    vertical-align: middle;
    background-color: #000;
    padding: 23px 0;
    left: auto;
    right: -10%;
    border-radius: 0;
}
.login_account .dropdown-menu li{
    width: 230px;
    padding: 6px 32px;
}
.login_account .dropdown-menu li.active .item_outer {
    padding: 0 10px 0 14px;
}
.login_account .dropdown-menu li.active .item_outer:before {
    left: 0px;
    opacity: 1;
    transition: all .2s ease-in-out;
}
.login_account .dropdown-menu li a{
    font-size: 10px;
    letter-spacing: .15em;
    line-height: 20px;
    color: #fff;
    /* padding: 6px 32px; */
    text-transform: uppercase;
    position: relative;
    transition: all .2s ease-in-out;
    text-underline-offset: 3px;
}
.login_account .dropdown-menu li .item_outer::before{
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: -20px;
    color: inherit;
    font-size: 18px;
    width: 4px;
    height: 4px;
    opacity: 0;
    border-radius: 100%;
    background-color: #fff;
    line-height: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.login_account .dropdown-menu li:hover .item_outer:before{
    left: 0px;
    opacity: 1;
    transition: all .2s ease-in-out;
}
.login_account .dropdown-menu li .item_outer{
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
}
.login_account .dropdown-menu li .item_outer:hover{
    padding: 0 10px 0 14px;
}
.login_account .dropdown-menu li a:hover{
    text-decoration: underline;
    background-color: transparent;
    color: #fff;
    transition: all .2s ease-in-out;
}

/* Membership-Account CSS */
.eltdf-social-icons-group-widget .eltdf-social-icon-widget-holder{color: #000;}
#pmpro_account-membership{
    border: none !important;
}
#pmpro_account table{margin-bottom: 15px;}
#pmpro_account .pmpro_box h2{
    margin-bottom: 20px;
}
#pmpro_account .pmpro_box thead th{
    line-height: 24px;
    font-size: 13px;
    letter-spacing: 0.15em;
    /* font-weight: 800; */
    text-transform: uppercase;
}
#pmpro_account .pmpro_box table tr{
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
}
#pmpro_account-invoices .pmpro_table th,#pmpro_account-invoices .pmpro_table td {
	border: 1px solid #e1e1e1;
}
#pmpro_account-invoices .pmpro_table  thead {
    background: #e1e1e1;
}
#pmpro_account .pmpro_box tr td{
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    /* letter-spacing: 0.1em; */
}
/* #pmpro_account .pmpro_box tr td a{color: #000 !important;} */
#pmpro_actionlink-levels{
    line-height: 24px;
    font-size: 14px;
    /* letter-spacing: 0.1em; */
}
#pmpro_account #pmpro_account-profile{
    padding: 40px 20px;
    background: #f5f5f5;
    border-top:none;
}
#pmpro_account{
    display: grid;
	grid-template-columns:repeat(3,2fr);
}

#pmpro_account-membership,#pmpro_account-invoices {
    grid-column: 2 / 4;
}
#pmpro_account-membership{
    grid-row: 1 / 2;
    padding: 30px 20px 30px 20px !important;
}
#pmpro_account-invoices{
	grid-row:2 / 3;
}
#pmpro_account-profile {
    grid-column: 1 / 2;
    grid-row: 1 / span 2;
}
#pmpro_account-profile ul{display: block;}
#pmpro_account-profile ul li{
    list-style: none;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    /* text-transform: uppercase; */
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #000;
}
#pmpro_account-profile ul li strong{
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.pmpro_actionlinks a{
    line-height: 24px;
    font-size: 14px;
    /* letter-spacing: 0.1em; */
}
#pmpro_account #pmpro_account-profile .pmpro_actionlinks{
    margin-top: 30px;
}
#pmpro_account-profile #pmpro_actionlinks{
    margin-top: 15px;
}
.eltdf-social-share-link{
    display: none !important;
}
#custom_html-6 .eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown ul li *{color: #fff !important;}
#custom_html-6 .eltdf-social-share-holder.eltdf-dropdown .eltdf-social-share-dropdown ul li:hover *{color: #000 !important;}
/* Membership Level CSS */
#pmpro_levels_table thead th, #pmpro_levels_table tbody th{text-align: center;}
#pmpro_levels_table thead tr th,#pmpro_invoices_table thead tr th,#pmpro_cancel thead tr th{
    line-height: 24px;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background-color: #e1e1e1;
}
#pmpro_levels_table tr td,#pmpro_invoices_table tr td, #pmpro_cancel tr td{
    border-right: 1px solid #d7d7d7;
    padding: 10px;
}
#pmpro_levels_table tr td .pmpro_btn.pmpro_btn-select, #pmpro_levels_table tr td .pmpro_btn.disabled{
    line-height: 24px;
    font-size: 13px;
    width: auto;
    display: inline-block;
    background-color: #fff;
    color: #000;
    border-radius: 0;
    border: 1px solid #e1e1e1;
}
#pmpro_levels_table tr td strong,#pmpro_levels_table tr th{
    line-height: 24px;
    font-size: 13px;
}
.pmpro_actions_nav{margin-top: 20px;margin-bottom: 20px;}
#custom-login-modal .emailTxt{
    color: #000 !important;
}
#custom-login-modal .BacktoChange{
    color: #337ab7 !important;
    font-weight: 600;
    margin-left: 10px;
}
.resendText{
    margin-top: 17px;
    text-align: center;
}
#custom-login-modal .Resend_code,#custom-login-modal .resendCode{
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
}

/* Edit Profile CSS */
.pmpro_submit .pmpro_btn-submit{
    position: relative;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 12px 25px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-weight: 600;
}
.pmpro_submit .pmpro_btn-cancel{
    position: relative;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 12px 25px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    font-weight: 600;
    margin-left: 15px;
}
.pmpro_submit .pmpro_btn-cancel:hover{
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}
#pmpro_actionlink-change-password{display: none;}
.pmpro_member_profile_edit-fields input, .pmpro_checkout-fields input{
    position: relative;
    width: 100%;
    margin: 0 0 24px;
    padding: 10px 18px 10px 10px;
    font-family: inherit;
    font-size: 13px;
    line-height: 20px;
    font-weight: inherit;
    color: #000;
    background-color: transparent;
    border-radius: 0;
    outline: 0;
    cursor: text;
    box-sizing: border-box;
    transition: border-color .3s ease-in-out;
    border: none;
    border: 1px solid #BFCBC2;
    margin-top: 8px;
}
.pmpro_btn.pmpro_btn-submit-checkout{
    position: relative;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 12px 25px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-weight: 600;
}
.pmpro_checkout_gateway-none #pmpro_form h2{
    padding: 15px !important;
    border-top: 1px solid #BFCBC2;
    border-bottom: 1px solid #BFCBC2;
    background-color: #f9f9f9;
    margin-bottom: 30px !important;
}
.pmpro_checkout_gateway-none #pmpro_form h2 .pmpro_checkout-h2-name{margin: 0 !important;}
.pmpro_level_cost_text p strong{
    font-size: 16px;
}
.pmpro_checkout-field.pmpro_checkout-field-bcountry #bcountry{
    position: relative;
    margin: 0 0 24px;
    padding: 10px 18px 10px 0;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    border: none;
    border-bottom: 1px solid #BFCBC2;
}
#ExpirationMonth,#ExpirationYear{
    position: relative;
    margin: 0 0 24px;
    padding: 10px 18px 10px 0;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    border: none;
    border-bottom: 1px solid #BFCBC2;
    margin-right: 10px;
    margin-left: 10px;
}

/* Confirmation CSS */
.pmpro_confirmation_wrap ul, .pmpro_invoice_wrap ul{
    display: inline-block;
}
.pmpro_confirmation_wrap ul li, .pmpro_invoice_wrap ul li{
    list-style: none;
    line-height: 24px;
    font-size: 13px;
    color: #000;
    /* text-transform: uppercase; */
    padding: 5px 10px 5px 0;
    /* border-bottom: 1px solid #000; */
}
.pmpro_confirmation_wrap ul li strong, .pmpro_invoice_wrap ul li strong{
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.pmpro_invoice_details{display: block;}
.pmpro_invoice_details > div strong{
    list-style: none;
    line-height: 24px;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;  
}
.pmpro_invoice_details > div p{
    margin: 0px 0 10px;
}
.xs_social_share_widget.xs_share_url.wslu-share-horizontal{
	margin-top:30px !important;
}
#pmpro_actionlink-levels,#pmpro_actionlink-invoices,#pmpro_levels-return-account,.pmpro_actions_nav-right a{
	color: #000;
    border:1px solid #000 !important;
	padding: 16px 32px;
	overflow: hidden;
	display:inline-block;
	background-color: #ffffff00;
	position:relative;
	z-index:1;
    transition: all .4s;
}
#pmpro_actionlink-levels:hover,#pmpro_actionlink-invoices:hover,#pmpro_levels-return-account:hover,.pmpro_actions_nav-right a:hover{
	animation: colorForward .3s;
}
#pmpro_actionlink-levels:after,#pmpro_actionlink-invoices:after,#pmpro_levels-return-account:after,.pmpro_actions_nav-right a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(75%);
    transition: transform .4s;
    height: 150%;
    background: #333;
    content: '';
	z-index:-1;
}
#pmpro_actionlink-levels:hover:after,#pmpro_actionlink-invoices:hover:after,#pmpro_levels-return-account:hover:after,.pmpro_actions_nav-right a:hover:after {
    transform: translateY(-100%);
}
#pmpro_cancel p{font-size: 16px;}
.pmpro_actionlinks{margin: 30px 0 0;}
#pmpro_account-membership .pmpro_account-membership-levelname .pmpro_actionlinks{
	margin-top:15px;
}
.pmpro_actionlinks .pmpro_btn-submit, .pmpro_actionlinks .pmpro_btn-cancel{
    position: relative;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 12px 25px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000 !important;
    border-radius: 0;
    font-weight: 600;
}
.pmpro_actionlinks .pmpro_btn-cancel{
    color: #000 !important;
    background-color: #fff !important;
    margin-left: 15px;
    text-decoration: none !important;
}
#pmpro_pricing_fields.pmpro_checkout h2{
    padding: 15px !important;
    border-top: 1px solid #BFCBC2;
    border-bottom: 1px solid #BFCBC2;
    background-color: #f9f9f9;
    margin-bottom: 30px !important;
}
#pmpro_pricing_fields.pmpro_checkout h2 span{margin: 0 !important;}
.pmpro_billing_wrap ul li{
    list-style: none;
    line-height: 24px;
    font-size: 13px;
    color: #000;
    /* text-transform: uppercase; */
    padding: 5px 10px 5px 0;
}
.pmpro_billing_wrap ul li strong{
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.pmpro_member_log_out{margin: 50px 0;}
.pmpro_member_log_out a{
    position: relative;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 12px 25px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    font-weight: 600;
}
#pmpro_payment_information_fields .pmpro_checkout-fields{width: 50%;}
#pmpro_payment_information_fields h2{
    padding: 15px !important;
    border-top: 1px solid #BFCBC2;
    border-bottom: 1px solid #BFCBC2;
    background-color: #f9f9f9;
    margin-bottom: 30px !important;
}
#pmpro_payment_information_fields h2 span{margin: 0 !important;}
#AccountNumber, #Expiry, #CVV{
    margin: 0 0 10px !important;
    padding: 10px 18px 10px 0 !important;
    font-size: 13px;
    line-height: 20px;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    border: none !important;
    border-bottom: 1px solid #BFCBC2 !important;
}
select.currency-switcher{
	padding:10px;
}
.eltdf-page-content-holder p strong{
	margin:5px 5px 5px 0;
	text-decoration:underline;
	display:inline-block;
}
#pmpro_account a{
	color:#333;
	font-weight: 600;
}
#pmpro_invoices_table{
    margin-bottom: 35px;
}
.pmpro_invoice_wrap a{
    color: #333;
}
/* Billing page CSS */
.custom_size{
    display: flex;
    flex-wrap: wrap;
}
.custom_size .pmpro_checkout-field-bfirstname, .custom_size .pmpro_checkout-field-blastname{
    width: 48.5%;
}
.custom_size .pmpro_checkout-field-baddress1, .custom_size .pmpro_checkout-field-baddress2, .custom_size .pmpro_checkout-field-bemail, .custom_size .pmpro_checkout-field-bconfirmemail{
    width: 100%;
}
.custom_size .pmpro_checkout-field-bcity, .custom_size .pmpro_checkout-field-bstate, .custom_size .pmpro_checkout-field-bzipcode{
    width: 32.5%;
}
.custom_size .pmpro_checkout-field-bcountry, .custom_size .pmpro_checkout-field-bphone{
    width: 49%;
}
.custom_size .pmpro_checkout-field-bcountry #bcountry{
    width: 90%;
}
.custom_size .pmpro_checkout-field input{
    max-width: 95% !important;
}
#pmpro_billing_address_fields h2{
    padding: 15px !important;
    border-top: 1px solid #BFCBC2;
    border-bottom: 1px solid #BFCBC2;
    background-color: #f9f9f9;
    margin-bottom: 30px !important;
}
#pmpro_billing_address_fields h2 span{
    margin: 0 !important;
}
#pmpro_levels_table a{
	border:none !important;
}
.eltdf-content .eltdf-content-inner > .eltdf-container > .eltdf-container-inner {
    padding: 50px 0 50px !important;
}
#pmpro_account #pmpro_account-invoices {
    padding: 45px 20px 0;
}
#pmpro_account-membership .pmpro_table th,#pmpro_account-membership .pmpro_table td{
	border: 1px solid #e1e1e1;
	text-align:left;
}
form.pmpro_form .pmpro_submit{
	margin-bottom:30px;
	
}

/*-------------------------------------
           membership-levels Page CSS
-------------------------------------*/
.price_table {
    display: grid;
    grid-template-columns: repeat(3,1fr);
	text-align: center;
    column-gap: 30px;
    margin-bottom: 35px;
    padding-top: 30px;
}
.price_table>div{
	border:1px solid #333;
	padding:0 30px 40px;
}
.price_table h4{
    margin: -20px auto 0;
    background-color: #fff;
    padding: 10px 20px;
    width: 150px;
    font-size: 20px;
    font-weight: 600;
}
.price_table .active h4{
    text-decoration: underline;
}
.price_btn{
	display:inline-block;
	margin:auto;
}
.price_btn a{
    background-color: #EFEFEF !important;
    border: 1px solid #D6D6D6;
    padding: 16px 56px !important;
    overflow: hidden;
    display: inline-block;
    background-color: #ffffff00;
    position: relative;
    z-index: 1;
    transition: all .4s;
}
.level_price {
    margin: 30px auto;
    width: 180px;
}
.pmpro-levels .pmpro_actions_nav {
    text-align: center;
}
/*-------------------------------------
            Wallet Page CSS
-------------------------------------*/

.d-flex{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
}
.d-flex .wallet_balance{
    text-align: start;
    width: 50%;
    display: block;
}
.d-flex .add_money{
    width: 50%;
    text-align: end;
}
.d-flex .add_money button{
    position: relative;
    vertical-align: middle;
    width: auto;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin: 0;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 5px 25px;
    border: 1px solid #000;
    overflow: hidden;
    background-color: #000;
    color: #fff;
}


/* .Click-here {
    cursor: pointer;
    background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
    color: #fff;
    width: 180px;
    text-align: center;
    font-size:16px;
    padding: 18px 0;
    margin: 0 auto;
    transition:background-image 3s ease-in-out;
  }
  .Click-here:hover{
    transition:background-image 3s ease-in-out;
    background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
  } */
  .custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
  }
  .custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
  }
  .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }
  .model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
  }
  .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
  }
  .close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
  }
  #pmpro_user_fields h2{
    padding: 15px !important;
    border-top: 1px solid #BFCBC2;
    border-bottom: 1px solid #BFCBC2;
    background-color: #f9f9f9;
    margin-bottom: 30px !important;
  }
  #pmpro_user_fields h2 span{margin: 0 !important;}
  footer .widget.widget_nav_menu #menu-footer-custom-menu li{display: block;}
  /* .pop-up-content-wrap{
    position: relative;
    width: 100%;
    margin: 0 0 30px;
    padding: 14px 18px 14px 0;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    background-color: transparent;
    border-radius: 0;
    transition: border-color .2s ease-in-out;
    border: none;
    border-bottom: 1px solid #000;
  } */
  .image_bg{
    background-position: 0px 30px;
    background-repeat: no-repeat;
    background-size: contain;
  }
    .page-id-1191 .textwidget{
        display: flex;
        align-items: center;
        }
    .page-id-1191 .textwidget a{
        height: auto !important;
    }
    .dropdown.login_account{
        display: flex;
    }
    .eltdf-fixed-header-appear .login_account .dropdown-toggle{
        color: #fff !important;
    }
    .fashion_img .eltdf-post-image img{height: 150px;object-fit: cover;}
    .post-template-default.single.single-post p{font-size:20px;}

    .top_stories .eltdf-post-image img, .news_tab .eltdf-post-image img,.fashion_news .eltdf-post-image img{
        height: 250px;
        object-position: center;
        object-fit: cover;
    }
    .trending_news .eltdf-post-image img{
        height: 180px;
        object-position: center;
        object-fit: cover;
    }
    .trending_news .eltdf-news-block-part-featured .eltdf-post-image img {
        height:auto;
    }
    .eltdf-news-holder {
        padding-left: 15px;
        padding-right: 15px;
    }
    .eltdf-blog-holder article .eltdf-post-image {
        display: block;
    }
    .eltdf-blog-holder article .eltdf-post-image img {
        width: 100%;
    }
    .eltdf-main-menu>ul {
        display: flex;
        column-gap:20px;
    }
    .eltdf-news-holder .eltdf-news-filter {
        display: flex;
        justify-content: center;
        gap: 5px;
    }
    .filter_img .eltdf-post-image img{
        height: 450px;
        object-fit: cover;
    }


/* ---------------- Footer CSS -------------- */

.footer_contact_form .contact-us{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer_contact_form .contact-us .eltdf-grid-col-6{
    width: 100%;
    margin-bottom: 15px;
}
.footer_contact_form .wpcf7-form-control-wrap textarea{
    height: 80px;
}
.footer_contact_form input.wpcf7-form-control{
    border-bottom: 1px solid #fff;
    color: #fff;
}
.footer_contact_form .contact-us .wpcf7-form-control.wpcf7-textarea{
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    padding: 14px 0;
}
.footer_contact_form input.wpcf7-form-control.wpcf7-submit{
    background-color: #fff;
    color: #000;
    padding: 7px 30px;
}
.footer_contact_form{
    width: 35%;
    right: 0;
    top: -35px;
    position: absolute;
    border: 3px solid #eee;
    padding: 30px !important;
    border-radius: 15px;
    height: 400px;
    background: #000;
    margin-left: 50px !important;
    box-shadow: 0 -2px 15px rgb(0 0 0 / 30%);
}
.eltdf-dark-footer .eltdf-page-footer .eltdf-footer-top-holder{background-color: #000 !important;}
#menu-footer-custom-menu{
    display: flex;
    justify-content: flex-start;
}
footer .eltdf-footer-top-holder #nav_menu-3{width: 100%;}
.menu-footer-custom-menu-container{
    margin-bottom: 0px;
}
.eltdf-footer-column-1.widget_nav_menu{margin: 0 !important;}
footer .eltdf-footer-top-holder .eltdf-column-content.eltdf-grid-col-3:first-child{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .eltdf-footer-top-holder .eltdf-column-content.eltdf-grid-col-3{display: none;}
footer .eltdf-footer-top-holder #media_image-16 {
    display: flex;
    justify-content: center;
    width: 40%;
}
#text-5{text-align: right;margin: 0;}
#text-5 .textwidget{justify-content: flex-end;}
#text-5 .textwidget p{font-size: 13px;}
#custom_html-3{margin: 0 !important;}
.eltdf-page-footer .eltdf-footer-bottom-inner.eltdf-grid .eltdf-grid-row{
    display: flex;
    align-items: center;
}
.eltdf-page-footer .eltdf-footer-top-holder .eltdf-footer-top-inner.eltdf-grid{
    padding: 25px 0 15px !important;
}
footer .widget.widget_nav_menu #menu-footer-custom-menu li a {
    font-weight: 500 !important;
}
/* .eltdf-footer-bottom-inner.eltdf-grid .eltdf-grid-row .eltdf-grid-col-6:first-child{display: none;} */
#nav_menu-2{margin: 0 !important;}
.eltdf-footer-bottom-inner.eltdf-grid .eltdf-grid-row .eltdf-grid-col-6{width: 100%;}
.eltdf-page-footer .eltdf-footer-bottom-holder .eltdf-footer-bottom-inner.eltdf-grid{border: none !important;}
.tagcloud a{margin-right: 5px !important;margin-bottom: 5px !important;}
.tagcloud a:last-child{margin-right: 0px !important;}
.eltdf-blog-holder.eltdf-blog-single article .eltdf-tags-holder a{margin-right: 5px;}
.eltdf-blog-holder.eltdf-blog-single article .eltdf-tags-holder a:last-child{margin-right: 0px;}
.textwidget .author_img{width: 100%;}
.textwidget .author_img img{
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.load_more_posts .eltdf-post-image a img{
    height: 340px;
    object-fit: cover;
}
.load_more_posts .eltdf-ni-content .entry-title{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.fashion_img .entry-title.eltdf-post-title{
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.custom_img_size .eltdf-layout2-item .eltdf-ni-image-holder{
    margin-top: 20px;
}
.eltdf-header-bottom .eltdf-menu-area .eltdf-main-menu{width: 80%;}
.avatar-wrapper{
display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.avatar-wrapper img{
    width: 12%;
    margin-right: 30px;
}
.pmpro_actions_nav-right {
    width: 100% !important;
}
.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-scroll-back {
    background-color: #e0cabe !important;
}
/* ..........my post css.......... */
#pmpro_account .pmpro_box .pagination ul {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
#pmpro_account .pmpro_box .pagination ul li a{
    padding: 5px 8px;
    border: 1px solid #000;
}
#pmpro_account .pmpro_box .pagination ul li .current{
    padding: 5px 8px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
#pmpro_account .pmpro_box .pagination ul li:first-child a,#pmpro_account .pmpro_box .pagination ul li:last-child a{
    border: none;
    padding: 5px 0;
    font-size: 20px;
    line-height: 20px;
}
#pmpro_account #pmpro_account-profile ul.pmpro_actionlinks li{
	padding: 0 !important;
    border-bottom: 1px solid #000;
}
#pmpro_account #pmpro_account-profile ul.pmpro_actionlinks li a{
	padding: 10px 20px !important;
    color: #000;
}
#pmpro_account #pmpro_account-profile ul.pmpro_actionlinks li a.active{
	text-decoration: underline;
    background-color: #000000;
    color: #fff;
    display: block;
}
#member-profile-edit .pmpro_member_profile_edit-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
}
#member-profile-edit  .pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.address{
    grid-column: 1/3;
}
#member-profile-edit .pmpro_member_profile_edit-fields input{
    max-width: 100%;
}
.Profile_img {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: start;
    flex-direction: column;
    background: #ffff;
    padding: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.Profile_img img{
    border-radius: 50%;
}
#pmpro_account-profile .Profile_img ul li:first-child{
    padding-top: 0;
    border: none !important;
}
#pmpro_account-profile  ul li:last-child{
    padding-bottom: 0;
    border-bottom: none !important;
    word-break: break-all;
}
#pmpro_account .fpsml-front-form{
    padding: 0;
    background-color: transparent;
}
#pmpro_account .fpsml-front-form .fpsml-field-wrap {
    display: block !important;
}
#pmpro_account .fpsml-front-form .fpsml-field-wrap input {
    margin-bottom: 0px;
}
#pmpro_account .fpsml-front-form .fpsml-field-wrap input[type="submit"]{
    background-color: #ffffff00;
    color: #000;
    transition: all .4s;
}
#pmpro_account .fpsml-front-form .fpsml-has-submit-btn,#pmpro_account .fpsml-front-form .fpsml-field-wrap .qq-upload-button {
    color: #000;
    border: 1px solid #000 !important;
    overflow: hidden;
    display: inline-block !important;
    background-color: #ffffff00;
    position: relative;
    z-index: 1;
    transition: all .4s;
    cursor: pointer;
}
#pmpro_account .fpsml-front-form .fpsml-has-submit-btn:hover,#pmpro_account .fpsml-front-form .fpsml-field-wrap:hover input[type="submit"],#pmpro_account .fpsml-front-form .fpsml-field-wrap .qq-upload-button:hover {
    animation: colorForward .3s;
}
#pmpro_account .fpsml-front-form .fpsml-has-submit-btn:after,#pmpro_account .fpsml-front-form .fpsml-field-wrap .qq-upload-button:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(75%);
    transition: transform .4s;
    height: 150%;
    background: #333;
    content: '';
    z-index: -1;
}
#pmpro_account .fpsml-front-form .fpsml-has-submit-btn:after{
    z-index: 1;
}
#pmpro_account .fpsml-front-form .fpsml-has-submit-btn:hover:after,#pmpro_account .fpsml-front-form .fpsml-field-wrap .qq-upload-button:hover:after{
    transform: translateY(-100%);
}
footer.eltdf-page-footer {
    position: sticky !important;
    bottom: 0 !important;
}
button#insert-media-button {
    color: #000;
    border: 1px solid #000 !important;
    overflow: hidden;
    display: inline-block;
    background-color: #ffffff00;
    padding: 0px 24px;
    position: relative;
    z-index: 1;
    transition: all .4s;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 600;
}
button#insert-media-button:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(75%);
    transition: transform .4s;
    height: 150%;
    background: #333;
    content: '';
    z-index: -1;
}
button#insert-media-button:hover {
    animation: colorForward .3s;
}
button#insert-media-button:hover:after {
    transform: translateY(-100%);
}
.profile_main #pmpro_account-profile {
    min-width: 330px;
}
.profile_main #pmpro_account{
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 40px;
}
#pmpro_account .pmpro_box thead th:nth-child(3) {
    min-width: 95px;
}
.profile_main  #pmpro_account #pmpro_account-membership{
    width: 100%;
    border: 1px solid #bfcbc2 !important;
}
.profile_main #pmpro_account #pmpro_account-profile{
    padding: 40px 0 40px 0 !important;
}
.profile_main  #pmpro_account #pmpro_account-profile.pmpro_box h2{
    padding: 0 20px;
}
.profile_main #pmpro_account-profile ul li{
    padding: 5px 10px 5px 0;
}
.profile_main #pmpro_account #pmpro_account-profile .pmpro_actionlinks{
	margin-top: 0;
}
.profile_main #pmpro_account #pmpro_account-profile{
    padding: 40px 20px;
    background: #fff;
    border: 1px solid #bfcbc2;
    border-right: 0;
}
.profile_main{
    min-height: 790px;
}
.profile_main #pmpro_account-membership.my_profile{
    background: #f5f5f5;
}



/* ---------------- Profile CSS 15-march-2024 -------------- */

#member-profile-edit .pmpro_member_profile_edit-fields {
    width:100%;
    margin: auto;
	border-radius:8px;
	box-shadow:0px 6px 34px rgba(215, 216, 222, 0.41);
	padding:30px;
	
}
.pmpro_member_profile_edit-fields input, .pmpro_checkout-fields input {
    padding: 14px 18px 14px 18px;
    font-size: 13px;
    border:2px solid #e6e3f1;
	border-radius:6px;
	box-shadow: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
}
.pmpro_checkout_box-user{
    width: 75%;
    margin: auto;
}
.pmpro_checkout_box-user .avatar-wrapper{
    background-image: url(/wp-content/uploads/2024/03/Imgpanda-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 8px;
}
form.pmpro_form .pmpro_submit {
    width: 75%;
    margin: 30px auto;
}
.avatar-wrapper img {
    width: 12%;
    border-radius: 50%;
}
form.pmpro_form label, #loginform label{
	letter-spacing:0px;
}
.new_add_post .pmpro_member_profile_edit_wrap{
	width: 75%;
    margin: auto;
    border-radius: 8px;
	box-shadow:0px 6px 34px rgba(215, 216, 222, 0.41);
    background-color: white;
	padding:30px;
}
 .new_add_post .pmpro_member_profile_edit_wrap form .fpsml-form-title{
	font-size: 24px !important;
    font-weight: 600;
    letter-spacing: 0px !important;
}
.new_add_post .pmpro_member_profile_edit_wrap form .fpsml-field-wrap{
	margin-top:24px;
}
.new_add_post .pmpro_member_profile_edit_wrap .fpsml-field-wrap label{
	letter-spacing:0!important;
	font-size:13px!important;
    margin-top: 10px;
    min-width: 110px;
}
.fpsml-field input{
	background-color:white!important;
	padding: 14px 18px 14px 18px;
    font-size: 13px;
    border: 2px solid #e6e3f1;
    border-radius: 6px!important;
    box-shadow: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
}





.fpsml-multiple-select{
    padding: 0 0 10px 0;
}
#pmpro_account .new_add_post .fpsml-front-form .fpsml-field-wrap {
    display: flex !important;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    padding-bottom: 25px;
}
#pmpro_account .new_add_post .fpsml-front-form .fpsml-field-wrap .fpsml-field{
    width: 100%;
}
#pmpro_account .new_add_post .fpsml-front-form .fpsml-field-wrap .fpsml-error{
    position: absolute;
    width: 85%;
    bottom: 0;
    right: 0;
}
#pmpro_account .new_add_post .fpsml-front-form .fpsml-has-submit-btn{
    display: inline-block !important;
    padding-bottom: 0;
}
#pmpro_account .new_add_post  .fpsml-select-field.fpsml-multiple-select{
    padding: 0;
    background-color: #ffffff00;
    border-bottom: none;
}
#pmpro_account .new_add_post  .fpsml-field-wrap select[multiple="multiple"] {
    padding: 0;
}
#pmpro_account .new_add_post  .fpsml-field-wrap select option {
    border: 1px solid #000;
    border-bottom: 0;
    padding: 4px 10px;
}
#pmpro_account .new_add_post  .fpsml-field-wrap select option:last-child {
    border-bottom: 1px solid #000;
}


#pmpro_account .pmpro_member_profile_edit_wrap .pmpro_member_profile_edit-field.pmpro_member_profile_edit-field- {
    margin: 30px 0 !important;
    position: relative;
}
#pmpro_account #member-profile-edit .pmpro_member_profile_edit-fields{
    background-color: #fff;
}
#pmpro_account #member-profile-edit .pmpro_member_profile_edit-fields{
    background-color: #fff;
}
#pmpro_account #member-profile-edit .pmpro_member_profile_edit-fields input{
    padding: 0 5px 5px 30px;
    margin: 0 ;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
#pmpro_account #member-profile-edit .pmpro_member_profile_edit-fields label{
    font-size: 11px; 
    font-weight: 800;
    margin-bottom: 8px;
}
#pmpro_account #member-profile-edit .pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-::after{
    content: " ";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    position: absolute;
    bottom: 5px;
    left: 0;
}
#pmpro_account #member-profile-edit .pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.first_name::after,#pmpro_account #member-profile-edit .pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.last_name::after{
    background-image: url(/wp-content/uploads/2024/03/user_icon.png);
}
#pmpro_account #member-profile-edit .pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.user_email::after{
    background-image: url(/wp-content/uploads/2024/03/mail_icon.png);
}
#pmpro_account #member-profile-edit .pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.mobile::after{
    background-image: url(/wp-content/uploads/2024/03/call_icon.png);
}
#pmpro_account #member-profile-edit .pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.address::after{
    background-image: url(/wp-content/uploads/2024/03/address_icon.png);
}
#pmpro_account #member-profile-edit .pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.city::after{
    background-image: url(/wp-content/uploads/2024/03/city_icon.png);
}
#pmpro_account #member-profile-edit .pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.state::after{
    background-image: url(/wp-content/uploads/2024/03/Countrie_icon.png);
}
#pmpro_account #member-profile-edit .pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.country::after{
    background-image: url(/wp-content/uploads/2024/03/stat_icon.png);
}
#pmpro_account #member-profile-edit .pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.pincode::after{
    background-image: url(/wp-content/uploads/2024/03/pin_icon.png);
}





















/* ....................Responsive.................... */
@media screen and (min-width:1025px) and (max-width:1600px){
    .eltdf-content-inner .eltdf-menu-area .eltdf-vertical-align-containers{
        display: flex;
        justify-content: space-between;
    }
    /* .eltdf-vertical-align-containers .eltdf-position-left{
        width: 80%;
    } */
}

@media screen and (min-width:1025px) and (max-width:1270px){
    /* .eltdf-vertical-align-containers .eltdf-position-left{
        width: 80%;
        display: flex;
        align-items: center;
    } */
    .eltdf-page-header .eltdf-menu-area .eltdf-logo-wrapper a{
        height: 23px !important;
    }
    .eltdf-vertical-align-containers .eltdf-position-center{width: 94%;}
    .eltdf-main-menu>ul>li>a{
        font-size: 12px;
        padding: 0 8px;
    }
    .eltdf-news-item h3.entry-title.eltdf-post-title {
        font-size: 18px;
        line-height: 24px;
    }
    .wpb-content-wrapper .vc_custom_1526298222678 {
        padding-bottom: 0 !important;
    }
    .eltdf-news-holder .eltdf-news-filter .eltdf-news-filter-item {
        padding: 7px 13px 8px;
    }
    .image_bg .vc_column_container>.vc_column-inner {
        padding-left:0;
        padding-right:0;
    }
}
@media screen and (min-width:1025px) and (max-width:1199px){
    .product_slidebar .eltdf-blog-list {
        display: grid !important;
        grid-template-columns: repeat(2,2fr);
    }
    .product_slidebar ul.products {
        display: grid !important;
        grid-template-columns: repeat(2,2fr);
    }
    .hot_trends h4{
        font-size: 15px;
        line-height: 24px;
    }
    .product_slidebar .eltdf-layout1 .eltdf-news-list-inner {
        display: grid !important;
        grid-template-columns: repeat(3,1fr);
        margin-top: 30px;
    }
    .product_slidebar img {
        width: 100%;
    }
    .product_slidebar  .widget.eltdf-news-layout1-widget .eltdf-news-item:first-of-type .wp-post-image {
        margin-top: 0;
    }
    .filter_img .eltdf-post-image img {
        height: 300px;
    }
    .fashion_news .eltdf-post-image img{
        height: 200px;
    }
    .fashion_img .eltdf-post-image img {
        height: 120px;
        object-fit: cover;
    }
    .fashion_img h4 {
        font-size: 15px;
        line-height: 20px;
    }
    .fashion_img .eltdf-layout3-item .eltdf-ni-info-top {
        margin: -5px 0 8px;
    }
    .eltdf-post-carousel5.eltdf-post-carousel5-with-title .eltdf-post-carousel5-title-holder>span {
        font-size: 54px;
    }
    .fashion_slider .eltdf-post-carousel5.eltdf-post-carousel5-with-title {
        padding: 50px 0 !important;
    }
    .fashion_slider.vc_row.wpb_row.vc_row-fluid {
        padding-bottom: 0!important;
    }
    .Profile_img {
        flex-direction: column;
        align-items: start;
    }
}
@media screen and (min-width:800px) and (max-width:1024px){
    .eltdf-content{padding-top: 0 !important;}
    .eltdf-mobile-header{
        padding: 0 20px;
    }
    .price_table>div {
        padding: 0 20px 40px;
    }
    .wpb-content-wrapper .vc_custom_1526298222678 {
        padding-bottom: 0 !important;
	}
	.top_stories .eltdf-post-image img, .news_tab .eltdf-post-image img{
		height: 360px;
	}
	.trending_news .eltdf-post-image img{
		height:auto;
	}
	.fashion_news .eltdf-post-image img{
		height:200px;
	}
	.eltdf-blog-holder.eltdf-blog-standard article {
        margin: 0px 0 60px;
	}
    .news_num .eltdf-news-holder.eltdf-news-columns-5 .eltdf-news-item{
        margin-bottom: 30px;
    }
    .eltdf-news-holder .eltdf-news-filter {
        overflow-x: scroll;
        justify-content: start;
    }
    /* .eltdf-news-holder .eltdf-news-filter::-webkit-scrollbar { 
        height: 2px;
    } */
    .eltdf-news-holder .eltdf-news-filter a{
        white-space: nowrap;
    }
    .top_stories .eltdf-normal-space .eltdf-outer-space .eltdf-item-space {
        margin: 0 0 0;
    }
    .news_tab.vc_row.wpb_row.vc_row-fluid{
        padding-top: 0 !important;
    }
    .hot_trends.vc_row.wpb_row.vc_row-fluid {
        padding-bottom: 0 !important;
    }
    .image_bg .vc_column_container>.vc_column-inner {
        padding-left:0;
        padding-right:0;
    }
    .image_bg  .eltdf-news-holder {
        padding-left: 10px;
        padding-right: 10px;
    }
	.eltdf-news-item h3.entry-title.eltdf-post-title {
        font-size: 20px;
        line-height: 26px;
	}
    .fashion_news .eltdf-news-item h3.entry-title.eltdf-post-title {
        font-size: 18px;
        line-height: 26px;
    }
	.eltdf-news-item h2.entry-title.eltdf-post-title {
        font-size: 24px;
        line-height: 28px;
	}
    .product_slidebar .eltdf-blog-list {
        display: grid !important;
        grid-template-columns: repeat(2,2fr);
    }
    .product_slidebar ul.products {
        display: grid !important;
        grid-template-columns: repeat(2,2fr);
    }
    .hot_trends h4{
        font-size: 15px;
        line-height: 24px;
    }
    .product_slidebar .eltdf-layout1 .eltdf-news-list-inner {
        display: grid !important;
        grid-template-columns: repeat(3,1fr);
        margin-top: 30px;;
    }
    .product_slidebar img {
        width: 100%;
    }
    .product_slidebar  .widget.eltdf-news-layout1-widget .eltdf-news-item:first-of-type .wp-post-image {
        margin-top: 0;
    }
    .product_slidebar .eltdf-normal-space .eltdf-outer-space .eltdf-item-space {
        margin: 0px 0 0px;
    }
    .trending_news .eltdf-news-block-part-non-featured {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .trending_news .eltdf-news-block-part-non-featured img{
        height: 300px;
    }
    .ent_news .eltdf-ni-content,.ent_news .eltdf-ni-image-holder {
        position: relative;
        display: table-cell !important;
        vertical-align: top;
        width: 50%;
        padding:0 10px !important;
    }
    .one_product .eltdf-layout2-item .eltdf-ni-content{
        width: 75% !important;
        left: 50% !important;
        transform: translateX(-50%);
    }
    .top_stories .eltdf-ni-inner{
        margin-bottom: 120px !important;
    }
    .one_product h1.entry-title.eltdf-post-title {
        font-size: 24px;
        line-height: 28px;
    }
    .vc_row.wpb_row.vc_row-fluid.one_product.vc_custom_1708499900524{
        padding-top: 0;
    }
    .eltdf-post-carousel5.eltdf-post-carousel5-with-title .eltdf-post-carousel5-title-holder>span {
        font-size: 54px;
    }
    .fashion_slider .eltdf-post-carousel5.eltdf-post-carousel5-with-title {
        padding: 30px 0 50px !important;
    }
    .fashion_slider.vc_row.wpb_row.vc_row-fluid {
        padding-bottom: 0!important;
    }
    .Profile_img {
        flex-direction: column;
        align-items: start;
    }
    .profile_main #pmpro_account{
       display: block;
       padding-left: 40px;
       padding-right: 40px;
    }
    .profile_main .Profile_img {
        flex-direction: row;
    }
    .profile_main #pmpro_account #pmpro_account-profile {
        border-right: 1px solid #bfcbc2 !important;
    }
    .profile_main #pmpro_account .fpsml-front-form {
        box-shadow: rgba(0,0,0,0) 0 0 24px !important;
        padding: 0 !important;
    }
    .profile_main #pmpro_account #pmpro_account-membership {
        margin: 30px 0;
    }

}
@media screen and (min-width:800px){
    .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
    }
}
@media screen and (max-width:799px){
    .eltdf-content{padding-top: 0 !important;}
    .eltdf-mobile-header{
        padding: 0 20px;
    }
    .table-responsive {
        border: none !important;
    }
    .content {
        padding: 20px 0 !important;
        width: 100% !important;
    }
    .content .table tr{
        border-bottom: none !important;
        display: block;
    }
    .overflow{
        overflow: scroll;
    }
    .main_content{display: block !important;}
    .custom-model-inner{margin-top: 45px;}
    #pmpro_account {
        display: block;
    }
    #pmpro_account-membership, #pmpro_account-invoices {
        grid-column: 1 / 2;
        padding: 20px 0 20px 0!important;
    }
    #pmpro_account-membership {
        grid-row: 2 / 3;
        margin-bottom: 30px !important;
    }
    #pmpro_account-profile {
        grid-row: 1 / 2;
    }
    #pmpro_account-invoices {
        grid-row: 3 / 4;
    }
    .price_table {
        grid-template-columns: repeat(1,3fr);
        row-gap: 50px;
    }
    .price_table>div {
        padding: 0 20px 40px;
    }
	.eltdf-news-item h3.entry-title.eltdf-post-title {
        font-size: 18px;
        line-height: 24px;
	}
	.wpb-content-wrapper .vc_custom_1526298222678 {
		padding-bottom: 0 !important;
	}
    .invoice_list,.pmpro_invoice_wrap{
		overflow-x:scroll;
	}
	.invoice_list table, .pmpro_invoice_wrap table{
		white-space:nowrap;
	}
	.eltdf-blog-holder{
		padding:0 15px;
	}
	.eltdf-blog-holder.eltdf-blog-standard article {
        margin: 0px 0 50px;
	}
	.eltdf-grid-row{
		margin-right:0px!important;
		margin-left:0px!important;
	}
    .eltdf-news-holder .eltdf-news-filter {
        overflow: scroll;
        justify-content: start;
    }
    .eltdf-news-holder .eltdf-news-filter a {
        white-space: nowrap;
    }
    .custom_img_size .eltdf-eh-item-inner .eltdf-eh-item-content{
        padding: 25px 0 !important;
    }
    .image_bg .vc_custom_1707478983037 {
        padding-top: 120px !important;
        padding-bottom: 0px !important;
    }
    .image_bg .eltdf-news-holder {
        padding-left: 0px;
        padding-right: 0px;
    }
    .image_bg img{
        width: 100%;
    }
    .fashion_img .entry-title.eltdf-post-title {
        max-width: unset;
    }
    .eltdf-news-item h2.entry-title.eltdf-post-title {
        font-size: 18px !important;
    }
    .news_slider.vc_row.wpb_row.vc_row-fluid{
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .fashion_slider .eltdf-post-carousel5.eltdf-post-carousel5-with-title {
        padding: 20px 0 50px !important;
    }
    .fashion_slider.vc_row.wpb_row.vc_row-fluid {
        padding-bottom: 0!important;
    }
    #pmpro_account .fpsml-front-form {
        margin-right: 0px;
    }
    #member-profile-edit .pmpro_member_profile_edit-fields input {
        width: 100% !important;
    }
    .profile_main {
        padding-right: 0;
    }
    .profile_main #pmpro_account #pmpro_account-profile {
        border-left: 1px solid #bfcbc2 !important;
    }
    .profile_main #pmpro_account .fpsml-front-form {
        box-shadow: rgba(0,0,0,0) 0 0 24px !important;
        padding: 0 !important;
    }
    .profile_main #pmpro_account #pmpro_account-membership {
        margin: 30px 0;
    }
	.profile_main #pmpro_account{
		display:block!important;
	}
    .profile_main #pmpro_account-profile {
        border-right: 1px solid #bfcbc2 !important;
    }
    .profile_main #pmpro_account-membership {
        padding: 30px 20px 20px 30px !important;
    }
}
@media screen and (min-width:681px) and (max-width:799px) {  
    .product_slidebar .eltdf-blog-list {
        display: grid !important;
        grid-template-columns: repeat(2,2fr);
    }
    .product_slidebar ul.products {
        display: grid !important;
        grid-template-columns: repeat(2,2fr);
    }
    .product_slidebar ul.products li{
        margin: 0 0 0 !important;
    }
    .hot_trends h4{
        font-size: 15px;
        line-height: 24px;
    }
    .product_slidebar .eltdf-layout1 .eltdf-news-list-inner {
        display: grid !important;
        grid-template-columns: repeat(2,1fr);
        margin-top: 30px;;
    }
    .product_slidebar img {
        width: 100%;
    }
    .product_slidebar  .widget.eltdf-news-layout1-widget .eltdf-news-item:first-of-type .wp-post-image {
        margin-top: 0;
    }
    .product_slidebar .eltdf-normal-space .eltdf-outer-space .eltdf-item-space {
        margin: 0px 0 0px;
    }
    .filter_img .eltdf-post-image img {
        height: 350px;
    }
    .ent_news.vc_row.wpb_row.vc_row-fluid{
        padding-bottom: 40px !important;
    }
    .one_product .eltdf-layout2-item .eltdf-ni-content{
        width: 75% !important;
        left: 50% !important;
        transform: translateX(-50%);
        padding: 39px 5% 0px !important;
    }
    .one_product h1.entry-title.eltdf-post-title {
        font-size: 22px;
        line-height: 28px;
    }
    .fashion_news2 .eltdf-news-list-inner.eltdf-outer-space {
        display: grid !important;
        grid-template-columns: repeat(3,1fr);
    }
    .fashion_news2 .eltdf-news-list-inner.eltdf-outer-space  .eltdf-news-item{
        width: 100% !important;
    }
    .fashion_news2  .eltdf-news-item.eltdf-layout3-item.eltdf-item-space{
        width: 100% !important;
    }
    .eltdf-post-carousel5.eltdf-post-carousel5-with-title .eltdf-post-carousel5-title-holder>span {
        font-size: 46px;
    }
    .fashion_slider .eltdf-post-carousel5-with-title .eltdf-post-carousel5-holder {
        width: 35% !important;
    }
    .fashion_slider .eltdf-post-carousel5-with-title .eltdf-owl-slider {
        width: 65%!important;
    }
    .Profile_img {
        flex-direction: row;
    }

}
@media only screen and (max-width:680px){
    body{
        background-color: red;
    }
    .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured img{
        width: 100%;
    }
    .eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-icon-pack .eltdf-mobile-menu-icon *{
        font-size: 36px;
    }
    .eltdf-mobile-header .eltdf-mobile-logo-wrapper a{height: 45px !important;}
    .eltdf-vertical-align-containers .eltdf-position-center {
        position: static;
        margin-left: auto;
        vertical-align: middle;
    }
    .eltdf-mobile-header .eltdf-mobile-menu-opener a{
        padding-left: 0;
    }
    .eltdf-mobile-header .eltdf-mobile-nav .eltdf-grid>ul>li>a, .eltdf-mobile-header .eltdf-mobile-nav .eltdf-grid>ul>li>h6{
        padding-left: 15px;
    }
	.eltdf-container-inner, .eltdf-grid, .eltdf-row-grid-section {
        width: 100%;
    }
	.top_stories .eltdf-post-image img, .news_tab .eltdf-post-image img, .trending_news .eltdf-post-image img {
			height: auto;
	}
	.fashion_news .eltdf-post-image img{
		height:250px;
	}
    .eltdf-news-item h3.entry-title.eltdf-post-title {
        font-size: 16px;
    }
	.news_tab  .eltdf-news-filter {
        overflow-x: scroll;
        display: flex;
        width: auto;
		align-items:start;
        justify-content: start
	}
	.news_tab  a.eltdf-news-filter-item {
		white-space: nowrap;
	}
	.wpb-content-wrapper .vc_custom_1526299037844 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
	.wpb-content-wrapper .vc_custom_1526298376035 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
	.eltdf-layout2-item .eltdf-ni-content{
		width: calc(100% - 30px) !important;
        left: 50% !important;
		transform:translatex(-50%);
	}
	.eltdf-row-grid-section-wrapper  .vc_custom_1707720644412 {
        padding-bottom: 25px !important;
	}		
	.fashion_news.vc_row {
		padding-bottom: 50px !important;
	}
	.ent_news.vc_row  	{
        padding-top: 50px !important;
        padding-bottom: 20px !important;
	}
	.fashion_news2.vc_row  {
		padding-bottom: 20px !important;
	}
	.news_tab.vc_row.wpb_row   {
		padding-bottom: 20px !important;
		padding-top: 40px !important;
	}
	.vc_row.wpb_row.vc_row-fluid.news_slider{
		margin-right: 0px !important;
        margin-left: 0px !important;
        padding-bottom: 0px !important;
	}
		.news_slider .eltdf-news-holder {
        padding-left: 0;
        padding-right:0;
	}
    .news_slider h1.entry-title.eltdf-post-title {
		font-size: 24px !important;
	}
	.top_stories .vc_column-inner,.top_stories .eltdf-news-holder {
        padding-left:0;
        padding-right: 0;
	}
    
    .eltdf-page-footer .eltdf-column-content.eltdf-grid-col-3:nth-child(2),.eltdf-page-footer .eltdf-column-content.eltdf-grid-col-3:nth-child(3){display: none;}
    .custom_size{display: block;}
    .custom_size .pmpro_checkout-field-bfirstname, .custom_size .pmpro_checkout-field-blastname{width: 100%;}
    .custom_size .pmpro_checkout-field-bcity, .custom_size .pmpro_checkout-field-bstate, .custom_size .pmpro_checkout-field-bzipcode{width: 100%;}
    .custom_size .pmpro_checkout-field-bcountry, .custom_size .pmpro_checkout-field-bphone{width: 100%;}
    #pmpro_payment_information_fields .pmpro_checkout-fields {
        width: 100%;
    }
    .pmpro_submit .pmpro_btn-cancel{margin-top: 15px;margin-left: 0;}
    .hot_trends.vc_row.wpb_row.vc_row-fluid{
       padding-bottom: 0 !important;
    }
    .hot_trends img,.custom_img_size img{
        width: 100%;
    }
    .fashion_img .eltdf-post-image img {
        height: auto ;
    }
    .top_stories .eltdf-normal-space .eltdf-outer-space .eltdf-item-space {
        margin: 0 0 0 !important;
    }
    .top_stories .eltdf-ni-inner {
        margin-bottom: 70px !important;
    }
    .trending_news.vc_row.wpb_row.vc_row-fluid {
        margin-top: 20px !important;
    }
    .one_product.vc_row.wpb_row.vc_row-fluid{
      margin-left: 0px !important;
      margin-right: 0px !important;  
    }
    .one_product h1.entry-title.eltdf-post-title {
        font-size: 20px !important;
        line-height: 28px;
    }
    .eltdf-owl-slider .owl-dots{
        width: 100%;
    }
    .eltdf-owl-slider .owl-nav .owl-next>span, .eltdf-owl-slider .owl-nav .owl-prev>span{
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
    .eltdf-post-carousel6 .eltdf-owl-slider .owl-dots {
        bottom: 0px;
    }
    .news_slider .eltdf-post-carousel6 .eltdf-news-item .eltdf-ni-content .eltdf-post-title{
        max-width: 100%;
    }
    .news_slider .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .news_slider .eltdf-post-carousel6 .eltdf-news-item .eltdf-ni-content .eltdf-post-info-author-text{
        font-size: 22px;
    }
    .news_slider .eltdf-news-holder .eltdf-ni-info>div.eltdf-post-info-author{
        padding-top: 8px;
    }
    .news_slider .eltdf-news-item .eltdf-ni-inner{
        margin-bottom: 140px !important;
    }
    .trending_news .eltdf-normal-space .eltdf-outer-space .eltdf-item-space {
        margin: 0 0 15px;
    }
    .one_product .vc_column-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    #member-profile-edit .pmpro_member_profile_edit-fields {
        display: block ;
    }
    .profile_main #pmpro_account .fpsml-front-form .fpsml-field-wrap.fpsml-post-content{
        overflow-x: scroll;
    }
    .profile_main #pmpro_account .fpsml-front-form .fpsml-field-wrap.fpsml-post-content .fpsml-field{
        width: 600px;
    }
}
@media screen and (max-width:500px){
    h1{
        font-size: 28px !important;
    }
    h2{
        font-size: 24px !important;
    }
    .eltdf-content{padding-top: 0 !important;}
    .eltdf-elements-holder .eltdf-eh-item-content{padding: 0 !important;}
    .eltdf-elements-holder .eltdf-eh-item{display: block;}
    .page-id-1284 .eltdf-google-map-holder{display: none;}
    .news_slider h1.entry-title.eltdf-post-title {
		font-size: 18px !important;
	}
    .Profile_img {
        flex-direction: column;
        align-items: start;
    }
    .profile_main #pmpro_account-profile{
        min-width: 100%;
    }
}