/*
Max-width sizes:

1920  | 1680  |  1600 | 1440 | 1366 | 1280  | 1024 : 966 : 853 : 800 : 768 : 736 : 667 : 640 : 603 : 600 : 568 : 533 : 480 : 320 :

1024  | 960   |  768  |  480 | 320

*/

/** If you are not working on divi then you can delete divi specific CSS **/
/*** Start Divi Specific CSS **/
@media(max-width:1260px)
{
	.container, 
	.et_pb_row, 
	.et_pb_slider .et_pb_container, 
	.et_pb_fullwidth_section .et_pb_title_container, 
	.et_pb_fullwidth_section .et_pb_title_featured_container, 
	.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container
	{
		width:80%
	}
}
@media(max-width:980px)
{
	body.archive.author #left-area,
	body.archive.tag  #left-area ,
	body.archive.category  #left-area ,
	body.search-results #left-area ,
	body.archive.date #left-area 
	{
		border:none;
	}
}
@media(max-width:699px)
{
	body.archive.author #left-area article.et_pb_post,
	body.archive.tag  #left-area article.et_pb_post,
	body.archive.category  #left-area article.et_pb_post,
	body.search-results #left-area article.et_pb_post,
	body.archive.date #left-area article.et_pb_post
	{
	   max-width: 100%;
    	margin-right: 0px;
	}
}

@media(max-width:600px)
{
	.container, 
	.et_pb_row, 
	.et_pb_slider .et_pb_container, 
	.et_pb_fullwidth_section .et_pb_title_container, 
	.et_pb_fullwidth_section .et_pb_title_featured_container, 
	.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container
	{
		width:90%
	}
}

@media(max-width:400px)
{
	.container, 
	.et_pb_row, 
	.et_pb_slider .et_pb_container, 
	.et_pb_fullwidth_section .et_pb_title_container, 
	.et_pb_fullwidth_section .et_pb_title_featured_container, 
	.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container
	{
		width:96%
	}
}
/*** End Divi Specific CSS **/