/*
Theme Name:     Love146 Rife Child
Theme URI:      love146.org
Description:    Rife-free child theme.
Author:         Love146
Author URI:     love146.org
Template:       rife-free
Version:        0.3.0
*/
/* Anything from parent theme we need to override */
h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Rife theme overrides */
.header-horizontal #header-tools.l146header__navigation-wrapper::before {
  display: none;
}

.formatter {
  padding: 0 60px 60px !important;
}
.page .title-bar.outside {
  display: none;
}

.l146header__navigation-wrapper .tools_button {
  border-radius: 6px;
  font-family: "Fjalla One", Sans-serif;
  height: auto;
  padding: 0.25em 1em;
}
@media screen and (min-width: 768px) {
  .l146header__navigation-wrapper .tools_button {
    font-size: 26px;
    padding: 0.4em 1.6em;
  }
}

/* Begin customizations */
.l146header .search-container {
  background: rgba(17, 17, 17, 0.8);
  bottom: 100%;
  left: initial;
  min-height: 0px;
  padding: 38px 0;
  right: 0;
  top: initial;
  z-index: 99999;
}
@media screen and (min-width: 768px) {
  .l146header .search-container {
    bottom: initial;
    max-width: 464px;
    top: 100%;
  }
}
.l146header .search-container input {
  border-radius: 6px;
}
@media screen and (min-width: 400px) {
  .l146header .search-container .a13icon-search {
    left: 50px;
  }
}
.l146header .search-container .close {
  right: 40px;
}
.l146header .lt-ie10 .search-container input[type=text],
.l146header .search-container input[type=search] {
  background: #fff;
  height: auto;
  padding: 0.5em 40px;
}

.header-horizontal #header.l146header,
#header.l146header {
  background: #424145;
  bottom: 0;
  height: auto;
  left: 0;
  position: fixed;
  right: 0;
  top: initial;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .header-horizontal #header.l146header,
#header.l146header {
    bottom: initial;
    height: 120px;
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .header-horizontal #header.l146header #header-tools,
#header.l146header #header-tools {
    flex-flow: row nowrap;
  }
}

.l146header__container {
  align-items: center;
  display: flex;
  padding: 0 2%;
}
.l146header__email {
  font-size: 28px;
}
.l146header__logo-wrapper a.logo,
.l146header__logo-wrapper a.logo.image-logo {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.l146header__navigation-wrapper {
  align-items: center;
  display: flex;
  flex: 1 auto;
  justify-content: flex-end;
}
.l146header__navigation-wrapper a,
.l146header__navigation-wrapper button {
  color: #fff;
}
.l146header__navigation-wrapper a:hover, .l146header__navigation-wrapper a:active,
.l146header__navigation-wrapper button:hover,
.l146header__navigation-wrapper button:active {
  color: #ddd;
}
.l146header #header-tools,
.l146header #header-tools #search-button {
  font-size: 26px;
}
.l146header #header-tools > * + *,
.l146header #header-tools #search-button > * + * {
  margin-left: 0.25em;
}
@media screen and (min-width: 768px) {
  .l146header #header-tools > * + *,
.l146header #header-tools #search-button > * + * {
    margin-left: 1em;
  }
}

.l146-always-top-header {
  bottom: 100vh;
  display: flex;
  flex-direction: column;
  position: absolute;
  transform: translateY(100%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l146-always-top-header {
    bottom: initial;
    position: static;
    transform: none;
  }
}

.l146attn {
  background: #F5BB00;
  color: #000;
  font-family: "Fjalla One", Sans-serif;
  left: 0;
  margin: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.l146attn__container {
  padding: 0 2%;
}
.l146attn__message {
  margin: 0.8em 0;
  padding-left: 15px;
}

.l146-anchornav {
  background: #fff;
  box-shadow: 0px 0px 4px 2px rgba(11, 11, 11, 0.1);
  display: flex;
  flex-wrap: wrap;
  font-family: "Fjalla One", Sans-serif;
  height: 0;
  justify-content: center;
  list-style: none;
  margin: 0;
  text-transform: uppercase;
  visibility: hidden;
  width: 100%;
}
.menu-anchors-loaded .l146-anchornav {
  padding: 0.2em 0;
}
@media screen and (min-width: 768px) {
  .l146-anchornav {
    font-size: 1.625em;
  }
}
.l146-anchornav li {
  margin: 0.1em 0.5em;
}
.l146-anchornav a:hover, .l146-anchornav a:focus {
  background: #d2202b;
  color: #fff;
  text-decoration: none;
}

.l146menu {
  background: rgba(17, 17, 17, 0.9);
  bottom: 100%;
  box-sizing: border-box;
  color: #fff;
  font-family: "Fjalla One", Sans-serif;
  font-size: 22px;
  height: calc( 100vh - 63px );
  padding: 1em;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 999999;
}
@media screen and (min-width: 768px) {
  .l146menu {
    bottom: initial;
    height: auto;
    max-width: 360px;
    top: 100%;
  }
}
.l146menu.open {
  transform: translateX(0);
}
.l146menu a {
  color: #fff;
}
.l146menu a:hover, .l146menu a:focus {
  opacity: 0.8;
}
.l146menu a img {
  vertical-align: middle;
}
.l146menu__close {
  background: none;
  border: none;
}
.l146menu__close:hover, .l146menu__close:focus {
  opacity: 0.8;
}
.l146menu__close-wrapper {
  text-align: right;
}
.l146menu__list {
  list-style: none;
  margin: 0;
  padding: 0 1em;
}
.l146menu__list > * + * {
  margin-top: 0.5em;
}

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



/* New Videos Page */

.page-template-videos ul#love146-menu-anchors,
.single-videos ul#love146-menu-anchors,
.tax-video_categories ul#love146-menu-anchors,
.page-template-news ul#love146-menu-anchors,
.category ul#love146-menu-anchors,
.page-template-press ul#love146-menu-anchors {
  padding: 0.2em 0;
}
.page-template-videos #mid,
.single-videos #mid,
.tax-video_categories #mid,
.page-template-news #mid,
.category #mid,
.page-template-press #mid {
  margin-top:-10px;
}

.feature-video-header {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  position: relative;
}

.feature-news-header {
  padding: 20px 0;
  position: relative;
}

.flexbox {
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
}
.two-thirds {
  width: 60%;
  padding: 0 20px;
}
.one-third {
  width: 40%;
  padding: 0 20px;
  position: relative;
}
.cta .one-third {
    padding: 0;
    max-width: 50%;
    width: auto;
}
.cta .two-thirds {
    width: auto;
    max-width:50%;
}

h2.video-title,
h1.video-title {
  font-family: "Fjalla One", Sans-serif;
  font-size: 35px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0px;
}
h2.news-title {
  font-family: "Fjalla One", Sans-serif;
  font-size: 35px;
  font-weight: normal;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0px;
}
.video-date,
.news-date {
  font-family: "lato", Sans-serif;
  font-weight: normal;
  margin-top: 4px;
  color: #f5bb00;
}
.news-date {
  color: #d2202b;
  margin-bottom:20px;
}
.video-cats, .video-date, .news-date, .news-cats {
    font-family: "Georgia", Sans-serif;
}
.video-date, .news-date, .video-cats {
      font-size: 14px;
}
.description a, .video-cats a {
  color: #f5bb00;
}
.news-cats a {
  color: #d2202b;
}
.news-cats {
    margin-top: 20px;
}
.shares {
    margin-top: 20px;
    vertical-align: middle;
    font-family: "Georgia", serif;
}
.shares i {
  padding:0 10px;
}
.single-videos .whole-layout a:hover,
.page-template-videos .whole-layout a:hover {
  color:#fff;
}

.page-template-videos .shares i,
.single-videos .shares i {
  color:#fff;
}

iframe#twitter-widget-0 {
    vertical-align: middle;
}
.cta {
  width: 100%;
    border-top: 1px solid #d2d2d2;
  padding:15px 0 0;
  margin-top:20px;
}
.page-template-news .cta {
  border-top: 1px solid #d2d2d2;
}
button.large-give {
    border-radius: 6px;
    font-family: "Fjalla One", Sans-serif;
    font-size: 24px;
    background-color: #d2202b;
    border: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}
.cta-description, .cta-description p {
  margin:0;
    font-family: "Georgia", Sans-serif;
}
.video-title {
    font-family: "Georgia", Sans-serif;
}
.cta .one-third {
  padding:0;
}
.related-videos {
    max-width: 1500px;
    width: 97%;
    margin: 0 auto;
    margin-top: 20px;
    border-top: 1px solid #616161;   
}
.one-fifth {
    width: 18%;
    padding: 0 13px 20px;
}
.one-fourth {
    width: 23%;
    padding: 10px 13px;
}
.related-videos h3, 
.all-videos h3,
.related-videos h1, .all-videos h1 {
  color: #fff;
  font-family: "Fjalla One", Sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0px;
}
.related-videos .flexbox {
    flex-wrap: wrap;
}

.all-videos h3, .all-videos h1 {
  font-family: "Fjalla One", Sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0px;
}

.related-videos a {
  color:#fff;
}
.related-videos img,
.all-videos img,
.all-news img {
    width: 100%;
    height: auto;
}

.page-template-videos .page-background,
.single-videos .page-background,
.tax-video_categories  .page-background,
.tax-video_categories .page-background {
    background-color:#1e1e1e;
}
.all-videos {
  max-width: 1500px;
  width: 97%;
  margin: 0 auto;
  padding-bottom:30px;
}
.all-videos a {
    color: #fff;
}

.all-videos h3 {
    border-bottom: 1px solid #616161;
    padding-bottom: 5px;
     font-family: "Fjalla One", Sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0px;
}

.all-news h3 {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 5px;
     font-family: "Fjalla One", Sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0px;
}
.l146-anchornav li.active {
    background: #d2202b;
    color: #fff;
    text-decoration: none;
}

.view-all {
    float: right;
}

.all-news .flexbox,
.all-videos .flexbox {
  flex-wrap:wrap;
  justify-content: center;
}

.all-news {
  max-width: 1500px;
  width: 97%;
  margin: 0 auto;
  padding-bottom:30px;
  position: relative;
}

.latest-news h4,
.category h4 {
  margin:5px 0 0;
  padding-bottom:2px;
  border-bottom:0;
  font-family: "Fjalla One", Sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0px;
}
.latest-news h3, 
.latest-news h1,
.category h3 {
    border-bottom: 0;
    border-top: 1px solid #d2d2d2;
    padding-top: 25px;
    margin-top: 0;
}
.the-date {
    font-size: 14px;
    color: #d41e2a;
    margin-bottom:10px;
    font-family: "Georgia", Sans-serif;
}
.description {
    font-family: "Georgia", Sans-serif;
}
.more-link {
  display: none !important;
}

.pagination {
    text-align: center;
    margin: 20px auto;
    font-family: "Fjalla One", Sans-serif;
    font-size: 18px;
    width:100%;
}
.page-numbers {
    padding: 0 10px;
}

.the-image img {
    width: 100%;
    height:auto;
}

#order #thesort,
#order option {
    border: 0;
    background: 0;
    border-radius: 0;
     font-family: "Fjalla One", Sans-serif;
    font-size: 18px;
    min-width:200px;
    text-transform: uppercase;
}

.cat-dropdown, 
.sort-dropdown {
    display: inline-block;
    position: relative;
}
.cat-dropdown {
  margin-right: 20px;
}
.sorts-right {
    position: absolute;
    right: 0;
    top: 20px;
}
.cat-dropdown:before,
.sort-dropdown:before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    background: url(/wp-content/uploads/2020/04/chevron.png);
    background-size: 25px;
    background-repeat: no-repeat;
}

.cat-dropdown:after,
.sort-dropdown:after {
    content: '';
    width: 100%;
    right: 0;
    display: block;
    height: 2px;
    background-color: #7e7e7e;
    position: absolute;
    bottom: 0px;
}

span.page-numbers.current {
    color: #fff;
    background: #d2202b;
}

select#cat {
    border: 0;
    background: 0;
    border-radius: 0;
    font-family: "Fjalla One", Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.img-overlay {
      position: relative;
}

.the-image {
  position: relative;
}
.img-overlay::after,
.page-template-press .the-image::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content:'';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 2;
    cursor: pointer;
}

.the-excerpt {
    color: #848484;
    font-family: "Georgia", Sans-serif;
}

.press-button a {
    color: #fff;
}
.press-button a:hover {
  color:#fff;
  text-decoration:none;
}
.press-button {
    text-align: center;
    margin-top: 20px;
}

#comments {
  display: none;
}

.mailchimp-signup {
    position: absolute;
    display: none;
    right: 80px;
    padding: 12px;
    color: #fff;
    z-index: 20000;
    background: rgba(0,0,0,0.8);
}
:focus {
    outline: none;
}
.supporters-grid {
  align-items: center;
  justify-content: center;
}
.supporters-grid .col-fifth {
    padding: 20px;
}

.flex-row .col-third {
    width: 33%;
    padding: 5px 10px;
    margin-bottom:20px;
    text-align: center;
}
.flex-row.agencies-grid {
    display: none;
}
.agencies-grid p {
  margin:0;
}
.agencies-grid h3 {
  margin:0 0 5px;
}

.agencies-grid a.modal-open {
    display: block;
    clear: both;
    background: #d2212b;
    padding: 5px 0;
    max-width: 140px;
    margin: 15px auto 0;
    color: white;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Fjalla One", Sans-serif;
}
.agencies-grid a.modal-open:hover {
    text-decoration: none;
    background-color: rgba(210,32,43,0.8);
}
.flex-row.agencies-grid.state-open {
  display: flex;
}
.agency-state {
  position: relative;
}
.agency-state:after {
    content: '\f078';
    font-family:"FontAwesome";
    position: absolute;
    right: 10px;
    color:#fff;
    top: 14px;
}
.agency-state.state-open:after {
    content: '\f077';
    font-family:"FontAwesome";

}
.state-open .flex-row.agencies-grid {
    display: flex;
}

#mc-form label.valid {
    display: block;
    font-size: 15px;
    margin-top: 6px;
}
.flex-split {
    display: flex;
}
#mc-form button {
    font-size: 18px;
    width: auto !important;
    border: none;
    height: 35px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px  !important;
    border-radius: 5px  !important;
    letter-spacing: .03em;
    color: #fff;
    font-family: Fjalla One,sans-serif;
    background-color: #aaa !important;
    box-sizing: border-box;
    line-height: 30px;
    padding: 0 30px !important;
    margin-left: 5px !important;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
}

input#mc-email {
    font-family: Georgia;
    font-size: 15px;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 35px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
}
input#mc-embedded-subscribe {
    background-color: #aaa;
    border-radius: 5px;
    line-height: 10px;
}
#mc-form label {
    text-align: left;
    font-size: 14px;
    white-space: pre-wrap;
    line-break: normal;
}


@media (max-width:1340px) {
  .one-fourth {
    padding: 10px 10px;
  }
  .one-fifth {
    padding: 0 10px 20px;
  }
}

@media (max-width:1030px) {
  .one-fourth {
    width:21%;
  }
  .one-fifth {
    padding: 0 8px 20px;
  }
}

@media (max-width:1024px) {

  .one-third, .two-thirds {
    width:50%;
  }

}

@media (max-width:940px) {

  .flexbox {
    flex-wrap:wrap;
    justify-content: space-between;

  }
  .all-news .flexbox, .all-videos .flexbox {
        justify-content: space-between;
  }
  .one-third, .two-thirds {
    width:100%;
    max-width:100%;
    margin:10px 0;
  }
  .cta .flexbox .one-third,
  .cta .flexbox .two-thirds {
    text-align:center;
    width:100%;
    max-width:100%;
  }
  .one-fifth,
  .one-fourth {
    width: 49%;
    align-items: center;
    margin: 0 0 15px 0;
    padding:0;
  }


}

@media (max-width:768px) {
  .page-template-videos #mid,
  .single-videos #mid,
  .page-template-news #mid,
  .category #mid,
  .page-template-press #mid {
    margin-top:130px;
  }
  .sorts-right {
    position: initial;
    margin: -10px 0 30px;
  }
  .cat-dropdown,
  .sort-dropdown {
    width:48%;
  }  
  select {
    padding-left:0 !important;
  }
  .flex-row .col-third { 
    width:100%;
  }
  #mc-form {
    text-align: left;
  }

}

@media (max-width:767px) {

  .page-template-videos #mid,
  .single-videos #mid,
  .page-template-news #mid,
  .category #mid,
  .page-template-press #mid {
    margin-top: 66px;
  }

  .l146-anchornav li {
    font-size: 20px;
    margin: 8px 20px;
  }
  .mailchimp-signup {
    right: 0;
    left: 0;
    margin-left: 0 !important;
    top: -110px;
    height: 90px;
  }
  #mc_embed_signup input.email {
        max-width: 100%;
  }
  .l146attn, ul#love146-menu-anchors {
    display: none;
  }
}

@media (max-width:470px) {

  .page-template-videos #mid,
  .single-videos #mid, 
  .page-template-news #mid,
  .page-template-press #mid {
    margin-top: 66px;
  }
  .cat-dropdown, .sort-dropdown {
    width: 100%;
    margin: 10px 0;
  }

}

@media (max-width:425px) {

  .one-fifth,
  .one-fourth {
    width:100%;
    margin-bottom:40px;
  }

}