div[id^='owm-weather-id'] {
	position: relative;
	font-size: 14px;
	/*margin: 10px 0;
	padding: 10px 0;*/
	width: 100%;
	line-height: 1;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.owmw-highlight {
	display: block;
	font-weight: bold;
}

.owmw-small .owmw-now .owmw-location-name {
	font-size: 14px;
}

.owmw-medium .owmw-now .owmw-location-name {
	font-size: 24px;
}

.owmw-large .owmw-now .owmw-location-name {
	font-size: 34px;
}

.owmw-now .owmw-location-name {
	text-align: center;
	padding: 10px;
}

.owmw-now .owmw-main-symbol {
	text-align: center;
	padding: 10px;
}

.owmw-small .owmw-now .owmw-main-symbol svg {
	width: 60px;
	height: 60px;
}

.owmw-medium .owmw-now .owmw-main-symbol svg {
	width: 100px;
	height: 100px;
}

.owmw-large .owmw-now .owmw-main-symbol svg {
	width: 200px;
	height: 200px;
}

.owmw-small .owmw-now .owmw-main-symbol.owmw-symbol-alt i,
.owmw-small .owmw-now .owmw-main-symbol.owmw-symbol-alt div.owmw-symbol.climacon,
.owmw-small .owmw-now .owmw-main-symbol.owmw-symbol-alt div.diw,
.owmw-small .owmw-now .owmw-main-symbol.owmw-symbol-alt span.pe {
	font-size: 60px;
}

.owmw-medium .owmw-now .owmw-main-symbol.owmw-symbol-alt i,
.owmw-medium .owmw-now .owmw-main-symbol.owmw-symbol-alt div.owmw-symbol.climacon,
.owmw-medium .owmw-now .owmw-main-symbol.owmw-symbol-alt div.diw,
.owmw-medium .owmw-now .owmw-main-symbol.owmw-symbol-alt span.pe {
	font-size: 100px;
}

.owmw-large .owmw-now .owmw-main-symbol.owmw-symbol-alt i,
.owmw-large .owmw-now .owmw-main-symbol.owmw-symbol-alt div.owmw-symbol.climacon,
.owmw-large .owmw-now .owmw-main-symbol.owmw-symbol-alt div.diw,
.owmw-large .owmw-now .owmw-main-symbol.owmw-symbol-alt span.pe {
	font-size: 200px;
}

.owmw-small .owmw-now .owmw-main-symbol.owmw-symbol-alt div.owmw-symbol.iconvault {
	width: 60px !important;
	height: 60px !important;
	font-size: 60px;
}

.owmw-medium .owmw-now .owmw-main-symbol.owmw-symbol-alt div.owmw-symbol.iconvault {
	width: 100px !important;
	height: 100px !important;
	font-size: 100px;
}

.owmw-large .owmw-now .owmw-main-symbol.owmw-symbol-alt div.owmw-symbol.iconvault {
	width: 200px !important;
	height: 200px !important;
	font-size: 200px;
}

.owmw-small .owmw-now .owmw-main-symbol.owmw-symbol-alt img {
	font-size: 60px;
	width: 60px;
	height: 60px;
}

.owmw-medium .owmw-now .owmw-main-symbol.owmw-symbol-alt img {
	font-size: 80px;
	width: 80px;
	height: 80px;
}

.owmw-large .owmw-now .owmw-main-symbol.owmw-symbol-alt img {
	font-size: 100px;
	width: 100px;
	height: 100px;
}

.owmw-small .owmw-now .owmw-main-temperature,
.owmw-small .owmw-now .owmw-main-temperature-celsius,
.owmw-small .owmw-now .owmw-main-temperature-fahrenheit {
	font-size: 14px;
}

.owmw-medium .owmw-now .owmw-main-temperature,
.owmw-medium .owmw-now .owmw-main-temperature-celsius,
.owmw-medium .owmw-now .owmw-main-temperature-fahrenheit {
	font-size: 24px;
}

.owmw-large .owmw-now .owmw-main-temperature,
.owmw-large .owmw-now .owmw-main-temperature-celsius,
.owmw-large .owmw-now .owmw-main-temperature-fahrenheit {
	font-size: 34px;
	margin: 0;
}

.owmw-now .owmw-main-temperature,
.owmw-now .owmw-main-temperature-celsius,
.owmw-now .owmw-main-temperature-fahrenheit {
    text-align: center;
}

.owmw-short-condition {
	display: inline-block;
	font-size: 16px;
	margin: 5px 0;
	text-align: center;
	width: 100%;
}

.owmw-day, .owmw-sun-hours, .owmw-moon-hours, .owmw-main-feels-like, .owmw-main-feels-like-celsius, .owmw-main-feels-like-fahrenheit {
    text-align: center;
}

.owmw-sun-hours svg, .owmw-moon-hours svg {
	width: 28px;
	height: 28px;
}

.owmw-infos {
	width: 100%;
	line-height: 1.5;
}

.owmw-infos .owmw-wind, .owmw-infos .owmw-humidity, .owmw-infos .owmw-dew-point, .owmw-infos .owmw-pressure, .owmw-infos .owmw-cloudiness, .owmw-infos .owmw-precipitation, .owmw-infos .owmw-visibility, .owmw-infos .owmw-uv-index {
	margin: 10px 0;
	text-align: center;
}

.owmw-infos svg {
	width: 28px;
	height: 28px;
}

.owmw-today {
	margin-top: 10px;
}

.owmw-hours {
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 1px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.owmw-hours .card, .owmw-forecast .card {
	background-color: inherit;
	border: 0;
	margin: 15px;
}

.owmw-hours .card-body, .owmw-forecast .card-body {
	padding: .5rem;
}

.owmw-hours .card-body svg, .owmw-forecast .card-body svg {
	height:32px;
	width:32px;
}

.owmw-forecast.card-column .card {
	display: inline-block;
}

.owmw-hours .owmw-symbol {
	position: relative;
}

.owmw-hours .owmw-first, .owmw-hours .owmw-second, .owmw-hours .owmw-third, .owmw-hours .owmw-fourth, .owmw-hours .owmw-fifth, .owmw-hours .owmw-sixth, .owmw-hours .owmw-seventh, .owmw-hours .owmw-eighth, .owmw-hours .owmw-ninth, .owmw-hours .owmw-tenth, .owmw-hours .owmw-eleventh, .owmw-hours .owmw-twelfth, .owmw-hours .owmw-thirteenth, .owmw-hours .owmw-fourteenth, .owmw-hours .owmw-fifteenth, .owmw-hours .owmw-sixteenth, .owmw-hours .owmw-seventeenth, .owmw-hours .owmw-eighteenth, .owmw-hours .owmw-nineteenth, .owmw-hours .owmw-twentieth, .owmw-hours .owmw-twentyfirst, .owmw-hours .owmw-twentysecond, .owmw-hours .owmw-twentythird, .owmw-hours .owmw-twentyfourth, .owmw-hours .owmw-twentyfifth, .owmw-hours .owmw-twentysixth, .owmw-hours .owmw-twentyseventh, .owmw-hours .owmw-twentyeighth, .owmw-hours .owmw-twentyninth, .owmw-hours .owmw-thirtieth, .owmw-hours .owmw-thirtyfirst, .owmw-hours .owmw-thirtysecond, .owmw-hours .owmw-thirtythird, .owmw-hours .owmw-thirtyfourth, .owmw-hours .owmw-thirtyfifth, .owmw-hours .owmw-thirtysixth, .owmw-hours .owmw-thirtyseventh, .owmw-hours .owmw-thirtyeighth, .owmw-hours .owmw-thirtyninth, .owmw-hours .owmw-fortieth, .owmw-hours .owmw-fortyfirst, .owmw-hours .owmw-fortysecond, .owmw-hours .owmw-fortythird, .owmw-hours .owmw-fortyfourth, .owmw-hours .owmw-fortyfifth, .owmw-hours .owmw-fortysixth, .owmw-hours .owmw-fortyseventh, .owmw-hours .owmw-fortyeighth {
	display: inline-block;
	width: auto;
}

.owmw-forecast .col {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.owmw-forecast .owmw-first, .owmw-forecast .owmw-second, .owmw-forecast .owmw-third, .owmw-forecast .owmw-fourth, .owmw-forecast .owmw-fifth, .owmw-forecast .owmw-sixth, .owmw-forecast .owmw-seventh, .owmw-forecast .owmw-eighth {
	text-align: center;
}

div[id^='owmw-map-id'] {
	width: 100%;
	height: 100%;
}

div[id^='owmw-map-container'] {
	height: 300px;
	position: relative;
	width: 100%;
	z-index: 3;
}

div[id^='owmw-map-container'] svg {
	width: auto;
	height: auto;
}

.owmw-chart-container, .owmw-table {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.owmw-link-owm {
	text-align: left;
}

.owmw-owm-link-last-update {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.owmw-last-update {
	text-align: right;
}

.owmw-link-owm, .owmw-last-update {
	font-size: 12px;
}

.owmw-sunrise, .owmw-sunset, .owmw-moonrise, .owmw-moonset {
        display: inline-block;
}

.climacon-sunrise, .climacon-sunset, .climacon-moonrise, .climacon-moonset {
	height: 32px;
	width: 32px;
    margin-right: 5px;
    margin-left: 5px;
}

.owmw-table td {
	vertical-align: middle !important;
	white-space: nowrap;
}

.owmw-table .owmw-symbol {
	font-size: 40px;
	margin-right: 5px;
}

.owmw-table svg {
	width: 40px;
	height: 40px;
	margin-left: 5px;
}

@media (max-width: 767px) {
    .climacon-sunrise, .climacon-sunset, .climacon-moonrise, .climacon-moonset {
	    height: 24px !important;
	    width: 24px !important;
    }
}

img.owm-icon {
    min-height: 50px !important;
    min-width: 50px !important;
}

.climacon {
    font-family: 'Climacons-Font';
}
.iconvault {
	font-family: 'iconvault';
}
.wi {
    font-family: 'weathericons';
}
.diw {
    font-family: 'dripicons';
}
.pe {
    font-family: 'pe-icon-set-weather';
}

div.iconvault {
    position: relative;
    width: 40px !important;
    height: 40px !important;
}

.owmw-hours .climacon,
.owmw-forecast .climacon {
	font-size: 40px;
}

.owmw-hours .iconvault,
.owmw-hours .diw,
.owmw-hours .pe,
.owmw-forecast .iconvault,
.owmw-forecast .diw,
.owmw-forecast .pe {
	font-size: 32px;
}

.owmw-hours .ac-icon,
.owmw-forecast .ac-icon {
	height: 32px;
}

.owmw-hours .wi,
.owmw-forecast .wi {
	font-size: 28px;
}

@media (max-width: 767px) {
    div.iconvault {
        position: relative;
        width: 22px !important;
        height: 22px !important;
    }

    .owmw-hours .climacon,
    .owmw-forecast .climacon {
    	font-size: 28px;
    }

    .owmw-hours .iconvault,
    .owmw-hours .diw,
    .owmw-hours .ac-icon,
    .owmw-forecast .iconvault,
    .owmw-forecast .diw,
    .owmw-forecast .pe {
    	font-size: 22px;
    }

    .owmw-hours .pe,
    .owmw-forecast .ac-icon {
	height: 22px;
    }

    .owmw-hours .wi,
    .owmw-forecast .wi {
    	font-size: 20px;
    }
}

i.wi, span.pe {
    line-height: 1.5;
}

.owmw-hours .diw {
    padding-bottom: 5px;
}

.owmw-hours .climacon {
    padding-top: 5px;
    padding-bottom: 5px;
}

.climacon::before, .climacon::after, .wi::before, .wi::after, .diw::before, .diw::after, pe::before, pe::after, .iconvault::before, .iconvault::after {
    vertical-align: middle;
}

.owmw-hours .iconvault .icon-sunny::after,
.owmw-hours .iconvault .icon-moon::after,
.owmw-hours .iconvault .icon-night::after,
.owmw-hours .iconvault .icon-sun::after,
.owmw-hours .iconvault .icon-cloud::after,
.owmw-hours .iconvault .fullcloud::before,
.owmw-hours .iconvault .basecloud::before,
.owmw-hours .iconvault .windyraincloud::before,
.owmw-hours .iconvault .windysnowcloud::before,
.owmw-hours .iconvault .basethundercloud::before,
.owmw-hours .iconvault .icon-thunder::before,
.owmw-hours .iconvault .icon-drizzle::before,
.owmw-hours .iconvault .icon-hail::before,
.owmw-hours .iconvault .icon-showers::before,
.owmw-hours .iconvault .icon-rainy::before,
.owmw-hours .iconvault .icon-snowy::before,
.owmw-hours .iconvault .icon-frosty::before,
.owmw-hours .iconvault .icon-windy::before,
.owmw-hours .iconvault .icon-windyrain::before,
.owmw-hours .iconvault .icon-windysnow::before,
.owmw-hours .iconvault .icon-sleet::before,
.owmw-hours .iconvault .icon-mist::before {
    top: 5px !important;
    left: 5px !important;
}

.font-weight-bold { font-weight: 700 !important; }

.owmw-feature.owmw-video, .owmw-feature .owmw-video-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owmw-feature.owmw-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.owmw-feature .owmw-video-wrapper {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 56.25%;
}

.owmw-feature .owmw-video-wrapper iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.owmw-feature .owmw-video-bg {
  height: 100%;
}
