/* Weather Styles */
.weather-img-wrap {
    padding: 10px 0;
}
.weather-days-report .weather-img-wrap {
    float: left;
    text-align: center;
    width: 25%;
    text-transform: uppercase;
    font-size: 12px;
}
.weather-days-report .weather-img-wrap img {
    margin-top: 10px;
    max-width: 24px;
    margin: 0 auto;
    filter: brightness(3);
}
.weather-single-wrap > div {
    float: left;
	padding: 0 5px;
    width: 30%;
}
.widget .weather-model-1 img {
    filter: brightness(100);
	-webkit-filter: brightness(100); /* Safari 6.0 - 9.0 */
}
.weather-single-wrap > div:last-child {
    width: 20%;
}
.weather-single-wrap > div:first-child {
	width: 40%;
}
.weather-days-report .weather-img-wrap:nth-child(even):last-child {
    padding: 12px 0px;
}
.weather-model-2 .weather-value .weather-temp {
    color: #fff;
}
.weather-single-wrap .weather-img {
    text-align: center;
}
.weather-img > img {
    margin-bottom: 10px;
}
.weather-img img {
    max-width: 44px;
    margin-bottom: 10px;
}
.weather-stat {
    text-transform: uppercase;
}
.weather-value > * {
    float: left;
}
.weather-info {
    margin-top: 10px;
}
.weather-info > div > * {
    float: left;
}
.weather-info > div {
    margin-bottom: 10px;
}
.weather-info > div > img {
    margin-right: 10px;
    max-width: 20px;
}
.weather-days-report .weather-value > * {
    float: none;
}
.weather-single-wrap .weather-img > span {
    display: block;
    margin-bottom: 0;
}
.weather-stat-sub {
    text-transform: capitalize;
}
.weather-wind-value {
	margin-right: 4px;
}
.weather-min-max.clearfix {
    position: relative;
}
.weather-min-max > .weather-max-temp {
    margin-bottom: 26px;
}
.weather-min-max > div {
    text-align: center;
}
.weather-value .weather-temp {
	cursor: pointer;
    color: #545454;
}
.weather-title h5 {
    color: #fff;
}
.weather-short-wrap .weather-img > img {
	margin: 0;
    vertical-align: middle;
    max-width: 20px;
}
.navbar-items > li .weather-img img {
    max-height: 37px;
}
.weather-short-wrap > div {
	display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.weather-area strong {
    font-weight: 300;
}
.weather-value {
    font-size: 11px;
}
.weather-short-wrap > div:last-child {
    margin-right: 0;
}

/* Login/Register Addon Styles */
.log-form-trigger-wrap img.avatar {
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    max-height: 22px;
    max-width: 22px;
    vertical-align: middle;
}
.independent-login-parent {
	position: fixed;
	text-align:left;
	height: 100%; width: 100%;
	background: rgba(0,0,0,0.7);
	left: 0; top: 0;
	opacity:0;
	visibility:hidden;
	z-index: 999999;
	transition: all ease 0.3s;-webkit-transition: all ease 0.3s;-moz-transition: all ease 0.3s;-o-transition: all ease 0.3s;
}
.logged-in.log-form-trigger-wrap a.author-link {
    padding-right: 10px;
    padding-left: 5px;
}
.weather-area {
    text-transform: uppercase;
    font-size: 11px;
}
.independent-login-parent.login-open {
	opacity:1;
	visibility:visible;
}
.independent-login-inner {
	max-width:100%;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
	height:auto; width:500px;
	padding:30px;
	border-radius:3px;
	position: absolute;
	left:0; right:0;
	margin:0 auto;
	top: 50%;
	-o-transform: translateY(-50%) scale(0.1);	-ms-transform: translateY(-50%) scale(0.1);	-moz-transform: translateY(-50%) scale(0.1); -webkit-transform: translateY(-50%) scale(0.1);
	transform: translateY(-50%) scale(0.1);
	transition: all ease 0.5s;-webkit-transition: all ease 0.5s;-moz-transition: all ease 0.5s;-o-transition: all ease 0.5s;
}
.independent-login-parent.login-open .independent-login-inner{
	-o-transform: translateY(-50%) scale(1);	-ms-transform: translateY(-50%) scale(1);	-moz-transform: translateY(-50%) scale(1);	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	overflow: hidden;
}
.independent-login-close, .lost-password-close{
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.lost-password-close {
	right: auto;
    left: 20px;
}
.header-top-login .logged-in .author-link{
	 padding:0 10px;
}
.independent-login-inner h3 {
	margin-bottom:25px;
}
.independent-login-inner .status {
    background: #f7f7f7;
    padding: 0px 10px;
}
.lost-password-form.show{
    background: #fff;
    height: 100%;
    left: 0;
    padding: 12%;
    position: absolute;
    top: 0;
    width: 100%;
}
.move-to-prev-form {
    cursor: pointer;
    font-size: 20px;
    padding: 6px 10px;
}
.independent-login-inner .close::before, .independent-login-inner .close::after {
    background-color: #333333;
}
.lost-password-form, .registration-form, .login-form {
	transition: all ease 0.35s;
}
.form-state-hide {
	margin-left: 100px;
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow:hidden;
	transition: all ease 0.35s;
}
.form-state-show {
	margin-left: 0;
	height: auto;
	overflow: visible;
	opacity: 1;
	visibility: visible;
	transition: all ease 0.35s;
}