/* Put your CSS code in the left column, instead of example, to put or remove unnecessary prefixes. */

/*
Theme Name: Share Change Child Theme
Description: Child theme of Generatepress created for Share Change.
Author: Justin Rood
Version: 0.1
Template: generatepress
*/

/*@import url("../generatepress/style.css");

*/



body {
  background-color : black;
}

#browse {
    float: right;
    padding-right: 10px;
}

header {
  position: relative;
  top: 0;
  max-width: 1140px;
  margin: auto;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

header h1 a img {
  width: 260px;
  height: auto;
  float: left;
}

#browse-nav {
  margin-top: 10px;
  color: #c00;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 600;
  font-size: .65em;
  text-transform: uppercase;
  float: right;
  vertical-align: middle;
  cursor: pointer;
}

.search-form {
  display: block;
  margin-right: 50px;
  margin-top: 0;
  float: right;
}

#s2 {
    color: red;
    font-size: 1em;
    background-color: black;
    border-color: black;
    border-bottom: 1px solid red;
    width: 200px;
    display: inline;
    height: 10px;
    padding: 10px;
    padding-left: 0;
}

#s {
    color: red;
    font-size: .8em;
    background-color: black;
    border-color: black;
    border-bottom: 1px solid red;
    width: 200px;
    display: inline-block;
    /*height: 10px;*/
    padding: 0;
}

#search-button {
    background-color: black;
    color: red;
    font-family: FontAwesome;
    font-size: .8em;
    font-weight: 100;

    border: none;
    border-radius: 0px;
    padding-left: 5px !important;
    padding-right: 1.25em !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-decoration: none;
    margin: 1px 1px;
    cursor: pointer;
    min-width: 1px;
    width: 1px;

}

#search-button:hover {
    background-color: black;
}

#social-nav {
  float: right;
  margin-right: 30px;
  margin-left: 0;
}

#social-nav li {
  display: inline-block;
  margin-right: 5px;
}

#social-nav i {
  color: red;
}

#social-nav i:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0.6;
}

.nav-bar {
  position: relative;
}

.browse-dropdown {
  margin: 0;
  background-color: rgba(0, 0, 0, .9);
  list-style: none;
  z-index: 1;
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;

}

.browse-dropdown li {
  color: white;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-family: proxima-nova, helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: .05em;
  cursor: pointer;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.browse-dropdown li:first-child {
  padding-top: 15px;
}

.browse-dropdown li:hover {
  background-color: #ec1c1c;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.browse-topic-dropdown {
  margin: 0;
  background-color: #ec1c1c;
  list-style: none;
  z-index: 1;
  position: absolute;
  top: 240px; /*315*/
  left: 0;
  width: 100%;

}

.browse-topic-dropdown li {
  color: white;
  opacity: 0.7;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-family: proxima-nova, helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: .05em;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  cursor: pointer;
}

.browse-topic-dropdown li:hover {
  opacity: 1;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

#fourofour {
  padding: 30px;
  margin-bottom: 325px;
}
#fourofour h2 {
  color: white;
  font-family: proxima-nova, helvetica, sans-serif;
  font-size: 2.5em;
  text-align: center;
  margin-top: 250px;
  font-weight: 100 !important;
  letter-spacing: .05em;
}

#fourofour h3 {
  color: white;
  font-family: proxima-nova, helvetica, sans-serif;
  font-size: 1.5em;
  text-align: center;
  margin-top: 50px;
  font-weight: 100 !important;
  letter-spacing: .05em;
}


.contact-info {
    color: white;
    font-size: .75em;
    font-style: normal;
    font-family: lato;
    font-weight: 300;
}

.contact-hover:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #ce1c1c;
    cursor: pointer;
}

#tsa-logo {
    display: block;
    height: 135px;
    margin: auto;
}

.testc {
  color: red;
  padding: 100px;
  background-color: white;
}

.loadmore {
  color: white;
  margin: auto;
  margin-top: 30px;
  font-family: proxima-nova, helvetica, sans-serif;
  font-size: .55em;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #161616;
  padding: 10px 30px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.loadmore:hover {
  background-color: red;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.view-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.view-all div {
  color: white;
  text-align: center;
  display: inline-block;
  margin: auto;
  font-family: proxima-nova, helvetica, sans-serif;
  font-size: .55em;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #161616;
  padding: 10px 30px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.view-all div:hover {
  background-color: red;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.cat-filter button {
  background-color: black;
  padding: 0;
  text-transform: uppercase;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 100;
  opacity: 0.5;
  font-size: .75em;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cat-filter button:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cat-filter div {
  color: white;
  padding: 0;
  display: inline;
  text-transform: uppercase;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 100;
  opacity: 0.5;
  font-size: .75em;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cat-filter div:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.home-cat div {
  background-color: black;
  padding: 0;
  text-transform: uppercase;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 300;
  color: white;
  opacity: 0.5;
  font-size: .75em;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}


.home-cat a:first-child div {
  opacity: 1;
}

.home-cat div:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#newest {
  opacity: 1;
  color: #ce1c1c;
}

.sep {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  width: 1px;
  height: 15px;
  background-color: rgba(250, 250, 250, .5);
}


#category-filter {
  float: left;
  position: relative;
}

#sort-filter {
  margin-top: 0;
  float: right;
}

#filter-bar {
  padding-bottom: 50px;
  display: none;
}

#filter-bar:after {
  content: "";
  display: table;
  clear: both;
}

#category-filter .current {
  opacity: 1;
}

#sort-filter .current {
  opacity: 1;
  color: #ce1c1c;
}

.topicbtn {
  cursor: pointer;
}

.topic-dropdown {
  background-color: #ce1c1c;
  position: absolute;
  top: 25px;
  right: -150px;
  display: none;
  padding: 12px 25px 0 25px;
  border-radius: 5px;
  list-style: none;
  z-index: 1;
}

.topic-dropdown li {
  color: white;
  opacity: .5;
  font-family: proxima-nova, helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: .9em;
  margin-bottom: 12px;

}

.topic-dropdown li:hover {
  opacity: 1;
  cursor: pointer;
}

.download-button {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fb-share-button {
  display: inline;
}

#icon-share {
    font-family: FontAwesome;
    margin-left: 20px;
    font-weight: 100;
    color: white;
    cursor: pointer;
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

#icon-share:hover {
  opacity: 0.5;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

#video-post {

  padding-bottom: 100px;
  border-bottom: 1px solid #ed1c24;
  margin-bottom: 60px;
  margin-top: 50px;

}

#videos-page {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1140px;
  margin: auto;
}

.videos-container {
  padding-top: 20px;
}

#scvid {

margin-right: 20px;
}

#vid-metadata {
  padding-left: 20px;
}

#vid-title {
  font-family: proxima-nova, helvetica, sans-serif;
  font-size: 1.5em;
  color: white;
  font-weight: bold;
}

#vid-description {
  font-family: proxima-nova, helvetica, sans-serif;
  font-size: .9em;
  color: white;
  font-weight: 300;
}

#vid-download {
  /*background-color: black;
  color: #ce1c1c;
  border-color: #ce1c1c;
  border-style: solid;
  border-radius: 8px;
  border-width: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 600;
  font-family: proxima-nova, helvetica, sans-serif;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 40px;*/
  background-color: #ce1c1c;
  color: white;
  border-color: #ce1c1c;
  border-style: solid;
  border-width: 1px;
  padding-top: 12px;
  padding-bottom: 10px;
  width: 100%;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
  font-family: proxima-nova, helvetica, sans-serif;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 40px;
  letter-spacing: 0.1em;
}

#down-button-text {
  margin-left: 35px;
}

#vid-jesus {
  background-color: rgba(206,28,28, 0.6);
  color: white;
  border-color: rgba(206,28,28, 0);
  border-style: solid;
  border-width: 1px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 300;
  font-family: proxima-nova, helvetica, sans-serif;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
    margin-top: 5px;
    letter-spacing: 0.1em;
}

/*#vid-share {
  background-color: #ce1c1c;
  border-radius: 8px;
  margin-top: 20px;

}

#vid-share p {
    font-size: .9em;
    color: white;
    font-weight: 700;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}*/

#vid-share {
  background-color: black;
  border-color: black;
  border-style: solid;
  border-width: 2px;
  margin-top: 20px;

}

#vid-share p {
    font-size: .9em;
    color: #ce1c1c;
    margin-bottom: 0;
    font-weight: 700;
    font-family: proxima-nova, helvetica, sans-serif;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

#icon-share {
    font-family: FontAwesome;
    margin-left: 20px;
    font-weight: 100;
    color: #ce1c1c;
}

#download-icon {
  font-family: FontAwesome;
  margin-right: 10px;
  font-weight: 100;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 11px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


#vid-download:hover {
  background-color: white;
  color: #ce1c1c;
  border-color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#vid-jesus:hover {
  background-color: #ce1c1c;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

}

#vid-download:hover #download-icon {
  color: #ce1c1c;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.vid-col {
  float: left;
}

.vid-col-1 {
  width: 100%;
}

.vid-col-2 {
  width: 100%;
  margin-top: 30px;
}

#videos-page input {
  /*display: none;*/
}

@media screen and (min-width: 768px) {
  .vid-col-1 {
    width: 58%;
  }

  .vid-col-2 {
    width: 40%;
    margin-top: 0;

  }
}

@media screen and (min-width: 992px) {
  .vid-col-1 {
    width: 66%;
  }

  .vid-col-2 {
    width: 33%;
    margin-top: 0;

  }
}

#nav-cont {
  max-width: 1100px;
  margin: auto;
}

.rel-title {
  font-family: proxima-nova, helvetica, sans-serif;
  font-size: .9em;
  font-weight: bold;
  color: white;
  margin-top: 5px;
}

.rel-desc {
  font-family: proxima-nova, helvetica, sans-serif;
  font-size: .85em;
  font-weight: 300;
  color: white;
}

#seperator {
  background-color: #ce1c1c;
  padding-top: 1px;
  margin: auto;
  margin-bottom: 75px;
  max-width: 1100px;
  border-right: 10px;
  border-left: 10px;
  border-color: white;
  border-width: 10px;
}

#video-post:after {
  content: "";
  display: table;
  clear: both;
}



#rel-vid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
  margin-top: 10px;
}

#rel-vid-heading {
  color: #ed1c24;
  text-transform: uppercase;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 100;
  font-size: .95em;
}

.rel-vid-thumb {
  width: 100%;
  padding-top: 56%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.thumb-overlay {
  background-color: white;
}

.thumb-overlay:hover .rel-vid-thumb {
  opacity: 0.7;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.thumb-overlay:hover .slide-vid-thumb {
  opacity: 0.7;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}



.rel-vid {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}

@media screen and (min-width: 30em) {
  .rel-vid {
    width: calc(50% - 9px);
    margin-right: 12px;
  }

  .rel-vid:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .rel-vid {
    width: calc(33% - 9px);
    margin-right: 12px;
  }

  .rel-vid:nth-of-type(2n) {
    margin-right: 12px;
  }

  .rel-vid:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .rel-vid {
    width: calc(25% - 9px);
    margin-right: 12px;
  }

  .rel-vid:nth-of-type(2n) {
    margin-right: 12px;
  }

  .rel-vid:nth-of-type(3n) {
    margin-right: 12px;
  }

  .rel-vid:nth-of-type(4n) {
    margin-right: 0;
  }
}

.home-filters {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  display: none;
}

.mobile-filters {
  max-width: 1140px;
  padding: 30px 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-filters div {
  text-align: center;
  margin-bottom: 20px;
  color: white;
}

.mobile-filters span {
  display: block;
}

.mobile-filters span a:first-child {
  margin-right: 5px;
}

.mobile-filters span a:last-child {
  margin-left: 5px;
}

.mobile-filters span a div {
  display: inline-block;
  text-align: center;
  color: red;
  padding: 10px 0;
  width: 125px;
  background-color: black;
  border-radius: 8px;
  font-size: 12px;
  font-family: proxima-nova, helvetica, sans-serif;
  text-transform: uppercase;
  border: 1px solid;
  border-color: red;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mobile-filters span a div:hover {
  background-color: red;
  color: white;
  border-color: red;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}


#mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#desktop-nav {
  display: none;
}

#mobile-nav h1 a img {
  float: none;
}

#mobile-nav h1 {
  padding-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

#hamburger {
  display: block;
  padding: 10px;
}

#nav-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 12px;;
  top: 20px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ce1c1c;
  opacity: 1;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0;
}

#nav-icon span:nth-child(2) {
  top: 5px;
}

#nav-icon span:nth-child(3) {
  top: 10px;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);

}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mobile-search-icon {
  color: #ce1c1c;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}

#mobile-search {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#search-box {
  background-color: #f9f9f9;
  position: fixed;
  top: calc(50% - 80px);
  bottom: calc(50% - 80px);
  left: calc(50% - 140px);
  right: calc(50% - 140px);
  border-radius: 5px;
}

#search-box h2 {
  margin-top: 30px;
  margin-left: 15px;
  margin-bottom: 10px;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  color: rgb(75, 75, 75);
}

#mobile-search-form {
  margin: 0;
  float: none;
  margin-left: 15px;
}

#search-box span {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #f9f9f9;
  background-color: #ce1c1c;
  line-height: 0;
  padding: 6px 3px 7px 3px;
  border-radius: 15px;
  cursor: pointer;
}

#mobile-search-form #s {
  background-color: white;
  border-color: grey;
  border-radius: 5px;
  height: 30px;
  width: 200px;
  color: black;
  font-size: 12px;
}

#mobile-search-button {
  background-color: #ce1c1c;
  color: white;
  padding: 7px 10px;
  border-radius: 5px;
  font-family: FontAwesome;
  font-size: .8em;
  font-weight: 100;
}

#mobile-search-button:hover {
  background-color: rgb(178, 0, 0);
}

@media screen and (min-width: 768px) {
  .home-filters {
    max-width: 1140px;
    padding: 25px 20px;
    margin: auto;
    display: block;
  }

  .videos-container {
    padding-top: 50px;
  }

  .mobile-filters {
    display: none;
  }

  #filter-bar {
    padding-bottom: 25px;
    display: block;
  }

  .home-cat div {
    background-color: black;
    padding: 0;
    text-transform: uppercase;
    font-family: proxima-nova, helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 0.75px;
    color: white;
    opacity: 0.5;
    font-size: .75em;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
  }

  .sep {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    width: 1px;
    height: 10px;
    background-color: rgba(250, 250, 250, .5);
  }

  .cat-filter button {
    background-color: black;
    padding: 0;
    text-transform: uppercase;
    font-family: proxima-nova, helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 0.75px;
    opacity: 0.5;
    font-size: .75em;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .cat-filter div {
    color: white;
    padding: 0;
    display: inline;
    text-transform: uppercase;
    font-family: proxima-nova, helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 0.75px;
    opacity: 0.5;
    font-size: .75em;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  #desktop-nav {
    display: inline;
  }

  #mobile-nav {
    display: none;
  }

  .browse-dropdown {
    top: 75px;
  }

}

@media screen and (min-width: 992px) {
  .home-filters {
    max-width: 1140px;
    padding: 40px 20px;
    margin: auto;
  }

  #filter-bar {
    padding-bottom: 40px;
  }

  .home-cat div {
    background-color: black;
    padding: 0;
    text-transform: uppercase;
    font-family: proxima-nova, helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 0.75px;
    color: white;
    opacity: 0.5;
    font-size: 1em;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
  }

  .sep {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    width: 1px;
    height: 15px;
    background-color: rgba(250, 250, 250, .5);
  }

  .cat-filter button {
    background-color: black;
    padding: 0;
    text-transform: uppercase;
    font-family: proxima-nova, helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 0.75px;
    opacity: 0.5;
    font-size: 1em;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .cat-filter div {
    color: white;
    padding: 0;
    display: inline;
    text-transform: uppercase;
    font-family: proxima-nova, helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 0.75px;
    opacity: 0.5;
    font-size: 1em;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .browse-dropdown {
    top: 75px;
  }

}





.home-container {
  padding-top: 25px;
  padding-bottom: 25px;
  /*max-width: 1600px;*/
  margin: auto;
}



.slide-vid {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 8px;
  width: 275px;
  margin-right: 10px;
}

.slide-vid-thumb {
  width: 100%;
  padding-top: 56%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.slide-vid-thumb div {
  position: relative;
}

.jumbo-slide-vid {
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
  width: 100%;
  /*max-height: 800px;*/
  margin: auto;
}

.jumbo-slide-vid-thumb {
  padding: 45% 0 0 45%;
  /*padding-top: 56%;*/
  /*min-height: 800px;
  max-height: 800px;
  min-height: 700px;*/
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background-position: center;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;

}

.jumbo-content {
  position: absolute;
  left: 10%;
  bottom: 10%; /*25%*/
}

.jumbo-title {
  font-family: proxima-nova, helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
  color: white;
  max-width: 1000px;
  margin-bottom: 0;
  line-height: 44px;
}

.jumbo-button {
  /*position: absolute;
  left: 50%;
  bottom: 5%;*/
  display: inline;
  padding: 6px 12px;
  color: white;
  background-color: rgba(204, 0, 0, .7);
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -.3px;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: .7em;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;

}

.jumbo-button:hover {
  background-color: rgba(204, 0, 0, 1);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.responsive-jumbo {
  position: relative;
}

/* Custom Arrow */
.jumbo-slick-prev{
	color: white;
	position: absolute;
  border-radius: 0 8px 8px 0;
	top: 50%;
	left: 0;
	font-size: 1.5em;
	padding-left: 0.2em;
	padding-right: 0.4em;
	background-color: rgba(0,0,0,0.4);
		:hover{
			cursor: pointer;
			color: black;
		}
}

.jumbo-slick-prev:hover {
    background-color: rgba(0,0,0,0.7);
}

.jumbo-slick-next{
	color: white;
	position: absolute;
  border-radius: 8px 0 0 8px;
	top: 50%;
	right: 0;
	font-size: 1.5em;
	padding-left: 0.4em;
	padding-right: 0.2em;
	background-color: rgba(0,0,0,0.4);
		:hover{
			cursor: pointer;
			color: black;
		}
}

.jumbo-slick-next:hover {
    background-color: rgba(0,0,0,0.7);
}

.jumbo-play {
  margin-right: 0;
}

.jumbo-button span {
  display: none;
}

/*html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}*/


.slider img {
  width: 100%;
  height: auto;
	padding: 5px;
}

.slider h2 {
  text-align:center;
	padding-bottom: 1em;
}

.vid-titletest {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: proxima-nova, helvetica, sans-serif;
    font-weight: 700;
}

.slider{
    padding: 0;
    margin: 0;
}

.slick-dots {
	text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
  li {
    display:inline-block;
    margin-left: 4px;
    margin-right: 4px;
    &.slick-active {
      button {
        background-color:black;
      }
    }
    button {
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background-color:#999;
      border:none;
      width: 15px;
      height: 15px;
      border-radius:50%;
    }
		:hover{
			background-color: black;
		}
  }
}



/* Custom Arrow */
.slick-prev{
	color: white;
	position: absolute;
  border-radius: 0 8px 8px 0;
	top: 30%;
	left: 0;
	font-size: 1.5em;
	padding-left: 0.2em;
	padding-right: 0.4em;
	background-color: rgba(0,0,0,0.4);
		:hover{
			cursor: pointer;
			color: black;
		}
}

.slick-prev:hover {
    background-color: rgba(0,0,0,0.7);
}

.slick-next{
	color: white;
	position: absolute;
  border-radius: 8px 0 0 8px;
	top: 30%;
	right: 0;
	font-size: 1.5em;
	padding-left: 0.4em;
	padding-right: 0.2em;
	background-color: rgba(0,0,0,0.4);
		:hover{
			cursor: pointer;
			color: black;
		}
}

.slick-next:hover {
    background-color: rgba(0,0,0,0.7);
}

.prev{
	color: white;
	position: absolute;
	top: 38%;
	left: -2em;
	font-size: 1.5em;
}
.next{
	color: #999;
	position: absolute;
	top: 38%;
	right: -2em;
	font-size: 1.5em;
}

@media screen and (max-width: 800px) {
    .next {
        display: none !important;
    }
}

.overlays {
  position: relative;
}


.overlays span {
  background-color: black;
  opacity: 0;
  padding: 25px 35px;
  border-radius: 8px;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 30px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.overlays:hover span {
  opacity: 0.7;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.overlays i {
  color: white;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.overlays:hover i {
  opacity: 1;
}

.chevron {
  font-size: 8px;
  font-weight: 100;
  margin-left: 5px;
}

#topic-chevron {
  font-size: 8px;
  font-weight: 100;
  margin-left: 8px;
}

#browse-topic-chevron {
  font-size: 9px;
  font-weight: 100;
  margin-left: 8px;
}


.groundwire {
  position: fixed;
  bottom: 0;
  right: 50px;

  max-width: 210px;
  background-color: #ce1c1c; /*#ce1c1c;*/
  border-radius: 5px 5px 0 0;

}

.groundwire-title {
  color: white;
  font-family: proxima-nova, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: bold;
  cursor: pointer;
    padding: 7px 22px;
  margin: auto;
  position: relative;
  border-bottom: 1px solid rgba(150, 0, 0, 1);
}

.groundwire-content {
  background-color: white;

}

.groundwire-content h3 {
  padding: 10px;
  color: #666666;
  font-family: arial;
  font-size: .9em;
  line-height: 1.3em;
  letter-spacing: 0;
  margin-bottom: 0;
}

.chat-options {
  background-color: white;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 10px;

  border-top: 1px solid red;
}

#chat {
  float: left;
  margin-left: 15px;
  margin-bottom: 5px;
  color: #ce1c1c;
  text-transform: uppercase;
  font-size: .75em;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: bold;
  cursor: pointer;
}

#chat-cancel {
  float: right;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: .75em;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: bold;
  cursor: pointer;
}

#chat-x {
  position: absolute;
  right: 8px;
  top: 8px;
  font-weight: 100;
  font-family: arial;
  font-size: .7em;
}

.diy-container {
  margin-top: 50px;
}

.tsa-links {
  color: #ce1c1c !important;
  opacity: 0.9;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.tsa-links:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 30em) {
  .jumbo-title {
    font-family: proxima-nova, helvetica, sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
    color: white;
    max-width: 1000px;
    margin-bottom: 10px;
    line-height: 44px;
  }

  .jumbo-button {
    /*position: absolute;
    left: 80px;
    top: calc(60% + 60px);*/
    display: inline-block;
    padding: 12px 24px;
    color: white;
    background-color: rgba(204, 0, 0, .7);
    font-family: proxima-nova, helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: -.3px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: .7em;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;

  }

  .jumbo-content {
    position: absolute;
    left: 125px;
    bottom: 25%; /*25%*/
  }

}

@media screen and (min-width: 768px) {
  .jumbo-button span {
    display: inline;
  }

  .jumbo-play {
    margin-right: 5px;
  }

  .jumbo-title {
    font-family: proxima-nova, helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
    color: white;
    max-width: 1000px;

    line-height: 44px;
  }
}

@media screen and (min-width: 992px) {

}

body.login div#login h1 a {
    background-image: url("images/site-logo.png") !important;
}
