/*
 Theme Name: Ying's Minimal Theme
 Description: Theme for Ying Dong
 Author: Ying Dong
 Author URI: https://whoisyingdong.com/
 Version: 1.0
 */

@font-face {
font-family: 'Muli';
font-style: normal;
font-weight: 200;
src: url('https://www.artyourself-studio.com/wp-content/themes/artyourself-studio/fonts/muli-v19-latin-200.eot');
    /* IE9 Compat Modes */
src: local(''), url('https://www.artyourself-studio.com/wp-content/themes/artyourself-studio/fonts/muli-v19-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://www.artyourself-studio.com/wp-content/themes/artyourself-studio/fonts/muli-v19-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://www.artyourself-studio.com/wp-content/themes/artyourself-studio/fonts/muli-v19-latin-200.woff') format('woff'), /* Modern Browsers */
    url('https://www.artyourself-studio.com/wp-content/themes/artyourself-studio/fonts/muli-v19-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
    url('https://www.artyourself-studio.com/wp-content/themes/artyourself-studio/fonts/muli-v19-latin-200.svg#Muli') format('svg');
    /* Legacy iOS */;
}

@font-face {
font-family: AYA Inter;
src: url("https://www.artyourself-studio.com/wp-content/themes/artyourself-studio/fonts/art-yourself-atelier-inter/art-yourself-atelier-Inter.eot");
src: url("https://www.artyourself-studio.com/wp-content/themes/artyourself-studio/fonts/art-yourself-atelier-inter/art-yourself-atelier-Inter.eot?#iefix") format("embedded-opentype"),
	 url("https://www.artyourself-studio.com/wp-content/themes/artyourself-studio/fonts/art-yourself-atelier-inter/art-yourself-atelier-Inter.woff2") format("woff2"),
	 url("https://www.artyourself-studio.com/wp-content/themes/artyourself-studio/fonts/art-yourself-atelier-inter/art-yourself-atelier-Inter.woff") format("woff");
font-weight: 400;
font-style: normal
}

@font-face {
font-family: AYA Regular;
src: url("https://www.artyourself-studio.com/wp-content/themes/artyourself-studio/fonts/art-yourself-atelier-inter/art-yourself-atelier-Regular.eot");
src: url("https://www.artyourself-studio.com/wp-content/themes/artyourself-studio/fonts/art-yourself-atelier-inter/art-yourself-atelier-Regular.eot?#iefix") format("embedded-opentype"),
	 url("https://www.artyourself-studio.com/wp-content/themes/artyourself-studio/fonts/art-yourself-atelier-inter/art-yourself-atelier-Regular.woff2") format("woff2"),
	 url("https://www.artyourself-studio.com/wp-content/themes/artyourself-studio/fonts/art-yourself-atelier-inter/art-yourself-atelier-Regular.woff") format("woff");
font-weight: 400;
font-style: normal
}

:root {
	color: #9c9c9c;
	font-family: 'AYA Inter', sans-serif;
}

html, body, .container {
	height: 100%;
}

a {
	color: inherit;
}

a:hover {
	color: gray;
}

.container {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.uppercase {
	text-transform: uppercase;
}

.btn {
	display: inline-block;
	background: transparent;
	color: inherit;
	font: inherit;
	border: 0;
	outline: 0;
	padding: 0;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	cursor: pointer;
}

.btn--primary {
	background: black;
	color: #fff;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	padding: 12px 36px;
}

.btn--primary:hover {
	background: gray;
}

.btn--primary:active {
	background: black;
	box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.btn--inside {
	margin-left: -96px;
}

.form_field {
	width: 360px;
	background: #fff;
	color: #a3a3a3;
	font: inherit;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
	border: 0;
	outline: 0;
	padding: 22px 18px;
}

.footer {
	display: none;
}

.footer .copy {

}

.mobile-footer {
	display: block;
	padding: 20px 0;
}

.mobile-footer .email {
	float: left;
}

.mobile-footer .email a {
	color: #000000;
	text-decoration: none;
}

.mobile-footer .email a:hover span {
	border-bottom: 1px solid #000000;
}

.mobile-footer .copy {
	float: left;
}

.mobile-footer .secondary-nav {
	display: block;
	float: none;
	width: 100%;
}

.mobile-footer .secondary-nav .last {
	float: right;
}

.mobile-footer .secondary-nav a {
	color: #000000;
	text-decoration: none;
}

.mobile-footer .secondary-nav a:hover {
	border-bottom: 1px solid #000000;
}

@media only screen and (min-width: 768px) {
	.mobile-footer {
		display: none;
	}

	.footer {
		display: block;
	}

	.footer .copy {
		bottom: 25px;
		position: fixed;
		right: 33px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: 50% 53%;
		white-space: nowrap;
		width: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.form_title {
		color: black;
	}

	.btn--inside {
		width: 100%;
		padding: 12px 20px;
		margin: 8px 0;
		box-sizing: border-box;
	}

	.form_field {
		width: 100%;
		padding: 12px 20px;
		margin: 8px 0;
		box-sizing: border-box;
		background-color: #E7E7E7;
	}
}
