/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
body {
	background: #d2def3;
}

.header-bar {
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	padding: 0 2em;
	background: #fff;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.header-main {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.top-navigation-menu ul a:link, .top-navigation-menu ul a:visited {
	color: #060606;
}

.top-navigation-menu ul {
	position: absolute;
	display: none;
	z-index: 9999;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	color: #fff;
	background: #d2def3;
}

.top-navigation-menu>.menu-item-has-children>a:after {
	display: inline-block;
	margin: .6em 0 0 .4em;
	font-size: 12px;
	line-height: 1;
	font-family: 'Genericons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: inherit;
	vertical-align: top;
	content: '\f431';
	color: #ffffff;
}

.top-navigation-menu ul a {
	min-width: 250px;
	min-width: 16rem;
	padding: 1em;
	font-size: 13px;
	font-size: 1rem;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.top-navigation-menu a {
	FONT-WEIGHT: 100;
	display: block;
	font-family: 'Titillium Web', Tahoma, Arial;
	font-size: 30px;
	font-size: 1.08rem;
	padding: 1.5em;
	text-decoration: none;
}

.jetpack-social-navigation .menu li a:before {
	color: #2f71d4;
	font-size: 32px;
}

#mc_embed_signup .button {
    clear: both;
    background-color: rgb(	93, 188, 210);
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    border-width: 0px;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    margin: 0px 5px 10px 0px;
    padding: 0px 30px;
    text-decoration: none;
}

