/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.3
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*Set number of columns and margin for the category filters*/
.ds-library-grid.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    float: left;
    margin: 0 2% 2% 0; /*Change these numbers to values 5 & 6 in the calculator (don't remove the '%' or '0')*/
    text-align: center;
    width: 15%; /*Change this number to value 7 in the calculator (don't remove the '%' )*/
}

.ds-library-grid.et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(6n) { /*Change this number to value 8 in the calculator (don't remove the 'n' )*/
    margin-right: 0;
}


/* Media Queries
---------------------------------------------------------------------------- 


@media only screen and (max-width: 1280px) {
	
	.page {border:3px solid red;}
}

@media only screen and (max-width: 1200px) {
	
	.page {border:3px solid green;}
}

@media only screen and (max-width: 1023px) {
	
	.page {border:3px solid blue;}
}
*/
@media only screen and (max-width: 800px) {
	
	/*.page {border:3px solid indigo;}*/
	
	.et_header_style_left .logo_container {
	top:-60px!important;
}
	.one-fifth {
		width:30%!important;
		min-height:300px!important;
	}
}

@media only screen and (max-width: 480px) {
	
	/*.page {border:3px solid pink;}*/
	
	.et_pb_tabs_2.et_pb_tabs,
	.et_pb_module et_pb_tabs et_pb_tabs_2 et_pb_tabs_vertically_stacked {
		margin-left:0!important;
	}
	
	.one-fifth {
		width:50%!important;
	}
	
	
}