/*
Theme Name:     Newspaper Child theme
Description:    Child theme 
Template:       Newspaper
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
/*header sticky*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
.sticky + .td-container-wrap {
  padding-top: 102px;
}

.logoutMenu .tdb-horiz-menu > li .tdb-menu-sep {
    display: inline-block!important;
    margin: -2px 0 0 6px;
    font-size: 13px;
}
/*my account*/
#user-registration .user-registration-MyAccount-content{
    padding: 0 30px 30px 30px;
}
.user-registration-MyAccount-content .field-user_login,
.user-registration-MyAccount-content .field-user_email{
    display: none;
}
.tdw-wml-menu-list li:nth-child(3),
.tds-s-acc-nav .tds-san-item-wrap:nth-child(3){
    display: none;
}
.ur-frontend-btn-link{
    margin: 5px 15px;
    background: #b53f41;
    color: #fff!important;
    padding: 7px 15px;
    cursor: pointer;
    display: block;
    max-width: 125px;
    margin: auto;
}




/*new contact form*/
.with_frm_style  .mainContactForm  input{
    height: 40px;
}
.with_frm_style  .mainContactForm .frm_top_container .frm_primary_label{
    color: #fff;
}
.frm_style_formidable-style.with_frm_style .mainContactForm .frm_submit .frm_button_submit{
    background: #c4323c;
    border-color: #c4323c;
    box-shadow: none;
}
/*end new contact form*/
/*new involved*/
.getInvolvedForm .vertical_radio .frm_checkbox label{
    padding: 0;
    text-indent: 0;
}
.getInvolvedForm .vertical_radio .frm_checkbox label,
.getInvolvedForm label.frm_primary_label{
    line-height: 1.5;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}
.getInvolvedForm .frm_checkbox input[type=checkbox]{
    width: 15px;
    min-width: 15px;
    height: 15px;
}
.with_frm_style .getInvolvedForm input{
    height: 40px;
}
.with_frm_style .getInvolvedForm  .frm_radio input[type=radio]:before,
 .with_frm_style  .getInvolvedForm .frm_checkbox input[type=checkbox]:before{
    width: 9px;
    height: 9px;
}
.frm_style_formidable-style.with_frm_style .getInvolvedForm .frm_submit .frm_button_submit{
    background: #c4323c;
    border-color: #c4323c;
    box-shadow: none;
    padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 0;
    transition: 0.3s all;
}
.frm_style_formidable-style.with_frm_style  .frm_submit .frm_button_submit:hover{
    background: #c4323c;
    border-color: #c4323c;
    color: #fff;
     opacity: 0.8;
}
/*end old involved*/
/*user-registration*/
.birthdateInp #load_flatpickr{
    background-image: url(./assets/images/calendar.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 98% center;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"] {
    display: inline;
    margin-bottom: 0;
}
.user-registration.ur-frontend-form .field-privacy_policy > div{
    display: flex;
    align-items: center;
}
.ur-field-item.field-privacy_policy {
    margin-bottom: 25px!important;
}
.user-registration.ur-frontend-form .field-privacy_policy .ur-label.checkbox{
    margin-left: 0;
    margin-right: 10px;
}
.user-registration.ur-frontend-form .field-privacy_policy .description{
    color: #fff;
}
.user-registration.ur-frontend-form #ur-recaptcha-node{
    margin-left: 12px;
}
.field-privacy_policy input{
    margin-right: 0;
    margin-left: 0;
    line-height: 1.25;
}
.user-registration .ur-submit-button{
   background-color: #c4323c;
}
#user-registration p{
    color:#fff;
}
#user-registration{

    padding: 20px;
    background-color: #000;
}
.ur-frontend-form.login{
    max-width: 600px;
    margin: auto;
}
.user-registration label,
.ur-frontend-form.login label{
    color: #fff!important;
}
.user-registration .user-registration-password-hint{
    color: #fff;
}
/*my account*/
#user-registration.vertical .user-registration-MyAccount-navigation{
  background: #000;  
  border:0;
}

#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a{
    background-color: #000;
    border-color: #fff;
}
.userAccounWelcome{
        width: 100%;
    text-align: center;
    margin: 20px 0;
    color: #fff;
}
#user-registration .user-registration-MyAccount-content h1,
#user-registration .user-registration-MyAccount-content h2{
    color: #fff;
}
 .user-registration-EditProfileForm.edit-profile #user_registration_user_login{
    background-color: #c5c5c5;
}

.user-registration-EditProfileForm.edit-profile .ur-field-item.field-privacy_policy{
    display: none;
}
.user-registration-MyAccount-content .myAccountInvolvedSect,
.myAccountEdit .myAccountInvolvedSect{
    margin: 20px auto;
    background-color: #1a1a1a;
    padding: 20px;
    color: #fff;
}
.myAccountEdit .myAccountInvolvedSect p{
    color: #000;
    text-align: center;
}

.myAccountEdit .user-registration-submit-Button{
    background-color: #c4323c;
    color: #fff;
}
.myAccountEdit select,
.myAccountEdit input{
    background-color: #000;
    color: #ffff;
}
.user-registration-EditAccountForm.edit-password .ur-form-grid{
    padding: 0;
}
.user-registration-EditAccountForm.edit-password fieldset{
    padding: 0;
    border: 0;
}
.user-registration-EditAccountForm.edit-password legend{
    font-size: 22px!important;
    color: #fff;
}
.user-registration-EditAccountForm.edit-password p{
    margin-bottom: 0;
}

.user-registration-EditAccountForm.edit-password .user-registration-Button{
    margin-top: 20px;
    background-color: #c4323c;
}
.user-registration .ur-submit-button{
    background-color: #c4323c;
}
@media screen and (max-width: 768px){
    .ur-frontend-form .ur-form-row .ur-form-grid {
        margin-bottom: 0!important;
    }
    .user-registration .ur-submit-button{
        margin: auto;
    }
    #user-registration .user-registration-MyAccount-content{
        padding: 0;
    }
}
@media screen and (max-width:600px){
    .g-recaptcha,
    #ur-recaptcha-node{
        -webkit-transform: scale(0.67);
           -moz-transform: scale(0.67);
            -ms-transform: scale(0.67);
             -o-transform: scale(0.67);
                transform: scale(0.67);
         -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
             -ms-transform-origin: 0 0;
              -o-transform-origin: 0 0;
                 transform-origin: 0 0;
    }
    .frm_style_formidable-style.with_frm_style .getInvolvedForm .frm_submit .frm_button_submit{ 
        margin: 20px auto;
        display: block;
    }
}