@media only screen and (orientation: landscape) {
  .wp-bottom-menu {
    display: none;
  }
}

@media only screen and (min-width: 481px) and (max-width: 960px) {

	.site-title {
		font-size: 2.2em;
		margin-top: 40px;
		margin-right: 20px;
		vertical-align:top;
        line-height: 0.0;		
	}
	

	.site-branding {
		margin-bottom: 0px;
		margin-top: 20px;
	}

	
	.site-content {
    	margin-top: 15px;
	}
	
	.main-navigation .menu > li > a {
		padding: 5px 20px 5px 20px;
		margin-right: 0px;
		font-weight: bold;
		border-bottom: 0 none;
		margin-left: -0px;
        line-height: 2.0;
	}
	
	.main-navigation .current_page_item::before {
	  transform: translateX(-50%) translateY(50%);
	  border-radius: 100%;
	  position: absolute;
	  background: #444;
	  bottom: -10px;
	  content: '';
	  height: 0.30em;
	  width: 0.30em;
	  left: 50%;
	  bottom: 5%;
	}
}

@media only screen and (max-width: 480px) {
	
	body {
	    font-size: 3.75vw;
    }

	#page {
		width: 100%;
		padding: 0px 20px 0px 20px !important;
		box-sizing: border-box;
		margin: 0px 0px 0px 0px !important;
	}
	
	.site-content {
    	margin-top: 0px;
	}
	
    .site-title {
        font-size: 7.5vw;
		float: left;
		/*word-spacing: 9999rem;*/
		margin-top: 50px;
    	margin-right: 0ptx;
        line-height: 0.0;
    }
	
	.site-logo {
		float: right;
	    height: auto; 
    	width: auto; 
	    max-width: 25vw; 
	}
	
	.site-branding {
		text-align: right;
		max-width: 960px;
		float: center;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 10px;
	}
	
	.main-navigation {
		display: none;
		padding-right: 70px;
		padding-top: 20px;
		text-align: justify;
		float: left;
	}
	
	.peerpaper-entry {
	    font-size: 4.0vw;
	}
	
	.peerpaper-abstract {
	    font-size: 3.75vw;
	}
	
	.peerpaper-thumb {
		max-width: 40%;
		max-height: 40%;
	}
	
	.bookchapter-entry {
	    font-size: 4.0vw;
	}
	
	.bookchapter-abstract {
	    font-size: 3.75vw;
	}
	
	.bookchapter-thumb {
		max-width: 30%;
		max-height: 30%;
	}
	
	.wip-entry {
	    font-size: 3.75vw;
	}
	
	.wip-paper-title {
	    font-size: 4.5vw;
		font-family: 	inherit;
		font-weight: 	bold;
	}
	
	.wip-presented-at {
		font-size: 4.0vw;
		text-align: right;
	    font-weight: normal;
	}
	.wip-abstract {
	    font-size: 3.75vw;
	}
	
	.wip-thumb {
		max-width: 30%;
		max-height: 30%;
	}

	.techexp-term {
		font-size: 4.5vw;
	}

	.techexp-taught {
		font-size: 4.5vw;
	}

	.techexp-role {
	    font-size: 3.75vw;
	}

	.techexp-level {
	    font-size: 3.75vw;
	}
	
	.geoelections-coverage-table {
		font-size: 0.8rem;
	}

	.geoelections-map-container {
		background-image: url("https://www.vasselai.net/images/wrld-map-cover-blur-mobile.jpg");
		height: 250px;
	}
	
	.geoelections-map {
		height: 250px;
	}
	
	#map {
    	width: 100%;
    	height: 250px;
  	}
	
	.map-attribution {
		font-size: 10px;
	}

	.sidebar-content {
		height: 20px;
    	font-size: 0.215em;
	}

	.sidebar {
		width: 250px;
	}

	.flex-center.left {
		left: 20px;
		bottom: 10px;
	}
	
	.legend-label {
		display: none;
	}
	
	.legend-label-mobile {
		display:block
	}

	.legend-square {
		height: 11px;
		width: 11px;
    	margin-left: 5px;
	}
	
	.legend-cols {
		display:block;
		margin: 0;
		padding: 0;
	}

	.dataTables_wrapper .dataTable tbody td, th {
		font-size: .8rem;
	}

	.dataTables_wrapper .dataTables_paginate {
		float: right !important;
		margin-top: 0px;
	}

	.dataTables_wrapper .dataTables_paginate a {
		font-size: .85rem;
		text-decoration: none !important;
		border: 0 !important;
		margin: 0;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.dataTables_wrapper .dataTables_filter  {
		float: left !important;
		margin-top: 150px;
	}
	
	.dataTables_wrapper .dataTables_filter input {
	  width: 120px;
	}
	
	
	.dataTables_wrapper .dataTables_length {
		float: left !important;
		font-size: .8rem;
		font-weight: normal;
	}


	div.alphabetInfo {
		display: none;
	}
}


@media only screen and (max-width: 290px) {
	.sidebar-content {
		height: 18px;
    	font-size: 0.18em;
	}

	.sidebar {
		width: 220px;
	}
	
	.flex-center.left {
		left: 10px;
		bottom: 10px;
	}
}


