/*
Theme Name: Ann & Phelim Scoop
Description: Custom theme for the Ann & Phelim Scoop website.
Version: 1.0
*/
.has-white-background-color {
  background-color: #fff; }

.has-black-background-color {
  background-color: #000; }

.has-blue-background-color {
  background-color: #1da8e0; }

.has-gray-dark-background-color {
  background-color: #303030; }

.has-gray-background-color {
  background-color: #bfbdc1; }

.has-gray-light-background-color {
  background-color: #e6e6e6; }

.has-black-color {
  color: #000; }

.has-white-color {
  color: #fff; }

.has-blue-color {
  color: #1da8e0; }

.has-gray-dark-color {
  color: #303030; }

.has-gray-color {
  color: #bfbdc1; }

.has-gray-light-color {
  color: #e6e6e6; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

img.alignleft,
img.alignright {
  float: none;
  margin: 0; }

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.mejs-container {
  margin-bottom: 1.5em; }

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0; }

.wp-playlist {
  padding: 0.625em 0.625em 0.3125em; }

.wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700; }

.wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal; }

.wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer; }

.wp-playlist-item:last-of-type {
  border-bottom: none; }

.wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none; }

.wp-playlist-item a,
.wp-playlist-item a:focus,
.wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent; }

.wp-playlist-item-length {
  top: 5px; }

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%; }

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%); }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: button; }

.btn {
  border-radius: 0; }
  .btn.btn-up {
    text-transform: uppercase;
    font-size: 12px; }
  .btn.btn-bold {
    font-weight: 700; }
  .btn.btn-pad {
    padding: 10px 25px; }
  .btn.btn-blue {
    border: none;
    color: #fff;
    background-color: #1da8e0; }
    .btn.btn-blue:hover {
      background: #1786b3; }
  .btn.btn-facebook {
    background: #3b5998;
    border: none;
    color: #fff; }
    .btn.btn-facebook:hover {
      background: #264077; }
  .btn.btn-twitter {
    background: #00aced;
    border: none;
    color: #fff; }
    .btn.btn-twitter:hover {
      background: #1dcaff; }

#comments {
  clear: both;
  padding: 2em 0 0.5em; }

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em; }

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-list li:before {
  display: none; }

.comment-body {
  margin-left: 65px; }

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2; }

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px; }

.comment-author .says {
  display: none; }

.comment-meta {
  margin-bottom: 1.5em; }

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.comment-metadata a {
  color: #767676; }

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em; }

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em; }

.comment-reply-link {
  font-weight: 800;
  position: relative; }

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em; }

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px; }

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px; }

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.comments-pagination {
  margin: 2em 0 3em; }

.form-submit {
  text-align: right; }

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin: 0 4px 0 1px !important; }

.gform_button.button {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px !important;
  background-color: #1da8e0;
  color: #fff;
  padding: 8px 25px;
  border-radius: 5px; }
  .gform_button.button:hover {
    background-color: #1786b3;
    cursor: pointer; }

#gform_submit_button_2 {
  border: none;
  border-radius: 0;
  padding: 15px 45px;
  margin: 0 auto !important;
  display: block; }

.ginput_card_security_code {
  display: inline-block !important; }

.gform_wrapper label {
  font-size: 15px !important;
  font-weight: 300 !important; }

.gfield_required {
  display: none; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bfbdc1;
  font-family: "Lato", sans-serif; }
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #bfbdc1;
  font-family: "Lato", sans-serif; }
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #bfbdc1;
  font-family: "Lato", sans-serif; }
input:-moz-placeholder {
  /* Firefox 18- */
  color: #bfbdc1;
  font-family: "Lato", sans-serif; }

#input_2_6,
#input_2_14_6 {
  background: #f1f1f1;
  border: 1px solid #dfdfdf;
  height: 43px;
  border-radius: 0 !important; }

.ginput_total_2 {
  background: #f1f1f1;
  padding: 15px 35px;
  color: #1da8e0 !important; }

/* Radio button large style
#input_formid_fieldid.gfield_radio li {
  background: $blue;
  padding: 10px !important;
  border-radius: 15px;
  label {
    color: $white;
  }
}

@media (min-width: 768px) {
  #input_formid_fieldid.gfield_radio li {
    display: inline-block;
    width: 20%;
    margin-right: 20px;
  }
}
*/
.donate_button_style ul.gfield_radio li input[type=radio] {
  display: none !important; }
.donate_button_style ul.gfield_radio li {
  display: inline-block !important;
  width: 12.5%; }
.donate_button_style .gfield_radio label {
  background: #1da8e0;
  color: #fff;
  padding: 10px !important;
  width: 100% !important;
  border-radius: 5px;
  text-align: center; }
  .donate_button_style .gfield_radio label:hover {
    background: #1786b3; }
.donate_button_style ul.gfield_radio li input[type=radio]:checked + label {
  background: #0b4259; }

#field_2_4 {
  text-align: center; }

#input_2_7 > div {
  margin: 0 auto; }

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-fixed {
  background-attachment: fixed; }

.bg-image-pad {
  padding: 100px 0; }

.hover-shadow {
  transition: 0.5s box-shadow;
  -webkit-transition: 0.5s box-shadow; }
  .hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.audio-container iframe {
  width: 100%;
  border: 0;
  margin: 0; }

.border-top-blue {
  border-top: 5px solid #1da8e0; }

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
  font-family: "Lato", sans-serif; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0; }

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300; }

h2 {
  font-size: 2.5em;
  font-weight: 300; }

h3 {
  font-size: 2em;
  font-weight: 300; }

h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800; }

h5 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase; }

h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800; }

p {
  margin: 0 0 1.5em;
  font-size: 1rem;
  padding: 0;
  font-family: "Lato", sans-serif;
  color: #000; }

blockquote {
  color: #000;
  font-size: 1rem;
  padding: 0 0 0 20px;
  font-family: "Lato", sans-serif;
  overflow: hidden;
  border-left: 3px solid #ddd; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

a {
  color: #1da8e0; }
  a:hover {
    color: #1786b3; }

.line-height-1 {
  line-height: 1em; }

.bold {
  font-weight: 800; }

.line-height {
  line-height: 1.1em; }

.font-size-14 {
  font-size: 14px;
  line-height: 1.3em; }

.font-size-18 {
  font-size: 18px;
  line-height: 1.3em; }

.font-size-20 {
  font-size: 20px;
  line-height: 1.3em; }

.font-size-32 {
  font-size: 32px;
  line-height: 1.4em; }

.font-size-26 {
  font-size: 26px;
  line-height: 1.3em; }

.font-size-25 {
  font-size: 2.5em; }

article p {
  font-size: 1.1rem; }
article a {
  text-decoration: underline; }
  article a:hover {
    text-decoration: underline; }
  article a.btn {
    text-decoration: none; }
article ul,
article ol {
  font-size: 1.1rem; }

body {
  margin-top: 93px; }
  body.admin-bar #main-nav {
    top: 32px; }
  body.page.home {
    margin-top: 0; }

.navbar-brand {
  margin-right: 0; }

#main-nav {
  transition: 0.5s all;
  -webkit-transition: 0.5s all; }
  #main-nav.affixed {
    background: #1da8e0; }
    #main-nav.affixed .nav-item .nav-link {
      color: #fff; }
  #main-nav:hover {
    background: #1da8e0; }
    #main-nav:hover .nav-item .nav-link {
      color: #fff; }
  #main-nav .nav-item {
    padding: 0 2em; }
    #main-nav .nav-item .nav-link {
      color: #000;
      padding: 0 5px 5px;
      font-size: 18px;
      display: inline;
      position: relative;
      overflow: hidden; }
      #main-nav .nav-item .nav-link:after {
        content: "";
        position: absolute;
        z-index: -1;
        right: 0;
        width: 0;
        bottom: -5px;
        background: #fff;
        height: 4px;
        transition-property: width;
        transition-duration: 0.3s;
        transition-timing-function: ease-out; }
      #main-nav .nav-item .nav-link:hover:after, #main-nav .nav-item .nav-link:focus:after, #main-nav .nav-item .nav-link:active:after {
        left: 0;
        right: auto;
        width: 100%; }
    #main-nav .nav-item.menu-donate .nav-link {
      background: #fff;
      color: #1da8e0;
      padding: 10px 15px; }
  #main-nav .navbar-brand img {
    width: 55px; }

.grid-row .grid-item {
  position: relative; }
  .grid-row .grid-item .grid-image-hover {
    display: none; }
  .grid-row .grid-item:hover .grid-image-hover, .grid-row .grid-item.active-grid .grid-image-hover {
    display: block; }
  .grid-row .grid-item:hover .grid-image-initial, .grid-row .grid-item.active-grid .grid-image-initial {
    display: none; }
  .grid-row .grid-item:hover + .grid-text, .grid-row .grid-item.active-grid + .grid-text {
    opacity: 1; }
  .grid-row .grid-item .grid-item-title {
    position: absolute;
    width: 75%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 100%; }
.grid-row .grid-text {
  opacity: 0; }

.title-image {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0 auto; }

#footer #gform_wrapper_1 {
  margin: 0 0 25px; }
#footer #gform_1 .gform_body {
  width: 75%;
  display: inline-block; }
  #footer #gform_1 .gform_body #field_1_1 {
    margin: 0;
    padding: 0; }
    #footer #gform_1 .gform_body #field_1_1 .ginput_container_email {
      margin-top: 0; }
  #footer #gform_1 .gform_body #input_1_1 {
    margin: 0;
    border: none;
    height: 40px;
    padding-left: 10px; }
#footer #gform_1 .gform_footer {
  padding: 0;
  margin: 0;
  width: 24%;
  display: inline-block;
  vertical-align: top; }
#footer #gform_submit_button_1 {
  border: none;
  border-radius: 0;
  height: 40px;
  margin: 0; }
  #footer #gform_submit_button_1:hover {
    background-color: #1786b3; }

.footer-social a span {
  min-width: 56px;
  text-align: center; }

hr.has-blue-background-color {
  height: 2px;
  margin: 15px 0; }

.story-item-preview {
  display: block; }
  .story-item-preview:hover {
    text-decoration: none;
    background: #eceef1;
    margin: -10px -10px;
    padding: 10px 10px; }
  .story-item-preview p:last-of-type {
    margin-bottom: 0; }

.show-on-hover .icon-on-hover {
  display: none; }
.show-on-hover:hover .icon-on-hover {
  display: inline-block; }

#cookie-notice .cn-button {
  font-size: 12px;
  padding: 3px 10px; }

.wp-block-embed-youtube {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.wp-block-embed-instagram,
.wp-block-embed-twitter {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }

.wp-block-embed-facebook {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  .wp-block-embed-facebook .iframe-container {
    padding-top: 0 !important; }

body.page-id-33 #intro .video-play-btn {
  background: rgba(16, 164, 223, 0.25); }

@media (max-width: 767px) {
  body.admin-bar #main-nav {
    top: 0; }

  .bg-fixed {
    background-attachment: scroll; }

  img.alignleft,
  img.alignright,
  .wp-block-image .alignright,
  .wp-block-image .alignleft {
    float: none !important;
    margin: 0 auto 10px !important;
    display: block; }

  #main-nav.affixed {
    background-color: #1da8e0; }

  .grid-row .grid-text {
    opacity: 1;
    text-align: center;
    padding: 10px 20px 30px; }
    .grid-row .grid-text p {
      font-size: 24px;
      line-height: 1.2em; }

  #footer #gform_1 .gform_body {
    width: 100%; }

  #footer #gform_1 .gform_footer {
    width: 100%;
    margin-top: 5px; }

  #footer .footer-social span {
    display: inline-block; }

  article a {
    white-space: pre-wrap;
    word-wrap: break-word; }

  .font-size-mobile-14 {
    font-size: 14px !important; }

  #main-nav .nav-item {
    padding: 10px 0;
    text-align: center; }

  .donate_button_style ul.gfield_radio li {
    width: 25%; } }
@media (pointer: coarse) {
  .grid-row .grid-text {
    opacity: 1; } }
@media (min-width: 768px) {
  .col-home-left {
    -ms-flex: 0 0 57.15%;
    flex: 0 0 57.15%;
    max-width: 57.15%; }

  .col-home-right {
    -ms-flex: 0 0 42.85%;
    flex: 0 0 42.85%;
    max-width: 42.85%; }

  .page.page-template-default .audio-container {
    background: #e6e6e6;
    margin-bottom: 20px;
    padding: 20px; }
    .page.page-template-default .audio-container iframe {
      max-width: 750px;
      margin: 0 auto;
      display: block; } }
@media (min-width: 768px) and (max-width: 1023px) {
  #main-nav .nav-item {
    padding: 0 1em; }

  .grid-row .grid-text {
    text-align: center;
    padding: 10px 10px; }
    .grid-row .grid-text p {
      font-size: 16px;
      line-height: 1.2em;
      opacity: 0.8; } }
@media (min-width: 1024px) and (max-width: 1199px) {
  .grid-row .grid-text {
    text-align: center;
    padding: 10px 20px 30px; }
    .grid-row .grid-text p {
      font-size: 22px;
      line-height: 1.2em; } }
@media (min-width: 1200px) and (max-width: 1450px) {
  .grid-row .grid-text p {
    font-size: 22px;
    line-height: 1.2em; } }
@media (min-width: 992px) {
  .feature-main-text-wrap {
    position: absolute;
    top: 50%;
    left: -16.6%;
    text-align: right !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position-x: calc(-100% - 7.5px);
    background-position-y: 50%;
    width: 50%; } }
@media (min-width: 1024px) {
  .title-image {
    max-width: 75%; }

  .gallery-columns-5 .gallery-item {
    max-width: 20%; }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; } }

/*# sourceMappingURL=style.css.map */
