															/*
Theme Name: Travelguide Theme
Theme URI: 
Author: Martin Wolsing
Author URI: http://wolsing.dk
Description: 
Version: 1.1
Text Domain: Travelguide
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Site Header
 * 4.0 - Navigation
 * 6.0 - Site Featured
 * 7.0 - Site Footer
 *    7.1 - Product Footer
 * 9.0 Social tags
 *   9.3 - Map
 * 10.0 - Paging navigation
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * 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/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 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 {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
.inner,
.inner-image,
.inner-gallery {
  display: block;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body,
button,
input,
select,
textarea {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 0.9rem;
	font-weight: 300;
    color: #34495E;
    line-height: 1.5;
    text-align: left; 
	}

body {
  background: #ffffff;
}

a {
  color: #16a085;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

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

a:active,
a:hover {
  color: #16a085;
}

h1,
h2,
h3,
h4 {
  clear: both;
  font-weight: 400;
  margin: 36px 0 12px;
}

.post h2, post h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 24px 0 24px;
}

h1 {
  font-size: 26px;
  line-height: 1.3846153846;
}

h2 {
  font-size: 24px;
  line-height: 1;
}

h3 {
  font-size: 22px;
  line-height: 1.0909090909;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
}

b,
strong {
  font-weight: 400;
}

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

p {
  margin-bottom: 24px;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 400px;
  margin: 10px 0;
  padding: 10px 40px 0 50px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 120px;
  position: absolute;
  left: 0px;
  top: -40px;
  color: #16a085;
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 0px;
}
 
blockquote cite:before {
  content: "\2014 \2009";
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
} 

ul,
ol {
  list-style: none;
  margin: 0 0 24px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 0 20px;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

figure {
  margin: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}

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

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

del {
  color: #767676;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px;
}

textarea {
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #16a085;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 30px 11px;
  text-transform: uppercase;
  vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #16a085;
  color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #16a085;
}

.search-field {
  width: 100%;
}

.search-submit {
  display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: #939393;
}

:-moz-placeholder {
  color: #939393;
}

::-moz-placeholder {
  color: #939393;
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #939393;
}

/* Responsive images. Fluid images for posts */

.site—content img,
.entry-summary img,
.wp-caption {
  max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.entry-summary img,
img[site*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
  margin-bottom: 24px;
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
}

/* Alignment */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.wp-caption {
  margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption {
  color: #767676;
}

.wp-caption-text {
  box-sizing:         border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
}

div.wp-caption .wp-caption-text {
  padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
  padding-right: 0;
}

/* Assistive text */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

.hide,
.is-hidden {
  display: none;
}

/* Clearing floats */

footer,
.gallery:before,
.gallery:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: "";
  display: table;
}

.gallery:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both;
}

/**
 * 3.0 Site
 * -----------------------------------------------------------------------------
 */

.site {
  background-color: #f5f5f5;
}

.inner,
.inner-header,
.inner-image,
.inner-gallery {
  box-sizing: border-box;
  max-width: 1140px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 10px;
  overflow:hidden;
}

.inner-image,
.inner-gallery {
  padding: 0;
}

.inner-gallery {
  font-size:20px;
}

.inner-header {
  overflow:visible;
  width: 100%;
  display:block;
}

.inner:after,
.inner-header:after,
.inner-image:after {
  content: "";
  display: table;
  clear: both;
}

.post-inner {
  background-color: #ffffff;
  margin-bottom: 0;
}

/**
 * 4.0 Site Header
 * -----------------------------------------------------------------------------
 */

.site-header {
  background-color: #16a085;
  position: relative;
  width: 100%;
  z-index: 3;
  font-weight:300;
}

.site-title {
  float: left;
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
  margin: 0;
  color: #f5f5f5;
  text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
  color: #f5f5f5;
}

.search-toggle,
.menu-toggle {
  cursor: pointer;
  float: right;
  height: 48px;
  margin-right: 48px;
  text-align: center;
  width: 48px;
  color: #f5f5f5;
}

.menu-toggle {
  background-color: #000;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

.search-toggle:before,
.menu-toggle:before {
  display: inline-block;
  content: ' ';
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  background-position: 0 0;
  margin-top: 12px;
}

.search-toggle:before {
  background-image: url(../images/search.svg);
}

.search-toggle:hover:before {
  background-image: url(../images/search-hover.svg);
}

.menu-toggle:before {
  margin-top: 0;
  background-image: url(../images/menu.svg);
}

.search-toggle .screen-reader-text {
  left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
  box-sizing:         border-box;
  position: absolute;
  top: 48px;
  right: 0px;
  width: 100%;
  z-index: 2;
}

.search-box {
  background-color: #16a085;
  padding: 12px;
}

.search-box .search-field {
  background-color: #fff;
  border: 0;
  float: right;
  font-size: 16px;
  padding: 2px 2px 3px 6px;
  width: 100%;
}

/**
 * 4.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
  list-style: none;
  margin: 0;
}

.site-navigation li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
  margin-left: 20px;
}

.site-navigation a {
  color: #f5f5f5;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}

.site-navigation a:hover {
  color: #404040;
}

/* Primary Navigation */

.primary-navigation {
  box-sizing:         border-box;
  font-size: 14px;
  padding-top: 24px;
}

.primary-navigation.toggled-on {
  padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
}

.primary-navigation.toggled-on .nav-menu {
  display: block;
}

.primary-navigation a {
  padding: 7px 0;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
  background-color: #444;
}

.menu-toggle:focus {
  outline: 1px dotted;
}

/**
 * 6.4 Post
 * -----------------------------------------------------------------------------
 */

.home .post,
.error404 .post {
  margin-top: 10px;
  margin-bottom: 20px;
}

.post a {
  text-decoration:underline;
}

.post-header {
  width:100%;
  background:#f5f5f5;
  padding: 20px 0;
}

.post-header a {
  text-decoration:none;
  color: #767676;
}

.post-header a:hover {
  text-decoration:underline;
}

.post-header h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
  margin: 5px 0 15px 0;
  color: #34495E;
}

.post-header-tags:before,
.post-header-time:before {
  display: inline-block;
  content: ' ';
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  background-position: 0 2px;
}

.post-header-tags:before {
  background-image: url(../images/tag.svg);
}

.post-header-time:before {
  background-image: url(../images/time.svg);
}

.post-header-tags,
.post-header-time {
  display: inline-block;
  float:left;
  margin: 0 20px 0 0;
  color:#767676;
  font-size:16px;
  line-height: 20px;
}

.post-content {
  font-weight:300;
  font-size:20px;
  color:#34495E;
  max-width: 800px;
  margin: 10px auto 0 auto;
  line-height: 1.4em;
}

.index-post-content {
  font-weight:300;
  font-size:20px;
  color:#34495E;
  max-width: 800px;
  margin: 10px auto 0 auto;
  line-height: 1.4em;
  padding: 0 10px;
}

.post-image {
  width: 100%;
}

.post-image img {
  width: 100%;
  height: auto;
}

.post-excerpt {
  margin:20px 0 20px 0;
  font-weight:400;
}

/**
 * 5.1 Index Header
 * -----------------------------------------------------------------------------
 */

.index-header {
  margin:0;
  width:100%;
}

.index-header img {
  width:100%;
  height: auto;
}

.index-header-inner {
  overflow:hidden;
  position:relative;
  max-height:500px;

}

.index-content h1 {
  font-size: 38px;
  color:#34495E;
  line-height: 45px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  padding:2px 10px 2px 0;
}

.search-section h1 {
  font-size: 46px;
  font-weight: 300;
  line-height: 1.1;
  margin: 25px 0 20px 0;
  color: #34495E;
}

.search-section {
  margin: 0 0 20px 0;
}

.search-count {
  color: #767676;
  margin-top:0.6%;
  font-size:20px;
}

.booking-search {
  max-width: 800px;
  margin: 0 auto 13px auto;
}

/**
 * 5.2 Content Main
 * -----------------------------------------------------------------------------
 */

.index-content {
  background-color: #ffffff;
  padding-top:10px;
}

.index-content-header {
  padding: 0px 10px 0px 10px;
  max-width: 800px;
  margin: 10px auto 0 auto;
}

.owl-carousel .image-caption {
  padding: 10px 10px 0 10px;
}

/**
 * 6.0 - Site Featured
 * -----------------------------------------------------------------------------
 */

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;

      -ms-flex-flow: row wrap;
          flex-flow: row wrap;

  -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
}

.archive-flex-item {
  -ms-flex-negative: 1;
        flex-shrink: 1; /* 1 */

  box-sizing:         border-box;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  width: 100%;
  margin: 20px 0 0 0;
}

.archive-flex-item img,
.child img {
  width: 100%;
}

.archive-flex-item h3 {
  font-size:28px;
  line-height:1.2;
  margin: 0;
  padding: 18px 18px 18px 18px;
  font-weight: 300;
}

.archive-flex-item a {
  color: #34495E;
}

.archive-flex-item a:hover {
  color: #16a085;
}

.single-small-excerpt p {
  margin: 0 18px 18px 18px;
  font-weight: 300;
  color: #34495E;

}

.featured {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin:20px 0 15px 0;
  padding:0 0 5px 0;

}

.featured h2 {
  margin:0;
  font-weight: 400;
  font-size:40px;
  text-transform: uppercase;
  z-index: 3;
  font-weight:300;
}

/**
 * 7.0 Footer 
 * -----------------------------------------------------------------------------
 */

.footer {
  box-sizing:         border-box;
  width:100%;
  background-color: #3B4951;
  padding: 20px;
  color: #ececec;
  font-weight:300;
}

.footer a {
  color: #ececec;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-info {
  width: 100%;
  margin:10px 0 5px 0;
  float:left;
}

.footer-title {
  float: left;
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 10px 0;
}

.footer-info-title {
  float:left;
  text-transform:uppercase;
  margin:0 5px 0 0;
}

.footer-copyright {
  width: 100%;
  margin:2% 0 0 0;
  float:left;
  text-align:center;
}

/**
 * 9.0 Social tags
 * -----------------------------------------------------------------------------
 */

.social-tags {
  width: 208px;
  margin: 40px auto 30px auto;
  overflow: hidden;
}

.icon {
  box-sizing: border-box;
  height:32px;
  width:32px;
  float:left;
  margin:0 10px;
  text-align:center;
  color: #767676;
  fill: #3B4951;
}

.icon:hover {
fill: #16a085;
}

/**
 * 9.3 Map Page
 * -----------------------------------------------------------------------------
 */

#parentmap {
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
#map {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

/**
 * 10.0 Paging navigation
 * -----------------------------------------------------------------------------
 */

.paging-navigation {
  border-top: 5px solid #000;
  margin: 48px 0 23px 0;
}

.paging-navigation .loop-pagination {
  margin-top: -5px;
  text-align: center;
}

.paging-navigation .page-numbers {
  border-top: 5px solid transparent;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  margin-right: 1px;
  padding: 7px 16px;
  text-transform: uppercase;
}

.paging-navigation a {
  color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
  border-top: 5px solid #16a085;
}

.paging-navigation a:hover {
  border-top: 5px solid #16a085;
  color: #2b2b2b;
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@media screen and (min-width: 568px) {

  .archive-flex-item {
    width: calc((100% - 20px) / 2);
    margin: 20px 20px 0 0;
  }

  .archive-flex-item:nth-child(2n+2) {
    margin-right: 0;
  }

}

@media screen and (min-width: 850px) {

  .search-box .search-field {
    width: 50%;
  }

  /* Fixed Header */

  #main {
    margin-top:48px;
  }

  .site-header {
    position: fixed;
    top: 0;
  }

  .search-toggle {
    margin-right: 0;
  }

	/* Primary Navigation */

	.primary-navigation {
		float: right;
		font-size: 14px;
		margin: 0 1px 0 -12px;
		padding: 0;
		text-transform: uppercase;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 48px;
		line-height: 48px;
		position: relative;
	}

	.primary-navigation a {
		display: inline-block;
		padding: 0 12px;
		white-space: nowrap;
	}

	.primary-navigation ul ul {
		background-color: #16a085;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 186px;
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 18px;
	}

  .primary-navigation .menu-item-has-children > a:after,
  .primary-navigation .page_item_has_children > a:after {
    display: inline-block;
    background-image: url(../images/expand.svg);
    content: ' ';
    background-size: 12px 12px;
    height: 14px;
    width: 12px;
    background-position: 0 0;
    margin: 0 0 0 2px;
	}

  .primary-navigation .menu-item-has-children > a:hover:after,
  .primary-navigation .page_item_has_children > a:hover:after {
    background-image: url(../images/expand-hover.svg);
  }

  .primary-navigation li .menu-item-has-children > a,
  .primary-navigation li .page_item_has_children > a {
    padding-right: 20px;
    width: 168px;
	}

  .wpcf7 {
    width:70%;
  }

  .post-header h1 {
    font-size: 56px;
    margin: 10px 0 20px 0;
  }

  .archive-flex-item {
    width: calc((100% - 40px) / 3);
  }

  .archive-flex-item:nth-child(2n+2) {
    margin-right: 20px;
  }

  .archive-flex-item:nth-child(3n+3) {
    margin-right: 0;
  }

  .archive-flex-item h3 {
  font-size:32px;
}

}

@media screen and (min-width: 1024px) {

  .search-box .search-field {
    width: 324px;
  }

  .archive-flex-item {
    width: calc((100% - 60px) / 4);
  }

  .archive-flex-item:nth-child(2n+2) {
    margin-right: 20px;
  }

  .archive-flex-item:nth-child(3n+3) {
    margin-right: 20px;
  }

  .archive-flex-item:nth-child(4n+4) {
    margin-right: 0;
  }

}

@media screen and (min-width: 1150px) {
 .inner,
 .inner-header {
    padding:0 10px;
  }
  .post-inner {
    margin-bottom: 10px;
}
  }

@media screen and (min-width: 1160px) {

 .inner,
 .inner-header {
    padding:0;
  }

  .post-inner {
    margin-bottom: 20px;
  }

  .featured {
    padding:0 0px 5px 0px;
  }

}

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	.search-toggle,
	.site-navigation,
	.search-box-wrapper {
		display: none;
	}

}