body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #0099bb;
}

h1, h2, h3, h4, h5, h6,
.site-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #0099bb;
}

.genesis-nav-menu > .menu-item > a {
  text-transform: none;
}

.genesis-nav-menu > .menu-item > a,
.genesis-nav-menu .sub-menu a {
  font-weight: normal;
}

/* Links & Buttons         ======================================== */
a, .entry-title a {
  color: #cc6619;
}
a:hover, .entry-title a:hover, .site-title a:hover {
  color: #0099bb;
}

.sidebar .widget-title a {
  color: #0099bb;
}

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

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

input, textarea,
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  border-radius: 5px;
}

/* Nav Menus         ======================================== */
.genesis-nav-menu {
  font-size: 14px;
}

.genesis-nav-menu a {
  border: none;
}

.genesis-nav-menu a,
.genesis-nav-menu.responsive-menu li a {
  color: #0099bb;
}

@media only screen and (min-width: 1px) {
  .genesis-nav-menu.responsive-menu li a:hover,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
  .genesis-nav-menu.responsive-menu li.current-menu-item > a {
    color: #fff;
    background-color: #0099bb;
  }
}

.genesis-nav-menu a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover {
  color: #fff;
  background-color: #0099bb;
}

@media only screen and (max-width: 600px) {
  .genesis-nav-menu.responsive-menu li {
    border-top: 1px solid #e3e3e3;
  }
}
.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
  /* + */
  background: #ddd;
}
@media only screen and (max-width: 600px) {
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu li {
    padding-left: 20px;
  }
}

.nav-primary {
  background: #f7f7f7;
  border: none;
}

.nav-secondary {
  border-bottom: 1px solid #bbc;
}

.responsive-menu-icon {
  border-bottom: none;
}
.nav-secondary .responsive-menu-icon:before {
  color: #fff;
}

.genesis-nav-menu.menu-secondary {
  font-size: 14px;
  background: transparent;
  background: rgba(195, 97, 24, 0.5);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.genesis-nav-menu.menu-secondary > .menu-item-has-children:before {
  background: #e67f32;
  padding: 19px 20px;
}
.genesis-nav-menu.menu-secondary li {
  border-top: 1px solid #bbc;
}
.genesis-nav-menu.menu-secondary li a {
  color: #fff;
  text-transform: none;
  padding: 15px;
  border: none;
}
.genesis-nav-menu.menu-secondary li.current-menu-item > a {
  color: #fff;
  background-color: #0099bb;
}
.genesis-nav-menu.menu-secondary .sub-menu {
  border-top: none;
}
@media only screen and (min-width: 601px) {
  .genesis-nav-menu.menu-secondary .sub-menu {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}
.genesis-nav-menu.menu-secondary .sub-menu a {
  background-color: #be5f17;
}
.genesis-nav-menu.menu-secondary .sub-menu .sub-menu {
  margin-top: -46px;
}

.genesis-nav-menu.responsive-menu .sub-menu {
  background: transparent;
}

/* Layout Stuff         ======================================== */
.site-container {
  border: none;
  border-radius: 5px;
}

.site-header {
  border-bottom: 1px solid #e3e3e3;
  border-radius: 5px 5px 0 0;
}

.site-title {
  font-size: 36px;
}
.site-title, .site-title a {
  color: #fff;
}

.site-logo {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 320px) {
  .site-logo {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .site-logo {
    max-width: 260px;
  }
}

.site-description {
  color: #ddd;
  letter-spacing: 0;
}

.entry-pagination {
  margin-bottom: 26px;
}

.archive-description {
  text-align: center;
  padding: 40px 20px;
  background: none;
}

.archive-title {
  font-size: 30px;
  margin-bottom: 0;
}

.archive-pagination {
  text-align: center;
  position: relative;
  margin: 0;
  padding: 40px 30px;
}

.archive-pagination li {
  display: inline-block;
  margin: 0 5px;
}
.news-pro-home .archive-pagination li {
  border: none;
}
.archive-pagination li a {
  padding: 8px 15px;
  background-color: #0099bb;
  border-radius: 3px;
}
.archive-pagination li.active a, .archive-pagination li a:hover {
  background-color: #cc6619;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  li.pagination-previous, li.pagination-next {
    position: absolute;
    margin: 0;
  }

  .pagination-previous {
    left: 30px;
  }

  .pagination-next {
    right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .content .entry-grid {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 30px;
  }
  .content .entry-grid.odd {
    border-right: 1px solid #e3e3e3;
  }
  .content .entry-grid .entry-title {
    font-size: 24px;
    line-height: 1.3;
    height: 68px;
    overflow: hidden;
  }
  .content .entry-grid div.entry-image {
    height: 164px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #e3e3e3;
    border-radius: 5px;
  }
  .content .entry-grid .entry-footer {
    font-size: 12px;
    color: #aaa;
    overflow: hidden;
  }
  .content .entry-grid .entry-category {
    float: left;
  }
  .content .entry-grid .entry-ratings {
    float: right;
  }
  .content .entry-grid .entry-pagination {
    display: none;
  }
}
.entry-meta {
  margin: 0;
  padding: 0 0 40px;
  border-top: none;
}

/* Entry Stuff         ======================================== */
@media only screen and (max-width: 380px) {
  .entry {
    padding: 20px;
  }
}
.single .entry {
  padding-bottom: 0;
}

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

.entry-title {
  color: #cc6619;
  word-wrap: break-word;
  word-break: break-word;
}
.featured-content .entry-title {
  font-size: 36px;
}
@media only screen and (max-width: 600px) {
  .featured-content .entry-title {
    font-size: 26px;
  }
}

.entry-meta {
  font-size: 11px;
}
.entry-meta, .entry-meta a {
  color: #aaa;
}
.entry-footer .entry-meta {
  padding: 20px 40px;
}

.author-box-title {
  font-size: 20px;
  color: #0099bb;
}

.featured-content .entry-image {
  width: 100%;
}

.entry-image.post-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  border-radius: 5px;
}

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

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

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

.before-entry .checkthisout, .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 .checkthisout, .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;
}

.comment-respond label {
  color: #999;
  display: block;
  margin-bottom: 10px;
}

#submit {
  width: 100%;
}

.before-comments {
  border-bottom: 1px solid #e3e3e3;
  padding: 40px;
}
.before-comments ul {
  margin-left: 20px;
}

.comments-pagination {
  margin-top: 10px;
  margin-right: 20px;
}

.entry-pings {
  padding: 40px 0 40px 40px;
  border-bottom: 1px solid #e3e3e3;
}

li.pingback, li.trackback {
  font-size: 12px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-right: none;
}

/* Sidebar Widgets         ======================================== */
.widget-title {
  color: #0099bb;
  margin-bottom: 0;
  padding: 0 0 10px;
  border: none;
}
.footer-widgets .widget-title {
  font-weight: normal;
}

.sidebar {
  font-size: 14px;
}
@media only screen and (min-width: 1024px) and (max-width: 1188px) {
  .sidebar {
    width: 302px;
  }
}
@media only screen and (min-width: 1189px) {
  .sidebar {
    width: 362px;
  }
}
.sidebar li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar li a {
  display: block;
  padding: 10px 0;
}
.sidebar .entry-title {
  font-size: 20px;
}
.sidebar .widget {
  border-top: 1px solid #e3e3e3;
  border-bottom: none;
}
.sidebar .widget:first-child {
  border-top: none;
}
.sidebar img.aligncenter {
  margin-bottom: 0;
}

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

@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,
  .sidebar .widget_search,
  .site-header {
    background-size: 50%;
  }
}
/* Footer Widgets         ======================================== */
.footer-widgets li {
  border-bottom: 1px solid #e3e3e3;
}
.footer-widgets .widget_categories li {
  display: inline-block;
  width: 31%;
  margin-right: 1%;
}
.footer-widgets .widget_categories li a {
  display: block;
}
.footer-widgets .widget_categories a, .footer-widgets .widget_recent_entries a {
  display: block;
  padding: 10px 0;
}

.footer-widgets-1 {
  width: 69%;
  margin-right: 2%;
}

.footer-widgets-2 {
  width: 29%;
  margin-right: 0;
}

.footer-widgets-3, .footer-widgets-4, .footer-widgets-5, .footer-widgets-6 {
  display: none;
}

/* Footer         ======================================== */
.footer-widgets {
  font-size: 14px;
  background: #f7f7f7;
}
.footer-widgets, .footer-widgets .widget-title {
  color: #999;
}
.footer-widgets a {
  color: #0099bb;
}
.footer-widgets a:hover {
  color: #cc6619;
}
.footer-widgets li {
  margin-bottom: 0;
}

.site-footer {
  font-size: 12px;
  color: #ddd;
  background-color: #cc6619;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.site-footer a {
  color: #eee;
}
.site-footer a:hover {
  color: #fff;
}

.get-featured {
  font-size: 24px;
  font-style: italic;
  text-align: center;
  display: block;
  padding: 30px 20px;
  background: #cc6619;
}
.get-featured, .get-featured:hover {
  color: #fff;
}
.get-featured:hover {
  background: #e67f32;
}

/* WP-PostRatings         ======================================== */
.single .entry-ratings {
  font-size: 12px;
  color: #999;
  margin-bottom: 40px;
}

.post-ratings img {
  margin-right: 5px;
}

.widget_ratings-widget li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.widget.featured-content .entry {
  border-bottom: none;
}
