/*
Theme Name: GKIDS@Home
Theme URI: https://athome.gkids.com
Author: J.J. Lynn
Author URI: http://jjlynn.com/
Description: GKIDS@HOME!
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: GKIDS
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

body {
  background-color: black;
  background: linear-gradient(90deg, black 0%, #2e2837 100%);
  color: #fff;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-family: franklin-gothic-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.entry-content a {
  color: #c996f9;
}

.entry-content a:hover {
  color: #23F0C7;
}

.entry-content p, .entry-content ul {
  line-height: 1.5rem;
  font-family: sans-serif;
}

.btn {
  background-color: #111;
  border: 1px solid #222;
  border-radius: .4rem;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: .05rem;
  padding: .5rem 1rem;
  text-transform: uppercase;
  transition: .1s ease all;
  text-decoration: none;
}

.btn:hover {
  border-color: #c996f9;
}

.btn-primary {
  background-color: #654597;
  border-color: #654597;
  border: 0;
}

.btn-primary:hover {
  background-color: #EF767A;
}

#wrapper {
  margin: 1.5rem;
  max-width: 45rem;
}

header {
  text-align: center;
}

header .logo {
  display: block;
  margin: 0 auto;
}

header .logo path {
  fill: white;
}

header .logo img, header .logo svg {
  max-height: 75px;
}

header .desc {
  font-size: 1.2rem;
  margin: 1.5rem 0;
  text-align: center;
}

main h1 {
  letter-spacing: .2rem;
  font-weight: lighter;
  text-align: center;
  text-transform: uppercase;
}

main .header-actions {
  margin-bottom: 2rem;
  text-align: center;
}

main .header-actions a {
  font-size: 1.5rem;
}

.category__header {
  height: auto;
  margin: 2em 1em;
  transition: .2s ease all;
}

.category__header h1 {
  margin-right: 0;
}

.category__header .header__cam {
  display: none;
  opacity: 0;
}

.category-grid {
  max-width: 325px;
  margin: 0 auto;
}

a.category-grid__tile {
  color: #FFF;
  background-color: #111;
  border: 0px solid #222;
  border-radius: .4rem;
  display: block;
  font-family: franklin-gothic-compressed, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .05rem;
  margin-bottom: 1rem;
  min-height: 44px;
  overflow: hidden;
  padding: .5rem;
  text-align: center;
  text-transform: uppercase;
  transition: .2s ease all;
  text-decoration: none;
}

a.category-grid__tile img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
  transition: .2s ease filter;
}

a.category-grid__tile:hover {
  border: 0;
}

a.category-grid__tile:hover img {
  filter: hue-rotate(60deg);
  transition: .2s ease filter;
}

a.category-grid__tile .category-grid__category-title {
  line-height: 44px;
  position: relative;
  top: 2px;
  text-shadow: black 0px 0px 1rem;
}

.poster-grid {
  display: grid;
  align-items: normal;
  justify-content: center;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: repeat(auto-fit, 13rem);
}

.poster-grid__poster {
  width: 13rem;
  height: auto;
}

.poster-grid__poster img {
  height: auto;
  width: 13rem;
}

.poster-grid__poster__title {
  color: #FFF;
  display: block;
  margin: .5rem 0;
  text-decoration: none;
}

.poster-grid__poster__other-categories {
  list-style: none;
  margin: .5rem 0 0;
  padding: 0;
}

.poster-grid__poster__other-categories li a {
  color: #FFF;
  background-color: #111;
  border: 1px solid #222;
  border-radius: .4rem;
  display: block;
  font-size: 1rem;
  letter-spacing: .05rem;
  margin-right: .2rem;
  margin-bottom: .2rem;
  padding: .5rem .5rem;
  text-transform: uppercase;
  transition: .1s ease all;
  text-decoration: none;
}

.poster-grid__poster__other-categories li a:hover {
  border-color: #c996f9;
}

.poster-grid__poster__other-categories li .cat-icon img {
  margin-right: .25rem;
  max-width: 12px;
}

.input-form {
  margin: 2rem 0;
}

.input-form label {
  display: inline-block;
  margin-bottom: .5rem;
}

.input__group, body .gform_wrapper .top_label div.ginput_container {
  border-radius: .4rem;
  display: flex;
  overflow: hidden;
}

.input__group .category-select__dropdown, .input__group input[type=text], body .gform_wrapper .top_label div.ginput_container .category-select__dropdown, body .gform_wrapper .top_label div.ginput_container input[type=text] {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 0;
  border-radius: 0;
  appearance: none;
}

.input__group input[type='text'], body .gform_wrapper .top_label div.ginput_container input[type='text'] {
  padding: 0 1.75rem 0 .75rem;
  background: #FFF;
}

.input__group .btn, body .gform_wrapper .top_label div.ginput_container .btn {
  border-radius: 0;
  border: 0;
  font-size: 1.2rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .5rem 1rem;
  min-width: 100px;
}

.staff-pick {
  border: 2px solid #c996f9;
  margin: 2rem 1rem;
  padding: .5rem;
}

.staff-pick .staff-pick__title {
  color: #c996f9;
  text-transform: uppercase;
}

.staff-pick p {
  margin: 0;
  padding: 0;
}

footer {
  font-size: 0.8rem;
  margin-top: 1.5rem;
  text-align: center;
}

footer .footer-nav {
  margin-bottom: 1.5rem;
}

footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

footer .footer-nav ul li {
  margin: 0 .5rem;
}

footer .footer-nav ul a {
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: .5rem;
}

footer p {
  margin: 0;
}

@media only screen and (max-width: 495px) {
  .poster-grid {
    grid-template-columns: repeat(auto-fit, 9rem);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .poster-grid .poster-grid__poster {
    width: 9rem;
  }
  .poster-grid .poster-grid__poster img {
    width: 9rem;
  }
  .poster-grid__poster__other-categories li a {
    font-size: .8rem;
  }
}

@media only screen and (max-width: 719px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 720px) {
  .hidden-desktop {
    display: none !important;
  }
  #wrapper {
    margin: 1.5rem auto;
  }
  header .desc {
    font-size: 1.5rem;
    margin: 1.5rem 0;
    text-align: center;
  }
  .home header .desc {
    font-size: 1.2rem;
  }
  .category-grid {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: repeat(auto-fit, 13rem);
    max-width: none;
    margin: auto;
  }
  a.category-grid__tile {
    background-color: #654597;
    background-size: cover;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    height: 10rem;
    width: 10rem;
    letter-spacing: .2rem;
    overflow: hidden;
    margin-bottom: 0;
    padding: 1.5rem;
    position: relative;
  }
  a.category-grid__tile .category-grid__category-title {
    line-height: 1;
    position: relative;
    top: 2px;
    text-shadow: black 0px 0px 1rem;
  }
  a.category-grid__tile img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 13rem;
    width: 13rem;
    object-fit: cover;
    z-index: -1;
    transition: .2s ease all;
  }
  a.category-grid__tile:hover {
    border: 0;
  }
  a.category-grid__tile:hover img {
    filter: hue-rotate(60deg);
  }
  .category__header {
    position: relative;
    margin: 0 1rem;
    height: 10rem;
    display: flex;
    align-items: center;
  }
  .category__header h1 {
    text-align: right;
    width: 100%;
    animation: fade-in 1.5s linear;
  }
  .category__header .header__cam {
    display: flex;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 10rem;
    z-index: -1;
  }
  .category__header .header__cam .cam {
    position: relative;
    top: -18px;
    width: 10rem;
    animation: cam-rotate-enter .5s ease-out;
  }
  .category__header .header__cam .light {
    height: 10rem;
    width: 100%;
    animation: light-flicker 1s linear;
  }
  .poster-grid__poster__other-categories {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: .5rem 0 0;
    padding: 0;
  }
  .poster-grid__poster__other-categories li a {
    color: #FFF;
    background-color: #111;
    border: 1px solid #222;
    border-radius: .4rem;
    font-size: .8rem;
    letter-spacing: .05rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
    padding: .25rem .5rem;
    text-transform: uppercase;
    transition: .1s ease all;
    text-decoration: none;
  }
  .poster-grid__poster__other-categories li a:hover {
    border-color: #c996f9;
  }
  .poster-grid__poster__other-categories li .cat-icon img {
    margin-right: .25rem;
    max-width: 10px;
  }
  .input-form {
    margin: 2rem 1rem;
  }
}

@keyframes cam-rotate-enter {
  0% {
    transform: rotate(0deg);
  }
  12% {
    transform: rotate(-10deg) translateY(-20px);
  }
  25% {
    transform: rotate(45deg) translateY(20px);
  }
  50% {
    transform: rotate(-10deg) translateY(-10px);
  }
  80% {
    transform: rotate(5deg) translateY(5px);
  }
  90% {
    transform: rotate(-2.5deg) translateY(2px);
  }
  100% {
    transform: rotate(0) translateY(0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes light-flicker {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: .6;
  }
  75% {
    opacity: 1;
  }
  85% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}

/*


 __      ___      _               _    _____ _                            
 \ \    / (_)    | |             | |  / ____(_)                           
  \ \  / / _ _ __| |_ _   _  __ _| | | |     _ _ __   ___ _ __ ___   __ _ 
   \ \/ / | | '__| __| | | |/ _` | | | |    | | '_ \ / _ \ '_ ` _ \ / _` |
    \  /  | | |  | |_| |_| | (_| | | | |____| | | | |  __/ | | | | | (_| |
     \/   |_|_|   \__|\__,_|\__,_|_|  \_____|_|_| |_|\___|_| |_| |_|\__,_|
                                                                          
                                                                                                                                                
                                                                          
*/
.header__vc {
  font-size: 1.5rem;
  margin: 0;
}

.header__vc img {
  max-width: 100%;
}

.film-wrapper {
  display: grid;
  font-size: 1.2rem;
  grid-gap: 0rem 1.5rem;
}

.film-wrapper__meta {
  text-align: center;
}

.film-wrapper__meta img {
  border: 4px solid #FFF;
  display: none;
  width: 200px;
}

.film__faq {
  margin-bottom: 3rem;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.5rem;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  background-color: white;
  font-size: 1.2rem;
  margin-bottom: 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#venuesTable {
  background-color: #FFF;
  border-collapse: collapse;
  font-size: 1.2rem;
  width: 100%;
}

.dataTables_wrapper .dataTables_filter {
  float: none;
  text-align: left;
  margin-bottom: 1.5rem;
}

#venuesTable thead th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

#venuesTable tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

#venuesTable th, #venuesTable td {
  padding: 1rem;
  text-align: left;
}

footer .footer-nav {
  margin-bottom: 1.5rem;
}

footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

footer .footer-nav ul li {
  margin: 0 .5rem;
}

footer .footer-nav ul a {
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: .5rem;
}

.film-wrapper__trailer {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.film-wrapper__trailer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.film__venues .dataTables_length, .film__venues .dataTables_search {
  margin-bottom: 1rem;
}

@media screen and (min-width: 720px) {
  .film-wrapper {
    grid-template-columns: 208px 1fr;
    grid-gap: 0rem 1.5rem;
  }
  .header__vc {
    font-size: 2rem;
    margin: 3rem 0;
  }
  .film-wrapper__meta {
    grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 4;
    text-align: left;
  }
  .film-wrapper__meta img {
    border: 4px solid #FFF;
    display: block;
    width: 200px;
  }
  .film-wrapper__content {
    grid-column: 1;
    grid-column-start: 2;
    grid-column-end: 3;
  }
}

/*


  _    _ __  ____      __  _                     _ _               _____                 
 | |  | |  \/  \ \    / / | |                   | (_)             |  __ \                
 | |__| | \  / |\ \  / /  | |     __ _ _ __   __| |_ _ __   __ _  | |__) |_ _  __ _  ___ 
 |  __  | |\/| | \ \/ /   | |    / _` | '_ \ / _` | | '_ \ / _` | |  ___/ _` |/ _` |/ _ \
 | |  | | |  | |  \  /    | |___| (_| | | | | (_| | | | | | (_| | | |  | (_| | (_| |  __/
 |_|  |_|_|  |_|   \/     |______\__,_|_| |_|\__,_|_|_| |_|\__, | |_|   \__,_|\__, |\___|
                                                            __/ |              __/ |     
                                                           |___/              |___/      

*/
#hmv-wrapper {
  max-width: 30rem;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #hmv-wrapper {
    max-width: 55rem;
  }
}

.hmv-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "vendors" "content" "poster" "footer";
  grid-template-rows: auto;
  grid-gap: 2rem;
  margin: 2rem;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .hmv-wrapper {
    grid-template-columns: 1fr 1.25fr;
    grid-template-areas: "title poster" "vendors poster" "content content" "footer footer";
  }
}

.hmv-wrapper__tt {
  grid-area: title;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hmv-wrapper__tt img {
  width: 100%;
}

.hmv-wrapper__poster {
  grid-area: poster;
}

.hmv-wrapper__poster img {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 25px;
  width: 100%;
}

.hmv-wrapper__vendors {
  color: #000;
  grid-area: vendors;
  text-align: center;
}

.hmv-wrapper__vendors .cta_section, .cta_section {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 25px;
  margin-bottom: 2rem;
}

.hmv-wrapper__poster .cta_section{
  margin-top: 2rem;
}

.hmv-wrapper__vendors .cta_section:last-child {
  margin-bottom: 0;
}

.hmv-wrapper__vendors h3 {
  margin: 0;
  padding-top: 1rem;
}

.hmv-wrapper__vendors ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hmv-wrapper__vendors ul li {
  padding: 1em;
  box-sizing: border-box;
  width: 50%;
}

.hmv-wrapper__vendors ul li img {
  width: 100%;
}

.hmv-wrapper__content {
  grid-area: content;
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 25px;
  color: #000;
  padding: 0 1.4rem;
}

.hmv-wrapper__content iframe {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .hmv-wrapper__content .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.4rem;
  }
}

.hmv-wrapper__footer {
  grid-area: footer;
  font-size: .8rem;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */