/*
Theme Name:  Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.6.5
Description: Divi child theme.
Author:      Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template:    Divi
*/

@import url("../Divi/style.css");

/* 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: 890px;
	}
}

/*-------------------[800px]------------------*/
@media only screen and (max-width: 800px) {
	#comment-wrap {
		max-width: 740px;
	}
}

/*-------------------[768px]------------------*/
@media only screen and (max-width: 768px) {
	#comment-wrap {
		max-width: 688px;
	}
}

/*-------------------[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;
	}
}

/*-------------------[420px]------------------*/
@media only screen and ( max-width: 420px ) {
	#comment-wrap {
		max-width: 360px;
	}
}


/*-------------------[320px]------------------*/
@media only screen and ( max-width: 320px ) {
	#comment-wrap {
		max-width: 274px;
	}
}

/*-------------------[280px]------------------*/
@media only screen and ( max-width: 280px ) {
	#comment-wrap {
		max-width: 244px;
	}
}

