/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/


.sponsor-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
	  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

	.sponsor-row.col-3 .et_pb_column {
			display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		  -webkit-justify-content: center;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
		-webkit-box-align: center;
	  -moz-box-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  align-items: center;
		  -webkit-flex-wrap: wrap;
	  -moz-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  -o-flex-wrap: wrap;
	  flex-wrap: wrap;
	}

		.sponsor-row.col-3 .et_pb_column .et_pb_module {
			width: 33.3333%;
		}


@media only screen and (max-width: 980.99px)  {
	
	.sponsor-row .et_pb_column {
		width: 50%;
		margin-bottom: 30px !important;
	}
	
	.sponsor-row.main-sponsors .et_pb_column {
		width: 100%;
	}
	
		.sponsor-row.main-sponsors .et_pb_column .et_pb_image_wrap img {
			max-width: 360px;
			max-height: 180px;
			width: 100%;
		}
	
		.sponsor-row .et_pb_column .et_pb_module {
			width: 100%;
			margin-bottom: 0 !important;
		}
	
	.sponsor-row.col-3 .et_pb_column {
		width: 100%;
	}

		.sponsor-row.col-3 .et_pb_column .et_pb_module {
			width: 50%;
			margin-bottom: 30px !important;
		}
	
	.sponsor-row .et_pb_column .et_pb_image_wrap img {
		max-width: 245px;
		max-height: 130px;
		width: 100%;
	}
}

@media only screen and (max-width: 640.99px)  {
	
	.sponsor-row .et_pb_column .et_pb_image_wrap img {
		max-width: 220px;
		max-height: 100px;
		width: 100%;
	}
	
	
	.sponsor-row.col-3 .et_pb_column .et_pb_image_wrap img {
		max-width: 150px;
		max-height: 75px;
		width: 100%;
	}
}

