/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.logos-main-section .column-inner {
    padding: 9px 15px;
    border-radius: 3px;
	align-items: center;
	justify-content: center;
    display: flex;
	height: 100%;
}
.logos-main-section .row{
	display:flex;
	flex-wrap:wrap;
}
.logos-main-section .col-md-2 {

    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}


.logos-main-section .col-md-2  img.attachment-full.size-full.wp-post-image {
    max-height: 70px;

    width: auto;
}


@media(min-width:1024px){
	.logos-main-section .col-md-2:nth-last-child(-n+6) {
    border-bottom: none ;
}
	.logos-main-section .col-md-2:nth-child(6n){
	border-right: none !important;
}
}

	@media(max-width:768px){
.logos-main-section .col-md-2 {
    width: 25%;
		}
		.logos-main-section .col-md-2:nth-child(4n){
	border-right: none !important;
}
	.logos-main-section .col-md-2:nth-last-child(-n+4) {
    border-bottom: none !important;
}
}
@media(max-width:640px){

			.logos-main-section .col-md-2:nth-child(4n){
	 border-right: 1px solid #d7d7d7 !important;
    border-bottom: 1px solid #d7d7d7!important;
}
	.logos-main-section .col-md-2:nth-last-child(-n+4) {
     border-right: 1px solid #d7d7d7 !important;
    border-bottom: 1px solid #d7d7d7 !important;
}
		.logos-main-section .col-md-2:nth-child(3n){
	border-right: none !important;
}
	.logos-main-section .col-md-2:nth-last-child(-n+3) {
    border-bottom: none !important;
}
}