/*
	Theme Name: Playground Blank
	Theme URI: http://html5blank.com
	Description: Blank WP Theme for Custom Jobs @ Playground (Thanks To Todd Motto + Twitter Bootstrap)
	Version: 1.2
	Author: Isaac Martin (@isaacmartin23)
	Author URI: http://weareplayground.co
	Tags: Blank, HTML5, CSS3, SASS, SCSS

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    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%;
  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 .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*------------------------------------*\
	STYLESHEET IMPORTS
\*------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 700px; } }

@media (min-width: 992px) {
  .container {
    width: 870px; } }

@media (min-width: 1200px) {
  .container {
    width: 1070px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4 {
  float: left; }

.col-xs-4 {
  width: 100%; }

.col-xs-3 {
  width: 75%; }

.col-xs-2 {
  width: 50%; }

.col-xs-1 {
  width: 25%; }

.col-xs-pull-4 {
  right: 100%; }

.col-xs-pull-3 {
  right: 75%; }

.col-xs-pull-2 {
  right: 50%; }

.col-xs-pull-1 {
  right: 25%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-4 {
  left: 100%; }

.col-xs-push-3 {
  left: 75%; }

.col-xs-push-2 {
  left: 50%; }

.col-xs-push-1 {
  left: 25%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-4 {
  margin-left: 100%; }

.col-xs-offset-3 {
  margin-left: 75%; }

.col-xs-offset-2 {
  margin-left: 50%; }

.col-xs-offset-1 {
  margin-left: 25%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4 {
    float: left; }
  .col-sm-4 {
    width: 100%; }
  .col-sm-3 {
    width: 75%; }
  .col-sm-2 {
    width: 50%; }
  .col-sm-1 {
    width: 25%; }
  .col-sm-pull-4 {
    right: 100%; }
  .col-sm-pull-3 {
    right: 75%; }
  .col-sm-pull-2 {
    right: 50%; }
  .col-sm-pull-1 {
    right: 25%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-4 {
    left: 100%; }
  .col-sm-push-3 {
    left: 75%; }
  .col-sm-push-2 {
    left: 50%; }
  .col-sm-push-1 {
    left: 25%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-4 {
    margin-left: 100%; }
  .col-sm-offset-3 {
    margin-left: 75%; }
  .col-sm-offset-2 {
    margin-left: 50%; }
  .col-sm-offset-1 {
    margin-left: 25%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4 {
    float: left; }
  .col-md-4 {
    width: 100%; }
  .col-md-3 {
    width: 75%; }
  .col-md-2 {
    width: 50%; }
  .col-md-1 {
    width: 25%; }
  .col-md-pull-4 {
    right: 100%; }
  .col-md-pull-3 {
    right: 75%; }
  .col-md-pull-2 {
    right: 50%; }
  .col-md-pull-1 {
    right: 25%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-4 {
    left: 100%; }
  .col-md-push-3 {
    left: 75%; }
  .col-md-push-2 {
    left: 50%; }
  .col-md-push-1 {
    left: 25%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-4 {
    margin-left: 100%; }
  .col-md-offset-3 {
    margin-left: 75%; }
  .col-md-offset-2 {
    margin-left: 50%; }
  .col-md-offset-1 {
    margin-left: 25%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4 {
    float: left; }
  .col-lg-4 {
    width: 100%; }
  .col-lg-3 {
    width: 75%; }
  .col-lg-2 {
    width: 50%; }
  .col-lg-1 {
    width: 25%; }
  .col-lg-pull-4 {
    right: 100%; }
  .col-lg-pull-3 {
    right: 75%; }
  .col-lg-pull-2 {
    right: 50%; }
  .col-lg-pull-1 {
    right: 25%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-4 {
    left: 100%; }
  .col-lg-push-3 {
    left: 75%; }
  .col-lg-push-2 {
    left: 50%; }
  .col-lg-push-1 {
    left: 25%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-4 {
    margin-left: 100%; }
  .col-lg-offset-3 {
    margin-left: 75%; }
  .col-lg-offset-2 {
    margin-left: 50%; }
  .col-lg-offset-1 {
    margin-left: 25%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@font-face {
  font-family: 'brandon-text-bold';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/brandon-text-bold.eot");
  src: url("../fonts/brandon-text-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon-text-bold.woff") format("woff"), url("../fonts/brandon-text-bold.ttf") format("truetype"), url("../fonts/brandon-text-bold.svg#brandon-text") format("svg"); }

@font-face {
  font-family: 'brandon-text-medium';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/brandon-text-medium.eot");
  src: url("../fonts/brandon-text-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon-text-medium.woff") format("woff"), url("../fonts/brandon-text-medium.ttf") format("truetype"), url("../fonts/brandon-text-medium.svg#brandon-text") format("svg"); }

@font-face {
  font-family: 'brandon-text';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/brandon-text-regular.eot");
  src: url("../fonts/brandon-text-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon-text-regular.woff") format("woff"), url("../fonts/brandon-text-regular.ttf") format("truetype"), url("../fonts/brandon-text-regular.svg#brandon-text") format("svg"); }

@font-face {
  font-family: 'brandon-text-black';
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/BrandonText-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonText-Black.otf") format("opentype"), url("../fonts/BrandonText-Black.woff") format("woff"), url("../fonts/BrandonText-Black.ttf") format("truetype"), url("../fonts/BrandonText-Black.svg#BrandonText-Black") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "brandon-text-medium", sans-serif;
  color: #272525; }
  body a {
    color: #272525;
    text-decoration: none; }
  body p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 1em; }

body {
  margin: 0;
  padding: 0; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }
  header .container {
    background: rgba(30, 113, 184, 0.5);
    padding: 10px; }
  header .logo-text {
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    margin-left: 10px; }
  header nav {
    display: inline-block;
    float: right; }
    header nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: inline-block; }
      header nav ul li {
        display: inline-block;
        padding: 0 20px 0 0;
        font-size: 1.4rem; }
        header nav ul li a {
          font-weight: 700;
          color: #fff;
          text-decoration: none; }
      header nav ul .current-menu-item a, header nav ul .current_page_parent a {
        color: #e0922f !important; }

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  background: rgba(30, 113, 184, 0.5); }
  .mobile-header .logo-text {
    position: fixed;
    top: 20px;
    left: 15px;
    font-weight: 700;
    font-size: 2.4rem;
    z-index: 99; }

.mobile-nav {
  width: 100vw;
  height: 100vh;
  background: #697ea2;
  position: absolute;
  top: -100vh;
  transition: all .5s ease-out 0.1s; }
  .mobile-nav .icon-wraps {
    position: relative;
    top: 120px;
    left: 30px; }
    .mobile-nav .icon-wraps i {
      color: #fff;
      margin: 0 10px 0 0;
      color: rgba(255, 255, 255, 0); }
  .mobile-nav ul {
    position: relative;
    top: 80px;
    padding: 0px 25px;
    width: 100%; }
    .mobile-nav ul li {
      display: block;
      padding: 10px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0);
      width: 100%;
      color: rgba(255, 255, 255, 0);
      font-size: 2rem; }
      .mobile-nav ul li a {
        font-weight: 500;
        color: transparent; }
    .mobile-nav ul li:last-child {
      border-bottom: none; }

.nav-open {
  top: 0; }
  .nav-open ul li {
    color: white;
    border-bottom: 1px solid white;
    transition: all .9s ease-out 0.1s;
    transition-delay: .5s; }
    .nav-open ul li a {
      color: white;
      transition: all .9s ease-out 0.1s;
      transition-delay: .5s; }
  .nav-open .icon-wraps i {
    color: white;
    transition: all .9s ease-out 0.1s;
    transition-delay: .5s; }

#nav-icon {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 8px; }

#nav-icon span:nth-child(4) {
  top: 16px; }

#nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%; }

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

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

#nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%; }

.social-post-wrapper {
  width: 60%; }

.type-social {
  border-bottom: 1px solid black; }

.home .footer {
  display: none; }

.home-wrapper {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0; }

.weather-cont {
  position: absolute;
  bottom: 80px;
  left: -180px;
  transition: all .5s ease-in;
  color: #fff; }
  .weather-cont .skycon-cont {
    position: absolute;
    right: 10px; }
  .weather-cont h2 {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    position: absolute;
    right: 0;
    top: 80px;
    right: 20px;
    font-size: 2rem; }
  .weather-cont h3 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-size: 1.6rem; }
  .weather-cont p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    width: 80%; }
  .weather-cont .weather-area {
    width: 250px;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px; }

.slide {
  left: 0px;
  transition: all .5s ease-in; }
  .slide .title {
    width: 250px; }

.slide-toggle {
  color: #fff;
  position: absolute;
  top: 110px;
  right: 20px;
  cursor: pointer;
  padding: 0 10px 10px 0; }

.home-logo {
  position: fixed;
  bottom: 35px;
  right: 35px;
  width: 100px;
  height: auto; }

.owl-wrapper-outer {
  height: 100% !important; }

.owl-wrapper {
  height: 100%; }

.owl-item {
  height: 100%; }

#home-bg-slider {
  height: 100vh;
  width: 100vw; }

.home-slide {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover; }

.owl-item a {
  text-decoration: none; }

.home-slide-caption {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: rgba(255, 255, 255, 0);
  font-family: "brandon-text-black", sans-serif;
  font-size: 10rem;
  line-height: 9rem;
  width: 60%;
  text-align: center;
  transition: all 1s ease-in;
  transition-delay: .7s;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.active .home-slide-caption {
  color: white;
  text-shadow: 2px 9px 20px rgba(0, 0, 0, 0.9); }

.owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block; }

.filters ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif; }
  .filters ul li {
    display: inline-block;
    font-size: 1.6rem;
    padding-bottom: 3px;
    margin-right: 25px;
    border-bottom: 1px solid black; }

.cam-wrap {
  font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
  padding-top: 60px;
  color: #272525;
  margin-top: 70px;
  position: relative; }
  .cam-wrap p {
    font-size: 1.8rem; }
  .cam-wrap p.intro {
    font-size: 2.3rem;
    font-weight: 400;
    max-width: 53ch; }
  .cam-wrap .divider {
    width: calc(100% + 60px);
    margin: 30px 0 30px -30px; }

.faq .p1 {
  -webkit-margin-after: .5rem; }

.text-wrapper .column-row {
  font-size: 1.6rem;
  margin-bottom: 10px; }
  .text-wrapper .column-row .col-1 {
    width: 45%;
    display: inline-block;
    float: left; }
  .text-wrapper .column-row .col-2 {
    width: 10%;
    display: inline-block;
    float: left; }
  .text-wrapper .column-row .col-3 {
    width: 45%;
    display: inline-block;
    float: left; }

.bg-img {
  width: 100vw;
  height: 70vh;
  background-position: center center;
  background-size: cover; }

.img-cap {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: white;
  font-family: "brandon-text-black", sans-serif;
  font-size: 7rem;
  line-height: 6rem;
  width: 60%;
  text-shadow: 2px 9px 20px rgba(0, 0, 0, 0.8);
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.img-nocap {
  width: 80vw;
  height: auto;
  margin: 1px 10vw;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.text-wrapper {
  font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
  width: 60%;
  margin: 50px 20% 30px 20%;
  color: #272525; }
  .text-wrapper p {
    font-size: 1.8rem; }
    .text-wrapper p strong {
      font-size: 2.3rem;
      font-weight: 400; }
    .text-wrapper p a {
      color: #62adf0; }

.no-top {
  margin-top: -25px; }

.divider {
  width: 90%;
  margin: 0 5%;
  border-top: 1px solid black; }

.post-wrapper {
  margin-top: 50px;
  font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif; }
  .post-wrapper .post-body {
    width: 60%; }
  .post-wrapper h1 {
    font-size: 2.8rem;
    color: #272525; }
  .post-wrapper p {
    font-size: 1.6rem; }

.date {
  display: block; }

.share-container {
  width: 30%;
  border-top: 1px solid #929496;
  padding: 10px 0 0 0; }
  .share-container p {
    color: #929496;
    display: inline-block;
    font-size: 1.8rem; }
  .share-container i {
    float: right;
    margin: 0 0 0 15px; }
  .share-container .share {
    color: #929496; }

.filters {
  margin-bottom: 30px; }

.pdf_download {
  padding: 10px 20px;
  background: #e0922f;
  color: white; }

.post, .press {
  width: 48%;
  margin: 0 2% 0 0;
  padding: 0;
  border-bottom: 1px solid black;
  display: inline-block;
  float: left;
  position: relative;
  padding-bottom: 20px; }

.post:nth-child(odd) {
  margin: 0 0 0 2%; }

.post:first-child {
  width: 100%;
  margin: 2% 0 0 0; }

#post-scroll-wrapper .post .bg-post-img {
  height: 250px; }

#post-scroll-wrapper .post:first-child .bg-post-img {
  height: 500px; }

.paged #post-scroll-wrapper .post:first-child .bg-post-img {
  height: 250px; }

.paged .post {
  width: 48%;
  margin: 0 2% 0 0;
  padding: 0;
  border-bottom: 1px solid black;
  display: inline-block;
  float: left;
  position: relative;
  padding-bottom: 20px; }

#infinite-handle {
  margin-top: 30px; }
  #infinite-handle span {
    font-family: "brandon-text-bold", sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    padding: 5px 20px;
    background: transparent;
    border: 1px solid black;
    border-radius: 10px;
    color: #000;
    margin-top: 30px; }

.no-pad {
  padding: 0; }

#post-scroll-wrapper {
  font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
  margin-top: 80px; }
  #post-scroll-wrapper .social {
    padding-bottom: 30px;
    border-bottom: 1px solid black; }
  #post-scroll-wrapper .bg-post-img {
    width: 100%;
    height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  #post-scroll-wrapper .read-more {
    color: #808183;
    display: block; }
  #post-scroll-wrapper h2 {
    font-size: 2.8rem;
    line-height: 3rem;
    color: #272525;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.5rem; }
  #post-scroll-wrapper .date {
    color: #808183; }
  #post-scroll-wrapper p {
    font-size: 1.6rem; }

.post-body .date {
  color: #808183; }

.archive footer, .blog footer, .single footer {
  border: none; }

footer {
  width: 90%;
  margin: 20px 5% 20px 5%;
  padding-top: 20px;
  border-top: 1px solid black; }
  footer .social {
    position: relative;
    display: inline-block; }
    footer .social a {
      border-right: 2px solid #6d6e70;
      height: 35px;
      position: relative;
      display: inline-block; }
    footer .social a:last-child {
      border: none; }
    footer .social img {
      height: 20px;
      padding: 0 10px;
      margin-top: 8px; }
  footer .footer-contact {
    position: relative;
    display: inline-block;
    font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
    font-size: 1.6rem;
    float: right; }

/*------------------------------------*\
	RESPONSIVE IMPORTS
\*------------------------------------*/
.mobile-only {
  display: none;
  visibility: hidden; }

@media only screen and (min-width: 320px) and (max-width: 736px) {
  .mobile-only {
    display: block;
    visibility: visible; }
  .desktop-only {
    display: none;
    visibility: hidden; }
  .no-pad {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
  .social-post-wrapper {
    width: 100%; }
  #post-scroll-wrapper .bg-post-img {
    height: 250px; }
  html {
    font-size: 45%; }
  .home-slide-caption {
    width: 95%;
    font-size: 7rem;
    line-height: 5.5rem; }
  .home-logo {
    width: 75px;
    bottom: 25px;
    right: 25px; }
  .img-cap {
    width: 90%;
    line-height: 4.5rem;
    font-size: 5rem; }
  .text-wrapper {
    width: 90%;
    margin: 50px 5% 30px 5%; }
  .footer .social {
    text-align: center; }
  .bg-img {
    height: 60vh; }
  #post-scroll-wrapper .post:first-child .bg-post-img {
    height: 250px; }
  .post, .paged .post {
    width: 100%;
    margin: 2% 0 0 0; }
  .weather-cont {
    position: absolute;
    bottom: 30px;
    left: 0;
    transition: all .5s ease-in;
    color: #fff;
    opacity: 0; }
    .weather-cont .skycon-cont {
      position: absolute;
      right: -10px; }
    .weather-cont h2 {
      margin: 0;
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      position: absolute;
      right: 0;
      top: 80px;
      right: 0;
      font-size: 2.2rem; }
    .weather-cont h3 {
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      font-size: 1.9rem; }
    .weather-cont p {
      font-size: 1.6rem;
      margin-bottom: 30px;
      width: 80%; }
    .weather-cont .weather-area {
      width: 250px;
      background: transparent;
      padding: 20px; }
  .weather-mobile {
    opacity: 1;
    z-index: 99; } }

@media only screen and (min-width: 320px) and (max-width: 736px) and (min-width: 768px) and (max-width: 1024px) {
  .mobile-only {
    display: block;
    visibility: visible; }
  .desktop-only {
    display: none;
    visibility: hidden; }
  .home-slide-caption {
    width: 95%;
    font-size: 8rem;
    line-height: 7rem; }
  .home-logo {
    width: 75px;
    bottom: 25px;
    right: 25px; }
  .img-cap {
    width: 90%;
    line-height: 6rem;
    font-size: 6rem; }
  .text-wrapper {
    width: 90%;
    margin: 50px 5% 30px 5%; }
  /*
	.footer .social{
		text-align: center;
	}

	*/
  .bg-img {
    height: 60vh; }
  .mobile-nav {
    font-size: 1.6rem; }
  .weather-cont {
    position: absolute;
    bottom: 80px;
    left: 0;
    transition: all .5s ease-in;
    color: #fff;
    opacity: 0; }
    .weather-cont .skycon-cont {
      position: absolute;
      right: -10px; }
    .weather-cont h2 {
      margin: 0;
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      position: absolute;
      right: 0;
      top: 80px;
      font-size: 2.2rem; }
    .weather-cont h3 {
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      font-size: 1.9rem; }
    .weather-cont p {
      font-size: 1.6rem;
      margin-bottom: 30px;
      width: 80%; }
    .weather-cont .weather-area {
      width: 250px;
      background: transparent;
      padding: 20px; }
  .weather-mobile {
    opacity: 1; } }

/*
//iPad Portrait *same as iPhone*

//ipad Landscape
@media only screen
and (min-device-width : 768px)
and (max-device-width : 991px)
and (orientation : landscape) {
	.text-wrapper {
		width: 80%;
		margin: 50px 10% 30px 10%;
	}
}
*/
/*!
 * BetterWeather - v1.4
 * Author: BetterStudio (http://themeforest.net/user/Better-Studio)
 * @license BetterStudio
 */
@font-face {
  font-family: weather;
  src: url(../font/weathericons-regular-webfont.eot);
  src: url(../font/weathericons-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../font/weathericons-regular-webfont.woff) format("woff"), url(../font/weathericons-regular-webfont.ttf) format("truetype"), url(../font/weathericons-regular-webfont.svg#weathericons-regular-webfontRg) format("svg");
  font-weight: 400;
  font-style: normal; }

[class^=wi-], [class*=" wi-"] {
  font-family: weather;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^=wi-]:before, [class*=" wi-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

.wi-day-cloudy-gusts:before {
  content: "\f000"; }

.wi-day-cloudy-windy:before {
  content: "\f001"; }

.wi-day-cloudy:before {
  content: "\f002"; }

.wi-day-fog:before {
  content: "\f003"; }

.wi-day-hail:before {
  content: "\f004"; }

.wi-day-lightning:before {
  content: "\f005"; }

.wi-day-rain-mix:before {
  content: "\f006"; }

.wi-day-rain-wind:before {
  content: "\f007"; }

.wi-day-rain:before {
  content: "\f008"; }

.wi-day-showers:before {
  content: "\f009"; }

.wi-day-snow:before {
  content: "\f00a"; }

.wi-day-sprinkle:before {
  content: "\f00b"; }

.wi-day-sunny-overcast:before {
  content: "\f00c"; }

.wi-day-sunny:before {
  content: "\f00d"; }

.wi-day-storm-showers:before {
  content: "\f00e"; }

.wi-day-thunderstorm:before {
  content: "\f010"; }

.wi-cloudy-gusts:before {
  content: "\f011"; }

.wi-cloudy-windy:before {
  content: "\f012"; }

.wi-cloudy:before {
  content: "\f013"; }

.wi-fog:before {
  content: "\f014"; }

.wi-hail:before {
  content: "\f015"; }

.wi-lightning:before {
  content: "\f016"; }

.wi-rain-mix:before {
  content: "\f017"; }

.wi-rain-wind:before {
  content: "\f018"; }

.wi-rain:before {
  content: "\f019"; }

.wi-showers:before {
  content: "\f01a"; }

.wi-snow:before {
  content: "\f01b"; }

.wi-sprinkle:before {
  content: "\f01c"; }

.wi-storm-showers:before {
  content: "\f01d"; }

.wi-thunderstorm:before {
  content: "\f01e"; }

.wi-windy:before {
  content: "\f021"; }

.wi-night-alt-cloudy-gusts:before {
  content: "\f022"; }

.wi-night-alt-cloudy-windy:before {
  content: "\f023"; }

.wi-night-alt-hail:before {
  content: "\f024"; }

.wi-night-alt-lightning:before {
  content: "\f025"; }

.wi-night-alt-rain-mix:before {
  content: "\f026"; }

.wi-night-alt-rain-wind:before {
  content: "\f027"; }

.wi-night-alt-rain:before {
  content: "\f028"; }

.wi-night-alt-showers:before {
  content: "\f029"; }

.wi-night-alt-snow:before {
  content: "\f02a"; }

.wi-night-alt-sprinkle:before {
  content: "\f02b"; }

.wi-night-alt-storm-showers:before {
  content: "\f02c"; }

.wi-night-alt-thunderstorm:before {
  content: "\f02d"; }

.wi-night-clear:before {
  content: "\f02e"; }

.wi-night-cloudy-gusts:before {
  content: "\f02f"; }

.wi-night-cloudy-windy:before {
  content: "\f030"; }

.wi-night-cloudy:before {
  content: "\f031"; }

.wi-night-hail:before {
  content: "\f032"; }

.wi-night-lightning:before {
  content: "\f033"; }

.wi-night-rain-mix:before {
  content: "\f034"; }

.wi-night-rain-wind:before {
  content: "\f035"; }

.wi-night-rain:before {
  content: "\f036"; }

.wi-night-showers:before {
  content: "\f037"; }

.wi-night-snow:before {
  content: "\f038"; }

.wi-night-sprinkle:before {
  content: "\f039"; }

.wi-night-storm-showers:before {
  content: "\f03a"; }

.wi-night-thunderstorm:before {
  content: "\f03b"; }

.wi-celcius:before {
  content: "\f03c"; }

.wi-cloud-down:before {
  content: "\f03d"; }

.wi-cloud-refresh:before {
  content: "\f03e"; }

.wi-cloud-up:before {
  content: "\f040"; }

.wi-cloud:before {
  content: "\f041"; }

.wi-degrees:before {
  content: "\f042"; }

.wi-down-left:before {
  content: "\f043"; }

.wi-down:before {
  content: "\f044"; }

.wi-fahrenheit:before {
  content: "\f045"; }

.wi-horizon-alt:before {
  content: "\f046"; }

.wi-horizon:before {
  content: "\f047"; }

.wi-left:before {
  content: "\f048"; }

.wi-lightning:before {
  content: "\f016"; }

.wi-night-fog:before {
  content: "\f04a"; }

.wi-refresh-alt:before {
  content: "\f04b"; }

.wi-refresh:before {
  content: "\f04c"; }

.wi-right:before {
  content: "\f04d"; }

.wi-sprinkles:before {
  content: "\f04e"; }

.wi-strong-wind:before {
  content: "\f050"; }

.wi-sunrise:before {
  content: "\f051"; }

.wi-sunset:before {
  content: "\f052"; }

.wi-thermometer-exterior:before {
  content: "\f053"; }

.wi-thermometer-internal:before {
  content: "\f054"; }

.wi-thermometer:before {
  content: "\f055"; }

.wi-tornado:before {
  content: "\f056"; }

.wi-up-right:before {
  content: "\f057"; }

.wi-up:before {
  content: "\f058"; }

.wi-wind-east:before {
  content: "\f059"; }

.wi-wind-north-east:before {
  content: "\f05a"; }

.wi-wind-north-west:before {
  content: "\f05b"; }

.wi-wind-north:before {
  content: "\f05c"; }

.wi-wind-south-east:before {
  content: "\f05d"; }

.wi-wind-south-west:before {
  content: "\f05e"; }

.wi-wind-south:before {
  content: "\f060"; }

.wi-wind-west:before {
  content: "\f061"; }

.better-weather {
  color: #ffffff;
  background-color: #e0e0e0;
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  position: relative;
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif; }

.better-weather * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.better-weather p {
  line-height: normal;
  font-size: 13px; }

.better-weather .bw-loader {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #FFF;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 50%;
  margin-left: -10px; }

.better-weather .bw-loader:before, .bw-loader:after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 7px;
  width: 2px;
  height: 7px;
  box-sizing: border-box;
  border: 1px solid #FFF;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: clock .9s linear infinite;
  animation: clock .9s linear infinite; }

.better-weather .bw-loader:after {
  height: 5px;
  animation-duration: 4s;
  -webkit-animation-duration: 5s; }

@-webkit-keyframes clock {
  from {
    -webkit-transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg); } }

/* bw-error */
.better-weather .bw-error {
  text-align: center;
  padding: 18px 10px 10px;
  width: 100%;
  height: 85px;
  position: absolute;
  top: 50%;
  margin-top: -44px;
  font-size: 13px; }

.better-weather .bw-error[max-width~="100px"] {
  padding: 10px 5px; }

.better-weather .bw-error[max-width~="100px"] .bw-error-title {
  font-size: 12px;
  font-weight: normal;
  overflow: hidden; }

.better-weather .bw-error .bw-error-sign {
  font-size: 29px;
  line-height: 30px; }

.better-weather .bw-error .bw-error-title {
  font-weight: bold; }

/* bw_date-loc */
.better-weather .bw_date-loc {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  font-size: 15px;
  text-align: center; }

.better-weather .bw_date-loc .bw_separator {
  margin: 0 7px; }

/* .bw_summary */
.better-weather .bw_summary {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%; }

.better-weather .bw_summary p {
  font-size: 13px;
  color: inherit; }

/* .bw_degree */
.better-weather .bw_degree {
  position: absolute;
  top: 206px;
  left: 0;
  height: 60px;
  width: 100%;
  line-height: 60px; }

.better-weather .bw_degree p {
  font-size: 60px;
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  line-height: normal;
  color: inherit;
  text-align: center; }

/* down up degrees */
.better-weather .bw_down-degree,
.better-weather .bw_up-degree {
  position: absolute;
  bottom: 5px;
  left: 22px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block; }

.better-weather .bw_down-degree {
  left: 70px; }

.better-weather .bw_currently .bw_up-degree:before,
.better-weather .bw_currently .bw_down-degree:before {
  font-family: weather;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  content: "\f044";
  margin-right: 2px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -11px; }

.better-weather .bw_currently .bw_up-degree:before {
  content: "\f058"; }

/* bw_days */
.better-weather .bw_days {
  background-color: rgba(255, 255, 255, 0.24); }

.better-weather .bw_days ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.better-weather .bw_days ul li {
  padding: 0;
  margin: 0;
  float: left;
  border: none; }

.better-weather .bw_days ul li p,
.better-weather .bw_days ul li {
  color: inherit;
  margin: 0; }

.better-weather .bw_days li .bw_icon-container {
  margin: 0; }

.better-weather .bw_days li:after,
.better-weather .bw_days li:before {
  display: none; }

/*******
 Normal Style
 *******/
.better-weather.style-normal .bw_currently {
  text-align: center; }

/*******
 Modern Style
 *******/
.better-weather.style-modern .bw_degree {
  position: absolute;
  top: 219px;
  left: 0;
  height: 60px;
  width: 100%;
  line-height: 60px;
  padding-left: 6px; }

.better-weather.style-modern .bw_summary {
  position: absolute;
  top: 214px;
  left: inherit;
  width: 100%;
  right: 10px;
  text-align: right; }

/*******
 Modern & Normal Style

 Smaller than 2000
 *******/
.better-weather[max-width~="2000px"] {
  height: 85px; }

.better-weather[max-width~="2000px"] .bw_summary {
  top: 15px;
  width: 130px;
  right: inherit;
  left: 20px;
  text-align: center; }

.better-weather[max-width~="2000px"] .bw_summary .bw_icon {
  font-size: 25px; }

.better-weather[max-width~="2000px"] .bw_summary p {
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.better-weather[max-width~="2000px"] .bw_down-degree,
.better-weather[max-width~="2000px"] .bw_up-degree {
  left: 330px;
  bottom: inherit;
  top: 20px;
  font-size: 12px; }

.better-weather[max-width~="2000px"] .bw_down-degree {
  top: 50px; }

.better-weather[max-width~="2000px"] .bw_down-degree:before,
.better-weather[max-width~="2000px"] .bw_up-degree:before {
  font-size: 16px; }

.better-weather[max-width~="2000px"] .bw_degree {
  top: 18px;
  width: 120px;
  left: 210px; }

.better-weather.unit-showed[max-width~="2000px"] .bw_degree {
  left: 150px; }

.better-weather[max-width~="2000px"] .bw_degree p {
  font-size: 50px; }

.better-weather[max-width~="2000px"] .bw_date-loc {
  top: 32px;
  left: inherit;
  width: 210px;
  right: 0; }

.better-weather.have-next-days[max-width~="2000px"] .bw_date-loc {
  right: 200px; }

.better-weather[max-width~="2000px"] .bw_days {
  height: 85px;
  padding: 14px 0;
  width: 200px;
  position: absolute;
  right: 0;
  top: 0; }

.better-weather[max-width~="2000px"] .bw_days li {
  margin: 0;
  line-height: 15px;
  font-size: 12px;
  text-align: center;
  width: 25%; }

.better-weather[max-width~="2000px"] .bw_days li p {
  line-height: 15px;
  font-size: 12px;
  text-align: center; }

.better-weather[max-width~="2000px"] .bw_days li .bw_icon-container {
  margin: 10px 0;
  display: inline-block; }

.better-weather[max-width~="2000px"] .bw_days li .bw_icon-container .bw_icon {
  font-size: 14px; }

.better-weather[max-width~="2000px"] .bw_days li .bw_day-title {
  margin-top: 7px; }

/*******
 Modern & Normal Style

 Smaller than 970
 *******/
.better-weather.style-modern[max-width~="970px"] .bw_degree {
  left: 180px; }

.better-weather.style-modern[max-width~="970px"] .bw_down-degree,
.better-weather.style-modern[max-width~="970px"] .bw_up-degree {
  left: 300px; }

/*******
 * Modern & Normal Style
 *
 * Smaller than 830
 *******/
.better-weather.style-modern[max-width~="830px"] .bw_degree {
  left: 150px; }

.better-weather.style-modern[max-width~="830px"] .bw_down-degree,
.better-weather.style-modern[max-width~="830px"] .bw_up-degree {
  left: 270px; }

.better-weather.style-modern.unit-showed[max-width~="830px"] .bw_down-degree,
.better-weather.style-modern.unit-showed[max-width~="830px"] .bw_up-degree {
  left: 290px; }

/*******
 * Modern & Normal Style
 *
 * Smaller than 650
 *******/
.better-weather.style-modern.have-next-days[max-width~="650px"] .bw_date-loc {
  display: none; }

/*******
 * Modern & Normal Style
 *
 * Smaller than 550
 *******/
.better-weather[max-width~="550px"] .bw_summary {
  width: 80px; }

.better-weather.style-modern[max-width~="550px"] .bw_date-loc {
  width: 150px; }

.better-weather.style-modern.have-next-days[max-width~="550px"] .bw_degree {
  left: 110px; }

.better-weather.style-modern.have-next-days[max-width~="550px"] .bw_down-degree,
.better-weather.style-modern.have-next-days[max-width~="550px"] .bw_up-degree {
  left: 240px; }

/*******
 Modern & Normal Style

 Smaller than 550
 *******/
.better-weather[max-width~="400px"],
.better-weather[max-width~="400px"] {
  height: 300px !important; }

/*******
 Modern & Normal Style

 Smaller than 400
 *******/
.better-weather.style-normal[max-width~="400px"],
.better-weather.style-modern[max-width~="400px"] {
  height: 300px; }

.better-weather.style-modern.have-next-days[max-width~="400px"] .bw_date-loc,
.better-weather.style-normal.have-next-days[max-width~="400px"] .bw_date-loc,
.better-weather.style-normal[max-width~="400px"] .bw_date-loc,
.better-weather.style-modern[max-width~="400px"] .bw_date-loc {
  top: 20px;
  right: inherit;
  left: 0;
  width: 100%;
  text-align: center;
  display: block; }

.better-weather.style-normal[max-width~="400px"] .bw_summary {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%; }

.better-weather.style-modern[max-width~="400px"] .bw_summary {
  top: inherit;
  bottom: 7px;
  right: 0;
  left: inherit;
  text-align: center;
  width: auto;
  padding-right: 11px; }

.better-weather.style-normal.have-next-days[max-width~="400px"] .bw_summary p,
.better-weather.style-normal[max-width~="400px"] .bw_summary p,
.better-weather.style-modern.have-next-days[max-width~="400px"] .bw_summary p,
.better-weather.style-modern[max-width~="400px"] .bw_summary p {
  font-size: 13px; }

.better-weather[max-width~="400px"] .bw_summary .bw_icon {
  font-size: 44px !important; }

.better-weather.style-normal.have-next-days[max-width~="400px"] .bw_degree,
.better-weather.style-modern.have-next-days[max-width~="400px"] .bw_degree,
.better-weather.style-normal[max-width~="400px"] .bw_degree,
.better-weather.style-modern[max-width~="400px"] .bw_degree {
  top: 210px;
  left: 0;
  right: inherit;
  height: 60px;
  width: 100px;
  line-height: 60px; }

.better-weather.style-normal.have-next-days[max-width~="400px"] .bw_degree,
.better-weather.style-normal[max-width~="400px"] .bw_degree {
  width: 100%; }

.better-weather[max-width~="400px"] .bw_degree p {
  font-size: 50px !important; }

.better-weather[max-width~="400px"] .bw_down-degree,
.better-weather[max-width~="400px"] .bw_up-degree {
  position: absolute !important;
  bottom: 5px !important;
  left: 22px !important;
  right: inherit !important;
  top: inherit !important;
  font-size: 14px !important;
  line-height: 20px !important; }

.better-weather[max-width~="400px"] .bw_down-degree {
  left: 70px !important;
  top: inherit !important;
  bottom: 5px !important; }

.better-weather.style-normal.have-next-days[max-width~="400px"] .bw_up-degree,
.better-weather.style-modern.have-next-days[max-width~="400px"] .bw_up-degree,
.better-weather.style-normal[max-width~="400px"] .bw_up-degree,
.better-weather.style-modern[max-width~="400px"] .bw_up-degree {
  left: 22px; }

.better-weather.have-next-days[max-width~="400px"] {
  height: 385px !important; }

.better-weather.have-next-days[max-width~="400px"] .bw_currently {
  height: 300px !important;
  position: relative  !important; }

.better-weather[max-width~="400px"] .bw_days {
  height: 85px;
  padding: 14px 0;
  width: 100%;
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0; }

.better-weather[max-width~="400px"] .bw_days li {
  margin: 0;
  width: 25%; }

/*******
 Modern & Normal Style

 Smaller than 300
 *******/
.better-weather.style-normal[max-width~="300px"] .bw_summary {
  top: 100px; }

/*******
 Modern Style

 Smaller than 170
 *******/
.better-weather.style-modern[max-width~="170px"] {
  height: 300px; }

.better-weather.style-modern.have-next-days[max-width~="170px"] .bw_degree,
.better-weather.style-modern[max-width~="170px"] .bw_degree {
  top: 227px;
  width: 60px;
  text-align: left; }

/*******
 Normal style

 Smaller than 170
 *******/
.better-weather.style-normal[max-width~="170px"] .bw_summary {
  top: 125px; }

.better-weather.style-normal[max-width~="170px"] .bw_degree p {
  font-size: 36px; }

/*******
 Modern & Normal style

 Smaller than 170
 *******/
.better-weather.style-normal[max-width~="170px"] .bw_date-loc,
.better-weather.style-modern[max-width~="170px"] .bw_date-loc {
  font-size: 13px; }

.better-weather[max-width~="170px"] .bw_date-loc span {
  display: block !important;
  margin-bottom: 5px !important; }

.better-weather[max-width~="170px"] .bw_date-loc span.bw_separator {
  display: none !important; }

.better-weather.style-modern[max-width~="170px"] .bw_summary p {
  display: none; }

.better-weather[max-width~="170px"] .bw_up-degree,
.better-weather[max-width~="170px"] .bw_down-degree {
  font-size: 11px !important; }

.better-weather[max-width~="170px"] .bw_down-degree {
  left: 54px !important; }

.better-weather[max-width~="170px"] .bw_up-degree:before,
.better-weather[max-width~="170px"] .bw_down-degree:before {
  font-size: 15px !important; }

.better-weather.style-modern[max-width~="170px"] .bw_summary {
  top: 245px !important; }

.better-weather[max-width~="170px"] .bw_summary .bw_icon {
  font-size: 34px !important; }

.better-weather[max-width~="170px"] .bw_degree p {
  font-size: 30px !important; }

/*******
 Modern & Normal Style

 Smaller than 100
 *******/
.better-weather[max-width~="100px"] {
  height: 300px !important; }

.better-weather[max-width~="100px"] .bw_date-loc {
  top: 20px !important;
  font-size: 11px !important; }

.better-weather[max-width~="100px"] .bw_date-loc span {
  display: none !important;
  text-align: center !important; }

.better-weather[max-width~="100px"] .bw_date-loc span.bw_location {
  display: block !important; }

.better-weather.style-modern[max-width~="100px"] .bw_summary,
.better-weather[max-width~="100px"] .bw_summary {
  padding: 0 !important;
  top: 128px !important;
  right: inherit !important;
  left: 0 !important;
  text-align: center !important;
  width: 100% !important; }

.better-weather[max-width~="100px"] .bw_summary .bw_icon {
  font-size: 32px !important; }

.better-weather[max-width~="100px"] .bw_summary p {
  display: none !important; }

.better-weather[max-width~="100px"] .bw_degree {
  padding: 0 5px !important;
  top: 240px !important;
  text-align: center !important;
  width: 100% !important; }

.better-weather[max-width~="100px"] .bw_degree p {
  font-size: 14px !important;
  text-align: center !important; }

.better-weather[max-width~="100px"] .bw_up-degree,
.better-weather[max-width~="100px"] .bw_down-degree {
  display: none !important; }

.better-weather.have-next-days[max-width~="100px"] {
  height: 540px !important; }

.better-weather.have-next-days[max-width~="100px"] .bw_days {
  height: 240px !important; }

.better-weather[max-width~="100px"] .bw_days li {
  margin: 0 0 !important;
  width: 100% !important;
  float: none !important; }

.better-weather[max-width~="100px"] .bw_days li .bw_day-title {
  margin-top: 0 !important; }

.better-weather[max-width~="50px"] .bw_summary .bw_icon {
  font-size: 16px !important; }

/*******
 Backgrounds
 *******/
/* clear day */
.better-weather.with-natural-background.state-clear-day {
  background: url(../img/clear-day.jpg) no-repeat 0 0 #599ad0; }

.better-weather.with-natural-background.state-clear-day .bw_days {
  background-color: #5a9bd5;
  background-color: rgba(98, 160, 219, 0.7); }

/* clear night */
.better-weather.with-natural-background.state-clear-night {
  background: url(../img/clear-night.jpg) no-repeat 0 0 #252a26; }

.better-weather.with-natural-background.state-clear-night .bw_days {
  background-color: #353535;
  background-color: rgba(255, 255, 255, 0.1); }

/* rain */
.better-weather.with-natural-background.state-rain {
  background: url(../img/rain.jpg) no-repeat 0px -230px #3b4963; }

.better-weather.with-natural-background.state-rain .bw_days {
  background-color: #2A394E;
  background-color: rgba(42, 57, 78, 0.58); }

.better-weather.with-natural-background.state-rain[max-width~="1170px"] {
  background-position: 0px -230px; }

.better-weather.with-natural-background.state-rain[max-width~="400px"] {
  background-position: 0 0; }

/* snow */
.better-weather.with-natural-background.state-snow {
  background: url(../img/snow.jpg) 0 0 #607592; }

.better-weather.with-natural-background.state-snow .bw_days {
  background-color: #2A394E;
  background-color: rgba(42, 57, 78, 0.58); }

.better-weather.with-natural-background.state-snow[max-width~="1170px"] {
  background-position: 0px -318px; }

.better-weather.with-natural-background.state-snow[max-width~="400px"] {
  background-position: -10px -180px; }

.better-weather.with-natural-background.state-snow.have-next-days[max-width~="400px"] {
  background-position: -10px -150px; }

.better-weather.with-natural-background.state-snow.have-next-days[max-width~="100px"] {
  background-position: -240px -0px; }

/* sleet */
.better-weather.with-natural-background.state-sleet {
  background: url(../img/rain.jpg) 0 0 #607592; }

.better-weather.with-natural-background.state-sleet .bw_days {
  background-color: #2A394E;
  background-color: rgba(42, 57, 78, 0.58); }

.better-weather.with-natural-background.state-sleet[max-width~="1170px"] {
  background-position: 0px -230px; }

.better-weather.with-natural-background.state-sleet[max-width~="400px"] {
  background-position: 0 0; }

/* wind */
.better-weather.with-natural-background.state-wind {
  background: url(../img/rain.jpg) 0 0 #607592; }

.better-weather.with-natural-background.state-wind .bw_days {
  background-color: #2A394E;
  background-color: rgba(42, 57, 78, 0.58); }

.better-weather.with-natural-background.state-wind[max-width~="1170px"] {
  background-position: 0px -230px; }

.better-weather.with-natural-background.state-wind[max-width~="400px"] {
  background-position: 0 0; }

/* fog */
.better-weather.with-natural-background.state-fog {
  background: url(../img/fog.jpg) 0 0px #47456e; }

.better-weather.with-natural-background.state-fog .bw_days {
  background-color: #DADADA;
  background-color: rgba(151, 151, 151, 0.4); }

.better-weather.with-natural-background.state-fog[max-width~="2000px"] .bw_date-loc {
  color: #CECECE; }

.better-weather.with-natural-background.state-fog[max-width~="900px"] .bw_date-loc {
  color: #fff; }

.better-weather.with-natural-background.state-fog[max-width~="970px"] {
  background-position: 0px -257px; }

.better-weather.with-natural-background.state-fog[max-width~="830px"] {
  background-position: 0px -257px; }

.better-weather.with-natural-background.state-fog[max-width~="650px"] {
  background-position: 0px -257px; }

.better-weather.with-natural-background.state-fog[max-width~="550px"] {
  background-position: 0px -257px; }

.better-weather.with-natural-background.state-fog[max-width~="400px"] {
  background-position: -536px -153px; }

.better-weather.with-natural-background.state-fog[max-width~="170px"] {
  background-position: -700px -153px; }

.better-weather.with-natural-background.state-fog[max-width~="100px"] {
  background-position: -570px 0px !important; }

/* thunderstorm */
.better-weather.with-natural-background.state-thunderstorm {
  background: url(../img/thunderstorm.jpg) 0 -290px #47456e; }

.better-weather.with-natural-background.state-thunderstorm .bw_days {
  background-color: #47456e;
  background-color: rgba(71, 69, 110, 0.85); }

.better-weather.with-natural-background.state-thunderstorm[max-width~="970px"] {
  background-position: -160px -287px; }

.better-weather.have-next-days.with-natural-background.state-thunderstorm[max-width~="970px"] {
  background-position: -200px -287px; }

.better-weather.with-natural-background.state-thunderstorm[max-width~="830px"] {
  background-position: -330px -370px !important; }

.better-weather.with-natural-background.state-thunderstorm[max-width~="650px"] {
  background-position: -360px -305px !important; }

.better-weather.with-natural-background.state-thunderstorm[max-width~="550px"] {
  background-position: -376px -305px !important; }

.better-weather.with-natural-background.state-thunderstorm.style-modern[max-width~="400px"] {
  background-position: -446px -153px !important; }

.better-weather.with-natural-background.state-thunderstorm.style-normal[max-width~="400px"] {
  background-position: -366px -153px !important; }

.better-weather.with-natural-background.state-thunderstorm.style-modern[max-width~="300px"] {
  background-position: -536px -153px !important; }

.better-weather.with-natural-background.state-thunderstorm.style-normal[max-width~="300px"] {
  background-position: -466px -153px !important; }

.better-weather.with-natural-background.state-thunderstorm.style-modern[max-width~="170px"] {
  background-position: -616px -153px !important; }

.better-weather.with-natural-background.state-thunderstorm.style-normal[max-width~="170px"] {
  background-position: -546px -142px !important; }

.better-weather.with-natural-background.state-thunderstorm.style-normal[max-width~="100px"],
.better-weather.with-natural-background.state-thunderstorm.style-modern[max-width~="100px"] {
  background-position: -753px 0px !important; }

/* cloudy */
.better-weather.with-natural-background.state-cloudy {
  background: url(../img/cloudy.jpg) 0 0 #208aae; }

.better-weather.with-natural-background.state-cloudy .bw_days {
  background-color: #087FA7;
  background-color: rgba(29, 117, 157, 0.75); }

.better-weather.with-natural-background.state-cloudy[max-width~="1170px"] {
  background-position: 0px 0px; }

.better-weather.with-natural-background.state-cloudy[max-width~="970px"] {
  background-position: -80px 0px; }

.better-weather.with-natural-background.state-cloudy[max-width~="830px"] {
  background-position: -200px 0px; }

.better-weather.with-natural-background.state-cloudy[max-width~="650px"] {
  background-position: -230px -31px; }

.better-weather.with-natural-background.state-cloudy[max-width~="550px"] {
  background-position: -370px -31px; }

.better-weather.with-natural-background.state-cloudy.style-modern[max-width~="400px"] {
  background-position: -180px -41px; }

.better-weather.with-natural-background.state-cloudy.style-normal[max-width~="400px"] {
  background-position: -260px -41px; }

.better-weather.with-natural-background.state-cloudy.style-modern[max-width~="400px"] {
  background-position: -240px -41px; }

.better-weather.with-natural-background.state-cloudy.style-normal[max-width~="400px"] {
  background-position: -200px -41px; }

.better-weather.with-natural-background.state-cloudy.style-modern[max-width~="300px"] {
  background-position: -270px -100px; }

.better-weather.with-natural-background.state-cloudy.style-normal[max-width~="300px"] {
  background-position: -250px 0px; }

.better-weather.with-natural-background.state-cloudy.style-normal[max-width~="170px"],
.better-weather.with-natural-background.state-cloudy.style-modern[max-width~="170px"] {
  background-position: -280px 0px; }

/* partly-cloudy-day */
.better-weather.with-natural-background.state-partly-cloudy-day {
  background: url(../img/partly-cloud.jpg) no-repeat 0 0 #1A4192; }

.better-weather.with-natural-background.state-partly-cloudy-day .bw_days {
  background-color: #225696;
  background-color: rgba(25, 69, 122, 0.85); }

.better-weather.with-natural-background.state-partly-cloudy-day[max-width~="1170px"] {
  background-position: 0px -80px; }

.better-weather.with-natural-background.state-partly-cloudy-day[max-width~="970px"] {
  background-position: -140px -80px; }

.better-weather.with-natural-background.state-partly-cloudy-day[max-width~="830px"] {
  background-position: -180px -80px; }

.better-weather.with-natural-background.state-partly-cloudy-day[max-width~="170px"] {
  background-position: -340px -80px; }

.better-weather.with-natural-background.state-partly-cloudy-day[max-width~="100px"] {
  background-position: -450px 0px; }

/* partly-cloudy-night */
.better-weather.with-natural-background.state-partly-cloudy-night {
  background: url(../img/partly-cloud-night.jpg) no-repeat 0 0 #0F0F0F; }

.better-weather.with-natural-background.state-partly-cloudy-day .bw_days {
  background-color: #3C3C3C;
  background-color: rgba(0, 0, 0, 0.36); }

.better-weather.with-natural-background.state-partly-cloudy-night[max-width~="1170px"] {
  background-position: 0px -210px; }

.better-weather.with-natural-background.state-partly-cloudy-night.have-next-days[max-width~="400px"] {
  background-position: 0px -0px; }

/* sunrise */
.better-weather.with-natural-background.state-sunrise {
  background: url(../img/sunrise.jpg) 0 0 #fd654d; }

.better-weather.with-natural-background.state-sunrise .bw_days {
  background-color: #2E2E2E;
  background-color: rgba(46, 46, 46, 0.71); }

.better-weather.with-natural-background.state-sunrise[max-width~="1170px"] {
  background-position: 0px -200px; }

.better-weather.with-natural-background.state-sunrise[max-width~="1070px"] {
  background-position: -70px -200px; }

.better-weather.with-natural-background.state-sunrise[max-width~="970px"] {
  background-position: -130px -200px; }

.better-weather.with-natural-background.state-sunrise[max-width~="870px"] {
  background-position: -150px -200px; }

.better-weather.with-natural-background.state-sunrise[max-width~="770px"] {
  background-position: -200px -200px; }

.better-weather.with-natural-background.state-sunrise[max-width~="670px"] {
  background-position: -325px -200px; }

.better-weather.with-natural-background.state-sunrise.style-modern[max-width~="400px"] {
  background-position: -375px -60px; }

.better-weather.with-natural-background.state-sunrise.style-normal[max-width~="400px"] {
  background-position: -485px -40px; }

.better-weather.with-natural-background.state-sunrise.style-modern[max-width~="300px"] {
  background-position: -428px -60px; }

.better-weather.with-natural-background.state-sunrise.style-normal[max-width~="300px"] {
  background-position: -500px -40px; }

.better-weather.with-natural-background.state-sunrise.style-modern[max-width~="170px"] {
  background-position: -497px -60px; }

.better-weather.with-natural-background.state-sunrise.style-normal[max-width~="170px"] {
  background-position: -484px -40px; }

.better-weather.with-natural-background.state-sunrise.have-next-days[max-width~="100px"] {
  background-position: -535px 0px !important; }

.better-weather.with-natural-background.state-sunrise[max-width~="100px"] {
  background-position: -535px -60px !important; }

/* sunrise */
.better-weather.with-natural-background.state-sunset {
  background: url(../img/sunset-wide.jpg) no-repeat 0 0 #0F0F0F; }

.better-weather.with-natural-background.state-sunset .bw_days {
  background-color: #c54e24;
  background-color: rgba(61, 61, 61, 0.85); }

.better-weather.with-natural-background.state-sunset[max-width~="1170px"] {
  background-position: 0px -116px;
  background-color: #c54e24; }

.better-weather.with-natural-background.state-sunset[max-width~="1070px"] {
  background-position: -90px -116px; }

.better-weather.with-natural-background.state-sunset[max-width~="970px"] {
  background-position: -160px -116px; }

.better-weather.with-natural-background.state-sunset[max-width~="870px"] {
  background-position: -230px -116px; }

.better-weather.with-natural-background.state-sunset[max-width~="770px"] {
  background-position: -280px -116px; }

.better-weather.with-natural-background.state-sunset[max-width~="670px"] {
  background-position: -351px -111px; }

.better-weather.with-natural-background.state-sunset[max-width~="570px"] {
  background-position: -463px -116px; }

.better-weather.with-natural-background.state-sunset[max-width~="470px"] {
  background-position: -463px -116px; }

.better-weather.with-natural-background.state-sunset.have-next-days[max-width~="470px"] {
  background-position: -499px -116px; }

.better-weather.with-natural-background.state-sunset[max-width~="400px"] {
  background: url(../img/sunset.jpg) -550px -180px #c54e24 !important; }

.better-weather.with-natural-background.state-sunset.have-next-days[max-width~="400px"] {
  background-position: -550px -150px !important; }

.better-weather.with-natural-background.state-sunset[max-width~="350px"] {
  background-position: -640px -180px !important; }

.better-weather.with-natural-background.state-sunset[max-width~="300px"] {
  background-position: -570px -130px !important; }

.better-weather.with-natural-background.state-sunset.have-next-days[max-width~="250px"] {
  background-position: -690px -155px !important; }

.better-weather.with-natural-background.state-sunset[max-width~="250px"] {
  background-position: -690px -195px !important; }

.better-weather.with-natural-background.state-sunset[max-width~="200px"] {
  background-position: -720px -196px !important; }

.better-weather.with-natural-background.state-sunset.have-next-days[max-width~="200px"] {
  background-position: -720px -150px !important; }

.better-weather.with-natural-background.state-sunset.have-next-days[max-width~="170px"] {
  background-position: -730px -150px !important; }

.better-weather.with-natural-background.state-sunset[max-width~="170px"] {
  background-position: -730px -196px !important; }

.better-weather.with-natural-background.state-sunset[max-width~="120px"] {
  background-position: -764px -136px !important; }

.better-weather.with-natural-background.state-sunset.have-next-days[max-width~="120px"] {
  background-position: -764px 0px !important; }

/* better-weather-inline */
.better-weather-inline span,
.better-weather-inline {
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif !important; }

/*.better-weather-inline .bw_icon_container{*/
/*margin-right: 8px;*/
/*}*/
/*.better-weather-inline .bw_icon_container .bw_icon{*/
/*vertical-align: middle;*/
/*}*/
/*.better-weather-inline .bw_temperature{*/
/*margin-right: 8px;*/
/*}*/
/* Large size style */
.better-weather-inline.bw_size-large:before,
.better-weather-inline.bw_size-large:after {
  content: " ";
  display: table; }

.better-weather-inline.bw_size-large:after {
  clear: both; }

.better-weather-inline.bw_size-large .bw_icon_container {
  margin-right: 10px;
  float: left; }

.better-weather-inline.bw_size-large .bw_icon_container .hw_static-icon {
  font-size: 38px;
  line-height: 38px;
  padding-top: 14px;
  vertical-align: middle;
  display: inline-block; }

.better-weather-inline.bw_size-large .bw_temperature {
  display: block;
  font-size: 20px;
  margin-top: 6px; }

.better-weather-inline.bw_size-large .bw_summary {
  display: block;
  font-size: 17px; }

/* Normal size style */
.better-weather-inline.bw_size-medium .bw_icon_container {
  margin-right: 10px; }

.better-weather-inline.bw_size-medium .bw_icon_container .bw_icon {
  vertical-align: middle; }

.better-weather-inline.bw_size-medium .bw_icon_container .hw_static-icon {
  display: inline-block;
  font-size: 18px; }

.better-weather-inline.bw_size-medium .bw_temperature {
  font-size: 18px;
  margin-right: 10px; }

.better-weather-inline.bw_size-medium .bw_summary {
  font-size: 18px; }

/* small size style */
.better-weather-inline.bw_size-small .bw_icon_container {
  margin-right: 10px; }

.better-weather-inline.bw_size-small .bw_icon_container .bw_icon {
  vertical-align: middle; }

.better-weather-inline.bw_size-small .bw_icon_container .hw_static-icon {
  display: inline-block;
  font-size: 13px; }

.better-weather-inline.bw_size-small .bw_temperature {
  font-size: 13px;
  margin-right: 10px; }

.better-weather-inline.bw_size-small .bw_summary {
  font-size: 13px; }

.rotate-1 {
  transform: rotate(1deg); }
