/*======================================
Theme Name: Divi Child Theme
Theme URI: https://www.elegantthemes.com/
Description: This is a Divi child theme.
Author: Eleganth Themes
Author URI: https://www.elegantthemes.com/
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/*add your custom CSS below this line*/

/************** Naba's Code Starts Here **************/

/** Made the font size smaller of gravity form consent checkbox**/

.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
	font-size: 16px;
}

/** Gravity Form submit button styles **/
input.gform_button {
	padding: 7px 46px;
	cursor: pointer;
	font-size: 16px;
	background-color: transparent;
}
input.gform_button:hover {
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
}

/** Gravity Form textarea styles **/
.gform_wrapper.gravity-theme .gfield textarea {
	height: 90px!important;
}

/** Hide required text **/
.gform_required_legend {
	display: none;
}

/** Captcha styles **/
@media only screen and (max-width: 490px) {
.nb-captcha .ginput_recaptcha > div {
	width: 220px!important;
}
}

/******* Paid Membership Pro Style Starts Here - By Naba ***********/
/* General Table Styles Adjustments */
.pmpro_table {
	border: none;
}
.pmpro_table th,
.pmpro_table td {
	border: none;
	padding: 10px 0;
}
.pmpro_table td {
	border-top: 1px solid #dcd7ca;
}
