/* Theme Name: plitsch-platsch
 * Theme URI: http://theme.wordpress.com/themes/hexa/
 * Author: Jan Kliewer
 * Author URI: http://www.heile-welt.net
 * Description: A simple theme based on Hexa by Automattic
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: license.txt
 * Tags: one-column, fixed-layout editor-style, featured-images, flexible-header, post-formats, rtl-language-support, sticky-post, translation-ready
 * This theme, like WordPress, is licensed under the GPLv2 or later.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * plitsch-platsch is based on Underscores http://underscores.me/
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/ */
/* =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, th {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

article {
	width: 890px;
	margin: 0 0 90px 0px;
	background-color: #fff;
	padding: 40px;	
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td, th {
  font-weight: normal;
  text-align: left;
}

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

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

a:focus {
  outline: thin dotted;
}

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

a img {
  border: 0;
}

/* =Rebuild
----------------------------------------------- */
* html {
  font-size: 100%;
}

html {
  font-size: 16px;
  line-height: 1.5em;
}

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: 'asapregular';
  font-size: 21px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

hr {
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  height: 0;
  margin-top: -1px;
  margin-bottom: 24px;
  padding-top: 24px;
}

/* Text elements */
p {
  margin-bottom: 24px;
}

ul, ol {
  margin: 0 0 24px 36px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 24px;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 24px 24px;
}

b, strong {
  font-weight: 600;
}

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

blockquote {
  margin: 0 24px;
}

address {
  margin: 0 0 24px;
}

pre {
  background: rgba(119, 119, 119, 0.5);
   color: #333;
  font-family: 'asapregular';
  font-size: 21px;
  margin-top: -2px;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 24px;
}

code, kbd, tt, var {
    color: #333;
  font-family: 'asapregular';
  font-size: 21px;
}

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

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 24px;
  width: 100%;
}

th {
  font-weight: bold;
}

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

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
}

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
  clip: auto !important;
  display: inline-block;
  font-weight: 600;
  line-height: 24px;
  padding: 24px;
  z-index: 100000;
  position: absolute !important;
  top: 24px;
  left: 24px;
}




/* =Global */
body {
  background: url(images/bg.png) repeat fixed #fae6d4;
  font-family: 'asapregular';
  font-size: 21px;
    line-height: 26px;
	color: #333;
}

button,
input,
select,
textarea {
  background: white;
  color: #333;
  font-family: 'asapregular';
  font-size: 21px;
}

#logo {
	height: 100%;
	width: 520px;
	position: fixed;
	background-color: #fff;
	top: 0;
}

#logo img {
	margin: 8% auto 0 8%;		
}

#dsgvo {
		position: fixed;
		bottom: 45px;
		left: 45px;
		z-index: 555;
}

	
	#dsgvo a {
		color: #ff675d!important;
		font-size: 14px;
		line-height: 20px;
		text-decoration: none;
		border: none;
	}

	#dsgvo a:hover {
		text-decoration: none;
		border: none;
	}


#top {
	width: 890px;
	padding: 0;
	margin-bottom: -5px;
}

#main {
	margin-top: 225px;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin: 14px 28px 14px 0;
}

img.alignleft,
.wp-caption.alignleft {
  border-top: 14px solid #e9e7e3;
  border-bottom: 14px solid #e9e7e3;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -96px;
}
@media screen and (max-width: 58em) {
  img.alignleft,
  .wp-caption.alignleft {
    margin-left: 0;
  }
}

.alignright {
  display: inline;
  float: right;
  margin: 14px 0 14px 28px;
}

img.alignright,
.wp-caption.alignright {
  border-top: 14px solid #e9e7e3;
  border-bottom: 14px solid #e9e7e3;
  margin-right: -96px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 58em) {
  img.alignright,
  .wp-caption.alignright {
    margin-right: 0;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin: 28px auto;
}

/* Headings */
h1 {
    font-family: 'asapbold';
  line-height: 26px;
  color: #333;
  font-size: 21px;
  font-weight: bold;
  margin: 20px 0;
}

h2 {
  line-height: 1.10769em;
  color: #7cbbbb;
  font-size: 26px;
  font-weight: bold;
  margin: 28px 0;
}

h3 {
  line-height: 1.30909em;
  color: #7cbbbb;
  font-size: 22px;
  font-weight: bold;
  margin: 28px 0;
}

h4 {
  line-height: 1.6em;
  color: #7cbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 28px 0;
}

h5 {
  line-height: 1.6em;
  color: #7cbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 28px 0;
}

h6 {
  line-height: 2.05714em;
  color: #7cbbbb;
  font-size: 14px;
  font-weight: bold;
  margin: 28px 0;
}

h5 {
  font-style: italic;
}

hr {
  background-color: #7cbbbb;
  height: 1px;
  margin-bottom: 27.8px;
  padding: 0;
}

/* Text elements */
p {
  margin-bottom: 28px;
}

ul {
  margin: 0 0 28px 28px;
  list-style: disc;
}
ul ul {
  list-style: square;
}
ul ul ul {
  list-style: circle;
}

ol {
  margin: 0 0 28px 28px;
  list-style: decimal;
}
ol ol {
  list-style: lower-alpha;
}
ol ol ol {
  list-style: lower-roman;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 28px;
}

dt {
  font-weight: 400;
}

dd {
  margin: 14px 0 14px 28px;
}

b, strong {
  font-weight: bold;
}

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

blockquote {
  color: #97756a;
  font-size: 1.22222em;
  line-height: 1.30909em;
  border-left: 5px solid #d25349;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 28px;
  padding-left: 28px;
}
blockquote blockquote {
  font-size: inherit;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #7cbbbb;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.5);
  padding: 14px 28px;
  text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: #d25349;
  color: white;
}
@media screen and (max-width: 48.81em) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding: 14px;
    width: 100%;
  }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  background: #f4f3f1;
  border: 1px solid #e9e7e3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 14px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  background: white;
  border: 1px solid #a69e8d;
  outline: none;
}
@media screen and (max-width: 48.81em) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"] {
    padding: 14px;
    width: 100%;
  }
}

textarea {
  background: #f4f3f1;
  border: 1px solid #e9e7e3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 13px;
}
textarea:focus {
  background: white;
  border: 1px solid #dedbd5;
  outline: none;
}
@media screen and (max-width: 48.81em) {
  textarea {
    padding: 14px;
    width: 100%;
  }
}

address {
  font-style: italic;
  margin-bottom: 28px;
}

pre {
  background: rgba(0, 0, 0, 0.03);
    color: #333;
  font-family: 'asapregular';
  font-size: 21px;
  margin-bottom: 28px;
  padding: 28px;
  overflow: auto;
  max-width: 100%;
}

code, kbd, tt, var {
    color: #333;
  font-family: 'asapregular';
  font-size: 21px;
}

abbr, acronym {
  border-bottom: 1px dotted #a69e8d;
  cursor: help;
  margin-bottom: 27.8px;
}

mark, ins {
  background: fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 0.77778em;
  line-height: 2.05714em;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 0.77778em;
  line-height: 2.05714em;
}

big {
  font-size: 1.22222em;
  line-height: 1.30909em;
}

figure {
  margin: 0;
}

table {
  margin-bottom: 28px;
  width: 100%;
}

td, th {
  border-bottom: 1px solid rgba(166, 158, 141, 0.25);
  border-collapse: collapse;
  padding: 7px 3px 6px;
}

th {
  font-weight: 700;
}

img {
  height: auto;
  max-width: 100%;
}

/* Links */
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:visited {
  color: #ff675d;
}
a:hover, a:focus, a:active {
  color: #333;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* Show or hide a11y text */
/* Clearing */
/* =Layout */
.site-header {
  border-left: 8px solid #d25349;
  margin: 0 auto;
  padding: 58px 14px 28px 58px;
  position: relative;
  max-width: 40em;
  z-index: 100;
}
@media screen and (max-width: 48.81em) {
  .site-header {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 0;
  }
}

.header-image img {
  display: block;
  margin: 0 auto;
  max-height: 200px;
}

.site-content {
  margin: 0 auto 70px 690px;
  max-width: 890px;
}

.content-area {
  margin: 0 auto;
  width: 100%;
}



@media (max-width: 1680px) {
	.site-content {
		margin: 197px auto 20px 604px;
		max-width: 778px;
	}
	
	#main {
		margin-top: 197px;
	}
	
	#main, article {
		width: 778px;	
	}
	#top {
		width: 778px;			
	}
	#top img{
		max-width: 100%; height: auto;
	}
	#logo {
		width: 440px;		
	}
	#logo img {
		max-width: 380px; 
		height: auto;
		margin: 8% auto 0 8%;	}
	
	#dsgvo {
		left: 35px;
	}
}

@media (max-width: 1600px) {
	.site-content {
		margin: 187px auto 20px 575px;
		max-width: 742px;
	}
	
	#main {
		margin-top: 187px;
	}
	
	#main, article {
				width: 742px;	
	}
	#top {
		width: 742px;	
	}
    #logo {
		width: 433px;		
	}
	#logo img {
		max-width: 362px; 
		height: auto;
		margin: 8% auto 0 8%;		
	}
}


@media (max-width: 1570px) {
	.site-content {
		margin: 183px auto 20px 564px;
		max-width: 723px;
	}
	
	#main {
		margin-top: 183px;
	}
	
	#main, article {
		width: 723px;	
	}
	
	#top {
		width: 723px;	
	}
    #logo {
		width: 425px;		
	}
	#logo img {
		max-width: 356px; 
		height: auto;
	    margin: 8% auto 0 8%;		
}

@media (max-width: 1550px) {
	.site-content {
		margin: 180px auto 20px 557px;
		max-width: 700px;
	}
	#main {
		margin-top: 180px;
	}
	#main, article {
		width: 700px;	
	}
	#top {
		width: 700px;
	   margin-bottom: -7px;	
	}
    #logo {
		width: 420px;		
	}
	#logo img {
		max-width:350px; 
		height: auto;
		margin: 8% auto 0 8%;		
	}
}

@media (max-width: 1510px) {
	.site-content {
		margin: 170px auto 20px 542px;
	}
	#main {
		margin-top: 170px;
	}
    #logo {
		width: 409px;		
	}
	#logo img {
		max-width: 341px; 
		height: auto;
		margin: 8% auto 0 8%;		
	}
}

@media (max-width: 1499px) {
	.site-content {
		margin: 150px auto 20px 538px;
	}
	#main {
		margin-top: 150px;
	}
    #logo {
		width: 405px;		
	}
	#logo img {
		max-width: 339px; 
		height: auto;
		margin: 8% auto 0 8%;		
	}
}

@media (max-width: 1439px) {
	.site-content {
		margin: 120px auto 20px 515px;
	}
	#main {
		margin-top: 120px;
	}
    #logo {
		width: 389px;		
	}
	#logo img {
		max-width: 324px; 
		height: auto;
		margin: 8% auto 0 8%;		
	}
}

@media (max-width: 1439px) {
	.site-content {
		margin: 120px auto 20px 460px;
	}
}

@media (max-width: 1240px) {
	.site-content {
		margin: 100px auto 20px 420px;
	}
	#main {
		margin-top: 100px;
	}
    #logo {
		width: 335px;		
	}
	#logo img {
		max-width: 281px; 
		height: auto;
		margin: 8% auto 0 8%;		
	}
}

@media (max-width: 1160px) {
	.site-content {
		margin: 95px auto 20px 390px;
		max-width: 650px;
	}
	#main {
		margin-top: 95px;
	}
	#main, article {
		width: 650px;	
	}
	#top {
		width: 650px;	
	}
    #logo {
		width: 314px;		
	}
	#logo img {
		max-width: 262px; 
		height: auto;
		margin: 8% auto 0 8%;		
	}
}

@media (max-width: 1080px) {
	.site-content {
		margin: 80x auto 20px 374px;
		max-width: 600px;	
	}
	#main {
		margin-top: 80px;
	}
	#main, article {
		width: 600px;	
	}
	#top {
		width: 600px;	
	}
    #logo {
		width: 292px;		
	}
	#logo img {
		max-width: 246px; 
		height: auto;
		margin: 8% auto 0 8%;		
	}
}

@media (max-width: 1000px) {
	.site-content {
		margin: 70px auto 20px 336px;
		max-width: 550px;	
	}
	#main {
		margin-top: 70px;
	}
	#main, article {
		width: 550px;	
	}
	#top {
		width: 550px;	
	}
    #logo {
		width: 270px;		
	}
	#logo img {
		max-width: 227px; 
		height: auto;
		margin: 8% auto 0 8%;		
	}
	#dsgvo {
		left: 18px;
	}
}

@media (max-width: 880px) {
	.site-content{
		margin: 60px auto 20px 305px;
		max-width: 480px;	
	}
	#main {
		margin-top: 60px;
	}
	#main, article {
		width: 480px;	
	}
	#top {
		width: 480px;	
	}
    #logo {
		width: 238px;		
	}
	#logo img {
		max-width: 198px; 
		height: auto;
		margin: 8% auto 0 8%;		
	}
}


@media (max-width: 820px) {
	.site-content {
		margin: 50px auto 20px 262px;
		max-width: 480px;	
	}
	#main {
		margin-top: 50px;
	}
	#main, article {
		width: 480px;	
	}
    #logo {
		width: 222px;		
	}
		#logo img {
		max-width: 186px; 
		height: auto;
		margin: 8% auto 0 8%;		
	}
}


@media screen and (max-width: 48.81em) {
  .site-footer {
    padding-left: 28px;
  }
}

.site-info {
  font-size: 0.77778em;
  line-height: 2.05714em;
  margin: 0 auto;
}

/* =Header */


.site-header-wrapper {
  font-size: 18px;
  margin: 0 auto;
}

.site-branding {
  float: left;
  max-width: 70%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 48.81em) {
  .site-branding {
    float: none;
    clear: both;
    max-width: 100%;
  }
}

.site-title {
  font-size: 1.44444em;
  line-height: 2.21538em;
  line-height: 1;
  margin: 0;
}
.site-title a {
  color: #d25349;
  padding: 0;
  text-decoration: none;
}

.site-description {
  color: #a69e8d;
  font-size: 18px;
  margin: 7px 0;
}



@media screen and (max-width: 58em) {
  .panel .widget-areas .widget-area:nth-child(1):nth-last-child(2), .panel .widget-areas .widget-area:nth-child(2):nth-last-child(1) {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
  }
}
.panel .widget-areas .widget-area:nth-child(1):nth-last-child(3), .panel .widget-areas .widget-area:nth-child(2):nth-last-child(2), .panel .widget-areas .widget-area:nth-child(3):nth-last-child(1) {
  width: 30%;
  margin-right: 5%;
}
.panel .widget-areas .widget-area:nth-child(1):nth-last-child(3):last-of-type, .panel .widget-areas .widget-area:nth-child(2):nth-last-child(2):last-of-type, .panel .widget-areas .widget-area:nth-child(3):nth-last-child(1):last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 58em) {
  .panel .widget-areas .widget-area:nth-child(1):nth-last-child(3), .panel .widget-areas .widget-area:nth-child(2):nth-last-child(2), .panel .widget-areas .widget-area:nth-child(3):nth-last-child(1) {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
  }
}
.panel .search-wrapper:before,
.panel .search-wrapper:after {
  content: "";
  display: table;
}
.panel .search-wrapper:after {
  clear: both;
}
.panel .search-wrapper {
  margin: 0 auto;
  max-width: 40em;
}
.panel .search-wrapper input[type="search"] {
  font-size: 0.77778em;
  line-height: 2.05714em;
  border: 0;
  border-radius: 0;
  display: block;
  height: 50px;
  margin: 0 0 0 8px;
  width: 100%;
}
@media screen and (max-width: 48.81em) {
  .panel .search-wrapper input[type="search"] {
    font-size: 0.77778em;
    line-height: 2.05714em;
    margin: 0;
    padding: 14px;
  }
}
.panel .search-wrapper input[type="submit"] {
  background: #d25349;
  font-size: 0.77778em;
  line-height: 2.05714em;
  display: none;
  height: 50px;
  margin: 0;
}
@media screen and (max-width: 48.81em) {
  .panel .search-wrapper input[type="submit"] {
    clear: both;
    display: block;
    font-size: 0.77778em;
    line-height: 2.05714em;
    padding: 14px 7px;
    width: 100%;
  }
}


/* =Content */

}
@media screen and (max-width: 48.81em) {
  .hentry {
    padding: 28px 28px 58px;
  }
}



}
@media screen and (max-width: 48.81em) {
  .hentry {
    padding-bottom: 58px;
  }
}

.no-results .page-header {
  border: 0;
  margin: 0;
  padding: 0;
}

.search-no-results .hentry:before {
  display: none;
}
.search-no-results .hentry .search-field {
  display: block;
  float: left;
  margin-right: 14px;
}

.error404 .hentry:before {
  display: none;
}
.error404 .hentry .search-field {
  display: block;
  float: left;
  margin-right: 14px;
}

.byline {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.entry-content,
.entry-summary {
  margin-top: 28px;
}

.entry-thumbnail img {
  display: block;
  margin: 0 0 0 -30px;
  max-width: 842px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 58em) {
  .entry-thumbnail img {
    margin-left: 0;
    max-width: 100%;
  }
}

.page-links:before,
.page-links:after {
  content: "";
  display: table;
}

.page-links:after {
  clear: both;
}

.page-links {
  clear: both;
  color: #97756a;
  margin: 14px 0;
  word-spacing: 0;
}
.page-links span.active-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #d25349;
  display: inline-block;
  color: white;
  margin: 0 0 7px;
  width: 28px;
  height: 28px;
  text-align: center;
  text-decoration: none;
}
.page-links a span.active-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #7cbbbb;
  display: inline-block;
  margin: 0 0 7px;
  color: white;
  width: 28px;
  height: 28px;
  text-align: center;
  text-decoration: none;
}
.page-links a:hover span.active-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #d25349;
}

a.more-link {
  font-size: 0.77778em;
  line-height: 2.05714em;
  color: #97756a;
  text-decoration: none;
}
a.more-link:hover {
  color: #6a524a;
}

.entry-title {
  font-size: 21px;
  line-height: 26px;
  color: #ff675d;
  margin: 20px 0;
}
.entry-title a {
  color: #ff675d;
  text-decoration: none;
}
@media screen and (max-width: 48.81em) {
  .entry-title {
    font-size: 21px;
    line-height: 26px;
    margin-top: 0;
  }
}

.entry-meta, .entry-meta a, .pingback .edit-link,
.trackback .edit-link, #cancel-comment-reply-link, .reply {
  color: #a69e8d;
  font-size: 0.77778em;
  line-height: 2.05714em;
}
.entry-meta a, .pingback .edit-link a,
.trackback .edit-link a, #cancel-comment-reply-link a, .reply a {
  font-size: inherit;
}


.comments-link a,
.post-date a,
.sticky .post-date a,
.tags-links a,
.byline a,
.edit-link a {
  text-decoration: none;
}

.post-date {
	font-family: 'asapitalic';
	font-size: 18px;
	color: #333;
	float: right;
	margin-bottom: 10px;
	margin-top: -40px;
}

.post-date a:visited {
	color: #333;
}

@media screen and (max-width: 48.81em) {
 
}


.sep {
  margin: 0 7px;
}

.page-header {
  border-left: 8px solid #7cbbbb;
  padding: 0 0 0 58px;
  position: relative;
}
@media screen and (max-width: 48.81em) {
  .page-header {
    padding: 0 28px;
  }
}

.page-title {
  color: #7cbbbb;
  display: inline-block;
  font-size: 1.22222em;
  line-height: 1.30909em;
}

.taxonomy-description {
  color: #a69e8d;
  font-style: italic;
  margin-top: 28px;
}

.author-archives-header:before,
.author-archives-header:after {
  content: "";
  display: table;
}

.author-archives-header:after {
  clear: both;
}

.author-archives-header {
  margin: 0;
  min-height: 115.2px;
  position: relative;
}

.author-archives-img {
  border-top: 7px solid #e9e7e3;
  border-bottom: 7px solid #e9e7e3;
  position: absolute;
  left: -92px;
  width: 60px;
}
.author-archives-img img {
  display: block;
}
@media only screen and (max-width: 48.81em) {
  .author-archives-img {
    float: left;
    position: relative;
    left: auto;
  }
}

.author-info {
  float: right;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 48.81em) {
  .author-info {
    margin: 0 0 0 -86.4px;
  }
}

.author-archives-name,
.author-archives-url,
.author-archives-bio {
  clear: both;
  display: block;
  margin: 0;
}
@media only screen and (max-width: 48.81em) {
  .author-archives-name,
  .author-archives-url,
  .author-archives-bio {
    margin: 0 0 0 86.4px;
  }
}

/* Search */
.search-results .page .sep:first-of-type {
  display: none;
}

.search-no-results .page-header,
.error-404 .page-header {
  border: 0;
  margin: 0;
  padding: 0;
}

/* =Media */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  background: #e9e7e3;
  margin-bottom: 28px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.wp-caption-text {
  color: #97756a;
  font-size: 0.77778em;
  line-height: 2.05714em;
  margin: 14px 0;
  padding: 0 1%;
}

.gallery-caption {
  font-size: 0.77778em;
  line-height: 2.05714em;
  line-height: 2.05714em;
}

.size-thumbnail + .wp-caption-text,
.size-medium + .wp-caption-text {
  font-size: 0.77778em;
  line-height: 2.05714em;
  line-height: 2.05714em;
}

.site-content .gallery {
  margin-bottom: 28px;
}
.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-content .gallery dd {
  margin: 0;
}

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

/* =Navigation */
.post-navigation,
.paging-navigation {
  background: #7cbbbb;
  margin: 0 0 0 -46px;
  position: relative;
  width: 100px;
  height: 50px;
  z-index: 1;
}
.post-navigation a,
.paging-navigation a {
  color: rgba(255, 255, 255, 0.5);
}
.post-navigation a:before,
.paging-navigation a:before {
  font-size: 2.33333em;
  line-height: 1.37143em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  float: left;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  width: 50px;
  height: 50px;
}
.post-navigation a:hover:before,
.paging-navigation a:hover:before {
  background: #d25349;
  color: white;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 48.81em) {
  .post-navigation,
  .paging-navigation {
    margin: 0;
    padding: 0 0 28px;
  }
}
.post-navigation .nav-next a:before,
.paging-navigation .nav-next a:before {
  float: right;
}

.comment-navigation {
  margin: 0;
}
.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-previous a {
  color: #a69e8d;
}
.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next a {
  color: #a69e8d;
}

.comment-navigation:before,
.comment-navigation:after {
  content: "";
  display: table;
}

.comment-navigation:after {
  clear: both;
}

/* =Comments */
div#respond {
  position: relative;
}

.comment-content a {
  word-wrap: break-word;
}

.comments-area {
  border-left: 8px solid #7cbbbb;
  list-style: none;
  margin: 0;
  padding: 0 0 28px 58px;
  position: relative;
}
@media only screen and (max-width: 48.81em) {
  .comments-area {
    padding: 28px;
  }
}
.comments-area .children {
  list-style: none;
  padding-left: 28px;
}
@media screen and (max-width: 48.81em) {
  .comments-area .children {
    padding-left: 7px;
  }
}

.comment {
  padding-top: 28px;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list .comment:first-of-type {
  padding-top: 0;
}

.pingback,
.trackback {
  margin: 0;
  padding: 14px 0;
}
.pingback a,
.trackback a {
  text-decoration: none;
}
.pingback .edit-link,
.trackback .edit-link {
  float: right;
  margin-left: 28px;
  margin-right: 0;
}
.pingback .edit-link a,
.trackback .edit-link a {
  color: #a69e8d;
}

.comment-author {
  font-size: 1.22222em;
  line-height: 1.30909em;
  color: #d25349;
  font-weight: bold;
  margin: 28px 0;
}
.comment-author a {
  text-decoration: none;
}
.comment-author a:hover {
  color: #d25349;
}
.comment-author .avatar-wrapper {
  border-top: 7px solid #e9e7e3;
  border-bottom: 7px solid #e9e7e3;
  display: block;
  float: left;
  margin: -21.6px 0 0 -91px;
  position: absolute;
  z-index: 3;
}
.comment-author .avatar-wrapper img {
  display: block;
}
@media screen and (max-width: 48.81em) {
  .comment-author .avatar-wrapper img {
    max-width: 40px;
  }
}
@media screen and (max-width: 48.81em) {
  .comment-author .avatar-wrapper {
    border: 3px solid #7cbbbb;
    float: right;
    margin: 0;
    position: relative;
  }
}
.comment-author cite {
  font-style: normal;
}

.comment .comment .avatar-wrapper {
  border: 5px solid #7cbbbb;
  margin-top: -14px;
  margin-left: -72px;
  position: relative;
}
.comment .comment .avatar-wrapper img {
  max-width: 40px;
}
@media screen and (max-width: 48.81em) {
  .comment .comment .avatar-wrapper {
    border-width: 3px;
    float: right;
    margin: 0;
    position: relative;
  }
}

.bypostauthor > .comment-body .comment-author:second-of-type .avatar-wrapper {
  border-color: #d25349;
}

.comment-metadata, .comment-metadata a {
  color: #a69e8d;
  font-size: 0.77778em;
  line-height: 2.05714em;
}
.comment-metadata a {
  font-size: inherit;
  text-decoration: none;
}

#cancel-comment-reply-link {
  float: right;
   color: #333;
  font-family: 'asapregular';
  font-size: 21px;
  display: inline-block;
  text-decoration: none;
}
#cancel-comment-reply-link:before {
  font-size: 1.44444em;
  line-height: 2.21538em;
  margin-right: 3px;
  vertical-align: middle;
}

.reply {
  display: inline-block;
  font-size: inherit;
  margin-right: 28px;
  text-decoration: none;
}
.reply:before {
  margin-right: 3px;
}

.comment div#respond {
  border-left: 0;
  padding-left: 0;
}

.comment-reply-title {
  margin-top: 0;
}

.comments-title {
  color: #7cbbbb;
  font-size: 1.22222em;
  line-height: 1.30909em;
  margin-top: 0;
  padding-top: 28px;
}

.comment-form label {
  display: inline-block;
  width: 86.4px;
}

.required {
  color: #d25349;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  margin: 0;
  position: relative;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
  font-size: 0.77778em;
  line-height: 2.05714em;
  padding: 7px 14px;
  position: absolute;
  left: 0;
  top: 7px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
  display: block;
  margin: 0 0 28px;
  padding-left: 100px;
  width: 100%;
}
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  margin: 0 0 28px;
  padding: 58px 14px 7px;
  clear: both;
  width: 100%;
}

.says {
  display: none;
}

.form-allowed-tags, .form-allowed-tags code {
  color: #a69e8d;
  font-size: 0.77778em;
  line-height: 2.05714em;
}
.form-allowed-tags code {
  font-size: 0.77778em;
  line-height: 2.05714em;
}

.form-submit {
  margin-bottom: 0;
}

.no-comments {
  color: #a69e8d;
  margin: 0;
  text-align: left;
}


@media screen and (max-width: 48.81em) {
  .widget_search input[type="submit"] {
    font-size: 1.22222em;
    line-height: 1.30909em;
    display: block;
  }
}

.wp_widget_tag_cloud div,
.widget_tag_cloud .tagcloud {
  text-align: center;
}
.wp_widget_tag_cloud div a,
.widget_tag_cloud .tagcloud a {
  color: #d25349;
  text-decoration: none;
}

/* Calendar widget */
#wp-calendar td, #wp-calendar th,
#wp-calendar th {
  text-align: center;
}
#wp-calendar caption {
  font-weight: 700;
  margin: 14px 0;
  text-align: center;
}

/* =Jetpack */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-footer {
  z-index: 999;
}
#infinite-footer .container {
}
#infinite-footer .container a {
}
#infinite-footer .container a:hover {
}
#infinite-footer .blog-info,
#infinite-footer .blog-credits {
  display: none;
}
#infinite-footer .blog-credits {
  display: none;
}

.infinite-loader {
  margin: 0;
  padding: 28px 0 28px 58px;
}
@media only screen and (max-width: 48.81em) {
  .infinite-loader {
    padding-left: 28px;
  }
}

@media only screen and (max-width: 48.81em) {
  #infinite-handle {
  }
}

#infinite-handle span {
  font-size: 0.77778em;
  line-height: 2.05714em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #7cbbbb;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  float: none;
  margin: 0 0 0 -66px;
  text-align: center;
  width: 140px;
}
#infinite-handle span:hover, #infinite-handle span:focus {
  background: #d25349;
  color: white;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media only screen and (max-width: 48.81em) {
  #infinite-handle span {
    margin: 0 auto;
  }
}

div.sharedaddy div.sd-block {
  padding: 13px 0 14px !important;
}




@font-face {
    font-family: 'asapregular';
    src: url('fonts/asap-regular-webfont.eot');
    src: url('fonts/asap-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/asap-regular-webfont.woff2') format('woff2'),
         url('fonts/asap-regular-webfont.woff') format('woff'),
         url('fonts/asap-regular-webfont.ttf') format('truetype'),
         url('fonts/asap-regular-webfont.svg#asapregular') format('svg');
    font-weight: normal;
    font-style: normal;


}

@font-face {
    font-family: 'asapitalic';
    src: url('fonts/asap-italic-webfont.eot');
    src: url('fonts/asap-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/asap-italic-webfont.woff2') format('woff2'),
         url('fonts/asap-italic-webfont.woff') format('woff'),
         url('fonts/asap-italic-webfont.ttf') format('truetype'),
         url('fonts/asap-italic-webfont.svg#asapregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'asapbold';
    src: url('fonts/asap-bold-webfont.eot');
    src: url('fonts/asap-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/asap-bold-webfont.woff2') format('woff2'),
         url('fonts/asap-bold-webfont.woff') format('woff'),
         url('fonts/asap-bold-webfont.ttf') format('truetype'),
         url('fonts/asap-bold-webfont.svg#asapbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'asapbold_italic';
    src: url('fonts/asap-bolditalic-webfont.eot');
    src: url('fonts/asap-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/asap-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/asap-bolditalic-webfont.woff') format('woff'),
         url('fonts/asap-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/asap-bolditalic-webfont.svg#asapbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
