/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Author:       Michael Dinerstein
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Divi-child
*/

body,
html {
    height: 100%;
    width: 100%;
}

.carouselTicker {
  overflow: hidden;
  height: 210px;
  float: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

}

.carouselTicker__list {
	list-style: none;
}

.carouselTicker__list .carouselTicker__item {
	list-style: none;
	border: none;
	width: 210px;
	height: 210px;
}  

.carouselTicker__item .endorse_logo {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	display: inline-block; 
}

.endorse_grid .endorse_grid_list {
  list-style: none;
  border: none; 
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap:20px;
  justify-content: space-evenly;
}

.endorse_grid .endorse_grid_list .endorse_grid_item {
  width: 210px;
  height: 210px;
}

.endorse_grid_item .endorse_logo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: inline-block; 
}

.fullwidth_button {
  width: 100%;
}

#navigation #desktop_nav .fixnav .floatnav .floatnav_right ul li.icon-fb a {
  overflow: hidden;
  height: 32px;
  width: 32px;
  padding:0;
  text-indent: 9999em;
  background-color: transparent;
  background-image: url(./img/001-facebook.png);
  background-repeat: no-repeat;
}
#navigation #desktop_nav .fixnav .floatnav .floatnav_right ul li.icon-twitter a {
  overflow: hidden;
  height: 32px;
  width: 32px;
  padding:0;
  text-indent: 9999em;
  background-color: transparent;
  background-image: url(./img/002-twitter.png);
  background-repeat: no-repeat;
}