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

 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 ------------------------------*/
body{
	line-height: 1.7;
}


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


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


@media (min-width: 981px) {
	body .et_pb_menu ul li.menu-button a {
		background-color: #ff7e00;
		border: 2px solid #ff7e00;
		padding: 10px 20px !important;
		height: 50px;
		margin-top: 15px;
		color: #fff !important;
		border-radius: 30px;
		text-transform: uppercase;
	}
}