/*
Theme Name: European Society for Evolutionary Biology
Author: Frank Schmittlein
Author URI: https://frank-schmittlein.net
Template: chaplin
Version: 1.0
*/

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v22-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v22-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/lato-v22-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v22-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v22-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v22-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v22-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v22-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}


.eseb-header-membership:after {
	content: '\f044';
	font-family: 'Font Awesome 5';
	margin-left: 0.5em;
}
.eseb-header-membership {
	color: #f1f1f3;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 0 #7a7a7a;
	text-decoration: unset !important;
}
.eseb-header-membership:hover {
	text-decoration: unset;
	color: #061843;
}


.footer-inner {
	padding: 0 0 0.5rem 0
}


.eseb-footer-social {
	padding-bottom: 3rem;		
}
.eseb-footer-love {
	font-size: 12px;
}
.eseb-footer-social a {
    color: inherit;
    text-decoration: none;
}
.eseb-footer-social .eseb-footer-love a:hover {
    text-decoration: underline;
}


@media ( min-width: 350px ) {
	.eseb-footer-social .social-menu {
		display: none;
	}
}


@media ( min-width: 700px ) {
	.footer-inner {
		padding-bottom: 1rem;
	}

	.eseb-footer-love {
		font-size: 14px;
	}
}


@media ( min-width: 1000px ) {
	.footer-inner {
		padding-bottom: 1rem;
	}

	.eseb-footer-social {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		padding-bottom: 7rem;
	}
	.eseb-footer-love {
		font-size: 16px;
	}
	.eseb-footer-social .social-menu {
		display: flex;
	}
}
