/*
Theme Name: Coastal Observer
Theme URI: http://www.coastalobserver.com/
Author: TargetMarket
Author URI: http://www.targetmarket.com/
Description: Coastal Observer's Custom Theme
Version: 1.0
*/

h3 a {
  text-decoration: none;
}
h3 {
  color: #2882ac;
}
.story h3,
.story__body h3 {
  color: #212529;
}
.page-id-20 h3 {
  font-size: 42px;
}
.page-id-20 .story-secondary h3 {
  font-size: 21px;
}
.page-id-20 h4 {
  font-size: 24px;
  font-weight: bold;
}

.post a {
  color: #32b8e4;
  text-decoration: none;
}
.post a:hover {
  text-decoration: underline;
}
.post a.button--blue {
  color: #fff;
}
.post a.button--blue:hover {
  text-decoration: none;
  color: #32b8e4;
}

a.read-more,
.read-more a {
  text-decoration: none;
  color: #2882ac;
  transition: 0.5s;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
}
a.read-more:hover,
.read-more a:hover {
  color: #32b8e4;
}

.nav-header li a {
  text-transform: uppercase;
  font-weight: 300;
}
.post__category {
  text-transform: uppercase;
}

.events_section,
.obituary_post {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: solid 1px #b5b5b5;
}
.events_section h3 {
  font-size: 26px;
  text-align: center;
}
.obituary_post h3 {
  font-size: 26px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .post__content p.obituary_tagline {
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  background-color: #2882ac;
  padding: 15px 25px;
  font-size: 18px;
  color: #fff;
  border: none;
}

.sticky .header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
.sticky {
  padding-top: 259px;
}
.sticky .header .header__body .header__actions {
  margin-bottom: 10px;
}
.sticky .header .header__body .header__text h1 {
  font-size: 42px;
}

.header .header__body .header__actions {
  margin-bottom: 30px;
}
.header .header__body {
  padding: 10px 0;
}
.header .header__nav .date,
.header .header__nav .nav-header {
  margin-bottom: 17px;
}
.header .header__body .header__text ul {
  justify-content: center;
}

.article_link {
  cursor: pointer;
}
.article_link h3 {
  color: #212529;
}
.article_link:hover h3 {
  color: #2882ac;
}
.blog-navigation {
  padding: 15px 0 0;
}
.blog-navigation a {
  display: inline-block;
  text-decoration: none;
  background-color: #303030;
  color: #fff;
  padding: 11px 32px 10px;
  border-radius: 5px;
  transition: 0.5s;
}
.blog-navigation a:hover {
  background-color: #2882ac;
}

.gform_fields input,
.gform_fields select,
.gform_fields textarea {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.gform_fields textarea {
  height: auto;
}

.btn-primary {
  background-color: #2882ac;
  border-color: #2882ac;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #fff;
  color: #2882ac;
  border-color: #2882ac;
}

.change_address_link {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.change_address_link:hover {
  text-decoration: none;
  color: #fff;
}
.header_shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.header_info {
  display: inline-block;
  padding-right: 15px;
}

.sidebar_ads {
  height: 500px;
}

.header__actions .fa-search {
  position: relative;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 24px;
  background-color: #32b8e4;
  border-radius: 50%;
  margin-left: 28px;
  transition: 0.5s;
  text-decoration: none;
}
.header__actions .fa-search:hover {
  background-color: #fff;
  color: #32b8e4;
  box-shadow: 0 0 3px #333;
}
.header_search {
  display: none;
  padding-left: 15px;
}
#searchform label {
  display: none;
}
.header__actions .button--blue {
  padding: 11px 22px 10px;
}

.post_archive {
  border-bottom: solid 1px #888888;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.disabledTab{
    pointer-events: none;
}
