/*
Theme Name: Top Notch Divi 2019
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

#footer-info {
	text-align: center;
	float: none;
}

@media only screen and (max-width: 1600px) {
	.footer {
		padding: 20px 200px !important;
	}

}


@media only screen and (max-width: 1400px) {
	.home .et_pb_module.et_pb_text.et_pb_text_0.et_pb_bg_layout_light.et_pb_text_align_left {
		padding: 80px 300px !important;
	}
	
	.footer {
		padding: 20px 100px !important;
	}
}

@media only screen and (max-width: 1200px) {
	.home .et_pb_module.et_pb_text.et_pb_text_0.et_pb_bg_layout_light.et_pb_text_align_left {
		padding: 80px 200px !important;
	}
	
	.footer {
		padding: 20px 50px !important;
	}
}

@media only screen and (max-width: 980px) {
	.home .et_pb_module.et_pb_text.et_pb_text_0.et_pb_bg_layout_light.et_pb_text_align_left {
		padding: 60px 120px !important;
	}
}

@media only screen and (max-width: 800px) {
	.home .et_pb_module.et_pb_text.et_pb_text_0.et_pb_bg_layout_light.et_pb_text_align_left {
		padding: 60px 80px !important;
	}
}

@media only screen and (max-width: 600px) {
	.home .et_pb_module.et_pb_text.et_pb_text_0.et_pb_bg_layout_light.et_pb_text_align_left {
		padding: 40px 20px !important;
	}
}