/*
Theme Name: UV-C
Theme URI: https://uv-c.com.au/
Author: NETMOW
Author URI: https://netmow.com/
Description: Premium Theme By Netmow
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: www.netmow.com
*/

/* #chatlink {
    bottom: 75px;
}
body #widget_popup_option_2.miyn-widgets-footer-button-area {
    bottom: 75px;
} */
a:hover {
	text-decoration: none;
}
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group, .wc-stripe-elements-field {
    width: 100%;
}
.woocommerce .payment_method_stripe label {
    font-size: 14px;
}
.woocommerce-validated {
    display: inline-flex;
    align-items: center;
}
.woocommerce-validated input {
    margin-right: 5px;
}
.woocommerce-privacy-policy-text p a {
    font-size: 14px;
}


/* MY ACCOUNT PAGE STYLE */
.my-account .page-content-area .u-column1.col-1 {
    max-width: 50%;
    flex: 0 0 50%;
}
.my-account .page-content-area .u-column2.col-2 {
    max-width: 50%;
    flex: 0 0 50%;
}
.my-account .page-content-area .u-columns {
    display: flex;
    flex-flow: wrap row;
}
.my-account .page-content-area .woocommerce label {
    display: block;
    width: 100%;
}
.my-account .page-content-area .password-input {
    width: 100%;
}




/* single blog style */
.blog-metas .blog-cat {
	margin-top: 15px;
}
.single-blog-title-metas-left {
	display: flex;
	align-items: center;
}
.single-blog-tag-lists a, .blog-author span {
	font-size: 14px;
	color: #AAAAAA;
	margin-left: 9px;
}
.single-blog-tag-lists {
	display: flex;
	align-items: center;
	margin-right: 34px;
}
.blog-author {
	display: flex;
	align-items: center;
}
.blog-share ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.blog-share ul li {
	margin-right: 15px;
}
.single-blog-title-metas {
	margin-top: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 28px;
}



/* recent posts widget */
.single-recent-post {
	display: flex;
	padding: 25px 0;
	border-bottom: 1px solid #8FD6FF;
}
.widget_recent_entries ul li:last-child .single-recent-post {
	border-bottom: none;
}
.single-recent-post .single-recent-post-img {
	width: 140px;
	margin-right: 20px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.single-recent-post-right {
	width: calc(100% - 160px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.single-recent-post-right h3 {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
.single-recent-post-right h3 a {
	color: #292929;
}
.single-recent-post-right h3 a:hover {
	color: #007bff;
}
.single-recent-post-right a {
	margin-right: 15px;
}
.single-recent-post-right p {
	margin: 0;
}
.single-blog-nav-area .single-recent-post-right p span {
	color: #1C7BEB;
}
.single-recent-post-right p a:hover {
	color: #292929;
}
.widget_recent_entries ul, .widget_categories ul {
	background: #EEF7FF;
	padding: 10px 25px;
}
.widget_recent_entries .widget-title, .widget_categories .widget-title {
	color: #0583F2;
	font-size: 14px;
	background: #EEF7FF;
	display: inline-block;
	padding: 16px 41px;
	margin: 0;
}
.widget_recent_entries a {
	text-decoration: none;
}
.custom-heading-text h2 {
	margin-top: 20px;
}

/* other widget style */
.bd-area {
	padding-top: 50px;
	background: #0583F2;
	height: 600px;
	margin-bottom: 35px;
	padding-left: 30px;
	padding-right: 30px;
}
.bd-area .title h1 {
	font-size: 25px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin: 0;
	line-height: 35px;
	background: #0583F2;
}
.bd-area .title {
	background-image: url('https://uv-c.com.au/wp-content/uploads/2020/10/logo-path.png');
	height: 146px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bd-area p {
	font-size: 18px;
	text-align: center;
	color: #fff;
	margin-top: 45px;
	padding: 0 40px;
}
.bd-area .w-btn {
	margin-top: 76px;
	height: 175px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1D95FF;
	margin-left: -30px;
	margin-right: -30px;
}
.bd-area .w-btn a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 49px;
	border: 2px solid #fff;
	transition: all .3s;
}
.bd-area .w-btn a:hover {
	color: #0583F2;
	background: #fff;
}
.widget_categories, .widget_tag_cloud {
	margin-top: 35px;
}
.widget_custom_html {
	margin-bottom: 62px;
}
.widget_categories a {
	font-size: 16px;
	color: #292929;
	padding: 11px 0;
	display: block;
	border-bottom: 1px solid #8FD6FF;
}
.widget_categories ul li:last-child a {
	border: none;
}
.widget_tag_cloud .widget-title {
	color: #0583F2;
	font-size: 14px;
	display: inline-block;
	padding: 16px 41px;
	margin: 0;
	padding-left: 0;
}
.single-blog .tagcloud a {
	color: #062438;
	font-size: 16px !important;
	padding: 10px 20px;
	background: #EEF7FF;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: all .3s;
}
.single-blog .tagcloud a:hover {
	background: #0583F2;
	color: #FFF;
}

/* Post navigation */
.single-blog-nav-area {
	border-top: 1px solid #EEF7FF;
	border-bottom: 1px solid #EEF7FF;
	margin-top: 70px;
	padding: 23px 0;
}
.single-blog-nav .single-recent-post {
	padding: 0;
	border: none;
}
.single-blog-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.single-blog-nav-content {
	width: 60%;
}
.blog-sidebar {
	padding-left: 60px;
}
@media only screen and (max-width: 991px) {
	.single-blog-nav-content {
		width: calc(100% - 100px);
	}
	.prev-navv {
		margin-bottom: 60px;
	}
	.blog-sidebar {
		padding-left: 15px;
		margin-top: 40px;
	}
	.blog-item-content {
		width: 100%;
		margin-top: 40px;
	}
	.single-blog-tag-lists {
		width: 100%;
	}
	.blog-author{
		width: 100%;
		margin-top: 7px;
	}
	.single-blog-title-metas-left {
		flex-wrap: wrap;
	}
	.blog-share ul {
		justify-content: flex-start;
		margin-top: 10px;
	}
}
.single-blog-nav-area .prev-navv {
	padding-right: 15px;
	border-right: 1px solid #EEF7FF;
}
.next-navv .single-blog-nav-content {
	margin-left: 20px;
}
.single-recent-post .single-recent-post-img a {
	width: 100%;
	height: 100%;
	display: block;
}
.services .custom-heading-details {
    margin-top: 50px;
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone, img.alignnone {
	/* not sure about this one */
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

/* registration form style */
.user-registration-wrapper {
	max-width: 532px;
	background: #0583F2;
	padding: 25px;
	margin: 0 auto;
}
.user-registration-wrapper .form-field label {
	width: 100%;
	font-size: 13px;
	margin: 0;
	color: #fff;
}
.user-registration-wrapper input {
	width: 100%;
	height: 30px;
	border: 1px solid #d7d9da;
	padding: 5px 10px;
	font-weight: 400;
}
.user-registration-wrapper .form-field {
	margin-bottom: 10px;
}
.user-registration-wrapper button {
	text-transform: uppercase;
	height: auto;
	background-color: #fff;
	color: #0583F2;
	min-width: 138px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 35px;
	border: none;
}

.reseller-box .gform_wrapper {
	max-width: 600px;
	margin: 0 auto;
	background-color: #0583F2;
	padding: 30px 30px;
}
.reseller-box .gfield_label {
	color: #fff;
	margin-bottom: 4px;
	font-size: 16px !important;
	font-weight: 400 !important;
}
.reseller-box .gfield {
	margin-bottom: 18px;
}
body .reseller-box .gform_legacy_markup_wrapper .top_label div.ginput_container {
	margin-top: 0;
}
body .reseller-box .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height: 48px;
	padding: 0 10px;
}
.reseller-box .gform_button.button {
	text-transform: uppercase;
	height: auto;
	background-color: #fff;
	color: #0583F2;
	min-width: 138px;
	font-size: 16px !important;
	font-weight: 500;
	letter-spacing: 1px;
	height: 49px;
	border: none;
}
.reseller-box .gform_legacy_markup_wrapper div.validation_error {
	color: #fff;
	border: none;
	margin-top: 0;
}
.reseller-box .gform_validation_errors > h2 {
	color: #fff;
}
.reseller-box .gform_legacy_markup_wrapper li.gfield.gfield_error, .reseller-box .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: none;
	background-color: transparent;
}
.reseller-box .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .reseller-box .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0;
}
.reseller-box .gform_legacy_markup_wrapper .gfield_error .gfield_label {
	color: #fff;
}
.reseller-box .gform_legacy_markup_wrapper .validation_message {
	color: #fff;
	font-weight: 500;
}
.reseller-box .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding-top: 5px;
}
@media only screen and (max-width: 600px) {
	.reseller-box .gform_wrapper {
		padding: 20px 15px;
	}
}

.footer-widgets-contents .footer-social ul li a svg {
    margin-top: -5px;
}