/* Enter Your Custom CSS Here */
@media (min-width: 1024px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		font-size: 19px;
		line-height: 24px;
		width: 56px;
		height: 56px;
	}
}
	@media (min-width: 1024px) {
	.burger-opener {
		font-size: 30px; padding: 30px 38px 30px 38px;border-left: solid 1px #e8e8e8;margin:0;
  }
}
@media (min-width: 375px) {
	.burger-opener {
		color:#acacac;
		font-size: 27px;
		line-height: .8;
		
	}
}
@media (min-width: 1220px) { #nav > ul a {
padding: 34px 38px 33px 39px;
	}}
body {font-size:18px;text-rendering: optimizeLegibility !important;} 
.header {border-bottom: 1px solid #ededed;background: #f8f8f8;padding:0px;position: fixed;}
.section-header .h1, .section-header h1, .section-header .h2, .section-header h2 {text-transform: none;color: #008887;}
#nav > ul li.active > a {color:#777;padding:34px 38px 33px 39px;}
#nav > ul li.hover > a {color:#34aeb1;background:#fff;}
#nav > ul li.active > a::before {display:none;}
a {transition: color ease-in-out .3s, background ease-in-out .3s;}
#nav > ul {font-weight:600;font-size: 19px;line-height: 24px;}
#nav {
    font-weight: 600;
    text-transform: uppercase;
}
	#nav > ul li {border-left: solid 1px #e8e8e8;}
#nav > ul a {padding: 34px 38px 33px 39px;}
.btn {/*border: none;*/width:auto;}
.btn.btn-info {border: 2px solid #fff;}
.btn.rounded {border-radius: 3px;}
.post {box-shadow: 0 1px 1px rgba(0, 0, 0, .2);border-radius: 2px;}
.post .img-holder {border-radius: 2px 2px 0 0;}
input#um-submit-btn.um-button, input[type=submit].um-button {background:#ffe461;padding: 21px 15px 19px 15px;text-transform: uppercase;color:#000;font-weight: 600;}
.um-center .um-button {padding: 21px 15px 19px 15px;/*width: auto !important;*/}
.cta-text a {color: #ffe461;}