/*
Theme Name: Divi Child
Template: Divi
*/

@import url("../Divi/style.css");

/*colors---*/
/*-green: #48a860 -*/


body p {
	font-weight:400;
}
body .et_pb_button {
	line-height:1.2em !important; 
}
.light-links a {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/*----------------------animation--------------------------------*/

#footer-widgets a {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
@media only screen and (min-width: 981px){

}

.light-links a {
	color:#fff;
	font-weight:600;
}
.light-links a:hover {
	color:#333333;
}

#cookie-law-info-again {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}