
/*
This file is part of the core DeBase Framework. Please do all modifications in the form of a child theme, as the global CSS included with DeBase Framework themes might change in the future.
*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block
}

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

html, button, input, select, textarea {
	font-family: sans-serif
}

body {
	margin: 0;
	padding: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	background: #eee;
}

p {
	margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h1 {
  font-size: 32px;
  margin: 22px 0;
}

h2 {
  font-size: 24px;
  margin: 22px 0;
}

h3 {
  font-size: 19px;
  margin: 22px 0;
}

h4 {
  font-size: 16px;
  margin: 22px 0;
}

h5 {
  font-size: 14px;
  margin: 22px 0;
}

h6 {
  font-size: 32px;
  margin: 22px 0;
}

a {
	color: #444;
	text-decoration: none;
}

a:active, a:hover {
	color: #666;
}

::selection {
	background: #74c0fb;
	color: #000;
	text-shadow: none;
}
 
::-moz-selection {
	background: #74c0fb;
	color: #000;
	text-shadow: none;
}

.clearfloat {
	clear: both;
}

b, strong {
	font-weight: bold
}

blockquote {
	margin: 1em 40px;
	font-style: italic;
	line-height: 24px;
}
blockquote:before {
	content: open-quote;
	float: left;
  margin: 30px 0 0 -45px;
  display: inline;
	font-size: 80px;
  font-weight: 300;
  color: #ccc;
  font-family: Georgia, Times, serif;
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

ol, ul {
	padding: 0;
	margin-left: 25px;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	display: block;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 8px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #ccc;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #666;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

