/*
Theme Name: Checkout
Theme URI: https://arraythemes.com/themes/checkout-wordpress-theme/
Author: Array
Author URI: https://arraythemes.com/
Description: Launch a digital goods store or your own marketplace with Checkout. Checkout is powered by Easy Digital Downloads, a free plugin that enables you to sell digital downloads with your WordPress site. Sell your stock photography, audio files, eBooks, video and more.
Version: 2.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: checkout
Domain Path: /languages/
Tags: two-columns, three-columns, featured-image-header, featured-images, theme-options, custom-background, custom-colors, custom-menu, custom-logo, editor-style, featured-images, theme-options, translation-ready, e-commerce, footer-widgets, full-width-template

(C) 2017 Array, Inc.
*/
/* --------------------------------------------------------------
1.0 Style Reset
-------------------------------------------------------------- */
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,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* --------------------------------------------------------------
2.0 Global Styles
-------------------------------------------------------------- */
html,
body,
button,
input,
select,
textarea {
  font-family: "proxima-nova-1", "proxima-nova-2", "Arimo", Helvetica, sans-serif;
}

body {
  font-size: 1.8rem;
  line-height: 1.6;
  overflow-x: hidden;
  background: #eef2f5;
  color: #4c5357;
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/* --------------------------------------------------------------
27.0 Form Styling
-------------------------------------------------------------- */
input:not([type="submit"]),
textarea,
select {
	width: 86%;
	max-width: 100%;
	padding: 1.5rem 1.5rem;
	margin: 5px 0px;
	font-size: 1.9rem;
	font-style: italic;
	font-family: 'Source Sans Pro', Lato, sans-serif;
	text-align: center;
	height: 5rem;
	-webkit-transition: .07s ease-in-out;
	transition: .07s ease-in-out;
	color: #4a545a;
	border: solid 1px transparent;
	border-radius: 3px;
	background: #eef2f5;
	box-shadow: none;
	box-sizing: border-box;
}

textarea {
  height: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus {
	-webkit-transition: .07s ease-in-out;
	transition: .07s ease-in-out;
	color: #4a545a;
	border-top-color: #d5e0e8;
	border-left-color: #DDE7EF;
	outline: none;
	background: #F1F5F9;
}

input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-input-placeholder {
  color: #8496A0;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #8496A0;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #8496A0;
}

:-ms-input-placeholder {
  color: #8496A0;
}

label {
  font-weight: normal;
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}

label.radio {
  padding-bottom: 0;
}

.contact-submit {
  margin-top: 1.5%;
}

.contact-form label {
  display: inline-block;
  width: 100%;
}

#content .contact-form input {
  width: 100%;
  max-width: 100%;
}

#content .contact-form textarea {
  width: 100%;
}

#content .contact-form input[type="submit"] {
  width: auto;
}

/* Select Menus */
select {
  height: 2.7rem;
  min-height: 2.8rem;
  position: relative;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: window;
}

select:focus {
  outline: none;
}

@media only screen and (max-width: 60rem) {
  select {
    min-height: 2.5rem;
    height: 2.5rem;
  }
}
.select {
  position: relative;
}

.select:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  color: #4A545A;
  right: 15px;
  top: 0.6rem;
  pointer-events: none;
}

label.select:after {
  display: none;
}

@media only screen and (max-width: 60rem) {
  .select:after {
    top: .5rem;
  }
}
/* Custom Checkboxes and Radio Selects */
input[type="checkbox"],
input[type=radio] {
  border-radius: 0.2rem;
  background: #E9EEF2;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 18px;
  margin: -0.3rem 0.4rem 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 1.8rem;
  min-width: 1.8rem;
  -webkit-appearance: none;
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
}

input[type=radio] {
  border-radius: 2rem;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background: #37BF91;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  float: left;
  color: #fff;
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  margin-top: 0.9rem;
  margin-left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

