/*
Theme Name: Gustos | Shared By VestaThemes.com
Theme URI: http://bit.ly/get-gustos
Author: Smartik
Author URI: https://themeforest.net/user/Smartik
Description: Community-Driven Recipes
Version: 2.9.3
License: Themeforest license
License URI: https://goo.gl/uM2Jer
Tags: unlimited-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: smk_theme
*/
/*
-------------------------------------------------------------------------------
Table of contents
-------------------------------------------------------------------------------
BASE:
	Normalize
	Rw Layout
	|__Rw header
	|__Rw container
	|__Rw footer
	|__Rw row
	Breadcrumb
	Page title

ELEMENTS:
	Elem / Grid
	Elem / Typography
	Elem / Colors
	Elem / Text color
	Elem / Marks
	Elem / Buttons
	Elem / Form

jQUERY PLUGINS:
	Elem / jQuery Visual select
	Elem / jQuery Owl carousel

MENU:
	|__Horizontal
	|__Theme default
	|__User menu from right
	|__Responsive

ENTRIES:
	Entry controls
	Carousel
	Recipes: Single Recipe
	Recipes: Main
	Entries: Comments
	Entries: Blog

SIDEBAR WIDGETS:
	Widgets
	Widget: Categories
	Widget: Posts
	Widget: Comments
	Widget: Authors
	Widget: Accordion posts

PAGES:
	Tag Index
	Submission page
	Requests page
	Forums page
	Profile page
	Members page
	Reputation history page
	Notifications
	Private Messages
	404
	Help
	Home
	Registration
	Demos

*/
/*
//===========================================================================//
BASE
//===========================================================================//
*/
/*
-------------------------------------------------------------------------------
Normalize
-------------------------------------------------------------------------------
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
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;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
-------------------------------------------------------------------------------
Rw Layout
-------------------------------------------------------------------------------
*/
.rw-layout {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.rw-section {
  position: relative;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.rw-section:first-of-type {
  border-radius: 4px 4px 0 0;
}
.rw-section:last-of-type {
  border-radius: 0 0 4px 4px;
}
.rw-section:before,
.rw-section:after {
  content: " ";
  display: table;
}
.rw-section:after {
  clear: both;
}
.rw-inner {
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px + 40px) {
  .rw-layout {
    margin: 10px;
  }
}
@media screen and (max-width: 1140px) {
  .rw-layout {
    margin: 0 auto;
  }
  .rw-section:first-of-type,
  .rw-section:last-of-type {
    border-radius: 0;
  }
}
/* Rw header
------------------------------------------------*/
.rw-header {
  padding: 15px 30px;
  background: #2A3744;
  color: #fefefe;
}
.rw-header a {
  color: #c2cdd9;
}
.rw-header img {
  margin: 0;
}
/* Logo and nav in header
------------------------------------------------*/
.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-logo-holder,
.header-menu,
.header-user-menu {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.header-logo-holder {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 26px;
  margin: 0 20px 0 0;
}
.header-logo-holder,
.header-logo-holder a,
.header-logo-holder a:hover {
  color: #fff;
}
.header-logo-holder img,
.header-logo-holder a img,
.header-logo-holder a:hover img {
  margin: 0!important;
  max-width: 100%;
  height: auto;
  max-height: 200px;
}
.header-menu-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.header-user-menu {
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.header-center-logo {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.header-center-logo .header-logo-holder,
.header-center-logo .header-menu-holder {
  float: none;
  margin: 10px auto;
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-left: 0;
  margin-right: 0;
}
.header-center-logo .header-logo-holder {
  text-align: center;
}
.user-details-in-menu-username > a {
  padding: 11px 1px;
  display: inline-block;
}
.menu-to-right {
  float: right;
}
.rw-header.mod-fixed-header.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0.95;
  z-index: 7001;
  display: block;
  float: none;
  border-radius: 0;
  margin: -200px 0 0 0;
}
.rw-header.mod-fixed-header.header-fixed.header-fixed-show {
  -webkit-transition: margin 0.25s;
  transition: margin 0.25s;
  margin: 0;
}
.admin-bar .rw-header.mod-fixed-header.header-fixed {
  top: 32px;
}
/* Rw container
------------------------------------------------*/
.rw-container {
  min-height: 300px;
  min-height: 71vh;
  background: #fff;
}
.rw-column {
  float: left;
  display: inline-block;
  box-sizing: border-box;
}
/* Content
------------------------------------------------*/
.rw-content {
  position: relative;
  width: 100%;
  background: #fff;
}
/* Sidebar
------------------------------------------------*/
.rw-sidebar {
  position: relative;
  width: 300px;
  background: #fff;
  min-height: 50px;
  min-width: 50px;
}
.rw-sidebar .the-sidebar {
  background: inherit;
  box-sizing: border-box;
}
.rw-sidebar .sidebar-mobile-pointer {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 0;
  z-index: 1200;
  cursor: pointer;
  text-align: center;
  padding: 15px 0;
  line-height: 22px;
  font-size: 22px;
  width: 52px;
  border-radius: 3px;
}
.rw-sidebar .sidebar-mobile-pointer .sidebar-icon {
  display: inline-block;
  font-size: 22px;
}
.left-sidebar {
  padding-left: 300px;
}
.left-sidebar .rw-sidebar {
  float: left;
  margin-left: -300px;
  border-right: 1px solid #c3cdcd;
}
.right-sidebar {
  padding-right: 300px;
}
.right-sidebar .rw-sidebar {
  float: right;
  margin-right: -300px;
  border-left: 1px solid #c3cdcd;
}
@media screen and (max-width: 1000px) {
  .left-sidebar,
  .right-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
  .left-sidebar .rw-sidebar,
  .right-sidebar .rw-sidebar {
    margin: 0;
  }
  .rw-sidebar {
    margin: 0;
    width: 0;
    min-height: 100px;
    position: absolute;
    right: auto;
    left: auto;
    top: 0;
    bottom: 0;
    width: 300px;
  }
  .rw-sidebar .the-sidebar {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0;
    z-index: 1100;
    overflow-y: auto;
    width: 320px;
  }
  .rw-sidebar .sidebar-mobile-pointer {
    display: block;
  }
  .rw-sidebar.admin-bar-exists .the-sidebar {
    top: 32px;
  }
  .left-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
  .left-sidebar .rw-sidebar {
    right: auto;
    left: 0;
  }
  .left-sidebar .rw-sidebar .the-sidebar {
    box-shadow: inset -5px 0 15px -5px #8c9f9f;
  }
  .right-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
  .right-sidebar .rw-sidebar {
    right: 0;
    left: auto;
  }
  .right-sidebar .rw-sidebar .the-sidebar {
    box-shadow: inset 5px 0 15px -5px #8c9f9f;
  }
  body.show-sidebar {
    overflow: hidden;
  }
  body.show-sidebar .show-body-shadow {
    background: #000;
    opacity: 0.6;
    position: fixed;
    z-index: 1099;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  body.show-sidebar .right-sidebar .rw-sidebar .the-sidebar {
    right: 0;
  }
  body.show-sidebar .left-sidebar .rw-sidebar .the-sidebar {
    left: 0;
  }
}
@media screen and (max-width: 782px) {
  .rw-sidebar.admin-bar-exists .the-sidebar {
    top: 46px;
  }
}
@media screen and (max-width: 400px) {
  .rw-sidebar.admin-bar-exists .the-sidebar .sidebar-mobile-pointern {
    display: none;
  }
  .rw-sidebar.admin-bar-exists .the-sidebar .sidebar-mobile-pointer-close-in {
    display: block;
  }
}
/* Rw footer
------------------------------------------------*/
.rw-footer {
  padding: 20px 15px;
  background: #f6f6f6;
  border-top: 1px solid #c3cdcd;
}
.rw-footer .footer-totals {
  position: relative;
}
.rw-footer .footer-totals .total {
  margin: 5px 10px 5px 0;
}
.rw-footer .footer-totals .total,
.rw-footer .footer-totals .total .value,
.rw-footer .footer-totals .total .type {
  display: inline-block;
  float: left;
}
.rw-footer .footer-totals .total .value {
  display: inline-block;
  font-family: "Dosis", Arial, Helvetica, serif;
  padding: 0 8px;
}
.rw-footer .footer-totals .total .type {
  display: inline-block;
  text-transform: uppercase;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.rw-footer .footer-totals .total.red .value {
  background: #EB5858;
}
.rw-footer .footer-totals .total.red .type {
  color: #EB5858;
}
.rw-footer .footer-totals .total.green .value {
  background: #89C245;
}
.rw-footer .footer-totals .total.green .type {
  color: #89C245;
}
.rw-footer .footer-totals .total.blue .value {
  background: #58BDE7;
}
.rw-footer .footer-totals .total.blue .type {
  color: #58BDE7;
}
.rw-footer .footer-totals .total.purple .value {
  background: #9462A4;
}
.rw-footer .footer-totals .total.purple .type {
  color: #9462A4;
}
.rw-footer .footer-menu {
  font-size: 12px;
  font-weight: 700;
}
.rw-footer .footer-menu ul,
.rw-footer .footer-menu li {
  margin: 0;
  padding: 0;
}
.rw-footer .footer-menu ul {
  text-align: right;
}
.rw-footer .footer-menu ul li {
  display: inline-block;
}
.rw-footer .footer-menu ul li a {
  display: block;
  color: #555;
  padding: 7px 5px;
}
.rw-footer .footer-menu ul li a:hover {
  color: #288DFF;
}
.rw-footer .footer-to-top {
  display: block;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -30px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  background: #fff;
  color: #288DFF;
  border: 1px solid #c3cdcd;
  border-radius: 4px;
  cursor: pointer;
}
.rw-footer .footer-to-top .fa {
  line-height: 30px;
}
.rw-footer .footer-to-top:hover {
  background: #288DFF;
  border-color: #0073f4;
  color: #fff;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.rw-footer .site-copyright {
  text-align: center;
  margin: 15px 0 0 0;
}
.rw-footer .site-copyright span {
  display: inline-block;
  padding: 5px 15px;
  border-top: 1px solid #c3cdcd;
}
@media screen and (max-width: 768px) {
  .rw-footer .footer-totals {
    text-align: center;
    margin-top: 15px;
  }
  .rw-footer .footer-totals .total,
  .rw-footer .footer-totals .total .value,
  .rw-footer .footer-totals .total .type {
    float: none;
    font-weight: 400;
  }
  .rw-footer .footer-menu {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
  }
  .rw-footer .footer-menu ul {
    text-align: center;
  }
}
/* Rw row
------------------------------------------------*/
.rw-row {
  border-radius: 3px;
  border-radius: 0;
  margin: 0;
  padding: 15px 30px;
}
.rw-row.subtle {
  padding: 15px;
}
.rw-row.border-bottom {
  border-bottom: 1px solid #d8d8d8;
}
.rw-row.border-top {
  border-top: 1px solid #d8d8d8;
}
.rw-row.border-tb {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.rw-row.rounded {
  border-radius: 3px;
  background: #fefefe;
  border: 1px solid #d8d8d8;
  padding: 15px;
  margin: 15px 30px;
}
.rw-row.rounded.subtle {
  padding: 15px 0;
}
.rw-row.large {
  padding-top: 30px;
  padding-bottom: 30px;
}
.rw-row.simple {
  border: 0;
}
.rw-row.minimal {
  padding: 0;
}
.rw-row.light {
  background: #f2f2f2;
  border-color: #e6e6e6;
}
.rw-row.light-gray {
  background: #e4e5ea;
  border-color: #c8c9d3;
}
/*
-------------------------------------------------------------------------------
Breadcrumb
-------------------------------------------------------------------------------
*/
.page-breadcrumb {
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #7f7f7f;
  font-weight: 700;
}
.page-breadcrumb a {
  color: #7f7f7f;
}
/*
-------------------------------------------------------------------------------
Page title
-------------------------------------------------------------------------------
*/
.page-title {
  position: relative;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 10;
}
.page-title h1,
.page-title h2 {
  margin: 0;
}
.rw-layout.full-width-layout .page-title,
.rw-layout.full-width-layout .page-title {
  background: transparent;
}
/*
//===========================================================================//
ELEMENTS
//===========================================================================//
*/
/*
-------------------------------------------------------------------------------
Elem / Grid
-------------------------------------------------------------------------------
*/
/**
 * Smk Elastic Grid
 * URI: https://github.com/Smartik89/Smk-Elastic-Grid
 * License: MIT
 *
 * Author: Smartik
 * Author URI: http://smartik.ws/
 */
/**
 * --------------------------------------------------------------------------
 * Grid container
 * --------------------------------------------------------------------------
 */
.grid-container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0;
}
.grid-container img {
  max-width: 100%;
  height: auto;
}
/**
 * --------------------------------------------------------------------------
 * Grid global
 * --------------------------------------------------------------------------
 */
.grid-container .grid {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.grid-container .grid.alpha {
  padding-left: 0;
}
.grid-container .grid.omega {
  padding-right: 0;
}
.grid-container .grid.both {
  padding-left: 0;
  padding-right: 0;
}
.mobile-clear {
  height: 0;
  display: none;
}
/**
 * --------------------------------------------------------------------------
 * Default Grid size
 * --------------------------------------------------------------------------
 */
/* Integer grid
	------------------------------------------------*/
.grid-container .grid.desk-12 {
  width: 100%;
}
.grid-container .grid.desk-11 {
  width: 91.66666667%;
}
.grid-container .grid.desk-10 {
  width: 83.33333333%;
}
.grid-container .grid.desk-9 {
  width: 75%;
}
.grid-container .grid.desk-8 {
  width: 66.66666667%;
}
.grid-container .grid.desk-7 {
  width: 58.33333333%;
}
.grid-container .grid.desk-6 {
  width: 50%;
}
.grid-container .grid.desk-5 {
  width: 41.66666667%;
}
.grid-container .grid.desk-4 {
  width: 33.33333333%;
}
.grid-container .grid.desk-3 {
  width: 25%;
}
.grid-container .grid.desk-2 {
  width: 16.66666667%;
}
.grid-container .grid.desk-1 {
  width: 8.33333333%;
}
/* Float grid
	------------------------------------------------*/
.grid-container .grid.desk-11-5 {
  width: 95.83333333%;
}
.grid-container .grid.desk-10-5 {
  width: 87.5%;
}
.grid-container .grid.desk-9-5 {
  width: 79.16666667%;
}
.grid-container .grid.desk-8-5 {
  width: 70.83333333%;
}
.grid-container .grid.desk-7-5 {
  width: 62.5%;
}
.grid-container .grid.desk-6-5 {
  width: 54.16666667%;
}
.grid-container .grid.desk-5-5 {
  width: 45.83333333%;
}
.grid-container .grid.desk-4-5 {
  width: 37.5%;
}
.grid-container .grid.desk-3-5 {
  width: 29.16666667%;
}
.grid-container .grid.desk-2-5 {
  width: 20.83333333%;
}
.grid-container .grid.desk-1-5 {
  width: 12.5%;
}
.grid-container .grid.desk-0-5 {
  width: 4.16666667%;
}
/* Columns grid
	------------------------------------------------*/
.grid-container .grid.desk-1of12 {
  width: 8.33333333%;
}
.grid-container .grid.desk-1of11 {
  width: 9.09090909%;
}
.grid-container .grid.desk-1of10 {
  width: 10%;
}
.grid-container .grid.desk-1of9 {
  width: 11.11111111%;
}
.grid-container .grid.desk-1of8 {
  width: 12.5%;
}
.grid-container .grid.desk-1of7 {
  width: 14.28571429%;
}
.grid-container .grid.desk-1of6 {
  width: 16.66666667%;
}
.grid-container .grid.desk-1of5 {
  width: 20%;
}
.grid-container .grid.desk-1of4 {
  width: 25%;
}
.grid-container .grid.desk-1of3 {
  width: 33.33333333%;
}
.grid-container .grid.desk-1of2 {
  width: 50%;
}
.grid-container .grid.desk-1of1 {
  width: 100%;
}
/**
 * --------------------------------------------------------------------------
 * Responsive
 * --------------------------------------------------------------------------
 */
@media only screen and (max-width: 768px) {
  .grid-container .grid.mobile-100-percents,
  .grid-container .grid.desk-12,
  .grid-container .grid.desk-12-5,
  .grid-container .grid.desk-1of12,
  .grid-container .grid.desk-11,
  .grid-container .grid.desk-11-5,
  .grid-container .grid.desk-1of11,
  .grid-container .grid.desk-10,
  .grid-container .grid.desk-10-5,
  .grid-container .grid.desk-1of10,
  .grid-container .grid.desk-9,
  .grid-container .grid.desk-9-5,
  .grid-container .grid.desk-1of9,
  .grid-container .grid.desk-8,
  .grid-container .grid.desk-8-5,
  .grid-container .grid.desk-1of8,
  .grid-container .grid.desk-7,
  .grid-container .grid.desk-7-5,
  .grid-container .grid.desk-1of7,
  .grid-container .grid.desk-6,
  .grid-container .grid.desk-6-5,
  .grid-container .grid.desk-1of6,
  .grid-container .grid.desk-5,
  .grid-container .grid.desk-5-5,
  .grid-container .grid.desk-1of5,
  .grid-container .grid.desk-4,
  .grid-container .grid.desk-4-5,
  .grid-container .grid.desk-1of4,
  .grid-container .grid.desk-3,
  .grid-container .grid.desk-3-5,
  .grid-container .grid.desk-1of3,
  .grid-container .grid.desk-2,
  .grid-container .grid.desk-2-5,
  .grid-container .grid.desk-1of2,
  .grid-container .grid.desk-1,
  .grid-container .grid.desk-1-5,
  .grid-container .grid.desk-1of1 {
    width: 100%;
  }
  .grid-container .grid.mobile-100-percents.alpha,
  .grid-container .grid.mobile-100-percents.omega,
  .grid-container .grid.desk-12.alpha,
  .grid-container .grid.desk-12.omega,
  .grid-container .grid.desk-12-5.alpha,
  .grid-container .grid.desk-12-5.omega,
  .grid-container .grid.desk-1of12.alpha,
  .grid-container .grid.desk-1of12.omega,
  .grid-container .grid.desk-11.alpha,
  .grid-container .grid.desk-11.omega,
  .grid-container .grid.desk-11-5.alpha,
  .grid-container .grid.desk-11-5.omega,
  .grid-container .grid.desk-1of11.alpha,
  .grid-container .grid.desk-1of11.omega,
  .grid-container .grid.desk-10.alpha,
  .grid-container .grid.desk-10.omega,
  .grid-container .grid.desk-10-5.alpha,
  .grid-container .grid.desk-10-5.omega,
  .grid-container .grid.desk-1of10.alpha,
  .grid-container .grid.desk-1of10.omega,
  .grid-container .grid.desk-9.alpha,
  .grid-container .grid.desk-9.omega,
  .grid-container .grid.desk-9-5.alpha,
  .grid-container .grid.desk-9-5.omega,
  .grid-container .grid.desk-1of9.alpha,
  .grid-container .grid.desk-1of9.omega,
  .grid-container .grid.desk-8.alpha,
  .grid-container .grid.desk-8.omega,
  .grid-container .grid.desk-8-5.alpha,
  .grid-container .grid.desk-8-5.omega,
  .grid-container .grid.desk-1of8.alpha,
  .grid-container .grid.desk-1of8.omega,
  .grid-container .grid.desk-7.alpha,
  .grid-container .grid.desk-7.omega,
  .grid-container .grid.desk-7-5.alpha,
  .grid-container .grid.desk-7-5.omega,
  .grid-container .grid.desk-1of7.alpha,
  .grid-container .grid.desk-1of7.omega,
  .grid-container .grid.desk-6.alpha,
  .grid-container .grid.desk-6.omega,
  .grid-container .grid.desk-6-5.alpha,
  .grid-container .grid.desk-6-5.omega,
  .grid-container .grid.desk-1of6.alpha,
  .grid-container .grid.desk-1of6.omega,
  .grid-container .grid.desk-5.alpha,
  .grid-container .grid.desk-5.omega,
  .grid-container .grid.desk-5-5.alpha,
  .grid-container .grid.desk-5-5.omega,
  .grid-container .grid.desk-1of5.alpha,
  .grid-container .grid.desk-1of5.omega,
  .grid-container .grid.desk-4.alpha,
  .grid-container .grid.desk-4.omega,
  .grid-container .grid.desk-4-5.alpha,
  .grid-container .grid.desk-4-5.omega,
  .grid-container .grid.desk-1of4.alpha,
  .grid-container .grid.desk-1of4.omega,
  .grid-container .grid.desk-3.alpha,
  .grid-container .grid.desk-3.omega,
  .grid-container .grid.desk-3-5.alpha,
  .grid-container .grid.desk-3-5.omega,
  .grid-container .grid.desk-1of3.alpha,
  .grid-container .grid.desk-1of3.omega,
  .grid-container .grid.desk-2.alpha,
  .grid-container .grid.desk-2.omega,
  .grid-container .grid.desk-2-5.alpha,
  .grid-container .grid.desk-2-5.omega,
  .grid-container .grid.desk-1of2.alpha,
  .grid-container .grid.desk-1of2.omega,
  .grid-container .grid.desk-1.alpha,
  .grid-container .grid.desk-1.omega,
  .grid-container .grid.desk-1-5.alpha,
  .grid-container .grid.desk-1-5.omega,
  .grid-container .grid.desk-1of1.alpha,
  .grid-container .grid.desk-1of1.omega {
    padding-left: 0;
    padding-right: 0;
  }
  /* Integer grid
	------------------------------------------------*/
  .grid-container .grid.mob-12 {
    width: 100%;
  }
  .grid-container .grid.mob-11 {
    width: 91.66666667%;
  }
  .grid-container .grid.mob-10 {
    width: 83.33333333%;
  }
  .grid-container .grid.mob-9 {
    width: 75%;
  }
  .grid-container .grid.mob-8 {
    width: 66.66666667%;
  }
  .grid-container .grid.mob-7 {
    width: 58.33333333%;
  }
  .grid-container .grid.mob-6 {
    width: 50%;
  }
  .grid-container .grid.mob-5 {
    width: 41.66666667%;
  }
  .grid-container .grid.mob-4 {
    width: 33.33333333%;
  }
  .grid-container .grid.mob-3 {
    width: 25%;
  }
  .grid-container .grid.mob-2 {
    width: 16.66666667%;
  }
  .grid-container .grid.mob-1 {
    width: 8.33333333%;
  }
  /* Float grid
	------------------------------------------------*/
  .grid-container .grid.mob-11-5 {
    width: 95.83333333%;
  }
  .grid-container .grid.mob-10-5 {
    width: 87.5%;
  }
  .grid-container .grid.mob-9-5 {
    width: 79.16666667%;
  }
  .grid-container .grid.mob-8-5 {
    width: 70.83333333%;
  }
  .grid-container .grid.mob-7-5 {
    width: 62.5%;
  }
  .grid-container .grid.mob-6-5 {
    width: 54.16666667%;
  }
  .grid-container .grid.mob-5-5 {
    width: 45.83333333%;
  }
  .grid-container .grid.mob-4-5 {
    width: 37.5%;
  }
  .grid-container .grid.mob-3-5 {
    width: 29.16666667%;
  }
  .grid-container .grid.mob-2-5 {
    width: 20.83333333%;
  }
  .grid-container .grid.mob-1-5 {
    width: 12.5%;
  }
  .grid-container .grid.mob-0-5 {
    width: 4.16666667%;
  }
  /* Columns grid
	------------------------------------------------*/
  .grid-container .grid.mob-1of12 {
    width: 8.33333333%;
  }
  .grid-container .grid.mob-1of11 {
    width: 9.09090909%;
  }
  .grid-container .grid.mob-1of10 {
    width: 10%;
  }
  .grid-container .grid.mob-1of9 {
    width: 11.11111111%;
  }
  .grid-container .grid.mob-1of8 {
    width: 12.5%;
  }
  .grid-container .grid.mob-1of7 {
    width: 14.28571429%;
  }
  .grid-container .grid.mob-1of6 {
    width: 16.66666667%;
  }
  .grid-container .grid.mob-1of5 {
    width: 20%;
  }
  .grid-container .grid.mob-1of4 {
    width: 25%;
  }
  .grid-container .grid.mob-1of3 {
    width: 33.33333333%;
  }
  .grid-container .grid.mob-1of2 {
    width: 50%;
  }
  .grid-container .grid.mob-1of1 {
    width: 100%;
  }
  .mobile-clear {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
}
@media only screen and (max-width: 480px) {
  .grid-container .grid.mob-1,
  .grid-container .grid.mob-2,
  .grid-container .grid.mob-3,
  .grid-container .grid.mob-4,
  .grid-container .grid.mob-5,
  .grid-container .grid.mob-6,
  .grid-container .grid.mob-7,
  .grid-container .grid.mob-8,
  .grid-container .grid.mob-9,
  .grid-container .grid.mob-10,
  .grid-container .grid.mob-11,
  .grid-container .grid.mob-12 {
    width: 100%;
  }
}
/**
 * --------------------------------------------------------------------------
 * Clearfix
 * --------------------------------------------------------------------------
 */
.clearfix:before,
.grid-container:before,
.clearfix:after,
.grid-container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.grid-container:after {
  clear: both;
}
.clear {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/*
-------------------------------------------------------------------------------
Elem / Typography
-------------------------------------------------------------------------------
*/
body {
  background: #fff;
  font-size: 14px;
  color: #454757;
  font-family: Arial, Helvetica, serif;
  line-height: 1.5;
}
/* Images
------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
img.wp-smiley {
  margin: 0;
}
/* HoRizontal line
------------------------------------------------*/
hr {
  background: #e4e5ea;
  height: 1px;
  border: 0;
  padding: 0;
  width: 100%;
  margin: 19px 0;
}
/* Links
------------------------------------------------*/
a {
  color: #288DFF;
  text-decoration: none;
}
a:hover {
  color: #0073f4;
}
/* Headings
------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dosis", Arial, Helvetica, serif;
  font-weight: 400;
  color: #2e303a;
}
h1 {
  font-size: 36px;
  margin: 18px 0 12px 0;
}
h2 {
  font-size: 32px;
  margin: 16px 0 11px 0;
}
h3 {
  font-size: 29px;
  margin: 15px 0 10px 0;
}
h4 {
  font-size: 27px;
  margin: 14px 0 9px 0;
}
h5 {
  font-size: 24px;
  margin: 12px 0 8px 0;
}
h6 {
  font-size: 21px;
  margin: 11px 0 7px 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.entry-title a {
  color: #5b5e73;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.entry-title a:hover {
  color: #288DFF;
}
/* Global margins
------------------------------------------------*/
p,
ul,
ol,
table,
img,
figure,
pre,
blockquote {
  margin-top: 10px;
  margin-bottom: 19px;
}
/* Lists
------------------------------------------------*/
li > ul,
li > ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* Abbreviation
------------------------------------------------*/
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #676a81;
}
/* Acronym
------------------------------------------------*/
acronym[title] {
  cursor: help;
  border-bottom: 1px dashed #676a81;
}
/* Keyboard code
------------------------------------------------*/
kbd {
  background: #23242C;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px;
}
/* Pre, code
------------------------------------------------*/
pre,
code {
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  border-radius: 3px;
  padding: 2px;
}
pre {
  padding: 10px;
}
/* Blockquote, quote
------------------------------------------------*/
q {
  font-style: italic;
}
blockquote {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 65px;
  border: 0;
  background: #fafafa;
  color: #5b5e73;
  font-size: 22px;
  overflow: hidden;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.95);
}
blockquote:before,
blockquote:after {
  display: block;
  position: absolute;
  padding: 20px;
  border-radius: 50px;
  font-size: 26px;
  color: #74b6ff;
  background: #ededed;
  font-family: 'FontAwesome';
  text-align: center;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote:before {
  content: "\f10d";
  left: -10px;
  top: -10px;
}
blockquote:after {
  content: "\f10e";
  right: -10px;
  bottom: -10px;
}
blockquote cite {
  font-size: 17px;
}
/*
-------------------------------------------------------------------------------
Elem / Colors
-------------------------------------------------------------------------------
*/
.color-block {
  display: inline-block;
  height: 58px;
  width: 58px;
  border-radius: 3px;
  margin: 3px;
  padding: 0;
  color: #fff;
  text-align: center;
}
.color-block.black {
  background: #23242C;
  border: 1px solid #010101;
}
.color-block.red {
  background: #EB5858;
  border: 1px solid #dc1a1a;
}
.color-block.green {
  background: #89C245;
  border: 1px solid #618c2e;
}
.color-block.blue {
  background: #58BDE7;
  border: 1px solid #1e9fd4;
}
.color-block.orange {
  background: #F6A856;
  border: 1px solid #f2830d;
}
.color-block.yellow {
  background: #F5D554;
  border: 1px solid #efc20e;
}
.color-block.pink {
  background: #F15274;
  border: 1px solid #e4123f;
}
.color-block.purple {
  background: #9462A4;
  border: 1px solid #694475;
}
.color-block.teal {
  background: #39CAB5;
  border: 1px solid #279081;
}
.color-block.olive {
  background: #A1B809;
  border: 1px solid #616f05;
}
.color-block.dark-gray {
  background: #5b5e73;
  border: 1px solid #3a3b48;
}
.color-block.gray {
  background: #9d9fb1;
  border: 1px solid #72768f;
}
.color-block.light-gray {
  background: #e4e5ea;
  border: 1px solid #b9bbc8;
}
.color-block.white {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  color: #bfbfbf;
}
.color-block.primary {
  background: #288DFF;
  border: 1px solid #0067da;
}
/*
-------------------------------------------------------------------------------
Elem / Text color
-------------------------------------------------------------------------------
*/
.text-black {
  color: #23242C;
}
.text-red {
  color: #EB5858;
}
.text-green {
  color: #89C245;
}
.text-blue {
  color: #58BDE7;
}
.text-orange {
  color: #F6A856;
}
.text-yellow {
  color: #F5D554;
}
.text-pink {
  color: #F15274;
}
.text-purple {
  color: #9462A4;
}
.text-teal {
  color: #39CAB5;
}
.text-olive {
  color: #A1B809;
}
.text-white {
  color: #ffffff;
}
.text-dark-gray {
  color: #5b5e73;
}
.text-gray {
  color: #9d9fb1;
}
.text-light-gray {
  color: #e4e5ea;
}
.text-primary {
  color: #288DFF;
}
/*
-------------------------------------------------------------------------------
Elem / Marks
-------------------------------------------------------------------------------
*/
.mark {
  position: relative;
  display: inline;
  padding: 1px 5px;
  margin: 0;
  border-radius: 2px;
  font-size: 100%;
  background: #23242C;
  font-weight: 400;
  color: #ffffff;
  vertical-align: middle;
}
.mark.primary {
  background: #288DFF;
}
.mark.black {
  background: #23242C;
}
.mark.red {
  background: #EB5858;
}
.mark.green {
  background: #89C245;
}
.mark.blue {
  background: #58BDE7;
}
.mark.orange {
  background: #F6A856;
}
.mark.yellow {
  background: #F5D554;
}
.mark.pink {
  background: #F15274;
}
.mark.purple {
  background: #9462A4;
}
.mark.teal {
  background: #39CAB5;
}
.mark.olive {
  background: #A1B809;
}
.mark.dark-gray {
  background: #5b5e73;
}
.mark.gray {
  background: #9d9fb1;
}
.mark.light-gray {
  background: #e4e5ea;
  color: #737373;
}
.mark.white {
  background: #ffffff;
  color: #737373;
}
.mark.square {
  border-radius: 0;
}
.mark.rounded {
  border-radius: 50px;
  padding: 1px 5px;
}
.mark.top {
  top: -0.8em;
}
.mark.bottom {
  bottom: -0.8em;
}
.mark.small {
  font-size: 70%;
}
.mark.big {
  font-size: 150%;
  padding: 1px 7px;
}
.mark.huge {
  font-size: 200%;
  padding: 3px 15px;
}
.mark.block {
  display: inline-block;
}
.mark.inline {
  display: inline;
}
/*
-------------------------------------------------------------------------------
Elem / Buttons
-------------------------------------------------------------------------------
*/
.button {
  padding: 8px 18px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin: 6px 3px 3px 0;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 400;
  text-shadow: none;
  vertical-align: middle;
}
.button.link {
  border-color: transparent;
  background: transparent;
  color: inherit;
  text-shadow: none;
}
.button.nobg {
  background: transparent;
  border-color: transparent;
  text-shadow: none;
}
.button:hover {
  background: #fcfcfc;
  color: #505265;
  border-color: #bfbfbf;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.button.current,
.button.current:hover {
  z-index: 2;
  box-shadow: inset 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}
.button:before {
  line-height: 1.5;
}
.button.primary,
.button.hover-primary:hover {
  /*----------------------------------------------------------*/
  background: #288DFF;
  border-color: #0067da;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.button.primary.nobg {
  background: transparent;
  border-color: transparent;
  color: #288DFF;
  text-shadow: none;
}
.button.primary:hover {
  background: #0e7fff;
  border-color: #0067da;
  color: #ffffff;
}
.button.primary.current,
.button.primary.current:hover {
  background: #0087f4;
  border-color: #006bc1;
  color: #ffffff;
}
.button.black,
.button.hover-black:hover {
  /*----------------------------------------------------------*/
  background: #23242C;
  border-color: #010101;
  color: #9d9fb1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.button.black.nobg {
  background: transparent;
  border-color: transparent;
  color: #23242C;
  text-shadow: none;
}
.button.black:hover {
  background: #18181e;
  border-color: #010101;
  color: #9d9fb1;
}
.button.black.current,
.button.black.current:hover {
  background: #0d0c10;
  border-color: #000000;
  color: #9d9fb1;
}
.button.red,
.button.hover-red:hover {
  /*----------------------------------------------------------*/
  background: #EB5858;
  border-color: #dc1a1a;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.button.red.nobg {
  background: transparent;
  border-color: transparent;
  color: #EB5858;
  text-shadow: none;
}
.button.red:hover {
  background: #e84141;
  border-color: #dc1a1a;
  color: #ffffff;
}
.button.red.current,
.button.red.current:hover {
  background: #e64a2a;
  border-color: #c53518;
  color: #ffffff;
}
.button.green,
.button.hover-green:hover {
  /*----------------------------------------------------------*/
  background: #89C245;
  border-color: #618c2e;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.button.green.nobg {
  background: transparent;
  border-color: transparent;
  color: #89C245;
  text-shadow: none;
}
.button.green:hover {
  background: #7cb33b;
  border-color: #618c2e;
  color: #ffffff;
}
.button.green.current,
.button.green.current:hover {
  background: #5da034;
  border-color: #477928;
  color: #ffffff;
}
.button.blue,
.button.hover-blue:hover {
  /*----------------------------------------------------------*/
  background: #58BDE7;
  border-color: #1e9fd4;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.button.blue.nobg {
  background: transparent;
  border-color: transparent;
  color: #58BDE7;
  text-shadow: none;
}
.button.blue:hover {
  background: #42b4e4;
  border-color: #1e9fd4;
  color: #ffffff;
}
.button.blue.current,
.button.blue.current:hover {
  background: #2b8de1;
  border-color: #1b73be;
  color: #ffffff;
}
.button.orange,
.button.hover-orange:hover {
  /*----------------------------------------------------------*/
  background: #F6A856;
  border-color: #f2830d;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.button.orange.nobg {
  background: transparent;
  border-color: transparent;
  color: #F6A856;
  text-shadow: none;
}
.button.orange:hover {
  background: #f59c3e;
  border-color: #f2830d;
  color: #ffffff;
}
.button.orange.current,
.button.orange.current:hover {
  background: #f36d26;
  border-color: #da530c;
  color: #ffffff;
}
.button.yellow,
.button.hover-yellow:hover {
  /*----------------------------------------------------------*/
  background: #F5D554;
  border-color: #efc20e;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.button.yellow.nobg {
  background: transparent;
  border-color: transparent;
  color: #F5D554;
  text-shadow: none;
}
.button.yellow:hover {
  background: #f4cf3c;
  border-color: #efc20e;
  color: #ffffff;
}
.button.yellow.current,
.button.yellow.current:hover {
  background: #f2a724;
  border-color: #d68d0d;
  color: #ffffff;
}
.button.pink,
.button.hover-pink:hover {
  /*----------------------------------------------------------*/
  background: #F15274;
  border-color: #e4123f;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.button.pink.nobg {
  background: transparent;
  border-color: transparent;
  color: #F15274;
  text-shadow: none;
}
.button.pink:hover {
  background: #ef3a61;
  border-color: #e4123f;
  color: #ffffff;
}
.button.pink.current,
.button.pink.current:hover {
  background: #ed2370;
  border-color: #cc1158;
  color: #ffffff;
}
.button.purple,
.button.hover-purple:hover {
  /*----------------------------------------------------------*/
  background: #9462A4;
  border-color: #694475;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.button.purple.nobg {
  background: transparent;
  border-color: transparent;
  color: #9462A4;
  text-shadow: none;
}
.button.purple:hover {
  background: #865796;
  border-color: #694475;
  color: #ffffff;
}
.button.purple.current,
.button.purple.current:hover {
  background: #814d86;
  border-color: #623b65;
  color: #ffffff;
}
.button.teal,
.button.hover-teal:hover {
  /*----------------------------------------------------------*/
  background: #39CAB5;
  border-color: #279081;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.button.teal.nobg {
  background: transparent;
  border-color: transparent;
  color: #39CAB5;
  text-shadow: none;
}
.button.teal:hover {
  background: #31b8a5;
  border-color: #279081;
  color: #ffffff;
}
.button.teal.current,
.button.teal.current:hover {
  background: #2ca1a4;
  border-color: #217a7c;
  color: #ffffff;
}
.button.olive,
.button.hover-olive:hover {
  /*----------------------------------------------------------*/
  background: #A1B809;
  border-color: #616f05;
  color: #f5fcc4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.button.olive.nobg {
  background: transparent;
  border-color: transparent;
  color: #A1B809;
  text-shadow: none;
}
.button.olive:hover {
  background: #8ca008;
  border-color: #616f05;
  color: #f5fcc4;
}
.button.olive.current,
.button.olive.current:hover {
  background: #618707;
  border-color: #3e5704;
  color: #f5fcc4;
}
.button.gray,
.button.hover-gray:hover {
  /*----------------------------------------------------------*/
  background: #9d9fb1;
  border-color: #72768f;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.button.gray.nobg {
  background: transparent;
  border-color: transparent;
  color: #9d9fb1;
  text-shadow: none;
}
.button.gray:hover {
  background: #8f91a6;
  border-color: #72768f;
  color: #ffffff;
}
.button.gray.current,
.button.gray.current:hover {
  background: #82819a;
  border-color: #686781;
  color: #ffffff;
}
.button.small {
  padding: 5px 11px;
  font-size: 12px;
}
.button.form-size {
  padding: 6px 10px;
  margin: 5px 0 0 0;
}
.button.big {
  padding: 13px 26px;
  font-size: 22px;
}
.button.huge {
  padding: 19px 40px;
  font-size: 34px;
}
.button.mini {
  padding: 0 7px;
  font-size: 14px;
}
.button.mini:hover:not(.current) {
  box-shadow: none;
}
.button.square {
  border-radius: 0;
}
.button.rounded {
  border-radius: 100px;
}
.button.left {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.button.right {
  float: right;
  margin-left: 3px;
  margin-right: 0;
}
.button[disabled],
.button[disabled]:hover {
  background: #CDCDCD;
  color: #fff;
  border-color: #b4b4b4;
}
.button.loading,
.button.loading:hover,
.button.loading.current,
.button.loading.current:hover {
  border-color: #93A2A2;
  background: #9faeae;
  background-image: -webkit-linear-gradient(45deg, #c9d8d8 25%, #9faeae 25%, #9faeae 50%, #c9d8d8 50%, #c9d8d8 75%, #9faeae 75%, #9faeae);
  background-image: linear-gradient(45deg, #c9d8d8 25%, #9faeae 25%, #9faeae 50%, #c9d8d8 50%, #c9d8d8 75%, #9faeae 75%, #9faeae);
  background-size: 30px 30px;
  -webkit-animation: loadingbutton 0.7s linear infinite;
          animation: loadingbutton 0.7s linear infinite;
}
.button.active,
.button:active {
  box-shadow: inset 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}
.button.activated {
  box-shadow: inset 0 5px 25px 0 rgba(0, 0, 0, 0.4);
}
/* .keyframes(~'loadingbutton, from { background-position: 0 0; } to {  background-position: 60px 30px;  }'); */
@-webkit-keyframes loadingbutton {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
@keyframes loadingbutton {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
/* Circles
------------------------------------------------*/
.button.circle {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 24px;
  line-height: 39px;
}
.button.small.circle {
  width: 24px;
  height: 24px;
  border-radius: 38px;
  line-height: 24px;
}
.button.big.circle {
  width: 50px;
  height: 50px;
  border-radius: 82px;
  line-height: 50px;
}
.button.huge.circle {
  width: 74px;
  height: 74px;
  border-radius: 120px;
  line-height: 74px;
}
/* Button group
------------------------------------------------*/
.button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 6px 3px 6px 0;
}
.button-group:before,
.button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group .button {
  position: relative;
  float: left;
  margin: 0 0 0 -1px;
  z-index: 1;
}
.button-group .button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.button-group .button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
}
.button-group .button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button-group .button:hover,
.button-group .button.current,
.button-group .button.current:hover {
  z-index: 2;
}
/* Button block
------------------------------------------------*/
.button-block {
  position: relative;
  display: block;
  vertical-align: middle;
  margin: 6px 3px 6px 0;
}
.button-block:before,
.button-block:after {
  content: " ";
  display: table;
}
.button-block:after {
  clear: both;
}
.button-block.inline {
  display: inline-block;
}
.button-block.left {
  text-align: left;
}
.button-block.left > .button,
.button-block.left > .button-group {
  float: none;
  margin-left: 0;
  margin-right: 3px;
}
.button-block.center {
  text-align: center;
}
.button-block.center > .button,
.button-block.center > .button-group {
  float: none;
}
.button-block.center > .button-group {
  margin-left: auto;
  margin-right: auto;
}
.button-block.right {
  text-align: right;
}
.button-block.right > .button,
.button-block.right > .button-group {
  float: none;
  margin-right: 3px;
}
/* Align buttons
------------------------------------------------*/
.align-buttons.right {
  text-align: right;
}
.align-buttons.center {
  text-align: center;
}
.align-buttons.left {
  text-align: left;
}
/* Dropdowns
------------------------------------------------*/
.dropdown-group {
  position: relative;
}
.dropdown-group .button {
  position: initial;
}
.button.dropdown {
  display: inline-block;
  list-style: none;
  z-index: 100;
  padding-left: 9px;
  padding-right: 9px;
}
.button.dropdown > .dropdown-block {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 100;
  text-shadow: none;
  white-space: nowrap;
  padding: 3px 0;
  font-size: 14px;
}
.button.dropdown > .dropdown-block > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  color: #23242C;
  border: 1px solid #bfbfbf;
}
.button.dropdown > .dropdown-block > ul li a {
  display: block;
  padding: 5px 10px;
  font-weight: 400;
}
.button.dropdown > .dropdown-block > ul li a:hover {
  background: #f7f7f7;
}
.button.dropdown > .dropdown-block .title {
  color: #5b5e73;
  padding: 10px 10px 5px 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.button.dropdown > .dropdown-block .sep {
  height: 0;
  display: block;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #bfbfbf;
}
.button.dropdown:hover {
  z-index: 110;
}
.button.dropdown:hover > .dropdown-block {
  display: block;
  z-index: 110;
}
.button.small.dropdown {
  padding-left: 9px;
  padding-right: 9px;
}
.button.big.dropdown {
  padding-left: 9px;
  padding-right: 9px;
}
.button.huge.dropdown {
  padding-left: 20px;
  padding-right: 20px;
}
/*
-------------------------------------------------------------------------------
Elem / Form
-------------------------------------------------------------------------------
*/
.form-label {
  font-weight: 700;
  color: #5b5e73;
  margin-top: 19px;
}
.form-description {
  font-size: 12px;
  color: #9d9fb1;
  font-weight: 400;
}
label {
  margin-right: 15px;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  box-sizing: border-box;
}
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  padding: 7px 10px;
  margin: 5px 0 0 0;
  border-radius: 3px;
  border: 1px solid #c8c9d3;
  background: #ffffff;
  color: #23242C;
}
select {
  padding: 6px 10px;
}
textarea {
  width: 100%;
  min-height: 100px;
}
textarea.normal {
  min-height: 200px;
}
textarea.big {
  min-height: 400px;
}
textarea.huge {
  min-height: 600px;
}
input.fullwidth,
select.fullwidth {
  width: 100%;
}
input.small,
select.small {
  width: 100px;
}
input:focus:not([type="range"]),
select:focus,
textarea:focus {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.07);
}
/* Radio, Checkbox
------------------------------------------------*/
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  vertical-align: baseline;
  margin-right: 5px;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin-bottom: 19px;
}
input.field-error,
select.field-error,
textarea.field-error {
  border-color: #EB5858;
}
input.loading-data {
  background-image: url('assets/images/24.gif');
  background-repeat: no-repeat;
  background-position: 99% center;
}
/* Form row
----------------*/
.form-row.inline {
  padding: 20px 0 10px 0;
}
.form-row.inline .form-label {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin-top: 5px;
}
.form-row.inline .form-field {
  display: inline-block;
  width: 75%;
  padding-left: 5%;
}
@media only screen and (max-width: 768px) {
  .form-row.inline {
    padding: 5px 0;
  }
  .form-row.inline .form-label {
    margin-top: 19px;
  }
  .form-row.inline .form-label,
  .form-row.inline .form-field {
    display: block;
    width: auto;
    padding-left: 0;
  }
}
/* Image uploader
------------------------------------------------*/
.smk-image-uploader {
  margin: 9.5px 0 19px;
}
.smk-image-uploader .the-images .the-image {
  display: inline-block;
  position: relative;
  margin: 0 10px 10px 0;
  background: #eee;
}
.smk-image-uploader .the-images .the-image,
.smk-image-uploader .the-images .the-image .the-image-div {
  vertical-align: middle;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.smk-image-uploader .the-images .the-image .remove,
.smk-image-uploader .the-images .the-image .size {
  display: none;
  position: absolute;
  bottom: 4px;
  right: 4px;
  padding: 3px 4px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #EB5858;
  cursor: pointer;
}
.smk-image-uploader .the-images .the-image .remove:hover,
.smk-image-uploader .the-images .the-image .size:hover {
  color: #fff;
  background: red;
}
.smk-image-uploader .the-images .the-image .size {
  left: 4px;
  right: auto;
  background: #58BDE7;
  cursor: default;
}
.smk-image-uploader .the-images .the-image .size:hover {
  background: #58BDE7;
}
.smk-image-uploader .the-images .the-image:hover .remove,
.smk-image-uploader .the-images .the-image:hover .size {
  display: block;
}
.smk-image-uploader .the-images .the-image.smk-the-image-hidden {
  display: none;
}
.smk-image-uploader .the-images .the-image img {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  text-align: center;
}
.smk-image-uploader .the-images .the-image .the-progress-bar {
  position: absolute;
  display: block;
  top: 50%;
  left: 10px;
  right: 10px;
  height: 5px;
  padding: 2px;
  margin-top: -4px;
  border-radius: 3px;
  background: #fff;
}
.smk-image-uploader .the-images .the-image .the-progress-bar > span {
  display: block;
  height: 5px;
  width: 0;
  background: #89C245;
  border-radius: inherit;
}
.smk-image-uploader .the-images .the-image .file-error {
  display: block;
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 50%;
  line-height: 1.4;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #EB5858;
  font-size: 12px;
  text-align: center;
}
.smk-image-uploader .the-images .the-image.failed {
  background: #ffd6d8;
}
.smk-image-uploader .upload-button {
  margin: 0 0 10px 0;
  border: 2px dashed #c8c9d3;
  color: #c8c9d3;
  font-size: 22px;
  text-align: center;
  padding: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  box-sizing: border-box;
}
.smk-image-uploader .upload-button:hover {
  border-color: #9d9fb1;
  color: #9d9fb1;
}
.smk-image-uploader .upload-button.focused {
  background: rgba(88, 189, 231, 0.2);
}
.smk-image-uploader .the-images,
.smk-image-uploader .the-images .the-image,
.smk-image-uploader .upload-button {
  display: inline-block;
  float: left;
}
.smk-image-uploader.size-small .the-images .the-image .size {
  display: none;
}
.smk-image-uploader.size-medium .the-images .the-image,
.smk-image-uploader.size-medium .the-images .the-image .the-image-div {
  width: 150px;
  height: 150px;
  line-height: 150px;
}
.smk-image-uploader.size-medium .upload-button {
  width: 150px;
  height: 150px;
}
.smk-image-uploader.size-thumbnail .the-images .the-image,
.smk-image-uploader.size-thumbnail .the-images .the-image .the-image-div {
  width: 150px;
  height: 150px;
  line-height: 150px;
}
.smk-image-uploader.size-thumbnail .upload-button {
  width: 150px;
  height: 150px;
  line-height: 150px;
}
.smk-image-uploader.size-medium .the-images .the-image,
.smk-image-uploader.size-medium .the-images .the-image .the-image-div {
  width: 300px;
  min-height: 250px;
  line-height: 250px;
  height: auto;
}
.smk-image-uploader.size-medium .the-images .remove {
  bottom: 7px;
  right: 7px;
  font-size: 13px;
  line-height: 13px;
  text-transform: none;
}
.smk-image-uploader.size-medium .upload-button {
  width: 300px;
  height: 250px;
  line-height: 250px;
}
.smk-image-uploader.size-large .the-images {
  display: block;
  float: none;
  clear: both;
}
.smk-image-uploader.size-large .the-images .the-image,
.smk-image-uploader.size-large .the-images .the-image .the-image-div {
  width: 100%;
  height: auto;
  line-height: 100px;
  min-height: 100px;
}
.smk-image-uploader.size-large .the-images .remove {
  bottom: 10px;
  right: 10px;
  padding: 8px 13px;
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
}
.smk-image-uploader.size-large .upload-button {
  position: relative;
  font-size: 48px;
  width: 100%;
  height: auto;
  line-height: auto;
  padding-bottom: 40%;
  text-align: center;
  border: 0;
  background: #eee;
}
.smk-image-uploader.size-large .upload-button .the-upload-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.smk-image-uploader.size-small-rounded .the-images .the-image,
.smk-image-uploader.size-small-rounded .the-images .the-image img,
.smk-image-uploader.size-small-rounded .the-images .upload-button {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
}
.smk-image-uploader.size-small-rounded .the-images .the-image .size,
.smk-image-uploader.size-small-rounded .the-images .the-image img .size,
.smk-image-uploader.size-small-rounded .the-images .upload-button .size {
  display: none;
}
.smk-image-uploader:before,
.smk-image-uploader .the-images:before,
.smk-image-uploader:after,
.smk-image-uploader .the-images:after {
  content: " ";
  display: table;
}
.smk-image-uploader:after,
.smk-image-uploader .the-images:after {
  clear: both;
}
.smk-post-selector .selections {
  padding: 3px;
  background: #fafafa;
  border-radius: 3px;
  min-height: 32px;
}
.smk-post-selector .selections > span {
  font-size: 12px;
  display: inline-block;
  margin: 3px;
  padding: 2px 7px;
  background: #eee;
  border-radius: 2px;
  border: 1px solid #ccc;
  color: #444;
  cursor: pointer;
}
.smk-post-selector .selections > span:hover {
  border-color: #EB5858;
  color: #EB5858;
}
.smk-post-selector .results {
  margin-top: 10px;
}
.smk-post-selector .results .post-item {
  padding: 5px;
  cursor: pointer;
}
.smk-post-selector .results .post-item:nth-child(even) {
  background: #fafafa;
}
.smk-post-selector .results .post-item .the-icon {
  color: #999;
  display: inline-block;
  margin-right: 5px;
}
.smk-post-selector .results .post-item:hover {
  background: #f4f4f4;
  color: #89C245;
}
.smk-post-selector .results .post-item:hover .the-icon {
  color: #89C245;
}
/*
-------------------------------------------------------------------------------
Elem / Form
-------------------------------------------------------------------------------
*/
.notification {
  background: #888;
  color: #fff;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 20px 0;
}
.notification a {
  color: #fff;
  border-bottom: 1px dotted #eee;
}
.notification a:hover {
  opacity: 0.7;
}
.notification.green {
  background: #89C245;
}
.notification.red {
  background: #EB5858;
}
.notification.orange {
  background: #F6A856;
}
.notification.blue {
  background: #58BDE7;
}
.notification.light {
  border-width: 1px;
  border-style: solid;
}
.notification.super-light {
  border: 0;
}
.notification.light.green,
.notification.super-light.green {
  background: #e6f2d7;
}
.notification.light.green,
.notification.super-light.green,
.notification.light.green a,
.notification.super-light.green a {
  color: #6fa034;
  border-color: #95c858;
}
.notification.light.red,
.notification.super-light.red {
  background: #fdeeee;
}
.notification.light.red,
.notification.super-light.red,
.notification.light.red a,
.notification.super-light.red a {
  color: #e62a2a;
  border-color: #ee6f6f;
}
.notification.light.orange,
.notification.super-light.orange {
  background: #fef3e7;
}
.notification.light.orange,
.notification.super-light.orange,
.notification.light.orange a,
.notification.super-light.orange a {
  color: #f38f26;
  border-color: #f7b46e;
}
.notification.light.blue,
.notification.super-light.blue {
  background: #def2fa;
}
.notification.light.blue,
.notification.super-light.blue,
.notification.light.blue a,
.notification.super-light.blue a {
  color: #2babe1;
  border-color: #6ec6ea;
}
.notification.center {
  text-align: center;
}
.notification.site-notice {
  border-radius: 0;
  margin: 0;
  position: relative;
  z-index: 99999;
}
.notification .timer {
  position: absolute;
  right: 10px;
  display: inline-block;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 12px;
}
/*
//===========================================================================//
jQUERY PLUGINS
//===========================================================================//
*/
/*
-------------------------------------------------------------------------------
Elem / jQuery Visual select
-------------------------------------------------------------------------------
*/
.visual-select {
  margin: 10px 0 19px;
}
.visual-select .choice {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.visual-select .choice .handle {
  position: relative;
  display: inline-block;
  float: left;
  padding: 3px 9px;
  margin: 0;
  border-radius: 0;
  background: #fafafa;
  border: 1px solid #ddd;
  margin-left: -1px;
  color: #555;
  cursor: pointer;
  z-index: 1;
}
.visual-select .choice .handle:hover {
  color: #111;
}
.visual-select .choice .handle.active {
  background: #288DFF;
  border-color: #0073f4;
  color: #fff;
  z-index: 2;
}
.visual-select .choice .handle:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.visual-select .choice .handle:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.visual-select.subtle {
  margin: 0 10px 0 0;
}
.visual-select.small {
  font-size: 12px;
}
.visual-select.small .choice .handle {
  padding: 1px 6px;
}
.visual-select:before,
.visual-select .choice:before,
.visual-select:after,
.visual-select .choice:after {
  content: " ";
  display: table;
}
.visual-select:after,
.visual-select .choice:after {
  clear: both;
}
.inline-visual-block {
  margin: 10px 0 9.5px;
}
.inline-visual-block:before,
.inline-visual-block:after {
  content: " ";
  display: table;
}
.inline-visual-block:after {
  clear: both;
}
.visual-select-label {
  padding: 4px 0;
}
/*
-------------------------------------------------------------------------------
Elem / jQuery Owl carousel
-------------------------------------------------------------------------------
*/
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(../../assets/images/images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/*
//===========================================================================//
MENU
//===========================================================================//
*/
.main-menu-nav:before,
.main-menu-nav:after {
  content: " ";
  display: table;
}
.main-menu-nav:after {
  clear: both;
}
.main-menu-nav .menu {
  position: relative;
  z-index: 1000;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu-nav .menu > li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}
.main-menu-nav .menu > li > a {
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 10px 15px;
}
.main-menu-nav .menu > li .menu-hidden-title {
  display: none;
}
.main-menu-nav .menu:before,
.main-menu-nav .menu:after {
  content: " ";
  display: table;
}
.main-menu-nav .menu:after {
  clear: both;
}
/* Sub-menu
------------------------------------------------*/
.main-menu-nav .menu .sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  min-width: 120px;
  background: #FFF;
  color: #fff;
}
.main-menu-nav .menu .sub-menu > li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main-menu-nav .menu .sub-menu > li > a {
  display: block;
  white-space: nowrap;
  padding: 10px 15px;
}
.main-menu-nav .menu .sub-menu > li > .sub-menu {
  padding: 0;
}
.main-menu-nav .menu .sub-menu.hovv,
.main-menu-nav .menu > li .sub-menu.hovv {
  display: block;
}
.main-menu-nav .menu > li > a .sub-menu-mark,
.main-menu-nav .menu .sub-menu > li > a .sub-menu-mark {
  display: block;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 4px;
  top: 50%;
  margin: -6px 0 0 0;
}
.main-menu-nav .menu .sub-menu > li > .inner {
  padding: 10px 15px;
}
.main-menu-nav .menu > li.mega {
  position: static;
}
.main-menu-nav .menu > li.mega .sub-menu {
  left: 0;
  right: 0;
}
/* Hover
------------------------------------------------*/
.main-menu-nav .menu > li:hover > .sub-menu {
  display: block;
}
.main-menu-nav .menu > li:hover > a {
  background: #fff;
}
.main-menu-nav .menu .sub-menu > li:hover > .sub-menu {
  display: block;
}
/* Horizontal
------------------------------------------------*/
.main-menu-nav .menu.horizontal.align-left {
  float: left;
}
.main-menu-nav .menu.horizontal.align-right {
  float: right;
}
.main-menu-nav .menu.horizontal.align-center {
  float: none;
  text-align: center;
}
.main-menu-nav .menu.horizontal.align-center > li {
  float: none;
  text-align: left;
}
.main-menu-nav .menu.horizontal .sub-menu > li > .sub-menu {
  left: 100%;
  top: 0;
}
.main-menu-nav .menu.horizontal > li.to-left .sub-menu {
  left: auto;
  right: 0;
}
.main-menu-nav .menu.horizontal .sub-menu > li.to-left .sub-menu {
  left: auto;
  right: 100%;
}
.main-menu-nav .menu.horizontal > li.to-left-more .sub-menu {
  left: auto;
  right: -20px;
}
.main-menu-nav .menu.horizontal .sub-menu > li.to-left-more .sub-menu {
  left: auto;
  right: 100%;
}
.main-menu-nav .menu.horizontal:before,
.main-menu-nav .menu.horizontal:after {
  content: " ";
  display: table;
}
.main-menu-nav .menu.horizontal:after {
  clear: both;
}
/* Theme default
------------------------------------------------*/
/* Default theme
------------------------------------------------*/
.main-menu-nav .menu > li > a {
  color: #c5d0db;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.main-menu-nav .menu > li > a:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  top: 5px;
  left: 50%;
  z-index: 9;
  background: #a5b6c8;
  border-radius: 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.main-menu-nav .menu > li > a.menu-single-icon {
  position: relative;
  font-size: 18px;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 11px;
}
.main-menu-nav .menu > li > a.menu-single-icon .new-info {
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  padding: 3px 0;
  min-width: 16px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #288DFF;
  z-index: 10;
}
.main-menu-nav .menu .sub-menu {
  margin: 15px 0;
  padding: 0;
  background: #2A3744;
  background: rgba(42, 55, 68, 0.94);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
}
.main-menu-nav .menu .sub-menu > li {
  z-index: 10;
}
.main-menu-nav .menu .sub-menu > li,
.main-menu-nav .menu .sub-menu > li > a {
  position: relative;
  color: #fff;
  z-index: 10;
}
.main-menu-nav .menu .sub-menu > li > a {
  padding: 7px 15px;
}
.main-menu-nav .menu .sub-menu > li > a:hover {
  background: #202a34;
  border-radius: 2px;
}
.main-menu-nav .menu .sub-menu > li .sub-menu {
  margin: 0;
}
.main-menu-nav .menu .sub-menu > li.separator {
  border-bottom: 1px solid #242f3b;
}
.main-menu-nav .menu .sub-menu:before,
.main-menu-nav .menu .sub-menu:after {
  content: " ";
  display: block;
  position: absolute;
}
.main-menu-nav .menu .sub-menu:after {
  background: transparent;
  width: 100%;
  height: 15px;
  top: -15px;
  left: 0;
  z-index: 8;
}
/* Hover
------------------------------------------------*/
.main-menu-nav .menu > li:hover > a:before {
  width: 40%;
  left: 30%;
}
.main-menu-nav .menu > li:hover > .sub-menu {
  display: block;
}
.main-menu-nav .menu > li:hover > a {
  background: transparent;
  color: #fff;
  border-radius: 0;
}
.main-menu-nav .menu .sub-menu > li:hover:before,
.main-menu-nav .menu .sub-menu > li:hover:after {
  opacity: 1;
}
.main-menu-nav .menu .sub-menu > li:hover > .sub-menu {
  display: block;
}
.main-menu-nav .menu .sub-menu > li:hover > a {
  color: #eee;
}
/* User menu from right
------------------------------------------------*/
/* User menu to the right
------------------------------------------------*/
.main-menu-nav .menu > li .user-details-in-menu .user-avatar {
  display: block;
  padding: 0;
}
.main-menu-nav .menu > li .user-details-in-menu .user-avatar img {
  margin: 5px 0 9px 10px;
  vertical-align: middle;
  padding: 0;
  width: 24px;
  height: 24px;
}
.main-menu-nav .menu .sub-menu.user-notes {
  min-width: 350px;
  font-size: 11px;
}
.main-menu-nav .menu .sub-menu.user-notes .note {
  padding: 10px 15px;
}
.main-menu-nav .menu .sub-menu.user-notes .note a {
  color: #c5d0db;
}
.main-menu-nav .menu .sub-menu.user-notes .note a:hover {
  color: #fff;
}
.main-menu-nav .menu .sub-menu.user-notes .note .user-message {
  position: relative;
  padding-left: 60px;
  padding-right: 30px;
  min-height: 50px;
}
.main-menu-nav .menu .sub-menu.user-notes .note .user-message .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0;
}
.main-menu-nav .menu .sub-menu.user-notes .note .user-message .type {
  display: block;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 1px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.main-menu-nav .menu .sub-menu.user-notes .note .user-message .username {
  font-weight: 700;
}
.main-menu-nav .menu .sub-menu.user-notes .note .user-message .message {
  color: #fff;
}
.main-menu-nav .menu .sub-menu.user-notes .note .user-message .date {
  color: #bbb;
}
.main-menu-nav .menu .sub-menu.user-notes .no-new-private-messages,
.main-menu-nav .menu .sub-menu.user-notes .no-new-notifications {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 13px;
  margin: 15px;
  border: 1px dotted #869db4;
}
.main-menu-nav .menu .sub-menu.user-notes .go-to-all {
  text-align: center;
}
.smk-theme-woocommerce-header-widget .widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item {
  padding-top: 7px;
  padding-bottom: 7px;
}
.smk-theme-woocommerce-header-widget .widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item img {
  margin: 0;
}
.smk-theme-woocommerce-header-widget .widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget .remove {
  top: 7px;
  line-height: 1;
  padding: 1px;
  font-size: 16px;
  vertical-align: middle;
  font-family: "FontAwesome";
}
.smk-theme-woocommerce-header-widget .widget.woocommerce.widget_shopping_cart .total {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 0;
  text-align: center;
}
.smk-theme-woocommerce-header-widget .widget.woocommerce.widget_shopping_cart .buttons {
  padding: 10px 0;
  text-align: center;
}
.smk-theme-woocommerce-header-widget .widget.woocommerce.widget_shopping_cart .buttons a + a {
  margin-left: 8px;
}
/* Responsive
------------------------------------------------*/
.main-menu-nav {
  position: relative;
}
.main-menu-nav .breakpoint-close {
  display: none;
}
.main-menu-nav.breakpoint .menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 30px 50px 100px;
  background: rgba(51, 51, 51, 0.98);
  min-width: none;
  max-width: none;
  display: none;
  overflow: auto;
  z-index: 999999;
}
.main-menu-nav.breakpoint .menu > li {
  position: relative;
  display: block;
  float: none;
  z-index: 1;
}
.main-menu-nav.breakpoint .menu > li.inactive-li {
  display: none;
}
.main-menu-nav.breakpoint .menu > li > a {
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
  color: #fff;
  padding: 15px;
  font-size: 16px;
  line-height: 1;
  white-space: normal;
}
.main-menu-nav.breakpoint .menu > li > a:hover {
  background: rgba(68, 68, 68, 0.5);
  color: #eee;
}
.main-menu-nav.breakpoint .menu > li > a:before {
  display: none;
}
.main-menu-nav.breakpoint .menu > li .menu-hidden-title {
  display: inline;
}
.main-menu-nav.breakpoint .menu > li img {
  display: inline;
}
.main-menu-nav.breakpoint .menu .sub-menu {
  position: relative;
  left: 0;
  top: 0;
  display: none;
  z-index: 2;
  width: 100%;
  background: transparent;
  margin: 0;
  box-shadow: none;
}
.main-menu-nav.breakpoint .menu .sub-menu > li {
  position: relative;
  display: block;
  float: none;
}
.main-menu-nav.breakpoint .menu .sub-menu > li.inactive-li {
  display: none;
}
.main-menu-nav.breakpoint .menu .sub-menu > li > a {
  background: transparent;
  color: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
  padding: 15px;
  font-size: 14px;
  line-height: 1;
  white-space: normal;
}
.main-menu-nav.breakpoint .menu .sub-menu > li > a:hover {
  background: rgba(68, 68, 68, 0.5);
  color: #eee;
}
.main-menu-nav.breakpoint .menu .sub-menu > li .sub-menu {
  display: none;
  position: relative;
  left: 0;
  top: 0;
}
.main-menu-nav.breakpoint .menu .sub-menu-pointer {
  display: block;
  width: 20px;
  height: 20px;
  padding: 7px;
  font-size: 14px;
  background: #aaa;
  color: #fff;
  border-radius: 2px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  z-index: 10;
}
.main-menu-nav.breakpoint .menu .sub-menu-pointer.active {
  background: #EB5858;
}
.main-menu-nav.breakpoint .menu > li:hover > .sub-menu {
  display: none;
}
.main-menu-nav.breakpoint .menu > li.active-li > .sub-menu,
.main-menu-nav.breakpoint .menu .sub-menu > li.active-li > .sub-menu {
  display: block;
}
.main-menu-nav.breakpoint .menu > li.active-li > a,
.main-menu-nav.breakpoint .menu .sub-menu > li.active-li > a {
  background: #151515;
  border-bottom: 1px solid #444;
}
.main-menu-nav.breakpoint .menu > li.to-left-more .sub-menu {
  left: auto;
  right: 0;
}
.main-menu-nav.breakpoint .menu > li > a .sub-menu-mark,
.main-menu-nav.breakpoint .menu .sub-menu > li > a .sub-menu-mark {
  display: none;
}
.main-menu-nav.breakpoint .breakpoint-handle {
  display: inline-block;
  font-size: 22px;
  text-align: center;
  padding: 4px 15px;
  cursor: pointer;
}
.main-menu-nav.breakpoint .breakpoint-close {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 15px;
  font-size: 15px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.main-menu-nav.breakpoint.active-menu .menu {
  display: block;
}
.admin-bar .main-menu-nav.breakpoint .menu {
  top: 32px;
}
.smk-menu-responsive-activated {
  overflow: hidden;
  opacity: 0.4;
}
.smk-close-menu {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: auto;
  bottom: 10px;
  left: 50%;
  background: #000;
  color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: translate 0.2s;
  transition: translate 0.2s;
}
.smk-close-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 782px) {
  .admin-bar .main-menu-nav.breakpoint .menu {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .main-menu-nav.breakpoint .menu {
    top: 0;
  }
}
/*
//===========================================================================//
ENTRIES
//===========================================================================//
*/
/*
-------------------------------------------------------------------------------
Entry controls
-------------------------------------------------------------------------------
*/
.entry-controls .control {
  display: inline-block;
  float: left;
  border: 1px solid transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  color: #9d9fb1;
}
.entry-controls .control.entry-to-favorites:hover {
  color: #5b5e73;
}
.entry-controls .control.entry-to-favorites.active {
  color: #EB5858;
}
.entry-controls .control.entry-like:hover {
  color: #5b5e73;
}
.entry-controls .control.entry-like.active {
  color: #58BDE7;
}
.entry-controls .control-tip {
  position: relative;
  display: inline-block;
  float: left;
  background: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  font-size: 12px;
  color: #808080;
  padding: 1px 3px;
  margin: 2px 12px 2px 0;
}
.entry-controls .control-tip:before {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background: inherit;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: inherit;
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.entry-controls .control-tip:empty {
  padding: 0;
  margin: 0;
  border: 0;
  display: none;
}
.entry-controls.minimal .control {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  background: transparent;
  border: 0;
  margin-right: 3px;
}
.entry-controls.minimal .control-tip {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
}
.entry-controls.minimal .control-tip:before {
  display: none;
}
.entry-controls:before,
.entry-controls:after {
  content: " ";
  display: table;
}
.entry-controls:after {
  clear: both;
}
.single-recipe-photo-cover.activated .recipe-tools {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-recipe-photo-cover.activated .recipe-tools .tool {
  opacity: 0.8;
}
.single-recipe-photo-cover.activated:hover .recipe-tools {
  visibility: visible;
  opacity: 1;
}
.smk-manage-recipe {
  position: relative;
  display: inline-block;
  z-index: 200;
  text-align: center;
  cursor: pointer;
}
.smk-manage-recipe .manage-recipe-handler {
  position: relative;
  display: inline-block;
  padding: 10px 5px;
  font-size: 14px;
  width: 24px;
  line-height: 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  z-index: 2;
}
.smk-manage-recipe .manage-links {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  z-index: 1;
  min-width: 100%;
  padding: 5px;
  display: none;
}
.smk-manage-recipe .manage-links a {
  display: block;
  padding: 3px 10px;
  color: #777;
  border-radius: 2px;
  white-space: nowrap;
}
.smk-manage-recipe .manage-links a:hover {
  background: #eee;
  color: #333;
}
.smk-manage-recipe .manage-links a.edit {
  color: #58BDE7;
}
.smk-manage-recipe .manage-links a.edit:hover {
  background: #58BDE7;
  color: #fff;
}
.smk-manage-recipe .manage-links a.remove {
  color: #EB5858;
}
.smk-manage-recipe .manage-links a.remove:hover {
  background: #EB5858;
  color: #fff;
}
.smk-manage-recipe .manage-links a.featured,
.smk-manage-recipe .manage-links a.unapprove {
  color: #F6A856;
}
.smk-manage-recipe .manage-links a.featured:hover,
.smk-manage-recipe .manage-links a.unapprove:hover {
  background: #F6A856;
  color: #fff;
}
.smk-manage-recipe .manage-links a.not_featured,
.smk-manage-recipe .manage-links a.approve {
  color: #89C245;
}
.smk-manage-recipe .manage-links a.not_featured:hover,
.smk-manage-recipe .manage-links a.approve:hover {
  background: #89C245;
  color: #fff;
}
.smk-manage-recipe.to-left {
  float: left;
}
.smk-manage-recipe.to-right {
  float: right;
}
.smk-manage-recipe.to-right .manage-links {
  top: 100%;
  right: 0;
  left: auto;
}
.smk-manage-recipe.active {
  border-radius: 2px 2px 0 0;
  z-index: 210;
}
.smk-manage-recipe.active .manage-recipe-handler {
  border-bottom-color: #fff;
}
.smk-manage-recipe.active .manage-links {
  display: block;
  border-radius: 0 2px 2px;
}
.smk-manage-recipe.active.to-right .manage-links {
  border-radius: 2px 0 2px 2px;
}
.entry-micro-signs {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.entry-micro-signs .micro-sign {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 3px;
  background: #333;
  margin-right: 5px;
  color: #fff;
}
.entry-micro-signs .micro-sign.video {
  background: #89C245;
}
/*
-------------------------------------------------------------------------------
Carousel
-------------------------------------------------------------------------------
*/
.carousel-posts .entry,
.home-carousel-posts .entry {
  margin: 15px;
}
.carousel-posts .entry .entry-title,
.home-carousel-posts .entry .entry-title {
  font-weight: 700;
  font-size: 14px;
}
.carousel-posts .entry .entry-meta,
.home-carousel-posts .entry .entry-meta {
  font-size: 13px;
  color: #9d9fb1;
}
.carousel-posts .entry .entry-photo,
.home-carousel-posts .entry .entry-photo {
  margin-bottom: 20px;
}
.carousel-posts .entry .entry-photo img,
.home-carousel-posts .entry .entry-photo img {
  display: block;
  margin: 0;
}
.carousel-posts .entry .entry-photo.thumb-bg,
.home-carousel-posts .entry .entry-photo.thumb-bg {
  width: 100%;
  padding-bottom: 100%;
  background: url('assets/images/img.png') center center no-repeat #eee;
}
.carousel-posts-heading {
  margin: 10px 0;
}
.carousel-posts-nav .carousel-posts-nav-prev,
.carousel-posts-nav .carousel-posts-nav-next {
  display: inline-block;
  float: right;
  background: #eee;
  padding: 5px;
  margin: 20px 0;
  margin-left: 7px;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  width: 20px;
  cursor: pointer;
  color: #666;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel-posts-nav .carousel-posts-nav-prev:hover,
.carousel-posts-nav .carousel-posts-nav-next:hover {
  background: #288DFF;
  color: #fff;
}
/*
-------------------------------------------------------------------------------
Recipes: Single Recipe
-------------------------------------------------------------------------------
*/
.entry-content .recipe-meta,
.entry-content .recipe-content {
  display: inline-block;
  float: left;
  margin-top: 20px;
  box-sizing: border-box;
}
.entry-content .recipe-meta {
  width: 30%;
  padding-left: 15px;
  border-left: 1px solid #ddd;
  margin-left: -1px;
  margin-top: 40px;
}
.entry-content .recipe-meta ul,
.entry-content .recipe-meta li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.entry-content .recipe-meta li {
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.entry-content .recipe-meta li .the-icon {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 50px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  border-right: 1px solid #ddd;
  text-align: center;
}
.entry-content .recipe-meta li:first-of-type {
  border-top: 1px solid #ddd;
}
.entry-content .recipe-meta li .entry-info-author {
  position: relative;
  margin: 0;
  padding-left: 64px;
  font-size: 12px;
  min-height: 40px;
}
.entry-content .recipe-meta li .entry-info-author img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
.entry-content .recipe-meta li .entry-info-author .button {
  font-size: inherit;
  margin: 0;
}
.entry-content .recipe-meta li .entry-info-author .mark {
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
}
.entry-content .recipe-meta .recipe-mini-meta .title {
  font-size: 12px;
  color: #666;
  display: block;
}
.entry-content .recipe-meta .recipe-mini-meta .value {
  display: block;
}
.entry-content .recipe-content {
  width: 70%;
  padding-right: 15px;
  margin-top: 40px;
  border-right: 1px solid #ddd;
}
.entry-content.meta-pos-top .recipe-content,
.entry-content.meta-pos-bottom .recipe-content,
.entry-content.meta-pos-top .recipe-meta,
.entry-content.meta-pos-bottom .recipe-meta {
  width: 100%;
  display: block;
  float: none;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.entry-content.meta-pos-top .recipe-meta li,
.entry-content.meta-pos-bottom .recipe-meta li {
  margin: 0;
  width: 48%;
  display: inline-block;
  float: left;
}
.entry-content.meta-pos-top .recipe-meta li:first-of-type,
.entry-content.meta-pos-bottom .recipe-meta li:first-of-type {
  width: 100%;
  display: block;
  float: none;
}
.entry-content.meta-pos-top .recipe-meta li:nth-child(even),
.entry-content.meta-pos-bottom .recipe-meta li:nth-child(even) {
  margin-right: 4%;
}
.entry-content.meta-pos-left .recipe-meta {
  padding-left: 0;
  border-left: 0;
  margin-left: 0;
  padding-right: 15px;
  border-right: 1px solid #ddd;
  margin-right: -1px;
}
.entry-content.meta-pos-left .recipe-content {
  padding-right: 0;
  border-right: 0;
  padding-left: 15px;
  border-left: 1px solid #ddd;
}
.recipe-restricted {
  text-align: center;
  margin: 50px 0;
}
.recipe-restricted img.restrict-icon {
  max-width: 64px;
}
.recipe-restricted .restrict-light-text {
  color: #9d9fb1;
  font-size: 18px;
  margin: 0 0 15px;
}
.single-recipe-meta-section-title {
  font-size: 17px;
  font-weight: 700;
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}
.single-recipe-meta-section-title > span {
  display: block;
}
.single-recipe-meta-section-title > span:nth-child(2) {
  font-size: 12px;
  color: #777;
  font-weight: 400;
}
.single-nutrition-label {
  display: block;
  margin-bottom: 20px;
}
.single-nutrition-label .title {
  font-size: 12px;
  text-transform: uppercase;
}
.single-nutrition-label .title > .value {
  float: right;
  text-transform: none;
}
.single-nutrition-label .bar-line {
  display: block;
}
.single-nutrition-label .bar-line .bar {
  display: block;
  height: 4px;
  background: #ddd;
  margin-top: 5px;
}
.single-nutrition-label .bar-line .bar > span {
  display: block;
  height: inherit;
  background: #89C245;
}
.entry-recipe-slider,
.entry-recipe-slider li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-recipe-slider .slider-iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
}
.entry-recipe-slider .slider-iframe-container > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.recipe-user-image-in-slider {
  position: relative;
}
.recipe-user-image-in-slider .user-image-author {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
.recipe-user-image-in-slider .user-image-delete {
  position: absolute;
  background: #fff;
  color: #EB5858;
  padding: 3px 10px;
  font-size: 12px;
  right: 20px;
  top: 20px;
  z-index: 100;
  border-radius: 3px;
}
.recipe-user-image-in-slider .user-image-delete:hover {
  background: #EB5858;
  color: #fff;
}
.recipe-user-image-in-slider .user-image-delete.loading {
  border-color: #93A2A2;
  background: #9faeae;
  background-image: -webkit-linear-gradient(45deg, #c9d8d8 25%, #9faeae 25%, #9faeae 50%, #c9d8d8 50%, #c9d8d8 75%, #9faeae 75%, #9faeae);
  background-image: linear-gradient(45deg, #c9d8d8 25%, #9faeae 25%, #9faeae 50%, #c9d8d8 50%, #c9d8d8 75%, #9faeae 75%, #9faeae);
  background-size: 30px 30px;
  -webkit-animation: loadingbutton 0.7s linear infinite;
          animation: loadingbutton 0.7s linear infinite;
}
.post-rating-result {
  display: inline-block;
  color: #F6A856;
  font-size: 16px;
  letter-spacing: 1px;
}
.single-recipe-photo-cover {
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
  overflow-y: hidden;
  min-height: 60px;
}
.single-recipe-photo-cover img {
  display: block;
  margin: 0;
}
.single-recipe-photo-cover .recipe-tools {
  position: absolute;
  padding: 10px 0 10px 10px;
  left: 0;
  top: 0;
  z-index: 10;
}
.single-recipe-photo-cover .recipe-tools:before,
.single-recipe-photo-cover .recipe-tools:after {
  content: " ";
  display: table;
}
.single-recipe-photo-cover .recipe-tools:after {
  clear: both;
}
.single-recipe-photo-cover .recipe-tools .tool {
  position: relative;
  display: inline-block;
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 3px;
  background: #23242C;
  border: 0;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.6;
}
.single-recipe-photo-cover .recipe-tools .tool .the-icon {
  position: absolute;
  font-size: 28px;
  padding: 10px 0;
  width: 48px;
  height: 48px;
  text-align: center;
}
.single-recipe-photo-cover .recipe-tools .tool:hover {
  opacity: 0.9;
}
.single-recipe-photo-cover .recipe-tools .tool.active {
  border-color: transparent;
  box-shadow: 0 10px 10px -7px rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.single-recipe-photo-cover .recipe-tools .tool.active.like {
  background: #58BDE7;
  border-color: #1b8ebe;
}
.single-recipe-photo-cover .recipe-tools .tool.active.favorite {
  background: #EB5858;
  border-color: #c51818;
}
.single-recipe-photo-cover .recipe-tools .tool.active.collection {
  background: #89C245;
  border-color: #547928;
}
.single-recipe-photo-cover .recipe-tools .tool.active.share {
  background: #5b5e73;
  border-color: #2e303a;
}
.single-recipe-photo-cover .recipe-tools .tool.active.print {
  background: #9462A4;
  border-color: #5b3b65;
}
.single-recipe-ingredients ul,
.single-recipe-ingredients li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-recipe-ingredients ul:before,
.single-recipe-ingredients li:before,
.single-recipe-ingredients ul:after,
.single-recipe-ingredients li:after {
  content: " ";
  display: table;
}
.single-recipe-ingredients ul:after,
.single-recipe-ingredients li:after {
  clear: both;
}
.single-recipe-ingredients li {
  position: relative;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #ddd;
}
.single-recipe-ingredients li .mark-as-ok {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  background: #e4e5ea;
  border-radius: 20px;
  left: 0;
  top: 10px;
  color: #ffffff;
  cursor: pointer;
}
.single-recipe-ingredients li .ingredient,
.single-recipe-ingredients li .ingredient-quantity {
  display: inline-block;
  float: left;
}
.single-recipe-ingredients li .ingredient {
  width: 35%;
  color: #5b5e73;
}
.single-recipe-ingredients li .ingredient a {
  color: #5b5e73;
}
.single-recipe-ingredients li .ingredient a:hover {
  color: #0073f4;
}
.single-recipe-ingredients li .ingredient-quantity {
  width: 65%;
}
.single-recipe-ingredients li .ingredient-quantity .qt-notes {
  font-size: 12px;
  color: #72768f;
}
.single-recipe-ingredients li:hover .mark-as-ok {
  background: #b9bbc8;
}
.single-recipe-ingredients li.active .mark-as-ok {
  background: #89C245;
  color: #ffffff;
}
.single-recipe-ingredients li.active .ingredient,
.single-recipe-ingredients li.active .ingredient a {
  color: #89C245;
}
.single-recipe-ingredients li.active .quantity {
  color: #72768f;
}
.recipe-servings-calculator {
  margin: 25px 0;
}
.recipe-servings-calculator > .label {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  vertical-align: baseline;
}
.recipe-servings-calculator > .label .icon {
  font-size: 24px;
  margin-right: 5px;
  color: #9462A4;
  vertical-align: -3px;
}
.recipe-servings-calculator > .calculator input {
  width: 60px;
  padding: 6px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin: 0;
  text-align: center;
}
.recipe-servings-calculator > .calculator [class^="calc-btn-"] {
  display: inline-block;
  padding: 8px 12px;
  background: #eee;
  color: #444;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  border-radius: 3px;
}
.recipe-servings-calculator > .calculator [class^="calc-btn-"]:hover {
  background: #89C245;
  color: #fff;
}
.recipe-servings-calculator > .calculator .calc-btn-minus {
  margin-left: 10px;
}
.recipe-servings-calculator > .calculator .calc-btn-plus {
  margin-left: 5px;
}
.recipe-taxes {
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.recipe-taxes .tax-title {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 7px;
}
.recipe-taxes .tax {
  display: inline-block;
  background: #eee;
  border-radius: 2px;
  margin: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.recipe-taxes .tax,
.recipe-taxes .tax a {
  display: inline-block;
  color: #666;
}
.recipe-taxes .tax a {
  padding: 2px 7px;
}
.recipe-taxes .tax:hover {
  background: #288DFF;
}
.recipe-taxes .tax:hover,
.recipe-taxes .tax:hover a {
  color: #fff;
}
.recipe-taxes:last-of-type {
  margin-right: 0;
}
.recipe-headlines {
  position: relative;
  display: block;
  border: 1px solid #d6d7de;
  color: #333;
  border-right: 0;
  padding: 5px 15px 5px 50px;
  margin: 50px 0 30px 20px;
  font-size: 20px;
}
.recipe-headlines.first {
  margin-top: 0;
}
.recipe-headlines:before,
.recipe-headlines:after {
  content: " ";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  left: -20px;
  top: 50%;
  margin-top: -20px;
}
.recipe-headlines:before {
  border-top: 1px solid #d6d7de;
  border-right: 1px solid #d6d7de;
  background: #fff;
  border-top-right-radius: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.recipe-headlines:after {
  font-family: "FontAwesome";
  text-align: center;
  font-size: 22px;
  padding: 9px 0;
  line-height: 1;
  color: #9d9fb1;
  font-weight: 400;
}
.recipe-headlines.ingredients:after {
  content: "\f0c3";
  color: #58BDE7;
}
.recipe-headlines.preparation-mode:after {
  content: "\f0f6";
  color: #89C245;
}
.recipe-headlines.footnotes:after {
  content: "\f0eb";
  color: #F5D554;
}
.recipe-headlines.links:after {
  content: "\f0c1";
  color: #9462A4;
}
.recipe-headlines.related:after {
  content: "\f1ea";
  color: #EB5858;
}
.recipe-headlines.shop:after {
  content: "\f291";
  color: #9462A4;
}
.page-title.single-recipe-page-title {
  position: relative;
}
.page-title.single-recipe-page-title .smk-manage-recipe {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -18px;
}
@media screen and (max-width: 1100px) {
  .entry-content .recipe-content,
  .entry-content.meta-pos-top .recipe-content,
  .entry-content.meta-pos-bottom .recipe-content,
  .entry-content.meta-pos-left .recipe-content,
  .entry-content .recipe-meta,
  .entry-content.meta-pos-top .recipe-meta,
  .entry-content.meta-pos-bottom .recipe-meta,
  .entry-content.meta-pos-left .recipe-meta {
    width: 100%;
    display: block;
    float: none;
    border-left: 0;
    padding-left: 0;
  }
  .entry-content .recipe-content:before,
  .entry-content.meta-pos-top .recipe-content:before,
  .entry-content.meta-pos-bottom .recipe-content:before,
  .entry-content.meta-pos-left .recipe-content:before,
  .entry-content .recipe-meta:before,
  .entry-content.meta-pos-top .recipe-meta:before,
  .entry-content.meta-pos-bottom .recipe-meta:before,
  .entry-content.meta-pos-left .recipe-meta:before,
  .entry-content .recipe-content:after,
  .entry-content.meta-pos-top .recipe-content:after,
  .entry-content.meta-pos-bottom .recipe-content:after,
  .entry-content.meta-pos-left .recipe-content:after,
  .entry-content .recipe-meta:after,
  .entry-content.meta-pos-top .recipe-meta:after,
  .entry-content.meta-pos-bottom .recipe-meta:after,
  .entry-content.meta-pos-left .recipe-meta:after {
    content: " ";
    display: table;
  }
  .entry-content .recipe-content:after,
  .entry-content.meta-pos-top .recipe-content:after,
  .entry-content.meta-pos-bottom .recipe-content:after,
  .entry-content.meta-pos-left .recipe-content:after,
  .entry-content .recipe-meta:after,
  .entry-content.meta-pos-top .recipe-meta:after,
  .entry-content.meta-pos-bottom .recipe-meta:after,
  .entry-content.meta-pos-left .recipe-meta:after {
    clear: both;
  }
}
@media screen and (max-width: 1000px) {
  .entry-content .recipe-meta li,
  .entry-content.meta-pos-top .recipe-meta li,
  .entry-content.meta-pos-bottom .recipe-meta li,
  .entry-content.meta-pos-left .recipe-meta li {
    margin: 0;
    width: 48%;
    display: inline-block;
    float: left;
  }
  .entry-content .recipe-meta li:first-of-type,
  .entry-content.meta-pos-top .recipe-meta li:first-of-type,
  .entry-content.meta-pos-bottom .recipe-meta li:first-of-type,
  .entry-content.meta-pos-left .recipe-meta li:first-of-type {
    width: 100%;
    display: block;
    float: none;
  }
  .entry-content .recipe-meta li:nth-child(even),
  .entry-content.meta-pos-top .recipe-meta li:nth-child(even),
  .entry-content.meta-pos-bottom .recipe-meta li:nth-child(even),
  .entry-content.meta-pos-left .recipe-meta li:nth-child(even) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 600px) {
  .entry-content .recipe-meta li,
  .entry-content.meta-pos-top .recipe-meta li,
  .entry-content.meta-pos-bottom .recipe-meta li,
  .entry-content.meta-pos-left .recipe-meta li {
    width: 100%;
    display: block;
    float: none;
  }
  .entry-content .recipe-meta li:nth-child(even),
  .entry-content.meta-pos-top .recipe-meta li:nth-child(even),
  .entry-content.meta-pos-bottom .recipe-meta li:nth-child(even),
  .entry-content.meta-pos-left .recipe-meta li:nth-child(even) {
    margin-right: 0;
  }
}
/*
-------------------------------------------------------------------------------
Entries: Comments
-------------------------------------------------------------------------------
*/
.post-comments {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.post-comments .comment,
.post-comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-comments .comment-header {
  position: relative;
}
.post-comments .avatar {
  margin: 0;
  max-width: 80px;
  max-height: 80px;
}
.post-comments .content {
  padding: 5px 5px 5px 15px;
  border-left: 1px solid #eee;
}
.post-comments .content p:last-of-type {
  margin-bottom: 10px;
}
.post-comments .comment {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.post-comments .comment-avatar {
  position: absolute;
  top: 20px;
  left: 0;
}
.post-comments .comment-time {
  display: inline-block;
  background: #eee;
  font-size: 12px;
  padding: 1px 6px;
  margin-left: 10px;
}
.post-comments .comment-reply {
  background: #fff;
  display: block;
  padding: 10px 15px;
  border-top: 1px dashed #ccc;
}
.post-comments .comment-reply:hover {
  background: #fafafa;
}
.post-comments .comment-vote {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-weight: 400;
  color: #F6A856;
}
.post-comments .comment-reply-link {
  display: inline-block;
  font-size: 12px;
  padding: 1px 6px;
  margin-left: 5px;
  color: #555;
  background: #fafafa;
}
.post-comments .comment-reply-link:hover {
  background: #288DFF;
  color: #fff;
}
.post-comments ul .comment {
  margin: 0;
  padding: 0;
  min-height: 40px;
  border-top: 1px solid #eee;
}
.post-comments ul .comment .content {
  padding: 20px 10px 20px 70px;
}
.post-comments ul .comment .content p:first-of-type {
  margin-top: 5px;
}
.post-comments ul .comment .avatar {
  max-width: 40px;
  max-height: 40px;
}
.post-comments ul .comment .comment-avatar {
  top: 20px;
  left: 15px;
}
.post-comments .comment-rating-block {
  display: none!important;
}
.comment-notice-before {
  background: #F6FFEA;
  border: 1px solid #bfde99;
  color: #89C245;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 10px 0;
}
.comments-closed-notice {
  background: #F6FFEA;
  border: 1px solid #f7bcbc;
  color: #EB5858;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  margin: 10px 0 0;
}
.comment-respond p.form-submit {
  margin: 0;
  float: left;
}
.comment-form-rating-field {
  color: #777;
  font-size: 22px;
  letter-spacing: 2px;
  color: #F6A856;
}
.comment-form-rating-field i {
  cursor: pointer;
}
.comment-form-rating-field span {
  letter-spacing: 0;
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  color: #EB5858;
}
.comment-form-question {
  margin-top: 5px;
  float: right;
  color: #c8c9d3;
}
.comment-form-question:hover {
  color: #5b5e73;
}
.form-allowed-tags code {
  background: transparent;
  border: 0;
}
.comment-form:before,
.comment-form:after {
  content: " ";
  display: table;
}
.comment-form:after {
  clear: both;
}
.comment-respond {
  margin-bottom: 25px;
}
.comment-respond p.form-submit {
  margin-top: 20px;
}
@media screen and (max-width: 780px) {
  .post-comments .comment-vote {
    position: relative;
  }
}
/*
-------------------------------------------------------------------------------
Entries: Blog
-------------------------------------------------------------------------------
*/
.blog-list .post,
.blog-single .post {
  margin: 10px 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.blog-list .post .entry-details,
.blog-single .post .entry-details {
  position: relative;
  min-height: 200px;
}
.blog-list .post .entry-date,
.blog-single .post .entry-date {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  text-align: center;
  font-size: 16px;
  color: #9d9fb1;
  margin: 0;
  display: block;
  margin-left: 0;
}
.blog-list .post .entry-date span,
.blog-single .post .entry-date span {
  display: block;
}
.blog-list .post .entry-date span.date,
.blog-single .post .entry-date span.date {
  font-size: 32px;
  font-family: "Dosis", Arial, Helvetica, serif;
  color: #288DFF;
}
.blog-list .post .entry-date span.month,
.blog-single .post .entry-date span.month {
  color: #EB5858;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.blog-list .post .entry-date span.month:before,
.blog-single .post .entry-date span.month:before {
  position: absolute;
  content: " ";
  border-bottom: 1px solid #eee;
  width: 50%;
  left: 25%;
  bottom: 0;
}
.blog-list .post .entry-date span.user-avatar a,
.blog-single .post .entry-date span.user-avatar a {
  display: block;
  width: 60px;
  margin: 0 auto;
}
.blog-list .post .entry-date span.user-avatar img,
.blog-single .post .entry-date span.user-avatar img {
  display: block;
  margin: 10px auto;
  border-radius: 50%;
  border: 3px solid #ccc;
}
.blog-list .post .entry-title,
.blog-single .post .entry-title {
  margin: 0;
  padding-left: 100px;
}
.blog-list .post .entry-title h1,
.blog-single .post .entry-title h1,
.blog-list .post .entry-title h2,
.blog-single .post .entry-title h2 {
  margin: 0;
  font-size: 26px;
}
.blog-list .post .entry-content,
.blog-single .post .entry-content {
  margin: 10px 0;
  padding-left: 100px;
}
.blog-list .post:first-of-type,
.blog-single .post:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.blog-list .post.quote .the-quote,
.blog-single .post.quote .the-quote {
  border: 1px solid #ddd;
  background: #fefefe;
  border-radius: 3px;
  padding: 15px;
  font-size: 32px;
  font-style: italic;
  font-family: Georgia, Arial, Helvetica, serif;
  text-align: center;
}
.blog-list .post.quote .the-quote,
.blog-single .post.quote .the-quote,
.blog-list .post.quote .the-quote a,
.blog-single .post.quote .the-quote a {
  color: #777;
}
.blog-list .post.quote .the-quote-author,
.blog-single .post.quote .the-quote-author {
  background: #288DFF;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  float: right;
  display: inline-block;
  padding: 1px 6px;
  margin-top: -14px;
  margin-right: 14px;
}
.blog-single .post {
  border-bottom: 0;
  padding-bottom: 0;
}
.blog-single .post .entry-details .entry-content {
  font-size: 15px;
}
.post-author-tooltip-block {
  display: none;
}
.post-author-tooltip-block .pat-title {
  font-size: 16px;
  margin: 10px 0 5px;
}
.post-author-tooltip-block .pat-description {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .blog-list .post .entry-date,
  .blog-single .post .entry-date {
    position: relative;
    width: auto;
    text-align: left;
    text-transform: uppercase;
  }
  .blog-list .post .entry-date span,
  .blog-single .post .entry-date span {
    display: inline;
  }
  .blog-list .post .entry-date span.date,
  .blog-single .post .entry-date span.date {
    font-size: inherit;
    font-family: inherit;
    color: #9d9fb1;
  }
  .blog-list .post .entry-date span.month,
  .blog-single .post .entry-date span.month {
    color: #9d9fb1;
    font-size: inherit;
  }
  .blog-list .post .entry-date span.month:before,
  .blog-single .post .entry-date span.month:before {
    display: none;
  }
  .blog-list .post .entry-date span.user-avatar,
  .blog-single .post .entry-date span.user-avatar {
    display: none;
  }
  .blog-list .post .entry-title,
  .blog-single .post .entry-title,
  .blog-list .post .entry-content,
  .blog-single .post .entry-content {
    padding-left: 0;
  }
}
/*
//===========================================================================//
SIDEBAR WIDGETS
//===========================================================================//
*/
/*
-------------------------------------------------------------------------------
Widgets
-------------------------------------------------------------------------------
*/
.widget {
  margin: 10px 0;
  padding: 5px 20px 0;
  font-size: 13px;
}
.widget .widget-title h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/*
-------------------------------------------------------------------------------
Widget: Categories
-------------------------------------------------------------------------------
*/
.widget.widget-categories ul,
.widget.widget-categories li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.widget-categories li a {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  display: block;
  padding: 4px 0;
}
.widget.widget-categories li a .mark {
  float: right;
  font-size: 11px;
}
.widget.widget-categories li a:hover {
  border-color: #e4e5ea;
}
.widget.widget-categories li a:hover .mark {
  background: #288DFF;
  color: #ffffff;
}
.widget.widget-categories li a:before,
.widget.widget-categories li a:after {
  content: " ";
  display: table;
}
.widget.widget-categories li a:after {
  clear: both;
}
/*
-------------------------------------------------------------------------------
Widget: Posts
-------------------------------------------------------------------------------
*/
.widget .widget-posts-list .post {
  position: relative;
  padding: 15px 0 15px 60px;
  border-bottom: 1px solid #ddd;
  min-height: 55px;
}
.widget .widget-posts-list .post .entry-title {
  line-height: 1.3;
  display: block;
  margin-bottom: 5px;
}
.widget .widget-posts-list .post .entry-photo {
  position: absolute;
  width: 50px;
  heiht: 50px;
  top: 17px;
  left: 0;
}
.widget .widget-posts-list .post .entry-photo img {
  margin: 0;
  padding: 0;
}
.widget .widget-posts-list .post:last-of-type {
  border-bottom: 0;
}
.widget .widget-posts-list .post.active .entry-title {
  font-weight: 700;
}
.widget .widget-posts-list .post.active .entry-title a {
  color: #23242C;
}
/*
-------------------------------------------------------------------------------
Widget: Comments
-------------------------------------------------------------------------------
*/
.widget .widget-comments-list .comment {
  position: relative;
  padding: 15px 0 15px 60px;
  border-bottom: 1px solid #ddd;
}
.widget .widget-comments-list .comment .entry-photo {
  position: absolute;
  width: 50px;
  heiht: 50px;
  top: 17px;
  left: 0;
}
.widget .widget-comments-list .comment .entry-photo img {
  margin: 0;
  padding: 0;
}
.widget .widget-comments-list .comment:last-of-type {
  border-bottom: 0;
}
.widget.advanced-recent-comments ul,
.widget.advanced-recent-comments li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.advanced-recent-comments ul li {
  margin: 15px 0;
  overflow: hidden;
}
.widget.advanced-recent-comments a.author-avatar {
  float: left;
  display: inline-block;
  margin: 0 10px 5px 0;
}
.widget.advanced-recent-comments a.author-avatar img {
  display: block;
  margin: 0;
}
.widget.advanced-recent-comments a.comment-link {
  display: block;
}
.widget.advanced-recent-comments p {
  margin-top: 5px;
}
/*
-------------------------------------------------------------------------------
Widget: Authors
-------------------------------------------------------------------------------
*/
.widget.widget_top_users .w-user-card {
  display: inline-block;
  float: left;
  margin: 0 0 10px;
  width: 44%;
  padding: 3px;
  border: 1px solid #eee;
}
.widget.widget_top_users .w-user-card.right {
  margin-left: 5%;
}
.widget.widget_top_users .w-user-card .w-avatar {
  position: relative;
  overflow: hidden;
}
.widget.widget_top_users .w-user-card .w-avatar img {
  display: block;
  margin: 0;
  padding: 0;
}
.widget.widget_top_users .w-user-card .w-avatar .w-level {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  border-radius: 0;
  padding: 3px 10px;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.widget.widget_top_users .w-user-card .w-in {
  background: #fafafa;
  box-sizing: border-box;
  text-align: center;
}
.widget.widget_top_users .w-user-card .w-in .author-name {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.widget.widget_top_users .w-user-card .w-in .author-reputation {
  display: block;
  color: #EB5858;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}
.widget.widget_top_users .w-user-card .w-in:before,
.widget.widget_top_users .w-user-card .w-in:after {
  content: " ";
  display: table;
}
.widget.widget_top_users .w-user-card .w-in:after {
  clear: both;
}
.widget.widget_top_users .w-user-card .w-follow {
  display: block;
  position: relative;
  text-align: center;
}
.widget.widget_top_users .w-user-card .w-follow .button {
  display: block;
  margin: 0;
  padding: 7px;
  border-radius: 0;
  border: 0;
  font-size: 12px;
}
.widget.widget_top_users .w-user-card:hover .w-avatar .w-level {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
/*
-------------------------------------------------------------------------------
Widget: Accordion posts
-------------------------------------------------------------------------------
*/
.widget.widget-accordion-posts .accordionjs .acc_section.acc_active .acc_head,
.widget.widget-accordion-posts .accordionjs .acc_section.acc_active .acc_content {
  background: #fff;
}
/*
//===========================================================================//
PAGES
//===========================================================================//
*/
/*
-------------------------------------------------------------------------------
Tag Index
-------------------------------------------------------------------------------
*/
.keywords-filter-block {
  margin: 30px 0 10px;
}
.keywords-filter-block .filter-header .title {
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #666;
  padding: 5px 0 0;
}
.keywords-filter-block .filter-header .filter-controls {
  display: inline-block;
  float: right;
  text-align: right;
  margin-bottom: 5px;
}
.keywords-filter-block .filter-header .filter-controls .control {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  color: #666;
  background: #e4e5ea;
  float: right;
  cursor: pointer;
}
.keywords-filter-block .filter-header .filter-controls .control:first-of-type {
  border-radius: 0 3px 3px 0;
}
.keywords-filter-block .filter-header .filter-controls .control:last-of-type {
  border-radius: 3px 0 0 3px;
}
.keywords-filter-block .filter-header .filter-controls .control.active {
  background: #288DFF;
  color: #fff;
}
.keywords-filter-block input.filter-keywords {
  border-radius: 0 3px 3px;
  border-width: 2px;
  padding: 10px;
  margin-top: 0;
  font-size: 22px;
  color: #EB5858;
  border-color: #c8c9d3;
}
.keywords-index-list {
  margin-bottom: 19px;
}
.keywords-index-list ul.keywords,
.keywords-index-list ul.keywords li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.keywords-index-list ul.keywords {
  display: inline;
  margin: 0;
}
.keywords-index-list ul.keywords li {
  display: inline-block;
}
.keywords-index-list ul.keywords li a {
  display: block;
  color: #5b5e73;
  background: #f2f2f5;
  margin: 5px 10px 10px 0;
  padding: 3px 6px;
  border-radius: 2px;
}
.keywords-index-list ul.keywords li a em {
  display: inline-block;
  border-left: 1px solid #d6d7de;
  color: #9d9fb1;
  padding: 0 6px;
  margin: 0 0 0 6px;
}
.keywords-index-list ul.keywords li a:hover {
  background: #288DFF;
  color: #ffffff;
}
.keywords-index-list ul.keywords li a:hover em {
  color: #dbecff;
  border-left-color: #74b6ff;
}
.keywords-index-list ul.keywords li.hide-keyword {
  display: none;
}
.keywords-index-list h4 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid #e4e5ea;
}
.keywords-index-list.display-block ul.keywords {
  display: block;
}
.keywords-index-list.display-block ul.keywords li {
  display: block;
}
.keywords-index-list.display-block ul.keywords li a {
  position: relative;
  display: block;
  margin: 0 0 5px;
}
.keywords-index-list.display-block ul.keywords li a em {
  display: inline-block;
  float: right;
  border-left: 0;
}
.keywords-index-list.display-block ul.keywords li.hide-keyword {
  display: none;
}
/*
-------------------------------------------------------------------------------
Submission page
-------------------------------------------------------------------------------
*/
.accordionjs.submission-form-repeatable {
  position: relative;
  padding: 9.5px 0 19px 20px;
  margin-bottom: 20px;
}
.accordionjs.submission-form-repeatable .acc_section {
  position: relative;
  overflow: visible;
}
.accordionjs.submission-form-repeatable .acc_section .acc_head {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}
.accordionjs.submission-form-repeatable .acc_section .acc_head .section-title {
  color: #333;
  display: inline-block;
  min-height: 17px;
}
.accordionjs.submission-form-repeatable .acc_section .acc_head .section-label,
.accordionjs.submission-form-repeatable .acc_section .acc_head .section-measure {
  float: right;
  overflow: hidden;
  max-width: 200px;
  white-space: nowrap;
  min-height: 17px;
  min-width: 10px;
  margin-left: 5px;
}
.accordionjs.submission-form-repeatable .acc_section .acc_head .section-title:empty,
.accordionjs.submission-form-repeatable .acc_section .acc_head .section-label:empty,
.accordionjs.submission-form-repeatable .acc_section .acc_head .section-measure:empty {
  background: transparent;
}
.accordionjs.submission-form-repeatable .acc_section .acc_head:before {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 18px;
  left: -20px;
  background: #288DFF;
}
.accordionjs.submission-form-repeatable .acc_section .acc_content {
  padding-bottom: 30px;
}
.accordionjs.submission-form-repeatable .acc_section.acc_active > .acc_head {
  border-bottom: 1px dashed;
  border-color: inherit;
}
.accordionjs.submission-form-repeatable .acc_section.sfa-noindex {
  display: none;
}
.accordionjs.submission-form-repeatable .delete-section {
  float: right;
  margin-left: 10px;
}
.accordionjs.submission-form-repeatable:after {
  content: " ";
  display: block;
  width: 15px;
  position: absolute;
  bottom: 0;
  top: 27.5px;
  left: 0;
  border-left: 1px solid #288DFF;
}
.form-repeatable-button {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  background: #288DFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  color: #fff;
  position: relative;
  margin-bottom: 19px;
  cursor: pointer;
  border: 0;
}
.form-repeatable-button:before {
  content: " ";
  display: block;
  position: absolute;
  height: 20px;
  width: 1px;
  top: -20px;
  left: 50%;
  background: #288DFF;
}
.form-repeatable-button:after {
  content: " ";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  height: 1px;
  width: 50%;
  background: #288DFF;
}
.form-repeatable-button:hover {
  background: #0073f4;
}
.form-repeatable-button.simple {
  margin-top: 20px;
}
.form-repeatable-button.simple:before,
.form-repeatable-button.simple:after {
  display: none;
}
.recipe-editor-mce {
  margin: 20px 0;
}
.recipe-editor-mce .wp-editor-container {
  border: 1px solid #DEDEDE;
}
#smk-submit-recipe .submission_notice {
  display: inline-block;
  float: left;
  margin-top: 13px;
  margin-bottom: 13px;
  padding: 10px 15px;
  color: #fff;
  background: #aaa;
  border-radius: 3px;
}
#smk-submit-recipe .submission_notice.green {
  background: #89C245;
}
#smk-submit-recipe .submission_notice.red {
  background: #EB5858;
}
#smk-submit-recipe .submission_notice a {
  color: #fff;
  border-bottom: 1px dotted #eee;
}
#smk-submit-recipe-button {
  display: inline-block;
  float: left;
  font-size: 20px;
  padding: 16px 25px;
  margin-right: 20px;
}
.smk-submit-recipe-footer {
  margin-top: 35px;
  margin-bottom: 35px;
  display: block;
}
.repeatable-input {
  position: relative;
  padding-right: 30px;
}
.repeatable-input .delete-repeatable-input {
  position: absolute;
  right: 0;
  top: 10px;
  color: #EB5858;
  cursor: pointer;
  border-radius: 3px;
  padding: 0 5px;
}
.repeatable-input .delete-repeatable-input:hover {
  background: #EB5858;
  color: #fff;
}
.form-field select[multiple] {
  min-width: 250px;
  min-height: 200px;
}
/*
-------------------------------------------------------------------------------
Upload field
-------------------------------------------------------------------------------
*/
.stk_field.tk_upload_field_main_section {
  background: #EFF1F6;
  border: 1px solid #BFCFDA;
  border-radius: 3px;
  overflow: hidden;
}
.stk_field.tk_upload_field_main_section .file_result {
  margin: 4px 4px 0;
}
.stk_field.tk_upload_field_main_section .upload_field,
.stk_field.tk_upload_field_main_section .uploaded_file,
.stk_field.tk_upload_field_main_section .uploaded_file_info {
  display: inline-block;
  float: left;
}
.stk_field.tk_upload_field_main_section .upload_field .select_file {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px dashed #aaa;
  margin: 4px;
  background: url(assets/images/upload.png) no-repeat center center #DAEDF9;
  border-radius: 3px;
  cursor: pointer;
}
.stk_field.tk_upload_field_main_section .upload_field .select_file:hover {
  border: 1px dotted #aaa;
  background: url(assets/images/upload.png) no-repeat center center #D9E3EA;
}
.stk_field.tk_upload_field_main_section .uploaded_file_info .title {
  display: block;
  font-weight: 700;
  padding: 8px 0;
}
.stk_field.tk_upload_field_main_section .uploaded_file_info .remove,
.stk_field.tk_upload_field_main_section .uploaded_file_info .default {
  font-weight: 700;
  padding: 3px 5px;
  margin-right: 4px;
  background: #aaa;
  color: #fff;
  font-size: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.stk_field.tk_upload_field_main_section .uploaded_file_info .remove:hover {
  background: #FF2A2A;
}
.stk_field.tk_upload_field_main_section .uploaded_file_info .default:hover {
  background: #1E90FF;
}
.stk_field.tk_upload_field_main_section .uploaded_file {
  float: right;
}
.stk_field.tk_upload_field_main_section .uploaded_file .file {
  display: block;
  width: auto;
  min-width: 48px;
  height: 48px;
  border: 1px solid #ccc;
  margin: 4px;
  background: url(assets/images/extensions/blank.png) no-repeat center center #f5f5f5;
  border-radius: 3px;
  cursor: pointer;
}
.stk_field.tk_upload_field_main_section .uploaded_file .file img {
  display: block;
  width: auto;
  max-height: 46px;
  margin: 1px;
  border-radius: 3px;
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-7z {
  background-image: url(../assets/images/extensions/7z.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-ai {
  background-image: url(../assets/images/extensions/ai.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-doc {
  background-image: url(../assets/images/extensions/doc.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-eps {
  background-image: url(../assets/images/extensions/eps.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-exe {
  background-image: url(../assets/images/extensions/exe.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-flv {
  background-image: url(../assets/images/extensions/flv.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-gz {
  background-image: url(../assets/images/extensions/gz.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-iso {
  background-image: url(../assets/images/extensions/iso.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-jar {
  background-image: url(../assets/images/extensions/jar.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-log {
  background-image: url(../assets/images/extensions/log.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-mid {
  background-image: url(../assets/images/extensions/mid.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-mov {
  background-image: url(../assets/images/extensions/mov.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-mp4 {
  background-image: url(../assets/images/extensions/mp4.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-mpeg {
  background-image: url(../assets/images/extensions/mpeg.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-mpg {
  background-image: url(../assets/images/extensions/mpg.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-msi {
  background-image: url(../assets/images/extensions/msi.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-ogg {
  background-image: url(../assets/images/extensions/ogg.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-pdf {
  background-image: url(../assets/images/extensions/pdf.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-psd {
  background-image: url(../assets/images/extensions/psd.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-pub {
  background-image: url(../assets/images/extensions/pub.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-rar {
  background-image: url(../assets/images/extensions/rar.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-rtf {
  background-image: url(../assets/images/extensions/rtf.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-swf {
  background-image: url(../assets/images/extensions/swf.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-tgz {
  background-image: url(../assets/images/extensions/tgz.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-tif {
  background-image: url(../assets/images/extensions/tif.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-ttf {
  background-image: url(../assets/images/extensions/ttf.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-txt {
  background-image: url(../assets/images/extensions/txt.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-wav {
  background-image: url(../assets/images/extensions/wav.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-wma {
  background-image: url(../assets/images/extensions/wma.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-wmv {
  background-image: url(../assets/images/extensions/wmv.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-xls {
  background-image: url(../assets/images/extensions/xls.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-zip {
  background-image: url(../assets/images/extensions/zip.png);
}
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-png,
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-jpg,
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-jpeg,
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-gif,
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-ico,
.stk_field.tk_upload_field_main_section .uploaded_file .file.ext-image {
  background: transparent;
}
@media screen and (max-width: 900px) {
  .submission-form-repeatable .accordion_in .acc_head .section-label,
  .submission-form-repeatable .accordion_in .acc_head .section-measure {
    display: none;
  }
}
/*
-------------------------------------------------------------------------------
Requests page
-------------------------------------------------------------------------------
*/
.requests-module .request {
  min-height: 50px;
  position: relative;
  padding: 15px 0 15px 50px;
  border-bottom: 1px solid #eee;
}
.requests-module .request .user-avatar {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 15px;
}
.requests-module .request .user-avatar img {
  margin: 0;
  padding: 0;
}
.requests-module .request .details,
.requests-module .request .meta {
  display: inline-block;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}
.requests-module .request .details {
  width: 70%;
  border-right: 1px solid #eee;
}
.requests-module .request .details .title {
  font-size: 16px;
}
.requests-module .request .details .description {
  font-size: 13px;
  color: #777;
}
.requests-module .request .meta {
  width: 30%;
}
.requests-module .request .meta .date,
.requests-module .request .meta .activity {
  color: #999;
  display: block;
}
.requests-module .request .meta .activity {
  margin-bottom: 10px;
}
.requests-module .request .meta .users a {
  display: inline-block;
  margin: 5px;
  margin-left: 0;
}
.requests-module .request .meta .users a img {
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
.requests-module .request .request-mark {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 3px;
}
.requests-module .request .request-includes .request-icon {
  display: inline-block;
  color: #999;
  background: #eee;
  border-radius: 2px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 3px 3px 0 0;
}
.requests-module .request .request-includes .request-icon.auto {
  width: auto;
  padding: 0 8px;
}
.requests-module .requests-pagination {
  margin: 30px 0;
}
.requests-module .requests-menu {
  display: block;
  text-align: right;
  border-bottom: 1px solid #eee;
}
.requests-module .requests-menu .requests-controls {
  float: right;
}
.requests-module .requests-menu .links {
  float: left;
}
.requests-module .requests-menu .links a {
  display: inline-block;
  float: left;
  color: #888;
  margin: 0;
  padding: 10px;
}
.requests-module .requests-menu .links a:hover {
  border-bottom: 3px solid #eee;
}
.requests-module .requests-menu .links a.active {
  border-bottom: 3px solid #288DFF;
  color: #288DFF;
  font-weight: 700;
}
.requests-module .requests-menu .links a.active.open {
  border-color: #89C245;
  color: #89C245;
}
.requests-module .requests-menu .links a.active.closed {
  border-color: #EB5858;
  color: #EB5858;
}
.requests-module .requests-menu .links a.active.popular {
  border-color: #9462A4;
  color: #9462A4;
}
.requests-module .requests-menu .links a.active.noreplies {
  border-color: #F6A856;
  color: #F6A856;
}
/*
-------------------------------------------------------------------------------
Forums page
-------------------------------------------------------------------------------
*/
.forums-module .topic {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  position: relative;
}
.forums-module .topic .details,
.forums-module .topic .meta {
  display: inline-block;
  float: left;
}
.forums-module .topic .details {
  width: 70%;
}
.forums-module .topic .details .submeta {
  position: relative;
  padding-left: 90px;
  min-height: 80px;
  margin: 5px 0;
  font-size: 12px;
  color: #666;
}
.forums-module .topic .details .submeta a {
  color: #999;
}
.forums-module .topic .details .submeta a:hover {
  color: #0073f4;
}
.forums-module .topic .details .submeta .author-avatar {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.forums-module .topic .details .submeta .author-avatar img {
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
}
.forums-module .topic .details .title {
  font-size: 16px;
}
.forums-module .topic .details .title a {
  color: #555;
}
.forums-module .topic .details .title a:hover {
  color: #288DFF;
}
.forums-module .topic .topic-status {
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
  display: inline-block;
  margin-right: 5px;
  background: #eee;
  border-radius: 3px;
  padding: 1px 6px;
}
.forums-module .topic .topic-status.closed {
  color: #EB5858;
}
.forums-module .topic .topic-status.open {
  color: #89C245;
}
.forums-module .topic .meta {
  width: 30%;
  text-align: right;
}
.forums-module .topic .meta .topic-meta {
  font-size: 14px;
}
.forums-module .topic .meta .topic-meta .label {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 7px 7px;
  background: #eee;
  color: #777;
  border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
}
.forums-module .topic .meta .topic-meta .label.closed {
  background: #EB5858;
  color: #fff;
}
.forums-module .topic .meta .topic-meta .label.open {
  background: #89C245;
  color: #fff;
}
.forums-module .topic .meta .users a {
  display: inline-block;
  float: right;
  margin: 4px 0 7px 7px;
}
.forums-module .topic .meta .users a img {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 2px;
}
.forums-module .topic.sticky {
  border: 1px solid #288DFF;
  padding: 15px;
  margin: 15px 0 0;
}
.forums-module .topic.sticky .details .title a {
  color: #288DFF;
}
.forums-module .topic.sticky .details .title a:hover {
  border-bottom: 1px dotted #288DFF;
}
.forums-module .topic.super-sticky {
  border: 1px solid #89C245;
  padding: 15px;
  margin: 15px 0 0;
  background: #FCFFF9;
}
.forums-module .topic.super-sticky .details .title a {
  color: #89C245;
}
.forums-module .topic.super-sticky .details .title a:hover {
  border-bottom: 1px dotted #89C245;
}
.forums-module .topic.topic-on-home .details .submeta {
  padding-left: 50px;
  min-height: 40px;
}
.forums-module .topic.topic-on-home .details .submeta .author-avatar {
  width: 40px;
  height: 40px;
}
.forums-module .topic.topic-on-home .details .submeta .author-avatar img {
  width: 40px;
  height: 40px;
}
.forums-module .topic.topic-on-home .details .title {
  font-size: 14px;
}
.forums-module .topic.topic-on-home .details .title a {
  color: #555;
}
.forums-module .topic.topic-on-home .details .title a:hover {
  color: #288DFF;
}
.forums-module .topic.topic-on-home .details .title .topic-time-fresh {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.forums-module .topic.topic-on-home .details .title .topic-time-fresh a {
  color: #89C245;
}
.forums-module .topic.topic-on-home .details .title .topic-time-fresh a:hover {
  color: #6fa034;
  border-bottom: 1px dotted #89C245;
}
.forums-module .topic.topic-on-home .meta .topic-meta {
  font-size: 14px;
}
.forums-module .topic.topic-on-home .meta .users a {
  margin: 9px 7px 7px 0;
}
.forums-module .forums-menu {
  display: block;
  border-bottom: 1px solid #eee;
}
.forums-module .forums-menu .forum-controls {
  display: inline-block;
  float: right;
  margin-right: 15px;
}
.forums-module .forums-menu .categories {
  display: inline-block;
  float: right;
}
.forums-module .forums-menu .categories .categories-dropdown {
  position: relative;
}
.forums-module .forums-menu .categories .categories-dropdown .title {
  font-weight: 700;
  display: block;
  color: #555;
  background: #fafafa;
  margin: 0;
  padding: 10px;
  border-bottom: 3px solid transparent;
  cursor: default;
}
.forums-module .forums-menu .categories .categories-dropdown .cats {
  position: absolute;
  top: 100%;
  right: 0;
  background: #eee;
  white-space: nowrap;
  z-index: 100;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.forums-module .forums-menu .categories .categories-dropdown .cats a {
  display: block;
  padding: 5px 15px;
  color: #666;
}
.forums-module .forums-menu .categories .categories-dropdown .cats a:hover {
  color: #fff;
  background: #288DFF;
}
.forums-module .forums-menu .categories .categories-dropdown:hover .title {
  background: #eee;
}
.forums-module .forums-menu .categories .categories-dropdown:hover .cats {
  display: block;
}
.forums-module .forums-menu .links {
  float: left;
}
.forums-module .forums-menu .links a {
  display: inline-block;
  float: left;
  color: #888;
  margin: 0;
  padding: 10px;
  border-bottom: 3px solid transparent;
}
.forums-module .forums-menu .links a:hover {
  border-color: #eee;
}
.forums-module .forums-menu .links a.active {
  border-bottom: 3px solid #288DFF;
  color: #288DFF;
  font-weight: 700;
}
.forums-module .forums-menu .links a.active.open {
  border-color: #89C245;
  color: #89C245;
}
.forums-module .forums-menu .links a.active.closed {
  border-color: #EB5858;
  color: #EB5858;
}
.forums-module .forums-menu .links a.active.popular {
  border-color: #9462A4;
  color: #9462A4;
}
.forums-module .forums-menu .links a.active.noreplies {
  border-color: #F6A856;
  color: #F6A856;
}
.forums-single .topic {
  position: relative;
  padding: 15px 0;
}
.forums-single .topic:first-of-type {
  border-top: 0;
}
.forums-single .topic .topic-left,
.forums-single .topic .topic-right {
  position: relative;
  margin-bottom: 15px;
}
.forums-single .topic .topic-left {
  width: 110px;
  float: left;
  text-align: center;
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-right: 1px solid #ededed;
  background: #fff;
}
.forums-single .topic .topic-left img {
  display: block;
  margin: 0 auto;
}
.forums-single .topic .topic-left .rank {
  font-size: 11px;
  margin: 3px 0;
}
.forums-single .topic .topic-left .rank .bbp-author-role {
  display: inline-block;
  background: #546E88;
  color: #fff;
  padding: 1px 5px;
  border-radius: 2px;
}
.forums-single .topic .topic-left .rank .bbp-author-role.bbp-author-role-keymaster {
  background: #9462A4;
}
.forums-single .topic .topic-left .rank .bbp-author-role.bbp-author-role-moderator {
  background: #89C245;
}
.forums-single .topic .topic-left .rank .bbp-author-role.bbp-author-role-spectator {
  background: #5b5e73;
}
.forums-single .topic .topic-left .rank .bbp-author-role.bbp-author-role-blocked {
  background: #EB5858;
}
.forums-single .topic .topic-left .username {
  margin: 10px 0 0;
}
.forums-single .topic .topic-left .username a {
  color: #444;
}
.forums-single .topic .topic-left .username a:hover {
  color: #288DFF;
}
.forums-single .topic .topic-left .user-info-total {
  color: #888;
  font-size: 12px;
}
.forums-single .topic .topic-left .user-info-total:hover {
  color: #23242C;
  cursor: default;
  font-weight: 700;
}
.forums-single .topic .topic-left:before {
  content: " ";
  text-indent: 999999;
  background: inherit;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  position: absolute;
  top: 35px;
  right: -6px;
  height: 10px;
  width: 10px;
  z-index: 10;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.forums-single .topic .topic-right {
  margin: 15px;
  margin-left: 130px;
  border-radius: 3px;
}
.forums-single .topic .topic-right .topic-header {
  overflow: hidden;
}
.forums-single .topic .topic-right .topic-header .topic-time,
.forums-single .topic .topic-right .topic-header .topic-moderate {
  display: inline-block;
  float: left;
  width: 50%;
}
.forums-single .topic .topic-right .topic-header,
.forums-single .topic .topic-right .topic-header a {
  color: #999;
}
.forums-single .topic .topic-right .topic-header .topic-moderate {
  float: right;
  text-align: right;
}
.forums-single .topic .topic-right .topic-header .topic-moderate .bbp-admin-links {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
.forums-single .topic .topic-right .topic-header .topic-moderate .bbp-admin-links a {
  color: #999;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 2px;
  margin: 0;
}
.forums-single .topic .topic-right .topic-header .topic-moderate .bbp-admin-links a:hover {
  background: #9d9fb1;
  color: #fff;
}
.forums-single .topic .topic-right .topic-header .topic-moderate .bbp-admin-links a.bbp-topic-edit-link:hover,
.forums-single .topic .topic-right .topic-header .topic-moderate .bbp-admin-links a.bbp-reply-edit-link:hover {
  background: #58BDE7;
  color: #fff;
}
.forums-single .topic .topic-right .topic-header .topic-moderate .bbp-admin-links a.bbp-topic-reply-link:hover,
.forums-single .topic .topic-right .topic-header .topic-moderate .bbp-admin-links a.bbp-reply-to-link:hover {
  background: #288DFF;
  color: #fff;
}
.forums-single .topic .topic-right .topic-header .topic-moderate .bbp-admin-links a.bbp-topic-trash-link:hover,
.forums-single .topic .topic-right .topic-header .topic-moderate .bbp-admin-links a.bbp-reply-trash-link:hover {
  background: #EB5858;
  color: #fff;
}
.forums-single .topic .topic-right .topic-header .topic-moderate .bbp-admin-links a.bbp-topic-spam-link:hover,
.forums-single .topic .topic-right .topic-header .topic-moderate .bbp-admin-links a.bbp-reply-spam-link:hover {
  background: #F6A856;
  color: #fff;
}
.forums-single .topic .topic-right .topic-header .topic-moderate .bbp-admin-links a.bbp-topic-close-link:hover {
  background: #F15274;
  color: #fff;
}
textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
  width: 100%;
  box-sizing: border-box;
}
.bbp-template-notice {
  padding: 10px;
  background: #def2fa;
  color: #1e9fd4;
  margin: 10px 0;
}
.bbp-template-notice p {
  margin: 0;
}
.bbp-template-notice.error {
  background: #fbe1e1;
  color: #dc1a1a;
}
.bbp-topic-revision-log {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  font-size: 12px;
  color: #666;
}
.bbp-topic-revision-log li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bbp-topic-revision-log li img {
  margin: 0;
}
.bbp-pagination .bbp-pagination-links {
  margin: 25px 0;
  text-align: center;
}
.bbp-pagination .bbp-pagination-links > a,
.bbp-pagination .bbp-pagination-links > span {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 2px;
  background: #fafafa;
  border: 1px solid #ddd;
  color: #555;
  font-size: 14px;
  margin: 2px;
}
.bbp-pagination .bbp-pagination-links > a.current,
.bbp-pagination .bbp-pagination-links > span.current {
  background: #eee;
}
.bbp-pagination .bbp-pagination-links > a:hover {
  color: #fff;
  background: #288DFF;
  border-color: #0e7fff;
}
.bbp-author-avatar img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.forums-module .forum.type-forum {
  background: #fafafa;
  border-radius: 3px;
  margin: 10px 0 20px;
}
.forums-module .forum.type-forum .bbp-forum-info-header {
  display: block;
  background: #e4e5ea;
  padding: 10px 15px;
  color: #5b5e73;
  border: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
}
.forums-module .forum.type-forum .bbp-forum-info-header .forum-header-left,
.forums-module .forum.type-forum .bbp-forum-info-header .forum-header-right {
  display: inline-block;
  float: left;
}
.forums-module .forum.type-forum .bbp-forum-info-header .forum-header-left {
  width: 70%;
}
.forums-module .forum.type-forum .bbp-forum-info-header .forum-header-right {
  text-align: right;
  width: 30%;
}
.forums-module .forum.type-forum .bbp-forum-info-header a {
  color: #5b5e73;
}
.forums-module .forum.type-forum .bbp-forum-info-header .bbp-forum-title {
  font-size: 16px;
  color: #555;
}
.forums-module .forum.type-forum .bbp-forum-info-header .bbp-forum-title:hover {
  color: #333;
  border-bottom: 1px dotted #555;
}
.forums-module .forum.type-forum .bbp-forum-info-header .bbp-forum-content {
  display: inline-block;
  color: #6f6f6f;
  font-size: 12px;
  margin-left: 5px;
}
.forums-module .forum.type-forum .bbp-forum-info-header .forum-topic-count {
  padding-top: 2px;
  font-size: 12px;
}
.forums-module .forum.type-forum .bbp-forum-info-body-forums-list ul.bbp-forums-list {
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px 5px;
  list-style: none;
}
.forums-module .forum.type-forum .bbp-forum-info-body-forums-list ul.bbp-forums-list li.bbp-forum {
  display: inline-block;
  list-style: none;
  margin: 5px;
  padding: 0;
}
.forums-module .forum.type-forum .bbp-forum-info-body-forums-list ul.bbp-forums-list li.bbp-forum a {
  display: inline-block;
  margin: 0;
  padding: 3px 7px;
  border-radius: 2px;
  background: #9d9fb1;
  font-size: 13px;
  color: #fff;
}
.forums-module .forum.type-forum .bbp-forum-info-body-forums-list ul.bbp-forums-list li.bbp-forum a:hover {
  background: #288DFF;
}
.forums-module .forum.type-forum .bbp-forum-info-body {
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  padding: 10px 15px;
}
.forums-module .bbp-search-results .bbp-seach-forum,
.forums-module .bbp-search-results .bbp-search-topic {
  background: #f9f9f9;
  padding: 15px;
  margin: 20px 0;
  border-radius: 3px;
}
.forums-module .bbp-search-results .bbp-seach-forum h5,
.forums-module .bbp-search-results .bbp-search-topic h5 {
  margin: 0;
}
.forums-module .bbp-search-results .bbp-seach-forum .forums-single .topic,
.forums-module .bbp-search-results .bbp-search-topic .forums-single .topic {
  padding: 0;
  border-bottom: 0;
}
.forums-module .bbp-search-results .bbp-seach-forum .forums-single .topic .topic-left,
.forums-module .bbp-search-results .bbp-search-topic .forums-single .topic .topic-left {
  background: #f9f9f9;
  border-color: #ccc;
}
.forums-module .bbp-search-results .bbp-seach-forum .forums-single .topic .topic-left:before,
.forums-module .bbp-search-results .bbp-search-topic .forums-single .topic .topic-left:before {
  border-color: #ccc;
}
.forums-module .bbp-top-search-form {
  margin: 30px 150px;
}
.forums-module .bbp-top-search-form .bbp_search,
.forums-module .bbp-top-search-form .button {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 20px;
  font-size: 16px;
  box-sizing: border-box;
}
.forums-module .bbp-top-search-form .bbp_search {
  color: #666;
  width: 80%;
  border-radius: 3px 0 0 3px;
}
.forums-module .bbp-top-search-form .button {
  width: 20%;
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 900px) {
  .forums-module .topic .topic-right .topic-header .topic-time,
  .forums-module .topic .topic-right .topic-header .topic-moderate {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  .forums-module .bbp-top-search-form {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .forums-module .topic .details,
  .forums-module .topic .meta {
    display: block;
    float: none;
    width: 100%;
    clear: both;
    text-align: left;
  }
  .forums-module .topic .meta {
    margin-top: 7px;
    clear: both;
  }
  .forums-module .topic .meta .topic-meta {
    display: inline-block;
    float: left;
    margin: 4px 0 0 0;
  }
  .forums-module .topic .meta .topic-meta .label {
    margin: 0;
  }
  .forums-module .topic .meta .users {
    display: inline-block;
    float: left;
  }
  .forums-module .bbp-top-search-form .bbp_search,
  .forums-module .bbp-top-search-form .button {
    display: block;
    float: none;
    margin: 15px 0;
  }
  .forums-module .bbp-top-search-form .bbp_search {
    color: #666;
    width: 100%;
    border-radius: 3px;
  }
  .forums-module .bbp-top-search-form .button {
    width: 100%;
    border-radius: 3px;
  }
}
/*
-------------------------------------------------------------------------------
Profile page
-------------------------------------------------------------------------------
*/
/* Profile mini menu on top
------------------------------------------------*/
.profile-mini-menu {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.profile-mini-menu li {
  display: inline-block;
  margin-bottom: -1px;
}
.profile-mini-menu li a {
  display: block;
  color: #777;
  padding: 10px;
  border-bottom: 1px solid transparent;
}
.profile-mini-menu li a:hover {
  border-color: #ccc;
}
.profile-mini-menu li.active a {
  border-color: #288DFF;
  color: #288DFF;
}
.profile-mini-menu li.right {
  float: right;
}
.private-messaging-form textarea.private-messaging-textarea {
  height: 143px;
}
.private-messaging-form .response-message {
  display: none;
  cursor: default;
}
.private-messaging-form .response-message .message {
  background: #333;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  margin: 10px 0;
}
.private-messaging-form .response-message .message.error-message {
  background: #EB5858;
}
.private-messaging-form .response-message .message.empty-message {
  background: #EB5858;
}
.private-messaging-form .response-message .message.success-message {
  background: #89C245;
}
.private-messaging-form .private-messaging-footer {
  display: block;
}
.private-messaging-form .private-messaging-footer .private-messaging-button {
  display: inline-block;
  float: left;
}
.private-messaging-form .private-messaging-footer .private-messaging-loader {
  display: inline-block;
  float: left;
  background: url(assets/images/loader.gif) no-repeat center center;
  width: 30px;
  height: 30px;
  margin: 8px;
}
.profile-user-bio {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px;
  min-height: 50px;
  color: #555;
  background: #fafafa;
}
.profile-user-bio:before {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  left: -9px;
  text-indent: 9999px;
  background: inherit;
  border: 1px solid transparent;
  border-left-color: inherit;
  border-bottom-color: inherit;
  z-index: 10;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.profile-user-bio .heading-title {
  display: none;
  margin-top: 0;
}
.profile-user-tab {
  display: none;
}
.profile-user-tab.active {
  display: block;
}
.profile-user-tab .tab-inner {
  margin: 20px 0 19px;
}
/* Profile user list
------------------------------------------------*/
.profile-rows {
  list-style: none;
  padding: 0;
  margin: 20px 0 19px;
  color: #5b5e73;
  border-top: 1px solid #eee;
}
.profile-rows li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.profile-rows li .the-icon,
.profile-rows li .the-label,
.profile-rows li .the-value {
  display: inline-block;
  float: left;
}
.profile-rows li .the-icon {
  width: 30px;
  margin-right: 10px;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #ddd;
}
.profile-rows li .the-value {
  float: right;
  font-size: 12px;
  margin: 0;
}
.profile-rows li:before,
.profile-rows li:after {
  content: " ";
  display: table;
}
.profile-rows li:after {
  clear: both;
}
/* Social block
------------------------------------------------*/
.social-block {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.social-block .the-label {
  color: #777;
  font-size: 16px;
}
.social-block .profiles {
  margin: 0;
  text-align: center;
}
/* Profile avatar
------------------------------------------------*/
.profile-avatar {
  position: relative;
  overflow: hidden;
  margin: 20px 0 19px;
}
.profile-avatar img {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.profile-avatar:hover .social-block {
  display: block;
}
/* Following block
------------------------------------------------*/
.following-block {
  margin: 20px 0 19px;
}
.following-block .follow-col {
  display: inline-block;
  float: left;
  width: 33.333333%;
}
.following-block .follow-col .follow-col-in {
  padding: 0 15px 0 0;
}
.following-block .follow-col .count,
.following-block .follow-col .title {
  display: block;
}
.following-block .follow-col .count {
  font-size: 30px;
  font-family: "Dosis", Arial, Helvetica, serif;
}
.following-block .follow-col .title {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
}
.following-block .follow-col.reputation .count {
  color: #EB5858;
}
.following-block .follow-col.followers .count {
  color: #58BDE7;
}
.following-block .follow-col.following .count {
  color: #89C245;
}
.following-block .follow-col a:hover .title {
  color: #288DFF;
}
/* Awards block
------------------------------------------------*/
.awards-block {
  margin: 10px 0 19px;
}
.awards-block .the-label {
  color: #777;
  font-size: 16px;
}
.awards-block .awards {
  margin: 15px 0;
}
.awards-block .award-single {
  display: inline-block;
  float: left;
  width: 36px;
  height: 36px;
  margin: 0 15px 15px 0;
  background: #ddd;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  font-size: 24px;
  position: relative;
}
.awards-block .award-single:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  z-index: 5;
}
.awards-block .award-single:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: 5;
}
.awards-block .award-single i {
  position: relative;
  z-index: 10;
}
.awards-block .award-single,
.awards-block .award-single a {
  color: #fff;
}
.awards-block .award-single.square {
  border-radius: 3px;
  width: 40px;
  height: 40px;
  margin: 0 11px 11px 0;
}
.awards-block .award-single.square:before,
.awards-block .award-single.square:after {
  display: none;
}
.awards-block .award-single.circle {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin: 0 9px 9px 0;
}
.awards-block .award-single.circle:before,
.awards-block .award-single.circle:after {
  display: none;
}
.awards-block .award-single.image {
  background: transparent;
  width: 40px;
  height: 40px;
}
.awards-block .award-single.image img {
  margin: 0;
  padding: 0;
}
.awards-block .award-single.image:before,
.awards-block .award-single.image:after {
  display: none;
}
/* After awards social block
---------------------------------*/
.the-social-block {
  margin: 10px 0 19px;
}
.the-social-block .the-label {
  color: #777;
  font-size: 16px;
}
.the-social-block .the-social {
  margin: 10px 0;
}
/* Profile main menu
------------------------------------------------*/
.rw-row.profile-main-menu-block {
  padding-top: 0;
  padding-bottom: 0;
}
.profile-main-menu:before,
.profile-main-menu ul:before,
.profile-main-menu:after,
.profile-main-menu ul:after {
  content: " ";
  display: table;
}
.profile-main-menu:after,
.profile-main-menu ul:after {
  clear: both;
}
.profile-main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.profile-main-menu ul li {
  display: inline-block;
  float: left;
}
.profile-main-menu ul li a {
  display: block;
  padding: 15px;
  border-bottom: 3px solid transparent;
}
.profile-main-menu ul li a:hover {
  border-color: #eee;
}
.profile-main-menu ul li .count,
.profile-main-menu ul li .title {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
}
.profile-main-menu ul li .count {
  font-weight: 700;
  margin-left: 5px;
}
.profile-main-menu ul li .title {
  color: #666;
}
.profile-main-menu ul li.active a {
  border-bottom: 3px solid #288DFF;
}
.profile-section-title {
  padding: 0 0 10px;
  margin: 0 0 10px 0;
  border-top: 0;
  border-bottom: 1px solid #ddd;
}
.profile-section-title h3 {
  margin: 0;
  line-height: 1;
}
.profile-section-title .profile-section-close {
  background: #eee;
  color: #666;
  font-size: 14px;
  line-height: 14px;
  width: 34px;
  padding: 10px 0;
  float: right;
  text-align: center;
}
.profile-section-title .profile-section-close:hover {
  background: #288DFF;
  color: #fff;
}
.profile-section-message {
  background: #FCDAD2;
  border: 1px solid #FC937C;
  color: #BB4930;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  margin: 25px 0;
  border-radius: 3px;
}
/* Profile recipes list
------------------------------------------------*/
.profile-recipes-list .recipe {
  position: relative;
  padding: 15px 0 15px 90px;
  min-height: 80px;
  border-bottom: 1px solid #eee;
}
.profile-recipes-list .recipe .photo {
  position: absolute;
  left: 0;
  top: 15px;
}
.profile-recipes-list .recipe .photo img {
  margin: 0;
  padding: 0;
}
.profile-recipes-list .recipe .info {
  color: #777;
  font-size: 12px;
}
.profile-recipes-list .recipe .info .info-item {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.profile-recipes-list .recipe .info .info-item:last-of-type {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.profile-recipes-list .recipe .mark {
  font-size: 12px;
}
.profile-recipes-list .recipe.no-border {
  border-bottom: 0;
}
/* Profile collections list
------------------------------------------------*/
.profile-collections-list .collection {
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}
.profile-collections-list .collection .button {
  margin-bottom: 0;
}
.profile-collections-list .collection .title {
  display: inline-block;
  float: left;
  font-size: 18px;
  color: #444;
}
.profile-collections-list .collection .title:hover {
  color: #288DFF;
}
.profile-collections-list .collection .mark.nr-of-items {
  margin: 5px 0 5px 10px;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  float: left;
}
.profile-collections-list .collection .info {
  color: #666;
  font-size: 13px;
  margin-bottom: 5px;
}
.profile-collections-list .collection .info .info-item {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.profile-collections-list .collection .info .info-item:last-of-type {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.profile-collections-list .collection .photo {
  display: inline-block;
  float: right;
  margin: 5px;
}
.profile-collections-list .collection .photo a {
  display: block;
}
.profile-collections-list .collection .photo img {
  margin: 0;
  padding: 0;
}
/* Profile comments list
------------------------------------------------*/
.profile-comments-list {
  margin: 25px 0;
}
.profile-comments-list .comment {
  position: relative;
  min-height: 50px;
  padding: 15px 0;
  padding-left: 62px;
}
.profile-comments-list .comment .comment-photo {
  position: absolute;
  left: 0;
  top: 15px;
  width: 50px;
  height: 50px;
}
.profile-comments-list .comment .comment-photo img {
  margin: 0;
}
.profile-comments-list .comment .comment-head {
  margin-bottom: 10px;
}
.profile-comments-list .comment .comment-title {
  display: inline-block;
  float: left;
  color: #777;
  font-size: 14px;
}
.profile-comments-list .comment .comment-date {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #888;
}
.profile-comments-list .comment .comment-text {
  position: relative;
  padding: 15px;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 3px;
  min-height: 50px;
}
.profile-comments-list .comment .comment-text:before {
  content: " ";
  display: block;
  position: absolute;
  top: 19px;
  left: -6px;
  width: 7px;
  height: 7px;
  background: inherit;
  border: 1px solid transparent;
  border-left-color: inherit;
  border-bottom-color: inherit;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 780px) {
  .profile-mini-menu li {
    display: none;
  }
  .profile-mini-menu li.right {
    float: none;
    display: inline-block;
  }
  .profile-user-bio:before {
    top: -9px;
    left: 20px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .profile-user-bio .heading-title {
    display: block;
  }
  .profile-user-tab {
    display: block;
  }
  .social-block {
    display: block;
    position: relative;
    background: transparent;
    margin: 15px 0 5px;
  }
  .profile-comments-list .comment .comment-title,
  .profile-comments-list .comment .comment-date {
    float: none;
    display: block;
  }
}
/*
-------------------------------------------------------------------------------
Members page
-------------------------------------------------------------------------------
*/
.members-list {
  margin-bottom: 20px;
}
.members-list .member {
  position: relative;
  padding: 25px 0 25px 95px;
  min-height: 80px;
  border-bottom: 1px solid #ddd;
}
.members-list .member .user-avatar {
  position: absolute;
  display: block;
  top: 25px;
  left: 0;
  width: 80px;
  height: 80px;
  margin: 0;
}
.members-list .member .user-avatar img {
  margin: 0;
  padding: 0;
}
.members-list .member .user-details,
.members-list .member .user-follow {
  min-height: 80px;
}
.members-list .member .user-details {
  position: relative;
}
.members-list .member .user-details .name {
  display: inline-block;
  float: left;
  font-size: 17px;
  color: #555;
}
.members-list .member .user-details .name:hover {
  color: #288DFF;
}
.members-list .member .user-details .user-level {
  margin: 4px 0 0 10px;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  float: left;
}
.members-list .member .user-details .info {
  color: #666;
}
.members-list .member .user-reputation {
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
}
.members-list .member .user-reputation .count {
  font-size: 18px;
  font-family: "Dosis", Arial, Helvetica, serif;
  color: #EB5858;
}
.members-list .member .user-follow {
  text-align: right;
}
.members-list .member .user-follow .button {
  margin-right: 0;
}
.members-list .member .user-follow .followers-count {
  display: block;
  margin-top: 10px;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}
.members-pagination {
  margin: 20px 0;
}
.smk-members-list-form .smk-members-list-form-inner {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
}
.smk-members-list-form .member-list-form-label {
  display: inline-block;
  float: left;
  padding: 15px 10px 15px 0;
  font-weight: 700;
}
.smk-members-list-form .visual-select {
  display: inline-block;
  float: left;
  margin: 0;
}
.smk-members-list-form .members-form-field {
  display: inline-block;
  float: left;
}
.smk-members-list-form .visual-select .choice .handle,
.smk-members-list-form select,
.smk-members-list-form .button.small,
.smk-members-list-form .member-list-form-label,
.smk-members-list-form input[type="text"] {
  padding: 7px 12px;
  margin: 10px 0;
}
.smk-members-list-form .visual-select .choice .handle {
  margin-left: -1px;
}
.smk-members-list-form .button.small,
.smk-members-list-form select {
  float: left;
  padding: 8px 12px 9px;
}
.smk-members-list-form .button.small {
  float: right;
  margin-right: 0;
}
.smk-members-list-form .mf-sep {
  display: none;
}
@media screen and (max-width: 768px) {
  .smk-members-list-form .button.small {
    float: left;
    margin-left: 15px;
  }
  .smk-members-list-form .mf-sep {
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 480px) {
  .members-list .member .user-follow {
    text-align: left;
  }
}
/*
-------------------------------------------------------------------------------
Reputation history page
-------------------------------------------------------------------------------
*/
.profile-reputation {
  margin: 20px 0;
}
.profile-reputation .reputation-event {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
.profile-reputation .reputation-event .points {
  text-align: center;
}
.profile-reputation .reputation-event .points .mark {
  display: inline-block;
  min-width: 40px;
  padding: 1px 3px;
  font-size: 12px;
}
.profile-reputation .reputation-event .date {
  color: #676a81;
}
.profile-reputation .reputation-event:nth-child(even) {
  background: #fafafa;
}
.profile-reputation-pagination {
  margin: 20px 0;
}
/*
-------------------------------------------------------------------------------
Notifications
-------------------------------------------------------------------------------
*/
.profile-notifications {
  margin: 15px 0 30px;
}
.profile-notifications .single-notification {
  position: relative;
  padding: 30px 0 30px 65px;
  margin-left: 125px;
  min-height: 80px;
  border-bottom: 1px solid #e4e5ea;
}
.profile-notifications .single-notification .user-photo {
  position: absolute;
  left: -125px;
  top: 30px;
  z-index: 2;
}
.profile-notifications .single-notification .user-photo a {
  display: block;
}
.profile-notifications .single-notification .user-photo img {
  display: block;
  margin: 0;
  padding: 0;
}
.profile-notifications .single-notification .the-sign {
  position: absolute;
  width: 48px;
  height: 48px;
  left: -25px;
  top: 42px;
  border: 3px solid #e4e5ea;
  background: #fff;
  border-radius: 48px;
  color: #9d9fb1;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  z-index: 3;
}
.profile-notifications .single-notification .the-sign .the-icon {
  padding: 13px 0;
}
.profile-notifications .single-notification .username {
  color: #5b5e73;
  font-weight: 700;
}
.profile-notifications .single-notification .username:hover {
  color: #288DFF;
}
.profile-notifications .single-notification .image-preview {
  float: left;
  max-width: 180px;
  height: auto;
  margin-right: 20px;
}
.profile-notifications .single-notification .image-preview img {
  display: block;
  margin: 0;
}
.profile-notifications .single-notification .type {
  font-size: 17px;
}
.profile-notifications .single-notification .title {
  margin-top: 5px;
}
.profile-notifications .single-notification .the-excerpt {
  font-size: 15px;
  margin-bottom: 10px;
}
.profile-notifications .single-notification .date {
  font-size: 13px;
  color: #777;
  margin-top: 5px;
}
.profile-notifications .single-notification .message {
  position: relative;
  padding: 10px;
  margin: 5px 0;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.profile-notifications .single-notification .message:before {
  content: " ";
  display: block;
  position: absolute;
  top: 15px;
  left: -6px;
  width: 7px;
  height: 7px;
  background: inherit;
  border: 1px solid transparent;
  border-left-color: inherit;
  border-bottom-color: inherit;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.profile-notifications .single-notification:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: #e4e5ea;
  z-index: 1;
}
.profile-notifications .single-notification:before {
  content: " ";
  display: block;
  position: absolute;
  top: -6px;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #e4e5ea;
  z-index: 2;
}
.profile-notifications .single-notification:first-of-type:after {
  top: 50px;
}
.profile-notifications .single-notification:first-of-type:before {
  display: none;
}
.profile-notifications .single-notification:last-of-type:after {
  bottom: 50%;
}
.profile-notifications .single-notification.comment .the-sign {
  color: #9d9fb1;
}
.profile-notifications .single-notification.followed .the-sign {
  color: #9462A4;
}
.profile-notifications .single-notification.liked .the-sign {
  color: #58BDE7;
}
.profile-notifications .single-notification.to-favorites .the-sign {
  color: #F15274;
}
.profile-notifications .single-notification.to-collection .the-sign {
  color: #89C245;
}
.profile-notifications .single-notification.recipe-published .the-sign {
  color: #288DFF;
}
.profile-notifications .single-notification .smk-recipes-remove-activity {
  position: absolute;
  top: 10px;
  right: 0;
  color: #EB5858;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px;
  font-size: 13px;
}
.profile-notifications .single-notification .smk-recipes-remove-activity:hover {
  color: #fff;
  background: #EB5858;
}
@media screen and (max-width: 780px) {
  .profile-notifications .single-notification {
    padding: 30px 0 30px 20px;
    margin-left: 50px;
    min-height: 80px;
  }
  .profile-notifications .single-notification .user-photo {
    left: -50px;
    max-width: 30px;
  }
  .profile-notifications .single-notification .the-sign {
    display: none;
  }
  .profile-notifications .single-notification:first-of-type:after {
    top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .profile-notifications .single-notification .image-preview {
    float: none;
    clear: both;
    max-width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/*
-------------------------------------------------------------------------------
Private Messages
-------------------------------------------------------------------------------
*/
.profile-private-messages-header {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 0;
  margin-top: 0;
  margin-bottom: 5px;
}
.profile-private-messages-header a {
  display: inline-block;
  padding: 7px 10px;
  margin: 7px 6px 10px 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #444;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.profile-private-messages-header a:hover {
  color: #288DFF;
}
.profile-private-messages-header a.active {
  background: #fefefe;
  border-color: #D8D8D8;
  color: #0073f4;
}
.private-messages-pagination {
  margin-top: 20px;
  margin-bottom: 5px;
}
.user-images-in-pm {
  margin: 10px 0;
  display: block;
}
.user-images-in-pm .user-image-in-pm {
  display: inline-block;
  margin: 3px;
}
.user-images-in-pm .user-image-in-pm img {
  display: block;
  margin: 0;
  border-radius: 3px;
}
.profile-private-messages {
  margin-bottom: 25px;
}
.profile-private-messages .profile-private-messages-table {
  width: 100%;
  min-height: 200px;
  padding: 0;
}
.profile-private-messages .profile-private-messages-table .td-row {
  font-size: 13px;
  line-height: 13px;
  color: #444;
  border-bottom: 1px solid #eee;
}
.profile-private-messages .profile-private-messages-table .td-row a {
  color: #444;
}
.profile-private-messages .profile-private-messages-table .td-row .td {
  display: inline-block;
  float: left;
}
.profile-private-messages .profile-private-messages-table .td-row .td .td-in {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding: 15px 20px;
}
.profile-private-messages .profile-private-messages-table .td-row .td label {
  margin: 0;
  padding: 0;
}
.profile-private-messages .profile-private-messages-table .td-row .td.important {
  width: 6%;
  cursor: pointer;
}
.profile-private-messages .profile-private-messages-table .td-row .td.important .pm-mark-as-important.active {
  color: #EB5858;
}
.profile-private-messages .profile-private-messages-table .td-row .td.userphoto {
  width: 4%;
}
.profile-private-messages .profile-private-messages-table .td-row .td.userphoto .td-in {
  padding: 10px 0;
}
.profile-private-messages .profile-private-messages-table .td-row .td.userphoto img {
  width: 24px;
  height: 24px;
  margin: 0;
  display: block;
}
.profile-private-messages .profile-private-messages-table .td-row .td.username {
  width: 15%;
}
.profile-private-messages .profile-private-messages-table .td-row .td.content {
  width: 60%;
}
.profile-private-messages .profile-private-messages-table .td-row .td.time {
  color: #888;
  width: 15%;
  text-align: right;
}
.profile-private-messages .profile-private-messages-table .td-row.unread .td.username,
.profile-private-messages .profile-private-messages-table .td-row.unread .td.content {
  font-weight: 700;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .pm-single-month {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  height: 28px;
  border-bottom: 1px solid #ddd;
  margin: 35px 0 25px;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .pm-single-month span {
  position: absolute;
  background: #A4ACAC;
  color: #fff;
  border-radius: 2px;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  top: 50%;
  text-align: center;
  padding: 8px 0;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message {
  display: block;
  position: relative;
  padding-left: 60px;
  min-height: 50px;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message:before,
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message:after {
  content: " ";
  display: table;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message:after {
  clear: both;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-avatar {
  position: absolute;
  width: 50px;
  height: 50px;
  left: -60px;
  top: 0;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-avatar img {
  border-radius: 10px;
  margin: 0;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-date {
  position: absolute;
  top: 2px;
  left: 100%;
  margin-left: 25px;
  font-size: 11px;
  z-index: 20;
  display: none;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-controls {
  position: absolute;
  top: 2px;
  right: 5px;
  display: none;
  color: #9d9fb1;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-controls .msg-edit,
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-controls .msg-delete {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-controls .msg-edit:hover {
  color: #89C245;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-controls .msg-delete:hover {
  color: #EB5858;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-body {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  background: #E1ECDB;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  min-width: 25%;
  max-width: 75%;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-body:before {
  content: " ";
  text-indent: 999999;
  background: inherit;
  position: absolute;
  top: 20px;
  left: -5px;
  height: 10px;
  width: 10px;
  z-index: 10;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-body .content {
  position: relative;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-body .content p {
  margin: 8px 0;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-body:hover .msg-date,
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-body:hover .msg-controls {
  display: block;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-body.continued {
  margin-top: 0;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message .msg-body.continued:before {
  top: -10px;
  left: 50px;
  margin-left: -3px;
  width: 6px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message.me {
  padding-left: 0;
  padding-right: 60px;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message.me .msg-avatar {
  left: auto;
  right: -60px;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message.me .msg-date {
  left: auto;
  margin-left: auto;
  right: 100%;
  margin-right: 25px;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message.me .msg-body {
  float: right;
  background: #DBE5EC;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message.me .msg-body:before {
  left: auto;
  right: -5px;
}
.profile-private-messages .profile-private-messages-table .private-messages-single .single-message.me .msg-body.continued:before {
  left: auto;
  right: 50px;
  margin-right: -3px;
}
@media screen and (max-width: 700px) {
  .profile-private-messages .profile-private-messages-table .td-row .td.important {
    width: 10%;
  }
  .profile-private-messages .profile-private-messages-table .td-row .td.userphoto {
    width: 7.5%;
  }
  .profile-private-messages .profile-private-messages-table .td-row .td.username {
    width: 15%;
  }
  .profile-private-messages .profile-private-messages-table .td-row .td.content {
    width: 50%;
  }
  .profile-private-messages .profile-private-messages-table .td-row .td.time {
    color: #888;
    width: 17.5%;
    text-align: right;
  }
}
@media screen and (max-width: 450px) {
  .profile-private-messages .profile-private-messages-table .td-row .td.important {
    width: 12%;
  }
  .profile-private-messages .profile-private-messages-table .td-row .td.userphoto {
    width: 12%;
  }
  .profile-private-messages .profile-private-messages-table .td-row .td.username {
    width: 42%;
  }
  .profile-private-messages .profile-private-messages-table .td-row .td.content {
    display: none;
  }
  .profile-private-messages .profile-private-messages-table .td-row .td.time {
    color: #888;
    width: 34%;
    text-align: right;
  }
}
/*
-------------------------------------------------------------------------------
All user recipes
-------------------------------------------------------------------------------
*/
.smk-all-user-recipes-list {
  margin: 10px 0 30px;
}
.smk-all-user-recipes-list .the-recipe {
  display: block;
  padding: 5px 0;
}
.smk-all-user-recipes-list .the-recipe .recipe-col {
  display: inline-block;
  float: left;
  width: 25%;
}
.smk-all-user-recipes-list .the-recipe .recipe-col > div {
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.smk-all-user-recipes-list .the-recipe .recipe-col.title {
  width: 50%;
}
.smk-all-user-recipes-list .the-recipe .recipe-col.title a {
  display: block;
}
.smk-all-user-recipes-list .the-recipe .recipe-col.date {
  width: 20%;
  color: #777;
  font-style: italic;
}
.smk-all-user-recipes-list .the-recipe .recipe-col.status {
  width: 20%;
  text-align: center;
}
.smk-all-user-recipes-list .the-recipe .recipe-col.controls {
  width: 10%;
}
.smk-all-user-recipes-list .the-recipe .recipe-col.controls > div {
  padding: 2px 10px;
  overflow: visible;
}
.smk-all-user-recipes-list .the-recipe:nth-child( even ) {
  background: #eee;
}
.smk-all-user-recipes-list .the-recipe .mark {
  padding: 3px 7px;
  font-size: 12px;
}
.smk-all-user-recipes-list .smk-all-user-recipes-pagination {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 650px) {
  .smk-all-user-recipes-list .the-recipe .recipe-col.title {
    width: 60%;
  }
  .smk-all-user-recipes-list .the-recipe .recipe-col.date {
    display: none;
  }
  .smk-all-user-recipes-list .the-recipe .recipe-col.status {
    width: 25%;
  }
  .smk-all-user-recipes-list .the-recipe .recipe-col.controls {
    width: 15%;
  }
}
/*
-------------------------------------------------------------------------------
404
-------------------------------------------------------------------------------
*/
.block404 {
  margin: 100px 0;
}
.block404 .error {
  display: block;
  padding: 50px;
  color: #EB5858;
  font-size: 150px;
  text-align: right;
  margin: 0;
  line-height: 1;
  border-right: 1px solid #f9caca;
}
.block404 .title {
  margin-top: 30px;
  font-size: 50px;
  color: #9d9fb1;
}
.block404 .description {
  font-size: 17px;
  color: #9d9fb1;
}
/*
-------------------------------------------------------------------------------
Help
-------------------------------------------------------------------------------
*/
.help-container .help-boxes {
  margin: 20px 0;
}
.help-container .help-boxes .box {
  display: block;
  background: #fff;
  color: #666;
  border: 1px solid #272822;
  border-radius: 3px;
  padding: 15px;
  text-align: center;
  margin: 50px 0 15px 0;
}
.help-container .help-boxes .box,
.help-container .help-boxes .box .the-icon,
.help-container .help-boxes .box .title,
.help-container .help-boxes .box .description {
  display: block;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.help-container .help-boxes .box .the-icon {
  position: relative;
  border-color: inherit;
  background: inherit;
  color: #9d9fb1;
  font-size: 44px;
  line-height: 1;
  padding: 0;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  top: -48px;
}
.help-container .help-boxes .box .the-icon:before,
.help-container .help-boxes .box .the-icon:after {
  content: " ";
  border: 1px solid #111;
  border-color: inherit;
  background: inherit;
  border-radius: 10px;
  display: block;
  width: 76px;
  height: 76px;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-left: -38px;
  margin-top: 7px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.help-container .help-boxes .box .the-icon:after {
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  z-index: 2;
}
.help-container .help-boxes .box .the-icon .sign {
  position: relative;
  z-index: 3;
}
.help-container .help-boxes .box .title {
  padding: 5px 0;
  font-size: 22px;
  text-transform: uppercase;
}
.help-container .help-boxes .box .description {
  min-height: 74px;
  line-height: 74px;
  color: #9d9fb1;
}
.help-container .help-boxes .box .description span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.6;
}
.help-container .help-boxes .box.faq {
  border-color: #58BDE7;
}
.help-container .help-boxes .box.faq .the-icon,
.help-container .help-boxes .box.faq .title {
  color: #58BDE7;
}
.help-container .help-boxes .box.faq:hover {
  border-color: #2babe1;
}
.help-container .help-boxes .box.faq:hover .the-icon,
.help-container .help-boxes .box.faq:hover .title {
  color: #2babe1;
}
.help-container .help-boxes .box.ask {
  border-color: #89C245;
}
.help-container .help-boxes .box.ask .the-icon,
.help-container .help-boxes .box.ask .title {
  color: #89C245;
}
.help-container .help-boxes .box.ask:hover {
  border-color: #6fa034;
}
.help-container .help-boxes .box.ask:hover .the-icon,
.help-container .help-boxes .box.ask:hover .title {
  color: #6fa034;
}
.help-container .help-boxes .box.all {
  border-color: #9462A4;
}
.help-container .help-boxes .box.all .the-icon,
.help-container .help-boxes .box.all .title {
  color: #9462A4;
}
.help-container .help-boxes .box.all:hover {
  border-color: #784d86;
}
.help-container .help-boxes .box.all:hover .the-icon,
.help-container .help-boxes .box.all:hover .title {
  color: #784d86;
}
.help-container .faq-search {
  margin: 20px 0;
}
.help-container .faq-search input {
  display: block;
  width: 70%;
  border-width: 2px;
  font-size: 22px;
  color: #5b5e73;
  padding: 10px;
  margin: 0 auto;
}
.help-container .questions-block .header {
  display: block;
  font-size: 18px;
  color: #555;
  margin-top: 20px;
  padding: 0;
  border-top: 1px solid #e4e5ea;
  border-bottom: 1px solid #e4e5ea;
}
.help-container .questions-block .header .title {
  display: inline-block;
  padding: 9px 0;
}
.help-container .questions-block .header .view-all {
  float: right;
  margin: 7px 0;
  text-transform: none;
}
.help-container .questions-block .questions {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.help-container .questions-block .questions li {
  list-style: none;
  padding: 0;
  font-size: 16px;
  margin: 0;
}
.help-container .questions-block .questions li a {
  display: block;
  padding: 3px 0;
  color: #5b5e73;
}
.help-container .questions-block .questions li a:hover {
  color: #288DFF;
}
.help-container .all-questions {
  margin: 20px 0;
}
.help-container .all-questions .question {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.help-container .all-questions .question .title {
  font-size: 18px;
}
.help-container .all-questions .question .title a {
  color: #555;
}
.help-container .all-questions .question .title a:hover {
  color: #288DFF;
}
.help-container .all-questions .question .meta {
  color: #9d9fb1;
}
.help-container .all-questions .question .meta a {
  color: #72768f;
}
.help-container .all-questions .question .meta a {
  border-bottom: 1px dotted #ccc;
}
.help-container .all-questions .question .meta a:hover {
  color: #288DFF;
  border-color: #288DFF;
}
.help-container .all-questions .question .meta span {
  display: inline-block;
}
.help-container .all-questions .question .meta span.separator {
  margin: 0 5px;
}
.help-container .all-questions .question .replies {
  font-size: 17px;
  min-height: 49px;
  line-height: 49px;
  font-style: italic;
  text-align: right;
  color: #72768f;
}
.help-container .all-questions .question .replies span {
  vertical-align: middle;
}
/*
-------------------------------------------------------------------------------
Home
-------------------------------------------------------------------------------
*/
.home-recipe-of-the-day {
  color: #fff;
}
.home-recipe-of-the-day h1,
.home-recipe-of-the-day h2,
.home-recipe-of-the-day h3,
.home-recipe-of-the-day h4,
.home-recipe-of-the-day h5,
.home-recipe-of-the-day h6 {
  color: #fff;
}
.home-recipe-of-the-day a {
  color: #eee;
}
.home-recipe-of-the-day .entry-photo {
  position: relative;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  margin: 15px 0;
  overflow: hidden;
}
.home-recipe-of-the-day .entry-photo img {
  display: block;
  margin: 0;
}
.home-recipe-of-the-day .entry-photo .badge {
  position: absolute;
  left: 0;
  top: 15%;
  text-align: left;
  padding: 5px 15px;
  font-size: 14px;
  background: #288DFF;
  color: #fff;
  text-transform: capitalize;
  z-index: 2;
}
.home-recipe-of-the-day .entry-photo .badge:before,
.home-recipe-of-the-day .entry-photo .badge:after {
  content: " ";
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-right: 24px solid transparent;
}
.home-recipe-of-the-day .entry-photo .badge:before {
  top: 0;
  border-top: 24px solid #288DFF;
}
.home-recipe-of-the-day .entry-photo .badge:after {
  bottom: 0;
  border-bottom: 24px solid #288DFF;
}
.home-recipe-of-the-day .entry-meta .meta {
  display: inline-block;
  float: left;
  padding: 10px 15px;
  min-width: 60px;
  border-radius: 3px;
  margin-top: 15px;
  margin-right: 15px;
}
.home-recipe-of-the-day .entry-meta .meta span {
  display: inline-block;
  float: left;
  vertical-align: middle;
}
.home-recipe-of-the-day .entry-meta .meta span.number {
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 10px;
  line-height: 22px;
}
.home-recipe-of-the-day .entry-meta .meta span .the-icon {
  font-size: 22px;
  line-height: 22px;
}
.home-recipe-of-the-day .entry-meta .meta.favorites {
  background: #F15274;
}
.home-recipe-of-the-day .entry-meta .meta.likes {
  background: #58BDE7;
}
.home-recipe-of-the-day .entry-meta .meta.comments {
  background: #89C245;
}
.home-recipe-of-the-day .entry-info-author {
  position: relative;
  padding-left: 96px;
  padding-top: 5px;
  min-height: 86px;
  margin: 35px 0 10px 0;
}
.home-recipe-of-the-day .entry-info-author .submited-by {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.home-recipe-of-the-day .entry-info-author img {
  margin: 0;
  padding: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.25);
}
.home-recipe-of-the-day .entry-info-author a {
  color: #fff;
}
.home-recipe-of-the-day .entry-info-author .mark {
  text-transform: uppercase;
  font-size: 11px;
  margin-left: 5px;
}
.home-recipe-of-the-day .entry-info-author .total-recipes {
  font-style: italic;
  color: #ccc;
}
.home-large-light-slider .lSAction > .lSPrev,
.home-large-light-slider .lSAction > .lSNext {
  position: absolute;
  display: none;
  padding: 15px;
  line-height: 1;
  font-size: 22px;
  background: #288DFF;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  border-radius: 3px;
  width: auto;
  height: auto;
  margin-top: 0;
  text-align: center;
}
.home-large-light-slider .lSAction > .lSPrev > i,
.home-large-light-slider .lSAction > .lSNext > i {
  display: inline-block;
}
.home-large-light-slider .lSAction > .lSPrev {
  left: 0;
}
.home-large-light-slider .lSAction > .lSNext {
  right: 0;
}
.home-large-light-slider .lSPager.lSpg > li a {
  background-color: #fff;
}
.home-large-light-slider:hover .lSAction > .lSPrev,
.home-large-light-slider:hover .lSAction > .lSNext {
  display: block;
}
.big-featured-recipes-slider {
  position: relative;
}
.big-featured-recipes-slider .owl-controls .owl-pagination .owl-page span {
  background: #fff;
}
.big-featured-recipes-slider .owl-controls .owl-pagination .owl-page.active span {
  background: #288DFF;
}
.big-featured-recipes-slider .owl-controls .owl-buttons {
  display: none;
}
.big-featured-recipes-slider .owl-controls .owl-buttons .owl-prev,
.big-featured-recipes-slider .owl-controls .owl-buttons .owl-next {
  position: absolute;
  display: inline-block;
  padding: 10px 5px;
  line-height: 1;
  font-size: 22px;
  background: #288DFF;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  border-radius: 3px;
}
.big-featured-recipes-slider .owl-controls .owl-buttons .owl-prev {
  left: -10px;
}
.big-featured-recipes-slider .owl-controls .owl-buttons .owl-next {
  right: -10px;
}
.big-featured-recipes-slider:hover .owl-controls .owl-buttons {
  display: block;
}
.big-featured-recipes-slider,
.entry-recipe-slider {
  display: none;
}
.big-featured-recipes-slider.lightSlider,
.entry-recipe-slider.lightSlider {
  display: block;
}
.home-carousel-posts {
  display: none;
}
.home-carousel-posts.owl-carousel {
  display: block;
}
.home-blog-post {
  position: relative;
  padding: 15px 0;
  padding-left: 86px;
  min-height: 50px;
  border-bottom: 1px solid #eee;
}
.home-blog-post .entry-date {
  position: absolute;
  left: 0;
  top: 15px;
  text-align: center;
  width: 86px;
}
.home-blog-post .entry-date .date {
  display: block;
  font-size: 28px;
  font-family: "Dosis", Arial, Helvetica, serif;
  color: #288DFF;
}
.home-blog-post .entry-date .month {
  font-size: 11px;
  color: #9d9fb1;
  text-transform: uppercase;
  display: block;
}
.home-blog-post .entry-title {
  font-weight: 700;
  margin-bottom: 7px;
}
.home-blog-post .entry-content {
  font-size: 13px;
}
.home-collections .collection {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.home-collections .collection .entry-details {
  display: inline-block;
  float: left;
}
.home-collections .collection .total {
  display: inline-block;
  float: right;
  top: 15px;
  text-align: center;
  width: 86px;
}
.home-collections .collection .total .number {
  display: block;
  font-size: 18px;
  font-family: "Dosis", Arial, Helvetica, serif;
  color: #288DFF;
}
.home-collections .collection .total .text {
  display: block;
  font-size: 13px;
  color: #9d9fb1;
}
.home-collections .collection .entry-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.home-collections .collection .meta {
  color: #9d9fb1;
}
.home-collections .collection .meta .sep {
  margin-right: 5px;
  margin-left: 5px;
}
.home-collections .collection:last-of-type {
  border-bottom: 0;
}
.home-authors {
  margin: 15px 0 25px;
}
.home-authors .author {
  display: inline-block;
  float: left;
  margin: 5px;
}
.home-authors .author img {
  display: block;
  margin: 0;
  width: 80px;
  height: 80px;
}
.pb-topic-on-home {
  display: block;
  position: relative;
  min-height: 60px;
  padding: 15px 0 15px 70px;
  border-bottom: 1px solid #eee;
}
.pb-topic-on-home .author-avatar {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  max-width: 60px;
  height: auto;
}
.pb-topic-on-home .author-avatar img {
  display: block;
  margin: 15px 0;
  max-width: 60px;
  height: auto;
  border-radius: 2px;
}
.pb-topic-on-home .entry-title {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}
.pb-topic-on-home .enty-topic-info {
  font-size: 13px;
}
.pb-topic-on-home .topic-time {
  font-size: 12px;
}
.pb-topic-on-home .topic-time a {
  color: #89C245;
}
.pb-topic-on-home .topic-time a:hover {
  color: #6fa034;
  border-bottom: 1px dotted #89C245;
}
.pb-topic-on-home .topic-status.closed {
  display: inline-block;
  padding: 1px 3px;
  margin-right: 5px;
  background: #fafafa;
  border-radius: 2px;
  color: #EB5858;
}
.gustos-pb-items-list-switcher {
  display: inline-block;
  float: right;
  font-size: 16px;
}
/*
-------------------------------------------------------------------------------
Registration
-------------------------------------------------------------------------------
*/
.registration-block {
  display: block;
  max-width: 960px;
  margin: 120px auto;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fefefe;
}
.registration-block .reg-left,
.registration-block .reg-right {
  position: relative;
}
.registration-block .reg-left:before,
.registration-block .reg-right:before {
  content: " ";
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ddd;
  position: absolute;
}
.registration-block .reg-left:before {
  right: 0;
}
.registration-block .reg-right:before {
  left: -1px;
}
.registration-block .reg-in {
  position: relative;
  padding: 35px;
}
.registration-block .reg-social-log-in {
  margin-top: 19px;
}
.registration-block .log-in-with a {
  display: inline-block;
  padding: 10px 15px;
  background: #333;
  border-radius: 3px;
  margin: 10px 0;
  font-size: 14px;
  color: #fff;
}
.registration-block .log-in-with a.log-in-with-facebook {
  background: #4E69A2;
}
.registration-block .log-in-with a.log-in-with-twitter {
  background: #55ACEE;
}
.registration-block .log-in-with a.log-in-with-google-plus {
  background: #DF5138;
}
.registration-block .log-in-with a:hover {
  opacity: 0.9;
}
.registration-block .log-in-title {
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.registration-block .log-in-title span {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 1;
  font-size: 12px;
}
.registration-block .reg-log-in-button-submit {
  margin-bottom: 0;
  float: left;
}
.registration-block .reg-lost-password-link {
  display: inline-block;
  text-align: right;
  padding: 12px 0;
  float: right;
}
.registration-block .reg-advant .adv {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.registration-block .reg-advant .adv:last-of-type {
  border-bottom: 0;
}
.registration-block.reset-pass {
  max-width: 450px;
}
.registration-block.login-block {
  max-width: 700px;
}
.registration-pic img {
  display: block;
  margin: 50px auto 0;
}
.smk-password-meter {
  display: block;
  background: #ff3019;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff3019), color-stop(42%, #efef04), color-stop(57%, #efef04), color-stop(100%, #18d304));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff3019 0%, #efef04 42%, #efef04 57%, #18d304 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #ff3019 0%, #efef04 42%, #efef04 57%, #18d304 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#18d304', GradientType=1);
  /* IE6-9 */
  border-radius: 2px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.smk-password-meter .meter-ind {
  position: relative;
  left: 0;
  display: block;
  height: 6px;
  background: #eee;
  width: 100%;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .registration-block {
    margin: 40px auto;
  }
  .registration-block .reg-left,
  .registration-block .reg-right {
    position: relative;
  }
  .registration-block .reg-left:before,
  .registration-block .reg-right:before {
    display: none;
  }
  .registration-block .reg-right {
    padding-top: 0;
  }
  .registration-block .reg-right .reg-in {
    padding-top: 0;
  }
  .registration-block .log-in-title {
    display: none;
  }
  .registration-block .reg-social-log-in {
    margin-top: 0;
  }
  .registration-block .log-in-with {
    display: inline-block;
    margin-right: 10px;
  }
}
/*
-------------------------------------------------------------------------------
WP
-------------------------------------------------------------------------------
*/
.recipes-filter {
  padding: 0;
  border-bottom: 1px solid #ddd;
  margin: 5px 0 10px;
}
.recipes-filter .filter-query {
  float: left;
  display: inline-block;
  width: 75%;
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
}
.recipes-filter .filter-query .filter-recipes-pointer,
.recipes-filter .filter-query .filter-recipes-key {
  display: inline-block;
  margin: 3px 10px 3px 0;
  padding: 5px 8px;
  border-radius: 3px;
  background: #fff;
  color: #58BDE7;
  font-weight: 700;
  border: 1px solid #58BDE7;
}
.recipes-filter .filter-query .filter-recipes-pointer:hover,
.recipes-filter .filter-query .filter-recipes-key:hover {
  background: #fafafa;
}
.recipes-filter .filter-query .filter-recipes-pointer.active:hover,
.recipes-filter .filter-query .filter-recipes-key.active:hover {
  background: #58BDE7;
  color: #fff;
}
.recipes-filter .filter-query .filter-recipes-key {
  color: #89C245;
  font-weight: 400;
  border: 1px solid #89C245;
  margin: 3px 6px 3px 0;
}
.recipes-filter .filter-query .filter-recipes-key .filter-close-icon {
  margin-left: 5px;
}
.recipes-filter .filter-query .filter-recipes-key:hover .filter-close-icon {
  color: #EB5858;
}
.recipes-filter .filter-view {
  float: left;
  display: inline-block;
  width: 25%;
  margin: 0;
  padding: 15px 0;
}
.recipes-filter .filter-view .column-select {
  position: relative;
  display: inline-block;
  float: right;
  margin: 0 0 0 10px;
  padding: 0;
  border-radius: 3px;
  background: #fff;
  color: #777;
  font-weight: 400;
  border: 1px solid #ddd;
  min-width: 100px;
  z-index: 300;
}
.recipes-filter .filter-view .column-select .option {
  display: block;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
  padding: 5px 8px 5px 30px;
}
.recipes-filter .filter-view .column-select .option.grid {
  background: url('assets/images/grid.png') no-repeat 8px center;
}
.recipes-filter .filter-view .column-select .option.list {
  background: url('assets/images/list.png') no-repeat 8px center;
}
.recipes-filter .filter-view .column-select .option.large {
  background: url('assets/images/def.png') no-repeat 8px center;
}
.recipes-filter .filter-view .column-select .option.subtlelist {
  background: url('assets/images/subtle-list.png') no-repeat 8px center;
}
.recipes-filter .filter-view .column-select .option.twocolumns {
  background: url('assets/images/two-columns.png') no-repeat 8px center;
}
.recipes-filter .filter-view .column-select .option.active {
  color: #288DFF;
}
.recipes-filter .filter-view .column-select .option.active.grid {
  background-image: url('assets/images/grid-active.png');
}
.recipes-filter .filter-view .column-select .option.active.list {
  background-image: url('assets/images/list-active.png');
}
.recipes-filter .filter-view .column-select .option.active.large {
  background-image: url('assets/images/def-active.png');
}
.recipes-filter .filter-view .column-select .option.active.subtlelist {
  background-image: url('assets/images/subtle-list-active.png');
}
.recipes-filter .filter-view .column-select .option.active.twocolumns {
  background-image: url('assets/images/two-columns-active.png');
}
.recipes-filter .filter-view .column-select .option.this-is-active {
  background-color: #eee;
  opacity: 0.5;
}
.recipes-filter .filter-view .column-select .other-views {
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  right: -1px;
  min-width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0 0 3px 3px;
  z-index: 300;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.recipes-filter .filter-view .column-select .other-views .option {
  color: #333;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.recipes-filter .filter-view .column-select .other-views .option:hover {
  opacity: 1;
}
.recipes-filter .filter-view .column-select:hover {
  border-radius: 3px 3px 0 0;
}
.recipes-filter .filter-view .column-select:hover .other-views {
  opacity: 1;
  visibility: visible;
}
.recipes-filter .filter-view .column-select.column-select-per-page {
  min-width: 50px;
  text-align: center;
}
.recipes-filter .filter-view .column-select.column-select-per-page .option {
  padding: 5px 10px;
}
@media screen and (max-width: 780px) {
  .recipes-filter .filter-query {
    display: block;
    float: none;
  }
  .recipes-filter .filter-view {
    display: block;
    padding: 0;
    float: none;
    width: 100%;
  }
  .recipes-filter .filter-view .column-select {
    margin: 10px 0;
    float: none;
    width: 100%;
    display: block;
    border: 0;
  }
  .recipes-filter .filter-view .column-select .option {
    display: inline-block;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .recipes-filter .filter-view .column-select .option.active {
    display: none;
  }
  .recipes-filter .filter-view .column-select .option.this-is-active {
    opacity: 1;
  }
  .recipes-filter .filter-view .column-select .other-views {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: inline;
    border: 0;
  }
  .recipes-filter .filter-view .column-select .other-views .option {
    display: inline-block;
  }
  .recipes-filter .filter-view .column-select.column-select-per-page {
    text-align: left;
  }
  .recipes-filter .filter-view.right {
    float: none;
    margin: 10px 0;
  }
}
/*
-------------------------------------------------------------------------------
WP
-------------------------------------------------------------------------------
*/
.recipes-pagination {
  margin: 20px 0;
}
.recipes-list {
  margin: 25px 0;
}
.recipes-list.home-recipes-list {
  margin: 0;
}
/*
-------------------------------------------------------------------------------
Def view
-------------------------------------------------------------------------------
*/
.recipes-list .recipe-view-def {
  position: relative;
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.recipes-list .recipe-view-def .entry-photo {
  position: relative;
}
.recipes-list .recipe-view-def .entry-photo.thumb-bg {
  display: block;
  background: url('assets/images/img.png') center center no-repeat #eee;
  width: 100%;
  padding-bottom: 100%;
}
.recipes-list .recipe-view-def .entry-photo img {
  margin: 0;
  padding: 0;
}
.recipes-list .recipe-view-def .entry-photo .badge {
  position: absolute;
  left: 0;
  top: 10px;
  text-align: left;
  padding: 5px 15px;
  font-size: 14px;
  background: #288DFF;
  color: #fff;
  text-transform: capitalize;
  z-index: 2;
}
.recipes-list .recipe-view-def .entry-photo .badge:before,
.recipes-list .recipe-view-def .entry-photo .badge:after {
  content: " ";
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-right: 24px solid transparent;
}
.recipes-list .recipe-view-def .entry-photo .badge:before {
  top: 0;
  border-top: 24px solid #288DFF;
}
.recipes-list .recipe-view-def .entry-photo .badge:after {
  bottom: 0;
  border-bottom: 24px solid #288DFF;
}
.recipes-list .recipe-view-def .smk-manage-recipe {
  position: absolute;
  right: 5px;
  top: 5px;
}
.recipes-list .recipe-view-def .smk-manage-recipe .manage-recipe-handler {
  padding: 6px 1px;
}
.recipes-list .recipe-view-def .entry-title {
  position: relative;
}
.recipes-list .recipe-view-def .entry-title h2 {
  font-size: 25px;
  margin: 0 0 5px 0;
  line-height: 30px;
}
.recipes-list .recipe-view-def .entry-content {
  margin: 10px 0;
}
.recipes-list .recipe-view-def .entry-info-author {
  padding: 0 0 0 50px;
  position: relative;
  min-height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.recipes-list .recipe-view-def .entry-info-author img {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.recipes-list .recipe-view-def .entry-info-author .total-recipes {
  font-size: 12px;
  color: #9d9fb1;
}
.recipes-list .recipe-view-def .recipe-info-pointer {
  position: absolute;
  top: 25px;
  right: 0;
  bottom: 25px;
  width: 40px;
  background: #fff;
  border-left: 1px solid #eee;
  color: #777;
  z-index: 10;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.recipes-list .recipe-view-def .recipe-info-pointer .the-icon {
  position: absolute;
  display: block;
  line-height: 1;
  font-size: 18px;
  width: inherit;
  top: 50%;
  margin-top: -9px;
  text-align: center;
}
.recipes-list .recipe-view-def .recipe-info-pointer:hover {
  border-color: #ddd;
  background: #fafafa;
}
.recipes-list .recipe-view-def .recipe-info-2 .recipe-info-2-inner {
  position: relative;
  top: 0;
  left: 0;
  color: #666;
  padding: 0;
  z-index: 2;
  margin-bottom: 20px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.recipes-list .recipe-view-def .recipe-info-2 .recipe-info-2-inner .info {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.recipes-list .recipe-view-def .recipe-info-2 .recipe-info-2-inner .info .type {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.recipes-list .recipe-view-def .recipe-info-2 .recipe-info-2-inner .info .value {
  display: block;
  font-size: 14px;
  color: #81839a;
}
.recipes-list .recipe-view-def .recipe-info-2 .recipe-info-2-inner .info .value-category {
  display: inline-block;
  font-size: 13px;
  margin-right: 6px;
  margin-top: 5px;
}
.recipes-list .recipe-view-def .recipe-info-2 .recipe-info-2-inner .info .value-category a {
  display: inline-block;
  background: #e4e5ea;
  border-radius: 2px;
  padding: 1px 3px;
  color: #555;
}
.recipes-list .recipe-view-def .recipe-info-2 .recipe-info-2-inner .info .value-category a:hover {
  background: #288DFF;
  color: #fff;
}
.recipes-list .recipe-view-def .recipe-info-2 .recipe-info-2-inner .info.preparation .the-icon {
  color: #58BDE7;
}
.recipes-list .recipe-view-def .recipe-info-2 .recipe-info-2-inner .info.ingredients .the-icon {
  color: #89C245;
}
.recipes-list .recipe-view-def .recipe-info-2 .recipe-info-2-inner .info.category .the-icon {
  color: #39CAB5;
}
.recipes-list .recipe-view-def .recipe-info-2 .recipe-info-2-inner .info.difficulty .the-icon {
  color: #9462A4;
}
.recipes-list .recipe-view-def .recipe-info-2 .recipe-info-2-inner.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
/*
-------------------------------------------------------------------------------
List view
-------------------------------------------------------------------------------
*/
.recipes-list .recipe-view-list {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.recipes-list .recipe-view-list .recipe-photo {
  width: 70px;
  float: left;
}
.recipes-list .recipe-view-list .recipe-photo .entry-photo.thumb-bg {
  display: block;
  background: url('assets/images/img.png') center center no-repeat #eee;
  width: 100%;
  padding-bottom: 100%;
}
.recipes-list .recipe-view-list .recipe-photo img {
  display: block;
  margin: 5px 0;
  padding: 0;
}
.recipes-list .recipe-view-list .recipe-details {
  margin: 0;
  margin-left: 80px;
  margin-right: 102px;
  border-radius: 3px;
}
.recipes-list .recipe-view-list .recipe-details .title {
  font-size: 16px;
}
.recipes-list .recipe-view-list .recipe-details .title a {
  color: #333;
}
.recipes-list .recipe-view-list .recipe-details .title a:hover {
  color: #288DFF;
}
.recipes-list .recipe-view-list .recipe-details .excerpt {
  font-size: 12px;
  color: #666;
  margin: 3px 0;
}
.recipes-list .recipe-view-list .recipe-details .meta {
  font-size: 12px;
  color: #888;
}
.recipes-list .recipe-view-list .recipe-details .meta span {
  display: inline-block;
  padding: 1px 4px;
}
.recipes-list .recipe-view-list .recipe-details .meta span:first-of-type {
  padding-left: 0;
}
.recipes-list .recipe-view-list .recipe-controls {
  position: absolute;
  text-align: center;
  right: 0;
  top: 15px;
  font-size: 28px;
  line-height: 1;
  padding: 18px 0;
  width: 92px;
  float: right;
}
.recipes-list .recipe-view-list .recipe-controls a {
  display: inline-block;
  padding: 3px 0 1px;
  width: 36px;
  color: #bbb;
  text-align: center;
}
.recipes-list .recipe-view-list .recipe-controls a:hover {
  color: #999;
}
.recipes-list .recipe-view-list .recipe-controls a.like-post.active {
  color: #58BDE7;
}
.recipes-list .recipe-view-list .recipe-controls a.favorite-post.active {
  color: #EB5858;
}
/*
-------------------------------------------------------------------------------
Grid view
-------------------------------------------------------------------------------
*/
.recipes-list.recipes-list-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.recipes-list .clear-grid {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.recipes-list .recipe-view-grid {
  position: relative;
  width: 33.333%;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.recipes-list .recipe-view-grid.rvg-2-col {
  width: 50%;
}
.recipes-list .recipe-view-grid.rvg-3-col {
  width: 33.33333333%;
}
.recipes-list .recipe-view-grid.rvg-4-col {
  width: 25%;
}
.recipes-list .recipe-view-grid.rvg-5-col {
  width: 20%;
}
.recipes-list .recipe-view-grid.rvg-6-col {
  width: 16.66666667%;
}
.recipes-list .recipe-view-grid.rvg-7-col {
  width: 14.28571429%;
}
.recipes-list .recipe-view-grid.rvg-8-col {
  width: 12.5%;
}
.recipes-list .recipe-view-grid.rvg-9-col {
  width: 11.11111111%;
}
.recipes-list .recipe-view-grid.rvg-10-col {
  width: 10%;
}
.recipes-list .recipe-view-grid .grid-in {
  display: block;
  margin: 15px;
}
.recipes-list .recipe-view-grid .recipe-block {
  margin: 0;
  position: relative;
}
.recipes-list .recipe-view-grid .recipe-block .entry-photo.thumb-bg {
  display: block;
  background: url('assets/images/img.png') center center no-repeat #eee;
  width: 100%;
  padding-bottom: 100%;
}
.recipes-list .recipe-view-grid .recipe-block img {
  margin: 0;
  display: block;
}
.recipes-list .recipe-view-grid .recipe-controls {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
}
.recipes-list .recipe-view-grid .recipe-controls a {
  display: inline-block;
  padding: 7px;
  border-radius: 3px;
  background: #000;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  width: 16px;
  margin: 1px;
  opacity: 0.5;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.recipes-list .recipe-view-grid .recipe-controls a.active {
  opacity: 1;
}
.recipes-list .recipe-view-grid .recipe-controls a.active.like-post {
  background: #58BDE7;
}
.recipes-list .recipe-view-grid .recipe-controls a.active.favorite-post {
  background: #EB5858;
}
.recipes-list .recipe-view-grid .recipe-controls.hide-this-meta {
  display: none;
}
.recipes-list .recipe-view-grid .recipe-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2px 10px;
  text-align: center;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.recipes-list .recipe-view-grid .recipe-title a {
  color: #fff;
}
.recipes-list .recipe-view-grid .recipe-title.hide-this-meta {
  display: none;
}
.recipes-list .recipe-view-grid:hover .recipe-controls a {
  opacity: 0.8;
}
.recipes-list .recipe-view-grid:hover .recipe-controls a.active {
  opacity: 1;
}
.recipes-list .recipe-view-grid:hover .recipe-title {
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
}
.recipes-list.fullwidth-grid .recipe-view-grid {
  width: 100%;
}
.recipes-list.related-items-list {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1000px) {
  .recipes-list .recipe-view-grid .recipe-title {
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .recipes-list .recipe-view-def .entry-photo img {
    margin: 10px 0 20px;
  }
  .recipes-list .recipe-view-def .entry-controls .control,
  .recipes-list .recipe-view-def .entry-controls .control-tip {
    display: inline-block;
    float: none;
  }
  .recipes-list .recipe-view-grid {
    width: 50%;
    margin: 15px 0;
    overflow: hidden;
  }
  .recipes-list .recipe-view-grid.rvg-3-col,
  .recipes-list .recipe-view-grid.rvg-4-col,
  .recipes-list .recipe-view-grid.rvg-5-col,
  .recipes-list .recipe-view-grid.rvg-6-col,
  .recipes-list .recipe-view-grid.rvg-7-col,
  .recipes-list .recipe-view-grid.rvg-8-col,
  .recipes-list .recipe-view-grid.rvg-9-col,
  .recipes-list .recipe-view-grid.rvg-10-col {
    width: 33.33333333%;
  }
  .recipes-list .recipe-view-grid .grid-in {
    margin-left: 15px;
    margin-right: 15px;
  }
  .recipes-list .recipe-view-grid.first .grid-in,
  .recipes-list .recipe-view-grid.third .grid-in {
    margin-left: 15px;
    margin-right: 15px;
  }
  .recipes-list .clear-grid {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .recipes-list .recipe-view-def .recipe-info-2 {
    display: none;
  }
  .recipes-list .recipe-view-list .recipe-details {
    margin-right: 0;
  }
  .recipes-list .recipe-view-list .recipe-controls {
    display: none;
  }
  .recipes-list .recipe-view-grid {
    display: block;
    float: none;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .recipes-list .recipe-view-grid.rvg-3-col,
  .recipes-list .recipe-view-grid.rvg-4-col,
  .recipes-list .recipe-view-grid.rvg-5-col,
  .recipes-list .recipe-view-grid.rvg-6-col,
  .recipes-list .recipe-view-grid.rvg-7-col,
  .recipes-list .recipe-view-grid.rvg-8-col,
  .recipes-list .recipe-view-grid.rvg-9-col,
  .recipes-list .recipe-view-grid.rvg-10-col {
    width: 100%;
  }
  .recipes-list .recipe-view-grid .grid-in {
    margin-left: 0;
    margin-right: 0;
  }
  .recipes-list .recipe-view-grid.first .grid-in,
  .recipes-list .recipe-view-grid.third .grid-in {
    margin-left: 0;
    margin-right: 0;
  }
  .recipes-list .recipe-view-grid .recipe-controls.hide-this-meta {
    display: block;
  }
  .recipes-list .recipe-view-grid .recipe-title.hide-this-meta {
    display: block;
  }
}
/*
-------------------------------------------------------------------------------
WP
-------------------------------------------------------------------------------
*/
.user-activity .user-activity-note {
  position: relative;
  padding: 10px 0 10px 70px;
  min-height: 50px;
}
.user-activity .user-activity-note .user-image {
  position: absolute;
  width: 70px;
  left: 0;
  top: 10px;
}
.user-activity .user-activity-note .user-image img {
  margin: 0;
}
.user-activity .user-activity-note .activity-col {
  display: inline-block;
  float: left;
  width: 50%;
}
.user-activity .user-activity-note .activity-col.post-image > img {
  margin: 0;
}
/*
-------------------------------------------------------------------------------
WP
-------------------------------------------------------------------------------
*/
.smk-theme-login-block {
  position: absolute;
  top: 10%;
  left: 49%;
  width: 49%;
  padding: 0;
  border-radius: 3px;
  z-index: 10000;
  display: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(-51%, 0) scale(1, 1);
      -ms-transform: translate(-51%, 0) scale(1, 1);
          transform: translate(-51%, 0) scale(1, 1);
}
.smk-theme-login-block .form-row {
  margin-bottom: 15px;
}
.smk-theme-login-block .form-label {
  margin: 0;
  font-size: 18px;
}
.smk-theme-login-block input[type="text"],
.smk-theme-login-block input[type="email"],
.smk-theme-login-block input[type="password"] {
  margin: 0;
  font-size: 18px;
  padding: 18px;
  border-width: 1px;
  background: #fff;
}
.smk-theme-login-block .button {
  padding: 10px 20px;
  font-size: 16px;
}
.smk-theme-login-block .smk-theme-login-block-type {
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.smk-theme-login-block .smk-theme-login-block-type span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding: 5px 0;
  margin: 3px 3px 17px;
  color: #888;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
}
.smk-theme-login-block .smk-theme-login-block-type span:before {
  display: none;
}
.smk-theme-login-block .smk-theme-login-block-type span:hover {
  color: #444;
  border-color: #ddd;
}
.smk-theme-login-block .smk-theme-login-block-type span.active {
  border-color: #288DFF;
  color: #288DFF;
}
.smk-theme-login-block .smk-theme-login-block-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  text-align: center;
  display: block;
  cursor: pointer;
  color: #777;
  background: #ddd;
  padding: 3px;
  border-radius: 2px;
}
.smk-theme-login-block .smk-theme-login-block-close:hover {
  color: #fff;
  background: #288DFF;
}
.smk-theme-login-block .form-message-response {
  display: none;
  cursor: default;
}
.smk-theme-login-block .form-message-response .message {
  background: #333;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  margin: 10px 0;
}
.smk-theme-login-block .form-message-response .message.error-message {
  background: #EB5858;
}
.smk-theme-login-block .form-message-response .message.empty-message {
  background: #EB5858;
}
.smk-theme-login-block .form-message-response .message.success-message {
  background: #89C245;
}
.smk-theme-login-block.active {
  display: block;
}
@media screen and (max-width: 900px) {
  .smk-theme-login-block {
    position: absolute;
    top: 20px;
    width: 80%;
    left: 10%;
    right: 10%;
    -webkit-transform: translate(0, 0) scale(1, 1);
        -ms-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  .smk-theme-login-block .form-label {
    font-size: 14px;
  }
  .smk-theme-login-block input[type="text"],
  .smk-theme-login-block input[type="email"],
  .smk-theme-login-block input[type="password"] {
    font-size: 14px;
    padding: 10px;
  }
  .smk-theme-login-block .button {
    padding: 5px 10px;
    font-size: 13px;
  }
  .smk-theme-login-block .smk-theme-login-block-type span {
    font-size: 14px;
  }
}
.smk-theme-login-block-back-shadow {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  display: none;
}
.smk-theme-login-block-back-shadow.active {
  display: block;
}
.smk-password-meter {
  display: block;
  background: #ff3019;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff3019), color-stop(42%, #efef04), color-stop(57%, #efef04), color-stop(100%, #18d304));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff3019 0%, #efef04 42%, #efef04 57%, #18d304 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #ff3019 0%, #efef04 42%, #efef04 57%, #18d304 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#18d304', GradientType=1);
  /* IE6-9 */
  border-radius: 2px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.smk-password-meter .meter-ind {
  position: relative;
  left: 0;
  display: block;
  height: 6px;
  background: #eee;
  width: 100%;
  border-radius: 0;
}
.loading-element,
.loading-element:hover,
.loading-element.current,
.loading-element.current:hover {
  background: #9faeae !important;
  background-image: -webkit-linear-gradient(45deg, #c9d8d8 25%, #9faeae 25%, #9faeae 50%, #c9d8d8 50%, #c9d8d8 75%, #9faeae 75%, #9faeae) !important;
  background-image: linear-gradient(45deg, #c9d8d8 25%, #9faeae 25%, #9faeae 50%, #c9d8d8 50%, #c9d8d8 75%, #9faeae 75%, #9faeae) !important;
  background-size: 30px 30px!important;
  color: #fff!important;
  -webkit-animation: loadingelement 0.7s linear infinite;
          animation: loadingelement 0.7s linear infinite;
}
/* .keyframes(~'loadingelement, from { background-position: 0 0; } to {  background-position: 60px 30px;  }'); */
@-webkit-keyframes loadingbutton {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
@keyframes loadingbutton {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
.widget.widget_archive ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .widget-pretty-list,
.widget .widget-pretty-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .widget-pretty-list li a {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  display: block;
  padding: 4px 0;
}
.widget .widget-pretty-list li a .mark {
  float: right;
  font-size: 11px;
}
.widget .widget-pretty-list li a:hover {
  border-color: #e4e5ea;
}
.widget .widget-pretty-list li a:hover .mark {
  background: #288DFF;
  color: #ffffff;
}
.widget .widget-pretty-list li a:before,
.widget .widget-pretty-list li a:after {
  content: " ";
  display: table;
}
.widget .widget-pretty-list li a:after {
  clear: both;
}
.blog-pagination-links {
  display: block;
  text-align: center;
  margin: 20px 0 30px;
}
.blog-pagination-links a {
  display: inline-block;
  padding: 9px 17px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin: 5px;
  color: #777;
  font-size: 12px;
  text-transform: uppercase;
}
.blog-pagination-links a .the-icon {
  display: inline-block;
}
.blog-pagination-links a .the-icon.to-left {
  margin-right: 9px;
}
.blog-pagination-links a .the-icon.to-right {
  margin-left: 9px;
}
.blog-pagination-links a:hover {
  color: #fff;
  background: #288DFF;
  border-color: #0067da;
}
/* Recipes search
------------------------------------------------*/
.smk-recipes-search .smk-recipes-search-row {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.smk-recipes-search .smk-recipes-search-row:last-of-type {
  border-bottom: 0;
}
.smk-recipes-search .smk-recipes-search-row .r-search-label,
.smk-recipes-search .smk-recipes-search-row .r-search-field {
  display: inline-block;
  margin: 0;
  padding-left: 0;
}
.smk-recipes-search .smk-recipes-search-row .r-search-label {
  width: 17%;
  padding: 7px 3% 7px 0;
  text-align: left;
  font-weight: 700;
  vertical-align: top;
}
.smk-recipes-search .smk-recipes-search-row .r-search-field {
  width: 80%;
}
.smk-recipes-search .smk-recipes-search-row .r-search-field .description {
  color: #777;
}
.smk-recipes-search .smk-recipes-search-row input[type="text"],
.smk-recipes-search .smk-recipes-search-row input[type="number"],
.smk-recipes-search .smk-recipes-search-row select,
.smk-recipes-search .smk-recipes-search-row textarea {
  margin: 0;
}
.smk-recipes-search .smk-recipes-search-row label {
  display: block;
  padding-top: 7px;
}
.smk-recipes-search .smk-recipes-search-row input.minimal-size {
  width: 70px;
}
.smk-recipes-search .smk-recipes-search-row input.small-size {
  width: 100px;
}
.smk-theme-floating-search {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 400px;
  background: #3E4651;
  color: #fff;
  z-index: 1300;
  padding: 40px 25px 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.smk-theme-floating-search .smk-recipes-search > form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row {
  padding: 15px;
  border-bottom-color: transparent;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row .r-search-label,
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row .r-search-field {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row .r-search-label {
  padding-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row.search_ .r-search-label {
  display: none;
}
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row.search_ .r-search-field input {
  font-size: 18px;
  padding: 10px;
}
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row .description {
  color: #a3acb8;
  margin-top: 3px;
  font-size: 12px;
}
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row .r-search-field input[type="text"],
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row .r-search-field input[type="number"],
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row .r-search-field select {
  border: 0;
}
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row.half {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row.half input[type="text"],
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row.half select {
  box-sizing: border-box;
  width: 100%;
}
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row.submittion_button {
  position: relative;
  color: #fff;
  padding: 25px 0 40px;
  margin-left: 0;
  margin-right: 0;
  background: transparent;
}
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row.submittion_button .r-search-field {
  text-align: center;
}
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row.submittion_button .r-search-label {
  display: none;
}
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row.submittion_button .button {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  border: 1px solid #282d34;
}
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row.submittion_button .smk-theme-search-cancel {
  display: inline-block;
  color: #EB5858;
  padding: 2px 7px;
  margin: 5px auto;
  border-bottom: 1px dotted transparent;
}
.smk-theme-floating-search .smk-recipes-search .smk-recipes-search-row.submittion_button .smk-theme-search-cancel:hover {
  border-bottom-color: #EB5858;
}
.smk-theme-floating-search.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.smk-recipe-search-overflow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1210;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.smk-recipe-search-overflow.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 600px) {
  .main-menu-nav .menu > li > a.menu-single-icon.header-search-icon {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 11px;
  }
  .main-menu-nav .menu > li > a.menu-single-icon.header-search-icon:before,
  .main-menu-nav .menu > li > a.menu-single-icon.header-search-icon:after {
    display: none;
  }
  .main-menu-nav .menu > li > a.menu-single-icon.header-search-icon:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 600px) {
  .smk-theme-floating-search {
    width: auto;
    right: 0;
    left: 0;
  }
}
/* Recipes search in header
------------------------------------------------*/
.hidden-seach-row {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  background: #fff;
  z-index: 500;
}
.hidden-seach-row input[type="text"] {
  font-size: 20px;
  color: #666;
  padding: 10px;
  margin: 0;
  width: 100%;
}
/* WP MEDIA Uploader
------------------------------------------------*/
.media-modal-close span.media-modal-icon .screen-reader-text {
  display: none;
}
.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
img.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bypostauthor .comment-header a:first-of-type {
  color: #89C245;
}
.bypostauthor .comment-header a:first-of-type:hover {
  color: #288DFF;
}
/*
-------------------------------------------------------------------------------
Page builder
-------------------------------------------------------------------------------
*/
.smk_page_builder .spb_row.dark .spb_module,
.smk_page_builder .spb_row.dark h1,
.smk_page_builder .spb_row.dark h2,
.smk_page_builder .spb_row.dark h3,
.smk_page_builder .spb_row.dark h4,
.smk_page_builder .spb_row.dark h5,
.smk_page_builder .spb_row.dark h6 {
  color: #fff;
}
.smk_page_builder .spb_row.dark a {
  color: #eee;
}
.smk_page_builder .spb_row.dark a:hover {
  border-bottom: 1px dotted #fff;
}
/*
-------------------------------------------------------------------------------
WooCommerce
-------------------------------------------------------------------------------
*/
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
  margin-bottom: 5px;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  vertical-align: middle;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce #content div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails {
  padding-top: 0;
  margin-bottom: 15px;
}
.woocommerce div.product div.images div.thumbnails img,
.woocommerce #content div.product div.images div.thumbnails img,
.woocommerce-page div.product div.images div.thumbnails img,
.woocommerce-page #content div.product div.images div.thumbnails img {
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
  margin: 0;
  padding: 0;
}
/* Single product
------------------------------------------------*/
.woocommerce .quantity .qty {
  margin: 0;
  padding: 7px 3px;
  width: 60px;
}
.woocommerce div.product .entry-summary p.price,
.woocommerce div.product .entry-summary span.price {
  color: #79BA5E;
  font-size: 30px;
  font-weight: 400;
}
.woocommerce div.product .entry-summary p.price ins,
.woocommerce div.product .entry-summary span.price ins {
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  background: #77a464;
  color: #fff;
  font-size: 20px;
  border-radius: 2px;
  margin-left: 6px;
}
.woocommerce div.product .entry-summary p.price ins:before,
.woocommerce div.product .entry-summary span.price ins:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -5px;
  background: inherit;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.woocommerce div.product .entry-summary p.price del,
.woocommerce div.product .entry-summary span.price del {
  color: #999;
  font-size: 20px;
  display: inline-block;
}
.woocommerce span.onsale {
  min-height: 0;
  min-width: 0;
  padding: 5px 12px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 1.6;
  top: 20px;
  left: 10px;
  margin: 0;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #77a464;
  color: #77a464;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: 10px 10px 0 0;
}
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
  width: 22%;
  margin-left: 0;
}
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 25px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  background: #eee;
  border-radius: 25px;
  padding: 10px;
  color: #444;
  margin: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #23242C;
  color: #fff;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  position: relative;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before {
  display: block;
  position: absolute;
  border: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ccc;
  z-index: 1;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
  float: left;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 10;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 20px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: #89C245;
  color: #89C245;
}
/*
-------------------------------------------------------------------------------
Social login
-------------------------------------------------------------------------------
*/
.wp-social-login-provider-list a {
  display: inline-block;
}
.wp-social-login-widget .wp-social-login-provider-list {
  padding: 10px 0;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider {
  display: inline-block;
  margin: 3px 3px 3px 0;
  padding: 9px 14px;
  background: #444;
  color: #fff;
  border-radius: 3px;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider.wp-social-login-provider-facebook {
  background: #3b5998;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider.wp-social-login-provider-twitter {
  background: #00aced;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider.wp-social-login-provider-google {
  background: #dd4b39;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider.wp-social-login-provider-linkedin {
  background: #007bb6;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider.wp-social-login-provider-wordpress {
  background: #0085BE;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider.wp-social-login-provider-yahoo {
  background: #500095;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider.wp-social-login-provider-instagram {
  background: #517fa4;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider.wp-social-login-provider-disqus {
  background: #35A1FB;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider.wp-social-login-provider-odnoklassniki {
  background: #FF8422;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider.wp-social-login-provider-vkontakte {
  background: #4C76A3;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider.wp-social-login-provider-dribbble {
  background: #E9558D;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider.wp-social-login-provider-dribbble {
  background: #E9558D;
}
.wp-social-login-connect-with {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
}
/*
-------------------------------------------------------------------------------
Custom WooCommerce
-------------------------------------------------------------------------------
*/
.smk-pb-wc-rating {
  display: block;
  overflow: hidden;
}
.smk-pb-wc-rating > span {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
}
.smk-pb-wc-rating > span > span {
  display: inline-block;
  float: left;
  font-family: FontAwesome;
  line-height: 1;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  color: #eee;
  letter-spacing: 2px;
}
.smk-pb-wc-rating > span > span.up {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFDA0C;
  width: 100%;
  overflow: hidden;
}
.smk-pb-wc-rating > span > span:before {
  content: "\f005\f005\f005\f005\f005";
}
.home-recipe-of-the-day .smk-pb-wc-rating {
  font-size: 22px;
  margin-bottom: 15px;
}
.home-recipe-of-the-day .entry-meta .price {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
}
.home-recipe-of-the-day .entry-meta .button {
  border: transparent;
}
.home-recipe-of-the-day .entry-meta .button:not(.loading) {
  background: #89C245;
  color: #fff;
}
.home-recipe-of-the-day .entry-meta .button:not(.loading):hover {
  background: #6fa034;
}
.entry.style-columns .entry-controls .price {
  font-size: 18px;
  display: block;
  margin: 5px 0;
}
.entry.style-columns .entry-controls .button.added {
  background: #89C245;
  color: #fff;
}
.recipes-list .recipe-view-grid .recipe-title a:not(.button) {
  display: block;
}
.recipes-list .recipe-view-grid .recipe-title .button.add_to_cart_button {
  padding: 4px 10px;
  border: 0;
  margin: 5px 0 0;
  box-shadow: none;
}
.recipes-list .recipe-view-grid .recipe-title .button.add_to_cart_button:not(.loading) {
  color: #fff;
  background: #89C245;
}
.recipes-list .recipe-view-grid .recipe-title a.wc-forward {
  padding: 3px;
  font-size: 12px;
}
.recipes-list .recipe-view-grid .recipe-controls .price {
  font-weight: 400;
  font-size: 16px;
  text-shadow: none;
}
.recipes-list .recipe-view-grid .recipe-controls .price > span.amount,
.recipes-list .recipe-view-grid .recipe-controls .price ins {
  text-decoration: none;
  padding: 4px 6px;
  background: #89C245;
  color: #fff;
}
.recipes-list .recipe-view-grid .recipe-controls .price del {
  color: #555;
  padding: 4px 6px;
  background: rgba(255, 255, 255, 0.9);
}
/*
-------------------------------------------------------------------------------
Orders tab on user profile
-------------------------------------------------------------------------------
*/
.profile-summary-tab {
  margin-bottom: 50px;
}
.profile-summary-tab .shop_table {
  width: 100%;
}
.profile-summary-tab .shop_table thead {
  text-align: left;
  border-bottom: 1px solid #eee;
}
.profile-summary-tab .shop_table thead th {
  padding-top: 10px;
  padding-bottom: 10px;
}
.profile-summary-tab .shop_table td {
  padding: 5px 0;
}
.profile-summary-tab .shop_table tr.order:nth-child(even) {
  background: #fafafa;
}
.profile-summary-tab .shop_table .button.view {
  padding: 3px 10px;
}
.ztip-holder code {
  border: 0;
  margin: 3px;
  white-space: nowrap;
}
/* https://stackoverflow.com/a/15668970/1050262 */
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
/*
-------------------------------------------------------------------------------
Support for Social profiles by ZeroWP
-------------------------------------------------------------------------------
*/
.zsp-single-brand {
  border: 1px solid #d6d6d6;
  padding: 10px 34px;
  border-radius: 3px;
  margin: 5px 0;
  background: #fbfbfb;
}
.zsp-single-brand input {
  box-sizing: border-box;
  width: 100%;
}
.zsp-single-brand > .zsp-delete-single-brand {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 14px;
  height: 14px;
  line-height: 1;
  font-size: 14px;
  padding: 3px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
}
.zsp-single-brand > .zsp-delete-single-brand:hover {
  background: #EB5858;
  color: #fff;
}
.zsp-single-brand > .zsp-move-single-brand {
  position: absolute;
  left: 10px;
  top: 13px;
  font-size: 14px;
  width: 14px;
  height: 14px;
  text-align: center;
}
/*
-------------------------------------------------------------------------------
Demos
-------------------------------------------------------------------------------
*/
.demo-grid-col {
  background: #ddd;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
  margin: 15px 0;
}

/*# sourceMappingURL=style.css.map */