/* Homepage Hero Background Image */
 .pg_Index .header-row {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)), url('/data/SiteBuilderAssetsOriginals/Live/Images/joi/JOI_Approved_Hero_Image_1440x426.jpg');
    background-position: center;
    background-repeat: no-repeat;
 }
 /* HEADER - Primary Logo Size (Max height = 80px) */
.journal-header .journal-logo {
    width: auto;
    max-height: 80px !important;
    height: 80px !important;
}
 
/* HEADER - Affiliate Logo Sizes (Max height = 80px) */
.journal-header .society-logo {
    width: auto;
    max-height: 80px;
    height: 50px;
}

/*

@media screen and (min-width: 1000px){
	.journal-header .journal-logo{
		max-height: 120px !important;
		height: 120px !important;
	}
}

@media screen and (min-width: 1000px){
	.journal-header .society-logo{
		max-height: 120px !important;
		height: 50px !important;
	}
}


*/
 
 /* FOOTER - Logo Sizes  */
.journal-footer .journal-footer-affiliations-logo {
    width: auto;
    height: 80px;
}

.widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations a img {
    width: auto;
    height: 80px;
}

 /*JOI Header Logo Size and Location
img#logo-JournalofOralImplantology {
	max-height: unset !important;
	max-width: unset !important;
	height: 10vh !important;

}
div.journal-logo_wrap {
	max-height: unset !important;
	max-width: unset !important;
	width: 22vw !important;
	padding-right: 1vw !important;
}

img#logo-AmericanAcademyofImplantDentistryLogo {
	max-height: unset !important;
	max-width: unset !important;
	height: 10vh !important;
	margin-left: 40px !important;

}*/

/*
img#footer-logo-JournalofOralImplantologyLogo {
	max-height: unset !important;
	max-width: unset !important;
	height: 10vh !important;
}

img#footer-logo-AmericanAcademyofImplantDentistryLogo  {
	max-height: unset !important;
	max-width: unset !important;
	height: 10vh !important;
}

*/


