@charset "UTF-8";

/**
 * Wordpress integration to any web app
 * (PrestaShop, OpenCart, Magento and more)
 *
 * [no mixing of PHP code or editing of files]
 * [automatically adjust CSS stylesheets]
 *
 * Just install the plugin and the magic is done!
 *
 * http://www.inveostore.com
 *
 * 2026, (c) Inveo s.r.o.
 */

@font-face  {
  font-family: "Raleway-Bold";
  src: url('/blog/wp-content/themes/berlinblog/styles/fonts/Raleway-Bold.eot') format("eot");
  src: url('/blog/wp-content/themes/berlinblog/styles/fonts/Raleway-Bold.eot?#iefix') format("embedded-opentype"),
    url('/blog/wp-content/themes/berlinblog/styles/fonts/Raleway-Bold.woff') format("woff"),
    url('/blog/wp-content/themes/berlinblog/styles/fonts/Raleway-Bold.ttf') format("truetype"),
    url('/blog/wp-content/themes/berlinblog/styles/fonts/Raleway-Bold.svg#fonts/Raleway-Bold') format("svg");
  font-weight: normal;
  font-style: normal;
}@font-face  {
  font-family: "Raleway-Regular";
  src: url('/blog/wp-content/themes/berlinblog/styles/fonts/Raleway-Regular.eot') format("embedded-opentype");
  src: url('/blog/wp-content/themes/berlinblog/styles/fonts/Raleway-Regular.woff') format("woff"),
    url('/blog/wp-content/themes/berlinblog/styles/fonts/Raleway-Regular.ttf') format("truetype"),
    url('/blog/wp-content/themes/berlinblog/styles/fonts/Raleway-Regular.svg#fonts/Raleway-Regular') format("svg");
  font-weight: normal;
  font-style: normal;
}@font-face  {
  font-family: "ComingSoon-Regular";
  src: url('/blog/wp-content/themes/berlinblog/styles/fonts/ComingSoon-Regular.eot') format("embedded-opentype");
  src: url('/blog/wp-content/themes/berlinblog/styles/fonts/ComingSoon-Regular.woff') format("woff"),
    url('/blog/wp-content/themes/berlinblog/styles/fonts/ComingSoon-Regular.ttf') format("truetype"),
    url('/blog/wp-content/themes/berlinblog/styles/fonts/ComingSoon-Regular.svg#fonts/ComingSoon-Regular') format("svg");
  font-weight: normal;
  font-style: normal;
}
#wordpress .clear {
  clear: both;
}
#wordpress #wordpress-html, 
#wordpress button, 
#wordpress input, 
#wordpress select, 
#wordpress textarea {
  color: #333;
}
#wordpress #wordpress-html {
  font-size: 1em;
  line-height: 1.4;
}
#wordpress #wordpress-html.webworkers {
  margin-top: 0 !important;
}
#wordpress ::-moz-selection {
  background: #f8af24;
  color: #fff;
  text-shadow: none;
}
#wordpress ::selection {
  background: #f8af24;
  color: #fff;
  text-shadow: none;
}
#wordpress hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #f0f2f0;
  margin: 1em 0;
  padding: 0;
}
#wordpress sub, 
#wordpress sup {
  font-size: 0.9em;
}
#wordpress .hidden {
  font-size: 1px !important;
  height: 1px;
  margin: 0 !important;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  width: 1px;
}
#wordpress .center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#wordpress strong, 
#wordpress b {
  font-weight: bold;
}
#wordpress .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#wordpress .sr-only.focusable:active, 
#wordpress .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
#wordpress .invisible {
  visibility: hidden;
}
#wordpress audio, 
#wordpress canvas, 
#wordpress img, 
#wordpress video {
  vertical-align: middle;
}
#wordpress fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
#wordpress textarea {
  resize: none;
}
#wordpress input[type="button"], 
#wordpress input[type="text"] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#wordpress input[type="search"] {
  appearance: normal;
  -moz-appearance: normal;
  -webkit-appearance: normal;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: 0 none;
}
#wordpress input[type="search"]:focus {
  border: 0;
}
#wordpress ::-webkit-input-placeholder {
  color: #333;
}
#wordpress ::-webkit-input-placeholder:focus {
  color: #f8af24;
}
#wordpress :-moz-placeholder {
  color: #333;
  opacity: 1;
}
#wordpress :-moz-placeholder:focus {
  color: #f8af24;
}
#wordpress ::-moz-placeholder {
  color: #333;
  opacity: 1;
}
#wordpress ::-moz-placeholder:focus {
  color: #f8af24;
}
#wordpress :-ms-input-placeholder {
  color: #333;
}
#wordpress :-ms-input-placeholder:focus {
  color: #f8af24;
}
#wordpress input, 
#wordpress select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#wordpress .browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
#wordpress .browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
@media print {
	#wordpress *, 
	#wordpress *:before, 
	#wordpress *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
	#wordpress a, 
	#wordpress a:visited {
    text-decoration: underline;
  }
	#wordpress a[href]:after {
    content: " (" attr(href) ")";
  }
	#wordpress abbr[title]:after {
    content: " (" attr(title) ")";
  }
	#wordpress a[href^="#"]:after, 
	#wordpress a[href^="javascript:"]:after {
    content: "";
  }
	#wordpress pre {
    white-space: pre-wrap !important;
  }
	#wordpress thead {
    display: table-header-group;
  }
	#wordpress tr, 
	#wordpress img {
    page-break-inside: avoid;
  }
	#wordpress p, 
	#wordpress h2, 
	#wordpress h3 {
    orphans: 3;
    widows: 3;
  }
	#wordpress h2, 
	#wordpress h3 {
    page-break-after: avoid;
  }
}
#wordpress * {
  margin: 0;
  padding: 0;
  -moz-appearance: none;
  text-rendering: optimizelegibility;
}
#wordpress #wordpress-html {
  font-size: 100%;
  margin-top: 0 !important;
}
#wordpress #wordpress-body, 
#wordpress #wordpress {
  background: #fff;
  color: #333;
  font-family: "Raleway-Regular", Arial, sans-serif;
  opacity: 1 !important;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
  z-index: 1;
}
#wordpress .page-wrap {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
}
#wordpress h1 {
  color: #f8af24;
  display: block;
  font-family: "Raleway-Bold", Arial, sans-serif;
  font-size: 1.85em;
  font-weight: normal;
  margin: 0 0 90px;
  text-transform: uppercase;
}
#wordpress .article-blog h1 {
  display: block;
  font-family: "Raleway-Bold", Arial, sans-serif;
  font-size: 1.65em;
  font-weight: normal;
  margin: 0 0 30px;
  text-transform: uppercase;
  width: 100%;
}
#wordpress .article-blog h1 .subtitle {
  display: block;
  font-size: 80%;
}
#wordpress h2 {
  display: block;
  font-family: "Raleway-Bold", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 30px;
  text-transform: uppercase;
  width: 100%;
}
#wordpress h2 .subtitle {
  display: block;
  font-size: 80%;
}
#wordpress #wordpress .rich-text h2 {
  font-family: "Raleway-Bold", Arial, sans-serif;
}
#wordpress #wordpress h3 {
  display: block;
  font-family: "Raleway-Bold", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 30px;
  text-transform: uppercase;
  width: 100%;
}
#wordpress #wordpress h4, 
#wordpress #wordpress h5, 
#wordpress #wordpress h6 {
  font-family: "Raleway-Bold", Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  margin: 0 0 30px;
}
#wordpress #wordpress p {
  font-family: "Raleway-Regular", Arial, sans-serif;
}
#wordpress a {
  color: #f8af24;
  box-shadow: none;
  outline-color: transparent;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
#wordpress a:hover, 
#wordpress a:focus, 
#wordpress a.active {
  color: #333;
  box-shadow: none;
  outline-color: transparent;
  text-decoration: none;
}
#wordpress .btn, 
#wordpress a.btn, 
#wordpress button {
  background: #f8af24;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Raleway-Regular", Arial, sans-serif;
  font-size: 1em;
  line-height: 1;
  margin: 0 auto;
  outline: 0;
  padding: 8px 15px 5px 15px;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  width: auto;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#wordpress .btn:hover, 
#wordpress a.btn:hover, 
#wordpress button:hover {
  background: #f0f2f0;
  color: #f8af24;
  border-color: #f8af24;
  outline: 0;
}
#wordpress .btn.active.focus, 
#wordpress .btn.active:focus, 
#wordpress .btn.focus, 
#wordpress .btn:active.focus, 
#wordpress .btn:active:focus, 
#wordpress .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#wordpress .btn.focus, 
#wordpress .btn:focus, 
#wordpress .btn:hover {
  text-decoration: none;
}
#wordpress .btn.active, 
#wordpress .btn:active {
  background-image: none;
  outline: 0;
}
#wordpress .article-blog .content-post figure, 
#wordpress #wordpress figure {
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  width: 100%;
}
#wordpress .article-blog .content-post figure.iframe-container, 
#wordpress #wordpress figure.iframe-container {
  border: 0 none;
  height: 0;
  margin: 30px auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  max-width: 100%;
  width: 100%;
  z-index: 0;
}
#wordpress .article-blog .content-post figure.iframe-container iframe, 
#wordpress #wordpress figure.iframe-container iframe {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
#wordpress .article-blog .content-post figure img, 
#wordpress #wordpress figure img {
  display: block;
  height: auto;
  float: none;
  position: relative;
  max-width: 100%;
  z-index: 1;
}
#wordpress .article-blog .content-post figure.page-content, 
#wordpress #wordpress figure.page-content {
  margin: 0;
}
#wordpress .rich-text blockquote, 
#wordpress .rich-text blockquote, 
#wordpress .rich-text q {
  clear: both;
  display: block;
  margin: 0 0 30px 0;
  text-align: left;
  width: 100%;
}
#wordpress .rich-text blockquote p, 
#wordpress .rich-text blockquote p, 
#wordpress .rich-text q p {
  background: url('/blog/wp-content/themes/berlinblog/styles/images/quote.png') no-repeat left top transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #333;
  font-family: "Raleway-Regular", Arial, sans-serif;
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.4;
  min-height: 50px;
  padding: 10px 0 0 35px;
}
#wordpress .rich-text ul {
  list-style: inherit;
}
#wordpress blockquote ~ pre {
  margin: -30px 0 45px;
  padding: 0 0 0 20px;
}
#wordpress pre {
  font-family: "Raleway-Regular", Arial, sans-serif;
  font-size: 100%;
  color: #fde5b8;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
#wordpress #header-blog {
  background-color: #fff;
  position: fixed;
  left: 136px;
  top: 0;
  width: 100%;
  z-index: 1;
}
#wordpress #header-blog .menu-burger {
  display: none;
}
#wordpress #header-blog a.logo {
  display: block;
  padding: 30px 15px;
}
#wordpress #header-blog a.logo img {
  height: auto;
  width: 100%;
}
#wordpress #header-blog ul.blog-category {
  display: table;
  list-style: none;
  margin: 0;
  padding: 45px 15px 30px 15px;
}
#wordpress #header-blog ul.blog-category li {
  display: table-cell;
  font-family: "Raleway-Regular", Arial, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0 30px 0 0;
  text-transform: uppercase;
}
#wordpress #header-blog ul.blog-category li a {
  color: #333;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
#wordpress #header-blog ul.blog-category li a:hover {
  color: #f8af24;
}
#wordpress #header-blog ul.blog-category li.current-menu-item a {
  color: #f8af24;
}
#wordpress #wordpress-body.logged-in #header-blog {
  top: 32px;
}
#wordpress #main-blog {
  clear: both;
  overflow: hidden;
  padding: 120px 0 0 0;
}
#wordpress .page-content {
  overflow: hidden;
  padding: 60px 0 0 0;
}
#wordpress #footer-blog {
  background-color: #fff;
  margin: 30px 0 60px;
  width: 100%;
}
#wordpress #footer-blog .page-list ul {
  display: table;
  list-style: none;
  margin: 0;
  padding: 15px 15px 30px 15px;
}
#wordpress #footer-blog .page-list ul li {
  display: table-cell;
  font-family: "Raleway-Regular", Arial, sans-serif;
  font-size: 0.8em;
  padding: 0 30px 0 0;
  text-transform: uppercase;
}
#wordpress #footer-blog .page-list ul li a {
  color: #333;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
#wordpress #footer-blog .page-list ul li a:hover {
  color: #f8af24;
}
#wordpress #footer-blog .page-list ul li.current-menu-item a {
  color: #f8af24;
}
#wordpress .error404 .wrap-excerpt .excerpt, 
#wordpress #wordpress-#wordpress-body .error404 .wrap-excerpt .excerpt {
  display: block;
  font-size: 1.105em;
  line-height: 1.3;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  text-align: center;
}
#wordpress .sitemap .page-content {
  min-height: 100%;
}
#wordpress .sitemap .page-content ul {
  list-style: none;
  margin-left: 0;
  padding: 0 15px;
}
#wordpress .sitemap .page-content ul li {
  font-family: "Raleway-Regular", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0 0 1em;
  text-transform: uppercase;
}
#wordpress .sitemap .page-content ul li .subtitle {
  display: inline-block;
  font-size: 80%;
  margin: 5px 0 0 0;
}
#wordpress .sitemap .page-content ul li .meta {
  display: block;
  margin: 5px 0 15px;
  font-size: 65%;
}
#wordpress .sitemap .page-content ul li .category {
  background: #f8af24;
  color: #fff;
  display: inline-block;
  font-family: "Raleway-Bold", Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 2px 10px 3px 10px;
  margin: 0 0 0.25em;
  text-transform: uppercase;
}
#wordpress .sitemap .page-content ul li .date {
  color: #808080;
  display: inline-block;
  font-family: "Raleway-Regular", Arial, sans-serif;
  text-transform: none;
}
#wordpress .sitemap .page-content ul li .more {
  color: #f8af24;
  font-family: "Raleway-Regular", Arial, sans-serif;
  text-transform: none;
}
#wordpress .sitemap .page-content a {
  color: #333;
}
#wordpress .share-tool {
  border-top: 2px solid #f0f2f0;
  clear: left;
  display: inline-block;
  margin: 30px 0;
  padding: 15px 0 0 0;
  width: auto;
}
#wordpress .share-tool span.legend {
  color: #f8af24;
  display: inline-block;
  font-size: 0.9em;
  line-height: 35px;
  float: left;
  text-transform: none;
}
#wordpress .share-tool .addthis_inline_share_toolbox {
  clear: none !important;
  float: left;
}
#wordpress .hubpage article.row, 
#wordpress .home.blog article.row, 
#wordpress .category article.row, 
#wordpress .testimonials article.row {
  clear: both;
  height: 100%;
  margin: 0 auto 90px auto;
  position: relative;
}
#wordpress .hubpage article.row::after, 
#wordpress .home.blog article.row::after, 
#wordpress .category article.row::after, 
#wordpress .testimonials article.row::after {
  clear: both;
  content: "";
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
#wordpress .hubpage article.row:last-child, 
#wordpress .home.blog article.row:last-child, 
#wordpress .category article.row:last-child, 
#wordpress .testimonials article.row:last-child {
  margin-bottom: 60px;
}
#wordpress .hubpage article.row .wrap-excerpt a, 
#wordpress .home.blog article.row .wrap-excerpt a, 
#wordpress .category article.row .wrap-excerpt a, 
#wordpress .testimonials article.row .wrap-excerpt a {
  color: #333;
}
#wordpress .hubpage article.row .wrap-excerpt a.btn, 
#wordpress .home.blog article.row .wrap-excerpt a.btn, 
#wordpress .category article.row .wrap-excerpt a.btn, 
#wordpress .testimonials article.row .wrap-excerpt a.btn {
  color: #fff;
}
#wordpress .hubpage article.row .wrap-excerpt a.btn:hover, 
#wordpress .home.blog article.row .wrap-excerpt a.btn:hover, 
#wordpress .category article.row .wrap-excerpt a.btn:hover, 
#wordpress .testimonials article.row .wrap-excerpt a.btn:hover {
  color: #333;
}
#wordpress .hubpage article.row .wrap-excerpt a.more, 
#wordpress .home.blog article.row .wrap-excerpt a.more, 
#wordpress .category article.row .wrap-excerpt a.more, 
#wordpress .testimonials article.row .wrap-excerpt a.more {
  color: #f8af24;
  display: inline-block;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
#wordpress .hubpage article.row .wrap-excerpt a.more:hover, 
#wordpress .home.blog article.row .wrap-excerpt a.more:hover, 
#wordpress .category article.row .wrap-excerpt a.more:hover, 
#wordpress .testimonials article.row .wrap-excerpt a.more:hover {
  color: #333;
}
#wordpress .hubpage article.row .wrap-excerpt a span.more, 
#wordpress .home.blog article.row .wrap-excerpt a span.more, 
#wordpress .category article.row .wrap-excerpt a span.more, 
#wordpress .testimonials article.row .wrap-excerpt a span.more {
  color: #f8af24;
  display: inline-block;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
#wordpress .hubpage article.row .wrap-excerpt a span.more:hover, 
#wordpress .home.blog article.row .wrap-excerpt a span.more:hover, 
#wordpress .category article.row .wrap-excerpt a span.more:hover, 
#wordpress .testimonials article.row .wrap-excerpt a span.more:hover {
  color: #333;
}
#wordpress .hubpage article.row .wrap-excerpt, 
#wordpress .home.blog article.row .wrap-excerpt, 
#wordpress .category article.row .wrap-excerpt, 
#wordpress .testimonials article.row .wrap-excerpt {
  position: relative;
  text-align: justify;
}
#wordpress .hubpage article.row .wrap-excerpt .meta, 
#wordpress .home.blog article.row .wrap-excerpt .meta, 
#wordpress .category article.row .wrap-excerpt .meta, 
#wordpress .testimonials article.row .wrap-excerpt .meta {
  display: block;
}
#wordpress .hubpage article.row .wrap-excerpt .category, 
#wordpress .home.blog article.row .wrap-excerpt .category, 
#wordpress .category article.row .wrap-excerpt .category, 
#wordpress .testimonials article.row .wrap-excerpt .category {
  background: #333;
  color: #fff;
  display: inline-block;
  font-family: "Raleway-Bold", Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px 15px 5px 15px;
  margin: 0 0 1em;
  text-transform: uppercase;
}
#wordpress .hubpage article.row .wrap-excerpt .excerpt, 
#wordpress .home.blog article.row .wrap-excerpt .excerpt, 
#wordpress .category article.row .wrap-excerpt .excerpt, 
#wordpress .testimonials article.row .wrap-excerpt .excerpt {
  display: block;
  font-size: 1.105em;
  line-height: 1.3;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  max-width: 100%;
}
#wordpress .hubpage article.row figure, 
#wordpress .home.blog article.row figure, 
#wordpress .category article.row figure, 
#wordpress .testimonials article.row figure {
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
#wordpress .hubpage article.row figure img, 
#wordpress .home.blog article.row figure img, 
#wordpress .category article.row figure img, 
#wordpress .testimonials article.row figure img {
  height: auto;
  position: relative;
  width: 100%;
}
#wordpress .hubpage article.row figure figcaption, 
#wordpress .home.blog article.row figure figcaption, 
#wordpress .category article.row figure figcaption, 
#wordpress .testimonials article.row figure figcaption {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
#wordpress .hubpage article.row figure figcaption .header-post, 
#wordpress .home.blog article.row figure figcaption .header-post, 
#wordpress .category article.row figure figcaption .header-post, 
#wordpress .testimonials article.row figure figcaption .header-post {
  background: #f8d5c1;
  color: #fff;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px 30px 15px 30px;
  position: absolute;
  bottom: 0;
  left: 40px;
  max-width: 75%;
  text-align: left;
}
#wordpress .hubpage article.row figure figcaption .header-post h2, 
#wordpress .home.blog article.row figure figcaption .header-post h2, 
#wordpress .category article.row figure figcaption .header-post h2, 
#wordpress .testimonials article.row figure figcaption .header-post h2 {
  font-family: "Raleway-Bold", Arial, sans-serif;
  font-size: 1.4em;
  margin: 0;
}
#wordpress .hubpage article.row figure figcaption .header-post h2 .subtitle, 
#wordpress .home.blog article.row figure figcaption .header-post h2 .subtitle, 
#wordpress .category article.row figure figcaption .header-post h2 .subtitle, 
#wordpress .testimonials article.row figure figcaption .header-post h2 .subtitle {
  display: block;
  line-height: 1.3;
  margin: 3px 0 0 0;
}
#wordpress .hubpage article.row figure figcaption .header-post .date, 
#wordpress .home.blog article.row figure figcaption .header-post .date, 
#wordpress .category article.row figure figcaption .header-post .date, 
#wordpress .testimonials article.row figure figcaption .header-post .date {
  font-size: 1em;
  font-weight: bold;
}
#wordpress .hubpage article.row figure a, 
#wordpress .home.blog article.row figure a, 
#wordpress .category article.row figure a, 
#wordpress .testimonials article.row figure a {
  display: block;
  height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  width: 100%;
  z-index: 2;
}
#wordpress .hubpage article.row figure a:hover, 
#wordpress .home.blog article.row figure a:hover, 
#wordpress .category article.row figure a:hover, 
#wordpress .testimonials article.row figure a:hover {
  text-decoration: none;
}
#wordpress .hubpage article.row.even figure, 
#wordpress .home.blog article.row.even figure, 
#wordpress .category article.row.even figure, 
#wordpress .testimonials article.row.even figure {
  order: 2;
  -webkit-order: 2;
}
#wordpress .hubpage article.row.even .wrap-excerpt, 
#wordpress .home.blog article.row.even .wrap-excerpt, 
#wordpress .category article.row.even .wrap-excerpt, 
#wordpress .testimonials article.row.even .wrap-excerpt {
  order: 1;
  -webkit-order: 1;
}
#wordpress .category article.row:nth-child(1) figure, 
#wordpress .testimonials article.row:nth-child(1) figure, 
#wordpress .category article.row:nth-child(3) figure, 
#wordpress .testimonials article.row:nth-child(3) figure, 
#wordpress .category article.row:nth-child(5) figure, 
#wordpress .testimonials article.row:nth-child(5) figure {
  order: 2;
  -webkit-order: 2;
}
#wordpress .category article.row:nth-child(1) .wrap-excerpt, 
#wordpress .testimonials article.row:nth-child(1) .wrap-excerpt, 
#wordpress .category article.row:nth-child(3) .wrap-excerpt, 
#wordpress .testimonials article.row:nth-child(3) .wrap-excerpt, 
#wordpress .category article.row:nth-child(5) .wrap-excerpt, 
#wordpress .testimonials article.row:nth-child(5) .wrap-excerpt {
  order: 1;
  -webkit-order: 1;
}
#wordpress .order-1 {
  order: 1;
  -webkit-order: 1;
  max-width: 50%;
}
#wordpress .order-2 {
  order: 2;
  -webkit-order: 2;
  max-width: 50%;
}
#wordpress .testimonials article.row figure figcaption .header-post .author {
  font-family: "Raleway-Regular", Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
#wordpress .testimonials article.row figure figcaption .header-post h2 {
  font-family: "beloved-script", "Raleway-Regular", sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  text-transform: none;
}
#wordpress .testimonials article.row .wrap-excerpt .excerpt {
  font-family: "Raleway-Regular", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  text-align: left;
}
#wordpress .testimonials article.row .wrap-excerpt .excerpt span.quote {
  background: url('/blog/wp-content/themes/berlinblog/styles/images/quote.png') no-repeat left center transparent;
  padding: 0 0 0 35px;
}
#wordpress .popular-posts, 
#wordpress .related-posts {
  clear: both;
  margin-top: 60px;
}
#wordpress .popular-posts .container, 
#wordpress .related-posts .container {
  padding: 0 30px;
}
#wordpress .popular-posts h2, 
#wordpress .related-posts h2 {
  color: #f8af24;
  margin: 0 0 60px;
}
#wordpress .popular-posts article.item, 
#wordpress .related-posts article.item {
  margin-bottom: 30px;
}
#wordpress .popular-posts article.item figure, 
#wordpress .related-posts article.item figure {
  background-color: #f8af24;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  overflow: hidden;
  padding: 0 0 75% 0;
  position: relative;
  width: 100%;
}
#wordpress .popular-posts article.item figure figcaption, 
#wordpress .related-posts article.item figure figcaption {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#wordpress .popular-posts article.item figure figcaption .meta, 
#wordpress .related-posts article.item figure figcaption .meta {
  display: block;
}
#wordpress .popular-posts article.item figure figcaption .category, 
#wordpress .related-posts article.item figure figcaption .category {
  background: #f8af24;
  color: #fff;
  display: inline-block;
  font-family: "Raleway-Bold", Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 2px 10px 3px 10px;
  margin: 0 0.2em 0.2em 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  opacity: 0;
  visibility: hidden;
}
#wordpress .popular-posts article.item figure figcaption h3, 
#wordpress .related-posts article.item figure figcaption h3 {
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
#wordpress .popular-posts article.item figure figcaption h3 .subtitle, 
#wordpress .related-posts article.item figure figcaption h3 .subtitle {
  display: block;
  font-size: 90%;
  font-weight: normal;
  margin: 0;
  text-transform: none;
}
#wordpress .popular-posts article.item figure figcaption .more, 
#wordpress .related-posts article.item figure figcaption .more {
  color: #f8af24;
  display: block;
  font-weight: bold;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transform: translateY(150%);
  -moz-transform: translateY(150%);
  -webkit-transform: translateY(150%);
  opacity: 0;
  visibility: hidden;
}
#wordpress .popular-posts article.item figure figcaption a, 
#wordpress .related-posts article.item figure figcaption a {
  display: block;
  background: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
  padding: 15px;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  width: 100%;
}
#wordpress .popular-posts article.item figure figcaption a:hover, 
#wordpress .related-posts article.item figure figcaption a:hover {
  background: rgba(0, 0, 0, 0.3);
}
#wordpress .popular-posts article.item figure figcaption a:hover .category, 
#wordpress .related-posts article.item figure figcaption a:hover .category {
  animation-duration: 300ms;
  -webkit-animation-duration: 300ms;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  opacity: 1;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  visibility: visible;
}
#wordpress .popular-posts article.item figure figcaption a:hover h3, 
#wordpress .related-posts article.item figure figcaption a:hover h3 {
  animation-duration: 300ms;
  -webkit-animation-duration: 300ms;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  opacity: 1;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  visibility: visible;
}
#wordpress .popular-posts article.item figure figcaption a:hover .more, 
#wordpress .related-posts article.item figure figcaption a:hover .more {
  animation-duration: 800ms;
  -webkit-animation-duration: 800ms;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  color: #f8af24;
  opacity: 1;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  visibility: visible;
}
@media only screen and (min-width: 1366px) {
	#wordpress .slick-track {
    width: 100% !important;
  }
}
#wordpress .slick-dots {
  bottom: -30px;
  left: 0;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
}
#wordpress .slick-dots li {
  margin: 0;
}
#wordpress .slick-dots li button {
  background: 0 none;
  height: 10px;
  margin: 0 auto 0 auto;
  transition: 0 none;
  width: 10px;
  z-index: 0;
}
#wordpress .slick-dots li button::before {
  background-color: #f8af24;
  content: "";
  font-family: "Raleway-Regular", Arial, sans-serif;
  font-size: 1px;
  height: 10px;
  line-height: 1px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  width: 10px;
  z-index: 1;
}
#wordpress .slick-dots li.slick-active button::before {
  background-color: #fac155;
  z-index: 1;
}
#wordpress .article-blog .header-post {
  margin: 0;
}
#wordpress .article-blog figure {
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 0;
}
#wordpress .article-blog figure img {
  height: auto;
  position: relative;
  width: 100%;
}
#wordpress .article-blog figure img::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#wordpress .article-blog figure img:hover::after {
  opacity: 1;
}
#wordpress .article-blog figure figcaption {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  z-index: 1;
}
#wordpress .article-blog figure figcaption .header-title {
  background: #f8d5c1;
  color: #fff;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px 30px 10px 30px;
  position: absolute;
  bottom: 30px;
  right: 25%;
  max-width: 500px;
  min-width: 340px;
  text-align: left;
}
#wordpress .article-blog figure figcaption .header-title h1 {
  color: #fff;
  font-family: "Raleway-Bold", Arial, sans-serif;
  font-size: 1.5em;
  margin: 0;
}
#wordpress .article-blog figure figcaption .header-title h1 .subtitle {
  display: block;
  line-height: 1.3;
  margin: 3px 0 0 0;
}
#wordpress .article-blog figure figcaption .header-title .date {
  font-size: 1em;
}
#wordpress .article-blog figure figcaption .header-title .category {
  background: #333;
  color: #fff;
  display: inline-block;
  font-family: "Raleway-Bold", Arial, sans-serif;
  font-size: 1em;
  line-height: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px 15px 5px 15px;
  margin: 0 0 1em;
  text-transform: uppercase;
}
#wordpress .article-blog .content-post {
  padding: 0 15px;
}
#wordpress .article-blog .content-post .meta {
  display: block;
}
#wordpress .article-blog .content-post .meta .category {
  background: #333;
  color: #fff;
  display: inline-block;
  font-family: "Raleway-Bold", Arial, sans-serif;
  font-size: 1em;
  line-height: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px 15px 5px 15px;
  margin: 0.2em 0.2em 1em 0;
  text-transform: uppercase;
}
#wordpress .article-blog .content-post .wrap-content {
  margin: 30px auto 0 auto;
}
#wordpress .article-blog .content-post table {
  border: 0 none;
  clear: both;
  overflow: hidden;
  margin: 0 0 30px;
  max-width: 100% !important;
  width: 100%;
}
#wordpress .article-blog .content-post table tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -15px 30px -15px;
}
#wordpress .article-blog .content-post table tr td {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 15px;
  max-width: 100%;
  width: inherit;
}
#wordpress .article-blog .content-post table tr td figure, 
#wordpress .article-blog .content-post table tr td img {
  height: auto;
  max-width: 100%;
  width: inherit !important;
}
#wordpress .article-blog .content-post table tr td figure img, 
#wordpress .article-blog .content-post table tr td img img {
  height: auto;
  width: 100%;
}
#wordpress .article-blog .content-post table * {
  max-width: 100% !important;
}
#wordpress .article-blog .content-post p, 
#wordpress .article-blog .content-post li {
  text-align: justify;
}
#wordpress .article-blog .content-post h2, 
#wordpress .article-blog .content-post h3, 
#wordpress .article-blog .content-post h4 {
  font-family: "Raleway-Bold", Arial, sans-serif;
  margin: 30px 0 15px;
}
#wordpress .article-blog .content-post h2 {
  clear: both;
  font-size: 1.5em;
  display: block;
  width: 100%;
}
#wordpress .article-blog .content-post h3 {
  font-size: 1.125em;
  margin: 15px 0 15px;
  text-transform: uppercase;
  width: auto;
}
#wordpress .article-blog .content-post h3:first-child {
  margin-top: 0;
}
#wordpress .article-blog .content-post h4 {
  font-size: 1.125em;
  margin: 15px 0 15px;
  text-transform: none;
  width: auto;
}
#wordpress .article-blog .content-post h5 {
  background: #f8af24;
  clear: both;
  color: #fff;
  display: inline-block;
  font-family: "Raleway-Bold", Arial, sans-serif;
  font-size: 1em;
  line-height: 1;
  margin: 5px 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px 15px 5px 5px;
  position: relative;
  width: auto;
  text-transform: uppercase;
}
#wordpress .article-blog .content-post h5::after {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
#wordpress .article-blog .content-post h6 {
  background: #f8d5c1;
  clear: both;
  color: #fff;
  display: inline-block;
  font-family: "Raleway-Bold", Arial, sans-serif;
  line-height: 1;
  margin: 0 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px 15px 5px 5px;
  position: relative;
  width: auto;
}
#wordpress .article-blog .content-post ul {
  padding: 0 0 0 30px;
  list-style: inherit;
}
#wordpress .article-blog .content-post ol {
  padding: 0 0 0 30px;
}
#wordpress .article-blog .content-post li {
  margin: 0 0 0.5em 0;
}
#wordpress .article-blog .content-post hr {
  background: rgba(255, 255, 255, 0.1);
  border: 0 none;
  clear: both;
  height: 1px;
  margin: 0 0 30px;
  overflow: hidden;
  width: 100%;
}
#wordpress .article-blog .content-post br ~ hr {
  display: none;
}
#wordpress .article-blog .content-post figure {
  border: 1px solid #f0f2f0;
  max-width: 100%;
  margin: 30px auto;
  position: relative;
  width: inherit;
}
#wordpress .article-blog .content-post figure img {
  height: auto;
  width: 100%;
}
#wordpress .article-blog .content-post figure figcaption {
  background: rgba(248, 213, 193, 0.5);
  color: #808080;
  display: inline-block;
  font-size: 0.9em;
  height: auto;
  padding: 3px 15px;
  position: absolute;
  bottom: 2px;
  left: 2px;
  top: inherit;
  right: inherit;
  width: auto;
  max-width: 100%;
}
#wordpress .article-blog .content-post figure.alignleft {
  float: left;
  margin: 30px 30px 30px 0;
  max-width: 50%;
}
#wordpress .article-blog .content-post figure.alignright {
  float: right;
  margin: 30px 0 30px 30px;
  max-width: 50%;
}
#wordpress .article-blog .content-post figure.gallery-item {
  max-width: inherit;
}
#wordpress .article-blog .content-post img {
  position: relative;
}
#wordpress .article-blog .content-post img.alignleft {
  float: left;
}
#wordpress .article-blog .content-post img.alignright {
  float: right;
}
#wordpress .article-blog .content-post a > img.alignleft {
  display: block;
  float: left;
  margin: 30px 30px 30px 0;
}
#wordpress .article-blog .content-post a > img.alignright {
  display: block;
  float: right;
  margin: 30px 0 30px 30px;
}
#wordpress .article-blog .content-post .gallery {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -15px 30px -15px;
}
#wordpress .article-blog .content-post .gallery figure.gallery-item {
  border: 0 none;
  padding: 0 15px;
}
#wordpress .article-blog .content-post .gallery.gallery-columns-2 figure.gallery-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#wordpress .article-blog .content-post .gallery.gallery-columns-3 figure.gallery-item {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
#wordpress .article-blog .content-post .gallery.gallery-columns-4 figure.gallery-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
#wordpress .article-blog .content-post .gallery.gallery-columns-5 figure.gallery-item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
#wordpress .article-blog .content-post .gallery.gallery-columns-6 figure.gallery-item {
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
#wordpress .article-blog .content-post p.credits {
  clear: both;
  color: #808080;
  font-size: 0.9em;
  margin: 60px 0 30px 0;
}
#wordpress p:empty {
  display: none;
}
#wordpress .instagram-media {
  float: right;
  margin: 0 0 30px 30px !important;
  max-width: 50% !important;
  min-width: 260px !important;
}
#wordpress section.pagination {
  margin: 60px auto 0 auto;
}
#wordpress .nav-bottom {
  border-top: 3px dotted #b3b3b3;
  border-bottom: 3px dotted #b3b3b3;
  clear: both;
  display: block;
  padding: 30px 0;
  width: 100%;
}
#wordpress .nav-bottom ul {
  margin: 0 auto;
  padding: 0;
}
#wordpress .nav-bottom ul li {
  list-style: none;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#wordpress .nav-bottom ul li a {
  color: #b3b3b3;
  display: inline-block;
  font-family: "Raleway-Regular", Arial, sans-serif;
  font-size: 1em;
  line-height: 35px;
  min-height: 35px;
  min-width: 140px;
  position: relative;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
#wordpress .nav-bottom ul li a:hover {
  color: #f8af24;
}
#wordpress .nav-bottom ul li a span {
  background: url('/blog/wp-content/themes/berlinblog/styles/images/sprite-nav.png') no-repeat left center transparent;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px 0 40px;
  position: relative;
}
#wordpress .nav-bottom ul li a span.share-btn {
  background-position: 0 0;
}
#wordpress .nav-bottom ul li a span.link-previous {
  background-position: 0 -90px;
}
#wordpress .nav-bottom ul li a span.link-next {
  background-position: 70px -50px;
  padding: 0 40px 0 10px;
}
#wordpress .nav-bottom ul li a span.mobile-hidden {
  background: 0 none;
  display: inline-block;
  padding: 0;
}
#wordpress .nav-bottom ul.page-numbers {
  display: table;
}
#wordpress .nav-bottom ul.page-numbers li {
  display: table-cell;
  vertical-align: middle;
}
#wordpress .nav-bottom ul.page-numbers li .page-numbers {
  display: inline-block;
}
#wordpress .nav-bottom ul.page-numbers li .page-numbers.current {
  color: #333;
  position: relative;
}
#wordpress .nav-bottom ul.page-numbers li .page-numbers.current::after {
  background-color: #f8af24;
  content: "";
  height: 2px;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
}
#wordpress .pagination > div:first-child {
  line-height: 35px !important;
}