/*
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
*/


.fusion-sticky-container.fusion-sticky-transition {
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.45);
}

@media only screen and (max-width: 480px) {
	.team-logo img {
		max-height: 90px;
		max-width: 90px;
	}
}

.sponsors img {
	object-fit: contain;   
	object-position: center;
	max-height: 64px;
	height: auto;
	max-width: 148px;
	width: auto;
}

@media only screen and (max-width: 800px) {
	.sponsors img {
		max-height: 48px;
		max-width: 96px;
	}	
}

.corner-frame {
  position: relative;
}

/* Common style for all corner pieces */
.corner-frame .corner {
  position: absolute;
  width: 32px;  
  height: 32px;
  border: 6px solid #32e975;
}

/* Top-Left Corner */
.corner-frame .corner.tl {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

/* Top-Right Corner */
.corner-frame .corner.tr {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

/* Bottom-Left Corner */
.corner-frame .corner.bl {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}

/* Bottom-Right Corner */
.corner-frame .corner.br {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
