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

/* ========================================
   BASE STYLES
======================================== */

body {
  background-color: #000;
}

/* ========================================
   HEADER & NAVIGATION
======================================== */

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

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

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

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

/* ========================================
   SEARCH FORM
======================================== */

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

#s,
#s2 {
  width: 200px;
}

#s {
  font-size: 0.8em;
  background-color: #000;
  color: red;
  border-color: #000;
  border-bottom: 1px solid red;
  padding: 0;
  display: inline-block;
}

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

#search-button {
  font-family: FontAwesome;
  font-weight: 100;
  font-size: 0.8em;
  background-color: #000;
  color: red;
  border: none;
  border-radius: 0;
  text-decoration: none;
  margin: 1px;
  cursor: pointer;
  min-width: 1px;
  width: 1px;
  padding: 5px 1.25em 5px 5px !important;
}

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

/* ========================================
   SOCIAL NAVIGATION
======================================== */

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

#social-nav li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

#social-nav i {
  color: red;
}

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

/* ========================================
   BROWSE DROPDOWNS
======================================== */

.browse-dropdown,
.browse-topic-dropdown {
  margin: 0;
  position: absolute;
  list-style: none;
  width: 100%;
  left: 0;
  z-index: 1;
}

.browse-dropdown {
  background-color: rgba(0, 0, 0, 0.9);
  top: 75px;
}

.browse-dropdown li,
.browse-topic-dropdown li {
  color: #fff;
  text-align: center;
  font-family: proxima-nova, helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  cursor: pointer;
}

.browse-dropdown li {
  width: 100%;
  padding: 15px 0;
  letter-spacing: 0.05em;
  transition: 0.25s;
}

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

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

.browse-topic-dropdown {
  background-color: #ec1c1c;
  top: 240px;
}

.browse-topic-dropdown li {
  opacity: 0.7;
  width: 100%;
  padding: 20px 0;
  letter-spacing: 0.05em;
  transition: 0.25s;
}

.browse-topic-dropdown li:hover {
  opacity: 1;
  transition: 0.25s;
}

/* ========================================
   404 PAGE
======================================== */

#fourofour {
  padding: 30px;
  margin-bottom: 325px;
}

#fourofour h2 {
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 100 !important;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  font-size: 2.5em;
  margin-top: 250px;
}

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

/* ========================================
   CONTACT INFO
======================================== */

.contact-info {
  color: #fff;
  font-size: 0.75em;
  font-style: normal;
  font-family: lato;
  font-weight: 300;
}

.contact-hover:hover {
  transition: 0.5s;
  cursor: pointer;
  color: #ce1c1c;
}

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

/* ========================================
   BUTTONS & LINKS
======================================== */

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

.loadmore:hover {
  background-color: red;
  transition: 0.5s;
}

.view-all {
  display: flex;
  justify-content: center;
}

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

.view-all div:hover {
  background-color: red;
  transition: 0.5s;
}

/* ========================================
   CATEGORY FILTERS
======================================== */

.cat-filter button,
.cat-filter div {
  text-transform: uppercase;
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 100;
}

.cat-filter button {
  background-color: #000;
  padding: 0;
  font-size: 0.75em;
  opacity: 0.5;
  transition: 0.5s;
}

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

.cat-filter div {
  color: #fff;
  padding: 0;
  display: inline;
  opacity: 0.5;
  font-size: 0.75em;
  cursor: pointer;
  transition: 0.5s;
}

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

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

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

#newest {
  color: #ce1c1c;
}

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

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

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

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

/* ========================================
   HOME CATEGORY
======================================== */

.home-cat div {
  text-transform: uppercase;
  font-weight: 300;
  font-family: proxima-nova, helvetica, sans-serif;
  color: #fff;
  background-color: #000;
  padding: 0;
  font-size: 0.75em;
  display: inline-block;
  opacity: 0.5;
  transition: 0.5s;
}

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

.home-cat div:hover {
  transition: 0.5s;
}

/* ========================================
   SEPARATOR
======================================== */

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

/* ========================================
   TOPIC DROPDOWN
======================================== */

.topicbtn {
  cursor: pointer;
}

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

.topic-dropdown li {
  text-transform: uppercase;
  font-weight: 300;
  font-family: proxima-nova, helvetica, sans-serif;
  color: #fff;
  opacity: 0.5;
  font-size: 0.9em;
  margin-bottom: 12px;
}

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

/* ========================================
   VIDEO POST PAGE
======================================== */

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

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

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

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

.vid-col {
  float: left;
}

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

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

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

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

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

#vid-description a {
  color: #ce1c1c;
}

/* ========================================
   VIDEO BUTTONS
======================================== */

#vid-jesus,
.vid-download {
  color: #fff;
  border-width: 1px;
  transition: 0.5s;
  letter-spacing: 0.1em;
  border-style: solid;
  text-transform: uppercase;
}

.vid-download {
  background-color: #ce1c1c;
  border-color: #ce1c1c;
  padding-top: 12px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 0.8em;
  font-weight: 600;
  font-family: proxima-nova, helvetica, sans-serif;
  position: relative;
  margin-top: 60px;
}

.vid-download:hover {
  background-color: #fff;
  color: #ce1c1c;
  border-color: #fff;
  transition: 0.5s;
}

#vid-jesus {
  font-family: proxima-nova, helvetica, sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(206, 28, 28, 0.6);
  border-color: rgba(206, 28, 28, 0);
  width: 100%;
  font-size: 0.7em;
  font-weight: 300;
  margin-top: 5px;
}

#vid-jesus:hover {
  background-color: #ce1c1c;
  color: #fff;
  transition: 0.5s;
}

#learn-more-bottom-button {
  margin-top: 8px;
}

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

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

/* ========================================
   VIDEO ICONS
======================================== */

#chat-icon,
#download-icon {
  color: #fff;
  top: 11px;
  transition: 0.5s;
  position: absolute;
  font-family: FontAwesome;
  font-weight: 100;
}

#download-icon {
  margin-right: 10px;
  font-size: 20px;
}

#chat-icon {
  margin-right: 30px;
  font-size: 15px;
}

.vid-download:hover #chat-icon,
.vid-download:hover #download-icon {
  color: #ce1c1c;
  transition: 0.5s;
}

/* ========================================
   VIDEO SHARE
======================================== */

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

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

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

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

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

#scvid {
  margin-right: 20px;
}

/* ========================================
   RELATED VIDEOS
======================================== */

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

#rel-vid-container {
  display: flex;
  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: 0.95em;
}

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

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

.rel-title,
.rel-desc {
  color: #fff;
  font-family: proxima-nova, helvetica, sans-serif;
}

.rel-title {
  font-size: 0.9em;
  font-weight: 700;
  margin-top: 5px;
}

.rel-desc {
  font-size: 0.85em;
  font-weight: 300;
}

.thumb-overlay {
  background-color: #fff;
}

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

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

/* ========================================
   HOME FILTERS
======================================== */

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

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

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

.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: #000;
  border-radius: 8px;
  font-size: 12px;
  font-family: proxima-nova, helvetica, sans-serif;
  text-transform: uppercase;
  border: 1px solid red;
  transition: 0.5s;
}

.mobile-filters span a div:hover {
  background-color: red;
  color: #fff;
  border-color: red;
  transition: 0.5s;
}

/* ========================================
   MOBILE NAVIGATION
======================================== */

#mobile-nav {
  display: flex;
  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;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ce1c1c;
  opacity: 1;
  transform-origin: left center;
  transform: rotate(0);
  transition: 0.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) {
  transform: rotate(45deg);
}

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

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

/* ========================================
   MOBILE SEARCH
======================================== */

.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: 0.025em;
  color: #4b4b4b;
}

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

#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;
  border-radius: 15px;
  cursor: pointer;
}

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

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

#mobile-search-button:hover {
  background-color: #b20000;
}

/* ========================================
   HOME CONTAINER & SLIDER
======================================== */

.home-container {
  padding-top: 25px;
  padding-bottom: 25px;
  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%;
  transition: 1s;
}

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

.jumbo-slide-vid {
  font-size: 16px;
  display: block;
  width: 100%;
  margin: auto;
}

.slider,
.vid-titletest {
  margin: 0;
  padding: 0;
}

.jumbo-slide-vid-thumb {
  padding: 45% 0 0 45%;
  transition: 1s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

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

.jumbo-title,
.vid-titletest {
  font-weight: 700;
  font-family: proxima-nova, helvetica, sans-serif;
}

.jumbo-title {
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  color: #fff;
  max-width: 1000px;
  margin-bottom: 0;
  line-height: 44px;
}

.jumbo-button {
  font-weight: 700;
  font-family: proxima-nova, helvetica, sans-serif;
  display: inline;
  padding: 6px 12px;
  color: #fff;
  background-color: rgba(204, 0, 0, 0.7);
  letter-spacing: -0.3px;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 0.7em;
  transition: 1s;
}

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

.responsive-jumbo {
  position: relative;
}

.jumbo-slick-next,
.jumbo-slick-prev {
  color: #fff;
  position: absolute;
  top: 50%;
  font-size: 1.5em;
}

.jumbo-slick-prev {
  border-radius: 0 8px 8px 0;
  left: 0;
  padding-left: 0.2em;
  padding-right: 0.4em;
  background-color: rgba(0, 0, 0, 0.4);
}

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

.jumbo-slick-next {
  border-radius: 8px 0 0 8px;
  right: 0;
  padding-left: 0.4em;
  padding-right: 0.2em;
  background-color: rgba(0, 0, 0, 0.4);
}

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

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

.jumbo-button span {
  display: none;
}

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

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

.vid-titletest {
  font-size: 1em;
}

.slick-dots {
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
}

.slick-next,
.slick-prev {
  position: absolute;
  top: 30%;
  color: #fff;
}

.slick-prev {
  border-radius: 0 8px 8px 0;
  left: 0;
  font-size: 1.5em;
  padding-left: 0.2em;
  padding-right: 0.4em;
  background-color: rgba(0, 0, 0, 0.4);
}

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

.slick-next {
  border-radius: 8px 0 0 8px;
  right: 0;
  font-size: 1.5em;
  padding-left: 0.4em;
  padding-right: 0.2em;
  background-color: rgba(0, 0, 0, 0.4);
}

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

.next,
.prev {
  position: absolute;
  top: 38%;
  font-size: 1.5em;
}

.prev {
  color: #fff;
  left: -2em;
}

.next {
  color: #999;
  right: -2em;
}

/* ========================================
   OVERLAYS
======================================== */

.overlays {
  position: relative;
}

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

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

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

.overlays:hover i {
  opacity: 1;
}

/* ========================================
   CHEVRONS
======================================== */

#topic-chevron,
.chevron {
  font-size: 8px;
  font-weight: 100;
}

.chevron {
  margin-left: 5px;
}

#topic-chevron {
  margin-left: 8px;
}

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

/* ========================================
   GROUNDWIRE CHAT
======================================== */

.groundwire {
  position: fixed;
  bottom: 0;
  right: 50px;
  max-width: 210px;
  background-color: #ce1c1c;
  border-radius: 5px 5px 0 0;
}

.chat-options,
.groundwire-content {
  background-color: #fff;
}

.groundwire-title {
  color: #fff;
  font-family: proxima-nova, helvetica, sans-serif;
  text-transform: uppercase;
  font-size
