﻿/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/* END Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

html, body, form {
    height: 100%;
}

body {
    font-family: var(--font-family);
    font-size: 13px;
}


/* PAGE LAYOUT */
#wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#main-ctn {
    flex: 1 0 auto;
    width: 100%;    
}

.inner-page #main-ctn {
    max-width: 960px;
    margin: 0 auto;
}

#main-hdr,
#footer-banner-ad {
    width: 100%;
}

#main-hdr {
    background-color: transparent;
}

#footer-banner-ad {
    background-color: hsl(0, 0%, 0%);
}

#footer-banner-ad {
    display: none;
}

.banner-adsense-container {
    display: grid;
    place-content: center;
    width: 100%;
    padding: .5rem;
}

.banner-adsense-mobile {
    display: inline-block;
    width: 320px;
    height: 50px;
}

.banner-adsense-desktop {
    display: none;
}

@media screen and (max-width: 839px) {
    .map-page #footer-banner-ad {
        display: block;
    }

    #rectangle-map-ad {
        display: none;
    }

    .livewind .main-hdr--footer {
        display: none;
    }    
}

#main-hdr-ctn {
    padding: .25rem;
}

#main-hdr-ctn,
#footer-banner-ad-ct {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

#main-hdr-title,
#footer-banner-ad-content {
    display: flex;    
    justify-content: center;
}

#footer-banner-ad-content {
    padding-bottom: max(env(safe-area-inset-bottom), .25rem);
}

#main-content {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
}

.map-page #main-content {
    overflow: hidden;
    min-height: 0;
}

#main-content-hdr {
    padding: 8px;
    margin: 0 0 8px 0;
}

#main-content-title {
    display: flex;
    justify-content: space-between;
}

#page-title-ctn h1 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
}

#main-content-hdr h1 {
    font-size: 18px;
}

#main-content-left {
    float: left;
    width: 160px;
    margin: 0 10px 0 0;
}

#main-content-right {
    overflow: hidden;
}

.spot-info-page #main-content-right {
    overflow: visible;
}

.main-content-header-title {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.header-title-button {
    display: inline-flex;
    align-items: center;
    margin-left: 0.5rem;
    padding: 0.25rem 0.5rem;
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.8rem;
    color: #000000;
    line-height: 1;
    transition: all 300ms ease-in-out;
}

.header-title-button + .header-title-button {
    margin-left: .125rem;
}

.header-title-button:hover,
.header-title-button:focus {
    background-color: rgba(255, 255, 255, 0.85);
}

.header-title-button-icon {
    fill: currentColor;
    width: 0.75rem;
    height: 0.75rem;
    pointer-events: none;
    margin-right: 0.15rem;
}

.header-title-button-icon > svg {
    margin-right: 0.25rem;
}

.main-content-header-actions {
    display: flex;
    align-items: center;
}

.main-content-header-actions * {
    box-sizing: border-box;
}

.main-content-header-actions > * + * {
    margin-left: 0.25rem;
}

.header-action-button {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.25rem 0.35rem;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    color: currentColor;
    line-height: 1;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

.header-action-button:hover,
.header-action-button:focus {
    background-color: rgba(0, 0, 0, 0.1);
}

.header-action-button-icon {
    fill: currentColor;
    stroke: none;
    width: 0.85rem;
    height: 0.85rem;
    pointer-events: none;
    margin-right: 0.15rem;
}

.header-action-button-icon.icon-outlined {
    fill: none;
    stroke: currentColor;
    stroke-width: 40;
}

.header-action-button-icon.favorited {
    fill: currentColor;
    stroke: none;
}

.main-content-error {
    padding: 1rem;
}

.main-content-error-title,
.main-content-error-text {
    text-align: center;
}

.main-content-error-text {
    margin-top: 1rem;
}

/* Misc Buttons and Text */
h1:not(.jwx-pro-forecast__headline) {
    font-size: 18px;
    padding: 5px 0;
}

p {
    line-height: 1.2em;
}

.oversize-button, .medium-button {
    display: inline-block;
    font-size: 14px;
    padding: 10px 30px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: solid;
    opacity: .9;
    cursor: pointer;  
    text-decoration: none;  
}

.medium-button {
    padding: 5px 15px;
}

.oversize-button:hover, .medium-button {
    opacity: 1;
}

.bg-dark {
    background: transparent url(images/transparent.png);
}

.contentCtn {
    padding: 10px;
    text-align: center;
}

.sign-in-btn-ctn {
    margin: 10px 0 0 0;
}

.td-center {
    text-align: center;
}

.grip {
    float: left;
}

/* Map Page */
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -25px;
    width:100px;
    height: 50px;
}

.loader span {
	display: block;
	margin: 0 auto;
	text-align: left;
	color: #666;
	font-size: 20px;
	font-weight: 900;
}

.loader span[class*="l-"] {
	height: 8px; width: 8px;
	background: #fff;
	display: inline-block;
	margin: 12px 2px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-animation: loader 4s infinite;
	-webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-webkit-animation-fill-mode: both;
	-moz-animation: loader 4s infinite;
	-moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-moz-animation-fill-mode: both;
	-ms-animation: loader 4s infinite;
	-ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-ms-animation-fill-mode: both;
	animation: loader 4s infinite;
	animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	animation-fill-mode: both;
}

span.l-1 {-webkit-animation-delay: 1s;animation-delay: 1s;-ms-animation-delay: 1s;-moz-animation-delay: 1s;}
span.l-2 {-webkit-animation-delay: 0.8s;animation-delay: 0.8s;-ms-animation-delay: 0.8s;-moz-animation-delay: 0.8s;}
span.l-3 {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-ms-animation-delay: 0.6s;-moz-animation-delay: 0.6s;}
span.l-4 {-webkit-animation-delay: 0.4s;animation-delay: 0.4s;-ms-animation-delay: 0.4s;-moz-animation-delay: 0.4s;}
span.l-5 {-webkit-animation-delay: 0.2s;animation-delay: 0.2s;-ms-animation-delay: 0.2s;-moz-animation-delay: 0.2s;}
span.l-6 {-webkit-animation-delay: 0;animation-delay: 0;-ms-animation-delay: 0;-moz-animation-delay: 0;}

@-webkit-keyframes loader {
	0% {-webkit-transform: translateX(-30px); opacity: 0;}
	25% {opacity: 1;}
	50% {-webkit-transform: translateX(30px); opacity: 0;}
	100% {opacity: 0;}
}

@-moz-keyframes loader {
	0% {-moz-transform: translateX(-30px); opacity: 0;}
	25% {opacity: 1;}
	50% {-moz-transform: translateX(30px); opacity: 0;}
	100% {opacity: 0;}
}

@-keyframes loader {
	0% {-transform: translateX(-30px); opacity: 0;}
	25% {opacity: 1;}
	50% {-transform: translateX(30px); opacity: 0;}
	100% {opacity: 0;}
}

@-ms-keyframes loader {
	0% {-ms-transform: translateX(-30px); opacity: 0;}
	25% {opacity: 1;}
	50% {-ms-transform: translateX(30px); opacity: 0;}
	100% {opacity: 0;}
}

/* Live Wind and Wind List */
#wind-list-title, #wind-list-station-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
}

#wind-list-title {
    position: relative;
    background-color: #187bde;
    color: #fff;
    padding: 2px 50px 2px 10px;
}

#wind-list-title .beta-label {
    position: absolute;
    right: 5px;
    font-weight: 900;
    text-transform: uppercase;
}

#wind-list-station-title {
    background-color: #F9D000;
    color: #282D27;
    padding: 2px 10px;
}

#wind-list {
    background-color: #fff;
    color: #000;
    height: 100%;
}

#wind-list:empty {
    display: none;
}

#know-ws {
    background: transparent;
    padding: 5px;
    margin: 10px 0 0 0;
    text-align: center;
    font-weight: 900;
    text-decoration: none;
    color: #000;
}

#know-ws-action-text {
    text-decoration: underline;
}

/* Spot Info */
.spotInfoContainer {
    position: relative;
    background-color: #fff;
    margin: 0 0 15px 0;
}

.spotInfoContainer .profile-ctn-header h3 {
    padding: 5px 0;
    font-size: 18px;
}

#main-content-actions {
    display: flex;
    align-items: center;
}

#main-content-actions button {
    border: none;
    background-color: transparent;
    color: #fff;
    height: 27px;
    cursor:pointer;
    font-size: 12px;
}

#main-content-actions a {
    padding: 1px 6px;
    height: 27px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
}

/* Favorites */

.profile-ctn-header h1 {
    float: left;
}

#profileError {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

#profileError h1 {
    line-height: 26px;
    margin: 0 0 20px 0;
}

/* Settings Page */
.settings .containerWrapper {
    margin: 15px 0 10px 0;
    text-align: center;
}

.settings .containerWrapper h1 {
    text-transform: uppercase;
}

.settings .jw-container-info {
    margin: 0 0 10px 0;
}

.settings h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0;
}

.settings #main-content-right ul {
    background: transparent url(images/transparent.png);
    margin: 5px 0 25px 0;
    padding: 15px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.settings #main-content-right ul li {
    display: inline;
    margin: 0 10px 0 0;
}

.settings #main-content-right ul li input {
    vertical-align: bottom;
    padding: 5px;
}

.settings .done-btn-ctn {
    text-align: right;
}

.settings .done-btn-ctn:first-child { margin-top: 0.5rem; }
.settings .done-btn-ctn:last-child { margin-bottom: 0.5rem; }

/* Mobile archive data */
.touch .jw-ad-controls-wrapper-row2 {
    display: none !important;
}

.touch #nearby-tides .jw-ad-controls-wrapper-row2 {
    display: block !important;
}

/* Pro Forecasts */
.pro-fx-list li {
    padding: 10px 15px;
    border-bottom: 1px solid #999;
    cursor: pointer;
}

.pro-fx-list li.fx-section-hdr {
    font-size: 1rem;
    font-weight: bold;
    padding: 2rem 1rem 1rem;
}

.pro-fx-list li.fx-item {
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .1);
}

.pro-fx-list li.fx-item:hover {
    background-color: rgba(0, 0, 0, .2);
}

.pro-fx-list li.fx-item > svg {
    margin-left: auto;
    fill: #333;
}

.pro-fx-list h2 {
    font-size: 18px;
    padding: 4px 0;
}

.pro-fx-list p {
    font-size: 16px;
    font-style: italic;
}

/* Manage Favorites */
.manageFavoritesInfo {
    padding: 10px 8px;
}

#manage-favorites-actions {
    margin: 15px 0;
    text-align: right;
}

#manageFavorites li {
    position: relative;
    border: 1px solid #000;
    background: rgba(0, 0, 0, .4) url(images/transparent.png);
    margin: 0 0 15px 0;
    padding: 10px 10px 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}

#manageFavorites li:hover {
    background-color: rgba(0, 0, 0, .7);
}

#manageFavorites a.grippy {
    position: absolute;
    top: 0;
    left: 8px;
    cursor: pointer;
    background: url(images/grippy.gif) no-repeat 0 50%;
    width: 15px;
    height: 100%;
}

#manageFavorites li .name {
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
}

#manageFavorites span a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
}

#manageFavorites span a.delete {
    color: #ff6565;
}


/* Alerts */
.alert-list-table {
    width: 100%;
}

.alert-list-table td {
    border: 1px solid Gray;
    vertical-align: middle;
    padding: 5px;
    line-height: 20px;
}

.alert-button-wrapper {
    margin: 15px 0 0 0;
    text-align: center;
}

.alert-button-wrapper a.button {
    display: inline-block;
    background-color: #3A3B44;
    border: 1px solid #000;
    padding: 10px 15px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.button-hover-small {
    display: none;
}

.button-hover-small a.button {
    display: inline-block;
    cursor: pointer;
    height: 24px;
    width: 24px;
    background-color: #3A3B44;
    border: 1px solid #000;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}

.alert-icons-alert-active {
    background: transparent url(https://cdn-consumer.weatherflow.com/images/alerts/sprites-alerts3.png) no-repeat;
    width: 16px;
    height: 16px;
    background-position: 0 0;
}

.alert-icons-alert-inactive {
    background: transparent url(https://cdn-consumer.weatherflow.com/images/alerts/sprites-alerts3.png) no-repeat;
    width: 16px;
    height: 16px;
    background-position: 0 -62px;
}

.alert-icons-configure-alert {
    background: transparent url('https://cdn-consumer.weatherflow.com/images/alerts/sprites-alerts3.png') no-repeat;
    background-position: 3px -128px;
    width: 100%;
    height: 100%;
}

.alert-icons-add-alert {
    background: transparent url('https://cdn-consumer.weatherflow.com/images/alerts/sprites-alerts3.png') no-repeat;
    background-position: 3px -194px;
    width: 100%;
    height: 100%;
}

.alert-icons-delete {
    background: transparent url('https://cdn-consumer.weatherflow.com/images/alerts/sprites-alerts3.png') no-repeat;
    background-position: 3px -261px;
    width: 100%;
    height: 100%;
}

.alert-icons-pause {
    background: transparent url('https://cdn-consumer.weatherflow.com/images/alerts/sprites-alerts3.png') no-repeat;
    background-position: 3px -327px;
    width: 100%;
    height: 100%;
}

.alert-icons-play {
    background: transparent url('https://cdn-consumer.weatherflow.com/images/alerts/sprites-alerts3.png') no-repeat;
    background-position: 3px -392px;
    width: 100%;
    height: 100%;
}

.alert-form-title {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 0 10px 0;
}

.alert-list-table th {
    text-align: center;
    font-weight: 700;
    padding: 5px;
    font-size: 14px;
}

#alert-form, #alert-device-form {
    display: none;
}

.fs-form {
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 20px 0;
}

.fs-form legend {
    border: 1px solid #000;
    background-color: #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;    
}

.fs-form td {
    padding: 10px;    
}

.fs-form td.tbl-form-label {
    font-weight: 700;
    text-align: right;
    width: 200px;
    padding: 0 20px 0 0;
    vertical-align: middle;
}

.fs-form .slider-control {
    margin: 10px 0 0 0;
}

.fs-form .tbl-form {
    clear: both;
}

.fs-form .alert-radio-section {
    padding: 10px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
}

#dir_control {
    position: relative;
    width: 168px;
    height: 168px;
    z-index: 0;
}

.dir_control_on_off_layer {
    position:absolute;
    left:0;
    top:0;
    width:168px;
    height:168px;
    display:none;
    z-index:-100
}

#dir_control-bg {
    position:absolute;
    left:0;
    top:0;
    width:168px;
    height:168px;
    z-index:-200
}

#dir_control area {
    cursor:pointer
}

#dir_control-bg {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ccc;
    width: 168px;
    height: 168px;
    z-index: -200;
}

/* Widgets */
.widgets input, .widgets select {
    padding: 5px;
}

#widget-spot-rename
    /*#widget-spot-rename:before {
    content: "(";
}

#widget-spot-rename:after {
    content: ")";
}*/
    .widget-config-controls {
        border: 1px solid #d4d4d4;
    }

.widget-config-controls th {
    background-color: #e7e7e7;
    padding: 5px 10px;
    border-bottom: 1px solid #D4D4D4;
}

.widget-config-controls td {
    text-align: center;
    border: 1px solid #d4d4d4;
    padding: 5px;
}

.widget-ctn .widget-config-controls {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.widget-ctn .widget-config-controls th {
    font-weight: 900;
}

.widget-ctn .widget-config-controls th:nth-child(2) {
    text-align: right;
}

.widget-ctn .widget-config-controls td {
    padding: 5px 10px;
}

.widget-ctn select {
    width: 100%;
}

.widgets .profile-ctn-header {
    display: flex;
    justify-content: space-between;
}

.widgets .demo {
    width: 100%;
    text-align: center;
    line-height: normal;
    box-sizing: border-box;
    overflow: auto;
}

.widgets .widget-input-suffix {
    padding: 0 0 0 5px;
}

.widgets .slider-wrapper {
    position: absolute;
    z-index: 6;
    padding: 10px;
    width: 210px;
    display: none;
    font-size: 62.5%;
}

.widgets textarea {
    width: 100%;
}

.widgets .spotInfoContainer .body {
    padding: 10px;
}

.widget-help {
    background: transparent url(images/clippy.png) 50% 50% no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
}

#brand-logos {
    text-align: center;
    margin: 5px 0 0 0;
}

.brand-logo__badge {
    max-width: 100%;
}

.brand-logo__full {
    width: 200px;
}

#color-picker-wrapper {    
    padding: 10px;
    position: absolute;
    text-align: left;
    display: none;
    z-index: 5;
    background-color: #ccc;
}

#color-picker-wrapper .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    text-decoration: none;
    z-index: 100;
}

.farbtastic {
    position: relative;
    width: 195px;
    height: 195px;
}

.farbtastic * {
    position: absolute;
    cursor: crosshair;
}

.farbtastic .wheel {
    background: url(images/color_picker_wheel.png) no-repeat;
    width: 195px;
    height: 195px;
}

.farbtastic .color, .farbtastic .overlay {
    top: 47px;
    left: 47px;
    width: 101px;
    height: 101px;
}

.farbtastic .overlay {
    background: url(images/color_picker_mask.png) no-repeat;
}

.farbtastic .marker {
    width: 17px;
    height: 17px;
    margin: -8px 0 0 -8px;
    overflow: hidden;
    background: url(images/color_picker_marker.png) no-repeat;
}

.windwidget {
    font-weight: 900;
    font-size: 1.2em;
}

/* ADS */
.spotinfo-advertisting {
    height: 90px;
    margin: 10px 0 20px 0;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

.visible-desktop-map {
    display: none !important;
}

.visible-tower {
    display: inherit !important;
}

.visible-tower-alt {
    display: none !important;
}

.spotinfo-advertising {
    margin: 10px 0 20px 0;
}

.spotinfo-advertising-mobile-only {
    display: none !important;
    visibility: hidden !important;
}

.dfpAd-top {
    box-sizing: content-box;
    margin: 0 auto;
    min-height: 90px;
    max-width: 640px;
}

.visible-phone.dfpAd-top {
    margin: 0 auto;
}

#div_Web_Tower_2_2 {
    margin-top: 950px;
}

/* WFModal */
.wf-modal {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #222;
    z-index: 5000;
}

.wf-modal-title {
    background-color: #3A3B44;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
}

.wf-modal-content {
    background-color: #fff;
    width: 80%;
    min-width: 300px;
    max-width: 400px;
    margin: 30px auto 0 auto;
}

.wf-modal-info-window .wf-modal-content {
    max-width: 750px;
}

.wf-modal-info-window .wf-modal-content img {
    margin: 0 auto;
    display: block;
}

.wf-modal-body {
    padding: 10px 20px;
    overflow: auto;
}

.wf-modal-content strong {
    font-weight: bold;
}

.wf-modal-content p, .wf-modal-content li {
    margin: 8px 0;
}

.wf-modal-content a {
    color: blue;
}

.wfmodal-value {
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
}

.wfmodal-row {
    padding: 8px
}

.wf-modal-buttons {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.wf-modal-buttons button {
    cursor: pointer;
    color: #fff;
    border:none;
    font-weight: bold;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #2e8a06;
    margin: 0 4px;
}

button.wf-modal-close, button.wf-modal-btn-negative {    
    background-color: #cc3333;
}

button.wf-modal-close:hover, button.wf-modal-btn-negative:hover {
    background-color: #AE3427;
}

.wf-modal-extras {
    text-align: center;
    padding: 10px 0;
}

.modal-graph-info-img {
    background: transparent url(https://cdn-consumer.weatherflow.com/images/info/current_conditions_info_basic.png) no-repeat;    
    width: 718px;
    height: 424px;  
    overflow:auto;
}

.advanced-graph .modal-graph-info-img {
    background: transparent url(https://cdn-consumer.weatherflow.com/images/info/current_conditions_info.png) no-repeat;
    width: 718px;
    height: 444px;
}

/* Storm Track */
#stormtrack-ctn {
	margin: 15px 0 0 0;
}

#stormtrack-hdr {
	background: transparent url("../../App_Common/Images/tropical-storms.jpg") no-repeat 0 0;
	background-size: 612px 292px;
	padding: 0 0 0 625px;
	min-height: 292px;
}

#stormtrack-hdr h1 {
	font-weight: bold;
	padding: 5px 0 10px 0;
}

#stormtrack-hdr p {
	line-height: 20px;
	font-size: 13px;
}

#stormtrack-storm-list {
	display: flex;
	justify-content: space-between;
	margin: 25px 0 0 0;
    flex-wrap: wrap;
}

.stormtrack-list {
	font-size: 16px;
    padding: 15px 0;
}

.stormtrack-list h1 {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: 900;
}

/* Flowview Config */
#fv-config {
    text-align: center;
}

#fv-config .config-option {
    padding: 15px 0;
    width: 100%;
}

#fv-config .config-option label {
    min-width: 200px;
    text-align: right;
    font-weight: bold;
    display: inline-block;
}

#fv-config .config-option select {
    margin-left: 10px;
    min-width: 150px;
    padding: 3px;
}

/* Primary Activity Selection */
#activity {
    text-align: center;
    margin: 0 0 5px 0;
    padding: 5px;
    color: #222;
}

#activities li {
    display: inline-block;
    padding: 5px 10px;    
}

#activity input {
	height: 16px;
	vertical-align: bottom;
}

/* Kite Schools */
#kite-schools-ctn {
    max-width: 800px;
    margin: 50px auto 0 auto;
}

#kite-schools-ctn h1, #kite-schools-ctn h2 {
    font-weight: 700;
    padding: 20px 0 10px 0;
}

#kite-schools-ctn p {
    font-size: 13px;
    line-height: 24px;
}

#kite-schools-ctn a {
    display: block;
    padding: 4px 0;
}

.kite-school-img {
    max-width: 700px;
    max-height: 488px;
    width: 100%;
}

@media screen and (max-width: 960px) {    
    /* Ads */
    .visible-tower {
        display: none !important;
    }
    
    .visible-tower-alt {
        display: inherit !important;
    }        
}

@media screen and (max-width: 768px) {
    /* Ads */
    .spotinfo-advertising-mobile-only {
        visibility: visible !important;
        display: block !important;
    }
    
    .hidden-desktop {
        display: inherit !important;
    }
    
    .visible-tower {
        display: none !important;
    }
    
    .visible-tower-alt {
        display: inherit !important;
    }
    
    /* Page Layout */
    .inner-page #main-content {
        padding: 10px 0;
        box-sizing: border-box;
    }
    
    /* Spot Detail */
    #main-hdr-title,
    #footer-banner-ad-content {
        display: block;
    }
    
    #return-to-previous {
        display: block;
        background-color: #2b2b2b !important;
    }
    
   /* Pro Forecast */
    .fxTableWrap, #forecast.containerWrapper {
        overflow-x: scroll !important;
        -webkit-overflow-scrolling: touch;
    }
    
    .wfDailyBriefing, .jw-daily-briefing {
        font-size: 16px;
    }
    
    .wfDailyBriefing p, .jw-daily-briefing p {
        line-height: 2em;
    }
	
    .pro-forecast-feedback {
        margin: 25px 0 20px;
	color: #fff !important;
    }
    
    /* LIVE WIND */
    .inner-page .livewind #main-content {
        padding: 0;
    }

    .livewind #know-ws {
        display: none;
    }

    .livewind footer {
        display: none;
    }

    /* Modal Windows */
    .wf-modal-content {
        height: 100%;
        width: 100%;
        min-width: 0;
        max-width: none;
        max-height: none;
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        overflow: scroll;
    }

    .wf-modal-buttons {
        position: absolute;
        top: 0;
        width: 100%;
        background-color: #222;
        box-sizing: border-box;
    }

    .wf-modal-title {
        margin: 55px 0 0 0;
        background-color: #eee;
        color: #222;
    }

    /* StormTrack */
    #stormtrack-ctn {
        padding: 10px 25px;
    }

    #stormtrack-hdr {
        background-image: none;
        padding: 0;
        min-height: 0;
    }
}

@media screen and (max-width: 767px) {
    /* JS Helper */
    body:after {
        content: 'mobile';
        display: none;
    }
    
    /* Ads */
    .dfpAd-top {
        max-width: 320px;
        min-height: 45px;
        margin: 0 auto;
    }
    
    /* Map */

    .map-page footer {
        display: none;
    }
    
    .map-page #page-title-ctn {
        display: none;
    }
    
    /* Spot Detail */
    #main-content-actions {
        align-items: flex-start;
    }

    #main-content-actions button, #main-content-actions a {
        color: transparent;
        height: 28px;
        width: 28px;
        padding: 0;
    }
    
    #main-content-actions button span, #main-content-actions a span {
        padding-left: 0;
        display: inline-block;
        width: 28px;
        height: 28px;
    }

    .main-content-header-actions {
        align-items: start;
        padding-top: 2px;
    }

    .header-action-button-label {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }
    
    .icon-share {
        background-position: 5px 44%;
    }
    
    /* Favorites */
    .favorites-page #main-content-actions {
        align-items: flex-start;
    }
}

@media screen and (max-width: 490px) {
    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
    
    /* Settings Page */
    .inner-page .settings #main-content {
        padding: 10px 20px;
    }
    
    .settings #main-content-right ul li {
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 320px) {
    .dfpAd-top {
        padding: 0;
    }
}

@media screen and (min-width: 840px) {

    .banner-adsense-desktop {
        display: block;
        width: 728px;
        height: 90px;
    }

    .banner-adsense-mobile {
        display: none;
    }

    .visible-desktop-map {
        display: inherit !important;
    }
}
