<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==============================================================

Project:	Arnica - Creative Coming Soon WordPress Plugin
Info:		https://codecanyon.net/item/arnica-creative-coming-soon-wordpress-plugin/23093323
Version:	1.9
Author:		AthenaStudio
Profile:	https://themeforest.net/user/athenastudio

-----------------------------------------------------------------
					*** TABLE OF CONTENTS ***
-----------------------------------------------------------------

	1.	General
	2.	Page loader
	3.	Background
	4.	Logo
	5.	Social
	6.	Page content
	7.	Welcome
	8.	Countdown
	9.	Buttons
	10.	Subscribe
	11.	Information navigation
	12.	About
		
=============================================================*/

/*********************
    - 1. General -
*********************/
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, 
font, 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 {
	background:transparent;
	border:0;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	width:100%;
}

body {
	color:#fff;
	font-family:"Poppins", sans-serif;
	font-size:16px;
	line-height:1.5em;
	font-weight:400;
	position:relative;
	background:#000;
	width:100%;
	height:100%;
	background-color:#000;
}

a, a &gt; * {
	outline:none;
	cursor:pointer;
	text-decoration:none;
}

a:focus, a:hover {
	outline:none;
	color:#fff;
	text-decoration:none;
}

::selection {
	color:#1a1a1a;
	text-shadow:none;
	background-color:#fff;
}

::-webkit-selection {
 	color:#1a1a1a;
 	text-shadow:none;
 	background-color:#fff;
}

::-moz-selection {
 	color:#1a1a1a;
 	text-shadow:none;
 	background-color:#fff;
}

/*************************
    - 2. Page loader -
*************************/
.page-loader {
	position:fixed;
	display:block;
	width:100%;
	height:100%;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:40;
	background:#fff;
}

.page-loader .progress {
	position:absolute;
	margin:-15em 0 0 -15em;
	font-size:2px;
	top:50vh;
	left:50vw;
	background:#fff;
	border-top:0.8em solid rgba(35, 35, 35, 0.2);
	border-right:0.8em solid rgba(35, 35, 35, 0.2);
	border-bottom:0.8em solid rgba(35, 35, 35, 0.2);
	border-left:0.8em solid #000;
	transform:translateZ(0);
	animation:preloader 0.7s infinite linear;
}

.page-loader .progress,
.page-loader .progress:after {
	border-radius:50%;
	width:30em;
	height:30em;
}

@keyframes preloader {
 	0% 		{transform:rotate(0deg);}	
 	100% 	{transform:rotate(360deg);}
}

/************************
    - 3. Background -
************************/
.bg {
	position:fixed;
  	top:0;
  	left:0;
  	width:100%;
  	height:100%;
  	overflow:hidden;
}

.modal-effect {
    transition:all 0.2s;
}

.modal-opened {
  	transform:translateX(-7vw);
}

/******************
    - 4. Logo -
******************/
.logo {
	position:absolute;
	top:20px;
	left:0;
	width:100%;
}

/********************
    - 5. Social -
********************/
.social {
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
}

.social ul {
	list-style:none;
	margin:0;
	padding:0;
}

.social ul li {
	display:inline-block;
	margin:0 30px 0 0;
}

.social ul li:last-child {
	margin-right:0;
}

.social ul li a {
	display:block;
	overflow:hidden;
	padding:0;
	color:#fff;
	transition:all .5s;
}

.social ul li i {
	position:relative;
	display:block;
	font-size:18px;
	line-height:20px;	
	cursor:pointer;
	overflow:hidden;
	text-align:center;
}

/**************************
    - 6. Page content -
**************************/
.page {
	position:fixed;
	overflow-x:hidden;
	left:0;
  	top:0;
  	z-index:2;
  	width:100%;
  	height:100%;
}

/* Overlay */
.page:before {
	content:'';
  	position:absolute;
  	top:0;
  	left:0;
  	z-index:0;
  	width:100%;
  	height:100%;
  	background:rgba(35, 52, 105, 0.5);
}

/*********************
    - 7. Welcome -
*********************/
.welcome {
	position:relative;
	text-align:left;
}

.welcome h2 {
	font-size:64px;
	line-height:64px;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;	
	letter-spacing:-1px;
	margin-bottom:5px;
}

.welcome h2 strong,
.welcome h2 b {
	font-weight:700;
}

.welcome p {
	color:#fff;
	margin-bottom:20px;
}

/***********************
    - 8. Countdown -
***********************/
.is-countdown {
	max-width:800px;
	margin:0 0 25px 0;
	width:100%;
}

.countdown-row {
	display:block;
}

.countdown-section {
	position:relative;
	display:inline-block;
	width:20%;
	text-align:center;
}

.countdown-amount {
	position:relative;
	display:block;
	color:#fff;
	font-size:56px;		
	height:56px;
	line-height:56px;
	font-weight:600;	
	text-align:center;
	vertical-align:middle;
}

.countdown-period {
	display:block;
	font-size:13px;
	text-align:center;
	text-transform:uppercase;
}

/* Separator */
.countdown-separator .countdown-section:after {
	content:"";
	position:absolute;
	top:15px;
	right:0;
	width:1px;
	height:60%;
	background:#fff;
	opacity:0.3;
}

.countdown-separator .countdown-section:last-child:after {
	display:none;
}

/* Horizontal countdown */
.countdown-horizontal .countdown-section {
	width:auto;
	margin-right:40px;
}

.countdown-horizontal .countdown-section:after {
	display:none;
}

.countdown-horizontal .countdown-amount {
	display:inline-block;
	vertical-align:bottom;
}

.countdown-horizontal .countdown-period {
	display:inline-block;
	vertical-align:bottom;
	font-size:16px;
	margin-left:5px;
	margin-bottom:2px;
}

/*********************
    - 9. Buttons -
*********************/
.action-btn {
	position:relative;
	display:inline-block;
	color:#fff;
	padding:15px 30px;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	border:0;
	cursor:pointer;
	border-radius:3px;
	transition:all .5s;
}

.action-btn.white {
	background:transparent;
	padding:13px 28px;
	margin-right:15px;
	border:1px solid rgba(255, 255, 255, 0.4);
}

.action-btn:hover {
	background:#fff;
}

.action-btn &gt; i {
	margin-right:10px;
}

/* Full width button */
.action-btn.full {
    width:100%;
}

.action-btn.full:hover {
    background:#282828;
}

/************************
    - 10. Subscribe -
************************/
.dialog, .dialog__overlay {
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.dialog {
	position:fixed;
	z-index:999;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content:center;
	align-items:center;
	pointer-events:none;
}

.dialog__overlay {
	position:absolute;
	z-index:1;
	background:rgba(31, 34, 46, 0.9);
	opacity:0;
    transition:all 0.3s;
}

.dialog--open .dialog__overlay {
	opacity:1;
	pointer-events:auto;
}

.dialog__content {
	width:50%;
	max-width:500px;
	min-width:290px;
	padding:0;
	text-align:center;
	position:relative;
	z-index:5;
	opacity:0;
	overflow:hidden;
	background:url(../../images/bg/subscribe.jpg) center;
	background-size:cover;
	border:10px solid #2b2d35;
	border-radius:3px;
    transition:all 0.3s;
}

.dialog__content:before {
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
	border:1px solid #000;	
	background:rgba(32, 35, 45, 0.8);
	border-radius:3px;
}

.dialog--open .dialog__content {
	pointer-events:auto;
}

.dialog .close-newsletter {
	position:absolute;
	top:0;
	right:0;
	border:none;
	background:transparent;
	width:40px;
	height:40px;
	line-height:35px;
	color:#fff;
	font-size:20px;
	opacity:0.5;
	outline:none;
	cursor:pointer;
    transition:all 0.3s;
}

.dialog .close-newsletter:hover {
	opacity:1;
}

.dialog .dialog-inner {
	padding:90px 70px;
	overflow:hidden;
}

.dialog .dialog-inner:before {
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}

.dialog .dialog-inner h4 {
	color:#fff;
	font-size:40px;
	line-height:40px;
	font-weight:700;
	margin-bottom:10px;
}

.dialog .dialog-inner p {
	color:#fff;
}

#subscribe #notifyMe {
	max-width:450px;
	margin:auto;
	margin-top:2em;
}

#subscribe #notifyMe ::-webkit-input-placeholder {
 	color:#747c83 !important;
}

#subscribe #notifyMe :-ms-input-placeholder {
 	color:#747c83 !important;
}

#subscribe #notifyMe ::-ms-input-placeholder {
 	color:#747c83 !important;
}

#subscribe #notifyMe ::placeholder {
 	color:#747c83 !important;
}

#subscribe #notifyMe .form-group {
	margin-bottom:1em;
}

#subscribe #notifyMe .form-group i {
	color:#757a86;
	position:absolute;
	text-align:center;
	top:15px;
	left:15px;
}

#subscribe #notifyMe .opacity-0 {
	opacity:0 !important;
	visibility:hidden !important;
}

#subscribe #notifyMe .form-group .form-control {
	text-align:center;
	background:#fff;
	border:none;
	border-radius:0;
	height:50px;
	font-weight:600;
	outline:medium none;
	padding:0 1em;
	width:100%;
	margin:auto;
	color:#000;
	box-shadow:none;
	transition:all 0.3s;
}

#subscribe #notifyMe .form-group .form-control:hover, 
#subscribe #notifyMe .form-group .form-control:focus {
	box-shadow:none;
}

#subscribe #notifyMe .form-group input {
	text-align:center;
}

#subscribe #notifyMe .form-group button.submit {
	float:none;
	margin:0;
}

#subscribe .block-message {
	min-height:50px;
	position:absolute;
	bottom:-100px;
	width:100%;
	left:0;
	padding:15px;
	background:transparent;
	transition:all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

#subscribe .block-message.show-block-error {
	bottom:0;
	background:#ff1d4d;
}

#subscribe .block-message.show-block-valid {
	bottom:0;
}

#subscribe p.notify-valid {
	color:#fff;
	text-transform:none;
	font-size:16px;
	letter-spacing:0;
	font-weight:600;
}

#subscribe input[type='text'] {
	width:100%;
	color:#444;
	background:#fafafa;
	border:1px solid #ddd;
	padding:14px 18px;
	margin-bottom:30px !important;
	font-size:14px;
	line-height:1;
	outline:none;
	border-radius:3px;
    transition:all 0.3s;
}

#subscribe input[type='text']:focus {
	background:#fff;
}

.dialog__overlay {
	transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dialog.dialog--open .dialog__content, .dialog.dialog--close .dialog__content {
	animation-duration:0.4s;
	animation-fill-mode:forwards;
}

.dialog.dialog--open .dialog__content {
	animation-name:anim-open;
}

.dialog.dialog--close .dialog__content {
	animation-name:anim-close;
}

@keyframes anim-open {
 	0% {
 		opacity:0;
 		transform:translate3d(0, 50px, 0);
	}

	100% {
		opacity:1;
 		transform:translate3d(0, 0, 0);
	}
}

@keyframes anim-close {
 	0% {
 		opacity:1;
 		transform:translate3d(0, 0, 0);
	}

 	100% {
 		opacity:0;
 		transform:translate3d(0, 50px, 0);
	}
}

/*************************************
    - 11. Information navigation -
*************************************/
.info-nav {
	position:fixed;
	top:20px;
	right:20px;
	width:20px;
	height:20px;
	z-index:10000;
	background:0 0;
	transition:all .5s;
}

.info-nav span {
	position:absolute;
	display:inline-block;
	top:50%;
	left:50%;
	bottom:auto;
	right:auto;
	width:18px;
	height:2px;
	background-color:#fff;
	transform:translateX(-50%) translateY(-50%);
}

.info-nav span:before, 
.info-nav span:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	background-color:#fff;
	right:0;
	backface-visibility:hidden;
	transform:translateZ(0);
	transition:transform .3s, background .3s;
}

.info-nav span:before {
	transform:translateY(-6px) rotate(0deg);
}

.info-nav span:after {
	transform:translateY(6px) rotate(0deg);
}

/* Hover */
.info-nav:hover span:before {
	transform:translateY(-8px) rotate(0deg);
}

.info-nav:hover span:after {
	transform:translateY(8px) rotate(0deg);
}

/* Active */
.info-nav.active span {
	background-color:transparent;
}
 
.info-nav.active span:before, 
.info-nav.active span:after {
	background-color:#666;
}

.info-nav.active:hover span:before, 
.info-nav.active:hover span:after {
	background-color:#000;
}

.info-nav.active span:before {
	transform:translateY(0) rotate(45deg);
}

.info-nav.active span:after {
	transform:translateY(0) rotate(-45deg);
}

/********************
    - 12. About -
********************/
#about {
	top:0;
  	right:0;
	left:100vw;
  	width:600px;
}

.modal.fade .modal-dialog {
	transition:transform 600ms ease-out;
	transform:translate(100%, 0px);
}

.modal.show {
    transform:translateX(-600px);
}

.modal.show .modal-dialog {
	transform:translate(0, 0px);
}

.modal-dialog {
	margin:0 !important;
	max-width:none !important;
    width:600px;
	height:100%;
	background-color:#fff;
	text-align:center;
}

.modal-content {
	background-color:#fff;
	box-shadow:none;
	border:0;
}

.modal-body {
	padding:0 !important;	
}

.modal-body p {
	font-size:15px;
	line-height:23px;
	padding:0;
}

/* Section title */
.section-title h3 {
	clear:both;
	font-size:36px;
	line-height:36px;
	font-weight:700;
	color:#282828;
	letter-spacing:-1px;
	margin-bottom:20px;
}

.section-title hr {
	width:40px;
	margin:0 auto 40px;
	color:#000;
  	transition:all .3s;
}

.section-title:hover hr {
  	width:60px;
}

/* Custom scrollbar */
.mCSB_scrollTools {
  	position:absolute;
  	width:5px !important;
  	height:auto;
  	left:auto;
  	top:0;
  	right:0;
  	bottom:0;
  	z-index:25;
  	transition:all 0.3s;
}

.mCSB_scrollTools .mCSB_draggerRail {
  	width:5px !important;
  	height:100% !important;
  	margin:0;
	background-color:#757a86;
  	opacity:0.4;
  	border-radius:0 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  	position:relative;
  	width:5px !important;
  	height:100%;
  	margin:0 auto;
  	text-align:center;
  	border-radius:0 !important;
}

.mCSB_scrollTools-left {
  	right:0 !important;
}

.mCSB_inside &gt; .mCSB_container {
    margin-right:0 !important;
}

/* About */
.about-dsc {
	clear:both;
	padding:50px;
	color:#444;
}

/* Contact */
.contact {
    position:relative;
	clear:both;
	padding:50px;
	background-color:#f3f3f3;
}

.contact:after {
    content:'';
    position:absolute;
    z-index:5;
    top:98.1%;
    left:50%;
    margin-left:-20px;
    width:0;
    height:0;
    border-top:solid 20px #f3f3f3;
    border-left:solid 20px transparent;
    border-right:solid 20px transparent;
}

.contact h5 {
	font-size:30px;
	line-height:30px;
	margin-bottom:15px;
}

.contact p {
	margin-bottom:0;
	color:#444;
}

.contact p a {
	color:#444;
	transition:all 1s;
}

/* Contact form */
.contact-form {
    position:relative;
	clear:both;
	padding:50px;
    color:#444;
	background-color:#fff;
}

.contact-form .field {
	width:100%;
	margin-bottom:20px;
	position:relative;
}

.contact-form .field input, 
.contact-form .field textarea {
    width:100%;
    font-size:14px;
    line-height:1em;
	padding:14px 18px;
	color:#444;
	border-radius:3px;
	border:1px solid #ddd;
	background-color:#fff;
	outline:none;
	transition:all .3s;
}

.contact-form .field textarea {
	height:110px;
}

.contact-form .field .error {
	display:none;
	position:absolute;
	top:17px;
	right:15px;
	line-height:1;
	cursor:default;
}

.contact-form .field .error i {
	font-size:14px;
	cursor:inherit;
	color:#a6a6a6;
}

.contact-form-result {
	display:none;
}

.contact-form-result h3 {
    color:#282828;
	margin:30px 0 5px;
    font-weight:600;
    letter-spacing:1px;
}

/* Google maps */
#google-container {
  	position:relative;
  	width:100%;
  	height:350px;
 	background-color:#e7eaf0;
}

.google-map {
  	position:relative;
}

#zoom-in, #zoom-out {
  	height:32px;
  	width:32px;
  	cursor:pointer;
  	margin-left:40px;
  	background-repeat:no-repeat;
  	background-size:32px 64px;
  	background-image:url("../images/map-controller.svg");    
  	transition:all 0.3s;
}

#zoom-in {
  	background-position:50% 0;
  	margin-top:100px;
  	margin-bottom:1px;
}

#zoom-out {
  	background-position:50% -32px;
}

/* Copyright */
.copyright {
	clear:both;
	padding:30px;
	background:#20232d;
	color:#fff;
	font-size:12px;
	line-height:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
}





</pre></body></html>