/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/

body {
  line-height: 150% !important;
}

a:hover {
	color: #212121 !important;
}

.margin-bottom-0 {
	margin-bottom: 1em !important;
}

#scrollDownBtn:hover {
	color: #212121 !important;
}

#scrollUpBtn:hover {
	color: #212121 !important;
}

#big-search-trigger:hover {
	color: #212121 !important;
}

ul.a {
  list-style: upper-roman !important;
	margin-top: 0em !important;
	list-style-position: outside !important;
	text-indent: -10px;
  margin-left: 1.2em;
}

ul.a li::before {
	content: "\2022";
  color: #212121 !important;
  display: inline-block;
  width: 1em; 
}

li {
	font-size: 16px !important;
}

svg {
	margin-bottom: -10px !important;
	transition: .8s cubic-bezier(.2,.8,.2,1);
}

svg:hover {
	transform: translateY(-5px);
}

hr {
	outline: solid;
	outline-color: #ffff;
	outline-width: 0;
	opacity: 75%;
}

#socMenuTrig {
	color: #2b2b2b;
	background-color: transparent;
	outline-color: #2b2b2b;
	outline: solid;
	outline-width: .25px;
}

.social-menu-trig:after {
	content: ' ME';
}

#actionbar {
	display: none;
}

@media only screen and (max-width: 1024px) {
	p.margin-bump {
		margin: 0 20px !important;
	}
}

@media only screen and (max-width: 767px) {
	.menu-toggle {
		right: 60px !important;
	}
	
	.search-trigger-wrap {
		right: 20px !important;
	}
}

figure img:hover {
	transform: translateY(-12px);
	transform: scale(1.02);
}

figure img {
	transition: .8s cubic-bezier(.2,.8,.2,1);
}

#yellow-block {
	height: 8px;
	width: 150px;
	margin: 5px 0;
	background: #ffff;
}

#circular-content {
	height: 300px;
	width: 300px;
	border-radius: 50%;
	background: #212121;
	text-align: center;
	vertical-align: middle;
	color: white;
	justify-content: center;
	line-height: 32px;
	margin-left: 15px;
	margin-bottom: 25px !important;
	box-shadow: 20px 15px 5px rgba(52,59,160,0.3);
}

.epad-bump {
	padding: 100px 0;
	font-size: 120px;
}

#circular-content-small {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: #212121;
	text-align: center;
	vertical-align: middle;
	color: white;
	justify-content: center;
	line-height: 24px;
	margin-left: 15px;
	margin-bottom: 25px !important;
	box-shadow: 10px 7px 7px rgba(52,59,160,0.3);
}

.epad-bump-small {
	padding: 25px 0;
	font-size: 32px;
}

th {
	font-size: 14px;
}

th {
	background: #212121;
}

td {
	font-size: 14px;
}

h4 {
	color: #212121;
	letter-spacing: .1em;
}


p a{
	color: #212121;
}

blockquote p {
	font-size: 16px;
	font-family: Merriweather;
	color: #212121;
}

cite {
	color: #212121;
}

.list-indented {
	list-style: disc outside none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1.5em;
}

.content-indented {
	padding-left: 1em;
}

code:hover {
	background-color: #212121;
	color: #FFFFFF;
}

code {
	transition: .3s;
}