/*
 Theme Name:   Invictus Games Toronto 2017
 Theme URI:    http://www.invictusgames2017.com
 Description:  Invictus Games Toronto 2017 child theme based on Divi.
 Template:     Divi
 Version:      1.0.0
*/

/* LOGOS */

.logos {
	width: 260px;
	height: 100%;
}

@media (min-width: 544px) {
	.logos {
		width: 300px;
	}
}

@media (min-width: 768px) {
	.logos {
		width: 340px;
	}
}

@media (min-width: 981px) {
	.logos {
		width: 380px;
	}
}

@media (min-width: 1200px) {
	.logos {
		width: 409px;
	}
}

.logos a[class^="logo-"] {
	float: left;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
    outline: none;
    background-color: transparent;
}

.logos .logo-invictus-games {
	width: 39.119804400977995%;
}

.logos .logo-jaguar {
	width: 22.493887530562347%;
	margin-left: 11.735941320293399%;
}

.logos .logo-jaguar span {
	position: absolute;
	top: -16px;
	left: 0;
	color: #FFF;
	font-size: 8px;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: default;
}

@media (min-width: 768px) {
	.logos .logo-jaguar span {
		font-size: 9px;
	}
}

@media (min-width: 981px) {
	.logos .logo-jaguar span {
		top: -20px;
	}
}

.logos .logo-land-rover {
	width: 20.78239608801956%;
	margin-left: 5.867970660146699%;
}

#et-top-navigation {
	max-width: 405px;
}

@media (min-width: 1170px) {
	#et-top-navigation {
		max-width: none;
	}
}


/* FLUID IMAGES */

.img-fluid {
	display: block;
	max-width: 100%;
	height: auto;
}