/* Base */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  background: #fff;
  color: #999;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #f69c9b;
  text-decoration: none;
}
a:hover {
  color: #999;
}

/* Layout wrappers */
.wrap {
  margin: 0 auto;
  max-width: 1140px;
}

/* Top bar (social icons row) */
.top-bar {
  background: transparent;
  border-bottom: 1px solid #ddd;
  color: #999;
  font-size: 12px;
  line-height: 1;
  padding: 15px 0 10px;
  text-transform: uppercase;
}
/* Social icons */
.top-bar .widget.simple-social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.top-bar .widget.simple-social-icons li {
  margin: 0;
  padding: 0;
}
.top-bar .widget.simple-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #ccc; /* icon color */
}
.top-bar .widget.simple-social-icons a:hover {
  color: #f69c9b;
}
.top-bar .widget.simple-social-icons svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
}

/* Header and title/logo */
.site-header {
  background: #fff;
  margin: 0 auto;
  max-width: 1140px;
  padding: 15px 0;
}
.site-title {
  font-family: serif;
  font-weight: 400;
  color: #545454;
  font-size: 58px;
  line-height: 0.8;
  margin: 0 0 12px;
  text-transform: none;
}
.site-title a {
  color: #555;
  background: url(images/cropped-Logo.jpg) no-repeat !important;
}
.site-title a:hover {
  color: #bbb;
}

/* Logo image (text hidden) */
.header-image .site-title > a {
  background-size: contain !important;
  display: block;
  height: 100px;
  margin: 10px auto;
  max-width: 320px;
  text-indent: -9999px;
  width: 100%;
}

/* Content */
.content {
  margin: 0 auto;
  max-width: 740px;
}
.entry {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 40px 20px 24px 0;
}
.entry-title {
  color: #545454;
  font-family: serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 36px;
  margin: 0 0 16px;
}
.entry-content p {
  margin: 0 0 24px;
}
.entry-content figure {
  margin: 0 0 24px;
}
.entry-content figcaption {
  color: #999;
  background: transparent;
  padding: 10px 14px;
  font-style: normal;
}

/* Footer */
.site-footer {
  color: #ccc;
  padding: 10px 0;
  text-align: center;
}
.site-footer p {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 1140px;
}

/* Responsive tweaks */
@media (max-width: 1023px) {
  .wrap,
  .content {
    max-width: 100%;
  }
  .site-header .wrap {
    padding: 20px 0;
  }
  .content {
    padding: 0 5%;
  }
}

@media (max-width: 769px) {
  .entry {
    padding: 20px 0 20px 0;
  }
}

.simple-social-icons svg[class^='social-'],
.simple-social-icons svg[class*=' social-'] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.simple-social-icons {
  overflow: hidden;
}

.simple-social-icons ul {
  margin: 0;
  padding: 0;
}

.simple-social-icons ul li {
  background: none !important;
  border: none !important;
  float: left;
  list-style-type: none !important;
  margin: 0 6px 12px !important;
  padding: 0 !important;
}

.simple-social-icons ul li a {
  border: none !important;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  height: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
  width: 1em;
}
