body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #f5f5f5 url(../images/subtle_white_feathers.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  body {
    background-image: url(../images/subtle_white_feathers@2x.png);
  }
}

h1, h2, h3, h4, h5, h6,
.site-title {
  font-family: 'Coustard', Georgia, Times, 'Times New Roman', serif;
  font-weight: 400;
}

a, .entry-title a {
  color: #a4332b;
}
a:hover, .entry-title a:hover, .site-title a:hover {
  color: #d05541;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
  background-color: #a4332b;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
  background-color: #d05541;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a,
.archive-pagination li.active a, .archive-pagination li a:hover {
  background-color: #a4332b;
}

.site-header {
  background: #222;
  border-bottom: 3px solid #d05541;
}
@media only screen and (min-width: 1024px) {
  .site-header {
    position: relative;
  }
  .site-header:before {
    content: '';
    width: 90px;
    height: 144px;
    background: url(../images/flag.png) 0 0 no-repeat;
    position: absolute;
    top: -13px;
    left: 20px;
  }
}

.title-area {
  width: 220px;
  margin-left: 110px;
  padding-left: 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .site-header .title-area {
    width: 100%;
    min-height: 88px;
    margin: 0 auto;
    padding-left: 100px;
    padding-bottom: 20px;
    background: url(../images/icon.png) 20px 0 no-repeat;
  }
  .site-header .title-area .site-title, .site-header .title-area .site-description {
    text-align: left;
  }
}

.site-title {
  font-size: 30px;
  text-transform: none;
  margin-top: 10px;
}
.site-title, .site-title a {
  color: #fff;
}

.site-description {
  font-size: 12px;
  line-height: 1.2;
  color: #aaa;
}

@media only screen and (max-width: 767px) {
  .site-title {
    font-size: 28px;
  }

  .site-description {
    font-size: 12px;
  }

  .entry {
    padding: 20px;
  }
}
.header-widget-area {
  max-height: 90px;
}

/* Entry Stuff         ======================================== */
.feature-content .entry-title {
  font-size: 36px;
}

.post-image {
  display: block;
  float: none;
}

.before-entry {
  padding: 0 0 20px;
}

.after-entry {
  padding: 20px 0;
}

.before-entry, .after-entry {
  text-align: center;
}

.before-entry .bsarocks {
  float: left;
  width: 50%;
  margin: 0 4% 2em 0;
}
.before-entry .shareit {
  float: right;
  width: 44%;
}
@media only screen and (min-width: 768px) {
  .before-entry .shareit {
    margin-top: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .before-entry .bsarocks, .before-entry .bsap, .before-entry .shareit {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto 2em;
  }
  .before-entry div.bsap iframe {
    float: none;
    margin: 0 auto;
  }
}

.shareit {
  text-align: center;
  width: 44%;
}
.shareit p {
  margin: -1em 0 1em;
}

.shareit {
  float: left;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.shareit {
  margin-bottom: 2em;
}

.share .dashicons {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  margin: 0 5px;
  border-radius: 100px;
}

.dashicons {
  font-size: 1.5em;
  color: #fff;
}
.dashicons:hover {
  font-size: 2.4em;
}

.dashicons-facebook-alt {
  background: #3b5998;
}

.dashicons-twitter {
  background: #55acee;
}

.dashicons-googleplus {
  background: #dd4b39;
}

/* After Entry Widgets         ======================================== */
.addthis_responsive_sharing {
  margin-bottom: 30px;
}

.addthis_responsive_sharing .at-mobile {
  text-align: center;
}

@media only screen and (min-width: 585px) {
  .at-share-btn {
    width: 32.2%;
  }
}

.news-pro-home .content li:before, .after-entry li:before, .sidebar li:before {
  content: '';
  margin: 0;
}

/* Sidebar Widgets         ======================================== */
.sidebar {
  font-size: 14px;
}
.sidebar .widget-title {
  text-transform: none;
  margin-bottom: 0;
}
.sidebar li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar li a {
  display: block;
  padding: 5px 0;
}

.sidebar .bsap {
  text-align: center;
}

#bsap_1239288 {
  margin-top: 2em;
}

#bsap_1239288 a {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  height: 125px;
  margin: 0;
  padding: 0;
}

html x-promoted[id^="x_promoted_"] li {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
html x-promoted[id^="x_promoted_"] li span._promoted-title {
  font-size: 100%;
  line-height: 1.625;
  display: inline;
  padding: 8px;
  margin: 0;
}
html x-promoted[id^="x_promoted_"] li span._promoted-company {
  display: inline;
  padding-left: 10px;
}

/* Plugin: Responsive Slider         ======================================== */
.flexslider .slides img {
  width: 100%;
  height: 100%;
}

.slide-image {
  height: 400px;
}

.after-entry x-promoted[id^="x_promoted_"] {
  margin-bottom: 2em;
}
.after-entry x-promoted[id^="x_promoted_"] li {
  border: none;
}
.after-entry x-promoted[id^="x_promoted_"] li:before {
  content: '';
}
.after-entry x-promoted[id^="x_promoted_"] li span._promoted-title {
  display: block;
  text-align: left;
  line-height: 1.4;
}
