*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font: 15px/20px "Source Sans Pro", sans-serif;
  color: #505050;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

a:hover, a:focus {
    color: #1daeeb;
    text-decoration: underline;
}

.main-bg {
  background-color: #ddecf1;
  background-image: url("../img/bg-bot.jpg"), url("../img/bg-top-2.jpg");
  background-position: bottom center, top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.google-box {
  margin: 20px 0;
}
.google-box__item {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding: 4px;
}
.google-box__item img {
  max-width: 100%;
}

.link--facebook {
  width: 10px;
  height: 20px;
  background: url("../img/icon-facebook.png") 0 0 no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
}
.link--facebook:hover {
  background-position: 0 -20px;
}
.link--twitter {
  width: 21px;
  height: 17px;
  background: url("../img/icon-twitter.png") 0 0 no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
}
.link--twitter:hover {
  background-position: 0 -17px;
}

.btn--basic, .field-wrap input[type="submit"], .field-wrap input[type="button"], .field-wrap button {
  color: #fff;
  text-align: center;
  display: inline-block;
  min-width: 158px;
  background-color: #ffbb1d;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  padding: 15px 8px;
}
.btn--basic:hover, .field-wrap input[type="submit"]:hover, .field-wrap input[type="button"]:hover, .field-wrap button:hover {
  background-color: #00abf0;
  text-decoration: none;
  color: #fff;
}

.list--tags {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.list--tags li {
  position: relative;
  vertical-align: middle;
  margin-right: 23px;
  display: inline-block;
  margin-top: 10px;
}
.list--tags li:before {
  width: 15px;
  height: 15px;
  position: relative;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url("../img/list-item.jpg") no-repeat;
  top: -1px;
  margin-right: 10px;
}
.list--tags a {
  font-size: 15px;
  line-height: 20px;
  color: #505050;
}

.video-item {
  position: relative;
}
.video-item img {
  width: 100%;
  display: block;
}
.video-item.bordered {
  border: 18px solid #fff;
}
.video-item.big .play-btn {
  width: 110px;
  height: 110px;
  top: calc(50% - 55px);
  left: calc(50% - 55px);
  border-width: 9px;
}
.video-item.big .play-btn:after {
  border-width: 20.5px 0 20.5px 35px;
  top: calc(50% - 18px);
  left: calc(50% - 14px);
}
.video-item__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
}
.video-item__overlay:hover .play-btn {
  border-width: 8px;
  width: 94px;
  height: 94px;
  top: calc(50% - 45px);
  left: calc(50% - 47px);
}
.video-item__overlay:hover .play-btn:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 31px;
  border-color: transparent transparent transparent #ffffff;
  top: calc(50% - 17px);
  left: calc(50% - 13px);
}
.video-item__overlay h3 {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 9px;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.play-btn {
  display: block;
  width: 56px;
  height: 56px;
  border: 5px solid #fff;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  position: absolute;
  top: calc(50% - 26px);
  left: calc(50% - 28px);
  text-indent: -9999px;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.play-btn:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 18px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 7px);
  content: '';
  display: block;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.header {
  padding-bottom: 10px;
}
.header .container:before, .header .container:after {
  content: " ";
  display: table;
}
.header .container:after {
  clear: both;
}
.header__logo {
  float: left;
  margin: 12px 0 0;
  display: block;
}
.header__logo img {
  max-width: 250px;
  width: 100%;
  display: block;
}
.header__nav {
  margin: 7px -7px 0 0;
  float: right;
}
.header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.header__nav li {
  display: inline-block;
}
.header__nav a {
  padding: 5px 7px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px; 
  color: #1daeeb;
  /*color: #337ab7;*/
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
}
.header__btns {
  float: right;
}
.header__btns a:not(.hamburger) {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  min-width: 154px;
  display: inline-block;
  background-color: #ffbb1e;
  padding: 8px 10px 10px;
  font-weight: 700;
  margin-left: 8px;
}
.header__btns a:not(.hamburger):hover {
  background-color: #00abf0;
  text-decoration: none;
}
.header__btns .hamburger {
  width: 24px;
  height: 25px;
  background: url("../img/hamburger.png") no-repeat;
  display: none;
  float: right;
}

.footer {
  margin-top: 177px;
}
.footer__logo {
  display: block;
  margin-top: 1px;
  margin-bottom: 27px;
}
.footer__logo img {
  max-width: 100%;
  display: block;
}
.footer p {
  color: #fff;
  font-size: 17.5px;
  line-height: 26.5px;
  max-width: 90%;
}
.footer ul {
  /*margin: 33px 0 22px;*/
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul a {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
}
.footer h3 {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 3px;
  font-weight: 700;
}
.footer h3 + ul {
  margin-top: 0;
}
.footer__nav ul {
  margin-top: 0;
}
.footer__nav ul a {
  font-weight: 700;
  text-transform: uppercase;
}
.footer hr {
    margin-bottom: 13px;
    border-top: 1px solid #fff;
}
.footer__bottom .col-md-12:before, .footer__bottom .col-md-12:after {
  content: " ";
  display: table;
}
.footer__bottom .col-md-12:after {
  clear: both;
}
.footer__bottom p {
  font-size: 14px;
  line-height: 30px;
  float: left;
  margin-bottom: 20px;
}
.footer__bottom .footer__socials {
  float: right;
  margin: 2px 3px 0 0;
}
.footer__bottom .footer__socials li {
  display: inline-block;
  vertical-align: middle;
}
.footer__bottom .footer__socials a {
  display: inline-block;
  margin-left: 22px;
}

.item-list {
  padding: 55px 0 0;
  margin-bottom: 21px;
}

.single-item {
  background: #ffbc1e;
  padding: 26px 30px 22px;
  margin-bottom: 31px;
}
.single-item h3 {
  margin: 0 0 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-weight: 900;
}
.single-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-item li {
  border-bottom: 1px solid #e3a71b;
}
.single-item li:last-child {
  border: 0;
}
.single-item a {
  font-size: 18px;
  line-height: 26px;
  color: #484848;
  position: relative;
  display: block;
  padding: 4px 0 6px;
}
.single-item a:hover {
  color: #b06c1c;
  text-decoration: none;
}
.single-item a:hover:after {
  position: absolute;
  display: block;
  content: '';
  right: 2px;
  top: calc(50% - 5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #e08920;
}
@media screen and (max-width: 1230px) { /* weird icon double click event on ipad */
  .single-item a:hover:after {
    display: none;
    visibility: hidden;
  }
}


.heading-content {
  position: relative;
}
.heading-content .container {
  position: relative;
  z-index: 30;
  padding-top: 57px;
  padding-bottom: 59px;
}
.heading-content h1 {
  color: #fff;
  font: 88px/104px "Lily Script One", cursive;
  text-align: center;
  margin-bottom: 31px;
}

.video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.video-bg__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(26, 135, 180, 0.61);
}

.ribbon {
  position: relative;
  margin: 0 auto 61px;
  background-color: #ffbb1e;
  font-size: 20px;
  line-height: 40px;
  padding: 4px 0;
  letter-spacing: 0.01em;
  max-width: 57%;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0 #f8a818;
}
.ribbon:before {
  width: 31px;
  height: 48px;
  position: absolute;
  right: 100%;
  top: 0;
  background: url("../img/ribbon-left.png") center center no-repeat;
  content: '';
  display: block;
}
.ribbon:after {
  width: 31px;
  height: 48px;
  position: absolute;
  left: 100%;
  top: 0;
  background: url("../img/ribbon-right.png") center center no-repeat;
  content: '';
  display: block;
}

.sub-nav {
  background-color: #ffbb1d;
  padding: 4px 0 42px;
}
.sub-nav + .main-bg {
  padding-top: 13px;
}
.sub-nav h1 {
  color: #fff;
  font: 60px/96px "Lily Script One", cursive;
  text-align: center;
  margin-bottom: 31px;
  text-shadow: 4px 7px 0px #f8a818;
  margin-bottom: 19px;
}
.sub-nav ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
.sub-nav ul:before, .sub-nav ul:after {
  content: " ";
  display: table;
}
.sub-nav ul:after {
  clear: both;
}
.sub-nav ul li {
  float: left;
  width: calc(100% / 6);
  padding: 0 15px;
  text-align: center;
  border-right: 1px solid #dfa41c;
}
.sub-nav ul li:last-child {
  border-right: 0;
}
.sub-nav ul .gfx {
  display: block;
  height: 60px;
  line-height: 50px;
}
.sub-nav ul a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  display: block;
  position: relative;
}
.sub-nav ul a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1230px) { /* weird icon double click event on ipad */
  .sub-nav ul a:hover [class*="icon-nav"] {
    background-position: 0 0;
  }
  .sub-nav ul a:hover:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #e08920 transparent transparent transparent;
    position: absolute;
    bottom: -27px;
    left: calc(50% - 7px);
    content: '';
    display: block;
  }
}

[class*="icon-nav"] {
  vertical-align: middle;
  display: inline-block;
}

.icon-nav-1 {
  width: 31px;
  height: 34px;
  background: url("../img/menu-1.png") 0 -34px no-repeat;
}
.icon-nav-2 {
  width: 28px;
  height: 32px;
  background: url("../img/menu-2.png") 0 -32px no-repeat;
}
.icon-nav-3 {
  width: 37px;
  height: 34px;
  background: url("../img/menu-3.png") 0 -34px no-repeat;
}
.icon-nav-4 {
  width: 30px;
  height: 30px;
  background: url("../img/menu-4.png") 0 -30px no-repeat;
}
.icon-nav-5 {
  width: 32px;
  height: 34px;
  background: url("../img/menu-5.png") 0 -34px no-repeat;
}
.icon-nav-6 {
  width: 26px;
  height: 32px;
  background: url("../img/menu-6.png") 0 -32px no-repeat;
}

.main-cam {
  /*padding: 26px 0;*/
}
.main-cam h2 {
  text-align: center;
  font-size: 28px;
  line-height: 20px;
  color: #3a3a3a;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 900;
}
.main-cam .google-box__item {
  max-width: 336px;
  margin-right: 28px;
  float: left;
}
.main-cam .video-item {
  margin-bottom: 30px;
}
.main-cam__share {
  text-align: center;
  margin-bottom: 23px;
  height: 40px;
}
.main-cam__share img {
  max-width: 100%;
}
.main-cam__btn {
  position: relative;
  background-color: #ffbb1d;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  min-width: 182px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
}
.main-cam__btn:after {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: calc(50% - 7px);
  content: '';
  display: block;
}
.main-cam__btn:before {
  width: 1px;
  height: 100%;
  top: 0;
  content: '';
  display: block;
  position: absolute;
  background-color: #e08820;
}
.main-cam__btn.prev {
  padding-left: 48px;
  float: left;
}
.main-cam__btn.prev:after {
  left: 16px;
  border-width: 7px 12px 7px 0;
  border-color: transparent #e08920 transparent transparent;
}
.main-cam__btn.prev:before {
  left: 48px;
}
.main-cam__btn.prev:hover:after {
  border-color: transparent #fff transparent transparent;
}
.main-cam__btn.prev:hover:before {
  background-color: #fff;
}
.main-cam__btn.next {
  padding-right: 48px;
  float: right;
}
.main-cam__btn.next:after {
  right: 16px;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #e08920;
}
.main-cam__btn.next:before {
  right: 48px;
}
.main-cam__btn.next:hover:after {
  border-color: transparent transparent transparent #fff;
}
.main-cam__btn.next:hover:before {
  background-color: #fff;
}
.main-cam__btn:hover {
  text-decoration: none;
  color: #fff;
}
/*
.main-cam__promo {
  background-color: #fff;
  padding: 18px;
  width: calc(100% - 364px);
  float: left;
}
*/
.main-cam__promo {
    background-color: #fff;
    padding: 18px;
    /*width: calc(100% - 364px);*/
    float: left;
    /* min-height: 281px; */
    width: 100%;
    /*max-width: 590px;*/
    margin-left: -15px;
}
.main-cam__promo p {
  font-size: 18px;
  line-height: 24px;
  color: #3a3a3a;
}

.popular-cams {
  padding: 12px 0 0;
}
.popular-cams h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  margin-bottom: 37px;
}
.popular-cams__item {
  background-color: #fff;
  padding-bottom: 22px;/*31px*/
  margin-bottom: 20px;
}
/* Weird grid fix for long titles */
.equalheights {
  padding-bottom: 1px !important;
}
.popular-cams__item {
  /*min-height: 500px;*/
  /*min-height: 440px;*/
}
.popular-cams__item .text-field {
  padding: 0 18px;
}
.popular-cams__item h3 {
  margin: 0 0 10px;
  line-height: 20px;
}
.popular-cams__item h3 a {
  text-transform: uppercase;
  color: #00abf0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
}
.popular-cams__item p {
  margin-bottom: 21px;
}
.popular-cams__item .video-item__overlay h3 {
  margin-bottom: 0;
}

@media screen and (max-width: 1230px) {
  .container {
    width: 971px;
  }

  .ribbon {
    max-width: 80%;
  }

  .video-item.bordered {
    border-width: 10px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 747px;
  }

  .header {
    text-align: center;
    position: relative;
  }
  .header .container {
    width: auto;
  }

  .header__logo {
    max-width: 250px;
    max-height: 60px;
    margin: 0 auto 20px;
    float: none;
  }

  .header__btns {
    float: none;
    text-align: center;
    margin: -5px 0 0 -30px;
  }
  .header__btns a:not(.hamburger) {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .header__btns .hamburger {
    display: block;
  }

  .header__nav {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 50;
    background-color: #fff;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__nav.open {
    padding: 80px 0 20px;
    max-height: 500px;
    display: none; /*using plugin*/
  }
  .header__nav ul {
    text-align: center;
  }
  .header__nav li {
    width: 100%;
  }

  .heading-content h1 {
    font-size: 54px;
    line-height: 72px;
  }

  .ribbon {
    font-size: 18px;
    max-width: 84%;
  }

  .video-item__overlay h3 {
    font-size: 12px;
    line-height: 18px;
  }

  .sub-nav ul a {
    font-size: 0;
    line-height: 0;
  }

  .main-cam h2 {
    line-height: 28px;
  }
  .main-cam__btn {
    min-width: 156px;
    font-size: 18px;
  }
  .main-cam__promo {
    float: none;
    width: auto;
  }
  .main-cam .google-box__item {
    float: none;
    margin: 0 auto 20px;
  }

  .footer p {
    text-align: center;
  }
  .footer ul {
    margin-bottom: 10px;
  }
  .footer ul a {
    line-height: 26px;
  }

  .footer__logo {
    max-width: 250px;
    margin: 0 auto 25px;
  }
  .footer__logo img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: auto;
  }

  .header {
    position: fixed;
    width: 100%;
    min-width: 320px;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: #fff;
  }
  .header__btns a:not(.hamburger) {
    font-size: 13px;
    min-width: 100px;
    padding: 8px 7px 7px;
  }
  .header__btns .hamburger {
    margin-top: 7px;
  }

  .ribbon {
    background-color: transparent;
    font-size: 16px;
    line-height: 24px;
    text-shadow: 2px 2px 1px #f8a818;
    margin-bottom: 30px;
  }
  .ribbon:before, .ribbon:after {
    content: none;
  }

  .heading-content {
    padding-top: 108px;
  }
  .heading-content .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .heading-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .heading-content .video-item {
    margin-bottom: 20px;
  }

  .sub-nav {
    padding-bottom: 0;
    padding-top: 168px;
  }
  .sub-nav h1 {
    font-size: 32px;
    line-height: 46px;
  }
  .sub-nav ul .gfx {
    line-height: 60px;
  }
  .sub-nav ul li {
    padding: 0;
  }
  .sub-nav ul a:hover:after {
    content: none;
  }
  .sub-nav nav {
    background-color: #ffbb1d;
    position: fixed;
    width: 100%;
    top: 116px;
    left: 0;
    z-index: 50;
    padding: 0 15px;
  }
  .google-box {
    margin: 100px 0 20px;
  }
  .sub-nav + .main-bg .google-box {
    margin: -20px 0 0;
  }
  .main-cam__btn {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    min-width: 135px;
  }
  .main-cam__btn.prev {
    padding-left: 30px;
  }
  .main-cam__btn.prev:after {
    left: 8px;
  }
  .main-cam__btn.prev:before {
    left: 30px;
  }
  .main-cam__btn.next {
    padding-right: 30px;
  }
  .main-cam__btn.next:after {
    right: 8px;
  }
  .main-cam__btn.next:before {
    right: 30px;
  }

  .footer {
    margin-top: 30px;
  }
  .footer p {
    color: #505050;
    max-width: 100%;
  }
  .footer h3 {
    color: #505050;
    text-align: center;
  }
  .footer ul li {
    text-align: center;
  }
  .footer ul a {
    color: #505050;
  }
  .footer__bottom {
    padding-bottom: 10px;
  }
  .footer__bottom p {
    color: #fff;
    text-align: center;
    float: none;
    margin: 0 0 10px;
  }
  .footer__bottom .footer__socials {
    float: none;
    text-align: center;
    margin: 0;
  }
  .footer__bottom .footer__socials li {
    margin: 0 10px;
  }
}

/* Weather Table */
table.weather {
    max-width: 600px;
    margin: 40px auto;
    background: #e6f1f5;
    border: 18px solid #fff;
    border-radius: 4px;
}
.weather thead {
    background: #ffbb1d;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

/* Contact Form */
div#nf-form-1-cont {
    max-width: 580px;
    margin: 0 auto;
}

/* Core Responsive Galleries */
@media screen and (max-width: 767px) {
  .gallery-item {
      width: 100% !important;
      margin: 0 auto;
  }
}


/* Alt Webcam Template */
.alt-adbox {
    text-align: center;
}
@media screen and (max-width: 769px) {
  .alt-adbox {
      margin: 40px 0;
  }
}

/* Listing Layout */
.listing-info h2 {
    text-align: left;
    margin: 0;
}
.listing-info h3 {
    font-size: 19px;
    line-height: 20px;
    color: #3a3a3a;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: 900;
}
.listing-btns {
    margin: 0 0 10px 0;
}
.listing-btns .btn--basic {
    min-width: 90px;
    padding: 8px 12px;
}
.video-item.listing-item.bordered.big {
    border: none;
}
.listing-item img {
    border: 18px solid #fff;
    width: auto;
    max-width: 590px;
    height: auto;
}

/* Archive */
.archive-layout h2 {
  text-align: center;
  font-size: 28px;
    line-height: 20px;
    color: #3a3a3a;
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 900;
}
.archive-desc {
  text-align: center;
}
.pagination {
    display: block;
    margin: 20px 8px;
    clear: both;
    text-align: center;
}
.page-numbers {
    color: #fff;
    text-align: center;
    display: inline-block;
    border: 3px solid #ffbb1d;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 17px;
    line-height: 9px;
    padding: 15px 8px;
    min-width: 30px;
}
.page-numbers:hover {
  background-color: #ffbb1d;
  color: #fff;
}
span.page-numbers.current, .page-numbers {
    background-color: #ffbb1d;
    border: none;
    line-height: 15px;
}
span.page-numbers.current {
  color: #333;
}

/* Grid Layout */
.grid-layout h1, .page-content h1 {
    color: #1daeeb;
    font-size: 44px;
    font-weight: 600;
    text-align: center;
}
.grid-layout p {
  text-align: center;
}
.grid-item {
    margin: 30px 0;
    text-align: center;
    min-height: 180px;
}
.grid-item h3 {
    color: #1daeeb;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.grid-item h3:hover {
    color: #1daeeb;
}

/* Dropdown Menus */

.header__nav ul li
{
  position:relative;
}

.header__nav ul ul
{
  display:none;
  position:absolute;
  background:#fff;
  z-index: 9999999999999;
  text-align: left;
}

.header__nav ul ul li
{
  float:none;
  width:200px
}

.header__nav ul ul a
{
  line-height:120%;
  padding:10px 15px
}

.header__nav ul ul ul
{
  top:0;
  left:100%
}

.header__nav ul li:hover > ul
{
  display:block
}

/* Misc */
body .pvc_stats {
    font-size: 14px;
}

/* Featured Listings */
a.btn--basic.btn--featured {
    min-width: 90px;
    padding: 8px 12px;
    margin-bottom: 20px;
}

/* Rental Listings */
.rental-item-label {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-align: center;
    background-color: #ffbb1d;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    padding: 8px;
}
.freeform-text-area .btn--basic {
   /* margin: -10px 0 10px;*/
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Test 
@media screen and (min-width: 768px) {
  .sub-nav { min-height: 260px; }
  .sub-nav ul { position: absolute; width: 100%; }
}
*/

.field-wrap > div input, .field-wrap textarea, .field-wrap select, .field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap .listselect-wrap > div {
    width: 100%;
    border: 0;
}

/* Google Search */
form#cse-search-box {
    float: left;
    margin: 3px 0 0;
}
input.SearchBoxBG {
    max-width: 182px;
}
input.SearchButton1 {
    color: #fff;
    background: #ffbb1e;
    border: 0;
    border-radius: 0;
    padding: 4px 8px;
    font: 14px "Source Sans Pro", sans-serif;
    font-weight: 600;
}
.search-icon {
    color: #ffbb1e !important;
    background: transparent !important;
    min-width: auto !important;
    font-size: 20px !important;
}
.search-icon:hover {
  color: #00abf0 !important;
}

.inner-search form#cse-search-box {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.inner-search input.SearchBoxBG {
    max-width: 100%;
}

/* Bottom Footer Links */
.row.footer__bottom a {
    color: #fff;
}

