/*
Theme Name: Stevenson, WA
Theme URI: http://cityofstevenson.com
Author: Sasquatch Agency
Author URI: http://sasquatchagency.com/
Description: 2014 redesign for the cityofstevenson.com website
*/
/* COLORS: teal color is #24b77e */
html {
  margin: 0 !important;
  padding: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-family: "refrigerator-deluxe", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  /*@include bgcover(); background-image: url(0_img/gorge.jpg);*/
  font-weight: 300; }

::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.7);
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3); }

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: 0 !important;
  color: #24b77e; }
  a:link, a:visited, a:active, a:hover {
    color: #24b77e; }

#wrap {
  min-width: 320px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px; }

.teal-text {
  color: #24b77e; }

.btn {
  color: #24b77e;
  border-radius: 0;
  border: 3px solid #24b77e;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: none; }
  .btn:after {
    background: #24b77e;
    content: "";
    height: 0;
    min-width: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: height 0.3s ease 0s;
    width: 100%;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg) rotate(0.01deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .btn:hover {
    color: #fff; }
    .btn:hover:after {
      height: 200px; }

.btn-transition {
  /****************************
Layout: Standard
****************************/ }

video#bgvid, #bgvid-mobile {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url(video/summer/kiteboarding.jpg) no-repeat; }

#bgvid-mobile {
  display: none; }

#big-video-wrap {
  background: #000;
  z-index: -999; }
  #big-video-wrap .video-js {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
  #big-video-wrap .vjs-paused {
    opacity: 0; }
  #big-video-wrap .vjs-playing {
    opacity: 1; }

#container-left, #container-right, #container-read-more {
  margin-top: 130px;
  height: 100%;
  width: 50%;
  display: inline-block;
  position: relative;
  float: left;
  z-index: 1;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  #container-left .container-inner, #container-right .container-inner, #container-read-more .container-inner {
    height: 100%;
    width: 100%;
    padding: 85px 15px 230px; }
    #container-left .container-inner .container-scroll, #container-right .container-inner .container-scroll, #container-read-more .container-inner .container-scroll {
      height: 100%;
      overflow: auto;
      position: relative; }
  #container-left h1:first-child, #container-right h1:first-child, #container-read-more h1:first-child, #container-left h2:first-child, #container-right h2:first-child, #container-read-more h2:first-child, #container-left h3:first-child, #container-right h3:first-child, #container-read-more h3:first-child {
    margin-top: 0px; }
  #container-left h3, #container-right h3, #container-read-more h3 {
    margin-bottom: 0px;
    color: #24b77e;
    font-size: 24px; }
  #container-left h4, #container-right h4, #container-read-more h4 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
    text-transform: uppercase; }
  #container-left ul, #container-right ul, #container-read-more ul {
    margin-left: 20px; }
    #container-left ul li address, #container-right ul li address, #container-read-more ul li address {
      margin-bottom: 15px; }
      #container-left ul li:first-child h3, #container-right ul li:first-child h3, #container-read-more ul li:first-child h3 {
        margin-top: 20px; }
      #container-left ul li h3, #container-right ul li h3, #container-read-more ul li h3 {
        margin-top: 0px;
        margin-left: -20px; }

#container-left {
  background: rgba(0, 0, 0, .2); }
  #container-left .container-inner {
    padding-right: 110px;
    float: right;
    width: auto; }
    #container-left .container-inner h1 {
      text-align: right;
      font-size: 80px;
      font-weight: 500;
      text-transform: uppercase;
      margin-left: 35%;
      line-height: 0.9; }
      #container-left .container-inner h1 > span {
        display: block; }
        #container-left .container-inner h1 > span > span {
          background: rgba(0, 0, 0, .5);
          padding: 10px 25px;
          margin-bottom: 5px;
          word-wrap: none;
          display: inline-block; }

#container-right {
  background: rgba(0, 0, 0, .6);
  float: right; }
  #container-right .container-inner {
    padding-left: 110px;
    max-width: 550px;
    position: absolute; }
    #container-right .container-inner .breadcrumb {
      opacity: 0;
      display: block;
      position: relative;
      font-size: 28px;
      line-height: 28px;
      top: -60px;
      margin-bottom: -32px;
      background: transparent;
      padding: 0;
      text-transform: uppercase; }
    #container-right .container-inner h2 {
      font-size: 36px;
      margin-bottom: 30px;
      text-transform: uppercase;
      margin-right: 25%; }

#container-read-more {
  position: absolute;
  left: 100%;
  top: 0;
  background: rgba(0, 0, 0, .8); }
  #container-read-more .fa-times {
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100; }
    #container-read-more .fa-times:hover {
      color: #fff;
      text-decoration: none; }
  #container-read-more .container-inner {
    padding-left: 110px;
    max-width: 550px;
    position: absolute; }
    #container-read-more .container-inner h2 {
      font-size: 36px;
      margin-bottom: 30px;
      text-transform: uppercase; }

#wrap.shift #container-left, #wrap.shift #container-right {
  left: -50%; }
  #wrap.shift #container-read-more {
    left: 50%; }
  #wrap.shift #container-right .container-inner {
    right: 0;
    padding-right: 110px;
    padding-left: 15px; }
    #wrap.shift #container-right .container-inner .breadcrumb {
      opacity: 1; }

#footer {
  height: 40px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  background: rgba(45, 85, 73, 0.55); }
  #footer a {
    color: #fff;
    line-height: 40px;
    padding: 0 10px;
    text-transform: uppercase; }
    #footer a:hover {
      color: #24b77e;
      text-decoration: none; }

#stevenson-form {
  /****************************
Layout: Nav Bar
****************************/ }
  #stevenson-form p {
    margin-bottom: 0; }
  #stevenson-form input:not(.btn), #stevenson-form textarea {
    color: #333;
    margin-bottom: 10px;
    width: 100%; }
  #stevenson-form #submit {
    border: none;
    background: #24b77e;
    color: #fff; }
    #stevenson-form #submit:hover {
      color: #24b77e;
      background: #fff; }

.navbar {
  background: transparent;
  border: none;
  /****************************
Page: Home
****************************/ }
  .navbar.navbar-fixed-top {
    background: rgba(64, 64, 64, .4);
    height: 130px; }
  .navbar .navbar-brand {
    float: none;
    height: auto;
    left: 50%;
    margin-left: -68px !important;
    padding: 29px 0 10px;
    position: fixed;
    width: 136px; }
    .navbar .navbar-brand img {
      max-width: 100%; }
    .navbar .navbar-brand:hover img {
      opacity: 0.8; }
  .navbar .navbar-nav {
    display: block;
    margin: 67px auto 0;
    float: none;
    text-align: center; }
    .navbar .navbar-nav li {
      display: inline-block;
      float: none;
      text-transform: uppercase; }
    .navbar .navbar-nav li:nth-child(3) {
      margin-right: 190px; }
    .navbar .navbar-nav li a {
      color: #fff;
      padding-left: 20px;
      padding-right: 20px;
      letter-spacing: 0.5px; }
      .navbar .navbar-nav li a:hover {
        color: #24b77e; }
    .navbar .navbar-nav li.active a, .navbar .navbar-nav li.active a:hover, .navbar .navbar-nav li.active a:focus {
      background: none;
      color: #24b77e; }

.home {
  /* Weather */ }
  .home #container-right {
    background: rgba(0, 0, 0, .4); }
    .home #container-right .container-inner {
      padding-left: 15px;
      width: 100%; }
  .home #hq-list {
    margin-left: 0; }
    .home #hq-list li {
      position: relative;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 1.1; }
    .home #hq-list li > span {
      opacity: 0;
      position: absolute;
      left: -255px;
      width: 0;
      z-index: -1; }
    .home #hq-list li a {
      color: #fff;
      opacity: 0.7;
      -webkit-transition: all 0.6s ease 0s;
      -moz-transition: all 0.6s ease 0s;
      -ms-transition: all 0.6s ease 0s;
      -o-transition: all 0.6s ease 0s;
      transition: all 0.6s ease 0s; }
      .home #hq-list li a > span {
        opacity: 0; }
    .home #hq-list li.current {
      font-size: 46px; }
      .home #hq-list li.current > span {
        opacity: 1;
        position: absolute;
        left: -375px;
        width: auto; }
      .home #hq-list li.current a {
        text-decoration: none;
        color: #24b77e;
        opacity: 1; }
        .home #hq-list li.current a > span {
          opacity: 1; }
  .home #weather-icon {
    display: block;
    position: absolute;
    right: 50px;
    bottom: 165px;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .home #weather-icon:hover {
      opacity: 1; }
    .home #weather-icon #wpc-weather {
      width: 100px;
      height: 100px;
      position: relative;
      padding: 6px 0;
      border: 3px solid #24b77e !important;
      -webkit-border-radius: 500px;
      -moz-border-radius: 500px;
      border-radius: 500px; }
    .home #weather-icon #wpc-weather .now {
      color: #fff; }
      .home #weather-icon #wpc-weather .now .location_name {
        display: none; }
      .home #weather-icon #wpc-weather .now .climacon:before {
        font-size: 58px;
        line-height: 58px; }
      .home #weather-icon #wpc-weather .now .time_temperature {
        font-size: 24px;
        line-height: 24px;
        font-family: 'refrigerator-deluxe', sans-serif; }
        .home #weather-icon #wpc-weather .now .time_temperature:after {
          content: "°F";
          font-family: 'refrigerator-deluxe', sans-serif; }

#wpc-weather.large .now .time_symbol svg {
  width: 60px !important;
  height: 60px !important;
  margin-bottom: -13px !important; }

.page-weather-2, .page-weather {
  /****************************
Layout:; Page Template
****************************/ }
  .page-weather-2 #wpc-weather, .page-weather #wpc-weather {
    font-size: inherit;
    font-family: 'refrigerator-deluxe', sans-serif; }
  .page-weather-2 .climacon, .page-weather .climacon {
    fill: #fff; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #container-left .container-inner {
    padding-right: 65px; }
    #container-left .container-inner h1 {
      font-size: 64px; }

  #container-right .container-inner, #container-read-more .container-inner {
    padding-left: 65px; }

  #wrap.shift #container-right .container-inner {
    padding-right: 65px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #container-left .container-inner {
    padding-right: 55px; }
    #container-left .container-inner h1 {
      font-size: 48px; }

  #container-right .container-inner, #container-read-more .container-inner {
    padding-left: 55px; }

  #wrap.shift #container-right .container-inner {
    padding-right: 55px; } }

@media only screen and (max-width: 767px) {
  #wrap {
    height: auto;
    padding-top: 0px;
    position: static; }

  #shift, .fa-times {
    display: none; }

  .navbar {
    background: rgba(0, 0, 0, .55);
    margin-bottom: 0px; }
    .navbar.navbar-fixed-top {
      background: transparent;
      height: auto; }
    .navbar .navbar-default .navbar-toggle {
      border-color: #fff; }
      .navbar .navbar-default .navbar-toggle:hover, .navbar .navbar-default .navbar-toggle:focus {
        background-color: #24b77e; }
      .navbar .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff; }
    .navbar .navbar-brand {
      margin-left: -40px !important;
      padding: 2px 0; }
      .navbar .navbar-brand img {
        height: 46px; }
    .navbar .navbar-nav {
      margin: 0; }
      .navbar .navbar-nav li {
        display: block;
        text-align: left; }
    .navbar .navbar-collapse {
      background: rgba(0, 0, 0, .25); }

  .fsb-slider li span {
    animation: none !important;
    opacity: 1; }

  #container-left .container-inner h1 {
    font-size: 42px;
    text-align: left;
    margin-left: 0;
    margin-top: 60px; }
    #container-left .container-inner h1 > span > span {
      padding: 10px 15px; }

  #container-left, #container-right, #container-read-more {
    float: none;
    position: static;
    height: auto;
    width: 100%;
    margin-top: 0;
    display: block;
    min-height: 50px; }
    #container-left .container-inner, #container-right .container-inner, #container-read-more .container-inner {
      padding: 20px 15px !important;
      float: none;
      position: static; }
      #footer {
        position: static; }

  .home video#bgvid {
    display: none; }
    .home #bgvid-mobile {
      display: block; }
    .home #container-right .container-inner {
      max-width: 100%; }
    .home #hq-list {
      width: 100%;
      text-align: center; }
      .home #hq-list li {
        margin-bottom: 5px; }
        .home #hq-list li:first-child > span, .home #hq-list li:first-child.current > span {
          display: block !important;
          width: auto;
          margin-bottom: 10px;
          font-size: 36px; }
        .home #hq-list li, .home #hq-list li.current {
          font-size: 24px; }
          .home #hq-list li > span, .home #hq-list li.current > span {
            opacity: 1;
            position: static;
            display: none !important;
            font-size: 48px; }
          .home #hq-list li a, .home #hq-list li.current a {
            text-decoration: none;
            color: #24b77e;
            opacity: 1; }
            .home #hq-list li a:hover, .home #hq-list li.current a:hover {
              text-decoration: underline; }
            .home #hq-list li a > span, .home #hq-list li.current a > span {
              opacity: 1; }
    .home #weather-icon {
      text-align: center;
      position: static;
      top: 0px;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 36px;
      opacity: 1; }
      .home #weather-icon #wpc-weather.large {
        height: 80px;
        width: 80px; }
        .home #weather-icon #wpc-weather.large .now .time_symbol svg {
          height: 48px !important;
          width: 48px !important;
          margin-bottom: -15px !important; }
          .home #weather-icon #wpc-weather.large .now .time_temperature {
            font-size: 22px; }
            .home #weather-icon #wpc-weather.large .now .time_temperature:after {
              font-size: 22px; } }
