/*
Theme Name: Newspaper Child
Theme URI: http://tagdiv.com
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Description: My WordPress Newspaper child theme.
Template: Newspaper
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: newspaper-child
*/


/* User profile tabs section  */

p.blur-text {
   filter: blur(5px);
   user-select: none;
   pointer-events: none;
}

p.fade-out {
   position: relative;
}

p.fade-out:after {
   content: "";
   height: 50%;
   width: 100%;
   position: absolute;
   bottom: 0;
   left: 0;
}


ul.blur-text {
   filter: blur(5px);
   user-select: none;
   pointer-events: none;
}

ul.fade-out {
   position: relative;
}

ul.fade-out:after {
   content: "";
   height: 50%;
   width: 100%;
   position: absolute;
   bottom: 0;
   left: 0;
   background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}
#paywall-wrapper {
    padding: 35px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.20);
	background: #fff;
}

#paywall-wrapper * {
    text-align: center;
}

#paywall-wrapper .btn {
    background-color: #eb2f21;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
}

#paywall-wrapper .btn:hover,
#paywall-wrapper .btn:focus,
#paywall-wrapper .btn:active {
    background-color: #e32416;
}

.user-profile-tabs .tabs {
	margin-bottom: 40px;
}
.user-profile-tabs .tabs a {
	background: #d9d9d9;
	padding: 10px 20px;
	margin: 0;
	border: 1px solid #d9d9d9;
}
.user-profile-tabs .tabs a:hover, .user-profile-tabs .tabs a.active {
	background: #f2f2f2;
	border-top: 2px solid #ff0000 !important;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: none;
	border-color: #d9d9d9;
	text-decoration: none;
}

.page-template-page-user-profile .gform_legacy_markup_wrapper label.gfield_label, .page-template-page-user-profile .gform_legacy_markup_wrapper legend.gfield_label {
	font-weight: normal;
	font-size: 15px;
}

.page-template-page-user-profile #s2member-pro-stripe-checkout-form-registration-section {
	display: none;
}
.page-template-page-user-profile #s2member-pro-stripe-checkout-form-submission-section-title {
	display: none;
}
.page-template-page-user-profile #s2member-pro-stripe-update-form-submission-section-title {
	display: none;
}
input[type=number] {
	font-size: 12px;
	line-height: 21px;
	color: #444;
	border: 1px solid #e1e1e1;
	width: 100%;
	max-width: 100%;
	height: 34px;
	padding: 3px 9px;
}
div.s2member-pro-stripe-form-section>div.s2member-pro-stripe-form-div input[type="number"] {
	margin: 0;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}
div.s2member-pro-stripe-form-section>div.s2member-pro-stripe-form-div input[type="text"], div.s2member-pro-stripe-form-section>div.s2member-pro-stripe-form-div input[type="email"], div.s2member-pro-stripe-form-section>div.s2member-pro-stripe-form-div input[type="password"], div.s2member-pro-stripe-form-section>div.s2member-pro-stripe-form-div textarea, div.s2member-pro-stripe-form-section>div.s2member-pro-stripe-form-div select {
	padding: 5px;
	height: 30px;
}
select {
	height: 30px !important;
	-webkit-appearance: menulist-button;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

body #gform_wrapper_2 .gfield_label.gfield_label_before_complex {
	font-weight: 400 !important;
    font-size: 14px !important;
}
.gfield_label.gfield_label_before_complex, .gform_wrapper .gform_card_icon_container{
	display: block !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}
.s2member-pro-stripe-form-response-error{
	background: none !important;
}






table .odd td {
  background-color: #f9f9f9;
}
tr.even .dtr-control{
	background-color:#ffff !important;
}
tr.even .dtr-control:hover{
	background-color:#f6f6f6 !important;
}



.payment_wrapper_6_08_18_2022 {
    background-color: #fafafa;
    border: 1px solid #ddd;
    margin: 0px 0 60px;
    padding: 10px 10px 20px;
}
.payment_wrapper_6_08_18_2022_wrapper .gform_heading {
    display: none;
}
.payment_wrapper_6_08_18_2022 .gfield_label {
    font-weight: normal !important;
    font-size: 14px !important;
}
.payment_wrapper_6_08_18_2022 .col-md-6-08-18-2022 {
    min-height: 1px !important;
    /*padding-right: 15px !important;
    padding-left: 15px !important;*/
}
.payment_wrapper_6_08_18_2022 .ginput_container.ginput_container_text, .ginput_container_email, .ginput_container_password {
    margin-bottom: 0px !important;
}

.payment_wrapper_6_08_18_2022 #field_6_1, #field_6_3 {
    margin-top: 16px !important;
    padding-top: 0 !important;
}
.payment_wrapper_6_08_18_2022 .gform_footer.top_label {
    min-height: 1px !important;
}
.page-template-default .wpb_text_column :last-child {
    margin-bottom: 0px;
}
.payment_wrapper_6_08_18_2022 #gform_submit_button_6 {
    background: #198ac1;
    color: #fff;
    border: none;
    padding: 10px 20px;
}
.payment_wrapper_6_08_18_2022 {
    padding: 10px 25px 0px 25px;
}
.payment_wrapper_6_08_18_2022 .ginput_container.ginput_container_text, .ginput_container_phone, .ginput_container_email, .ginput_container_product_price{
    margin-bottom: 0px !important;
    width: 98%;
}
