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

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

body .et_pb_button,
body .et_pb_button:hover,
body .et_pb_module .et_pb_button:hover{
	padding-top: .6em;
	padding-bottom: .6em;
	padding-left: 2em;
	padding-right: 2em;
}

body .et_pb_button:hover,
body .et_pb_module .et_pb_button:hover{
	padding-right: 2.4em;
}


@media (max-width: 1800px){
	.floating-icon{
		transform: scale(0.75)
	}
}

@media (max-width: 1290px){
	.floating-icon{
		display: none
	}
}

