/*
  Theme Name: Sylt Aquarium
  Author: vektorrausch GmbH (Daniel Sippel) <sippel@vektorrausch.de>
  Author URI: http://vektorrausch.de
  Description: Blank starter-theme; powered by A Good Start.
  Version: 2.0
  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
  
  @file: Global stylesheet for all devices with predefined markup
*/

/* ######################################## *\
    HTML / BASICS
\* ######################################## */

/* html */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: 0 !important;
}

html {
  font-size: 14px;
  height: 100%;
}

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #fff;
	line-height: 1.385;
	min-width: 320px;
	background: url(img/background-default.jpg) no-repeat center top fixed;
	background-color: #0B84CC;
	height: 100%;
	background-size: cover;
}
	body.page-id-9,
	body.parent-pageid-9,
	body.parent-pageid-163,
	body.page-id-128 {
		background-image: url(img/background-aquarium.jpg);
	}
	body.page-id-16,
	body.parent-pageid-16 {
		background-image: url(img/background-spiel.jpg);
	}
	body.page-id-18,
	body.parent-pageid-18 {
		background-image: url(img/background-gastronomie.jpg);
	}
	body.page-id-52,
	body.parent-pageid-52 {
		background-image: url(img/background-anreise.jpg);
	}

p, pre {
  margin: 0 0 1.385em;
}
  .body > *:last-child,
  .excerpt > *:last-child,
  .widget-inner > *:last-child,
  .extended > *:last-child {
    margin-bottom: 0;
  }

dl,
menu,
ol,
ul {
	margin: 1.385em 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
  #gmap img,
  .gmap img {
    max-width: none;
  }

hr {
  border: 0;
  height: 1px;
  width: 100%;
  background: #333;
  margin: 1.385em 0;
  clear: both;
}

/* links */	
a {
	text-decoration: none;
	color: #80baff;
}

  a:hover {
		color: #fff;
  }
  a:active,
  a:focus {
	  	color: #fff;
  }
  
/* Alternative Links */
  a.alt {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
}

  a.alt:hover {
		color: #fff;
		border-bottom: 1px solid #fff;
  }
  a.alt:active,
  a.alt:focus {
	  	color: #fff;
		border-bottom: 1px solid #fff;
  }

/* headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: #fff;
}

h1 {
	font-weight: normal;
}

h2 {
	font-weight: normal;

}

h3 {}

h4 {}

h5 {}

h6 {}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {}
  h1 a:active,
  h1 a:focus,
  h2 a:active,
  h2 a:focus,
  h3 a:active,
  h3 a:focus,
  h4 a:active,
  h4 a:focus,
  h5 a:active,
  h5 a:focus,
  h6 a:active,
  h6 a:focus {}

/* site elements */
.btn {
	display: block;
	width: 100%;
	max-width: 360px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #a8a9ad;
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: 8px;
	border-radius: 4px;
	text-decoration: none;
	margin: 20px 0;
}
	.btn:hover {
		text-decoration: none !important;
	}
	
.strong {
	font-weight: bold;
}	

/* ######################################## *\
    GLOBAL STRUCTURE
\* ######################################## */

/* page wrapper */
#wrapper {
	position: relative;
	min-height: 100%;
}

/* container */
.container {}

/* header */
.header-container {
  position: relative;
}

#header {}

#branding {
	width: 150px;
	margin-top: 20px;
	float: left;
}

#logo {
	margin: 0;
}

/* main */
.main-container {
	margin-top: 50px;
	margin-bottom: 80px;
}

#main {}

.content-container {}

#content {}

/* footer */
.footer-container {
	background-color: #009EE3;
}

#footer {
	margin-bottom: 50px;
}

.footer-menu-container {
	background-color: #000;
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	min-width: 100%;
}

.footer-menu-container ul {
	text-align: center;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.footer-menu-container li {
	display: inline;
}
	.footer-menu-container li:after {
	  color: rgba(255, 255, 255, 0.33);
	  content: "|";
	  margin: 0 6px;
	}
		.footer-menu-container li:last-child:after {
			display: none;
		}

.footer-menu-container a {
	color: #fff;
	white-space: nowrap;
}

.footer-menu-container .foot-link a:hover {
	border-bottom: 1px solid #fff;
}

/* ######################################## *\
    MENUS
\* ######################################## */



/* ######################################## *\
    SIDEBARS
\* ######################################## */

/* primary */
#primary {}

#primary .video-container {
	position: relative;
	padding-bottom: 56.25%;
	/* padding-top: 30px; */
	height: 0;
	overflow: hidden;
}

#primary .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width:  100%;
}

/* secondary */
#secondary {}

#secondary .freetime h3 {
	color: #34c81a;
}

#secondary .aqua h3 {
	color: rgba(0, 158, 227, 1);
}

#secondary .food h3 {
	color: rgba(250,  149,  16, 1)
}

#secondary .open-price {
	margin-top: 30px;
}

#secondary .open-price h2 {
	font-size: 1em;
	border-bottom: 1px solid rgba(255,  255,  255, 0.25);
	width: 230px;
}

#secondary .open-price h3 {
	font-size: 1.5em;	
	font-weight: 200;
	margin-top: 50px;
}

#secondary .open-price-link a {
	height: 31px;
	padding-right: 35px;
}

#secondary .open-price-link a:hover {
	color: rgba(255, 255, 255, 0.66);
	border: none;
}

#secondary .intro-link,
#secondary .open-price-link {
	width: 190px;
	height: 58px;
	font-size: 1.5em;	
	font-weight: 200;
}

#secondary .intro-link a,
#secondary .open-price-link a {
	color: rgba(255, 255, 255, 0.5);
	background: url(img/link-button.png) bottom right no-repeat;
	background-size: 29px auto;
	line-height: 29px;
	display: inline-block;
}

#secondary .intro-link a:hover,
#secondary .open-price-link a:hover {
	color: rgba(255, 255, 255, 0.66);
}

#secondary .intro-text {
/* 	font-size: 1.5em;	 */
	font-size: 2em;	
	font-weight: 200;
	margin-top: 20px;
	margin-bottom: 20px;
}

#secondary .intro-link a {
	height: 59px;
	padding-right: 20px;	
}

#secondary .intro-link a:after {}

#secondary .fishofthemonth {
	font-weight: bold;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

#secondary .fishofthemonth img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

#secondary .fishofthemonth span {
	font-style: italic;
}

#secondary .fishofthemonth h4 {
	margin-top: 30px;
	margin-bottom: 0;
	padding: 0;
}

#secondary .fishofthemonth h2 {	
	margin-bottom: 0;
	margin-top: 0.5em;
	font-size: 1em;
}

#secondary .fishofthemonth h2 a {
  	color: #fff;
  	font-weight: bold; 	
}

#secondary .fishofthemonth h2 a:hover {
  	color: #fff;
  	border-bottom: solid 1px #fff;
}

#secondary .fishofthemonth .field-thumbnail {
	float: left;
	padding-right: 10px;
}

#secondary .fishofthemonth .field-thumbnail a:hover {
	border-bottom: none;
}

#secondary .fishofthemonth .field-wissenschaftlicher-name {
	font-style: italic;
	font-weight: normal;
}

#secondary .fishofthemonth .bewohner {
	padding: 10px 0;
}


/* ######################################## *\
    WIDGET-AREAS
\* ######################################## */

/* all */
.textwidget > p:last-child {
	margin-bottom: 0;
}

/* Only On Front Bubble Links */

#widget-area-front {
	text-align: center;
	display: inline-block;
	margin-top: 80px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#widget-area-front a {
	display: block;
	margin: auto;
}

#widget-area-front h3 {
	margin: 0.5em;
}

#widget-area-front .aqua a:hover img {
	border: solid 3px #04b4ff;
	box-shadow: 0px 0px 0px 4px rgba(131, 218, 255, 0.25);
}

#widget-area-front .freetime a:hover img {
	border: solid 3px #5cbf4a;
	box-shadow: 0px 0px 0px 4px rgba(93, 255, 65, 0.25);
}

#widget-area-front .food a:hover img {
	border: solid 3px #ffb149;
	box-shadow: 0px 0px 0px 4px rgba(255,  177,  74, 0.34);
}

#widget-area-front .aqua,
#widget-area-front .freetime,
#widget-area-front .food {
	float: left;
	padding: 0px 6%;
}

#widget-area-front img {
	width: 100%;
	border-radius: 100%;
	margin-bottom: 15px;
}

#widget-area-front .aqua img {
	border: solid 3px #009EE3;
	box-shadow: 0px 0px 0px 4px rgba(0, 159, 227, 0.25);
}

#widget-area-front .freetime img {
	border: solid 3px #30AC1B;
	box-shadow: 0px 0px 0px 4px rgba(49, 171, 27, 0.25);
}

#widget-area-front .food img {
	border: solid 3px #FA940F;
	box-shadow: 0px 0px 0px 4px rgba(250, 149, 16, 0.25);
}

/* 						 	*/
/**	Only On Front Footer	**/
/*							*/

#widget-area-footer {
	padding-top: 20px;
	padding-bottom: 40px;
}

#widget-area-footer h2 {
	font-size: 1em;
	font-weight: normal;
	color: #fff;
}

#widget-area-footer .widget-title {
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: normal;
}

#widget-area-footer ul {
	margin: 15px 0;
	padding: 0;
}

#widget-area-footer ul li {
	list-style: none;
	margin-bottom: 15px;
}

#widget-area-footer ul li:before {
	padding-right: 6px;
	color: #fff;
	font-weight: bold;
}

#widget-area-footer .widget-container {
	border-bottom: 1px solid rgba(255,  255,  255, 0.25);
	padding: 20px 0;
}

/* Events */

#widget-area-footer .events {
  	color: #fff;
}

#widget-area-footer .events a {
  	color: #03397c;
}

#widget-area-footer .events a:hover {
  	color: #fff;
  	border-bottom: solid 1px #fff;
}	

/* School */

#widget-area-footer .school span p{
	margin: 0;
}

#widget-area-footer .school span {
	font-size: 1.2em;
	font-weight: bold;
}

/* Fish of the month */

#widget-area-footer .fishofthemonth img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

#widget-area-footer .fishofthemonth span {
	font-style: italic;
}

#widget-area-footer .fishofthemonth h4 {
	margin-top: 30px;
	margin-bottom: 0;
	padding: 0;
}

#widget-area-footer .fishofthemonth h2 {
	margin-bottom: 0;
	margin-top: 0.5em;
}

#widget-area-footer .fishofthemonth a {
  	color: #10589b;
  	font-weight: normal;
}

#widget-area-footer .fishofthemonth article.front {
	margin-bottom: 10px;
}

#widget-area-footer .fishofthemonth a:hover {
  	color: #fff;
  	border-bottom: solid 1px #fff;
}

#widget-area-footer .fishofthemonth .field-thumbnail {
	float: left;
	padding-right: 10px;
}

#widget-area-footer .fishofthemonth .field-wissenschaftlicher-name {
	font-style: italic;
	font-weight: normal;
}

/* ######################################## *\
    CONTENT
\* ######################################## */

/* all */
article {}

/* teaser */
article.teaser {}

article.teaser .field-excerpt {
}

/* search */
article.teaser.search {}

/* front */
article.teaser.front {}

/* full */
article.full {}

article.full p {
	margin-bottom: 2.3em;
}

article.full .body ol,
article.full .body ul {
  padding-left: 20px;
  margin: 0 0 1.385em;
}

article.full .body li {
  list-style: square;
  padding: 4px 0;
}

/* Price Tables in Sidebar and Content */

article.full .price-table {
	margin-bottom: 50px;
}

article.full .price-table thead tr th {
	width: 33.333%;
}

article.full .price-table thead tr th,
article.full .price-table tbody tr td,
#secondary .price-table tbody tr td,
#secondary .price-table thead tr th {
	background: none;
	border: none;
	padding: 10px 15px;
}

#secondary {
	margin: 60px 0 15px 0;
}

#secondary .price-table tbody tr td,
#secondary .price-table thead tr th {
	padding: 10px 0px;
}

.price-table td.column-2,
.price-table td.column-4 {
	text-align: right;
}

#secondary .price-table h3,
#secondary .widget-title {
	font-size: 1.5em;
    font-weight: bold;
}

article.full .price-table h3 {
	font-size: 1.5em;
    font-weight: 200;
    margin-top: 30px;
}

article.full .price-table h2,
#secondary .price-table h2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 1em;
    font-weight: bold;
    width: 100%;
    text-align: left;
    margin: 0;
} 

article.full .price-table {
}

article.full .price-table h3.th-aqua,
article.full .price-table h3.th-freetime,
article.full .price-table h3.th-food {
	padding: 10px;
	text-align: center;
}

article.full .price-table h3.th-aqua {
	background: rgba(0, 158, 227, 1);	
}

article.full .price-table h3.th-freetime {
	background: rgba(49, 171, 27, 1);
}

article.full .price-table h3.th-food {
	background: rgba(250,  149,  16, 1);
}

/* ######################################## *\
    PAGE
\* ######################################## */

/* all */
article.page {}

article.page p {
	line-height: 1.6em;
	font-size: 16px;
}

article.page img {
	width: 50%;
}

article.page img.header-img {
	width: 100%;
	padding: 0;
	margin: 0;	
}

article.page img.aqua {
	border: solid 3px #009EE3;
	box-shadow: 0px 0px 0px 4px rgba(0, 159, 227, 0.25);
}

article.page img.freetime {
	border: solid 3px #30AC1B;
	box-shadow: 0px 0px 0px 4px rgba(49, 171, 27, 0.25);
}

article.page img.food {
	border: solid 3px #FA940F;
	box-shadow: 0px 0px 0px 4px rgba(250, 149, 16, 0.25);
}

article.page h1 {}

article.page h2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* Weiche On Aquarium Landing Page */

article.page .weiche {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
}

article.page .left-link,
article.page .right-link {
	float: left;
	width: 50%;
	text-align: center;
}

article.page .left-link a,
article.page .right-link a {
	background: #009fe3;
	border-radius: 4px;
	text-shadow: none;
	padding: 15px 10px;
	box-shadow: 0 -3px 0 rgba(0,0,0,.2) inset;
	display: inline-block;
	*display: inline;
	border: 0;
	width: 100%;
	max-width: 80%;
	color: #fff;
}

article.page .left-link a:hover,
article.page .right-link a:hover {
	background: #fff;
	box-shadow: none;
	border: none;
	color: #009fe3;
}

article.page .field.price-aquarium,
article.page .field.price-freetime,
article.page .field.price-food {
	width: 33.333;
}

article.page #gallery-1 {}

article.page figure {
	width: 33.333%;
	height: 33.333%;
	float: left;
	padding: 5px;
}

article.page figure .gallery-icon,
article.page figure img {
	width: 100%;
	height: 100%;
}

article.bewohner.full .field-thumbnail {
	max-height: 25%;
	max-width: 25%;
	float: left;
	margin: 10px 20px 10px 0;
}

article.bewohner.archive {
	width: 50%;
	float: left;
	margin-bottom: 60px;
}

article.bewohner.archive .field-excerpt p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

article.bewohner.archive:nth-child(1n+1) {
    clear: left;
}

article.bewohner.archive:nth-child(2n+1) {
    clear: none;
}

article.bewohner.archive a {
	color: rgba(255, 255, 255, 0.66);
	text-decoration: none;
}

article.bewohner.archive a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

article.bewohner.archive .field-thumbnail a:hover,
#widget-area-footer .fishofthemonth a:hover {
	border-bottom: none;
}

article.bewohner.full .field-thumbnail img,
article.bewohner.archive .field-thumbnail img {
	border-radius: 100%;	
}

article.bewohner.full h2 span,
article.bewohner.archive h2 span {
	display: inline-block;
	font-style: italic;
	font-size: 0.6em;
	color: rgba(255, 255, 255, 0.66);
}

article.page .map-container {
	height: 550px;
	margin-bottom: 50px;
}

/* teaser */
article.page.teaser {}

/* full */
article.page.full {}

/* ######################################## *\
    POST
\* ######################################## */

/* all */
article.post {}

article.post.full time {
	font-size: 0.7em;
	color: rgba(255, 255, 255, 0.5);
}

/* teaser */
article.post.teaser {}

#content article.post.teaser h3 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 1em;
}

#content article.post.teaser h2 {
	margin-bottom: 15px;
}

#content article.post.teaser a {
	color: rgba(255, 255, 255, 0.5);
}

#content article.post.teaser a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#content article.post.teaser p {
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,  255,  255, 0.25);
}

/* full */
article.post.full p {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,  255,  255, 0.25);
}

article.post.full h3 {
	margin-bottom: 5px;
}

article.post h3 .field-veranstaltungsende,
article.post h3 .field-veranstaltungsbeginn {
	display: inline-block;
	margin: 0;
	font-weight: normal;
}

/* ######################################## *\
    CUSTOM POST TYPE
\* ######################################## */

/* all */

/* teaser */

/* full */

/* ######################################## *\
    FRONT / HOMEPAGE
\* ######################################## */



/* ######################################## *\
    FLEXSLIDER
\* ######################################## */



/* ######################################## *\
    COMMENTS
\* ######################################## */



/* ######################################## *\
    PAGINATION
\* ######################################## */

/* all */
#pagination {}

/* archive */
#pagination.archive {}

#pagination.archive.prev-next {}

#pagination.archive.paged {
	float: left;
	text-align: center;
	height: 30px;
	width: 100%;
	
}

#pagination.archive.paged .page-numbers {
	display: inline;
	color: #fff;
}

#pagination.archive.paged span.page-count {
	margin-right: 10px;
	font-weight: normal;
}

#pagination.archive.paged .page-numbers span {
	visibility: hidden;
}
#pagination.archive.paged .page-numbers.current {
	background-color: #fff;
	border-radius: 4px;
	color: #03397c;
}

#pagination.archive.paged .page-numbers {
	font-size: 1.2em;
	padding: 0 2px;
}

#pagination.archive.paged .page-numbers.next {
	display: inline-block;
	background: url(img/link-button.png) left center no-repeat;
	line-height: 1em;
	padding: 15px 0 15px 30px;
}

#pagination.archive.paged .page-numbers.prev {
	display: inline-block;
	padding: 15px 0 15px 30px;
	background: url(img/link-button-left.png) left center no-repeat;
	line-height: 1em;
	margin-right: -10px;
}

/* single */
#pagination.single {
	background: url(img/link-button-left.png) center left no-repeat;
	padding: 15px;
	line-height: 1em;
	margin-bottom: 30px;
}

#pagination.single span {
	margin-left: 25px;
	font-size: 1.2em;
}

#pagination.single span a {
	color: #03397c;
}

#pagination.single span a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#pagination.single.prev-next {}

#pagination.single.title {}

/* ######################################## *\
    FORMS
\* ######################################## */

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
textarea {
  border: none;
  max-width: 360px;
  width: 100%;
}

input[type="submit"] {
	border: none;
	cursor: pointer;
	width: 100%;
	max-width: 360px;
}
	
/* Contactform 7 */
.wpcf7-form label {
	font-weight: bold;
	display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	max-width: 100%;
}

.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-response-output {
	border: 0;
	background: #ffdddd;
	color: #c70000;
	width: 100%;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	border-top: 4px solid #c70000;
	margin-top: 4px;
	z-index: 1;
}
	.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
		background: #d6ffcb;
		color: #1a7000;
		border-top-color: #1a7000;
	}
	.wpcf7-form .wpcf7-not-valid-tip:before,
	.wpcf7-form .wpcf7-response-output:before {
    bottom: 100%;
    left: 12px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border: 12px solid transparent;
    border-bottom-color: #c70000;
	}
		.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok:before {
			border-bottom-color: #1a7000
		}
	.wpcf7-form .wpcf7-not-valid-tip:after,
	.wpcf7-form .wpcf7-response-output:after {
		bottom: 100%;
    left: 12px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    height: 0;
    left: 12px;
    position: absolute;
    top: -28px;
    width: 0;
    z-index: -1;
	}
	
.wpcf7-form .wpcf7-response-output {
	padding: 10px 10px;
	margin: -12px 0 0;
}

/* ######################################## *\
    SEARCHFORM
\* ######################################## */

#search {}

/* ######################################## *\
    BREADCRUMBS
\* ######################################## */

.breadcrumbs-container {}

#breadcrumbs {}

/* ######################################## *\
    TABLES
\* ######################################## */



/* ######################################## *\
    MISC
\* ######################################## */

::selection {
  background: #009fe3;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #009fe3;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #009fe3;
  color:#fff ;
  text-shadow: none;
}
   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */

.post-edit-link {
  background: none repeat scroll 0 0 #0074a2;
  color: #fff;
  display: inline-block;
  font-size: 0.857em;
  margin: 1.385em 0;
  padding: 2px 4px;
}
	.post-edit-link:hover {
		text-decoration: underline
	}
   
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 15px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 15px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

caption {
	display: none;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/* ######################################## *\
    NO JAVASCRIPT
\* ######################################## */

.no-js {}
