/*
Theme Name: Bikeway
Theme URI: http://bikeway.themes.zone
Author: Themes Zone
Author URI: http://themes.zone
Description: Premium Woocommerce Theme.
Version: 1.0.12
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
Text Domain: bikeway
*/

/* Table of Contents:

    |-- Normalize
    |-- Global Styling
    |-- Typography
       |-- Links
       |-- Icons
       |-- Text inputs & textareas
       |-- Select Styles
       |-- Buttons & Inputs
       |-- Default Elements
       |-- Images
    |-- Header
       |-- Header Top panel
       |-- WPML Language select styles
       |-- WPML Currency switcher styles
       |-- Logo Group
    |-- Site Navigation
    |-- Breadcrumbs
    |-- Footer
       |-- Special styles for Instagram widget
       |-- Special styles for TZ Socials
       |-- Special styles for TZ Payment Icons
       |-- To Top button
    |-- Content
       |-- Article styling on Blog Page
       |-- Blog Pagination
       |-- Page links
       |-- Sticky Post Special Styling
       |-- 404 Page special styles
    |-- Single post styles
       |-- Author biography
       |-- Prev/Next Post links
       |-- Related Posts
       |-- Comments
       |-- Comments navigation
    |-- Sidebar
       |-- Default WP widgets
    |-- Galleries
       |-- Caption Animation
       |-- Gallery page template styles
       |-- Single Attachment Page
       |-- Magnific Pop-Up Styles
    |-- Extra Styles
       |-- Contact Form 7 extra styles
       |-- Special Styles for Mail Chimp Subscribe form
       |-- Social Login Extra Styles
       |-- Quickview extra styles

*/

/* --------------------------- Normalize ------------------------------ */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0!important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
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: 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
select {
    text-transform: none;
}
button {
    overflow: visible;
}
button,
input,
select,
textarea {
    max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 0;
}
button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
    height: auto;
    line-height: inherit;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    padding: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border-style: solid;
    border-width: 1px;
    margin: 0 0 24px 0;
    min-width: inherit;
    padding: 5px 20px;
}
fieldset>:last-child {
    margin-bottom: 0;
}
legend {
    border: 0;
    padding: 0 10px;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
optgroup {
    font-weight: bold;
}


/* --------------------------- Global Styling ------------------------------ */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background: #ffffff;
}
/* Assistive text */
.screen-reader-text {
  	clip: rect(1px, 1px, 1px, 1px);
  	height: 1px;
  	overflow: hidden;
  	position: absolute !important;
  	width: 1px;
  	/* many screen reader and browser combinations announce broken words as they would appear visually */
  	word-wrap: normal !important;
}
/* Alignment */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Helper Classes */
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
       transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
       transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
}


/* --------------------------- Typography ------------------------------ */
/* Links */
a {
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    text-decoration: none;
}
/* Icons */
a i,
a i::before {
    color: inherit;
}
i,
i::before {
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
/* Text inputs & textareas */
input,
textarea {
    background-color: #f6f6f6;
    border: 1px solid transparent;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
}
input:focus,
textarea:focus {
    outline: 0;
}
textarea {
    line-height: 1.5;
    padding: 5px 6px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"] {
    padding: 0 10px;
}
/* Select Styles */
.sidebar .widget select {
    border-style: solid;
		border-width: 1px;
    font-size: 14px;
    height: 42px;
		line-height: 42px;
    padding: 0 40px 0 16px;
    box-shadow: none;
		border-radius: 0;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    color: inherit;
    cursor: pointer;
    font-weight: normal;
    width: 100%;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.sidebar .widget .select-wrapper {
    position: relative;
}
.sidebar .widget select:focus {
    -webkit-box-shadow: 0 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.2);
    outline: none;
}
.sidebar .widget .select-wrapper::after {
    display: inline-block;
    font-family: FontAwesome;
    content: '\f0d7';
    position: absolute;
    right: 18px;
    top: 10px;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
select::-ms-expand {
    display: none;
}
/* Buttons & Inputs */
button,
input {
    height: 38px;
    line-height: 38px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 32px;
    text-transform: uppercase;
    font-weight: normal;
    border: 0;
    /*border-style: solid;
    border-width: 2px;
    -webkit-box-shadow: inset 0 0 0 2px transparent;
    box-shadow: inset 0 0 0 2px transparent;
    -webkit-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;*/
    -webkit-transition: background-color .3s ease-out, color .3s ease-out;
    transition: background-color .3s ease-out, color .3s ease-out;
    padding: 0 15px;
}
/*button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}*/
/* Default Elements */
hr {
    border: 0;
    height: 1px;
    margin: 0 0 24px 0;
}
ul,
ol {
    margin: 0 0 24px 0;
    padding: 0;
    list-style-position: inside;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li > ul,
li > ol {
    margin: 0 0 0 15px;
}
dl {
    margin: 0 0 15px 0;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 15px 0;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
del {
    opacity: 0.8;
}
table,
th,
td {
    border-style: solid;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 24px 0;
    width: 100%;
    table-layout: fixed;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
.post thead th {
    background-color: #fafafa;
    color: #000;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th,
td {
    padding: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    margin: 0 0 24px 0;
    text-rendering: optimizeLegibility;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.entry-content h1,
.entry-summary h1,
.comment-content h1 {
		font-size: 30px;
		line-height: 1.3;
}
.entry-content h2,
.entry-summary h2,
.comment-content h2 {
		font-size: 26px;
		line-height: 1.25;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3 {
		font-size: 24px;
		line-height: 1.2;
}
.entry-content h4,
.entry-summary h4,
.comment-content h4 {
    font-size: 18px;
    line-height: 1.2;
}
.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.comment-content h5,
.comment-content h6 {
		font-size: 16px;
		line-height: 1.1;
}
p {
    margin: 0 0 24px 0;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    border-style: solid;
    border-width: 1px 0 1px 0;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 24px 0;
    padding: 15px 100px;
    position: relative;
    text-align: center;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    font-family: FontAwesome;
    display: inline-block;
    content: "";
}
blockquote:before,
q:before {
    content: "\f10d";
}
blockquote:after,
q:after {
    content: "\f10e";
}
blockquote:before,
blockquote:after {
    position: absolute;
    left: 65px;
    top: 15px;
}
blockquote:after {
    left: auto;
    right: 65px;
}
blockquote cite,
blockquote small {
    display: block;
    font-size: 14px;
}
blockquote>:last-child {
    margin-bottom: 0;
}
q:before {
    padding-right: 5px;
}
q:after {
    padding-left: 5px;
}
address {
    font-style: italic;
    margin: 0 0 24px 0;
}
code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
}
pre {
    border-style: solid;
    border-width: 1px;
    margin: 0 0 24px 0;
    max-width: 100%;
    overflow: auto;
    padding: 10px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code {
    background-color: transparent;
    padding: 0.125em 0.25em;
}
abbr,
acronym {
    border-bottom: 1px dotted #e7e4d9;
    cursor: help;
}
mark,
ins {
    padding: 0.125em 0.25em;
    text-decoration: none;
}
big {
    font-size: 125%;
}
embed,
iframe,
object,
video {
    margin-bottom: 24px;
    max-width: 100%;
    vertical-align: middle;
}
@media (max-width: 767px) {
  embed,
  iframe,
  object,
  video {
      height: auto;
  }
}
p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}
::-webkit-input-placeholder {
    color: #b9b9b9;
    font-family: "Roboto", sans-serif;
}
:-moz-placeholder {
    color: #b9b9b9;
    font-family: "Roboto", sans-serif;
}
::-moz-placeholder {
    color: #b9b9b9;
    font-family: "Roboto", sans-serif;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #b9b9b9;
    font-family: "Roboto", sans-serif;
}
::selection {
    background: #e1e1e1;
    color: #000;
    text-shadow: none;
}
::-moz-selection {
    background: #e1e1e1;
    color: #000;
    text-shadow: none;
}
/* Images */
img.alignleft,
.wp-caption.alignleft {
    margin: 5px 20px 5px 0;
    display: inline-block;
}
img.aligncenter,
.wp-caption.aligncenter {
    margin: 0 auto 24px;
    display: block;
}
img.alignright,
.wp-caption.alignright {
    margin: 5px 0 5px 20px;
    display: inline-block;
}
img.alignnone,
.wp-caption.alignnone {
    display: inline-block;
    margin: 0 0 24px 0;
}
.wp-caption {
    display: inline-block;
    margin: 0;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: inline-block;
    margin: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wp-caption-text:not(.gallery-caption) {
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    opacity: 0;
    height: 40px;
    line-height: 40px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    display: block;
    width: 100%;
    text-align: center;
    color: #000 !important;
}
.wp-caption:hover img {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
}
.wp-caption:hover .wp-caption-text:not(.gallery-caption) {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.wp-caption:hover .wp-caption-text:not(.gallery-caption) a:hover {
    color: inherit;
}

/* --------------------------- Header ------------------------------ */
.site-header {
    margin-bottom: 30px;
}
.site-header [class^="col-"],
.site-header [class*=" col-"] {
    margin-bottom: 0px;
}
/* Header Top panel */
.header-top {
    background: transparent;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
    font-weight: lighter;
    display: none;
}
.top-widgets-left,
.top-widgets-right {
    text-align: center;
}
.top-widgets-left [class^="widget_"],
.top-widgets-left [class*=" widget_"],
.top-widgets-right [class^="widget_"],
.top-widgets-right [class*=" widget_"] {
    margin: 0;
    padding: 0 0 10px 0;
    display: inline-block;
}
@media (min-width: 768px) {
    .header-top {
        display: block;
    }
    .top-widgets-left [class^="widget_"],
    .top-widgets-left [class*=" widget_"],
    .top-widgets-right [class^="widget_"],
    .top-widgets-right [class*=" widget_"] {
        padding: 0 20px 10px 0;
    }
    .top-widgets-left [class^="widget_"]:last-of-type,
    .top-widgets-left [class*=" widget_"]:last-of-type,
    .top-widgets-right [class^="widget_"]:last-of-type,
    .top-widgets-right [class*=" widget_"]:last-of-type {
        padding: 0 0 10px 0;
    }
}
@media (min-width: 992px) {
  .top-widgets-left {
      text-align: left;
  }
  .top-widgets-right {
      text-align: right;
  }
}
/* WPML Language select styles */
.header-top .widget_icl_lang_sel_widget {
    text-align: left;
}
.header-top .widget_icl_lang_sel_widget ul ul {
    width: 100%;
    top: 25px;
}
.header-top .widget_icl_lang_sel_widget ul ul li {
    width: 100%;
}
.header-top .widget_icl_lang_sel_widget li {
    width: auto;
    float: none;
}
.header-top .widget_icl_lang_sel_widget a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: lighter;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.header-top .widget_icl_lang_sel_widget a.wpml-ls-item-toggle {
    background: transparent;
    border-color: transparent;
    padding: 0 30px 0 10px;
}
.header-top .widget_icl_lang_sel_widget {
    height: auto;
    font-family: inherit;
}
.header-top .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
    content: '\f107';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    padding: 0;
    border: 0;
    top: 0;
}
.header-top .wpml-ls-legacy-dropdown {
    width: auto;
}
.header-top .wpml-ls-legacy-dropdown a span {
    vertical-align: inherit;
}
.header-top .wpml-ls-legacy-dropdown .wpml-ls-flag {
    vertical-align: baseline;
    top: 1px;
    position: relative;
}
/* WPML Currency switcher styles */
.header-top .currency-wrapper {
    position: relative;
}
.woocommerce-account .header-top .currency-wrapper {
    display: none;
}
.header-top .currency-wrapper::before {
    content: '\f0d6';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 17px;
    position: absolute;
    left: 10px;
    top: 0;
    color: #808080;
}
.header-top .currency-wrapper::after {
    content: '\f107';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 0;
    color: #c2c2c2;
}
.header-top .currency-wrapper select {
    border: none;
    font-size: 12px;
    height: 24px;
    padding: 0 24px 0 34px;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    color: #c2c2c2;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: lighter;
}
/* Login/Register widget Styles */
.header-top a.login_button.inline {
    font-family: inherit;
    font-weight: lighter;
    font-size: 12px;
}
.header-top .widget_tz_login_register .icon {
    font-size: 15px;
    padding: 0 2px 0 0;
    color: #808080;
    vertical-align: baseline;
}
.header-top .widget_tz_login_register .delimiter {
    padding: 0 0 0 3px;
    color: #c2c2c2;
}
/* Socials widget styles */
.header-top .widget_tz_socials a i::before {
    color: #808080;
}
.header-top .widget_tz_socials a:hover i::before {
    color: inherit;
}
/* Logo Group */
.logo-wrapper {
    padding: 30px 0 0 0;
}
.hgroup-sidebar.col-xs-12 {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.hgroup-sidebar {
    text-align: center;
}
.hgroup-sidebar .widget {
    display: block;
    vertical-align: middle;
    margin: 0
}
.hgroup-sidebar .widget:last-of-type {
    margin-right: 0;
 
}
/* Text Logo */
.header-group {
    text-align: center;
    padding-bottom: 30px;
}
.header-group.center-pos,
.header-group.right-pos {
    text-align: center;
}
.site-title {
    font-size: 20px;
    margin: 0;
}
.site-description {
    font-size: 16px;
    margin: 0;
}
/* Image Logo */
.site-logo img {
    margin: 0 0 30px 0;
}
.site-logo.col-xs-12 {
    padding: 0;
}
.site-logo,
.site-logo.center-pos,
.site-logo.right-pos {
    text-align: center;
}
.hgroup-sidebar .widget.widget_text {
  display: none;
  margin: 0;
}
.hgroup-sidebar .widget.widget_text {
  display: none;
}
@media (min-width: 768px) {

  .hgroup-sidebar.col-xs-12,
  .site-logo.col-xs-12 {
    padding: 0 15px;
    text-align: left;
  }
  .hgroup-sidebar .widget {
    display: inline-flex;
    margin: 0 20px 30px 0
  }
  .hgroup-sidebar .widget.widget_text {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .hgroup-sidebar.col-xs-12 {
text-align: right;
    display: flex;
    align-items: end;
    justify-content: flex-end;
  }
  .hgroup-sidebar.col-xs-12.right-pos {
    text-align: left;
  }
  .hgroup-sidebar.col-xs-12.center-pos {
    text-align: center;
  }
}


/* --------------------------- Site Navigation ------------------------------ */
.header-primary-nav {
  background-color: #f5f5f5;
  position: relative;
}
.header-primary-nav .bikeway-promo-text .background-none.icon-size-large {
    line-height: 30px;
}
.header-primary-nav .bikeway-promo-text .text-wrapper {
    padding-top: 5px;
}
nav.primary-nav {
    width: 100%;
}
.header-primary-nav.sticky-menu {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
}
@media (min-width: 769px) {
  .header-primary-nav {
      border-style: solid;
      border-width: 1px 0 1px 0;
      background-color: transparent;
  }
  .header-primary-nav .bikeway-promo-text .text-wrapper {
      padding-top: 0;
  }
}

/* Default menu styles */
.primary-nav ul:not(.nav-tabs) {
    margin: 0;
    padding: 0;
    list-style: none;
}
.primary-nav .menu {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
}
.primary-nav .menu:after {
    content: "";
    display: table;
    clear: both;
}
.primary-nav .menu li {
    float: left;
    position: relative;
    margin-right: 0;
    border-right: 1px solid #e1e1e1;
}
.primary-nav .menu li:last-of-type {
    border-right: 0;
}
.primary-nav .menu li:hover> ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
.primary-nav .menu li:last-of-type a {
    border-bottom: 0;
}
.primary-nav .menu a {
    padding: 0 25px;
    color: #000;
    margin: 0;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    font-size: 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.primary-nav .menu li.current_page_item> a,
.primary-nav .menu a:hover,
.primary-nav .menu li.current_page_item> a:hover {
    background-color: #000000;
    color: #FFD801;
}
.primary-nav .menu li.menu-item-has-children> a {
    padding: 0 67px 0 59px;
}
.primary-nav .menu li.menu-item-has-children> a:after {
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 30px;
}
.primary-nav .menu .sub-menu li.menu-item-has-children> a:after {
    content: '\f105';
    right: 0;
}
.primary-nav .menu .sub-menu li.menu-item-has-children> a {
    padding: 10px 20px 10px 0;
    text-transform: none;
}
.primary-nav .menu ul {
    margin: 0;
    opacity: 0;
    padding: 10px 0;
    background: #f5f5f5;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: -1px;
    z-index: 300;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    width: 200px;
    border: 1px solid #e1e1e1;
}
.primary-nav .menu ul li {
    float: none;
    display: block;
    border: 0;
    margin: 0;
    padding: 0 10px;
}
.primary-nav .menu ul a {
    display: inline-block;
    text-transform: none;
    padding: 5px 0px;
    color: #000000;
    border-radius: 0;
    margin: 0;
    height: auto;
    width: 100%;
    line-height: 1.5;
}
.primary-nav .menu ul a:hover {
    color: #ffd800;
	background-color:transparent;
}
.primary-nav .menu ul ul {
    top: -11px;
    left: 200px;
    margin: 0;
}


/* --------------------------- Breadcrumbs ------------------------------ */
.site-breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs-wrapper {
    text-align: left;
}
.breadcrumbs-wrapper #breadcrumbs {
    margin: 0 0 0 -5px;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}
.breadcrumbs-wrapper a {
    margin: 0 5px;
}
.breadcrumbs-wrapper .breadcrumb_last {
  margin-left: 5px;
}


/* --------------------------- Footer ------------------------------ */
.footer-shortcode + .site-footer {
    margin-top: 0px;
}
.site-footer [class^="col-"],
.site-footer [class*=" col-"] {
    margin-bottom: 0px;
}
.site-footer {
    font-weight: lighter;
    background-color: #000000;
}
.site-footer .widget {
    margin: 20px 0;
    border: 0;
    padding: 0;
}
.site-footer .footer-bottom .widget {
    margin: 0;
}
.site-footer .widget .widget-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border: 0;
}
.site-footer .widget .widget-title::after,
.site-footer .widget .widget-title::before {
    display: inline-block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.site-footer .widget .widget-title::after {
    background-color: #ffd906;
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.site-footer .widget:hover .widget-title::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.site-footer .widget ul {
    list-style: none;
    margin-bottom: 0;
}
.site-footer .widget ul li {
    list-style: none;
    position: relative;
    border: 0;
}
.site-footer .footer-widgets aside + aside {
    margin-top: 0px;
}
.site-footer .footer-bottom {
    padding: 15px 15px;
}
.site-footer .site-info {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .site-footer .widget .widget-title {
      text-align: left;
  }
  .site-footer .widget {
      margin: 50px 0 40px 0;
  }
  .site-footer .widget .widget-title::after,
  .site-footer .widget .widget-title::before {
      width: 34px;
  }
  .site-footer .widget .widget-title::after {
      -webkit-transform: translate3d(-34px, 0, 0);
      -moz-transform: translate3d(-34px, 0, 0);
      -ms-transform: translate3d(-34px, 0, 0);
      transform: translate3d(-34px, 0, 0);
  }
  .site-footer .site-info {
      text-align: left;
      margin-bottom: 0;
  }
}
/* Special styles for Instagram widget */
.site-footer .widget .instagram-pics {
    padding-top: 5px;
}
.site-footer .null-instagram-feed .clear a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    color: #ccc;
    background-color: transparent;
    border: 1px solid #ccc;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    -ms-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.site-footer .null-instagram-feed .clear a:hover {
    color: #fff;
    background-color: #83b828;
    border: 1px solid #83b828;
}
.widget .instagram-pics li {
    width: 29%;
    display: inline-block;
    margin: 0 4% 4% 0;
}
/* Special styles for TZ Socials */
.site-footer .widget_tz_socials ul.inline-mode li {
    float: none;
    padding: 0;
    margin: 0 8px 8px 0;
}
.site-footer .widget_tz_socials ul.inline-mode a i::before {
    color: #ccc;
}
.site-footer .widget_tz_socials ul.inline-mode a:hover i::before {
    color: #fff;
}
.site-footer .widget_tz_socials ul.inline-mode li a {
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    color: #ccc;
    background-color: transparent;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    -ms-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
	width: 25px;
    height: 25px;
}
.site-footer .widget_tz_socials ul.inline-mode li a:hover {
    border: 1px solid #f4cf04;
    color: #fff;
    background-color: #f4cf04;
}
.site-footer .widget_tz_socials ul.icons-medium li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
}
/* Special styles for TZ Payment Icons */
.site-footer .widget_tz_pay_icons ul.inline-mode {
    text-align: center;
}
.site-footer .widget_tz_pay_icons ul.inline-mode li {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
  .site-footer .widget_tz_pay_icons ul.inline-mode li {
      margin-bottom: 0;
  }
  .site-footer .widget_tz_pay_icons ul.inline-mode {
      text-align: right;
  }
}
/* To Top button */
.to-top {
    display: inline-block;
    height: 40px;
    line-height: 35px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    font-size: 30px;
    text-align: center;
    color: #f7972b;
    border: 2px solid #f7972b;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 500;
}
.to-top:hover {
    background: #f7972b;
    color: #fff;
}
.to-top.top-is-visible {
    visibility: visible;
    opacity: 1;
}
.to-top.top-fade-out {
    opacity: .5;
}
.no-touch .to-top:hover {
    background-color: #e86256;
    opacity: 1;
}
@media (min-width: 768px) {
    .to-top {
        right: 20px;
        bottom: 20px;
    }
}
@media (max-width: 480px) {
    .to-top {
        display: none;
    }
}
@media (min-width: 1024px) {
    .to-top {
        height: 60px;
        line-height: 50px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}


/* --------------------------- Content ------------------------------ */
.site-content {
    margin-bottom: 0;
}
.page-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 40px 0;
    line-height: 1.2;
}
.page-title i {
    margin: 0 10px 0 0;
}
.search .page-title {
    margin: 0 0 20px 0;
}
/* Article styling on Blog Page */
.site-content article {
    margin-bottom: 55px;
}
.site-content .thumbnail-wrapper {
    width: 100%;
    margin: 0 0 25px 0;
    text-align: center;
}
.site-content article .entry-header {
    margin-bottom: 30px;
}
.site-content article .entry-header::after {
    display: table;
    content: '';
    clear: both;
}
.site-content .date-icon {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 auto 15px;
}
.site-content .date-icon span {
    font-size: 30px;
    display: block;
    padding-top: 8px;
}
.site-content .entry-title {
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin: -2px 0 10px 0;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    word-wrap: break-word;
}
.site-content .entry-title a {
    color: inherit;
}
.site-content .entry-title a:hover,
.site-content .entry-title a:focus,
.site-content .entry-title a:active {
    color: #f7972b;
}
.site-content .entry-meta div {
    display: block;
    text-align: center;
}
.site-content .entry-content,
.site-content .entry-summary {
    margin-bottom: 30px;
}
.site-content .entry-content > :last-child,
.site-content .entry-summary > :last-child {
    margin-bottom: 0;
}
.site-content .entry-additional-meta {
    border-style: solid;
    border-width: 0;
    padding: 0;
    font-size: 15px;
    text-align: center;
}
.site-content .entry-additional-meta::after {
    display: table;
    content: '';
    clear: both;
}
.site-content .entry-additional-meta .link-to-post {
    display: block;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 0 0 1px 0;
    -webkit-transition: padding 0.3s ease-in-out;
    -moz-transition: padding 0.3s ease-in-out;
    -ms-transition: padding 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
}
.site-content .entry-additional-meta .link-to-post i {
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 0;
    -webkit-transform: scale(0.7,0.7);
    transform: scale(0.7,0.7);
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.site-content .entry-additional-meta div i {
    padding-right: 5px;
}
.site-content .entry-additional-meta div {
    display: inline-block;
    margin-right: 25px;
}
.site-content .entry-additional-meta div:last-of-type {
    margin-right: 0;
}
.entry-content,
.entry-summary,
.page-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.entry-content:after,
.entry-summary:after,
.page-content:after {
    display: table;
    content: '';
    clear: both;
}
.page-content > .container {
    padding: 0;
}
@media (min-width: 768px) {
  .site-content .entry-title {
      display: inline;
  }
  .site-content .entry-additional-meta {
      text-align: left;
  }
  .site-content .entry-additional-meta div {
      float: right;
      margin: 0 0 0 25px;
  }
  .site-content .entry-additional-meta div:last-of-type {
      margin-left: 0;
  }
  .site-content .entry-additional-meta {
      border-width: 1px 0 0 0;
      padding: 10px 0;
  }
  .site-content .entry-additional-meta .link-to-post {
      padding: 0;
      margin: 0;
      border-width: 0;
      display: inline-block;
  }
  .site-content .entry-additional-meta .link-to-post:hover {
      padding: 0 0 0 18px;
  }
  .site-content .entry-additional-meta .link-to-post:hover i {
      -webkit-transform: scale(1,1);
      transform: scale(1,1);
      opacity: 1;
  }
}
/* Blog Pagination */
.navigation.pagination {
  margin: 0 0 50px 0;
}
.navigation.pagination .nav-links span {
  flex: none;
}
.navigation.pagination .nav-links {
  text-align: center;
  display: block;
}
.navigation.pagination .nav-links span,
.navigation.pagination .nav-links a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #f5f5f5;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.navigation.pagination .nav-links a:last-of-type,
.navigation.pagination .nav-links span:last-child {
  margin-right: 0;
}
/* Page links */
.page-links {
    clear: both;
    margin: 0 0 24px 0;
    display: inline-block;
}
.page-links span,
.page-links a span {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #f5f5f5;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.page-links> .page-links-title {
    height: auto;
    margin: 0;
    padding: 0 7px 0 0;
    width: auto;
    background: transparent;
    border: 0 none;
}
/* Sticky Post Special Styling */
.site-content article.sticky {
    position: relative;
    background: #f6f6f6;
    padding: 30px 30px 15px 30px;
}
.site-content article.sticky .sticky-post {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  line-height: 30px;
  font-size: 16px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  right: -5px;
	left: auto;
  margin: 0;
  background-color: #fff;
  border-radius: 0;
	border-style: solid;
	border-width: 2px;
	font-weight: normal;
	min-height: auto;
	min-width: auto;
	z-index: 1;
}
.site-content article.sticky .sticky-post:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -2px;
    bottom: -8px;
    width: 0;
    height: 0;
		border-width: 6px 0 0 0;
		border-style: solid;
    border-right: 5px solid transparent !important;
}
/* Search results page */
.search-counter-wrapper {
    margin: 0 0 50px 0;
}
.search .site-content input[type="search"].search-field {
  width: 100%;
  max-width: 325px;
  margin-right: 8px;
}
input[type="search"].search-field,
input[type="submit"].search-submit {
  padding: 0 18px;
}
/* 404 Page special styles */
.error404 .site-main {
  background-color: #f6f6f6;
  margin-top: -30px;
}
.error404 .img404 {
  float: left;
}
.error404 .site-content::after {
  display: table;
  content: '';
  clear: both;
}
.error404 .page-title {
  font-size: 72px;
  display: inline-block;
  line-height: 1;
  margin: 100px 0 10px 0;
}
.error404 .subtitle {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 30px 0;
}
.error404 .site-content p {
  margin: 0 0 30px 0;
  font-size: 16px;
}
.error404 .site-content input[type="search"].search-field {
  width: 100%;
  max-width: 325px;
  background-color: #fff;
  margin-right: 8px;
}
.error404 .home-link {
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  margin: 30px 0 0 0;
}
.error404 .home-link i {
  padding-right: 5px;
}

/* --------------------------- Single post styles ------------------------------ */
.single .site-content article:not('.comment') {
    margin-bottom: 50px;
}
.single .entry-content {
    margin-bottom: 60px;
}
/* Meta section styles */
.entry-meta-bottom {
    border-style: solid;
    border-width: 1px 0 1px 0;
    padding: 12px 0;
    margin: 0 0 50px 0;
    text-align: center;
}
.entry-meta-bottom::after {
    display: table;
    content: '';
    clear: both;
}
.social-links {
    margin: 1px 0 13px 0;
    display: inline-block;
    width: 100%;
}
.social-links > span {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
}
.social-links a {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    margin: 0 5px 0 0;
    position: relative;
    -webkit-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
    transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.social-links a:hover > .sharecount {
    opacity: 1;
    visibility: visible;
}
.social-links .sharecount {
    opacity: 0;
    visibility: hidden;
    padding: 6px 0;
    text-align: center;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    left: 50%;
    top: -55px;
    width: 160px;
    line-height: 1.5;
    color: #767676;
    margin-left: -80px;
}
.social-links .sharecount:before,
.social-links .sharecount:after {
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    display: inline-block;
    bottom: -6px;
    left: 74px;
    border-style: solid;
    border-width: 6px;
}
.social-links .sharecount:before {
  	border-left: 6px solid transparent !important;
  	border-right: 6px solid transparent !important;
    border-bottom: 0;
}
.social-links .sharecount:after {
  	border-left: 5px solid transparent !important;
  	border-right: 5px solid transparent !important;
  	border-top-color: #fff !important;
    border-bottom: 0;
  	left: 75px;
  	bottom: -5px;
}
.like-wrapper {
    display: inline-block;
    margin: 0 0 6px 0;
}
.like-wrapper a {
    position: relative;
}
.like-wrapper > span {
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
}
.like-wrapper .tooltip {
    opacity: 0;
    visibility: hidden;
    padding: 6px 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    position: absolute;
    left: 50%;
    top: -60px;
    width: 140px;
    line-height: 1.5;
    color: #767676;
    margin-left: -70px;
}
.like-wrapper .tooltip:before,
.like-wrapper .tooltip:after {
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    display: inline-block;
    bottom: -6px;
    left: 64px;
}
.like-wrapper .tooltip:before {
  	border-left: 6px solid transparent;
  	border-right: 6px solid transparent;
  	border-top: 6px solid #e1e1e1;
}
.like-wrapper .tooltip:after {
  	border-left: 5px solid transparent;
  	border-right: 5px solid transparent;
  	border-top: 6px solid #fff;
  	left: 65px;
  	bottom: -5px;
}
.like-wrapper i {
    padding-right: 3px;
}
.like-wrapper i.loading {
    padding: 0;
}
.entry-meta-bottom .post-views,
.entry-meta-bottom .likes-counter,
.entry-meta-bottom .post-comments {
    display: inline-block;
    margin-right: 15px;
}
.entry-meta-bottom .post-views i,
.entry-meta-bottom .likes-counter i,
.entry-meta-bottom .post-comments i {
    padding-right: 5px;
}
.entry-meta-bottom .post-comments {
    margin: 0;
}
@media (min-width: 768px) {
  .social-links {
      margin: 0;
      float: left;
      width: auto;
  }
  .like-wrapper > span {
      margin-right: 20px;
  }
  .entry-meta-bottom .counters-wrapper {
    display: block;
    text-align: center;
    clear: both;
    padding-top: 15px;
  }
  .entry-meta-bottom .post-views,
  .entry-meta-bottom .likes-counter,
  .entry-meta-bottom .post-comments {
      margin: 0 25px 0 0;
      display: inline-block;
  }
  .entry-meta-bottom .post-comments {
      margin: 0;
  }
  .like-wrapper a.liked:hover > .tooltip {
      opacity: 1;
      visibility: visible;
  }
  .like-wrapper {
      margin: 0;
      float: right;
  }
  .breadcrumbs-wrapper #breadcrumbs {
    text-align: left;
  }
  .site-content .date-icon {
    display: inline-block;
    float: left;
    margin: 0 40px 5px 0;
  }
  .site-content .entry-title {
      width: auto;
  }
  .site-content .entry-meta div {
      display: inline-block;
      text-align: left;
  }
}
@media (min-width: 992px) {
  .entry-meta-bottom .counters-wrapper {
    display: inline-block;
    float: right;
    padding-top: 0;
    clear: none;
  }
  .like-wrapper {
    float: none;
  }
}
/* Author biography */
.author-info {
    margin: 0 0 50px 0;
    padding: 0 0 0 90px;
    position: relative;
}
.author-info .author-avatar {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.author-info .author-avatar img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.author-info .author-title {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 15px;
}
.author-info .author-contacts {
    display: inline-block;
    margin: 0 0 15px 0;
    font-size: 16px;
}
.author-title + .author-contacts::before {
    display: inline-block;
    content: '|';
    padding: 0 20px;
}
.author-info .author-contacts i {
}
.author-info .author-contacts a {
    margin-left: 10px;
}
/* Prev/Next Post links */
.entry-meta-bottom + .post-navigation {
    border-top: 0;
    margin-top: -50px;
}
.nav-links {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.nav-links span {
    flex: 1;
}
.nav-links:after {
    content: '';
    display: table;
    clear: both;
}
.post-navigation,
.image-navigation {
    display: block;
    padding: 0;
    margin: 0;
    border-style: solid;
    border-width: 1px 0 1px 0;
}
.post-navigation .prev,
.post-navigation .next {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: left;
    padding: 20px 0;
    position: relative;
    text-transform: uppercase;
}
.post-navigation .prev a,
.post-navigation .next a {
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}
.post-navigation .prev + .next {
    border-style: solid;
    border-width: 0 0 0 1px;
}
.post-navigation .next {
    text-align: right;
}
.post-navigation .next a {
  display: block;
  clear: right;
}
.post-navigation .prev a::before,
.post-navigation .next a::before {
    display: inline-block;
    content: '\f177';
    font-family: FontAwesome;
    position: absolute;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 24px;
    margin: -12px 0 0 0;
    left: 0;
    top: 50%;
    color: #000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.post-navigation .prev a:hover::before,
.post-navigation .next a:hover::before {
    background-color: #3c3c3c;
    color: #fff;
}
.post-navigation .next a::before {
    content: '\f178';
    left: auto;
    right: 0;
}
@media (min-width: 768px) {
  .post-navigation .prev,
  .post-navigation .next {
      padding: 20px 0 20px 50px;
  }
  .post-navigation .next {
      padding: 20px 50px 20px 0;
  }
  .post-navigation .prev::before,
  .post-navigation .next::before {
      position: absolute;
      left: 0;
      top: 50%;
      margin: -12px 0 0 0;
      float: none;
  }
  .post-navigation .next::before {
      left: auto;
      right: 0;
  }
}
/* Related Posts */
.related_posts {
    margin: 0 0 50px 0;
}
.related_posts ul {
    list-style: none;
}
.site-content .related_posts .entry-title.related-posts-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 30px 0;
    display: block;
    text-align: center;
}
.related_posts h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0 8px 0;
}
.related_posts .date {
    font-size: 12px;
}

.related_posts .thumb-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}
.related_posts .thumb-wrapper img {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translateZ(0);
}
.left_block_mat.post-1 .thumb-wrapper,
.left_block_mat.post-2 .thumb-wrapper,
.left_block_mat.post-3 .thumb-wrapper{
    background: #ffd800;
    position: absolute;
    width: 100%;
    bottom: -50px;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.left_block_mat.post-1 .buttons-wrapper,
.left_block_mat.post-2 .buttons-wrapper,
.left_block_mat.post-3 .buttons-wrapper {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: right;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.related_posts .buttons-wrapper {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50px;
  text-align: right;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.left_block_mat.post-1 .buttons-wrapper a,
.left_block_mat.post-2 .buttons-wrapper a,
.left_block_mat.post-3 .buttons-wrapper a,
.related_posts .buttons-wrapper a {
  margin: 0 10px 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.left_block_mat.post-1 .buttons-wrapper a:hover,
.left_block_mat.post-2 .buttons-wrapper a:hover,
.left_block_mat.post-3 .buttons-wrapper a:hover{
    color: initial;
}
.left_block_mat.post-1 .buttons-wrapper a i,
.left_block_mat.post-2 .buttons-wrapper a i,
.left_block_mat.post-3 .buttons-wrapper a i,
.related_posts .buttons-wrapper a i {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 24px;
  margin-left: 7px;
}
.left_block_mat.post-1 .buttons-wrapper::after,
.left_block_mat.post-2 .buttons-wrapper::after,
.left_block_mat.post-3 .buttons-wrapper::after,
.related_posts .buttons-wrapper::after {
  display: table;
  content: '';
  clear: both;
}
.left_block_mat.post-1 .left_mat_txtwrapper,
.left_block_mat.post-2 .left_mat_txtwrapper,
.left_block_mat.post-3 .left_mat_txtwrapper{
  transition: 0.3s linear;
}
.left_block_mat.post-1 .buttons-wrapper div,
.left_block_mat.post-2 .buttons-wrapper div,
.left_block_mat.post-3 .buttons-wrapper div,
.related_posts .buttons-wrapper div {
  display: inline-block;
  float: left;
  margin-left: 10px;
  opacity: 0;
  color: #000;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.left_block_mat.post-1 .buttons-wrapper div i,
.left_block_mat.post-2 .buttons-wrapper div i,
.left_block_mat.post-3 .buttons-wrapper div i{
  padding-right: 5px;
  color: #fff;
}
.related_posts .buttons-wrapper div i {
  padding-right: 5px;
}
.left_block_mat.post-1::after,
.left_block_mat.post-2::after,
.left_block_mat.post-3::after,
.related_posts .thumb-wrapper::after {
  display: inline-block;
  height: 4px;
  text-align: center;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #ffd800;
}
.left_block_mat.post-1:hover::after,
.left_block_mat.post-2:hover::after,
.left_block_mat.post-3:hover::after,
.related_posts li:hover .thumb-wrapper::after {
  width: 100%;
  left: 0;
  opacity: 1;
}


.related_posts li:hover img {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
}

.left_block_mat.post-1 .thumb-wrapper,
.left_block_mat.post-2 .thumb-wrapper,
.left_block_mat.post-3 .thumb-wrapper{
  transition: 0.3s linear;

}
.left_block_mat.post-1:hover .thumb-wrapper,
.left_block_mat.post-2:hover .thumb-wrapper,
.left_block_mat.post-3:hover .thumb-wrapper{
  transition: 0.3s linear;
  bottom: 0;
}
.left_block_mat.post-1:hover .left_mat_txtwrapper,
.left_block_mat.post-2:hover .left_mat_txtwrapper,
.left_block_mat.post-3:hover .left_mat_txtwrapper{
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
    top: -30px;
}
.related_posts li:hover .buttons-wrapper {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  bottom: 0;
}
.left_block_mat.post-1:hover .buttons-wrapper div:nth-of-type(1),
.left_block_mat.post-2:hover .buttons-wrapper div:nth-of-type(1),
.left_block_mat.post-3:hover .buttons-wrapper div:nth-of-type(1),
.related_posts li:hover .buttons-wrapper div:nth-of-type(1) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
}
.left_block_mat.post-1:hover .buttons-wrapper div:nth-of-type(2),
.left_block_mat.post-2:hover .buttons-wrapper div:nth-of-type(2),
.left_block_mat.post-3:hover .buttons-wrapper div:nth-of-type(2),
.related_posts li:hover .buttons-wrapper div:nth-of-type(2) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  opacity: 1;
}
.left_block_mat.post-1:hover .buttons-wrapper div:nth-of-type(3),
.left_block_mat.post-2:hover .buttons-wrapper div:nth-of-type(3),
.left_block_mat.post-3:hover .buttons-wrapper div:nth-of-type(3),
.related_posts li:hover .buttons-wrapper div:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}
.left_block_mat.post-1:hover .buttons-wrapper a,
.left_block_mat.post-2:hover .buttons-wrapper a,
.left_block_mat.post-3:hover .buttons-wrapper a,
.related_posts li:hover .buttons-wrapper a {
  -webkit-transition-delay: 0.55;
  transition-delay: 0.55s;
  opacity: 1;
}
.related_posts ul.row {
  margin: 0;
}
.related_posts .item-content {
  text-align: center;
}
.touch-enabled .related_posts li .buttons-wrapper div,
.touch-enabled .related_posts li .buttons-wrapper a,
.touch-enabled .related_posts li img {
  opacity: 1;
  transform: none;
}
.touch-enabled .related_posts li img {
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
}
.touch-enabled .related_posts .buttons-wrapper {
  bottom: 0;
  opacity: 1;
  transform: none;
}
@media (min-width: 768px) {
  .site-content .related_posts .entry-title.related-posts-title {
      text-align: left;
  }
  .related_posts ul.row {
    margin: 0 -15px;
  }
  .related_posts .item-content {
    text-align: left;
  }
}
/* Comments */
.comments-area {
    margin: 0 0 50px 0;
    padding: 0;
}
.comments-area .comments-list {
    margin: 0 0 10px 0;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.comments-area .comment,
.comments-area .pingback {
    margin: 0;
    padding: 20px 0 45px 80px;
    border-width: 1px 0 0 0;
    border-style: solid;
    position: relative;
    min-height: 60px;
    display: inline-block;
    width: 100%;
}
.comments-area .pingback {
    min-height: auto;
    padding: 10px 0;
    text-transform: uppercase;
}
.comments-area .pingback a {
    text-transform: none;
}
.comments-area .pingback .comment-meta {
  margin-bottom: 0;
}
.comments-area .pingback .comment-edit-link {
  float: none;
  display: block;
}
.comments-area .comment .comment {
    padding: 20px 0 0 80px;
}
.comments-area .comment .comment .comment-content {
    margin-bottom: 40px;
}
.comments-area .comments-list .comment:first-of-type,
.comments-area .comments-list .pingback:first-of-type {
    border: 0;
}
.comments-area .comments-list .comment .child-comments {
    margin: 45px 0 0 -80px;
    padding: 0;
    clear: both;
    border-width: 1px 0 0 0;
    border-style: solid;
}
.comments-area .gravatar {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 22px;
}
.comments-area .gravatar img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.comments-area .comment-meta {
    display: inline-block;
    font-size: 12px;
    width: 100%;
    margin-bottom: 10px;
}
.comments-area .comment-meta::after {
    display: table;
    content: '';
    clear: both;
}
.comments-area .comment-author,
.comments-area .comment-edit-link {
    font-size: 16px;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 0;
    float: left;
}
.comments-area .comment-author + .comment-edit-link:before {
    content: '|';
    display: inline-block;
    margin: 0 10px;
}
.comments-area .comment-meta .comment-reply-link {
    display: inline-block;
}
.comments-area .comment-content {
    padding: 0;
    margin: 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.comments-area .comment-content p:last-child,
.comments-area .comment-content p:last-of-type {
    margin: 0;
}
.comments-area .comment-form {
    margin: 20px -15px 55px -15px;
}
.comments-area .comment-form p {
    padding: 0 15px;
    margin: 0 0 10px 0;
}
.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="email"],
.comments-area .comment-form input[type="url"],
.comments-area .comment-form textarea {
    width: 100%;
}
.comment-form .submit {
  padding: 0 15px;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
}
.comments-area .comment-form p.comment-notes {
  margin-bottom: 45px;
}
.comments-area .comment-form p.comment-form-comment {
  margin-bottom: 35px;
}
.comments-area .comment-form label {
    display: block;
    margin-bottom: 5px;
}
.comments-area .comment-form textarea {
    min-height: 135px;
}
.comments-area .comment-form-comment {
  clear: both;
}
.comments-area small {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.comments-area small #cancel-comment-reply-link:before {
    content: "\f05e";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 5px;
}
.comments-area .pingback .comment-meta,
.comments-area .trackback .comment-meta {
    padding: 0;
    text-align: left;
}
.required {
    color: #c0392b;
}
.comments-area .comment-meta-time {
    display: inline-block;
    clear: both;
}
.no-comments {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}
.no-comments i {
  margin-right: 5px;
}
/* Comments navigation */
.comment-numeric-navigation {
    margin: 40px 0;
    text-align: center;
}
.comment-numeric-navigation .loop-pagination {
    margin-top: -5px;
    text-align: center;
}
.comment-numeric-navigation .page-numbers {
    font-size: 13px;
    margin-right: 1px;
    display: inline-block;
    padding: 9px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
.comment-numeric-navigation ul.page-numbers {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.comment-numeric-navigation .page-numbers.current {
    border: 1px solid #f8f8f6;
    background: #f8f8f6;
}
.comment-numeric-navigation a {
    color: #151515;
}
.comment-numeric-navigation a:hover,
.comment-numeric-navigation a:active,
.comment-numeric-navigation a:focus {
    color: #f7972b;
    border: 1px solid #f7972b;
}
.comment-numeric-navigation i {
    font-size: 10px;
}
.comment-numeric-navigation .page-links-title {
    float: left;
    padding: 10px 0;
}
.comment-navigation {
    margin: 40px 0;
    text-align: left;
}
.comment-navigation .prev {
    float: left;
}
.comment-navigation .next {
    float: right;
}
.comment-navigation a {
    font-size: 13px;
    display: inline-block;
    padding: 9px 15px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #151515;
}
.comment-navigation a:hover,
.comment-navigation a:active,
.comment-navigation a:focus {
    color: #f7972b;
}
.comment-navigation i {
    font-size: inherit;
    padding: 0 5px;
}
.comment-navigation:after {
    display: block;
    clear: both;
    content: '';
}
@media (min-width: 768px) {
  .comments-area .comments-title,
  .comments-area .comment-reply-title {
      text-align: left;
  }
  .comments-area .comment-meta {
    text-align: right;
  }
  .comments-area .comment-form-author,
  .comments-area .comment-form-email,
  .comments-area .comment-form-url {
      width: 33.333%;
      display: inline-block;
      float: left;
  }
  .comments-area .comments-list .comment .child-comments {
      padding: 0px 0 0 40px;
  }
}

/* --------------------------- Sidebar ------------------------------ */
.sidebar {
    margin-bottom: 0;
}
.sidebar .widget {
    margin-bottom: 50px;
}
.sidebar input {
    width: 100%;
}
.sidebar .widget ul li {
    list-style: none;
    position: relative;
    padding: 3px 0;
}
.sidebar .widget ul li:first-of-type {
    padding-top: 0;
}
.sidebar .widget ul li:last-of-type {
    padding-bottom: 0;
}
/* Widgets */
.widget-title {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 25px 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
}
/*.widget-title:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f0d7";
    padding-right: 5px;
    vertical-align: middle;
    font-size: 12px;
}*/
.widget ul {
    list-style: none;
    margin-bottom: 0;
}
.widget ul ul {
    border: 0;
    padding: 0;
}
.widget ul li {
    list-style: none;
    position: relative;
}
/* Default WP widgets */
.widget_categories ul li,
.widget_archive ul li {
    text-align: right;
}
.widget_categories ul li a,
.widget_archive ul li a {
    text-align: left;
    float: left;
    display: block;
    max-width: 80%;
}
.widget_categories ul li:after,
.widget_archive ul li:after {
    display: table;
    content: '';
    clear: both;
}
/* Search-form */
.widget_search label,
.widget_search .search-form,
.widget_search .search-field {
    display: flex;
}
.widget_search .search-submit,
.widget_search .search-field {
    padding: 0px 18px;
    margin-bottom: 8px;
}
.widget_search .search-submit {
    margin: 0;
}
/* Categories */
.widget_categories {
    font-size: 12px;
}
.widget_categories a {
    font-size: 14px;
}
/* Recent posts */
.widget_recent_entries li:before {
    display: inline-block;
    content: '\f15c';
    font-family: FontAwesome;
    padding-right: 5px;
}
/* Recent comments */
.widget_recent_comments li:before {
    display: inline-block;
    content: '\f086';
    font-family: FontAwesome;
    padding-right: 7px;
}
/* Archives */
.widget_archive li:before {
    display: inline-block;
    content: '\f187';
    font-family: FontAwesome;
    padding-right: 7px;
    float: left;
}
/* Tag Cloud */
.widget_tag_cloud a {
    font-size: 12px !important;
    padding: 5px 10px;
    background: #f5f5f5;
    display: inline-block;
    margin: 0 10px 10px 0;
    float: left;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.widget_tag_cloud:after {
    display: table;
    content: '';
    clear: both;
}
/* Calendar */
.widget_calendar caption {
    text-transform: uppercase;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 15px;
}
.widget_calendar table {
    border: 0;
}
.widget_calendar th {
    border: 0;
    background-color: #f5f5f5;
    text-align: center;
    font-weight: lighter;
    padding: 10px 0;
}
.widget_calendar tbody td {
    border-right: 0;
    border-color: #f5f5f5;
    text-align: center;
}
.widget_calendar tbody tr:last-of-type td {
    border-bottom: 0;
    padding-bottom: 15px;
}
.widget_calendar tbody tr:first-of-type td {
    padding-top: 15px;
}
.widget_calendar tfoot td {
    border: 0;
}
.widget_calendar tfoot td a {
    text-transform: uppercase;
    font-weight: lighter;
    word-spacing: 24px;
    position: relative;
}
.widget_calendar tfoot td a:before {
    display: inline-block;
    content: '\f177';
    font-family: FontAwesome;
    position: absolute;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 24px;
    left: -1px;
    top: -3px;
    color: #767676;
}
.widget_calendar tfoot td#next a:before {
    content: '\f178';
    left: auto;
    top: -3px;
    right: -1px;
}
.widget_calendar tfoot td#next {
    text-align: right;
}

/* --------------------------- Galleries ------------------------------ */
.gallery {
    width: 100%;
    margin: 0 0 10px 0;
}
.gallery:after {
    display: table;
    content: '';
    clear: both;
}
.gallery .gallery-item {
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: inline-block;
}
.gallery-columns-1 .gallery-item {
    max-width: 98%;
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.gallery-columns-2 .gallery-item {
    max-width: 49%;
    max-width: -webkit-calc(49.8% - 20px);
    max-width: calc(49.8% - 20px);
}
.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33% - 20px);
    max-width: calc(33% - 20px);
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 21px);
    max-width: calc(25% - 21px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 20px);
    max-width: calc(20% - 20px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.5% - 20px);
    max-width: calc(16.5% - 20px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 20px);
    max-width: calc(14.28% - 20px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 20px);
    max-width: calc(12.5% - 20px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 10px);
    max-width: calc(11.1% - 10px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n+1),
.gallery-columns-4 .gallery-item:nth-of-type(4n+1),
.gallery-columns-2 .gallery-item:nth-of-type(2n+1),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
    clear: left;
}
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none !important;
}
.gallery.gallery-columns-9 {
    margin: 0 0 0 -10px;
}
.gallery.gallery-columns-9 .gallery-item {
    margin: 0 0 10px 10px;
}
/* Caption Animation */
figure.gallery-item {
    overflow: hidden;
}
figure.gallery-item img {
    width: 100%;
    border: 0;
    -ms-transition: -webkit-transform 0.35s;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
figure.gallery-item figcaption.wp-caption-text {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    margin: 10px;
    padding: 5px;
    opacity: 0;
    width: 100%;
    max-width: calc(100% - 20px);
    line-height: 1.5;
    max-height: calc(100% - 20px);
    display: inline-block;
    -ms-transition: opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -ms-transform: scale(.8, .8);
    -webkit-transform: scale(.8, .8);
    transform: scale(.8, .8);
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow-y: hidden;
}
figure.gallery-item:hover img {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
figure.gallery-item:hover figcaption {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
/* Gallery page template styles */
#bikeway-gallery .gallery-icon {
  overflow: hidden;
}
#bikeway-gallery {
  transition: height 0.3s ease-out;
  margin-bottom: 30px;
}
#bikeway-gallery .gallery-item {
  padding: 15px;
  position: relative;
}
#bikeway-gallery .gallery-item-description {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 20px;
  margin: 10px;
  padding: 15px;
  opacity: 0;
  width: 100%;
  max-width: calc(100% - 60px);
  line-height: 1.5;
  height: calc(100% - 60px);
  display: inline-block;
  -ms-transition: opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -ms-transform: scale(.8, .8);
  -webkit-transform: scale(.8, .8);
  transform: scale(.8, .8);
  background: rgba(0,0,0,0.4);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
#bikeway-gallery figure.gallery-item:hover .gallery-item-description {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
#bikeway-gallery .gallery-item-description a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #3e3e3e;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  margin: 0 3px;
  font-size: 20px;
}
#bikeway-gallery .gallery-item-description h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  margin: 0;
}
#bikeway-gallery .btns-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: auto;
  margin: -18px 0 0 -42px;
}
#bikeway-gallery .gallery-item-description span {
  font-size: 12px;
  text-transform: uppercase;
  color: #bcbcbc;
}
.page-template-gallery-page .page-links {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.filters-wrapper {
    display: block;
    margin: 0 0 15px 0;
}
.filters-wrapper ul {
    margin: 0;
    list-style: none;
}
.filters-wrapper:after {
    display: table;
    clear: both;
    content: '';
}
.filters-wrapper li {
    display: inline-block;
    margin: 0 10px 10px 0;
    list-style: none;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background: #f5f5f5;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

/* Single Attachment Page */
article.attachment {
}
article.attachment:after {
    display: table;
    content: '';
    clear: both;
}
article.attachment .entry-title {
    font-size: 30px;
}
article.attachment .attachment-img {
    text-align: center;
    max-width: 60%;
    float: left;
    margin: 0 30px 50px 0;
}
article.attachment .attachment-img img {
    display: block;
    margin: 0 auto;
}
article.attachment div.attachment-description {
    float: none;
    overflow: hidden;
    margin-bottom: 50px;
}
article.attachment .entry-footer {
  display: block;
  clear: both;
}
article.attachment .entry-meta div:not(.time-wrapper) {
  display: block;
}
article.attachment .entry-content {
  margin-bottom: 40px;
}
article.attachment .post-navigation a:first-child,
article.attachment .post-navigation a:last-child {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: left;
    padding: 0;
}
article.attachment .post-navigation a:last-child {
    text-align: right;
}
article.attachment .post-navigation a:last-child .next {
    float: none;
}
article.attachment .post-navigation a + a {
    border-style: solid;
    border-width: 0 0 0 1px;
}

/* Magnific Pop-Up Styles */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  opacity: 1;
  background-color: rgba(246,246,246,0.8) !important;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 15px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  padding: 0;
  max-width: 100%;
}
.mfp-figure figure {
  margin: 0 auto;
  max-height: 100%;
  max-width: -webkit-calc(100% - 60px);
  max-width: calc(100% - 60px);
}
.mfp-figure:after {
  display: none;
}
img.mfp-img {
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 30px 30px 40px 30px;
  margin: 0;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #e1e1e1, 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.mfp-bottom-bar {
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 60px;
  width: 100%;
  max-width: -webkit-calc(100% - 120px);
  max-width: calc(100% - 120px);
  cursor: auto;
}
.mfp-title {
  color: #767676;
  text-align: left;
  line-height: 18px;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-figure {
  line-height: 0;
  cursor: pointer;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    color: #767676;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: rgba(0,0,0,0.45);
  font-size: 11px;
  text-indent: -99999em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 1044;
  width: 40px;
  height: 40px;
  background: url(assets/img/loader.gif) no-repeat center center;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-image-holder .mfp-close {
    color: rgba(0,0,0,0.5);
    right: 33px;
    text-align: center;
    padding-right: 0;
    width: 30px;
    height: 30px;
    line-height: 38px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #767676;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


    .mfp-zoom-in .mfp-with-anim {
      opacity: 0;
      transition: all 0.2s ease-in-out;
      transform: scale(0.8);
    }
    .mfp-zoom-in.mfp-bg {
      opacity: 0;
      transition: all 0.3s ease-out;
    }
    .mfp-zoom-in.mfp-ready .mfp-with-anim {
      opacity: 1;
      transform: scale(1);
    }
    .mfp-zoom-in.mfp-ready.mfp-bg {
      opacity: 0.8;
    }
    .mfp-zoom-in.mfp-removing .mfp-with-anim {
      transform: scale(0.8);
      opacity: 0;
    }
    .mfp-zoom-in.mfp-removing.mfp-bg {
      opacity: 0;
    }


/* --------------------------- Extra Styles ------------------------------ */

/* Contacts Page template extra styles */
.map-wrapper {
  margin: -30px -15px 50px -15px;
}
.page-template-contacts-page .site-main {
  margin-bottom: 50px;
}
.page-template-contacts-page #breadcrumbs{
  margin-bottom: 15px;
}

/* Contact Form 7 extra styles */
.wpcf7 .form-row-first,
.wpcf7 .form-row-last {
    float: left;
    width: 47%;
    overflow: visible;
}
.wpcf7 .form-row-last {
    float: right;
}
.wpcf7 .form-row {
    clear: both;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 textarea {
  max-height: 100px;
}
.wpcf7 .wpcf7-submit {
  padding: 0 30px;
}

/* Special Styles for Mail Chimp Subscribe form */
.vc-widget.widget_mailchimpsf_widget {
  padding: 70px 15px 25px 15px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #e1e1e1;
  position: relative;
}
.vc-widget.widget_mailchimpsf_widget:before {
  display: inline-block;
  left: 50%;
  top: 25px;
  position: absolute;
  font-family: FontAwesome;
  content: '\f0e0';
  font-size: 50px;
  color: #ebebeb;
  margin: 0 0 0 -25px;
}
#mc_signup::after {
  display: table;
  content: '';
  clear: both;
}
#mc_signup_form {
  margin: 0 -15px;
}
.vc-widget.widget_mailchimpsf_widget #mc_subheader,
.vc-widget.widget_mailchimpsf_widget .mc_form_inside {
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle;
}
.vc-widget.widget_mailchimpsf_widget #mc_subheader {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.vc-widget.widget_mailchimpsf_widget .mc_form_inside {
  width: 100%;
  text-align: center;
}
.vc-widget.widget_mailchimpsf_widget .mc_merge_var + .mc_merge_var {
  margin-top: 10px;
}
.vc-widget.widget_mailchimpsf_widget #mc-indicates-required {
  display: none;
}
.vc-widget.widget_mailchimpsf_widget input:not(.button) {
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin-bottom: 10px;
}
.vc-widget.widget_mailchimpsf_widget input.button {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}
.vc-widget.widget_mailchimpsf_widget label {
  min-width: 100px;
  display: none;
  text-align: center;
}
.vc-widget.widget_mailchimpsf_widget .mc_merge_var,
.vc-widget.widget_mailchimpsf_widget .mc_signup_submit {
  display: inline-block;
  width: 100%;
}
#mc_signup_form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #b9b9b9;
  font-weight: lighter;
	font-size: 14px;
}
#mc_signup_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #b9b9b9;
  font-weight: lighter;
	font-size: 14px;
}
#mc_signup_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #b9b9b9;
  font-weight: lighter;
	font-size: 14px;
}
#mc_signup_form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #b9b9b9;
  font-weight: lighter;
	font-size: 14px;
}
@media (min-width: 768px) {
  .vc-widget.widget_mailchimpsf_widget {
    padding: 25px 10px 25px 100px;
  }
  .vc-widget.widget_mailchimpsf_widget:before {
    left: 35px;
    top: 38px;
    margin: 0;
  }
  .vc-widget.widget_mailchimpsf_widget #mc_subheader {
    width: 54%;
    text-align: left;
    margin-bottom: 0;
  }
  .vc-widget.widget_mailchimpsf_widget .mc_form_inside {
    width: 44%;
    text-align: left;
  }
  .vc-widget.widget_mailchimpsf_widget input:not(.button) {
  }
  .vc-widget.widget_mailchimpsf_widget .mc_merge_var {
    max-width: 225px;
  }
  .vc-widget.widget_mailchimpsf_widget input.button {
    width: 225px;
  }
  .vc-widget.widget_mailchimpsf_widget label {
    text-align: left;
  }
  .vc-widget.widget_mailchimpsf_widget .mc_signup_submit {
    width: auto;
    float: left;
  }
}
@media (min-width: 1024px) {
  .vc-widget.widget_mailchimpsf_widget .mc_merge_var {
    max-width: 310px;
  }
  .vc-widget.widget_mailchimpsf_widget input:not(.button) {
    margin-bottom: 0;
  }
  .vc-widget.widget_mailchimpsf_widget input.button {
    width: 110px;
  }
  .vc-widget.widget_mailchimpsf_widget .mc_signup_submit {
    float: right;
  }
}

/* Social Login Extra Styles */
.comment-form .oneall_social_login {
  padding: 0 15px;
}
.comment-form .oneall_social_login_label {
  margin-bottom: 10px !important;
  font-size: 16px;
  text-transform: uppercase;
}
.comment-form .oneall_social_login_providers {
  margin-left: -2px;
}
.site-main,.logo-wrapper,.site-wrapper{background: #fff;}
.href-pc-2,.href-pc-3{display: none;}
@media(max-width: 991px){
    body{
        background: initial!important
    }
    .mob-banner a{
        display: block;
    }
    .mob-banner img{
        
        width: 100%;
        
    }
    .banner-1 img{
        height: 250px;
        object-fit: cover;
    }    
    .banner-2 img{
        height: 250px;
        object-fit: cover;
    }
}
@media(min-width: 991px){
    body,html{
       height: 100%;   
    }
    .site-wrapper{
    z-index: 999;
    position: relative;
    }
    .href-pc{
    cursor: pointer;
    position: fixed;
    top: 0;  
    left: 0;  
    display: block;  
    width: 100%;  
    height: 250px;  
    text-decoration: none;  
    z-index: 1; 
    }
    .href-pc-2{
    cursor: pointer;
    position: fixed;
    top: 0; 
    left: 0;  
    display: block;  
    height: 100%;
    text-decoration: none;  
    z-index: 2; 
    }
    .href-pc-3{
    cursor: pointer;
    position: fixed;
    top: 0;  
    right: 0;  
    display: block;  
    height: 100%;
    text-decoration: none;  
    z-index: 2; 
    }
    .href-pc-2 img,.href-pc-3 img{
        height: 100%;
        width: 100%;
        
    }
    .mob-banner{
        display: none;
    }

}


/* Quickview extra styles */
#jckqv {
  padding: 30px;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #e1e1e1, 0 0 6px rgba(0, 0, 0, 0.2);
}
#jckqv_images_wrap {
  margin: 0;
  width: 55%;
}
#jckqv_images {
  padding: 10px;
  border: 1px solid #e1e1e1;
}
#jckqv_summary {
  width: 41%;
}
#jckqv .onsale {
    top: 50px;
    left: 25px;
    background-color: #fff;
    color: #83b828;
    padding: 0 12px;
    height: 32px;
    line-height: 28px;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #83b828;
    border-radius: 0;
}
#jckqv .onsale:after {
    left: -2px;
    border-color: #83b828;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -8px;
    width: 0;
    height: 0;
    border-width: 6px 0 0 0;
    border-style: solid;
    border-left: 5px solid transparent !important;
    border-right: 1px solid #83b828 !important;
}
#jckqv_thumbs {
  margin-top: 16px;
}
#jckqv_thumbs img {
  padding: 4px;
  border: 1px solid #e1e1e1;
}
#jckqv_thumbs .slick-slide {
  padding: 0 8px;
}
#jckqv_thumbs .slick-track {
  margin: 0 -8px;
}
.jckqv-images__arr i:before {
  color: #333;
}
.jckqv-images__arr:hover i:before {
  color: #83b828;
}
#jckqv .woocommerce-product-rating {
    margin: -10px 0 10px;
}
#jckqv .woocommerce-product-rating .star-rating {
  margin: 5px 4px 0 0;
  float: left;
  width: 64px;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  overflow: hidden;
  position: relative;
  font-family: 'star';
}
#jckqv .woocommerce-product-rating .star-rating:before {
    content: "\73\73\73\73\73";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #83b828;
}
#jckqv .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding: 15px 0 0 0;
}
#jckqv .woocommerce-product-rating .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #83b828;
}
#jckqv .price,
#jckqv .price ins,
#jckqv .price del {
    font-size: 20px;
    line-height: inherit;
    height: auto;
    font-family: 'Roboto Condensed', sans-serif;
    float: none;
}
#jckqv .price del {
  font-size: 16px;
}
.jckqv-qty-spinner,
input.jckqv-qty-spinner,
input[type=button].jckqv-qty-spinner {
    border-radius: 0;
    font-size: 14px;
}
.jckqv-qty-spinner:hover,
input.jckqv-qty-spinner:hover,
input[type=button].jckqv-qty-spinner:hover {
    box-shadow: none;
}
#jckqv .quantity .qty {
  border-radius: 0;
  background: #fff;
  border-color: #e1e1e1;
}
#jckqv .button {
    border-radius: 0;
    font-size: 14px;
    padding: 0 20px;
    font-weight: bold;
    border-radius: 0;
    /*border: 2px solid #83b828;
		-webkit-box-shadow: inset 0 0 0 2px transparent;
    box-shadow: inset 0 0 0 2px transparent;
    -webkit-transition: -webkit-box-shadow 0.3s ease-out;
    -moz-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;*/
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
		text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #83b828;
    line-height: 32px;
}
#jckqv .button:hover {
		/*-webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;*/
    background-color: #3e3e3e;
}
#jckqv .product_meta {
    margin: 0;
    border-radius: 0;
    border: 0;
    clear: both;
}
#jckqv .product_meta>span {
    line-height: 1.5;
    border-bottom: 1px solid #e4e4e4;
}
#jckqv table.variations {
  table-layout: auto;
}


.topheadwrapper{
    position: relative;
/*    padding-top: 80px;*/
    text-align: center;
}

.headertxt{
    padding-bottom: 50px;
    text-align: center
}

.materials-block{
    color: #fff;  
}
.materials-block h4.heading{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.w-layout-grid{
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}


.headertxt {
  padding-bottom: 50px;
  text-align: center;
}

.rubrik_block_main_header {
  margin-bottom: 20px;
  color: #fff;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: -1px 4px 10px #000;
}

.rubrik_block_main_header.blackb {
  color: rgba(0, 0, 0, 0.9);
  line-height: 1;
  text-shadow: none;
}

.rubrik_block_main_header.email_header {
  font-size: 34px;
  line-height: 1.2;
  text-align: center;
}

.materials-block {
  color: #fff;
}

.mat_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.mat_grid.magazine_grid {
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.podheader {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: -1px 4px 10px #000;
}

.podheader.blackpod {
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.4;
  text-shadow: none;
}

.podheader.lasts {
  color: #000;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: none;
}
.post-1.left_block_mat,
.post-2.left_block_mat,
.post-3.left_block_mat {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.post-1 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.post-2{
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 3;
    grid-row-end: 8;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
}
.post-3{
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 3;
    grid-row-end: 8;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
}
.post-4{
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
}
.post-5{
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
}
.post-6{
-ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
}
.post-7{
-ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
}
.post-8{
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
}
.post-9{
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
}
.horiz_yellow_line {
  display: inline-block;
  width: 6px;
  height: 30px;
  margin-right: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #fc0;
}

.materials-header {
  display: inline-block;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

.left_block_mat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.left_block_mat.link_more {
  margin-top: 15px;
}

.left_mat_img {
  width: 90px;
  height: 90px;
  background-position: 0px 0px;
  background-size: 125px;
}
.post-1 .left_mat_img,
.post-2 .left_mat_img,
.post-3 .left_mat_img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.8))), url(../images/5ce781e…_2656321_Varma_2800px.jpg);
    background-image: linear-gradient(
180deg
, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.8)), url(../images/5ce781e…_2656321_Varma_2800px.jpg);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
    width: auto;
    height: auto;
}
.post-1 .left_mat_img:hover,
.post-2 .left_mat_img:hover,
.post-3 .left_mat_img:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.photolink{
    display: block;
    position: absolute;
    height: 100%;
    width: 25%;
    z-index: 3;
}
.post-1 .photolink,
.post-2 .photolink,
.post-3 .photolink{
    color: #fc0;
    cursor: pointer;
    display: block;
    position: absolute;
    height: 70%;
    width: 100%;
    z-index: 3;
}


.left_mat_rubrik_link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1px;
}

.left_mat_header {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-1 .left_mat_header,
.post-2 .left_mat_header,
.post-3 .left_mat_header{
    
}

.left_mat_header.trip {
  text-align: center;
}
.left_mat_header a {
  text-decoration: none;

}


.left_mat_txtwrapper {
  height: 90px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.post-1 .left_mat_txtwrapper,
.post-2 .left_mat_txtwrapper,
.post-3 .left_mat_txtwrapper{
  position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    padding: 0;
	padding-top: 20px;
}
.post-1 .left_mat_txtwrapper a,
.post-2 .left_mat_txtwrapper a,
.post-3 .left_mat_txtwrapper a{
    color:#fff;
}
.post-1 .left_mat_txtwrapper h4,
.post-2 .left_mat_txtwrapper h4,
.post-3 .left_mat_txtwrapper h4{
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
    color: white;
    border-bottom: transparent;
}
.post-1 .left_mat_txtwrapper h4 a,
.post-2 .left_mat_txtwrapper h4 a,
.post-3 .left_mat_txtwrapper h4 a{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

.left_rubrik_link {
  display: block;
  letter-spacing: 3px;
  text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;  
}


.left_rubrik_link:hover {
  text-decoration: underline;
  color: initial;
}

.left_rubrik_link.tabvideoh1 {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
}

.left_rubrik_link.tabvideorubrik {
  display: inline-block;
  padding-left: 25px;
  background-image: url("../images/5cea7eac8cdd0a51462d3f95_arrowwhite.png");
  background-position: 0% 50%;
  background-size: 15px;
  background-repeat: no-repeat;

  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
}

.left_rubrik_link.seemorewhite {
  display: inline-block;
  padding-left: 30px;
  background-image: url("../images/5cecbb7a5fc32d6406dbc3ee_SeeMoreIconWhite.png");
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  cursor: pointer;
}

.left_rubrik_link.seephoto {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}

.left_rubrik_link.seemoreblack {
  display: inline-block;
  padding-left: 30px;
  background-image: url("../images/5cecbe1a8cdd0ac28035b558_SeeMoreIconBlack.png");
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;

  color: #000;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
}

.heading {
  display: block;
  margin-top: 5px;


  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.heading:hover {
  color: #fff;
	
}

.seemoore_link {
  margin-top: 10px;
  padding-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fc0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
	padding: 10px 10px;
}

.seemoore_link:hover {
  background-color: #000000;
  color: #fff;
}

.seemoore_link.videob {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  padding-bottom: 0px;
  color: #000;
  text-align: right;
  cursor: pointer;
}

.seemoore_link.magaz {
  margin-bottom: 40px;
}

.left_mat_begin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.last_header {

  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  color: white;
  border-bottom: transparent;
}

.last_header.lastest {
  color: #000;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
}

.last_header.tabvideoheader {

  color: #fff;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}

.last_header.vblackh1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}

.last_mat_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.8))), url("../images/5ce781e8e17bac7b6cf35710_2656321_Varma_2800px.jpg");
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.8)), url("../images/5ce781e8e17bac7b6cf35710_2656321_Varma_2800px.jpg");
  /*background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;*/
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.last_mat_img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.last_mat_img.tripimg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.8))), url("../images/5ce7bf1ffc540b56a9615bf6_depositphotos_18330647-stock-photo-leopard.jpg");
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.8)), url("../images/5ce7bf1ffc540b56a9615bf6_depositphotos_18330647-stock-photo-leopard.jpg");
  background-size: auto, cover;
}

.last_mat_txt_cover {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.last_mat_txt_cover.visionhead {
  position: absolute;
  left: 0%;
  top: 3%;
  right: 0%;
  bottom: auto;
}

.last_mat_txt_cover.videotxtwrapper {
  overflow: hidden;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.mobile-menu{
  margin-left: 10px;
}
.mobile-menu img{
    height: 40px;
    width: 40px;
}
@media (min-width: 992px){
    .mobile-menu{
        display: none;
    }
}
html.wpmm-force-bg{
    background: none;
}
@media (max-width: 991px) {
header .hgroup-sidebar .widget{
   
}
header .widget.widget_tz_search, .widget.widget_tz_shopping_cart{
    margin-bottom: 0!important;

}
header .hgroup-sidebar #tz_search-2{
    margin-right:10px;
}
header .logo-wrapper .container-fluid .column-flex{
    flex-direction: row;
    margin-top: 10px;
    justify-content: space-between;
}
header .logo-wrapper .container-fluid .column-flex .widget_text,
header .logo-wrapper .container-fluid .column-flex .log-wish{
    margin: 0!important;
}
header .widget_tz_shopping_cart .cart-wrapper{
    position: inherit;
}
header .contacts-flex{
    margin-right: 10px;
    flex-direction: row-reverse;

    display: flex;
}
header .hgroup-sidebar .column-flex {
    display: none
}
header .tz-searchform-wrapper{
    position: inherit;
    margin-left: 10px;
    z-index: 1000;
    transition: none!important
}
header .tz-searchform-wrapper.search-open{
    position: absolute;

}
header .contacts-flex .widget_tz_shopping_cart{
   
    margin-bottom: 0;
}
.mm-navbars_bottom>.mm-navbar, .mm-navbars_top>.mm-navbar{
    max-width: 160px;
    text-align: center;
    margin: 0 auto;
}
header .header-primary-nav{
    display: none;
}    

header .logo-wrapper .container-fluid .row.between-xs.middle-xs {
    flex-direction: row;
    flex-wrap: nowrap;

}
header .logo-wrapper .row > .site-logo{
    position: inherit;
    flex-basis: auto;
    width: auto;
    margin-right: auto;
}
header .hgroup-sidebar.col-xs-12, header .site-logo.col-xs-12{
    flex-basis: auto;
    width: auto;
}
header .site-logo img{
    margin: 0;
    height: 40px;
}
header .tz-searchform .icon-search, header .tz-searchform .search-button,
header .tz-searchform-wrapper{
    height: 40px;
    width: 40px;
    line-height: 40px;
    min-width: inherit;
}
header .widget_tz_search,
header .widget_tz_shopping_cart,
header .widget_tz_shopping_cart .cart-wrapper{    
    height: 40px;
    width: 40px;
}
header .widget_tz_shopping_cart .count{
    bottom: -4px;
    right: -20px;
}
header .widget_tz_shopping_cart .heading i:before{
    font-size:25px;
}
header .widget_tz_shopping_cart .heading i{
    left: 23%;
}
header .tz-searchform .searchtext{
    height: 40px;
    padding:10px 20px;
}
  .mat_grid {
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .mat_grid.magazine_grid {
    padding-left: 1%;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .last-material {
    height: auto;
    min-height: 300px;
  }
  .last-material.main_material {
    min-height: 400px;
  }
  .last-material.main_vision {
    height: 100%;
    min-height: auto;
  }
  .materials-header {
    font-size: 18px;
    line-height: 1.6;
  }
  .left_rubrik_link {
    font-size: 10px;
    line-height: 1.2;
  }
  .heading {
    font-size: 14px;
    line-height: 1.4;
  }
  .left_mat_begin{
-ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  .post-1{
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    min-height: 400px;
  }
  .post-2{
-ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    min-height: 400px;
  }
  .post-3{
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    min-height: 400px;
  }
  .post-4{
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  .post-5{
-ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  .post-6{
-ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  .post-7{
-ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
  .post-8{
-ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
  .post-9{
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
    -ms-grid-row: 10;
    grid-row-start: 10;
  }
}

#polylang-2 ul {display: flex;}
#polylang-2 ul li {padding: 0px 10px;}
#polylang-2 .lang-item-first {border-right: 1px solid #c2c2c285;}

.woocommerce.layout-two-col-left .site-main {

}
.woocommerce .site-main .site-content {
    order:2;
}

 .woocommerce form .form-row.place-order .input-checkbox{
    position: inherit;
    z-index: 10;
    height: auto;
    width: auto;
    margin: -2px 8px 0 0;
 }

body .woocommerce .ywcps-wrapper .owl-item li.product{
    width: 100%;
    margin: 0;
    padding: 0;
 }
body .ywcps-products .owl-item{

} 

.yith-wcwl-add-button .add_to_wishlist span{
    display: none;
}
.yith-wcwl-add-button a{
    z-index: 100
}
.yith-wcwl-add-button i.fa {
    font-size: 1.6rem;
    margin: 0;
}
.yith-wcwl-add-to-wishlist{
    z-index: 100;
    position: relative;
}

.ywcps-product-slider h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 30px 0;
    display: block;
        font-family: gotham-bold;

}

.widget_tz_shopping_cart .cart-wrapper{
    overflow: hidden;
}
.widget_tz_shopping_cart.opened .cart-wrapper{
    overflow: inherit;
}
.column-flex{
    display: flex;
    flex-direction: column
}
.log-wish{
    display: flex;
    margin-right: 10px;
    margin-top: 10px;
}
.phone-lang .widget_polylang{
    margin-bottom: 0;
}
.log-wish .widget_tz_login_register{
    margin-left: 10px;
}
.hgroup-sidebar #text-11{
    margin-right: 5px;
}
.login_overlay{
    display: none;
}
.block-top-head{
    padding-bottom: 1%;
    background:#000000;
}
.block-top-head--text{
    text-align: center;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 1000


}
.block-top-head--text p{
    padding: 0;
    background: #fff;
    margin: 0;
}
.block-top-head--text img{
    object-fit: contain;
    background: #fff;
    width: 100%;

    text-align: center;
    margin: 0 auto;
    /*height: 250px;*/
}

.btn-fix{
    position: fixed;
    display: block;
    bottom: 20px;
    left:25px;
    z-index: 10;
}
.btn-fix img{
    max-width: 100%;
    transition: all 0.3s;
    box-shadow: 0
}
.btn-fix img:hover{
    transform: scale(1.1);
}
@media (min-width: 992px){
    .block-top-head--text{
        max-width: 962px;

    }
}
@media (min-width: 1200px){
    .block-top-head--text{
        max-width: 1170px;
    }
}
.wpmm-force-bg{
    background: transparent;
}


@media (max-width: 992px){

    .block-top-head--text img{
        height: auto;
        image-rendering: -webkit-optimize-contrast;
    }
    .primary-nav .menu li,
    .primary-nav .menu li a,
    .primary-nav .menu ul{
        width: 100%;
        text-align: center;
    }
.primary-nav .menu li.menu-item-has-children> a:after{
    display: none
}
.primary-nav .menu li.menu-item-has-children .fa{
    font-size: 40px;
        width: 50px;
    line-height: 60px;
    text-align: center;
    z-index: 10;
    position: absolute;
    right: 0;
    color: #ffd801;
    font-weight: bold

}
 .hgroup-sidebar{
    justify-content: center;
 }   
}
@media (max-width: 992px){
.phone-lang{
    align-items: center;
    display: flex;
    flex-direction: column;
}
}
.woocommerce-MyAccount-navigation ul{
    display: flex;
    flex-direction: column;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard {
    order:1;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders {
    order:3;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address {
    order:2;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
    order:4;
}
.search .hgroup-sidebar>div:nth-child(1),
.search .hgroup-sidebar>div:nth-child(2),
.search .hgroup-sidebar .widget.widget_tz_search{
    display: none
}

@media (max-width: 767px){
        .log-wish{
    flex-direction: column;
    align-items: baseline;
    }
    .hgroup-sidebar .widget.widget_text{
        display: block
    }
     /*body.woocommerce-page ul.products li.product{
        width:33%!important;
        padding: 0 2px!important;
        margin: 0 0 5px!important;
    }*/
    body.woocommerce-page li.product .img-wrapper{
        margin-bottom: 5px;
        padding: 0;
    }
    body.woocommerce-page ul.products li.product .excerpt-wrapper{
       padding: 0 5px!important;
/*    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;*/

    }
    body.woocommerce ul.products li.product .primary-cat, ul.products li.product .primary-cat{
        font-size: 8px;
        text-align: center;
        line-height: normal;
        margin: 0;
    }
    body.woocommerce ul.products li.product .woocommerce-loop-product__title, ul.products li.product .woocommerce-loop-product__title{
        line-height: normal;
        font-size: 10px;
        margin-bottom: 3px;
    }
    body.woocommerce ul.products li.product .onsale{
        display: none!important;
    }
    body.woocommerce-page ul.products li.product .yith-wcwl-add-button{
        display: none!important;
    }
    body.woocommerce ul.products li.product .button{
        margin: 0 auto 5px;
        font-size: 10px;
        padding: 0;
        height: auto;
        line-height: inherit;
    }
    body.woocommerce ul.products li.product .price{
        margin: 0;
        font-size: 10px;
        float: none;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    body.woocommerce ul.products li.product .price del{
        font-size: 8px;
    }
    body.woocommerce ul.products{
        justify-content: space-between;
    }
    body.woocommerce li.product .inner-wrapper{
        height: 100%;
/*            display: flex;
    flex-direction: column;
    justify-content: space-between;*/
    }
    .woocommerce .view-controls-wrapper {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        padding: 5px;
        font-size: 12px;
        align-items: center;
    }
    .woocommerce .view-controls-wrapper .woocommerce-result-count,
    .woocommerce .view-controls-wrapper .paginator{
        width: auto;
        margin: 0;
    }
    .woocommerce .view-controls-wrapper .paginator span{
        margin: 0;
    }
    body.woocommerce .woocommerce-breadcrumb{
        margin-bottom: 10px;
    }

    body header .hgroup-sidebar{
        flex-direction: row;
        justify-content: space-between;
    }
    body header .hgroup-sidebar .phone-lang{
        align-items: baseline;
    }
    body header .hgroup-sidebar #polylang-2 .lang-item-first{
        padding-left: 0;
    }
    body header .hgroup-sidebar .widget_tz_login_register .icon{
        padding: 0!important;
    }
    .log-wish .widget_tz_login_register{
        margin: 0;
    }
    body .tz-searchform-wrapper.search-open{
        max-width: inherit;
    }
    .widget.widget_tz_search,
    .widget.widget_tz_shopping_cart{
        margin-bottom: 5px;
    }

    /*Фильтр*/
    .WOOF_Widget{
        margin-bottom: 10px!important;
    }
    .WOOF_Widget .widget-woof{
        margin:0;
    }
    .WOOF_Widget .woof_sid_widget{
        display: none;
    }
    .WOOF_Widget .widget-title{
        position: relative;
        margin-bottom: 10px;

    }
    .WOOF_Widget .widget-title:after{
        content: "";
        background: url('./assets/img/icon.svg') no-repeat;
        display: inline-block;
        position: absolute;
        right: 0;
        width: 24px;
        height: 24px;
        filter: grayscale(1);
    }
    .WOOF_Widget .woof_sid_widget.active-filter {
        display: block;
    }

}

@media (max-width: 450px) {
/*    .tz-searchform .search-button, .tz-searchform .icon-search, .tz-searchform-wrapper.search-open .icon-search, .cart-wrapper .heading{
        width: 35px!important;
        height: 35px!important;
        line-height: 35px
    }*/
}
.bikeway-recent-posts .item-content h3 {
	height: 65px;
}
.title-wrapper .shortcode-title {
	font-weight: 500;
	font-size: 24px;
}
.entry-meta .edit-link {
	display:none;
}
.post_my {
	display:none;
}
.comment-form-url {
	display:none!important;
}
.ks-widget iframe{
    margin-bottom: 10px;
}
.rassrochka {
    
}
@media (min-width: 500px) {
.bikeway-recent-posts .item-content {
	height: 170px;
	}}
/*.bikeway-recent-posts .item-content {
	min-height: 130px;
	}
.bikeway-recent-posts .item-content h3 {
	height: auto;
}*/
.post p {
    text-align: justify;
}
.entry-meta .entry-date {
    text-transform: lowercase;
}

#popmake-4589{

}

#popmake-4589{
       box-shadow: none;
}

@media (max-width: 1199px){
    #popmake-4589{
        width: 962px!important;
    }

}
@media (max-width: 991px){
    #popmake-4589{
        width:100%!important;
        
    }
#popmake-4589 .vc_column_container>.vc_column-inner{

    }
}
@media (max-width: 600px){
    #popmake-4589 {
        bottom: 85px!important;
        top: auto!important;
        height: auto!important;
        margin: 0!important;
    }
    #popmake-4589 .wpb_single_image.vc_align_center{
        margin-bottom: 0;
    }
}

.fpsm-front-form .fpsm-has-submit-btn .fpsm-field input[type="submit"]{
    line-height: normal!important
}


.woocommerce-MyAccount-navigation-link--exhibit a:before{
    content: "\f1fc" !important;
}

.exhibits [class*=post_excerpt] > div > p{
	display:none;
}
.item-flex{
    display: flex;
    flex-wrap: wrap;

}

.item-con{
    position: relative;
        text-align: center;
    width: 23%;
    height: 400px;
    margin:10px;
    font-size:1.8rem;
    text-transform: uppercase;
    border-radius: 4px;
    border:1px solid #e1e1e1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.item-con--caption{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: #0000005c;
}
.item-con-term .item-con--caption{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.item-con img{
    
}

.item-con a{
    position: relative;
    display: block;
    color: #fff;
        width: 100%;
    height: 100%;
}

.author-head{
    margin-top: 10px;
    border-bottom: 2px solid #ffd800;
    font-weight: bold;
    font-size: 1.5rem;
    display: inline-block;
}

@media (max-width: 1199px){
    .item-con{
        width: 22%;
        height: 320px;
    }
}

@media (max-width: 991px){
    .item-con{
        width: 100%;
        height: 250px;
    }
}