/*
Theme Name: Dorian
Description: Used to style the TinyMCE editor.
*/
/**
 * 1.0 General
 */
 /*--------------------------------------------------------------
1.0 Layout 
--------------------------------------------------------------*/
 html {
  font-size: 100%;
}
body,
html {
  background-color: #fff;
  margin: 0;
  padding: 1em;
}
body,
button,
input,
select,
textarea {
  color: #1a1a1a;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  letter-spacing: 0.8px;
  line-height: 1.6;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #000000;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
}
h1,
h2 {
  font-weight: 400;
}
h3 {
  font-weight: 700;
}
h4,
h5,
h6 {
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
}
h1 {
  font-size: 2.25em;
}
h2 {
  font-size: 1.88em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5,
h6 {
  font-size: 1.13em;
}
p {
  margin-bottom: 1em;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border: none;
  font-style: italic;
  font-size: 1.25em;
  margin: 2em auto;
  max-width: 80%;
}
blockquote p:first-child:before {
  /*content: '\201C';*/
  content: "\f10d";
  color: #adadad;
  font-family: "FontAwesome";
  margin-right: 1em;
}
blockquote cite,
p cite {
  display: block;
  font-size: 0.76923077em;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 2em;
  margin-top: 2em;
  max-width: 80%;
  text-align: right;
  text-transform: uppercase;
}
q:before {
  /*content: "\201C";*/
  content: "\f10d";
  color: #adadad;
  font-family: "FontAwesome";
  margin-right: 1em;
}
address {
  line-height: 1.6;
  margin: 0 0 1em;
  padding: 1em;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ededed;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}
ul,
ol {
  margin: 0 0 16px 2em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul li,
ol li {
  line-height: 1.92;
}
li > ul,
li > ol {
  margin-left: 2em;
}
ol ul li:last-child {
  margin-bottom: -10px;
}
ul ol ul li:last-child {
  margin-bottom: 0;
}
dl {
  margin-bottom: 2em;
}
dt {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1em;
}
dd {
  background-color: #241a1a;
  color: #ffffff;
  line-height: 1.6;
  margin: 0 auto 1em;
  max-width: 90%;
  padding: 1em;
}
dt a,
dd a,
dt a:hover,
dd a:hover,
dt a:focus,
dd a:focus,
dt a:active,
dd a:active {
  color: #b3b3b3;
}
img,
figure {
  display: block;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 0;
}
img {
  margin: 1em;
}
img.alignnone {
  margin: 1em auto;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/* Force a line wrap on long words */
* {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
table {
  margin: 0 0 2em;
  width: 100%;
}
thead th {
  background-color: #241a1a;
  color: #ffffff;
  font-weight: bold;
  padding: 1em;
  text-align: left;
}
tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}
tbody tr th,
tbody tr td {
  padding: 1em;
  text-align: left;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #241a1a;
  border: 1px solid;
  border-color: #241a1a #241a1a #150f0f;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 1em;
  line-height: 1;
  padding: 0.66666667em;
  text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #241a1a #150f0f #060505;
  box-shadow: none;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #060505 #150f0f #241a1a;
  box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #606060;
  border: 1px solid #241a1a;
  border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #3a3a3a;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  border: 1px solid #bababa;
  padding: 0.28571429em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  border: 1px solid #241a1a;
}
textarea {
  border: 1px solid #bababa;
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 0.28571429em;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}
textarea:focus {
  border: 1px solid #241a1a;
}
.required {
  color: #ad2f08;
}
.menu-search-inner .search-form {
  margin-right: 1em;
  position: absolute;
  right: 0;
}
.search-submit {
  display: none;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #604444;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
a:visited {
  color: #604444;
}
a:hover,
a:focus,
a:active {
  color: #422f2f;
  outline: none;
}
.entry-excerpt a,
.entry-content a {
	text-decoration: underline;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
9.0 Post
--------------------------------------------------------------*/
body#tinymce.wp-editor {
	background-color: #fff;
	padding: 1em;
}
/*--------------------------------------------------------------
11.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}
/*--------------------------------------------------------------
11.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #000;
  margin: 2em auto;
  max-width: 100%;
  padding: 1em;
}
.wp-caption.alignleft {
  margin-right: 2em;
  margin-top: 0;
}
.wp-caption.alignright {
  margin-left: 2em;
  margin-top: 0;
}
.wp-caption img[class*="wp-image-"],
.wp-caption img,
.wp-caption a img,
.single article .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  font-size: 0.83333333em;
  padding: 0.5em;
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0;
}
dl.wp-caption {
  border: none;
}
.wp-caption-dt,
.wp-caption dd {
  background-color: #ededed;
  color: #000;
  font-size: 12px;
  margin: 0 auto;
  width: 100%;
}
figcaption {
	background-color: #ededed;
}
/*--------------------------------------------------------------
11.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1em;
}
.gallery-item {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 100%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-item img {
  display: block;
  z-index: 1;
}
.gallery-caption {
  background-color: rgba(96, 68, 68, 0.8);
  color: #ffffff;
  display: block;
  bottom: 15px;
  left: 15px;
  margin: 0;
  max-height: 50%;
  max-width: 100%;
  overflow: hidden;
  padding: 0.5em;
  position: absolute;
  opacity: 0;
  right: 15px;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media screen and (min-width: 600px) {
  .gallery-caption {
    max-width: 150px;
    width: 150px;
  }
}
.gallery-item:hover .gallery-caption,
.gallery-item:focus .gallery-caption {
  opacity: 1;
}