/*---------------------------------------------------------------------------------

 Theme Name:   Divi - Scale Squad Theme
 Theme URI:    https://scalesquad.com/
 Description:  This is a Divi Child Theme by Scale Squad
 Author:       Scale Squad 
 Author URI:   https://scalesquad.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

::-webkit-input-placeholder { /* Edge */
  color: inherit;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: inherit;
}

::placeholder {
  color: inherit;
}

.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select{
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
	padding: 16px 20px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	background-color: rgba(255,255,255,0);
	border: 2px solid rgba(0,0,0,0.12);
	border-radius: 0;
}

.gform_wrapper.gravity-theme input[type="submit"]{
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
	cursor: pointer;
	padding: 16px 24px;
	color: #fff;
    border: 1px solid #000;
	background-color: #000;
    border-radius: 0;
    font-size: 14px;
}

.gform_wrapper.gravity-theme input[type="submit"]:hover{
	opacity: 0.9;
}

.gform_wrapper.gravity-theme .gform_footer {
	text-align: right;
	justify-content: right;
}

.gform_wrapper.gravity-theme .full_width_button .gform_footer {
	text-align: center;
	justify-content: center;
}

.gform_wrapper.gravity-theme .full_width_button .gform_footer input{
	width: calc(100% - 16px);
}

.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
}

.single .post {
    padding-bottom: 0;
}
.et_pb_post {
    margin-bottom: 0;
    word-wrap: break-word;
}



