/*!
Theme Name: Alkemi
Theme URI: http://underscores.me/
Author: The Grove
Author URI: https://thegrove.co
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alkemi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alkemi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* Arhcivo Fonts */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@200;300;400;500;700&display=swap');

html,
body {
	height: 100%;
	color: #FFFFFF;
	font-size: 15px;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .03em;
}
body {
	background-color: #0C1115;
	background-image:  url('/wp-content/themes/alkemi/img/alkemi-page-bg@2x.png');
	background-position: center top;
	background-size: 923px 768px;
	background-repeat: no-repeat;
}
body.home {
	background-image:  url('/wp-content/themes/alkemi/img/alkemi-home-bg@2x.png');
}
@media(max-width: 767px) {
	body.home {
		background-size: 150%;
		background-position: center bottom;
	}
}
h1,
.h1 {
	font-size: 32px;
	letter-spacing: .03em;
}
h2,
.h2 {
	font-size: 30px;
}
h3,
.h3 {
	font-size: 18px;
}

a,
a:visited {
	color: #02BFBF;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #FFF;
	
}

/* Header */
.site-header {
	padding-top: 40px;
}
.site-header .site-branding img {
	width: 183px;
	height: 25px;
}

/* Main Menu */
.main-navigation {
	position: fixed;
	z-index: 1029;
	height: 100vh;
	background-color: #131A1F;
	top: 0;
	max-width: 490px;
	padding: 40px;
	right: -490px;
	
	-webkit-transition: 0.3s ease right;
	-moz-transition: 0.3s ease right;
	-o-transition: 0.3s ease right;
	transition: 0.3s ease right;
}
.main-navigation.hello {
	right: 0;
	
	-webkit-transition: 0.3s ease right;
	-moz-transition: 0.3s ease right;
	-o-transition: 0.3s ease right;
	transition: 0.3s ease right;
}
.main-navigation .widget_nav_menu {
	margin-top: 100px;
}
.main-navigation .widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-navigation .widget_nav_menu ul li {
	margin-bottom: 7px;
}
.main-navigation .widget_nav_menu ul li a {
	font-size: 16px;
	font-weight: 700;
	color: #02BFBF;
	padding: 5px 0 10px;
	text-decoration: none;
}
.main-navigation .widget_nav_menu ul li a:hover,
.main-navigation .widget_nav_menu ul li a:focus {
	color: #FFF;
}
.main-navigation #custom_html-2 {
	margin-top: auto;
}
.main-navigation #custom_html-2 .privacy p {
	color: #9D9FA1;
	font-size: 12px;
	font-weight: 500;
}
.main-navigation #custom_html-2 .privacy p a {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}	
@media(min-width: 992px) {
	.main-navigation {
		padding: 80px
	}
}
@media(max-width: 767px) {
	.main-navigation {
		padding: 40px;
		width: auto;
	}
	.menu-toggle {
		margin-right: 30px;
	}
}

/* Menu Toggle */
.menu-toggle {
	position: relative;
	z-index: 1030;
}
.menu-toggle #menu_checkbox {
	display: none;
}
.menu-toggle label {
	position: absolute;
	top: 5px;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: block;
	width: 22px;
	height: 30px;
	transform: translateY(-50%);
	transition: 0.3s ease transform;
	cursor: pointer;
}
.menu-toggle label div {
	width: 6px;
	height: 3px;
	background-color: #FFF;
	margin-left: 0;
	margin-bottom: 5px;
	border-radius: 10px;
	-webkit-transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom, 0.3s ease background-color;
	-moz-transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom, 0.3s ease background-color;
	-o-transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom, 0.3s ease background-color;
	transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom, 0.3s ease background-color;
}
.menu-toggle label div:first-child {
	width: 22px;
}
.menu-toggle label div:nth-child(2) {
	width: 22px;
}
.menu-toggle label div:last-child {
	width: 16px;
	margin-bottom: 0;
	margin-left: auto;
}
.menu-toggle label:hover div,
.menu-toggle label:focus div {
	background-color: #18A1A8;
}
.menu-toggle #menu_checkbox:checked + label {
	transform: translateY(-50%) rotateZ(-90deg);
}
.menu-toggle #menu_checkbox:checked + label div{
	width: 6px;
	margin-left: 12px;
	margin-bottom: 6px;
	height: 6px;
	background-color: #18A1A8;
}
/* Home */
hr.home-sep {
	max-width: 135px;
	margin: 28px 0;
	background-color: #1C2A36;
	border: 0;
	opacity: 1;
	height: 2px;
}

/* Contact */
#gform_wrapper_1.gform_wrapper.gravity-theme {
	max-width: 460px;
}
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield_label {
	display: none;
}
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield input.large, 
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield textarea.large {
	border: none;
	background-color: #232B31;
	color: #D7D8D9;
	padding: 15px;
	letter-spacing: .03em;
}
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield textarea.large {
	height: 130px;
}
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield input.large::-webkit-input-placeholder,
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield textarea.large::-webkit-input-placeholder {
  color: #D7D8D9;
}
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield input.large::-moz-placeholder,
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield textarea.large::-moz-placeholder { /* Firefox 19+ */
  color: #D7D8D9;
}
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield input.large:-ms-input-placeholder,
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield textarea.large:-ms-input-placeholder { /* IE 10+ */
  color: #D7D8D9;
}
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield input.large:-moz-placeholder,
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield textarea.large:-moz-placeholder { /* Firefox 18- */
  color: #D7D8D9;
}
#gform_wrapper_1.gform_wrapper.gravity-theme .gform_footer, 
#gform_wrapper_1.gform_wrapper.gravity-theme .gform_page_footer {
	margin-top: 0;
	padding-top: 10px;
}
#gform_wrapper_1.gform_wrapper.gravity-theme .gform_footer button, 
#gform_wrapper_1.gform_wrapper.gravity-theme .gform_footer input, 
#gform_wrapper_1.gform_wrapper.gravity-theme .gform_page_footer button, 
#gform_wrapper_1.gform_wrapper.gravity-theme .gform_page_footer input {
	display: block;
	border: none;
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	background-color: #18A1A8;
	padding: 15px;
	width: 100%;
	text-align: left;
	letter-spacing: .03em;
}