html {
  box-sizing: border-box; }

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

/* Fonts */
/* Colors */
/* Bourbon Neat */
/* Burger Menu */
/*------------------------------------------------------------------------------------*/
/*---[ Global ]-----------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
a {
  text-decoration: none; }

.font-red {
  color: #eb2702; }

.font-white {
  color: #ffffff; }

.font-darkgray {
  color: #424242; }

.font-lightgray {
  color: #a1a0a0; }

/*------------------------------------------------------------------------------------*/
/*---[ Body ]-------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  body.home #MainContent p {
    font-size: 1rem;
    line-height: 1.5rem; }
    body.home #MainContent p b {
      font-size: 1.25rem; } }

body:not(.home) #MainContent p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
  font-size: 1.25rem;
  color: #ffffff; }
  @media screen and (max-width: 1024px) {
    body:not(.home) #MainContent p {
      font-size: 1rem;
      line-height: 1.625rem; } }

/*------------------------------------------------------------------------------------*/
/*---[ Headers ]----------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
h1 {
  font-size: 1.875rem;
  font-family: "Oswald";
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin: 31px 0; }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 1.375rem; } }

h2 {
  font-family: "Oswald";
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 10px 0; }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 1.375rem; } }

/*------------------------------------------------------------------------------------*/
/*---[ Footer ]-----------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
#MainContent #GlobalF .cpright {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #a1a0a0;
  font-size: 1.25rem;
  font-weight: 100; }
  @media screen and (max-width: 1024px) {
    #MainContent #GlobalF .cpright {
      font-size: 1rem; } }

#menu-footer-menu li a {
  font-family: "Oswald";
  color: #ffffff;
  font-size: 1.5625rem; }
  @media screen and (max-width: 1024px) {
    #menu-footer-menu li a {
      font-size: 1rem; } }
  #menu-footer-menu li a:hover {
    color: #eb2702; }

/*------------------------------------------------------------------------------------*/
/*---[ Global / Defaults ]------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
.cl {
  clear: both;
  display: block; }

body {
  margin: 0;
  background-color: #000000; }

#ContentW {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  #ContentW::after {
    clear: both;
    content: "";
    display: table; }

#MainContent {
  padding: 0 0 75px 0; }

/*------------------------------------------------------------------------------------*/
/*---[ Default Page ]-----------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
@media screen and (max-width: 736px) {
  #MainContent {
    text-align: center; } }

#MainContent h1 {
  text-transform: uppercase; }
  @media screen and (max-width: 736px) {
    #MainContent h1 {
      margin: 26px 0; } }

#MainContent .entry-content {
  padding: 0 25px;
  width: 100%; }

/*------------------------------------------------------------------------------------*/
/*---[ Footer ]-----------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
#FootLogo {
  display: block;
  margin: 65px auto 23px;
  max-width: 238px;
  height: auto; }

.cpright {
  text-align: center;
  margin-bottom: 32px; }

#menu-footer-menu {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  list-style-type: none; }
  #menu-footer-menu li {
    display: inline-block; }
    @media screen and (max-width: 1024px) {
      #menu-footer-menu li {
        display: block;
        text-align: center; } }
    #menu-footer-menu li:not(:last-child) {
      margin-right: 58px; }
      @media screen and (max-width: 1024px) {
        #menu-footer-menu li:not(:last-child) {
          margin-right: 0;
          margin-bottom: 40px; } }

#BurgerMenu {
  position: relative;
  top: 46px;
  left: 17%;
  width: 26px;
  height: 22px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99; }
  @media screen and (max-width: 736px) {
    #BurgerMenu {
      top: 35px;
      left: 30px; } }
  @media screen and (max-width: 1024px) {
    #BurgerMenu {
      top: 35px;
      left: 10%; } }
  #BurgerMenu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #ffffff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    @media screen and (max-width: 1024px) {
      #BurgerMenu span {
        height: 4px; } }
    #BurgerMenu span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
    #BurgerMenu span:nth-child(2) {
      top: 9px;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
      @media screen and (max-width: 1024px) {
        #BurgerMenu span:nth-child(2) {
          top: 8px; } }
    #BurgerMenu span:nth-child(3) {
      top: 18px;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
      @media screen and (max-width: 1024px) {
        #BurgerMenu span:nth-child(3) {
          top: 16px; } }
  #BurgerMenu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0px;
    left: 8px; }
  #BurgerMenu.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  #BurgerMenu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 19px;
    left: 8px; }
  #BurgerMenu.open:after {
    color: #ffffff; }
  #BurgerMenu:after {
    content: 'MENU';
    font-family: "Oswald";
    font-weight: bold;
    font-size: 1.875rem;
    color: #eb2702;
    display: display;
    position: absolute;
    left: 38px;
    top: -11px; }
    @media screen and (max-width: 736px) {
      #BurgerMenu:after {
        font-size: 1.5rem;
        top: -9px; } }

#GlobalH {
  position: relative;
  float: left;
  width: 18%; }
  @media screen and (max-width: 1024px) {
    #GlobalH {
      width: 50%; } }

#MainNav {
  position: absolute;
  top: 0;
  left: -18%;
  width: 18%;
  height: 100%;
  background: #eb2702;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 98; }
  @media screen and (max-width: 1024px) {
    #MainNav {
      left: -50%;
      width: 50%; } }
  #MainNav ul {
    padding: 0;
    padding-left: 19%;
    margin: 160px 0 0 0;
    list-style-type: none; }
    @media screen and (max-width: 1024px) {
      #MainNav ul {
        padding-left: 10%; } }
    #MainNav ul li {
      padding-bottom: 20px; }
      #MainNav ul li a {
        color: #ffffff;
        font-family: "Oswald";
        font-weight: bold;
        font-size: 1.25rem; }
        #MainNav ul li a:hover {
          color: #cccccc; }
  #MainNav.open {
    left: 0; }

.entry-content .gform_wrapper {
  width: 50%;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .entry-content .gform_wrapper {
      width: 100%; } }
  .entry-content .gform_wrapper .gfield label {
    display: none; }
  .entry-content .gform_wrapper .gfield .ginput_container input,
  .entry-content .gform_wrapper .gfield .ginput_container textarea {
    width: 100%;
    border: 2px solid #777777;
    background-color: transparent;
    text-align: center;
    font-size: 1.25rem;
    color: #ffffff;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    @media screen and (max-width: 1024px) {
      .entry-content .gform_wrapper .gfield .ginput_container input,
      .entry-content .gform_wrapper .gfield .ginput_container textarea {
        font-size: 1rem; } }
    .entry-content .gform_wrapper .gfield .ginput_container input::-webkit-input-placeholder,
    .entry-content .gform_wrapper .gfield .ginput_container textarea::-webkit-input-placeholder {
      color: #ffffff;
      text-align: center;
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    .entry-content .gform_wrapper .gfield .ginput_container input:-moz-placeholder,
    .entry-content .gform_wrapper .gfield .ginput_container textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #ffffff;
      text-align: center;
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    .entry-content .gform_wrapper .gfield .ginput_container input::-moz-placeholder,
    .entry-content .gform_wrapper .gfield .ginput_container textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #ffffff;
      text-align: center;
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    .entry-content .gform_wrapper .gfield .ginput_container input:-ms-input-placeholder,
    .entry-content .gform_wrapper .gfield .ginput_container textarea:-ms-input-placeholder {
      color: #ffffff;
      text-align: center;
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .entry-content .gform_wrapper .gfield .ginput_container input {
    height: 50px;
    line-height: 50px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 10px; }
  .entry-content .gform_wrapper .gfield .ginput_container textarea {
    padding: 10px; }
  .entry-content .gform_wrapper .gform_footer {
    padding: 0;
    margin: 10px 0 0; }
    .entry-content .gform_wrapper .gform_footer input[type="submit"] {
      padding: 0;
      width: 100%;
      height: 50px;
      line-height: 50px;
      background-color: #ffffff;
      color: #eb2702;
      text-align: center;
      font-family: "Oswald";
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.5625rem;
      border: none;
      cursor: pointer;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      @media screen and (max-width: 1024px) {
        .entry-content .gform_wrapper .gform_footer input[type="submit"] {
          font-size: 1.375rem; } }
      .entry-content .gform_wrapper .gform_footer input[type="submit"]:hover {
        background-color: #eb2702;
        color: #ffffff; }
  .entry-content .gform_wrapper li.gfield.gfield_error,
  .entry-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: none; }
  .entry-content .gform_wrapper .validation_message,
  .entry-content .gform_wrapper div.validation_error {
    color: #eb2702;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1rem; }
  .entry-content .gform_wrapper div.validation_error {
    border-color: #eb2702; }

#MainContent .gform_confirmation_wrapper .gform_confirmation_message {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
  font-size: 1.25rem;
  color: #ffffff;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    #MainContent .gform_confirmation_wrapper .gform_confirmation_message {
      font-size: 1rem;
      line-height: 1.625rem; } }

/*------------------------------------------------------------------------------------*/
/*---[ Header Background ]------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
body.home #HeadBG {
  height: 100vh;
  /* Landscape */
  /* Landscape */
  /* Portrait */ }
  @media only screen and (max-device-width: 736px) and (orientation: landscape) {
    body.home #HeadBG {
      background: #000000 url("/wp-content/themes/clintoncash/assets/i/cc-movie-m-interior-landscape-v3.jpg") no-repeat center 0;
      background-size: contain; } }
  @media only screen and (max-device-width: 1024px) and (orientation: landscape) {
    body.home #HeadBG {
      background: #000000 url("/wp-content/themes/clintoncash/assets/i/cc-movie-m-interior-landscape-v3.jpg") no-repeat center 0;
      background-size: contain; } }
  @media only screen and (max-device-width: 736px) and (orientation: portrait) {
    body.home #HeadBG {
      background: #000000 url("/wp-content/themes/clintoncash/assets/i/cc-movie-m-landing-v1-bkgd.jpg") no-repeat center 0;
      background-size: contain; } }
  @media only screen and (max-device-width: 1024px) and (orientation: portrait) {
    body.home #HeadBG {
      background: #000000 url("/wp-content/themes/clintoncash/assets/i/cc-movie-m-landing-v1-bkgd.jpg") no-repeat center 0;
      background-size: contain; } }
  body.home #HeadBG + #MainContent {
    position: absolute;
    top: 100%;
    left: 0; }
    body.home #HeadBG + #MainContent .fixed-content {
      text-align: center; }
  body.home #HeadBG #MainCLink {
    font-size: 1.75rem;
    position: absolute;
    bottom: 3%;
    left: 50%;
    margin-left: -14px; }

body:not(.home) #HeadBG {
  background: #000000 url("/wp-content/themes/clintoncash/assets/i/cc-movie-interior-bkgd-v3.jpg") no-repeat center 0;
  background-size: contain;
  height: 350px; }
  @media screen and (max-width: 736px) {
    body:not(.home) #HeadBG {
      background-position: center 90px !important; } }
  @media screen and (max-width: 1024px) {
    body:not(.home) #HeadBG {
      background-position: center; } }
  body:not(.home) #HeadBG #MainCLink {
    display: none; }

#HeadBG {
  position: relative;
  width: 100%;
  background: #000000 url("/wp-content/themes/clintoncash/assets/i/cc-movie-bkgd-1920x1200.jpg") no-repeat center 0;
  background-size: contain; }
  #HeadBG #PlayTrailerbtn {
    position: absolute;
    width: 310px;
    height: 99px;
    top: 150px;
    left: 50px;
    cursor: pointer;
    background: url("/wp-content/themes/clintoncash/assets/i/cc-playtrailer-button-sprite@1x.png") no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 97; }
    @media screen and (max-width: 736px) {
      #HeadBG #PlayTrailerbtn {
        width: 169px;
        height: 54px;
        top: 23px;
        right: 30px;
        left: auto; } }
    @media screen and (max-width: 1024px) {
      #HeadBG #PlayTrailerbtn {
        width: 169px;
        height: 54px; } }
    #HeadBG #PlayTrailerbtn:hover {
      background-position: 0 -99px; }
      @media screen and (max-width: 1024px) {
        #HeadBG #PlayTrailerbtn:hover {
          background-position: 0 -54px; } }

@media screen and (max-width: 1024px) {
  body.home #MainContent p {
    padding: 0 25px; } }

#MainContent {
  width: 100%; }
  #MainContent .fixed-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    #MainContent .fixed-content::after {
      clear: both;
      content: "";
      display: table; }
    #MainContent .fixed-content .video-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0; }
      #MainContent .fixed-content .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #MainContent p {
    font-family: "Oswald";
    color: #424242;
    font-size: 1.5625rem;
    line-height: 2.8125rem; }
    #MainContent p b {
      font-size: 1.875rem;
      font-weight: normal; }

.page-template-tpl-newsroom #MainContent .entry-content {
  width: 50%;
  margin: 0 auto;
  text-align: left; }
  @media screen and (max-width: 1024px) {
    .page-template-tpl-newsroom #MainContent .entry-content {
      width: 100%;
      padding: 0 20px; } }

.page-template-tpl-newsroom article.post {
  width: 100%;
  margin-bottom: 30px; }
  .page-template-tpl-newsroom article.post .featured-img {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
    text-align: right; }
    .page-template-tpl-newsroom article.post .featured-img:last-child {
      margin-right: 0; }
    .page-template-tpl-newsroom article.post .featured-img img {
      max-width: 100%;
      height: auto; }
  .page-template-tpl-newsroom article.post .post-content {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 65.05695%;
    margin-right: 0; }
    .page-template-tpl-newsroom article.post .post-content:last-child {
      margin-right: 0; }
  .page-template-tpl-newsroom article.post h2 a {
    color: #ffffff;
    line-height: 30px; }
  .page-template-tpl-newsroom article.post .date {
    color: #ffffff;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.25rem; }
    @media screen and (max-width: 1024px) {
      .page-template-tpl-newsroom article.post .date {
        font-size: 1.125rem; } }

.page-template-tpl-newsroom .wp-pagenavi {
  width: 100%;
  height: 25px;
  display: block;
  text-align: center;
  margin-top: 30px; }
  .page-template-tpl-newsroom .wp-pagenavi .current,
  .page-template-tpl-newsroom .wp-pagenavi a {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.25rem;
    line-height: 34px;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-right: 5px;
    font-weight: bold; }
  .page-template-tpl-newsroom .wp-pagenavi .current,
  .page-template-tpl-newsroom .wp-pagenavi a:hover {
    background-color: #ffffff;
    color: #eb2702; }
  .page-template-tpl-newsroom .wp-pagenavi a {
    background-color: transparent;
    color: #ffffff; }
