/*
Theme Name: Catch Wheels
Description: Used to style the TinyMCE editor.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Body
# Typography
# Elements
	## Styles
# Forms
# Navigation
	## Links
# Alignments
# Clearings
# Media
	## Captions
	## Galleries
	## Transition
# Media Queries
	## >= 812px (iPhone X : Landscape )
	## >= 1024px (iPad 1, 2, 3, 4, Mini, Air, Pro 9.7" : Landscape)
	## >= 1200px (Kindle Fire HD 8.9", Non-Retina Screens & Retina Screens : Portrait)
# Colors
# RTL
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/

body {
	background-color: #212121;
	margin: 25px;
	max-width: 1037px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
}

body,
input,
select,
optgroup,
textarea,
h1 {
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Rock Salt', cursive;
}

h1 {
	font-size: 32px;
	font-size: 2rem;
	margin-bottom: 0.5833333333333333em;
	margin-top: 1.166666666666667em;
}

h2 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.925;
	margin-bottom: 0.7em;
	margin-top: 1.4em;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.633;
	margin-bottom: 0.9333333333333333em;
	margin-top: 1.866666666666667em;
}

h4 {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.666666666666667;
	margin-bottom: 1.333333333333333em;
	margin-top: 2.666666666666667em;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.55;
	margin-bottom: 1.555555555555556em;
	margin-top: 3.111111111111111em;
}

h6,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}

h6 {
	margin-bottom: 2em;
	margin-top: 4em;
}

.drop-cap:first-letter {
  	float: left;
  	font-size: 96px;
  	font-size: 6rem;
  	line-height: 0.6;
  	margin: 11px 14px 3px -10px;
}

p {
	margin-top: 0;
}

p,
input[type="text"],
input[type="email"],
textarea {
	margin-bottom: 2.058823529411765em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

cite {
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615384615;
}

blockquote {
	border: 0 solid;
    border-left-width: 0px;
	border-left-width: 2px;
	font-size: 21px;
	font-size: 1.3125rem;
	font-style: italic;
	line-height: 1.666666666666667;
	margin: 0 0 21px 0;
	padding: 0 0 0 28px;
}

blockquote p {
	margin-bottom: 1.166666666666667em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	margin-bottom: 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre-wrap;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}


dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	table-layout: fixed;
	width: 100%;
}

table caption {
	padding-bottom: 21px;
}

th {
	text-align: left;
}

th,
td {
	padding: 0.8235294117647059em 1.647058823529412em;
}

/*--------------------------------------------------------------
## Styles
--------------------------------------------------------------*/

input[type="button"],
input[type="reset"],
input[type="submit"],
cite,
.button,
.more-link {
	text-transform: uppercase;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	letter-spacing: 0.3em;
}

cite {
	letter-spacing: 0.05em;
}

/* Font Weight */
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
b,
strong,
dt,
cite {
	font-weight: 700;
}

/* Border */
fieldset,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	border: 1px solid;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 2px solid;
}

table caption,
.wp-caption .wp-caption-text {
	border-bottom: 1px solid;
}

tbody tr {
	border-top: 1px solid;
}

.wp-caption .wp-caption-text {
    border-left: 1px solid;
    border-right: 1px solid;
}

/* Display */
.more-button,
.aligncenter,
.wp-caption img[class*="wp-image-"],
.gallery-caption, {
	display: block;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.gallery-item {
	display: inline-block;
}

/* Opacity */
.post-thumbnail img:hover,
.post-thumbnail img:focus,
.wp-post-image:hover,
.wp-post-image:focus {
	opacity: 0.85;
}

/* Margin/Padding */
blockquote > :last-child,
form input:last-of-type,
form p:last-of-type {
	margin-bottom: 0;
}

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

input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border-radius: 35px;
	padding: 14px 35px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background-color: transparent;
	padding: 10px 14px;
	max-width: 100%;
	width: 100%;
}

textarea {
	width: 100%;
}

.post-password-form input[type="submit"] {
	margin-top: 21px;
}


.search-field,
input[type="search"] {
	border: none;
	padding: 14px 60px 14px 14px;
 	-webkit-appearance: none;
  	-webkit-border-radius: 0;
}

.search-submit {
	border: none;
	border-radius: 0;
	bottom: 0;
	letter-spacing: normal;
	padding: 12px 15px;
	right: 0;
	top: 0;
}

input[type="submit"] {
	background-color: transparent;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;

}

a:hover,
a:focus,
table a,
mark,
ins {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-bottom: 35px;
	margin-right: 35px;
}

.alignright {
	display: inline;
	float: right;
	margin-bottom: 35px;
	margin-left: 35px;
}

.aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after {
	clear: both;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	vertical-align: middle;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
    font-style: italic;
    padding: 7px 14px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

/*--------------------------------------------------------------
## Transition
--------------------------------------------------------------*/

a,
input,
textarea {
	-webkit-transition: all 0.2s ease-in-out; /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.2s ease-in-out; /* Firefox 4-15 */
	-o-transition: all 0.2s ease-in-out; /* Opera 10.50–12.00 */
	transition: all 0.2s ease-in-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## >= 812px
--------------------------------------------------------------*/

@media screen and (min-width: 50.75em) {
	h1 {
		font-size: 40px;
		font-size: 2.5rem;
	}

	h2 {
		font-size: 34px;
		font-size: 2.125rem;
	}

	h3 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h4 {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 1.458333333333333;
	}


	blockquote.alignleft,
	blockquote.alignright {
	    margin-top: 7px;
	    width: -webkit-calc(50% - 0.736842105em);
	    width: calc(50% - 0.736842105em);
	}

	.post-password-form input[type="submit"] {
		margin-top: 35px;
	}
}

/*--------------------------------------------------------------
## >= 1024px
--------------------------------------------------------------*/

@media screen and (min-width: 64em) {


	blockquote {
		margin: 0 0 35px 0;
		padding: 0 0 0 35px;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	input[type="text"],
	input[type="email"] {
	    max-width: 100%;
	    width: 300px;
	}

	.post-password-form input[type="password"] {
		width: 100%;
	}

	textarea,
	textarea {
		max-width: 80%;
	}
}

/*--------------------------------------------------------------
## >= 1200px
--------------------------------------------------------------*/

@media screen and (min-width: 75em) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 17px;
		font-size: 1.0625rem;
		line-height: 1.647058823529412;
	}

	h1 {
		font-size: 48px;
		font-size: 3rem;
	}

	h2 {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/


/* Secondary Background Color */
pre {
	background-color: #252525;
}

/* Main Text Color */
body,
input,
select,
optgroup,
textarea,
cite {
	color: #999;
}

/* Heading Text Color */
h1,
h2,
h3,
h4,
h5,
h6,
.drop-cap:first-letter,
blockquote {
	color: #fff;
}

/* Link Color */
table a {
	color: #999;
}

.search-submit {
	background-color: #999;
}

/* Link Hover Color */
table a:hover,
table a:focus {
	color: #fff;
}

/* Link Hover Color 20% */
input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="range"]:hover,
input[type="range"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	border-color: rgba(225, 225, 225, 0.2);
}

/* Secondary Link Hover Color */
a {
	color: #ffb141;
}

/* Button Text Color */
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	color: #ffb141;
}

/* Button Border Color */
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
blockquote {
	border-color: #ffb141;
}

/* Button Hover Background Color */
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus,
#subbutton:hover,
#subbutton:focus {
	background-color: #ffb141;
}

/* Button Hover Text Color*/
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus,
.search-submit {
	color: #1c1c1c;
}

/* Border Color */
table caption,
tbody tr,
fieldset,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	border-color: #2f2f2f;
}

.search-field,
input[type="search"],
mark,
ins {
	background-color: #2f2f2f;
}

/*--------------------------------------------------------------
# RTL
--------------------------------------------------------------*/

.rtl th {
	text-align: right;
}

.rtl ul,
.rtl ol {
    margin: 0 1.25em 0 0;
    padding: 0;
}

.rtl blockquote {
	border: 0 solid #ff6b08;
	border-right-width: 5px;
	padding-left: 0;
	padding-right: 35px;
}

.rtl blockquote blockquote:not(.alignleft):not(.alignright) {
	margin-right: 0;
	margin-left: auto;
}

.rtl li > ul,
.rtl blockquote > ul {
	margin-left: auto;
}

.rtl li > ol,
.rtl blockquote > ol {
	margin-left: auto;
}

.rtl table th,
.rtl .mce-item-table th,
.rtl table caption {
	text-align: right;
}
