.btn-div { color: #000000 !important; padding: 25px 25px 12px 0px; }
.btn-visit { border-radius: 30px; color: #000000 !important; font-size: 17px; font-weight: 600; background: #F8E61D; padding: 12px 25px 12px 25px; text-decoration: none; }
.btn-visit:hover { background: #F9F198; color: #000000 !important; font-weight: 600; text-decoration: none; }
.bg {
    padding-top: 80px;
    padding-bottom: 40px;
  	background-color: #f9f9f9;
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
	  align-items: stretch;
}
.nobg {
    padding-top: 130px;
    padding-bottom: 80px;
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
	  align-items: stretch;
}
.top {
    padding: 100px 10px 60px 10px;
	  display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
	  align-items: stretch;
}

.entry-title {
    margin-top: 50px;
}

.category .page-header {
      display: none;
}

h1 {
      font-size: 28px;
	font-family: helvetica;
			text-align:left;
}

h2 {
      font-size: 20px;
			padding-top: 20px;
}

h3 {
      font-size: 17px;
			padding-top:20px;
			font-weight:700;
}

body, button, input, select, textarea {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
		font-display: swap;
}

body .grid-container {
    max-width: 800px;
}

.sidebar .widget, .footer-widgets .widget {
    font-size: 16px;
}

.widget-title {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: none;
}

.main-navigation a, .menu-toggle {
    font-weight: 600;
    font-size: 16px;
}

.main-navigation .main-nav ul ul li a {
    line-height: normal;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    font-size: 14px;
		margin-bottom: 0px;
}

li {
    margin-bottom: 20px;
}

.page-hero {
    background-color: #ffffff;
    color: #0a0a0a;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    text-align: left;
    box-sizing: border-box;
	}

.btn-visit {
    font-size: 16px;
}

a, a:visited {
    color: #00008B;
		text-decoration:underline;
}

a:hover {
    color: #1E90FF;
		text-decoration:none;
}

.entry-title a, .entry-title a:hover {
    color: #a3a3a3;
		text-decoration:none;
}

a.button {
    text-decoration:none;
}

.one-container:not(.page) .inside-article {
    padding: 0;
}