/*
Theme Name: Gasterij de Poort
Theme URI: http://gasterijdepoort.nl
Author: Webstudio 7
Author URI: http://webstudio7.nl
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, flexible-header, custom-colors, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, portfolio, blog, food-and-drink
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Layout
 * 3.0 - Header
 *   3.1 - Header Layout 1
 *   3.2 - Header Layout 2
 *   3.3 - Header Layout 3
 *   3.4 - Header Layout 4
 *   3.5 - Post header image
 *   3.6 - Breadcrumbs
 * 4.0 - Footer
 * 5.0 - Blog
 *   5.1 - Archive page
 *   5.2 - Single page
 * 6.0 - Recipes
 *   6.1 - Archive grid layout
 *   6.2 - Archive blog layout
 *   6.3 - Archive single page
 * 7.0 - Page 404
 * 8.0 - Search
 * 9.0 - Comments
 *   9.1 - Add/reply comment form
 *   9.2 - Navigation
 * 10.0 - Typography
 * 11.0 - Form elements
 *    11.1 - Custom 'select'
 * 12.0 - WordPress styles
 * 13.0 - Button
 *    13.1 - Colors
 *    13.2 - Sizes
 * 14.0 - Pagination
 * 15.0 - Lightbox
 * 16.0 - Widgets
 *    16.1 - Recent works
 *    16.2 - Recent posts
 *    16.3 - Twitter
 *    16.4 - Flickr
 *    16.5 - Instagram
 *    16.6 - Pages
 *    16.7 - Social links
 *    16.8 - Ads
 *    16.9 - RSS
 *    16.10 - Meta
 *    16.11 - Calendar
 *    16.12 - Tag cloud
 *    16.13 - Nav menu, Categories, Pages, Archive
 *    16.14 - Search
 *    16.15 - Recent entries
 *    16.16 - Recent comments
 * 17.0 - Common styles
 *    17.1 - Appearance effects
 *    17.2 - MailChimp Styles
 */

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

body:before,
body:after {
  content: '';
  display: table;
}

body:after {
  clear: both;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
div,
footer,
header,
main,
menu,
nav,
section,
summary,
form {
  display: block;
  box-sizing: border-box;
}

input,
figcaption,
figure,
span,
i,
textarea {
  box-sizing: border-box;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
  height: auto;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */

button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */

[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */

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

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Table
 */

table {
  border-spacing: 3px;
  border: 0;
}

tr,
td {
  border: 0;
}

/**
 * 2.0 - Layout
 */

article,
aside,
details,
div,
footer,
header,
main,
menu,
nav,
section,
summary,
form {
  display: block;
  box-sizing: border-box;
}

input,
figcaption,
figure,
span,
i,
textarea {
  box-sizing: border-box;
}

/* nonfixed content, only on page.php */

#content {
  background-color: #fff;
  position: relative;
  z-index: 2;
  /* if it's sidebar in the options - becomes fixed */
}

#content:before,
#content:after {
  content: '';
  display: table;
}

#content:after {
  clear: both;
}

#content.left-sidebar,
#content.right-sidebar {
  max-width: 1280px;
  margin: 0 auto;
  /* side paddings for sidebar. In #primary paddings are set by pagebuilder */
}

#content.left-sidebar #secondary,
#content.right-sidebar #secondary {
  padding: 80px 40px;
}

/* fixed-width content on all pages, except page.php */

#content-fixed {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  z-index: 2;
}

#content-fixed:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  box-shadow: #ffffff -1280px 0px 0px 0px;
  left: 0;
  top: 0;
  z-index: -1;
}

#content-fixed:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  box-shadow: #ffffff 1280px 0px 0px 0px;
  left: 0;
  top: 0;
  z-index: -1;
}

#content-fixed #primary,
#content-fixed #secondary {
  padding: 80px 40px;
}

#content-fixed.left-sidebar,
#content-fixed.right-sidebar,
#content.left-sidebar,
#content.right-sidebar {
  display: -webkit-box;
  display: flex;
}

#content-fixed.left-sidebar,
#content.left-sidebar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* just #primary withous paddings and sidebar */

#primary {
  padding: 80px 0;
  overflow: hidden;
}

#primary:before,
#primary:after {
  content: '';
  display: table;
}

#primary:after {
  clear: both;
}

/* pages with sidebar */

.left-sidebar #primary,
.right-sidebar #primary {
  width: 70%;
  min-height: 1px;
}

.left-sidebar #secondary,
.right-sidebar #secondary {
  width: 30%;
}

.entry-content:before,
.entry-content:after {
  content: '';
  display: table;
}

.entry-content:after {
  clear: both;
}

/**
 * 3.0 - Header
 */

.site-header {
  width: 100%;
  position: relative;
  z-index: 10000;
}

.site-header .header-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  min-height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: initial;
}

.site-header .header-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  opacity: 0;
}

.site-header .header-bg.forced-opacity.visible {
  opacity: 1!important;
}

.site-header .top-logo {
  position: relative;
  display: inline-block;
  float: left;
  height: 100px;
  z-index: 2;
  top: 0;
}

.site-header .top-logo.no-tirex {
  height: auto;
  text-align: left;
  text-decoration: none;
}

.site-header .top-logo .header-logo-image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin: 0 auto;
  height: 100px;
  max-width: 110px;
}

.site-header .site-name {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  min-width: 200px;
}

.site-header .nav-container {
  position: relative;
  text-align: right;
  width: calc(100% - 110px);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.site-header .nav-container .no-menu {
  display: inline-block;
  padding: 10px;
  color: #fff;
  border: 1px solid;
  background-color: rgba(255, 255, 255, 0.2);
}

/**
 * 3.1 - Header Layout 1
 */

.site-header.layout-1 {
  max-height: 100px;
}

/**
 * 3.2 - Header Layout 2
 */

.site-header.layout-2 .header-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.site-header.layout-2 .header-container .nav-container {
  text-align: left;
}

/**
 * 3.3 - Header Layout 3
 */

.site-header.layout-3 .header-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  padding-bottom: 20px;
}

.site-header.layout-3 .header-container .logo-container {
  padding: 20px 0;
}

.site-header.layout-3 .header-container .nav-container {
  text-align: left;
}

/**
 * 3.4 - Header Layout 4
 */

.site-header.layout-4 .header-container {
  height: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.site-header.layout-4 .top-logo {
  top: 25px;
}

.site-header.layout-4 .top-logo .header-logo-image {
  max-width: none;
}

.site-header.layout-4 .nav-container {
  text-align: center;
  padding: 50px 0 40px 0;
}

/**
 * 3.5 - Post header image
 */

.post-header-image {
  width: 100%;
  position: relative;
  background-position: 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 5;
}

.post-header-image:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: .5;
}

.post-header-image .content {
  z-index: 1;
  position: relative;
  margin: 0 auto;
}

.post-header-image h1,
.post-header-image .descr {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}

.post-header-image h1 {
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
  word-break: break-word;
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  -webkit-animation: post-header-title 1.5s cubic-bezier(0.77, 0, 0.175, 1) 1s forwards;
  animation: post-header-title 1.5s cubic-bezier(0.77, 0, 0.175, 1) 1s forwards;
}

@-webkit-keyframes post-header-title {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes post-header-title {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.post-header-image .descr {
  font-size: 24px;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-animation: post-header-descr 1.5s cubic-bezier(0.77, 0, 0.175, 1) 1s forwards;
  animation: post-header-descr 1.5s cubic-bezier(0.77, 0, 0.175, 1) 1s forwards;
}

@-webkit-keyframes post-header-descr {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes post-header-descr {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.post-header-image .filter {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  position: absolute;
  top: 0;
  z-index: -1;
}

.post-header-image .tirex-breadcrumbs-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.post-header-image .tirex-breadcrumbs-container a {
  color: #fff;
}

.home .post-header-image .content {
  z-index: 1;
  position: relative;
  margin: 0 auto;
}

/**
 * 3.6 - Breadcrumbs
 */

.tirex-breadcrumbs {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
}

.tirex-breadcrumbs a {
  text-decoration: none;
}

.tirex-breadcrumbs a:hover {
  text-decoration: underline;
}

/**
 * 4.0 - Footer
 */

.site-footer {
  width: 100%;
  color: #fff;
  bottom: 0;
}

.site-footer.parallax-enable {
  position: fixed;
}

.site-footer a {
  color: #fff;
}

.site-footer .widgets {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 20px 20px 20px;
  text-align: center;
}

.site-footer .widgets:before,
.site-footer .widgets:after {
  content: '';
  display: table;
}

.site-footer .widgets:after {
  clear: both;
}

.site-footer .widgets .column {
  float: left;
  padding: 0 20px;
  text-align: left;
  display: inline-block;
}

.site-footer .widgets .column aside {
  margin: 0 auto 40px auto;
}

.site-footer .count-4 .column {
  width: 25%;
}

.site-footer .count-3 .column {
  width: 33.33%;
}

.site-footer .count-2 .column {
  width: 50%;
  max-width: 400px;
  float: none;
}

.site-footer .count-1 .column {
  width: 50%;
  max-width: 400px;
  float: none;
}

.site-footer h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
}

.site-footer .copyright {
  position: relative;
  padding: 40px;
  text-align: center;
}

.site-footer .footer-logo-image {
  display: inline-block;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.site-footer .footer-text {
  text-align: center;
  padding-top: 15px;
}

.site-footer .scroll-on-top {
  display: none;
  width: 32px;
  height: 32px;
  font-size: 20px;
  padding: 5px 6px 7px 6px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
  z-index: 10;
}

/**
 * 5.0 - Blog
 */

/**
 * 5.1 - Archive page
 */

.tirex-blog-archive .blog-list:before,
.tirex-blog-archive .blog-list:after {
  content: '';
  display: table;
}

.tirex-blog-archive .blog-list:after {
  clear: both;
}

.tirex-blog-archive h4 {
  margin-bottom: 18px;
}

.tirex-blog-archive .blog-item.grid {
  width: 33.33%;
  padding: 0 2%;
  float: left;
  margin-bottom: 80px;
}

.tirex-blog-archive .blog-item.grid.cols-2 {
  width: 50%;
  padding: 0 2%;
  float: left;
  margin-bottom: 80px;
}

.tirex-blog-archive .blog-item.grid.left-sidebar,
.tirex-blog-archive .blog-item.grid.right-sidebar {
  width: 50%;
  padding: 0 2%;
  float: left;
  margin-bottom: 80px;
}

.tirex-blog-archive .blog-item.classic {
  width: 100%;
  margin-bottom: 80px;
}

.tirex-blog-archive .blog-item.classic .no-overflow {
  width: 50%;
  height: 250px;
  float: left;
}

.tirex-blog-archive .blog-item.classic .meta {
  margin: 10px 0 15px 0;
}

.tirex-blog-archive .blog-item.classic .image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: 2s;
  transition: 2s;
}

.tirex-blog-archive .blog-item.classic .image:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.tirex-blog-archive .blog-item.classic img.image {
  display: none;
  width: 100%;
  height: auto;
  -webkit-transition: 2s;
  transition: 2s;
}

.tirex-blog-archive .blog-item.classic img.image:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.tirex-blog-archive .blog-item.classic .content {
  width: 45%;
  float: right;
}

.tirex-blog-archive .blog-item.classic.left-sidebar .no-overflow,
.tirex-blog-archive .blog-item.classic.right-sidebar .no-overflow {
  width: 45%;
  height: 250px;
  float: left;
}

.tirex-blog-archive .blog-item.classic.left-sidebar .image,
.tirex-blog-archive .blog-item.classic.right-sidebar .image {
  width: 100%;
  float: none;
}

.tirex-blog-archive .blog-item.classic.left-sidebar .content,
.tirex-blog-archive .blog-item.classic.right-sidebar .content {
  width: 50%;
  float: right;
}

.tirex-blog-archive .blog-item {
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}

.tirex-blog-archive .blog-item:before,
.tirex-blog-archive .blog-item:after {
  content: '';
  display: table;
}

.tirex-blog-archive .blog-item:after {
  clear: both;
}

.tirex-blog-archive .blog-item .no-overflow {
  position: relative;
}

.tirex-blog-archive .blog-item img.image {
  width: 100%;
  height: auto;
  -webkit-transition: 2s;
  transition: 2s;
}

.tirex-blog-archive .blog-item img.image:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.tirex-blog-archive .blog-item .meta {
  margin: 20px 0;
  line-height: 1.4;
  font-size: 14px;
}

.tirex-blog-archive .blog-item .title-link {
  text-decoration: none;
}

.tirex-blog-archive .blog-item .tirex-btn {
  margin-top: 38px;
}

.tirex-blog-archive .sticky-post {
  display: none;
}

.tirex-blog-archive .blog-item.sticky .sticky-post {
  display: block;
  position: absolute;
  padding: 25px 35px;
  top: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 0;
  color: #fff;
}

.tirex-blog-archive .blog-item.sticky h4 {
  position: relative;
  margin-left: 30px;
}

.tirex-blog-archive .blog-item.sticky h4:before {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: -30px;
  top: 2px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQwIiB2aWV3Qm94PSIwIDAgNDAgNDAiIHdpZHRoPSI0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtIC40NDA2MDI1OCAzNi45MzE0NTI5bDEwLjUxNDM4ODAyLTEyLjMyMjQxMTUgNC40NTI0MTQ5IDQuNDQ1MTA5LTEyLjMyMDQzODA1IDEwLjUyNjc4ODRjLS4zNDU4MzYwMy4yODA1MDA3LS43Nzk5NzMyNC40Mjg4NDUyLTEuMjI0OTM2NjYuNDE4NTYwMmwwIDBjLS43MjcxNDk1OC0uMDA1ODYyMy0xLjM4NTUwMTY0LS40MzE2NjUxLTEuNjg5Nzc1NDEtMS4wOTI4OTcxLS4zMDQyNzM3Ny0uNjYxMjMyLS4xOTk3MjMyMy0xLjQzODkyMi4yNjgzNDcyMS0xLjk5NjA3N3ptMjMuNzc1NDc3MTItNS4wMjI3MjIxYy41NzIyMzQ2LjU3MzU4MjggMS40MzUwMDYuNzQxODY2MiAyLjE4MDQ1NTcuNDI1Mjk3Ni43NDU0NDk4LS4zMTY1Njg2IDEuMjI0MjU0NS0xLjA1NDU3NjQgMS4yMTAwNjg2LTEuODY1MTQ0NnYtNi43ODQ4NjA0bDExLjE0MTQ4ODgtNi43ODQ4NjA0Yy42MTI1NzM5LS4zNTQ5NTY3IDEuMDQ2ODU5Ny0uOTUyNDkwMSAxLjE5NTc1NzEtMS42NDUyNDExLjE0ODg5NzQtLjY5Mjc1MDktLjAwMTQ1MjUtMS40MTYyNDA0LS40MTM5NzE2LTEuOTkyMDQ2OGwtMTIuNzc2MTMxMi0xMi43OTExOTg5NWMtLjU3NTEyODItLjQxMzAwNTYxLTEuMjk3NzY1My0uNTYzNTMyODYtMS45ODk3MDAzLS40MTQ0NTk4Ni0uNjkxOTM0OS4xNDkwNzMtMS4yODg3NjQ1LjU4Mzg3MDk4LTEuNjQzMzAzIDEuMTk3MTY3MzlsLTYuNzc2ODY4IDExLjE1NDYyODYyaC02Ljc4OTQxYy0uODEwOTM1NzgtLjAwNzM4NDItMS41NDQ4NzY1NS40Nzk2NTY0LTEuODUzOTc2ODIgMS4yMzAyOTI4LS4zMDkxMDAyNi43NTA2MzY0LS4xMzEyNDU1NCAxLjYxNDAyNjIuNDQ5MjcxMjkgMi4xODA5NzI2eiIgZmlsbD0iIzMxMjYyMyIvPjwvc3ZnPg==');
  background-size: cover;
  background-position: 50%;
}

/**
 * 5.2 - Single page
 */

.tirex-blog-post {
  margin-bottom: 60px;
}

.tirex-blog-post .meta {
  margin-bottom: 20px;
}

.tirex-blog-post .content:before,
.tirex-blog-post .content:after {
  content: '';
  display: table;
}

.tirex-blog-post .content:after {
  clear: both;
}

.tirex-blog-post .page-links span {
  margin-right: 10px;
}

.blog-post-tags {
  padding: 40px 0;
  font-weight: 400;
  font-size: 16px;
}

.blog-post-tags a {
  text-decoration: none;
}

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

.rrssb-buttons {
  margin-bottom: 80px;
}

.blog-related-posts:before,
.blog-related-posts:after {
  content: '';
  display: table;
}

.blog-related-posts:after {
  clear: both;
}

.blog-related-posts h4 {
  margin-top: 15px;
}

.blog-related-posts a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.blog-related-posts .post {
  width: 31%;
  margin-right: 3.5%;
  float: left;
}

.blog-related-posts .post:last-child {
  margin-right: 0;
}

.blog-related-posts .image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: 50%;
}

/**
 * 6.0 - Recipes
 * For shortcode and recipes archive/single
 */

/** Common styles */

.tirex-recipes-shortcode .recipes-filter-options {
  text-align: center;
  margin-bottom: 30px;
}

.tirex-recipes-shortcode .recipes-filter-options span {
  margin: 15px;
  border-radius: 2px;
  text-transform: lowercase;
}

.tirex-recipes-shortcode .recipes-list:before,
.tirex-recipes-shortcode .recipes-list:after {
  content: '';
  display: table;
}

.tirex-recipes-shortcode .recipes-list:after {
  clear: both;
}

.tirex-recipes-shortcode .recipes-list a.filter-item {
  display: block;
}

.tirex-recipes-shortcode .recipes-list .recipes-item .tirex-btn {
  margin-top: 10px;
}

.tirex-recipes-shortcode .title-link {
  text-decoration: none;
}

.single-recipes #primary {
  padding-bottom: 80px;
}

/**
 * 6.1 - Archive grid layout
 */

.tirex-recipes-shortcode .col-4 a {
  width: 25%;
  height: 250px;
}

.tirex-recipes-shortcode .col-2 a {
  width: 50%;
  height: 300px;
}

.tirex-recipes-shortcode .flip-container {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
}

.tirex-recipes-shortcode .flip-container:hover .flipper {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.tirex-recipes-shortcode .flip-container .flipper {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
}

.tirex-recipes-shortcode .flip-container .front,
.tirex-recipes-shortcode .flip-container .back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.tirex-recipes-shortcode .flip-container .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.tirex-recipes-shortcode .flip-container .front .image {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.tirex-recipes-shortcode .flip-container .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  padding: 30px;
}

.tirex-recipes-shortcode .flip-container .back .title {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.tirex-recipes-shortcode .flip-container .back h3 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0!important;
}

/**
 * 6.2 - Archive blog layout
 */

.tirex-recipes-shortcode .recipes-item {
  padding-bottom: 60px;
  -webkit-transition: 1s;
  transition: 1s;
}

.tirex-recipes-shortcode .recipes-item:before,
.tirex-recipes-shortcode .recipes-item:after {
  content: '';
  display: table;
}

.tirex-recipes-shortcode .recipes-item:after {
  clear: both;
}

.tirex-recipes-shortcode .recipes-item:last-child {
  padding-bottom: 0;
}

.tirex-recipes-shortcode .recipes-item img.image {
  width: 100%;
  display: none;
}

.tirex-recipes-shortcode .recipes-item div.image {
  width: 50%;
  height: 320px;
  float: left;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.tirex-recipes-shortcode .recipes-item div.image.left-sidebar,
.tirex-recipes-shortcode .recipes-item div.image.right-sidebar {
  height: 400px;
}

.tirex-recipes-shortcode .recipes-item .content {
  width: 50%;
  float: left;
  padding-left: 5%;
}

.tirex-recipes-shortcode .recipes-item .categories {
  text-transform: uppercase;
}

.tirex-recipes-shortcode .recipes-item .categories span:not(:last-child):after {
  content: ', ';
}

.tirex-recipes-shortcode .recipes-item h3 {
  margin-bottom: 0;
  line-height: 1;
}

.tirex-recipes-shortcode .recipes-item .text {
  padding: 10px 0;
}

.page-template-archive-recipes .tirex-recipes-shortcode .col-4 a {
  width: calc(25% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.page-template-archive-recipes .tirex-recipes-shortcode .col-2 a {
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.page-template-archive-recipes .tirex-recipes-shortcode .col-2 a:nth-child(even) {
  margin-right: 0;
}

/**
 * 6.3 - Recipes single page
 */

.tirex-recipes-single .gallery {
  margin-top: 20px;
}

.tirex-recipes-single .gallery:before,
.tirex-recipes-single .gallery:after {
  content: '';
  display: table;
}

.tirex-recipes-single .gallery:after {
  clear: both;
}

.tirex-recipes-single .gallery .lightbox-image {
  width: calc(25% - 3px);
  height: 300px;
  margin: 0 3px 3px 0;
  float: left;
  overflow: hidden;
}

.tirex-recipes-single .gallery .thumb {
  width: 100%;
  height: 100%;
  background: no-repeat 50% / cover;
  -webkit-transition: 2s;
  transition: 2s;
}

.tirex-recipes-single .gallery .thumb:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.tirex-recipes-single .rrssb-buttons {
  margin-bottom: 80px;
}

.tirex-recipes-single .gallery.right-sidebar .lightbox-image,
.tirex-recipes-single .gallery.left-sidebar .lightbox-image {
  width: calc(25% - 3px);
  height: 200px;
  margin: 0 3px 3px 0;
}

.tirex-recipes-single .content {
  padding: 20px 0 30px 0;
}

.tirex-recipes-single .content:before,
.tirex-recipes-single .content:after {
  content: '';
  display: table;
}

.tirex-recipes-single .content:after {
  clear: both;
}

.tirex-recipes-single .info {
  padding: 50px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.tirex-recipes-single .ingredients,
.tirex-recipes-single .nutritions {
  width: 47%;
}

.tirex-recipes-single .ingredients .item,
.tirex-recipes-single .nutritions .item {
  border-bottom: 1px solid #D8D8D8;
  padding: 8px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/**
 * 7.0 - Page 404
 */

.page-404 {
  width: 100%;
  height: 700px;
  background-position: 50%;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

.page-404:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000;
  opacity: .6;
}

.page-404 h1,
.page-404 h2 {
  color: #fff;
  text-align: center;
  z-index: 1;
  position: relative;
  margin: 0;
}

.page-404 h1 {
  font-size: 100px;
  font-weight: 700;
}

.page-404 h2 {
  font-size: 50px;
  font-weight: 300;
  margin: 30px 0 50px 0;
}

.page-404 .button {
  z-index: 1;
  position: relative;
  text-align: center;
}

.page-404 .tirex-btn {
  border-radius: 2px;
}

/**
 * 8.0 - Search
 */

.tirex-search-results a.title-link {
  color: inherit;
}

.tirex-search-results h2 {
  margin-bottom: 0;
  display: inline;
}

.tirex-search-results .search-item:not(:last-of-type) {
  margin-bottom: 40px;
}

.tirex-search-results .search-term {
  color: #fff;
}

.tirex-search-results form {
  position: relative;
}

.tirex-search-results .form-not-found form {
  margin: 30px 0;
}

.tirex-search-results .form-top form {
  margin: 30px 0 75px 0;
}

.tirex-search-results input[type="search"] {
  padding-right: 60px;
}

.tirex-search-results button {
  background: none;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  -webkit-transition: .2s;
  transition: .2s;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.tirex-search-results button:hover {
  color: #fff;
}

.tirex-search-results button:before {
  content: '\f002';
  display: block;
  font: 16px/0 'FontAwesome';
}

/**
 * 9.0 - Comments
 */

#content .tirex-comments {
  padding: 60px 40px 0 40px;
}

.tirex-comments {
  padding-top: 60px;
}

.tirex-comments li.comment {
  list-style: none;
}

.tirex-comments .comments-title {
  font-size: 30px;
  margin-bottom: 40px;
}

.tirex-comment {
  margin-bottom: 50px;
}

.tirex-comment:before,
.tirex-comment:after {
  content: '';
  display: table;
}

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

.tirex-comment a {
  text-decoration: none;
}

.tirex-comment a:hover {
  text-decoration: underline;
}

.tirex-comment .avatar {
  width: 80px;
  float: left;
  border-radius: 50px;
}

.tirex-comment .comment-content {
  width: calc(100% - 80px);
  float: left;
  padding-left: 40px;
}

.tirex-comment .author {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}

.tirex-comment i.fa-reply {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  margin: 0 10px;
  opacity: .6;
}

.tirex-comment .comment-meta {
  text-transform: uppercase;
  margin-top: 10px;
}

.tirex-comment .reply,
.tirex-comment .edit {
  margin-left: 10px;
}

/**
 * 9.1 - Add/reply comment form
 */

.comment-respond {
  padding: 20px 0 90px 0;
}

.comment-respond .comment-form {
  max-width: 800px;
}

.comment-respond h3 {
  font-size: 30px;
  line-height: 38px;
}

.comment-respond h3 small a {
  display: block;
  font-size: 18px;
  text-decoration: none;
  margin-top: 10px;
}

.comment-respond input:not([type="submit"]),
.comment-respond textarea {
  border-radius: 2px;
  display: block;
  padding: 10px 20px;
  width: 100%;
}

.comment-respond textarea {
  height: 200px;
}

.comment-respond input[type="submit"] {
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 11px 27px;
  margin-top: 10px;
  color: #fff;
  line-height: 1.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.comment-respond .comment-form-url {
  margin-right: 0;
}

/**
 * 9.2 - Navigation
 */

.comment-navigation {
  text-transform: uppercase;
}

.comment-navigation a {
  text-decoration: none;
}

.comment-navigation a:hover {
  text-decoration: underline;
}

.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comment-navigation .nav-previous a:before {
  content: "\f177";
  padding-right: 10px;
}

.comment-navigation .nav-next a:after {
  content: "\f178";
  padding-left: 10px;
}

/**
 * 10.0 - Typography
 */

html {
  color: #818181;
  font: 400 14px/22px 'Montserrat';
  color: #7E6B6B;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  color: #fff;
}

::selection {
  color: #fff;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

a.title-link {
  text-decoration: none;
}

a.title-link h2 {
  margin-bottom: 10px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  font-family: 'Taviraj';
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  color: #312623;
  letter-spacing: 0;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  margin: 35px 0 35px 40px;
}

blockquote:before {
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  width: 6px;
  height: 100%;
}

dfn {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

#primary h1,
#primary h2,
#primary h3,
#primary h4,
#primary h5,
#primary h6 {
  margin-bottom: 18px;
}

h1 {
  font-family: 'Taviraj';
  font-weight: 600;
  font-size: 52px;
  color: #312623;
  letter-spacing: 0;
  line-height: 1.25;
}

h2 {
  font-family: 'Taviraj';
  font-weight: 600;
  font-size: 46px;
  color: #312623;
  letter-spacing: 0;
  line-height: 1.25;
}

h3 {
  font-family: 'Taviraj';
  font-weight: 600;
  font-size: 36px;
  color: #312623;
  letter-spacing: 0;
  line-height: 1.25;
}

h4 {
  font-family: 'Taviraj';
  font-weight: 600;
  font-size: 24px;
  color: #312623;
  letter-spacing: 0;
  line-height: 1.25;
}

h5 {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 18px;
  color: #E07E09;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
}

h6 {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 18px;
  color: #312623;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
}

.textwidget h5 {
  color: #fff;
}

h6 {
  font-size: 14px;
  line-height: 21px;
}

p {
  margin-top: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.content ul {
  list-style: none;
  padding-left: 23px;
}

.content ul li {
  position: relative;
}

.content ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: -20px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
}

.content ul li > ul > li {
  margin-bottom: 6px;
  line-height: 20px;
}

.content ul li > ul > li:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 10px;
  top: 9px;
  left: -15px;
  width: 4px;
  height: 4px;
  border-width: 1px;
  border-style: solid;
  background: none;
}

.content ul li > ul {
  padding: 7px 0 1px 23px;
}

/**
 * 11.0 - Form elements
 */

button,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="date"],
optgroup,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
}

.widgets input[type="search"] {
  height: 35px;
}

.tirex-search-results input[type="search"] {
  height: 50px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="date"],
input[type="file"],
textarea {
  width: 100%;
  border-radius: 2px;
  padding: 12px 20px;
}

input:not([type='submit']),
textarea {
  border: 1px solid #d8d8d8;
}

.post-password-form input[type="submit"] {
  margin-top: 20px;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
  border: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

input:not([type="submit"])::-webkit-input-placeholder {
  text-transform: lowercase;
  font-style: italic;
  line-height: 28px;
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
}

input:not([type="submit"])::-moz-placeholder {
  text-transform: lowercase;
  font-style: italic;
  line-height: 28px;
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
}

input:not([type="submit"]):-ms-input-placeholder {
  text-transform: lowercase;
  font-style: italic;
  line-height: 28px;
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
}

input:not([type="submit"])::placeholder {
  text-transform: lowercase;
  font-style: italic;
  line-height: 28px;
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
}

input:not([type="submit"]):focus::-webkit-input-placeholder {
  line-height: 100px;
}

input:not([type="submit"]):focus::-moz-placeholder {
  line-height: 100px;
}

input:not([type="submit"]):focus:-ms-input-placeholder {
  line-height: 100px;
}

input:not([type="submit"]):focus::placeholder {
  line-height: 100px;
}

textarea::-webkit-input-placeholder {
  text-transform: lowercase;
  font-style: italic;
  text-indent: 0px;
  -webkit-transition: text-indent 0.5s ease;
  transition: text-indent 0.5s ease;
}

textarea::-moz-placeholder {
  text-transform: lowercase;
  font-style: italic;
  text-indent: 0px;
  -webkit-transition: text-indent 0.5s ease;
  transition: text-indent 0.5s ease;
}

textarea:-ms-input-placeholder {
  text-transform: lowercase;
  font-style: italic;
  text-indent: 0px;
  -webkit-transition: text-indent 0.5s ease;
  transition: text-indent 0.5s ease;
}

textarea::placeholder {
  text-transform: lowercase;
  font-style: italic;
  text-indent: 0px;
  -webkit-transition: text-indent 0.5s ease;
  transition: text-indent 0.5s ease;
}

textarea:focus::-webkit-input-placeholder {
  text-indent: -300px;
}

textarea:focus::-moz-placeholder {
  text-indent: -300px;
}

textarea:focus:-ms-input-placeholder {
  text-indent: -300px;
}

textarea:focus::placeholder {
  text-indent: -300px;
}

.wpcf7-submit {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  line-height: 1.6;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #fff;
  font-size: 16px;
  padding: 9px 33px;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus {
  text-decoration: none;
  outline: none;
}

.wpcf7-form p {
  padding: 5px 0;
}

.wpcf7-form label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-size: 15px;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
  width: 18px;
  height: 18px;
  outline: none;
  top: 2px;
  position: relative;
  margin: 0 3px;
}

.wpcf7-form input[type="checkbox"]:before,
.wpcf7-form input[type="radio"]:before {
  content: '';
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #d8d8d8;
  -webkit-transition: .2s;
  transition: .2s;
  color: #fff;
}

.wpcf7-form input[type="checkbox"]:active:before,
.wpcf7-form input[type="radio"]:active:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.wpcf7-form input[type="checkbox"]:checked:before,
.wpcf7-form input[type="radio"]:checked:before {
  content: '\f00c';
}

.wpcf7-form input[type="checkbox"]:before {
  border-radius: 3px;
  font: normal normal normal 14px/1 'FontAwesome';
}

.wpcf7-form input[type="radio"]:before {
  border-radius: 12px;
  font: normal normal normal 12px/0 'FontAwesome';
}

.wpcf7-list-item-label {
  padding: 6px;
  display: inline-block;
}

.wpcf7-form-control.wpcf7-checkbox,
.wpcf7-form-control.wpcf7-radio {
  display: inline-block;
  padding: 5px;
  border: 1px solid #d8d8d8;
  margin-top: 3px;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
  border: 1px solid transparent;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  border-radius: 2px;
  border: 0;
}

input[type=range]::-webkit-slider-thumb {
  border: 0;
  height: 30px;
  width: 14px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0;
}

input[type=range]::-moz-range-thumb {
  border: 0;
  height: 30px;
  width: 14px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: -11px;
  -webkit-appearance: none;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  border-radius: 2px;
  border: 0;
}

input[type=range]::-ms-fill-upper,
input[type=range]::-ms-fill-lower {
  border: 0;
  border-radius: 2px;
}

input[type=range]::-ms-thumb {
  height: 36px;
  width: 16px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #000;
}

/**
 * 11.1 - Custom 'select'
 */

.cs-select {
  display: inline-block;
  position: relative;
  text-align: left;
  z-index: 100;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cs-select:focus {
  outline: none;
}

.cs-select select {
  display: none;
}

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 13px 20px;
  border: 1px solid #d8d8d8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 2px;
}

.cs-select > span {
  padding-right: 3em;
}

.cs-select > span:after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-select.cs-active > span:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  visibility: hidden;
}

.cs-select.cs-active .cs-options {
  visibility: visible;
}

.cs-select ul {
  list-style: none;
  margin: 7px 0 0 0;
  padding: 0;
  width: 100%;
}

.cs-select ul span {
  padding: 1em;
}

.cs-select ul li.cs-focus span {
  background-color: #ddd;
}

.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
  cursor: default;
}

.cs-active {
  z-index: 200;
}

.cs-active ul span {
  border-radius: 0;
  border-left: 1px solid #d8d8d8!important;
  border-right: 1px solid #d8d8d8!important;
}

.cs-active ul li:last-child span {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom: 1px solid #d8d8d8!important;
}

.cs-active ul li:first-child span {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top: 1px solid #d8d8d8!important;
}

.cs-skin-elastic {
  background: transparent;
  margin: 3px 0 20px 0;
}

.cs-skin-elastic > span {
  z-index: 100;
}

.cs-skin-elastic > span:after {
  content: '\f107';
  font-family: 'FontAwesome';
  -webkit-transform: rotate(0);
  transform: rotate(0);
  font-size: 24px;
  top: 12px;
  right: 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.cs-skin-elastic .cs-options {
  overflow: visible;
  background: transparent;
  opacity: 1;
  visibility: visible;
  padding-bottom: 1.25em;
  pointer-events: none;
}

.cs-skin-elastic .cs-options > ul:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cs-skin-elastic .cs-options ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, transform 0.15s;
  transition: opacity 0.15s, transform 0.15s, -webkit-transform 0.15s;
}

.cs-skin-elastic .cs-options span {
  padding: 8px 20px;
  background-color: #fff;
  border: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.cs-skin-elastic .cs-options .cs-selected span:after {
  content: '';
}

.cs-skin-elastic.cs-active .cs-options {
  pointer-events: auto;
}

.cs-skin-elastic.cs-active .cs-options ul li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: bounce 0.6s ease-out;
  animation: bounce 0.6s ease-out;
}

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
  color: #fff;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0;
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0;
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/**
 * 12.0 - WordPress styles
 */

.alignnone {
  margin: 5px 20px 20px 0;
  max-width: 100%;
  height: auto;
}

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

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  max-width: 100%;
  height: auto;
}

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

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 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;
}

.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 p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

/**
 * 13.0 - Button
 */

.tirex-btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  line-height: 1.6;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.tirex-btn:hover,
.tirex-btn:focus {
  text-decoration: none;
  outline: none;
}

.tirex-btn i {
  margin-right: 0.4em;
}

.tirex-btn i.right {
  margin: 0 0 0 8px;
  position: relative;
  top: .3em;
  float: right;
}

/**
 * 13.1 - Colors
 */

.tirex-btn-primary-solid,
.tirex-btn-secondary-solid,
.tirex-btn-primary-transp:hover,
.tirex-btn-secondary-transp:hover,
.tirex-btn-primary-grey-transp:hover,
.tirex-btn-primary-grey-transp.active {
  color: #fff;
}

.tirex-btn-primary-grey-transp {
  border-color: #DCDCDC;
  color: #575757;
}

.tirex-btn-white-transp {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.tirex-btn-white-transp:hover {
  background-color: #fff;
  color: #808080;
}

.tirex-btn-primary-transp,
.tirex-btn-secondary-transp {
  background-color: transparent;
}

.tirex-btn-white-solid {
  border-color: #fff;
  color: #808080;
  background-color: #fff;
}

.tirex-btn-white-solid:hover {
  background-color: transparent;
  color: #fff!important;
}

.tirex-btn-text-image {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.tirex-btn-text-image:hover {
  background-color: #fff;
}

/**
 * 13.2 - Sizes
 */

.tirex-btn-small {
  font-size: 16px;
  padding: 9px 33px;
}

.tirex-btn-normal {
  font-size: 20px;
  padding: 11px 41px;
}

.tirex-btn-large {
  font-size: 24px;
  padding: 13px 60px;
}

/**
 * 14.0 - Pagination
 */

nav.tirex-pagination {
  text-align: center;
}

nav.tirex-pagination:before,
nav.tirex-pagination:after {
  content: '';
  display: table;
}

nav.tirex-pagination:after {
  clear: both;
}

nav.tirex-pagination a,
nav.tirex-pagination span {
  display: inline-block;
  position: relative;
  margin: 50px 3px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #aaa;
  color: #575757;
  padding: 9px 20px;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: .2s;
  transition: .2s;
}

nav.tirex-pagination a:hover,
nav.tirex-pagination span:hover {
  color: #fff;
}

nav.tirex-pagination .dots {
  border: 0;
  padding: 0;
  margin: 0 12px;
}

nav.tirex-pagination .dots:hover {
  background: none;
  color: #aaa;
}

nav.tirex-pagination .current {
  color: #fff;
}

nav.tirex-pagination .prev {
  padding: 9px 25px;
  margin-right: 15px;
}

nav.tirex-pagination .prev:before {
  content: '\f104';
  position: relative;
  font: 14px/0 'FontAwesome';
  left: -7px;
  top: 0;
  padding-left: 6px;
}

nav.tirex-pagination .next {
  padding: 9px 25px;
  margin-left: 15px;
}

nav.tirex-pagination .next:after {
  content: '\f105';
  position: relative;
  font: 15px/0 'FontAwesome';
  right: -7px;
  top: 0;
  padding-right: 6px;
}

#infscr-loading {
  text-align: center;
  padding-bottom: 40px;
}

#show-more {
  border-radius: 2px;
  display: table;
  margin: 40px auto;
}

/**
 * 15.0 - Lightbox
 * Formstone v0.8.38 [lightbox.css] 2016-02-04 | MIT License | formstone.it
 */

.fs-lightbox {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 25px #000;
  opacity: 0;
  margin: 0 auto;
  padding: 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fs-lightbox,
.fs-lightbox *:not(input):not(textarea) {
  box-sizing: border-box;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.fs-lightbox-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fs-lightbox-inline {
  padding: 30px;
}

.fs-lightbox-animating {
  -webkit-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}

.fs-lightbox-animating .fs-lightbox-container {
  -webkit-transition: opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s;
  transition: opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s;
}

.fs-lightbox-mobile .fs-lightbox-image_container {
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}

.fs-lightbox-mobile.fs-lightbox-animating .fs-lightbox-image_container {
  -webkit-transition: height 0.25s ease, width 0.25s ease, top 0.25s ease, left 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease, top 0.25s ease, left 0.25s ease;
}

.fs-lightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.fs-lightbox-open {
  opacity: 1;
}

.fs-lightbox-overlay.fs-lightbox-open {
  opacity: 0.75;
}

.fs-lightbox-close {
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  z-index: 105;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
}

.fs-lightbox-close:focus {
  outline: none;
}

.fs-lightbox-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333;
  content: "\00d7";
  display: block;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-indent: 0;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

.no-opacity .fs-lightbox-close {
  text-indent: -999px;
}

.fs-lightbox-loading_icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  display: block;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear, visibility 0.25s linear;
  transition: opacity 0.25s linear, visibility 0.25s linear;
  visibility: hidden;
}

.fs-lightbox-loading_icon:before,
.fs-lightbox-loading_icon:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: '';
  display: block;
}

.fs-lightbox-loading_icon:before {
  border: 5px solid rgba(51, 51, 51, 0.25);
}

.fs-lightbox-loading_icon:after {
  -webkit-animation: fs-lightbox-loading-spin 0.75s linear infinite;
  animation: fs-lightbox-loading-spin 0.75s linear infinite;
  border: 5px solid transparent;
  border-top-color: #333;
}

@-webkit-keyframes fs-lightbox-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fs-lightbox-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fs-lightbox-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #fff;
  overflow: hidden;
}

.fs-lightbox-container:after {
  clear: both;
  content: '';
  display: table;
}

.fs-lightbox-content {
  width: 100%;
  background: #fff;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  visibility: visible;
}

.fs-lightbox-content:after {
  clear: both;
  content: '';
  display: table;
}

.fs-lightbox-inline .fs-lightbox-content {
  width: auto;
}

.fs-lightbox-iframed .fs-lightbox-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-mobile .fs-lightbox-image_container {
  width: 1px;
  height: 1px;
  margin: 0;
  position: absolute;
}

.fs-lightbox-image {
  float: left;
  display: block;
  max-width: 98vw;
  max-height: 90vh;
}

.fs-lightbox-mobile .fs-lightbox-image {
  position: relative;
  float: none;
}

.fs-lightbox-video {
  width: 100%;
  height: 100%;
}

.fs-lightbox-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  overflow: auto;
}

.fs-lightbox-meta {
  clear: both;
  padding: 10px 10px 0;
}

.fs-lightbox-control {
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 105;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: opacity 0.15s linear, visibility 0.15s linear;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  white-space: nowrap;
  visibility: visible;
}

.fs-lightbox-control:focus {
  outline: none;
}

.fs-lightbox-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}

.no-opacity .fs-lightbox-control {
  text-indent: -999px;
}

.fs-lightbox-control_previous {
  left: 20px;
}

.fs-lightbox-control_previous:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10.4px solid #333;
  margin-left: 14px;
}

.fs-lightbox-control_next {
  right: 20px;
}

.fs-lightbox-control_next:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10.4px solid #333;
  margin-right: 14px;
}

.fs-lightbox-control_disabled {
  opacity: 0;
  visibility: hidden;
}

.no-touchevents .fs-lightbox .fs-lightbox-control {
  opacity: 0;
  visibility: hidden;
}

.no-touchevents .fs-lightbox:hover .fs-lightbox-control {
  opacity: 1;
  visibility: visible;
}

.no-touchevents .fs-lightbox .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox:hover .fs-lightbox-control_disabled {
  opacity: 0;
  cursor: default;
  visibility: hidden;
}

.fs-lightbox-position {
  color: #999;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}

.fs-lightbox-caption:after {
  clear: both;
  content: '';
  display: table;
}

.fs-lightbox-caption p {
  color: #666;
  font-size: 14px;
  margin: 5px 0;
  padding: 0;
}

.fs-lightbox-caption_toggle {
  display: none!important;
}

.fs-lightbox-error {
  width: 250px;
}

.fs-lightbox-error p {
  color: #900;
  font-size: 14px;
  margin: 0;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}

.fs-lightbox-loading .fs-lightbox-container {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  visibility: hidden;
}

.fs-lightbox-loading .fs-lightbox-loading_icon {
  opacity: 1;
  visibility: visible;
}

.fs-lightbox-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  border-radius: 0;
  padding: 40px 0 0;
}

.fs-lightbox-mobile .fs-lightbox-close {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background: #111;
  border-radius: 0;
}

.fs-lightbox-mobile .fs-lightbox-close:before {
  color: #ccc;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.fs-lightbox-mobile .fs-lightbox-loading_icon:before {
  border-color: rgba(153, 153, 153, 0.25);
}

.fs-lightbox-mobile .fs-lightbox-loading_icon:after {
  border-top-color: #999;
}

.fs-lightbox-mobile .fs-lightbox-container {
  position: static;
  background: #111;
}

.fs-lightbox-mobile .fs-lightbox-content {
  background-color: #111;
  padding: 0 15px;
}

.fs-lightbox-mobile .fs-lightbox-tools {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111;
}

.fs-lightbox-mobile .fs-lightbox-control {
  width: 50px;
  height: 100%;
  min-height: 50px;
  background: #111;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
}

.fs-lightbox-mobile .fs-lightbox-control_previous {
  left: 0;
}

.fs-lightbox-mobile .fs-lightbox-control_previous:before {
  border-right-color: #eee;
  margin-left: 19px;
}

.fs-lightbox-mobile .fs-lightbox-control_next {
  right: 0;
}

.fs-lightbox-mobile .fs-lightbox-control_next:before {
  border-left-color: #eee;
  margin-right: 19px;
}

.no-touchevents .fs-lightbox-mobile .fs-lightbox-control,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control {
  opacity: 1;
  visibility: visible;
}

.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
  opacity: 0;
  cursor: default !important;
  visibility: hidden;
}

.fs-lightbox-mobile .fs-lightbox-meta {
  padding: 15px 65px;
}

.fs-lightbox-mobile .fs-lightbox-position {
  color: #999;
  font-size: 12px;
  margin: 0;
  padding: 0 15px 0 0;
}

.fs-lightbox-mobile .fs-lightbox-caption p {
  color: #eee;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.fs-lightbox-mobile .fs-lightbox-image {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fs-lightbox-mobile.fs-lightbox-animated .fs-lightbox-image {
  -webkit-transition: -webkit-transform 0.25s ease-out !important;
  transition: -webkit-transform 0.25s ease-out !important;
  transition: transform 0.25s ease-out !important;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out !important;
}

.fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content,
.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-lock {
  overflow: hidden !important;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
  width: auto;
  position: static;
  background: transparent;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
  width: 100%;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  background-color: #111;
  padding: 0 65px;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-caption_toggle {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 50px;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
  width: 100%;
  height: 80%;
  position: fixed;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #222;
  box-shadow: 0 0 25px #000;
  padding: 15px 15px 65px;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/**
 * 16.0 - Widgets
 */

aside#secondary section {
  margin-bottom: 60px;
}

aside#secondary section h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}

aside#secondary section input[type="submit"] {
  font-size: 16px;
  padding: 9px 33px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  line-height: 1.6;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: lowercase;
  color: #fff;
}

aside.footer-sidebar input[type="text"],
aside.footer-sidebar input[type="email"],
aside.footer-sidebar input[type="tel"],
aside.footer-sidebar input[type="number"],
aside.footer-sidebar input[type="search"],
aside.footer-sidebar input[type="url"],
aside.footer-sidebar textarea {
  color: #fff;
}

aside.footer-sidebar input[type="text"]::-webkit-input-placeholder,
aside.footer-sidebar input[type="email"]::-webkit-input-placeholder,
aside.footer-sidebar input[type="tel"]::-webkit-input-placeholder,
aside.footer-sidebar input[type="number"]::-webkit-input-placeholder,
aside.footer-sidebar input[type="search"]::-webkit-input-placeholder,
aside.footer-sidebar input[type="url"]::-webkit-input-placeholder,
aside.footer-sidebar textarea::-webkit-input-placeholder {
  color: #fff;
}

aside.footer-sidebar input[type="text"]::-moz-placeholder,
aside.footer-sidebar input[type="email"]::-moz-placeholder,
aside.footer-sidebar input[type="tel"]::-moz-placeholder,
aside.footer-sidebar input[type="number"]::-moz-placeholder,
aside.footer-sidebar input[type="search"]::-moz-placeholder,
aside.footer-sidebar input[type="url"]::-moz-placeholder,
aside.footer-sidebar textarea::-moz-placeholder {
  color: #fff;
}

aside.footer-sidebar input[type="text"]:-ms-input-placeholder,
aside.footer-sidebar input[type="email"]:-ms-input-placeholder,
aside.footer-sidebar input[type="tel"]:-ms-input-placeholder,
aside.footer-sidebar input[type="number"]:-ms-input-placeholder,
aside.footer-sidebar input[type="search"]:-ms-input-placeholder,
aside.footer-sidebar input[type="url"]:-ms-input-placeholder,
aside.footer-sidebar textarea:-ms-input-placeholder {
  color: #fff;
}

aside.footer-sidebar input[type="text"]::placeholder,
aside.footer-sidebar input[type="email"]::placeholder,
aside.footer-sidebar input[type="tel"]::placeholder,
aside.footer-sidebar input[type="number"]::placeholder,
aside.footer-sidebar input[type="search"]::placeholder,
aside.footer-sidebar input[type="url"]::placeholder,
aside.footer-sidebar textarea::placeholder {
  color: #fff;
}

aside.footer-sidebar input[type="submit"] {
  font-size: 12px;
  padding: 11px 27px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  line-height: 1.6;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: lowercase;
  background-color: #fff;
}

aside.footer-sidebar input[type="submit"]:hover {
  color: #fff;
}

.widgets .footer-sidebar a:hover {
  text-decoration: underline;
  color: #fff;
}

/**
 * 16.1 - Recent recipes
 */

.widget_tirex_widget_recent_recipes:before,
.widget_tirex_widget_recent_recipes:after {
  content: '';
  display: table;
}

.widget_tirex_widget_recent_recipes:after {
  clear: both;
}

.widget_tirex_widget_recent_recipes .link {
  display: block;
  position: relative;
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 1%;
}

.widget_tirex_widget_recent_recipes .link:nth-child(3n+1) {
  margin-right: 0;
}

.widget_tirex_widget_recent_recipes .link:before {
  display: block;
  content: '';
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background-image: url('framework/customizations/theme/static/img/icon-soup-white.svg');
  background-size: cover;
  z-index: 2;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: rotate(0deg) scale(0.8);
  transform: rotate(0deg) scale(0.8);
  opacity: 0;
}

.widget_tirex_widget_recent_recipes .link:hover:before {
  -webkit-transform: rotate(720deg) scale(1);
  transform: rotate(720deg) scale(1);
  opacity: 1;
}

.widget_tirex_widget_recent_recipes .link:hover > .image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.widget_tirex_widget_recent_recipes .image {
  width: 100%;
  height: auto;
  border-radius: 2px;
  -webkit-transition: .6s;
  transition: .6s;
}

/**
 * 16.2 - Recent posts
 */

.widget_tirex_widget_recent_posts .link {
  display: block;
  margin-bottom: 20px;
  color: inherit;
}

.widget_tirex_widget_recent_posts .link:before,
.widget_tirex_widget_recent_posts .link:after {
  content: '';
  display: table;
}

.widget_tirex_widget_recent_posts .link:after {
  clear: both;
}

.widget_tirex_widget_recent_posts .link:last-child {
  margin-bottom: 0;
}

.widget_tirex_widget_recent_posts .link:hover > .image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.widget_tirex_widget_recent_posts .image {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 20px;
  border-radius: 2px;
  -webkit-transition: .6s;
  transition: .6s;
}

.widget_tirex_widget_recent_posts .content {
  float: left;
  width: calc(100% - 80px);
}

.widget_tirex_widget_recent_posts h4 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px!important;
  font-family: 'Montserrat';
  font-weight: 400;
}

.widget_tirex_widget_recent_posts h4:hover {
  color: #7e6b6b;
}

.widget_tirex_widget_recent_posts time {
  font-size: 12px;
}

.widget_tirex_widget_recent_posts.footer-sidebar h4 {
  color: #fff;
}

.widget_tirex_widget_recent_posts.footer-sidebar h4:hover {
  color: #fff;
  text-decoration: underline;
}

/**
 * 16.3 - Twitter
 */

.widget_tirex_widget_twitter {
  line-height: 1.6;
}

.widget_tirex_widget_twitter ul {
  list-style: none;
  padding: 0;
}

.widget_tirex_widget_twitter li {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

.widget_tirex_widget_twitter li:last-child {
  margin-bottom: 0;
}

.widget_tirex_widget_twitter li:before {
  content: '\f099';
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  font: 24px/0 'FontAwesome';
  color: #31a1f0;
  -webkit-transition: .2s;
  transition: .2s;
}

.widget_tirex_widget_twitter li:hover:before {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.widget_tirex_widget_twitter a {
  color: inherit;
}

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

.widget_tirex_widget_twitter span.link {
  padding-right: 7px;
}

.widget_tirex_widget_twitter.footer-sidebar li:before {
  color: #fff;
}

/**
 * 16.4 - Flickr
 */

.widget_tirex_widget_flickr:before,
.widget_tirex_widget_flickr:after {
  content: '';
  display: table;
}

.widget_tirex_widget_flickr:after {
  clear: both;
}

.widget_tirex_widget_flickr .link {
  display: block;
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 1%;
  position: relative;
}

.widget_tirex_widget_flickr .link:nth-child(3n+1) {
  margin-right: 0;
}

.widget_tirex_widget_flickr .link:before {
  display: block;
  content: '';
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 10px);
  width: 40px;
  height: 20px;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2240px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2040%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2042%20%2836781%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Eflickr%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22flickr%22%20fill-rule%3D%22nonzero%22%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.5741423%2C10.1634454%20C19.5741423%2C15.5829412%2015.1970711%2C19.9766387%209.79857741%2C19.9766387%20C4.40008368%2C19.9766387%200.0238493724%2C15.5828571%200.0238493724%2C10.1634454%20C0.0238493724%2C4.73966387%204.40008368%2C0.346806723%209.79857741%2C0.346806723%20C15.1970711%2C0.346806723%2019.5741423%2C4.74058824%2019.5741423%2C10.1634454%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M38.3548954%2C9.99915966%20C38.3548954%2C14.6046218%2034.6230962%2C18.3503361%2030.0369874%2C18.3503361%20C25.4508787%2C18.3503361%2021.7207531%2C14.6036975%2021.7207531%2C9.99915966%20C21.7207531%2C5.39462185%2025.4517155%2C1.64882353%2030.0369874%2C1.64882353%20C34.6222594%2C1.64882353%2038.3548954%2C5.39462185%2038.3548954%2C9.99915966%20Z%20M30.0369038%2C0.0199159664%20C24.5561506%2C0.0199159664%2020.0976569%2C4.49621849%2020.0976569%2C9.9992437%20C20.0976569%2C15.5030252%2024.5561506%2C19.9802521%2030.0369038%2C19.9802521%20C35.5168201%2C19.9802521%2039.9769874%2C15.5038655%2039.9769874%2C9.9992437%20C39.9769874%2C4.49630252%2035.5158996%2C0.0199159664%2030.0369038%2C0.0199159664%20L30.0369038%2C0.0199159664%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-size: cover;
  z-index: 2;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: rotate(0deg) scale(0.8);
  transform: rotate(0deg) scale(0.8);
  opacity: 0;
}

.widget_tirex_widget_flickr .link:hover:before {
  -webkit-transform: rotate(720deg) scale(1);
  transform: rotate(720deg) scale(1);
  opacity: 1;
}

.widget_tirex_widget_flickr .link:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.widget_tirex_widget_flickr .link img {
  border-radius: 2px;
  -webkit-transition: .6s;
  transition: .6s;
}

/**
 * 16.5 - Instagram
 */

.widget_tirex_widget_instagram:before,
.widget_tirex_widget_instagram:after {
  content: '';
  display: table;
}

.widget_tirex_widget_instagram:after {
  clear: both;
}

.widget_tirex_widget_instagram .link {
  display: block;
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 1%;
  position: relative;
}

.widget_tirex_widget_instagram .link:nth-child(3n+1) {
  margin-right: 0;
}

.widget_tirex_widget_instagram .link:before {
  display: block;
  content: '';
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjkwIiB2aWV3Qm94PSIwIDAgOTAgOTAiIHdpZHRoPSI5MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0IDQpIj48Y2lyY2xlIGN4PSI0MSIgY3k9IjQxIiByPSIxOC45NCIgc3Ryb2tlLXdpZHRoPSI3Ii8+PGNpcmNsZSBjeD0iNjUuNSIgY3k9IjE4LjEzIiByPSIyLjkxIiBzdHJva2Utd2lkdGg9IjYiLz48cmVjdCBoZWlnaHQ9IjgyIiByeD0iMTkiIHN0cm9rZS13aWR0aD0iNyIgd2lkdGg9IjgyIi8+PC9nPjwvc3ZnPg==');
  background-size: cover;
  z-index: 2;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: rotate(0deg) scale(0.8);
  transform: rotate(0deg) scale(0.8);
  opacity: 0;
}

.widget_tirex_widget_instagram .link:hover:before {
  -webkit-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
  opacity: 1;
}

.widget_tirex_widget_instagram .link:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.widget_tirex_widget_instagram .link img {
  border-radius: 2px;
  -webkit-transition: .6s;
  transition: .6s;
}

.widget_tirex_widget_instagram .more {
  display: block;
  color: inherit;
}

/**
 * 16.6 - Pages
 */

.widget_pages ul {
  list-style: none;
  padding: 0;
}

.widget_pages.footer-sidebar a {
  color: #fff;
  text-decoration: none;
}

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

/**
 * 16.7 - Social links
 */

.widget_tirex_widget_social_links:before,
.widget_tirex_widget_social_links:after {
  content: '';
  display: table;
}

.widget_tirex_widget_social_links:after {
  clear: both;
}

.widget_tirex_widget_social_links .icon {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 10px 10px 0;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-decoration: none;
}

.widget_tirex_widget_social_links .icon:before,
.widget_tirex_widget_social_links .icon:after {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  font: 20px 'FontAwesome';
  position: absolute;
  text-align: center;
  top: calc(50% - 10px);
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
}

.widget_tirex_widget_social_links .icon:after {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.widget_tirex_widget_social_links .icon:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.widget_tirex_widget_social_links .icon:hover:before {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.widget_tirex_widget_social_links .rss {
  background-color: #f8991d;
}

.widget_tirex_widget_social_links .rss:before,
.widget_tirex_widget_social_links .rss:after {
  content: '\f09e';
}

.widget_tirex_widget_social_links .fb {
  background-color: #3b5998;
}

.widget_tirex_widget_social_links .fb:before,
.widget_tirex_widget_social_links .fb:after {
  content: '\f09a';
}

.widget_tirex_widget_social_links .tw {
  background-color: #31a1f0;
}

.widget_tirex_widget_social_links .tw:before,
.widget_tirex_widget_social_links .tw:after {
  content: '\f099';
}

.widget_tirex_widget_social_links .google {
  background-color: #dc4a38;
}

.widget_tirex_widget_social_links .google:before,
.widget_tirex_widget_social_links .google:after {
  content: '\f0d5';
}

.widget_tirex_widget_social_links .vk {
  background-color: #4c75a3;
}

.widget_tirex_widget_social_links .vk:before,
.widget_tirex_widget_social_links .vk:after {
  content: '\f189';
}

.widget_tirex_widget_social_links .youtube {
  background-color: #e61016;
}

.widget_tirex_widget_social_links .youtube:before,
.widget_tirex_widget_social_links .youtube:after {
  content: '\f167';
}

.widget_tirex_widget_social_links .vimeo {
  background-color: #23b6ea;
}

.widget_tirex_widget_social_links .vimeo:before,
.widget_tirex_widget_social_links .vimeo:after {
  content: '\f27d';
}

.widget_tirex_widget_social_links .insta {
  background-color: #125688;
}

.widget_tirex_widget_social_links .insta:before,
.widget_tirex_widget_social_links .insta:after {
  content: '\f16d';
}

.widget_tirex_widget_social_links .flickr {
  background-color: #ff0084;
}

.widget_tirex_widget_social_links .flickr:before,
.widget_tirex_widget_social_links .flickr:after {
  content: '\f16e';
}

.widget_tirex_widget_social_links .pinterest {
  background-color: #cf0d15;
}

.widget_tirex_widget_social_links .pinterest:before,
.widget_tirex_widget_social_links .pinterest:after {
  content: '\f0d2';
}

.widget_tirex_widget_social_links .linked {
  background-color: #007bb6;
}

.widget_tirex_widget_social_links .linked:before,
.widget_tirex_widget_social_links .linked:after {
  content: '\f0e1';
}

.widget_tirex_widget_social_links .dribble {
  background-color: #f26798;
}

.widget_tirex_widget_social_links .dribble:before,
.widget_tirex_widget_social_links .dribble:after {
  content: '\f17d';
}

.widget_tirex_widget_social_links .tumblr {
  background-color: #37465c;
}

.widget_tirex_widget_social_links .tumblr:before,
.widget_tirex_widget_social_links .tumblr:after {
  content: '\f173';
}

.widget_tirex_widget_social_links .reddit {
  background-color: #6099d0;
}

.widget_tirex_widget_social_links .reddit:before,
.widget_tirex_widget_social_links .reddit:after {
  content: '\f281';
}

.widget_tirex_widget_social_links .deviant {
  background-color: #475c4e;
}

.widget_tirex_widget_social_links .deviant:before,
.widget_tirex_widget_social_links .deviant:after {
  content: '\f1bd';
}

.widget_tirex_widget_social_links .digg {
  background-color: #0065a5;
}

.widget_tirex_widget_social_links .digg:before,
.widget_tirex_widget_social_links .digg:after {
  content: '\f1a6';
}

.widget_tirex_widget_social_links .sound {
  background-color: #fd5009;
}

.widget_tirex_widget_social_links .sound:before,
.widget_tirex_widget_social_links .sound:after {
  content: '\f1be';
}

/**
 * 16.8 - Ads
 */

.widget_tirex_widget_ads img {
  max-width: 300px;
  width: 100%;
}

/**
 * 16.9 - RSS
 */

.widget_rss h2 a.rsswidget:first-child,
.widget_rss h3 a.rsswidget:first-child {
  display: none;
}

.widget_rss a {
  text-decoration: none;
  color: inherit;
}

.widget_rss ul {
  list-style: none;
}

.widget_rss li {
  margin-bottom: 20px;
}

.widget_rss li:last-child {
  margin-bottom: 0;
}

.widget_rss li a.rsswidget {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
}

.widget_rss li a.rsswidget:before {
  font: 20px/0 'FontAwesome';
  content: '\f09e';
  display: block;
  position: absolute;
  left: -37px;
  top: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}

.widget_rss li:hover a.rsswidget:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.widget_rss .rss-date {
  font-size: 12px;
  padding: 11px 0 7px 0;
  display: block;
}

.widget_rss cite {
  font-style: normal;
  padding-top: 10px;
  display: block;
}

.footer-sidebar.widget_rss li a.rsswidget:before {
  color: #fff;
}

/**
 * 16.10 - Meta
 */

.widget_meta ul {
  list-style: none;
  padding-left: 25px;
}

.widget_meta li {
  position: relative;
  margin-bottom: 7px;
}

.widget_meta li:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: -20px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
}

.widget_meta a {
  text-decoration: none;
  color: inherit;
}

.widget_meta.footer-sidebar li:before {
  background-color: #fff;
}

/**
 * 16.11 - Calendar
 */

.widget_calendar .calendar_wrap {
  left: -6px;
  position: relative;
}

.widget_calendar .calendar_wrap table {
  width: 100%;
  max-width: 240px;
  border: 0;
  margin: 0;
  border-spacing: 3px;
}

.widget_calendar .calendar_wrap table caption {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 5px 10px;
}

.widget_calendar .calendar_wrap table th {
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

.widget_calendar .calendar_wrap table tr,
.widget_calendar .calendar_wrap table td,
.widget_calendar .calendar_wrap table th {
  padding: 3px 0;
  border: 0;
}

.widget_calendar .calendar_wrap table td {
  text-align: center;
}

.widget_calendar .calendar_wrap table td a {
  text-decoration: none;
}

.widget_calendar .calendar_wrap table td#prev,
.widget_calendar .calendar_wrap table td#next {
  text-align: left;
  padding-left: 9px;
}

.widget_calendar .calendar_wrap table td#prev a,
.widget_calendar .calendar_wrap table td#next a {
  color: inherit;
  text-decoration: underline;
}

.widget_calendar .calendar_wrap table td#next {
  text-align: right;
}

.widget_calendar.footer-sidebar .calendar_wrap {
  left: -2px;
}

.widget_calendar.footer-sidebar .calendar_wrap th {
  color: #fff;
}

.widget_calendar.footer-sidebar .calendar_wrap caption {
  margin: 0 0 5px 4px;
}

.widget_calendar.footer-sidebar .calendar_wrap td#today {
  color: #fff;
  font-weight: 700;
}

/**
 * 16.12 - Tag cloud
 */

.widget_tag_cloud a {
  color: inherit;
  text-decoration: none;
}

/**
 * 16.13 - Nav menu, Categories, Pages, Archive
 */

.widget_nav_menu ul,
.widget_categories ul,
.widget_pages ul,
.widget_archive ul {
  list-style: none;
  padding-left: 23px;
}

.widget_nav_menu li,
.widget_categories li,
.widget_pages li,
.widget_archive li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
  position: relative;
}

.widget_nav_menu li:before,
.widget_categories li:before,
.widget_pages li:before,
.widget_archive li:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: -20px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
}

.widget_nav_menu li > ul > li,
.widget_categories li > ul > li,
.widget_pages li > ul > li,
.widget_archive li > ul > li {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 6px;
}

.widget_nav_menu li > ul > li:before,
.widget_categories li > ul > li:before,
.widget_pages li > ul > li:before,
.widget_archive li > ul > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: -15px;
  width: 4px;
  height: 4px;
  border-width: 1px;
  border-style: solid;
  background: none;
}

.widget_nav_menu li > ul,
.widget_categories li > ul,
.widget_pages li > ul,
.widget_archive li > ul {
  padding: 13px 0 1px 13px;
}

.widget_nav_menu a,
.widget_categories a,
.widget_pages a,
.widget_archive a {
  color: inherit;
  text-decoration: none;
}

.widget_nav_menu .cs-select ul,
.widget_categories .cs-select ul,
.widget_pages .cs-select ul,
.widget_archive .cs-select ul {
  padding: 0;
}

.widget_nav_menu .cs-select li,
.widget_categories .cs-select li,
.widget_pages .cs-select li,
.widget_archive .cs-select li {
  font: inherit;
  margin-bottom: 0;
}

.widget_nav_menu .cs-select li:before,
.widget_categories .cs-select li:before,
.widget_pages .cs-select li:before,
.widget_archive .cs-select li:before {
  display: none;
}

.widget_nav_menu.footer-sidebar li:before,
.widget_categories.footer-sidebar li:before,
.widget_pages.footer-sidebar li:before,
.widget_archive.footer-sidebar li:before {
  background-color: #fff;
}

.widget_nav_menu.footer-sidebar .cs-select span.cs-placeholder,
.widget_categories.footer-sidebar .cs-select span.cs-placeholder,
.widget_pages.footer-sidebar .cs-select span.cs-placeholder,
.widget_archive.footer-sidebar .cs-select span.cs-placeholder {
  border: 1px solid #fff;
}

.widget_nav_menu.footer-sidebar .cs-select li span,
.widget_categories.footer-sidebar .cs-select li span,
.widget_pages.footer-sidebar .cs-select li span,
.widget_archive.footer-sidebar .cs-select li span {
  border-left: 1px solid #fff!important;
  border-right: 1px solid #fff!important;
}

.widget_nav_menu.footer-sidebar .cs-select li:first-child span,
.widget_categories.footer-sidebar .cs-select li:first-child span,
.widget_pages.footer-sidebar .cs-select li:first-child span,
.widget_archive.footer-sidebar .cs-select li:first-child span {
  border-top: 1px solid #fff!important;
}

.widget_nav_menu.footer-sidebar .cs-select li:last-child span,
.widget_categories.footer-sidebar .cs-select li:last-child span,
.widget_pages.footer-sidebar .cs-select li:last-child span,
.widget_archive.footer-sidebar .cs-select li:last-child span {
  border-bottom: 1px solid #fff!important;
}

.widget_nav_menu.footer-sidebar .cs-select ul,
.widget_categories.footer-sidebar .cs-select ul,
.widget_pages.footer-sidebar .cs-select ul,
.widget_archive.footer-sidebar .cs-select ul {
  padding: 0;
}

.widget_nav_menu.footer-sidebar .cs-select li,
.widget_categories.footer-sidebar .cs-select li,
.widget_pages.footer-sidebar .cs-select li,
.widget_archive.footer-sidebar .cs-select li {
  font: inherit;
  margin-bottom: 0;
}

.widget_nav_menu.footer-sidebar .cs-select li:before,
.widget_categories.footer-sidebar .cs-select li:before,
.widget_pages.footer-sidebar .cs-select li:before,
.widget_archive.footer-sidebar .cs-select li:before {
  display: none;
}

/**
 * 16.14 - Search
 */

.widget_search form {
  position: relative;
}

.widget_search input[type="search"] {
  padding-right: 60px;
}

.widget_search button {
  background: none;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  -webkit-transition: .2s;
  transition: .2s;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.widget_search button:hover {
  color: #fff;
}

.widget_search button:before {
  content: '\f002';
  display: block;
  font: 16px/0 'FontAwesome';
}

.widget_search.footer-sidebar button {
  width: 34px;
  height: 34px;
  top: 1px;
}

.widget_search.footer-sidebar button:hover {
  background-color: #fff!important;
}

.widget_search.footer-sidebar button:before {
  top: -1px;
  position: relative;
}

/**
 * 16.15 - Recent entries
 */

.widget_recent_entries ul {
  list-style: none;
  padding: 0;
}

.widget_recent_entries li {
  margin-bottom: 20px;
}

.widget_recent_entries a {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: inherit;
  text-decoration: none;
}

.widget_recent_entries span {
  font-size: 12px;
  top: -3px;
  position: relative;
}

/**
 * 16.16 - Recent comments
 */

.widget_recent_comments ul {
  list-style: none;
  padding-left: 23px;
}

.widget_recent_comments li {
  position: relative;
}

.widget_recent_comments li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: -20px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
}

.widget_recent_comments a {
  color: inherit;
}

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

.widget_recent_comments.footer-sidebar a:hover {
  text-decoration: none;
}

.widget_recent_comments.footer-sidebar li:before {
  background-color: #fff;
}

/**
 * 17.0 - Common styles
 */

.no-overflow {
  overflow: hidden;
  line-height: 0;
}

.new-line {
  display: block;
}

.featured-image {
  padding-bottom: 20px;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 2px 0 0 2px;
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

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

tr,
th,
td {
  padding: 10px;
}

.tirex-flash-messages {
  display: none!important;
}

/**
 * 17.1 - Appearance effects
 */

.tirex-invisible-up {
  -webkit-transform: translateY(100px) scale(0.7) !important;
  transform: translateY(100px) scale(0.7) !important;
  opacity: 0!important;
}

.tirex-invisible-right {
  -webkit-transform: translateX(-20%) scale(0.7) !important;
  transform: translateX(-20%) scale(0.7) !important;
  opacity: 0!important;
}

.tirex-invisible-left {
  -webkit-transform: translateX(20%) scale(0.7) !important;
  transform: translateX(20%) scale(0.7) !important;
  opacity: 0!important;
}

.tirex-invisible-opacity {
  opacity: 0!important;
}

/**
 * 17.2 - MailChimp Styles
 */

#mc_embed_signup {
  width: 380px;
  text-align: center;
  margin: 0 auto;
}

#mc-embedded-subscribe {
  margin-top: 40px;
}

/**
 * 17.3 - Linear progress shortcode styles
 */

.tirex-linear-progress svg {
  height: 100%;
}

.tirex-linear-progress .line {
  margin-bottom: 15px;
}

.tirex-linear-progress path:first-of-type {
  opacity: 0.6;
}

.tirex-linear-progress.custom path:first-of-type {
  opacity: 1!important;
}

/**
 * 17.4 - Circle progress shortcode styles
 */

.tirex-circle-progress {
  width: 100%;
  display: inline-block;
}

.tirex-circle-progress path:first-of-type {
  opacity: .5;
}

.tirex-circle-progress.custom path:first-of-type {
  opacity: 1!important;
}

@media (max-width: 1200px) {
  .tirex-recipes-single .gallery.right-sidebar .lightbox-image,
  .tirex-recipes-single .gallery.left-sidebar .lightbox-image {
    width: calc(50% - 3px);
    height: 300px;
  }
}

@media (max-width: 1100px) {
  .tirex-recipes-shortcode .col-2 a.left-sidebar,
  .tirex-recipes-shortcode .col-2 a.right-sidebar {
    height: 300px;
  }
}

@media (max-width: 1000px) {
  .site-header .header-container {
    height: 100px;
  }

  .site-header .nav-container {
    height: 100px;
  }

  .site-header.layout-2 .header-container {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .site-header.layout-2 .header-container .nav-container {
    width: 30px;
  }

  .site-header.layout-3 .header-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 0;
  }

  .site-header.layout-3 .header-container .logo-container {
    padding: inherit;
  }

  .site-header.layout-4 .header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: inherit;
    height: inherit;
  }

  .site-header.layout-4 .top-logo {
    top: 0;
  }

  .site-header.layout-4 .top-logo .header-logo-image {
    max-width: 110px;
    height: 100px;
  }

  .site-header.layout-4 .nav-container {
    padding: 0;
  }

  .tirex-recipes-shortcode .col-4 a {
    width: 50%;
  }

  .tirex-recipes-shortcode .recipes-item div.image.left-sidebar,
  .tirex-recipes-shortcode .recipes-item div.image.right-sidebar {
    width: 100%;
    float: none;
  }

  .tirex-recipes-shortcode .recipes-item .content.left-sidebar,
  .tirex-recipes-shortcode .recipes-item .content.right-sidebar {
    width: 100%;
    float: none;
    height: inherit;
    padding-top: 20px;
    padding-left: 0;
  }

  .page-template-archive-recipes .tirex-recipes-shortcode .col-4 a {
    width: calc(50% - 10px);
  }

  .tirex-recipes-single .gallery .lightbox-image {
    height: 250px;
  }

  .widget_tirex_widget_recent_posts .image {
    display: none;
  }

  .widget_tirex_widget_recent_posts .content {
    width: 100%;
  }

  .widget_tirex_widget_twitter li {
    padding-left: 0;
  }

  .widget_tirex_widget_twitter li:before {
    display: none;
  }

  .widget_rss ul {
    padding: 0;
  }

  .widget_rss li a.rsswidget:before {
    display: none;
  }

  .hide-on-tablet {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-footer .count-4 .column {
    padding: 0 10px;
  }

  .site-footer .count-2 .column {
    float: left;
  }

  .tirex-blog-archive .blog-item.classic.left-sidebar .no-overflow,
  .tirex-blog-archive .blog-item.classic.right-sidebar .no-overflow {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .tirex-blog-archive .blog-item.classic.left-sidebar .content,
  .tirex-blog-archive .blog-item.classic.right-sidebar .content {
    width: 100%;
    float: none;
  }

  .tirex-recipes-shortcode .col-2 a.left-sidebar,
  .tirex-recipes-shortcode .col-2 a.right-sidebar {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }

  .page-template-archive-recipes .tirex-recipes-shortcode .col-2 a.left-sidebar,
  .page-template-archive-recipes .tirex-recipes-shortcode .col-2 a.right-sidebar {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media (max-width: 800px) {
  .tirex-recipes-single .gallery .lightbox-image {
    height: 175px;
  }

  .tirex-recipes-single .gallery.right-sidebar .lightbox-image,
  .tirex-recipes-single .gallery.left-sidebar .lightbox-image {
    height: 200px;
  }
}

@media (max-width: 767px) {
  #content-fixed.left-sidebar,
  #content-fixed.right-sidebar,
  #content.left-sidebar,
  #content.right-sidebar {
    display: block;
  }

  .left-sidebar #primary,
  .right-sidebar #primary {
    width: 100%;
  }

  .left-sidebar #secondary,
  .right-sidebar #secondary {
    width: 100%;
    margin-top: 80px;
  }

  .post-header-image {
    max-height: 400px;
  }

  .site-footer .widgets .column {
    width: 100%;
    max-width: 500px;
    float: none;
  }

  .site-footer .widgets .column aside {
    padding: 20px 0;
  }

  .site-footer .count-4 .column {
    padding: 0;
  }

  .site-footer .scroll-on-top {
    right: 20px;
    bottom: 20px;
  }

  .tirex-blog-archive .blog-item.grid {
    width: 100%;
    float: none;
    padding: 0;
  }

  .tirex-blog-archive .blog-item.grid.cols-2 {
    width: 100%;
    float: none;
    padding: 0;
  }

  .tirex-blog-archive .blog-item.grid.left-sidebar,
  .tirex-blog-archive .blog-item.grid.right-sidebar {
    width: 100%;
    float: none;
    padding: 0;
  }

  .tirex-blog-archive .blog-item.classic .no-overflow {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .tirex-blog-archive .blog-item.classic .content {
    width: 100%;
    float: none;
  }

  .tirex-recipes-shortcode .col-2 a {
    height: 300px;
  }

  .tirex-recipes-shortcode .recipes-item img.image {
    display: block;
  }

  .tirex-recipes-shortcode .recipes-item div.image {
    width: 100%;
    float: none;
    display: none;
  }

  .tirex-recipes-shortcode .recipes-item .content {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 20px;
    height: auto;
  }

  .tirex-recipes-single .gallery .lightbox-image {
    width: calc(50% - 3px);
    height: 250px;
    margin: 0 3px 3px 0;
  }

  .tirex-recipes-single .gallery.right-sidebar .lightbox-image,
  .tirex-recipes-single .gallery.left-sidebar .lightbox-image {
    height: 300px;
  }

  .page-404 {
    height: 350px;
  }

  .page-404 h1 {
    font-size: 80px;
  }

  .page-404 h2 {
    margin: 10px 0 20px 0;
    font-size: 20px;
  }

  .tirex-comments ul,
  .tirex-comments ol {
    padding: 0;
  }

  .tirex-comment .avatar {
    float: none;
  }

  .tirex-comment .comment-content {
    width: 100%;
    float: none;
    padding: 20px 0 0 0;
  }

  .tirex-comment .author {
    line-height: inherit;
  }

  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email,
  .comment-respond .comment-form-url {
    width: 100%;
    float: none;
  }

  nav.tirex-pagination a:not(.next):not(.prev),
  nav.tirex-pagination span:not(.next):not(.prev) {
    display: none;
  }

  .widget_tirex_widget_recent_posts .image {
    display: block;
  }

  .widget_tirex_widget_recent_posts .content {
    width: calc(100% - 80px);
  }

  .widget_tirex_widget_twitter li {
    padding-left: 40px;
  }

  .widget_tirex_widget_twitter li:before {
    display: block;
  }

  .widget_rss ul {
    padding-left: 40px;
  }

  .widget_rss li a.rsswidget:before {
    display: block;
  }

  .hide-on-mobile {
    display: none;
  }
}

@media (max-width: 600px) {
  #content.left-sidebar #secondary,
  #content.right-sidebar #secondary {
    padding: 80px 20px;
  }

  #content-fixed #primary,
  #content-fixed #secondary {
    padding: 80px 20px;
  }

  .site-header .header-container {
    height: 70px;
    padding: 0 20px;
    min-height: 70px;
  }

  .site-header .top-logo {
    height: 50px;
  }

  .site-header .top-logo .header-logo-image {
    height: 50px;
  }

  .site-header .nav-container {
    height: 70px;
  }

  .site-header.layout-4 .top-logo .header-logo-image {
    height: inherit;
  }

  .post-header-image h1 {
    font-size: 30px;
  }

  .post-header-image .descr {
    font-size: 16px;
  }

  .site-footer .widgets {
    padding: 40px 20px 0 20px;
  }

  .site-footer .widgets .column aside {
    padding: 0;
  }

  .tirex-blog-archive .blog-item.classic .no-overflow {
    height: auto;
  }

  .tirex-blog-archive .blog-item.classic .image {
    display: none;
  }

  .tirex-blog-archive .blog-item.classic img.image {
    display: block;
  }

  .tirex-blog-archive .blog-item.classic.left-sidebar .no-overflow,
  .tirex-blog-archive .blog-item.classic.right-sidebar .no-overflow {
    height: auto;
  }

  .blog-related-posts a {
    padding-top: 15px;
  }

  .blog-related-posts .post {
    width: 100%;
    margin: 0;
    float: none;
  }

  .tirex-recipes-shortcode .col-4 a {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }

  .tirex-recipes-shortcode .col-2 a {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }

  .tirex-recipes-shortcode .col-2 a.left-sidebar,
  .tirex-recipes-shortcode .col-2 a.right-sidebar {
    height: 300px;
  }

  .page-template-archive-recipes .tirex-recipes-shortcode .col-4 a {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .page-template-archive-recipes .tirex-recipes-shortcode .col-2 a {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .tirex-recipes-single .gallery .lightbox-image {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }

  .tirex-recipes-single .gallery.right-sidebar .lightbox-image,
  .tirex-recipes-single .gallery.left-sidebar .lightbox-image {
    width: 100%;
  }

  .tirex-recipes-single .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .tirex-recipes-single .ingredients,
  .tirex-recipes-single .nutritions {
    width: 100%;
  }

  .tirex-recipes-single .ingredients:first-child,
  .tirex-recipes-single .nutritions:first-child {
    margin-bottom: 40px;
  }

  #content .tirex-comments {
    padding: 60px 20px 0 20px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 16px;
  }

  nav.tirex-pagination a,
  nav.tirex-pagination span {
    margin: 0 3px;
  }
}