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

 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 ------------------------------*/


#et-top-navigation a {
	font-weight: 500!important;
}

#top-menu li.current-menu-item>a {
	font-weight: 600!important;
	color: #373737;
}

::-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{
	padding: 16px;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	background-color: rgba(255,255,255,0);
	border: 1px solid #000;
	border-radius: 0;
}

/* .gform_wrapper.gravity-theme input[type="submit"]{
	cursor: pointer;
	padding: 20px 40px;
	color: #fff;
    border: 1px solid #0067FF;
	background-color: #0067FF;
    border-radius: 0;
    font-size: 14px;
    font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
}


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

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

.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;
}
