/*
Theme Name: SS International, Inc.
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Conrad Davenport
Template: Divi
*/

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

@media (max-width: 960px){
	.et_pb_button{
		text-align: center;
		width: 50%;
		display: block !important;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:768px){
	.et_pb_text_0{
		width: 80% !important;
		margin: 0 auto;
		margin-top: 50px;
	}
}

@media (max-width:460px){
	.et_pb_row.et_pb_row_fullwidth.et_pb_row_0{
		width: 100% !important;
		padding: 0;
	}
	.et_pb_row.et_pb_row_fullwidth.et_pb_row_0 .et_pb_column_0 {
		padding-top: 160px;
	}
	.et_pb_column_1_2 .et_pb_text_0{
		width: 80%;
		margin: 0 auto;
	}
	.et_pb_section_1{
		padding-top: 0 !important;
	}
	.et_pb_column_2 h2{
		font-size: 21px !important;
	}
	.et_pb_column_2 h2 strong{
		font-size: 36px !important;
		line-height: 48px !important;
	}
	.et_pb_row{
		padding: 0 !important;
	}
	.et_pb_button{
		text-align: center;
		width: 100%;
	}
	.footer-widget #text-3{
		display: none;
	}
	#et-footer-nav{
		display: none;
	}
	.et_pb_fullwidth_header_0{
		padding: 0 !important;
	}
	div .et_pb_text_0{
		padding-left: 0 !important;
		padding-bottom: 0 !important;
	}
	div .et_pb_text_1{
		font-size: 14px !important;
	}
}