/*
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  */
.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;
}
div.s2member-pro-stripe-form-response-error{
	background: #FFD5D5 !important;
}

@font-face {
    font-family: 'century_gothicbold';
    src: url('../fonts/gothicb-webfont.woff2') format('woff2'),
         url('../fonts/gothicb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}