<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/

@import url("../unicon/style.css");
@import url(https://fonts.googleapis.com/css?family=Montserrat:700,400);

/* Base */

pre {
	border: 0;
	color: #62706e;
	background: #fed8d0;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* Font */

.text-large {
	font-size: 34px;
	line-height: 1.2em;
	font-weight: 300;
}

.fontsize-xxl {
    font-size: 34px !important;
}

.sf-arrows .sf-with-ul:after {
	font-weight: normal !important;
}

/* Titles */

.title-border {
	position: relative;
	padding-top: 20px;
}

.title-border:before {
	position: absolute;
	content: '';
	top: 0;
	width: 80px;
	height: 0;
	border-top-width: 2px;
	/*border-top-style: solid; #fff;*/
}

.title-border.border-white:before {
	border-top-color: #fff;
}

.title-border.border-gray:before {
	border-top-color: #333;
}

.title-border.border-orange:before {
	border-top-color: #fb6345;
}

.title-border.border-purple:before {
	border-top-color: #a996ce;
}

.title-border.border-left:before {
	left: 0;
}

.title-border.border-center:before {
	left: 50%;
	margin-left: -40px;
}

/* Form */

div.wpcf7-response-output {
	margin: 40px 0 20px !important;
	color: #fb6345;
	background: #fed8d0 !important;
}

.wpcf7-form .wpcf7-not-valid {
	border-color: #f85248 !important;
}

.form-email {
	display: none;
}

.page-section .wpb_row .wpb_row.form-row {
	margin: 0 -10px !important;
}

.vc_responsive .wpb_row.form-row .vc_col-sm-6 {
	padding: 0 10px !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	margin: 0;
}


.wpcf7-form input[type="submit"],
.wpcf7-form button {
	margin-bottom: 0;
}

/* Inputs */

input[type="text"], input[type="password"], input[type="email"], textarea {
	border-width: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #fb6345;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	color: #fb6345;
	border-color: #fb6345;
}

input::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
	color: #fdb1a2 !important;
	opacity: 1 !important;
}
input:-moz-placeholder,
input:focus:-moz-placeholder {
	color: #fdb1a2 !important;
	opacity: 1 !important;
}
input::-moz-placeholder,
input:focus:-moz-placeholder {
	color: #fdb1a2 !important;
	opacity: 1 !important;
}
input:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
	color: #fdb1a2 !important;
	opacity: 1 !important;
}

/* Buttons */

.btn {
	display: inline-block;
	padding: 0 20px !important;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.btn-md {
	height: 40px;
	line-height: 40px;
}

.btn-lg {
	height: 51px;
	line-height: 51px;
}

.btn-red {
	background: #dd2418;
}

.btn-red2 {
	background: #f85248;
}

.btn-purple {
	background: #6a62c4;
}

.btn-green {
	background: #76b728;
}

.btn-orange,
.wpcf7-form .wpcf7-submit.btn-orange {
	background: #fb6345;
}

.btn-white-outline {
	border-color: #fff !important;
}

.btn-red:hover,
.btn-red2:hover,
.btn-purple:hover,
.btn-green:hover,
.btn-orange:hover,
.wpcf7-form .wpcf7-submit.btn-orange:hover {
	color: #fff;
	background: #333;
}

body a.btn-white-outline:hover {
	color: #333 !important;
	background: #fff;
}

.btn-lg .fa {
	position: relative;
	top: 4px;
	margin-right: 10px;
	font-size: 28px;
}

.buy-button .sum {
	display: inline-block;
	font-size: 35px;
	margin-left: 10px;
	vertical-align: top;
}

.buy-button .sum small {
	vertical-align: top;
	font-size: 0.5em;
}

.download-section .text-large {
	display: inline-block;
	padding: 7px 0;
}

.download-section .btn {
	vertical-align: top;
	margin: 0 0 0 20px;
}

a.button.color-1 {
	color: #333 !important;
	border-color: #333 !important;
}

/* Tooltip */

.tipsy {
	margin-top: -5px !important;
}

.tipsy-inner {
	background-color: #111;
}

.tipsy-arrow {
	border-color: #111;
}

/* Lists */

.list-disc {
	margin-left: 16px
}

.list-disc li {
	list-style-type: disc;
}

.list-check {
	margin: 0 0 40px 16px;
	list-style-type: none;
}

.list-check li {
	position: relative;
}

.list-check li:before {
	position: absolute;
	content: 'ï€Œ';
	font-family: 'FontAwesome';
	top: 1px;
	left: -16px;
	font-size: 12px;
	color: #999;
}

/* Toggle */

body .toggle .toggle-inner {
	border-color: #ddd;
	box-shadow: none;
	-webkit-box-shadow: none;
}

body .toggle .toggle-inner p {
	color: #585858 !important;
}

body .toggle .toggle-inner ul {
	margin-bottom: 20px;
}

body .toggle .toggle-inner ul:last-child {
	margin-bottom: 0;
}

body .toggle .toggle-inner .toggle-more:after {
	content: 'ï„…';
	font-family: FontAwesome;
	padding-left: 5px;
	transition: padding 0.3s;
}

body .toggle .toggle-inner .toggle-more:hover:after {
	padding-left: 8px;
}

body .toggle .toggle-title {
	color: #999;
	background: #f4f4f4;
}

body .toggle .toggle-title:hover {
	color: #fb6345;
	background: #fed8d0;
}

/* Search */

#search-top {
	width: 960px;
}

.widget_search form::before {
	color: #fb6345;
	top: 50%;
	margin-top: -7px;
}

.search-page #content #searchform input {
	width: 835px;
	margin-right: 20px;
}

.blog-page .post,
div .divider1 {
	border-bottom-color: #ddd;
}

.search-page .post h3 {
	margin-top: -4px;
}

.search-page .alert-message {
	margin-bottom: 60px;
	color: #999;
	background: #efefef;
}

/* Pagination */

#pagination a {
	background: #efefef;
}

#pagination a:hover {
	color: #fff;
	background: #333;
}

#pagination ul li a i {
	position: relative;
	top: -1px;
}

#pagination ul li:last-child a i {
	left: 1px;
}

/* Testimonial */

.testimonial-wrap {
	margin-bottom: 30px !important;
}

.testimonial-wrap .testimonial {
	padding: 15px 20px;
	border: 0;
	color: #585858;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.testimonial-wrap .testimonial:before {
	display: none;
}

.testimonial-wrap .testimonial:after {
	border-style: solid solid none none;
}

.testimonial-wrap:nth-of-type(odd) .testimonial:after {
	text-align: right;
	left: auto;
	right: 26px;
	border-style: solid none none solid;
}

.testimonial-wrap .testimonial-author {
	margin: 20px 24px;
	color: #1c5875;
}

.testimonial-wrap:nth-of-type(odd) .testimonial-author {
	text-align: right;
}

.testimonial-wrap .testimonial-author span {
	margin: 0;
}

.testimonial-wrap .testimonial-author span:before {
	content: 'ï€… ï€… ï€… ï€… ï€…';
	color: #fbc933;
	font-family: 'FontAwesome';
}

/* Header */

.admin-bar #header {
	top: 32px;
}

#header #navigation ul li a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header-v1 #search-top input::-webkit-input-placeholder {
	color: #fb6345 !important;
	opacity: 0.4 !important;
}
.header-v1 #search-top input:-moz-placeholder {
	color: #fb6345 !important;
	opacity: 0.4 !important;
}
.header-v1 #search-top input::-moz-placeholder {
	color: #fb6345 !important;
	opacity: 0.4 !important;
}
.header-v1 #search-top input:-ms-input-placeholder {
	color: #fb6345 !important;
	opacity: 0.4 !important;
}

.header-v1.header-transparent #search-top input::-webkit-input-placeholder {
	color: #fff !important;
}
.header-v1.header-transparent #search-top input:-moz-placeholder {
	color: #fff !important;
}
.header-v1.header-transparent #search-top input::-moz-placeholder {
	color: #fff !important;
}
.header-v1.header-transparent #search-top input:-ms-input-placeholder {
	color: #fff !important;
}

.header-v1.darkheader #search-top input::-webkit-input-placeholder {
	color: #111 !important;
}
.header-v1.darkheader #search-top input:-moz-placeholder {
	color: #111 !important;
}
.header-v1.darkheader #search-top input::-moz-placeholder {
	color: #111 !important;
}
.header-v1.darkheader #search-top input:-ms-input-placeholder {
	color: #111 !important;
}

/* Menu */

#navigation &gt; ul &gt; li &gt; a {
	text-transform: uppercase;
}

#navigation .sub-menu ul li a{
	border-bottom: 0 !important;
	color: #fb6345;
}

#navigation &gt; ul &gt; li &gt; a.sf-with-ul {
	padding-right: 30px;
}

#navigation &gt; ul &gt; li &gt; a.sf-with-ul:after {
	display: block !important;
	content: 'ï¸';
	font-family: 'FontAwesome';
	margin-top: -7px;
	font-size: 10px;
	right: 15px;
}

/* Mobile menu */

#mobile-navigation form input::-webkit-input-placeholder {
	color: #fdb1a2 !important;
	opacity: 1 !important;
}

#mobile-navigation form:before {
	top: 10px;
}

#mobile-navigation ul li i {
	position: absolute;
	top: 0;
	right: 0;	
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	line-height: 40px;
	text-align: right;
}

/* Content */

body img.aligncenter {
	display: block;
	margin: auto;
}

body img.figure-pic {
	margin-top: 30px;
}

.section {
	overflow: inherit !important;
}

.info-section {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.info-section img {
	margin-bottom: 15px !important;
}

#content {
	padding-top: 100px;
}

#content .full-width-section .wpb_column {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

#go-pricing-table-1071 .gw-go-col-wrap:first-child {
    margin-top: 161px !important;
}

.more-link:after {
	content: 'ï„…';
	font-family: FontAwesome;
	padding-left: 5px;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;
}

.more-link:hover:after {
	padding-left: 8px;
}

/* About */

.features {
	line-height: 1.25em;
}

.features-qrcode {
	margin: 217px 0 0 !important;
}

.features-qrcode p {
	height: 0;
}

.features-qrcode .qr-phone,
.features-qrcode .qr-code {
	position: absolute;
	left: 50%;
}

.features-qrcode .qr-phone {
	margin: 0 0 0 -147px;
	bottom: 0;
}

.features-qrcode .qr-code {
	margin: 0 0 0 75px;
	bottom: -46px;
}

.full-features ul li img {
	margin-top: -3px;
}

/* Samples */

.top-price-table.tpt-all {
    margin-top: -242px !important;
}

.top-price-table.tpt-hostings {
    margin-top: -222px !important;
}

.top-price-table.tpt-compares {
    margin-top: -257px !important;
}

#go-pricing-table-1305 .gw-go-col-inner {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) !important;
}

.download-sample .thumbnail {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px dashed #ddd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.download-sample .thumbnail:hover {
	border-color: transparent;
}

.download-sample .thumbnail:after,
.download-sample .thumbnail:before {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
}

.download-sample .thumbnail:after {
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fb6345;
	z-index: 1;
}

.download-sample .thumbnail:before {
	content: 'ï§';
	top: 50%;
	left: 50%;
	width: 20px;
	margin: -10px 0px 0px -10px;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
 	color: #fff;
	z-index: 2;
}

.download-sample .thumbnail:hover:after,
.download-sample .thumbnail:hover:before {
	visibility: visible;
	opacity: 0.9;
}

body .column-settings img {
	margin-bottom: -334px !important;
}

body .column-settings-bottom {
	height: 373px;
}

/* FAQ */

.faq-pic {
	padding-bottom: 0 !important;
}

.faq-header .btn {
	margin: 0 15px 10px 0;
}

/* 404 */

.page-404 .entry {
	padding-top: 0;
	padding-bottom: 40px;
}

.page-404 .entry ul {
	margin-left: 0;
	list-style-type: none;
}

.page-404 h2 {
	width: 270px;
	height: 270px;
	margin-bottom: 40px;
	line-height: 70px;
	font-size: 27px;
	text-transform: uppercase;
	border: 6px solid #fb6345;
	color: #fb6345;
}

.page-404 h2 span {
	display: block;
	margin: 64px 0 -20px;
	font-size: 100px;
	line-height: 1em;
}

/* Footer */

#footer {
	padding: 50px 0 10px;
}

#footer .widget_search {
	margin-top: -20px;
}

#footer .widget_search input,
#footer .widget_product_search input[type="text"],
#footer .widget_search input:focus {
	border: 0;
	color: #fb6345;
	background: #fff;
}

#footer .widget_search input::-webkit-input-placeholder {
	color: #fdb1a2 !important;
	opacity: 1 !important;
}
#footer .widget_search input:-moz-placeholder {
	color: #fdb1a2 !important;
	opacity: 1 !important;
}
#footer .widget_search input::-moz-placeholder {
	color: #fdb1a2 !important;
	opacity: 1 !important;
}
#footer .widget_search input:-ms-input-placeholder {
	color: #fdb1a2 !important;
	opacity: 1 !important;
}

#back-to-top a {
	background: #111;
}

/* Grid */

body .page-section .standard-section .span_12 {
	max-width: 1000px;
}

body .page-section .standard-section .span_12:after { /* Clear */
	display: block; content: ''; overflow: hidden; visibility: hidden; clear: both; height: 0; line-height: 0;
}

.container {
	width: 1000px;
}

.container .one.column,.container .one.columns{width:22.5px;}
.container .two.columns{width:85px;}
.container .three.columns{width:147.5px;}
.container .four.columns{width:210px;}
.container .five.columns{width:272.5px;}
.container .six.columns{width:335px;}
.container .seven.columns{width:397.5px;}
.container .eight.columns{width:460px;}
.container .nine.columns{width:522.5px;}
.container .ten.columns{width:585px;}
.container .eleven.columns{width:647.5px;}
.container .twelve.columns{width:710px;}
.container .thirteen.columns{width:772.5px;}
.container .fourteen.columns{width:835px;}
.container .fifteen.columns{width:897.5px;}
.container .sixteen.columns{width:960px;}
.container .one-third.column,.container .one-third.columns{width:293.333px;}
.container .two-thirds.column,.container .two-thirds.columns{width:626.667px;}

/* Desktop */

@media screen and (min-width: 960px) and (max-width: 1199px) {
	body .column-settings img {
   		 margin-bottom: -322px !important;
	}

	body .column-settings-bottom {
		height: 361px;
	}
}


/* Tablet */

@media screen and (min-width: 768px) and (max-width: 959px) {
	.search-page #content #searchform input {
		width: 795px;
	}

	body .column-settings img {
  		margin-bottom: -262px !important;
	}

	body .column-settings-bottom {
		height: 289px;
	}
}

/* Mobile */

@media screen and (min-width: 321px) and (max-width: 767px) {
	.download-sample .vc_col-sm-3 {
		width: 50%;
		float: left;
	}

	.download-sample .vc_col-sm-3 .wpb_content_element {
		margin-bottom: 0 !important;
	}

	.download-sample .vc_col-sm-3.hidden-mobile.show-landscape {
		display: block !important;
	}
}

@media screen and (max-width: 767px) {
	.hidden-mobile {
		display: none !important;
	}

	.mobile-no-padding {
		padding: 0 !important;
	}

	body img.figure-pic {
		margin-top: 0;
	}

	.download-section .text-large {
		display: block;
	}

	.download-section .btn {
		margin: 20px 0 15px !important;
	}

	.picture-right-side img {
		margin-top: 0 !important;
	}

	.features .vc_col-sm-3,
	.testimonial .vc_col-sm-2 {
		float: left;
		width: 50%;
		margin-bottom: 0 !important;
	}

	.download-sample {
		padding-bottom: 60px !important;
	}

	.top-price-table {
		margin-bottom: -40px !important;
	}

	body .column-settings-bottom {
		background: transparent !important;
	}

	.pre-sales {
		padding-top: 40px;
	}

	.faq-pic {
		padding-bottom: 0 !important;
	}

	.reviews {
		padding-bottom: 15px !important;
	}

	.reviews .vc_col-sm-3 {
		width: 50%;
		float: left;
	}

	.license-regular {
		margin-bottom: 80px !important;
	}

	.license-extended {
		margin-bottom: 0 !important;
	}

	.customers .vc_col-sm-2 {
		width: 50%;
		float: left;
		margin-bottom: 0 !important;
	}

	#footer #text-6 {
		margin-bottom: 0;
	}


	.videoplaylist-title {
		margin-bottom: 20px !important;
	}

}

/* Retina screen */

html body img.pic-standard {
	display: inline-block;
}

html body img.pic-retina {
	display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	html body img.pic-standard {
		display: none !important;
	}

	html body img.pic-retina {
		display: inline-block !important;
	}
}

/* Animations */
body .scrollanimation {
	animation: scrollani 60s linear infinite;
	-webkit-animation: scrollani 60s linear infinite;
}

@keyframes scrollani {
	from { background-position: 0 0; }
	to { background-position: -2306px 0; }
}
@-webkit-keyframes scrollani {
	from { background-position: 0 0; }
	to { background-position: -2306px 0; }
}

.anim-pulsate {
	animation: pulsate 2s linear infinite;
	-webkit-animation: pulsate 2s linear infinite;
}
@keyframes pulsate {
	0% { transform: scale(0.8); }
	4% { transform: scale(1); }
	8% { transform: scale(0.8); }
	12% { transform: scale(1); }
	16% { transform: scale(0.8); }
	100% { transform: scale(0.8); }
}

@-webkit-keyframes pulsate {
	0% { -webkit-transform: scale(0.8); }
	4% { -webkit-transform: scale(1); }
	8% { -webkit-transform: scale(0.8); }
	12% { -webkit-transform: scale(1); }
	16% { -webkit-transform: scale(0.8); }
	100% { -webkit-transform: scale(0.8); }
}

/* VC */

.wpb_row .span_12 { z-index:auto !important; }

/* Other */
html { margin-right:0 !important; overflow:auto !important; }
#qr { z-index: 1; }

/* c2020 */
#header.header-transparent.header-v1{ 
    box-shadow: none !important;
}
#header.stuck {
	box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.20) !important;
}</pre></body></html>