/*
Theme Name:  SCI Custom
Theme URI:   https://np-forms.com
Version:     1.1
Description: Divi child theme for SCI.
Author URI:  https://np-forms.com
Template:    Divi
*/

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


@media screen and (min-width: 1000px){
	.columns2 { column-count: 2; }
	.columns3 { column-count: 3; }
	.columns4 { column-count: 4; }
}

@media screen and (max-width: 500px){
    .et_pb_row {
        width: 100%;
    }
}
header#main-header {
    box-shadow: inset 0 -80px 120px rgba(0,0,0,0.45);
}

body .gform_wrapper .gform_footer input.button {
    color: #D8002A;
    border-color: #D8002A;
}
body .gform_wrapper .gform_footer input.button:hover {
    background-color: #D8002A
}

/* comments fix */
#comment-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/*-------------------[1080px]------------------*/
@media only screen and ( max-width: 1080px ) {
	#comment-wrap {
		max-width: 934px;
	}
}

/*-------------------[1024px]------------------*/
@media only screen and ( max-width: 1024px ) {
	#comment-wrap {
		max-width: 934px;
	}
}

/*-------------------[980px]------------------*/
@media only screen and (max-width: 980px) {
	#comment-wrap {
		max-width: 690px;
	}
}

/*-------------------[600px]------------------*/
@media only screen and (max-width: 600px) {
	#comment-wrap {
		max-width: 400px;
	}
}

/*-------------------[479px]------------------*/
@media only screen and ( max-width: 479px ) {
	#comment-wrap {
		max-width: 450px;
	}
}


/*-------------------[320px]------------------*/
@media only screen and ( max-width: 320px ) {
	#comment-wrap {
		max-width: 274px;
	}
}

