@import url('https://fonts.googleapis.com/css?family=Crimson+Text|Montserrat:400,500');

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

a {
    color: #3554e1;
}

a:hover,
a:focus {
	text-decoration: underline;
}

ul {
    padding-left: 18px;

}

@media screen and (min-width: 768px) {
	ul {
		-webkit-columns: 2;
		        columns: 2;
	}
}

#top ul {
	padding: 0;
}

#current ul {
	-webkit-columns: auto;
	        columns: auto;
	padding-left: 0;
}

#current li a:before {
	content: 'ˇ';
	margin-right: 8px;
	font-size: 24px;
	display: inline-block;
	height: 5px;
	line-height: 5px;
	margin-bottom: -13px;
	vertical-align: middle;
	font-weight: normal;
}

#current li #toggletop:before {
	display: none;
}

#current p {
	padding: 0 !important;
	font-family: 'Crimson Text', serif;
	font-size: 20px;
}

.pager {
	padding-left: 0;
	margin-bottom: 30px;
	font-weight: bold;
}

.pager a {
    font-weight: bold;
    border: none !important;
    padding: 3px;
    min-width: 17px;
    display: inline-block;
    text-align: center;
}

.pager a:not(.current):hover,
.pager a:not(.current):focus {
	background: #efefef;
}

.pager .current {
    background: #3554e1;
    color: white;
}

li {
    color: #3554e1;
    line-height: 1.7;
	font-weight: bold;
}

.pager + div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.pager + div > a {
	width: calc(50% - 10px);
    padding: 10px;
    margin: 5px;
	transition: background-color 200ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.pager + div > a:hover,
.pager + div > a:focus {
	background-color: #efefef;
}

@media screen and (min-width: 480px) {
	.pager + div > a {
		width: calc(33.333% - 10px);
	}
}

@media screen and (min-width: 992px) {
	.pager + div > a {
		width: calc(16.6667% - 10px);
	}
}

img {
    max-width: 100%;
    height: auto;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
}

input[type="search"] {
    background-image: url("https://www.theleidencollection.com/wp-content/themes/leiden/assets/images/ui/icon-search-dark.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    border: 1px solid #a7a7a7;
    height: 32px;
    padding: 0 34px 0 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	margin-bottom: 30px;
}