/*
  Theme Name: Slupy WordPress Child Theme
  Theme URI: http://slupytheme.com
  Author: ThemeSama (@theme_sama)
  Author URI: http://themesama.com
  Template: slupy
  Version: 1.2.1
  Tags: blue, orange, yellow, green, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
  Description: Slupy Multi-Purpose WordPress Theme
  Text Domain: slupy
*/
/**
 * Table of Contents:
 *
 * 1.0 - Normalize
 * 2.0 - Columns Layout
 *   2.1 - Default Columns
 *   2.2 - Disable Responsive
 *   2.3 - Clear Elements
 * 3.0 - Basic Structure
 *   3.1 - Heading Sizes
 * 4.0 - Top-Bar
 * 5.0 - Header
 *   5.1 - Logo
 *   5.2 - Main Menu
 *   5.3 - Mega Menu
 *   5.4 - Sticky Header
 *   5.5 - Header Types
 * 6.0 - Menu Additional
 *   6.1 - Sticky Menu Additional
 *   6.2 - WPML Content
 *   6.3 - Social Content
 *   6.4 - Search Content
 *   6.5 - Shopping Cart
 * 7.0 - Page Header
 * 8.0 - Main
 * 9.0  - Boxed Layout
 *   9.1 - Top-Bar
 *   9.2 - Header
 *   9.3 - Content & Elements
 *   9.4 - Widgets
 *   9.5 - Footer
 * 10.0 - Blog
 *    10.1 - Article Header
 *    10.2 - Article Media
 *    10.3 - Article Content
 *    10.4 - Article Footer
 *    10.5 - Article Meta
 *    10.6 - Prev & Next Article Nav
 *    10.7 - Related Posts List
 *    10.8 - Single Post
 *       10.8.1 - Author Bio
 *       10.8.2 - Author Social Icons
 *    10.9 - Password Form
 *    10.10 - Blog Navigation
 *    10.11 - Comments Section
 *    10.12 - Comment Form
 *    10.13 - Masonry Config
 * 11.0 - Portfolio
 *    11.1 - Filter
 *    11.2 - Meta
 *    11.3 - Thumbnails & Models
 * 12.0 - Carousel Portfolio
 * 13.0 - Misc Classes
 * 14.0 - Custom Styles
 *    14.1 - Highlight
 *    14.2 - page404
 *    14.3 - Blank Page
 *    14.4 - Landing Page
 *    14.5 - Contact Form 7 & Slupy Contact Form Fields
 *    14.6 - Buttons
 *    14.7 - Select Box
 *    14.8 - Gallery Shortcode
 *    14.9 - Slupy Slider
 *    14.10 - Back Top Button
 * 15.0 - Widget Styles
 *    15.1 - General
 *    15.2 - Default Widgets Styles
 * 16.0 - Footer
 *    16.1 - Footer Widgets
 *    16.2 - Columns
 *    16.3 - Copyright Text
 * 17.0 - Font Awasome
 * 18.0 - Border Radius
 * 19.0 - Transitions
 * 20.0 - Slupy Blog Icons
 * -----------------------------------------------------------------------------
 */
/* normalize.css v3.0.0 | MIT License | git.io/normalize
-------------------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  max-width: 100%;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

address {
  margin-bottom: 20px;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 2px 20px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

figure {
  margin: 0;
}

blockquote {
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6em;
  margin-left: 0;
  margin-bottom: 20px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 2px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #bac3c8;
}

iframe {
  border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Columns Layout
-------------------------------------------------------------------------*/
.container {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-boxed #main {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.container-boxed .container {
  width: 100%;
}

/* Section Background */
.is-media-container,
.is-media-container > .column-container {
  position: relative;
  z-index: 3;
}

.section-cover,
.section-bgvideo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.section-bgvideo {
  z-index: 1;
  overflow: hidden;
}

.section-bgvideo video {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.section-bgvideo .mejs-controls,
.section-bgvideo .mejs-overlay-button {
  display: none !important;
}

[data-parallax="background"] {
  background-attachment: fixed !important;
  background-size: cover;
  background-position: 50% 0;
}

.is-mobile-background {
  background-attachment: scroll !important;
  background-size: cover;
  background-position: center center;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/*No Padding Columns*/
.no-padding [class^="col-xs-"],
.no-padding [class*=" col-xs-"],
.no-padding [class^="col-sm-"],
.no-padding [class*=" col-sm-"],
.no-padding [class^="col-md-"],
.no-padding [class*=" col-md-"],
.no-padding [class^="col-lg-"],
.no-padding [class*=" col-lg-"] {
  padding-left: 0;
  padding-right: 0;
}

.right-content {
  float: right !important;
}

.disable-responsive #main {
  min-width: 1200px;
}
.disable-responsive.container-boxed #main {
  min-width: 1170px;
}
.disable-responsive .col-lg-1 {
  width: 8.33333333%;
  float: left;
}
.disable-responsive .col-lg-2 {
  width: 16.66666667%;
  float: left;
}
.disable-responsive .col-lg-3 {
  width: 25%;
  float: left;
}
.disable-responsive .col-lg-4 {
  width: 33.33333333%;
  float: left;
}
.disable-responsive .col-lg-5 {
  width: 41.66666667%;
  float: left;
}
.disable-responsive .col-lg-6 {
  width: 50%;
  float: left;
}
.disable-responsive .col-lg-7 {
  width: 58.33333333%;
  float: left;
}
.disable-responsive .col-lg-8 {
  width: 66.66666667%;
  float: left;
}
.disable-responsive .col-lg-9 {
  width: 75%;
  float: left;
}
.disable-responsive .col-lg-10 {
  width: 83.33333333%;
  float: left;
}
.disable-responsive .col-lg-11 {
  width: 91.66666667%;
  float: left;
}
.disable-responsive .col-xs-12,
.disable-responsive .col-sm-12,
.disable-responsive .col-md-12,
.disable-responsive .col-lg-12 {
  width: 100%;
  float: left;
}

.column-text:before,
.column-text:after,
.ts-photostream:before,
.ts-photostream:after,
.header-type:before,
.header-type:after,
.portfolio-filter-menu:before,
.portfolio-filter-menu:after,
.entry-meta:before,
.entry-meta:after,
.entry-header:before,
.entry-header:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.slupy-articles:before,
.slupy-articles:after,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.column-text:after,
.ts-photostream:after,
.header-type:after,
.portfolio-filter-menu:after,
.entry-meta:after,
.entry-header:after,
.entry-content:after,
.entry-footer:after,
.slupy-articles:after,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* Basic Structure
-------------------------------------------------------------------------*/
body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 13px;
  line-height: 1.65em;
  color: #777;
  background-color: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0 0 20px;
  color: #333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 20px;
}

a {
  color: #777;
  font-weight: bold;
  text-decoration: none;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@font-face {
  font-family: 'slupyblog';
  src: url("../slupy/css/fonts/slupyblog.eot?-m1gh7j");
  src: url("../slupy/css/fonts/slupyblog.eot?#iefix-m1gh7j") format("embedded-opentype"), url("../slupy/css/fonts/slupyblog.woff?-m1gh7j") format("woff"), url("../slupy/css/fonts/slupyblog.ttf?-m1gh7j") format("truetype"), url("../slupy/css/fonts/slupyblog.svg?-m1gh7j#slupyblog") format("svg");
  font-weight: normal;
  font-style: normal;
}
#main {
  padding-left: 0;
  padding-right: 0;
}

/* Top-Bar
-------------------------------------------------------------------------*/
#top-bar {
  position: relative;
  z-index: 9998;
  border-top: 4px solid #fafbfb;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.top-bar-text {
  font-size: 12px;
  line-height: 40px;
}

.top-bar-menu {
  font-size: 12px;
  line-height: 1.6em;
}
.top-bar-menu ul.menu {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.top-bar-menu ul.menu ul {
  padding-left: 0;
  list-style: none;
}
.top-bar-menu ul.menu > li.menu-item-has-children {
  padding-right: 15px;
}
.top-bar-menu ul.menu > li {
  position: relative;
  float: left;
  margin-right: 20px;
  text-align: left;
}
.top-bar-menu ul.menu > li.menu-item-has-children:after {
  content: '\f107';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font-size: 12px;
  line-height: 1.6em;
  color: #c9c9c9;
}
.top-bar-menu ul.menu > li:hover > a {
  color: inherit;
}
.top-bar-menu ul.menu > li:hover > ul {
  display: inline;
  visibility: visible;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.top-bar-menu ul.menu > li:hover.menu-item-has-children:after {
  content: '\f106';
}
.top-bar-menu ul.menu > li > a {
  padding: 0;
  border-bottom: 0;
  background-color: transparent;
  line-height: 40px;
  height: 40px;
  display: block;
}
.top-bar-menu ul.menu > li > ul {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  width: 300px;
  display: none;
  visibility: hidden;
  border-top: 4px solid #fff;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.top-bar-menu ul.menu > li > ul li a {
  text-indent: 0;
  background-color: #fff;
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #f6f3f3;
  font-weight: normal;
}
.top-bar-menu ul.menu > li > ul li a:hover {
  color: #fff;
}
.top-bar-menu ul.menu > li > ul li ul li a {
  text-indent: 15px;
}
.top-bar-menu ul.menu > li > ul li:last-child a {
  border-bottom: 0;
}

/* Header
-------------------------------------------------------------------------*/
#header {
  position: relative;
  z-index: 300;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#header .header-type {
  padding-top: 20px;
  padding-bottom: 20px;
}
#header #logo a, #header #logo .site-logo {
  display: inline-block;
}
#header #logo .logo-icon {
  margin-right: 15px;
}
#header #logo .site-light-logo,
#header #logo .sticky-logo {
  display: none;
}
#header #logo h1 {
  margin-bottom: 0;
  font-size: 26px;
}
#header #logo img {
  height: auto;
}
#header .main-menu-notice {
  line-height: 40px;
}
#header div.menu ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#header ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#header ul.menu > li.menu-item {
  position: relative;
  float: left;
}
#header ul.menu > li.menu-item > a {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 14px;
  padding: 0 10px;
}
#header ul.menu > li.menu-item.active-menu-item > a, #header ul.menu > li.menu-item:hover > a {
  color: #fff !important;
}
#header ul.menu > li.menu-item.active-menu-item > a:after, #header ul.menu > li.menu-item:hover > a:after {
  color: #fff;
}
#header ul.menu > li.menu-item-has-children > a:after {
  content: '\f0d7';
  padding-left: 5px;
  opacity: .4;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
#header ul.menu ul.sub-menu {
  position: absolute;
  z-index: 13;
  top: 100%;
  display: none;
  padding-left: 0;
  min-width: 190px;
  list-style: none;
  border-top: 4px solid #fff;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#header ul.menu ul.sub-menu > li.menu-item {
  position: relative;
}
#header ul.menu ul.sub-menu > li.menu-item > a {
  display: block;
  min-width: 120px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 36px;
  white-space: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f5;
}
#header ul.menu ul.sub-menu ul.sub-menu {
  left: 100%;
  top: -4px;
}
#header ul.menu ul.sub-menu ul.sub-menu.in-window {
  left: auto;
  right: 100%;
}
#header ul.menu ul.sub-menu.in-window {
  right: 0;
}
#header ul.menu .menu-content {
  display: none;
}
#header ul.menu > li.mega-menu {
  position: inherit;
}
#header ul.menu > li.mega-menu > ul.sub-menu {
  top: auto;
  left: auto;
  margin-left: 15px;
  right: 15px;
  width: auto;
  max-width: 100%;
  background-color: #fff;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item {
  position: relative;
  display: table-cell;
  border-right: 1px solid #f0f1f5;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item:last-child {
  border-right-width: 0;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item > a {
  font-size: 14px;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item > a:empty {
  display: none;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item .menu-content {
  padding: 10px;
  display: block;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item ul.sub-menu {
  position: relative;
  left: 0;
  top: 0;
  border-top: 0;
  min-width: 95px;
  display: block !important;
  opacity: 1 !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item ul.sub-menu li.menu-item {
  float: none;
}
#header ul.menu > li.mega-menu > ul.sub-menu > li.menu-item ul.sub-menu li.menu-item a:empty {
  display: none;
}
#header ul.menu > li.mega-menu .mega-menu-heading {
  margin: -10px;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid #f6f3f3;
  background-color: #fafafa;
}
#header ul.menu > li.mega-menu .mega-menu-heading:last-child {
  margin-bottom: -10px;
}
#header ul.menu > li.mega-menu.full-width ul.sub-menu {
  left: 0 !important;
}
#header ul.menu .menu-icon {
  font-size: 16px;
  margin-right: 5px;
}
#header .landing-menu ul.menu > li.menu-item > a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#header .mega-menu .col-mm-1 {
  width: 95px;
}
#header .mega-menu .col-mm-2 {
  width: 190px;
}
#header .mega-menu .col-mm-3 {
  width: 285px;
}
#header .mega-menu .col-mm-4 {
  width: 380px;
}
#header .mega-menu .col-mm-5 {
  width: 475px;
}
#header .mega-menu .col-mm-6 {
  width: 570px;
}
#header .mega-menu .col-mm-7 {
  width: 665px;
}
#header .mega-menu .col-mm-8 {
  width: 760px;
}
#header .mega-menu .col-mm-9 {
  width: 855px;
}
#header .mega-menu .col-mm-10 {
  width: 950px;
}
#header .mega-menu .col-mm-11 {
  width: 1045px;
}
#header .mega-menu .col-mm-12 {
  width: 1140px;
}
#header .menu-additional > ul > li > a {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
#header .menu-additional > ul > li .menu-content {
  top: 39px;
}
#header.sticky-header {
  position: fixed;
  z-index: 9997;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 40px !important;
  background-color: #fff;
  border-bottom-width: 0;
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}
#header.sticky-header .header-type {
  padding-top: 0;
  padding-bottom: 0;
}
#header.sticky-header #logo {
  text-align: left;
  float: left;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
#header.sticky-header #logo h1 {
  font-size: 16px;
  line-height: 40px;
}
#header.sticky-header #logo .sticky-logo {
  display: inline-block;
}
#header.sticky-header #logo .site-light-logo,
#header.sticky-header #logo .site-logo {
  display: none !important;
}
#header.sticky-header #logo .logo-icon {
  margin-right: 5px;
}
#header.sticky-header #logo img {
  margin: 4px 0;
  width: auto;
  height: 32px;
}
#header.sticky-header .nav-content {
  float: right;
}
#header.sticky-header nav {
  width: auto !important;
  float: right !important;
}
#header.sticky-header .menu-additional {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
#header.sticky-header .menu-additional ul li a {
  border-bottom: 0;
  border-top: 0;
}
#header.sticky-header #mobile-menu-button {
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
}
#header .header-standard,
#header .header-big {
  display: table;
  width: 100%;
}
#header .header-standard #logo,
#header .header-big #logo {
  display: table-cell;
  margin-right: 15px;
  vertical-align: middle;
}
#header .header-standard .nav-content,
#header .header-big .nav-content {
  display: table-cell;
  vertical-align: middle;
}
#header .header-standard nav,
#header .header-big nav {
  float: right;
}
#header .header-big nav {
  float: right;
  width: 100%;
}
#header .header-big nav > div {
  float: right;
}
#header .header-big .menu-additional {
  margin-bottom: 10px;
}
#header .header-big ul.menu {
  float: right;
}
#header .header-center #logo {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
#header .header-center .nav-content {
  display: table;
  margin: auto;
}
#header .header-center nav {
  float: left;
}
#header .header-underlogo #logo {
  float: left;
  margin-bottom: 10px;
}
#header .header-underlogo nav {
  float: left;
  width: 100%;
  margin-left: -10px;
}
#header #mobile-menu-button {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid #f6f3f3;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
#header #mobile-menu-button:hover {
  color: #fff;
}

/* Transparent Header
-------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .slupy-transparent-header #header {
    background-color: transparent;
    border-bottom-width: 0;
  }
  .slupy-transparent-header #header #logo .site-light-logo {
    display: inline-block;
  }
  .slupy-transparent-header #header #logo .logo-icon,
  .slupy-transparent-header #header #logo .site-logo {
    color: #fff;
  }
  .slupy-transparent-header #header #logo .site-logo img {
    display: none;
  }
  .slupy-transparent-header #header .menu-additional-btn > a {
    color: #fff;
    border-width: 0;
  }
  .slupy-transparent-header #header .menu-additional-btn > a:hover {
    background-color: transparent;
  }
  .slupy-transparent-header #header .menu-additional-btn.active-menu-content > a {
    background-color: transparent;
  }
  .slupy-transparent-header #header ul.menu > li.menu-item > a {
    color: #fff;
    background-color: transparent;
  }
  .slupy-transparent-header #header ul.menu > li.menu-item.current-menu-ancestor > a,
  .slupy-transparent-header #header ul.menu > li.menu-item.current-menu-item > a {
    color: #fff;
  }
  .slupy-transparent-header #header ul.menu > li.menu-item-has-children > a:after {
    content: '';
    padding-left: 0;
  }
  .slupy-transparent-header #header.sticky-header {
    background-color: #fff;
  }
  .slupy-transparent-header #header.sticky-header #logo .logo-icon {
    color: #333;
  }
  .slupy-transparent-header #header.sticky-header ul.menu > li.menu-item > a {
    color: #555;
  }
  .slupy-transparent-header #header.sticky-header .menu-additional > ul > li > a {
    border-left-width: 1px;
    color: #777;
  }
  .slupy-transparent-header #header.sticky-header .menu-additional > ul > li.active-menu-content > a, .slupy-transparent-header #header.sticky-header .menu-additional > ul > li:hover > a {
    color: #fff;
  }
  .slupy-transparent-header #header.sticky-header .menu-additional > ul > li:last-child > a {
    border-right-width: 1px;
  }
  .slupy-transparent-header #page-header {
    margin-top: -100px;
    padding-top: 100px;
  }
  .slupy-transparent-header #page-header .rev_slider_wrapper {
    margin-top: -100px;
  }
}
/* Menu Additional
-------------------------------------------------------------------------*/
.menu-additional {
  margin-left: 15px;
}
.menu-additional > ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.menu-additional > ul > li {
  float: left;
  position: relative;
}
.menu-additional > ul > li > a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #777;
  text-align: center;
  border: 1px solid #f6f3f3;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}
.menu-additional > ul > li.active-menu-content > a, .menu-additional > ul > li:hover > a {
  color: #fff;
}
.menu-additional > ul > li.active-menu-content .menu-content {
  display: block !important;
  -webkit-animation-name: fadeInDown !important;
  animation-name: fadeInDown !important;
}
.menu-additional > ul > li:last-child > a {
  border-right: 1px solid #f6f3f3;
}
.menu-additional > ul > li .wpml-lang {
  font-size: 12px;
  line-height: 40px;
  font-weight: normal;
  text-transform: uppercase;
}
.menu-additional > ul > li .menu-content {
  display: none;
  position: absolute;
  z-index: 13;
  top: 40px;
  border-width: 4px 0 0 0;
  border-style: solid;
  background-color: #fff;
  animation-name: fadeOutDown;
  -webkit-animation-name: fadeOutDown;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.menu-additional > ul > li .menu-custom-content {
  padding: 15px;
  min-width: 270px;
  text-align: left;
}
.menu-additional.pull-right .menu-content {
  right: 0;
}
.menu-additional.pull-left {
  margin-left: 0;
  margin-right: 15px;
}
.menu-additional.pull-left .menu-content {
  left: 0;
}

.sticky-menu-additional {
  position: fixed;
  z-index: 9;
  top: 0;
  -webkit-transform: translateZ(0);
}
.sticky-menu-additional .menu-content {
  right: 0 !important;
  left: auto !important;
}
.sticky-menu-additional.pull-left {
  margin-right: 0;
}
.sticky-menu-additional > ul {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.sticky-menu-additional > ul.floatleft .menu-content {
  left: auto;
  right: 0;
}
.sticky-menu-additional > ul.floatright .search-content .menu-content {
  right: 0;
}
.sticky-menu-additional .social-links-content,
.sticky-menu-additional .custom-content,
.sticky-menu-additional .language-change-content {
  display: none;
}
.sticky-menu-additional .search-content > a {
  border-right: 1px solid #f6f3f3;
}

.lang-content {
  max-width: 300px;
  min-width: 150px;
}
.lang-content ul {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.lang-content ul li {
  text-align: left;
}
.lang-content ul li a {
  padding: 10px 15px;
  display: block;
  font-size: 12px;
  line-height: 1.6em;
  border-bottom: 1px solid #f6f3f3;
}
.lang-content ul li a:hover {
  color: #fff;
}
.lang-content ul li a img {
  margin-right: 10px;
  vertical-align: middle;
}
.lang-content ul li:last-child a {
  border-bottom-width: 0;
}

.social-content {
  max-width: 300px;
  display: table;
}
.social-content ul {
  padding-left: 0;
  list-style: none;
}
.social-content > ul > li {
  display: table-cell;
}
.social-content > ul > li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: block;
  text-align: center;
  color: #c2c2c2;
}
.social-content > ul > li a:hover {
  background-color: #f6f3f3;
  color: inherit;
}

.search-content {
  font-size: 12px;
  line-height: 1.6em;
}
.search-content input[type="search"] {
  padding: 15px;
  border: 0;
  width: 300px;
  -webkit-appearance: none;
}
.search-content button {
  display: none;
}
.search-content .search-results {
  border-top: 1px solid #f6f3f3;
  display: none;
}
.search-content .search-results ul {
  padding-left: 0;
  list-style: none;
}
.search-content .search-results ul li {
  text-align: left;
}
.search-content .search-results ul li a {
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #f6f3f3;
  font-size: 12px;
  line-height: 1.6em;
}
.search-content .search-results ul li a:hover {
  color: #fff;
}
.search-content .search-results ul li.total-results {
  background-color: #f2f2f2;
}
.search-content .search-results ul li.total-results a {
  border-bottom: 0;
  color: #adaeb1;
  font-weight: normal;
}
.search-content .search-results ul li.total-results a span {
  float: right;
}
.search-content .search-results ul li.total-results a:hover {
  color: #fff;
}

.menu-content .widget_shopping_cart_content {
  min-width: 300px;
}

.widget_shopping_cart_content {
  background-color: #fff;
  text-align: left;
}
.widget_shopping_cart_content ul {
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
}
.widget_shopping_cart_content > ul li {
  position: relative;
  padding: 10px;
  padding-left: 15px !important;
  min-height: 50px;
  border-bottom: 1px solid #f6f3f3;
}
.widget_shopping_cart_content > ul li:hover {
  background-color: #f6f3f3;
}
.widget_shopping_cart_content > ul li.empty {
  background-color: #fff;
  min-height: 20px;
  cursor: auto;
  padding: 15px;
  min-height: 10px;
}
.widget_shopping_cart_content > ul li a {
  position: relative;
  display: block;
  padding: 6px 15px 32px 60px !important;
}
.widget_shopping_cart_content > ul li a img {
  max-width: 50px;
  height: auto;
  position: absolute;
  left: 0 !important;
}
.widget_shopping_cart_content > ul li .variation {
  display: none;
}
.widget_shopping_cart_content > ul li .quantity {
  position: absolute;
  left: 75px;
  bottom: 15px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
}
.widget_shopping_cart_content > ul li .quantity .total-item {
  display: inline-block;
}
.widget_shopping_cart_content > ul li .quantity .total-item span {
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 0 7px;
}
.widget_shopping_cart_content > ul li .quantity .amount {
  padding: 0 7px;
  position: relative;
  z-index: 2;
  height: 100%;
  display: inline-block;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
.widget_shopping_cart_content > ul li .quantity .amount:before {
  content: '';
  position: absolute;
  right: -10px;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  border-color: transparent;
  border-left-color: #0089e0;
  -moz-border-radius: 2px 14px 14px 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 14px 14px 2px;
}
.widget_shopping_cart_content > ul li .quantity .amount:after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: -4px;
  top: 9px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.widget_shopping_cart_content p {
  margin-bottom: 0;
}
.widget_shopping_cart_content .buttons {
  float: left;
  width: 70%;
  text-align: right;
}
.widget_shopping_cart_content .buttons a {
  color: #fff;
  display: inline-block;
  width: 50%;
  min-height: 40px;
  float: left;
  text-align: center;
  font-weight: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.widget_shopping_cart_content .total {
  width: 30%;
  float: left;
  font-size: 18px;
  min-height: 40px;
  line-height: 40px;
  text-indent: 15px;
  color: #555;
  background-color: #f8f8f8;
}
.widget_shopping_cart_content .total strong {
  display: none;
}

/* Page Header
-------------------------------------------------------------------------*/
#page-header {
  position: relative;
  margin-top: 0;
  background-color: #fcfcfc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#page-header .page-header-title {
  margin-bottom: 0;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#page-header .breadcrumbs {
  margin-top: 9px;
  font-size: 10px;
  line-height: 1.6em;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2px;
}
#page-header .breadcrumbs .trail-browse {
  margin-right: 5px;
  font-weight: bold;
}
#page-header .breadcrumbs .sep {
  margin: 0 3px;
  opacity: .7;
  font-size: 11px;
}
#page-header .with-desc .breadcrumbs {
  margin-top: 23px;
}
#page-header .center-items .breadcrumbs,
#page-header .center-items .page-header-desc {
  padding-top: 5px;
  text-align: center;
}
#page-header .center-items .page-header-title {
  padding-bottom: 5px;
  text-align: center;
}
#page-header .page-header-desc {
  padding-top: 6px;
  font-size: 16px;
}
#page-header .page-header-desc.author-bio {
  font-size: inherit;
}
#page-header .page-header-desc p:last-child {
  margin-bottom: 0;
}
#page-header iframe {
  vertical-align: middle;
}

/* Main
-------------------------------------------------------------------------*/
#site-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.left-content .col-masonry-3 .type-post,
.left-content .col-masonry-4 .type-post,
.left-content .col-masonry-5 .type-post,
.right-content .col-masonry-3 .type-post,
.right-content .col-masonry-4 .type-post,
.right-content .col-masonry-5 .type-post {
  width: 50%;
}

.page-type-full-width {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.page-type-full-width .portfolio-container {
  margin-bottom: 0;
}

.portfolio-item-full-width {
  padding-left: 0;
  padding-right: 0;
}

.column-text p:last-child {
  margin-bottom: 0;
}

/* Boxed Layout
-------------------------------------------------------------------------*/
.container-boxed #top-bar {
  padding-left: 15px;
  padding-right: 15px;
}
.container-boxed #top-bar .menu-additional.sticky-menu-additional, .container-boxed #top-bar .menu-additional.pull-right {
  margin-right: -30px;
}
.container-boxed #top-bar .menu-additional.sticky-menu-additional .menu-additional-btn:last-child > a, .container-boxed #top-bar .menu-additional.pull-right .menu-additional-btn:last-child > a {
  border-right-width: 0;
}
.container-boxed #top-bar .menu-additional.sticky-menu-additional {
  margin-left: 0;
}
.container-boxed #top-bar .menu-additional.sticky-menu-additional .menu-content {
  right: 0 !important;
}
.container-boxed #top-bar .menu-additional.pull-left {
  margin-left: -30px;
}
.container-boxed #top-bar .menu-additional.pull-left .menu-additional-btn:first-child > a {
  border-left-width: 0;
}
.container-boxed #header {
  padding-left: 15px;
  padding-right: 15px;
}
.container-boxed #header .header-center #logo {
  padding-left: 0;
}
.container-boxed #header .header-center .nav-content {
  padding-right: 0;
}
.container-boxed #header .header-underlogo nav {
  padding-left: 15px;
  margin-left: -20px;
}
.container-boxed #header .header-underlogo .menu-additional {
  padding-right: 15px;
}
.container-boxed #header ul.menu > li.mega-menu > ul.sub-menu {
  margin-left: -15px;
  margin-right: -15px;
}
.container-boxed #header.sticky-header {
  left: 50%;
  width: 1170px;
  margin-left: -585px;
}
.container-boxed #header.sticky-header #logo {
  padding-left: 0;
}
.container-boxed #header.sticky-header .nav-content {
  padding-right: 0;
}
.container-boxed #header.sticky-header .menu-additional {
  margin-right: -30px;
  margin-left: 0;
  padding-right: 0;
}
.container-boxed #header.sticky-header .menu-additional .menu-additional-btn:last-child > a {
  border-right-width: 0;
}
.container-boxed #page-header {
  padding-left: 15px;
  padding-right: 15px;
}
.container-boxed #site-content {
  padding-left: 15px;
  padding-right: 15px;
}
.container-boxed #site-content.page-type-full-width {
  padding-left: 0;
  padding-right: 0;
}
.container-boxed .nav-prev-next {
  border-top: 1px solid #f0f1f5;
  border-bottom: 1px solid #f0f1f5;
}
.container-boxed .comment-respond .comment-form,
.container-boxed .comment-respond .comment-reply-title {
  padding-left: 0;
  padding-right: 0;
}
.container-boxed .widget_product_search .widget-title,
.container-boxed .widget_search .widget-title {
  border-bottom-width: 0;
}
.container-boxed .widget_product_search form,
.container-boxed .widget_search form {
  padding: 0;
}
.container-boxed .widget_product_search form .search-submit,
.container-boxed .widget_search form .search-submit {
  right: 1px;
}
.container-boxed .slupy-widget .widget-title {
  padding: 0 0 10px 0;
}
.container-boxed .widget_archive ul li a,
.container-boxed .widget_meta ul li a,
.container-boxed .widget_rss ul li a,
.container-boxed .widget_pages ul li a,
.container-boxed .widget_categories ul li a,
.container-boxed .widget_product_categories ul li a,
.container-boxed .widget_nav_menu ul li a {
  padding: 10px 20px 10px 0;
}
.container-boxed .widget_archive ul li a:hover,
.container-boxed .widget_meta ul li a:hover,
.container-boxed .widget_rss ul li a:hover,
.container-boxed .widget_pages ul li a:hover,
.container-boxed .widget_categories ul li a:hover,
.container-boxed .widget_product_categories ul li a:hover,
.container-boxed .widget_nav_menu ul li a:hover {
  padding-left: 5px;
}
.container-boxed .widget_layered_nav ul li,
.container-boxed .widget_recent_entries ul li {
  padding: 5px 0;
}
.container-boxed .widget_recent_comments ul li {
  padding: 15px 0 15px 30px;
}
.container-boxed .widget_recent_comments ul li:before {
  left: 0;
}
.container-boxed .slupy-widget .select-wrapper {
  border: 1px solid #f0f1f5;
  margin-top: -1px;
}
.container-boxed .slupy-widget .select-wrapper select {
  padding: 5px 30px 5px 10px;
}
.container-boxed .widget-count {
  right: 0;
}
.container-boxed .widget_rss .rssSummary {
  padding: 15px 0;
}
.container-boxed .widget_rss cite,
.container-boxed .widget_rss .rss-date {
  padding: 5px 0 5px 20px;
}
.container-boxed .widget_rss cite:before,
.container-boxed .widget_rss .rss-date:before {
  left: 0;
}
.container-boxed #calendar_wrap,
.container-boxed .slupy-widget .textwidget,
.container-boxed .slupy-widget .ts_shortcode_content,
.container-boxed .widget_product_tag_cloud .tagcloud,
.container-boxed .widget_layered_nav_filters ul,
.container-boxed .widget_price_filter .price_slider_wrapper,
.container-boxed .widget_tag_cloud .tagcloud {
  padding: 15px 0;
}
.container-boxed ul.cart_list li,
.container-boxed ul.product_list_widget li {
  padding: 0 0 10px 60px;
}
.container-boxed .widget_shopping_cart_content > ul li.empty {
  padding: 15px 0 !important;
}
.container-boxed .menu-additional .widget_shopping_cart_content > ul li.empty {
  padding: 15px !important;
}
.container-boxed #footer .footer-columns {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f7f7f7;
}
.container-boxed #footer .copyright-text {
  padding-left: 15px;
  padding-right: 15px;
}

.entry-content:empty {
  padding: 0;
  border-width: 0;
}

.ts-white-bg .slupy-articles .entry-media {
  margin-bottom: -1px;
}
.ts-white-bg .slupy-articles .entry-title {
  border: 1px solid #f0f1f5 !important;
  border-bottom-width: 0 !important;
}
.ts-white-bg .slupy-articles .entry-title .entry-icon {
  left: -1px;
}
.ts-white-bg .slupy-articles .entry-content {
  border: 1px solid #f0f1f5;
  padding: 20px;
  border-top-width: 0;
}
.ts-white-bg .slupy-articles .entry-meta-with-button {
  border-top: 0;
}
.ts-white-bg .slupy-articles .meta-pos-heading-after .entry-meta,
.ts-white-bg .slupy-articles .meta-pos-media-after .entry-meta {
  border-top: 1px solid #f0f1f5;
  border-bottom: 0;
}
.ts-white-bg .slupy-articles .entry-meta {
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #f0f1f5;
  border-right: 1px solid #f0f1f5;
  border-top: 0;
}
.ts-white-bg .slupy-articles .meta-tags {
  padding-left: 0;
  border: 0 !important;
}
.ts-white-bg .entry-content {
  padding: 20px 0;
  border-top-width: 0;
}
.ts-white-bg .page-search-results .entry-title {
  border: 1px solid #f0f1f5;
  border-bottom-width: 0;
}
.ts-white-bg .page-search-results .entry-content,
.ts-white-bg .page-search-results .entry-meta {
  padding: 5px 20px;
  border-left: 1px solid #f0f1f5;
  border-right: 1px solid #f0f1f5;
}
.ts-white-bg .page-search-results .entry-content {
  padding: 20px;
}
.ts-white-bg.single ul.chat-format {
  margin: 0;
}
.ts-white-bg.single ul.chat-format li {
  border: 1px solid #f0f1f5;
  border-bottom-width: 0;
}
.ts-white-bg.single ul.chat-format li:last-child {
  border-bottom-width: 1px;
}
.ts-white-bg .entry-header {
  background-color: #fafafa;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.ts-white-bg .entry-footer {
  border-width: 0;
}
.ts-white-bg .entry-meta {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #f0f1f5;
}
.ts-white-bg .meta-tags {
  border-bottom-width: 0;
  border-top-width: 0;
}
.ts-white-bg .related-posts {
  border-top: 0;
  padding: 20px 0;
}
.ts-white-bg .nav-prev-next {
  padding: 10px 0;
}
.ts-white-bg .author-bio .author-name {
  padding: 15px 0;
}
.ts-white-bg .author-bio > p {
  padding: 15px 0 0;
  min-height: 70px;
}
.ts-white-bg .author-bio .ts-social {
  padding: 0 0 20px;
}
.ts-white-bg .comments-title {
  padding: 15px 0;
}
.ts-white-bg .comment-list li {
  padding: 20px 0;
}
.ts-white-bg .comment-list li .comment-respond .comment-reply-title {
  padding-left: 20px;
  padding-right: 20px;
}
.ts-white-bg .select-wrapper {
  border: 1px solid #f0f1f5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ts-white-bg .owl-theme .owl-controls .owl-dot span {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ts-white-bg .navigation.loadmore .slupy-loadmore-link {
  border: 1px solid #f0f1f5;
}
.ts-white-bg .navigation.pagenumbers .page-numbers {
  border: 1px solid #f0f1f5;
  border-left-width: 0;
}
.ts-white-bg .navigation.pagenumbers .page-numbers:first-child {
  border-left-width: 1px !important;
}
.ts-white-bg .navigation.oldernewer .posts-links .newer-posts a,
.ts-white-bg .navigation.oldernewer .posts-links .newer-posts span,
.ts-white-bg .navigation.oldernewer .posts-links .older-posts a,
.ts-white-bg .navigation.oldernewer .posts-links .older-posts span {
  border: 1px solid #f0f1f5;
}
.ts-white-bg .navigation.oldernewer .posts-links .newer-posts a,
.ts-white-bg .navigation.oldernewer .posts-links .newer-posts span {
  border-left-width: 0;
}
.ts-white-bg .portfolio-filter-menu a {
  border: 1px solid #f0f1f5;
  border-right-width: 0;
}
.ts-white-bg .portfolio-filter-menu ul li:last-child a {
  border-right: 1px solid #f0f1f5;
}
.ts-white-bg ul.products li.product h3 {
  background-color: #f7f7f7;
  border-bottom: 1px solid #f0f1f5;
}
.ts-white-bg .product-loop-details {
  background-color: #f7f7f7;
}
.ts-white-bg nav.woocommerce-pagination ul li a,
.ts-white-bg nav.woocommerce-pagination ul li span {
  border: 1px solid #f0f1f5;
  border-right-width: 0;
}
.ts-white-bg nav.woocommerce-pagination ul li:last-child a,
.ts-white-bg nav.woocommerce-pagination ul li:last-child span {
  border-right-width: 1px;
}
.ts-white-bg ul.products li.product > a,
.ts-white-bg .product-slider {
  border: 1px solid #f0f1f5;
  border-bottom-width: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ts-white-bg .woocommerce-tabs ul.tabs li {
  background-color: #f8f8f8;
}
.ts-white-bg #order_review_heading,
.ts-white-bg .woocommerce-shipping-fields,
.ts-white-bg .woocommerce-billing-fields {
  border: 1px solid #f0f1f5;
}
.ts-white-bg #order_review_heading {
  border-bottom-width: 0;
}
.ts-white-bg h3.edit-address-heading,
.ts-white-bg h2.edit-account-details {
  padding: 0 0 15px;
  margin-left: 0;
  margin-right: 0;
}
.ts-white-bg .woocommerce-tabs .tab-container {
  border: 1px solid #f0f1f5;
}
.ts-white-bg .woocommerce-message,
.ts-white-bg .woocommerce-error,
.ts-white-bg .woocommerce-info {
  border: 1px solid #f0f1f5;
}
.ts-white-bg .woocommerce-message:before,
.ts-white-bg .woocommerce-error:before,
.ts-white-bg .woocommerce-info:before {
  top: -1px;
  left: -1px;
  bottom: -1px;
  height: auto;
}
.ts-white-bg #payment {
  border: 1px solid #f0f1f5;
}
.ts-white-bg table.shop_table,
.ts-white-bg table.cart {
  background-color: #e9eaed;
}
.ts-white-bg .checkout #order_review_heading {
  margin-left: 0;
  margin-right: 0;
}
.ts-white-bg form.login,
.ts-white-bg form.register,
.ts-white-bg .edit-account-form,
.ts-white-bg form.checkout_coupon,
.ts-white-bg form.edit-address-form,
.ts-white-bg form.lost_reset_password {
  padding: 0;
}
.ts-white-bg #reviews #comments h2 {
  padding: 15px 0;
}
.ts-white-bg .no-padding .ts-pricing-table {
  margin-left: -1px;
  margin-right: -1px;
}
.ts-white-bg .no-padding .ts-pricing-table .ts-price {
  border: 1px solid #f0f1f5;
  border-top-width: 0;
}

/* Blog
-------------------------------------------------------------------------*/
.type-post,
.page-search-results article {
  margin-bottom: 30px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.blog-without-borders .entry-header {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.blog-without-borders .entry-content {
  border-left-width: 0;
  border-right-width: 0;
}
.blog-without-borders .entry-footer {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}

.entry-header {
  background-color: #fff;
  border-left: 1px solid #f0f1f5;
  border-right: 1px solid #f0f1f5;
  border-top: 1px solid #f0f1f5;
}
.entry-header .wp-post-image {
  height: auto;
  max-width: 100%;
}
.entry-header .entry-title {
  margin-bottom: 0;
  min-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
}
.entry-header .entry-title .entry-icon {
  position: relative;
  vertical-align: middle;
  display: table-cell;
  width: 50px;
  height: 50px;
  text-align: center;
}
.entry-header .entry-title .entry-icon a {
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 19px;
  color: #fff;
}
.entry-header .entry-title .entry-icon a .fa-caret-right {
  position: absolute;
  top: 50%;
  right: -6px;
  margin-top: -10px;
  font-size: 20px;
}
.entry-header .entry-title > a {
  display: table-cell;
  padding: 11px 16px;
  vertical-align: middle;
}
.entry-header .entry-title.no-featured-image .entry-icon {
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 0;
}

.single-post .entry-header .entry-title {
  font-size: 20px;
}

.sticky .entry-format-icon:before {
  content: '\f08d';
  font-family: FontAwesome;
}

.entry-media {
  background-color: #fff;
}
.entry-media .format-image-media {
  display: block;
}
.entry-media .format-image-media img {
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.entry-media .format-image-media:hover img {
  opacity: .7;
}
.entry-media iframe,
.entry-media video,
.entry-media .wp-video {
  max-width: 100%;
  vertical-align: top;
}
.entry-media .mejs-poster {
  background-size: cover;
}
.entry-media .gallery {
  margin: 0 auto;
}
.entry-media.fit-entry-media {
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
}
.entry-media.fit-entry-media .wp-video {
  margin-left: auto;
  margin-right: auto;
}
.entry-media.fit-entry-media .fluid-width-video-wrapper:nth-child(2) {
  display: none;
}
.entry-media .attachment-image {
  position: relative;
  text-align: center;
}
.entry-media .attachment-image img {
  max-width: 100%;
  height: auto;
}
.entry-media .attachment-image:hover .navigation {
  opacity: 1;
}
.entry-media .attachment-image .navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.entry-media .attachment-image .navigation a {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: inline-block;
  font-size: 24px;
}
.entry-media .attachment-image .navigation a:first-child {
  left: 0;
}
.entry-media .attachment-image .navigation a:last-child {
  left: auto;
  right: 0;
}
.entry-media .attachment-image .navigation a span {
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f0f1f5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.entry-media .attachment-image .navigation a:hover span {
  color: #fff;
}
.entry-media .attachment-image .navigation .previous-image {
  position: absolute;
  top: 50%;
  left: 15px;
}
.entry-media .attachment-image .navigation .next-image {
  position: absolute;
  right: 15px;
  top: 50%;
}

.entry-content {
  padding: 20px;
  border-top: 1px solid #f0f1f5;
  border-left: 1px solid #f0f1f5;
  border-right: 1px solid #f0f1f5;
  background-color: #fff;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .widget_search {
  margin-bottom: 0;
}
.entry-content .widget_search form.search {
  padding: 0;
}
.entry-content > blockquote {
  margin: 0 0 20px;
  font-size: 16px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content .gallery {
  margin-bottom: 20px;
}

.page-links-title {
  float: left;
  line-height: 32px;
  margin-right: 10px;
}

.page-links > a:first-child,
.page-links > span:first-child {
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}
.page-links > a:last-child,
.page-links > span:last-child {
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
  border-right-width: 1px;
}
.page-links > a,
.page-links > span {
  min-width: 32px;
  min-height: 32px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #f0f1f5;
  float: left;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-links > a:hover,
.page-links > span {
  color: #fff;
}

.entry-footer {
  background-color: #fff;
  border-left: 1px solid #f0f1f5;
  border-right: 1px solid #f0f1f5;
  border-bottom: 1px solid #f0f1f5;
}

.entry-meta-with-button {
  position: relative;
  border-top: 1px solid #f0f1f5;
}
.entry-meta-with-button .entry-meta {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 0;
}
.entry-meta-with-button.load-more-active .entry-meta {
  padding-right: 140px;
}
.entry-meta-with-button .slupy-readmore {
  position: absolute;
  min-width: 120px;
  height: 100%;
  top: 0;
  right: 0;
  -moz-border-radius: 0 0 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 2px 0;
}
.entry-meta-with-button .slupy-readmore .slupy-more-button {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.entry-meta-with-button .slupy-readmore .slupy-more-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.entry-meta-with-button .slupy-readmore .slupy-more-button span {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1em;
  padding: 0 4%;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.entry-meta {
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.6em;
  color: #afafaf;
  border-top: 1px solid #f0f1f5;
}
.entry-meta:empty {
  display: none;
}
.entry-meta > span {
  float: left;
}
.entry-meta > span:before {
  font-size: 14px;
  line-height: 1.6em;
  padding-right: 3px;
  color: #cdcdcd;
  line-height: 1em;
  vertical-align: middle;
}
.entry-meta a {
  position: relative;
  margin-right: 10px;
  color: #afafaf;
  font-weight: normal;
  line-height: 1.6em;
  font-size: 11px;
}
.entry-meta a:hover {
  color: #88949b;
}
.entry-meta i {
  padding-right: 7px;
  font-size: 14px;
  line-height: 18px;
}
.entry-meta .comments-link {
  margin-right: 15px;
}
.entry-meta .comments-link a {
  margin-right: 0;
}
.entry-meta .entry-categories a,
.entry-meta .entry-tags a {
  margin-right: 0;
}
.entry-meta .entry-categories a:last-child,
.entry-meta .entry-tags a:last-child {
  margin-right: 15px;
}
.entry-meta .tag-links {
  padding: 7px 0 0 0;
}
.entry-meta .tag-links a {
  float: left;
  color: #afafaf;
  background-color: #f2f2f2;
  padding: 0 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  font-weight: normal;
  font-size: 11px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.entry-meta .tag-links a:hover {
  color: #88949b;
}

.sticky .entry-date {
  display: none;
}

.readmore-type-button .more-link {
  display: table;
  margin-top: 15px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  padding: 0 9px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.type-post[class*="tag-"] .slupy-readmore {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.meta-pos-read-more .more-link {
  display: none;
}

.meta-pos-media-after .entry-icon {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.meta-pos-media-after .entry-header .entry-title {
  border-top: 1px solid #f0f1f5;
}

.nav-prev-next {
  padding: 10px 20px;
  border-top: 1px solid #f0f1f5;
  background-color: #fff;
}
.nav-prev-next .prev-btn,
.nav-prev-next .next-btn {
  width: 50%;
  display: inline-block;
}
.nav-prev-next .next-btn {
  text-align: right;
}
.nav-prev-next .nav-prev-post {
  position: relative;
}
.nav-prev-next .nav-prev-post:before {
  content: '\f104';
  font-size: 14px;
  padding-right: 5px;
  padding-top: 2px;
}
.nav-prev-next .nav-next-post {
  position: relative;
}
.nav-prev-next .nav-next-post:after {
  content: '\f105';
  font-size: 14px;
  padding-left: 5px;
  padding-top: 2px;
}
.nav-prev-next a:nth-child(2) {
  text-align: right;
}

.related-posts {
  border-top: 1px solid #f0f1f5;
  padding: 20px;
  background-color: #fff;
}

.related-post-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.related-post-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.related-post-list li {
  position: relative;
  padding-left: 14px;
  padding-bottom: 6px;
}
.related-post-list li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: '\f105';
}
.related-post-list li:last-child {
  padding-bottom: 0;
}
.related-post-list li time {
  font-size: 12px;
  color: #bac3c8;
}

.single-post .type-post {
  margin-bottom: 15px;
}

.single-post .format-image-media {
  position: relative;
}
.single-post .format-image-media:after {
  content: '\f065';
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  opacity: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.single-post .format-image-media:hover:after {
  opacity: 1;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}
.single-post .format-image-media:hover img {
  opacity: .5;
}

.single-post .entry-header {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.single-post .entry-content {
  border-left-width: 0;
  border-right-width: 0;
}
.single-post .entry-footer {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}

.author-bio {
  margin-bottom: 15px;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.author-bio .author-name {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 20px;
  border-bottom: 1px solid #f0f1f5;
  margin-bottom: 0;
}
.author-bio .author-avatar {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.author-bio .author-avatar .avatar {
  max-width: 60px;
  max-height: 60px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.author-bio > p {
  padding: 20px 20px 0 20px;
}
.author-bio .ts-social {
  padding: 0 20px 20px;
}

.author-description {
  background-color: transparent;
  min-height: 70px;
}

.ts-social-tooltip {
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  background-color: #31353e;
  color: #fff;
  position: relative;
  display: inline-block;
  opacity: 0;
  float: left;
}

.ts-social-tooltip:after {
  position: absolute;
  content: '\f0d9';
  color: #31353e;
  left: -4px !important;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
}

.ts-social {
  display: inline-block;
}
.ts-social a,
.ts-social .fa {
  float: left;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #88949b;
  font-size: 16px;
}
.ts-social .fa-vk {
  background-color: #4d75a3;
}
.ts-social .fa-rss {
  background-color: #f65314;
}
.ts-social .fa-adn {
  background-color: #003571;
}
.ts-social .fa-css3 {
  background-color: #3399fe;
}
.ts-social .fa-xing {
  background-color: #005a5f;
}
.ts-social .fa-html5 {
  background-color: #f06529;
}
.ts-social .fa-linux {
  background-color: #5a87c5;
}
.ts-social .fa-weibo {
  background-color: #d52b2a;
}
.ts-social .fa-skype {
  background-color: #009fe3;
}
.ts-social .fa-gittip {
  background-color: #339966;
}
.ts-social .fa-flickr {
  background-color: #ff0084;
}
.ts-social .fa-github {
  background-color: #151013;
}
.ts-social .fa-tumblr {
  background-color: #37465d;
}
.ts-social .fa-maxcdn {
  background-color: #f37021;
}
.ts-social .fa-windows {
  background-color: #1580d0;
}
.ts-social .fa-twitter {
  background-color: #55acee;
}
.ts-social .fa-android {
  background-color: #a4c639;
}
.ts-social .fa-dropbox {
  background-color: #47525d;
}
.ts-social .fa-envelope {
  background-color: #e6413f;
}
.ts-social .fa-linkedin {
  background-color: #0976b4;
}
.ts-social .fa-dribbble {
  background-color: #ea4c89;
}
.ts-social .fa-facebook {
  background-color: #3664a2;
}
.ts-social .fa-pinterest {
  background-color: #cb2027;
}
.ts-social .fa-instagram {
  background-color: #9e6C53;
}
.ts-social .fa-bitbucket {
  background-color: #205081;
}
.ts-social .fa-foursquare {
  background-color: #0abadf;
}
.ts-social .fa-google-plus {
  background-color: #dd4b39;
}
.ts-social .fa-youtube-play {
  background-color: #e52d27;
}
.ts-social .fa-vimeo-square {
  background-color: #1ab7ea;
}
.ts-social.circle-icons .fa {
  border: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ts-social.circle-icons a {
  margin-left: 10px;
}
.ts-social.circle-icons a:first-child {
  margin-left: 0;
}
.ts-social.circle-icons a,
.ts-social.circle-icons .fa {
  background-color: rgba(255, 255, 255, 0.01);
}
.ts-social.circle-icons .fa-vk:hover {
  background-color: #4d75a3;
  border-color: #4d75a3;
}
.ts-social.circle-icons .fa-rss:hover {
  background-color: #f65314;
  border-color: #f65314;
}
.ts-social.circle-icons .fa-adn:hover {
  background-color: #003571;
  border-color: #003571;
}
.ts-social.circle-icons .fa-css3:hover {
  background-color: #3399fe;
  border-color: #3399fe;
}
.ts-social.circle-icons .fa-xing:hover {
  background-color: #005a5f;
  border-color: #005a5f;
}
.ts-social.circle-icons .fa-html5:hover {
  background-color: #f06529;
  border-color: #f06529;
}
.ts-social.circle-icons .fa-linux:hover {
  background-color: #5a87c5;
  border-color: #5a87c5;
}
.ts-social.circle-icons .fa-weibo:hover {
  background-color: #d52b2a;
  border-color: #d52b2a;
}
.ts-social.circle-icons .fa-skype:hover {
  background-color: #009fe3;
  border-color: #009fe3;
}
.ts-social.circle-icons .fa-gittip:hover {
  background-color: #339966;
  border-color: #339966;
}
.ts-social.circle-icons .fa-flickr:hover {
  background-color: #ff0084;
  border-color: #ff0084;
}
.ts-social.circle-icons .fa-github:hover {
  background-color: #151013;
  border-color: #151013;
}
.ts-social.circle-icons .fa-tumblr:hover {
  background-color: #37465d;
  border-color: #37465d;
}
.ts-social.circle-icons .fa-maxcdn:hover {
  background-color: #f37021;
  border-color: #f37021;
}
.ts-social.circle-icons .fa-windows:hover {
  background-color: #1580d0;
  border-color: #1580d0;
}
.ts-social.circle-icons .fa-twitter:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.ts-social.circle-icons .fa-android:hover {
  background-color: #a4c639;
  border-color: #a4c639;
}
.ts-social.circle-icons .fa-dropbox:hover {
  background-color: #47525d;
  border-color: #47525d;
}
.ts-social.circle-icons .fa-envelope:hover {
  background-color: #e6413f;
  border-color: #e6413f;
}
.ts-social.circle-icons .fa-linkedin:hover {
  background-color: #0976b4;
  border-color: #0976b4;
}
.ts-social.circle-icons .fa-dribbble:hover {
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.ts-social.circle-icons .fa-facebook:hover {
  background-color: #3664a2;
  border-color: #3664a2;
}
.ts-social.circle-icons .fa-pinterest:hover {
  background-color: #cb2027;
  border-color: #cb2027;
}
.ts-social.circle-icons .fa-instagram:hover {
  background-color: #9e6C53;
  border-color: #9e6C53;
}
.ts-social.circle-icons .fa-bitbucket:hover {
  background-color: #205081;
  border-color: #205081;
}
.ts-social.circle-icons .fa-foursquare:hover {
  background-color: #0abadf;
  border-color: #0abadf;
}
.ts-social.circle-icons .fa-google-plus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.ts-social.circle-icons .fa-youtube-play:hover {
  background-color: #e52d27;
  border-color: #e52d27;
}
.ts-social.circle-icons .fa-vimeo-square:hover {
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}
.ts-social.circle-icons .ts-social-tooltip {
  display: none !important;
}

.post-password-form input[type="password"] {
  width: 100%;
  max-width: 300px;
  border: 1px solid #e9eaed;
  padding: 10px;
  display: block;
  margin: 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.post-password-form input[type="password"]:focus {
  border-color: #c9c9c9;
}
.post-password-form input[type="submit"] {
  border: 0;
  color: #fff;
  margin: 0;
  padding: 12px 20px;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.format-link .entry-header .entry-title {
  border-top: 0;
}
.format-link .entry-icon {
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 0;
}

.chat-format {
  margin: -20px;
  padding-left: 0;
  list-style: none;
}
.chat-format li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 20px 20px 75px;
  min-height: 80px;
}
.chat-format li:last-child {
  border-bottom-width: 0;
}
.chat-format li > a:first-child,
.chat-format li > img:first-child {
  position: absolute;
  left: 20px;
  display: inline-block;
  width: 40px;
  height: auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.chat-format li:nth-child(2n) {
  padding-left: 20px;
  padding-right: 75px;
  background-color: #fcfcfc;
  text-align: right;
}
.chat-format li:nth-child(2n) > a:first-child,
.chat-format li:nth-child(2n) > img:first-child {
  left: auto;
  right: 20px;
}

.navigation {
  padding-top: 20px;
  margin-bottom: 20px;
}
.navigation.loadmore {
  clear: both;
  text-align: center;
}
.navigation.loadmore .slupy-loadmore-link {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-weight: normal;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  background-color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.navigation.loadmore .slupy-loadmore-link:before, .navigation.loadmore .slupy-loadmore-link:after {
  content: '';
  position: absolute;
  right: -40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.navigation.loadmore .slupy-loadmore-link:before {
  content: '\e603';
  color: inherit;
  background-color: transparent;
  -webkit-animation: spin .5s infinite linear;
  -moz-animation: spin .5s infinite linear;
  -o-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
}
.navigation.loadmore .slupy-loadmore-link.loadmore-active {
  padding-right: 55px;
}
.navigation.loadmore .slupy-loadmore-link.loadmore-active:before, .navigation.loadmore .slupy-loadmore-link.loadmore-active:after {
  right: 0;
}
.navigation.loadmore .slupy-loadmore-link:hover {
  color: #fff;
}
.navigation.loadmore .slupy-loadmore-link.disable-more {
  cursor: default;
  color: inherit;
  background-color: #fff !important;
}
.navigation.pagenumbers {
  float: right;
}
.navigation.pagenumbers .pagination .page-numbers:first-child {
  border-left-width: 0;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}
.navigation.pagenumbers .pagination .page-numbers:last-child {
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
.navigation.pagenumbers .page-numbers {
  min-width: 32px;
  min-height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #f0f1f5;
  display: block;
  float: left;
}
.navigation.pagenumbers .page-numbers.current {
  color: #fff;
}
.navigation.pagenumbers .page-numbers.prev, .navigation.pagenumbers .page-numbers.next {
  font-size: 18px;
}
.navigation.pagenumbers a.page-numbers {
  font-weight: normal;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation.pagenumbers a.page-numbers:hover {
  color: #fff;
}
.navigation.oldernewer {
  display: block;
  text-align: center;
  position: relative;
}
.navigation.oldernewer a,
.navigation.oldernewer span {
  display: inline-block;
  line-height: 50px;
  padding: 0 15px;
  background-color: #fff;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: normal;
  font-size: 14px;
}
.navigation.oldernewer span {
  color: #bac3c8;
}
.navigation.oldernewer .older-posts {
  display: inline-block;
}
.navigation.oldernewer .older-posts a,
.navigation.oldernewer .older-posts span {
  padding-right: 25px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
  border-right: 1px solid #f0f1f5;
}
.navigation.oldernewer .newer-posts {
  display: inline-block;
}
.navigation.oldernewer .newer-posts a,
.navigation.oldernewer .newer-posts span {
  padding-left: 25px;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
.navigation.oldernewer a:hover {
  color: #fff;
}
.navigation.oldernewer .posts-links {
  display: inline-block;
}
.navigation.oldernewer .current-page {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: #c6c6c8;
  margin: 15px -15px;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.navigation.oldernewer .current-page:hover {
  background-color: #c6c6c8;
}

.full-width-navigation .navigation.loadmore {
  padding-top: 0;
  margin-bottom: 0;
}
.full-width-navigation .navigation.loadmore .slupy-loadmore-link {
  width: 100%;
  line-height: 60px !important;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  vertical-align: top;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.full-width-navigation .navigation.loadmore .slupy-loadmore-link:before, .full-width-navigation .navigation.loadmore .slupy-loadmore-link:after {
  right: -60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.full-width-navigation .navigation.loadmore .slupy-loadmore-link.loadmore-active {
  padding-right: 0;
}
.full-width-navigation .navigation.loadmore .slupy-loadmore-link.loadmore-active:before, .full-width-navigation .navigation.loadmore .slupy-loadmore-link.loadmore-active:after {
  right: 0;
}

.comments-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 15px 20px;
  float: left;
}

.comment-reply-title {
  font-weight: bold;
  text-transform: uppercase;
}

.comment-header,
.comment-footer {
  background-color: #fff;
  border-bottom: 1px solid #f0f1f5;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
}

.comment-footer {
  padding: 10px 20px;
}
.comment-footer .navigation {
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
}

.comment-navigation {
  float: right;
  padding-right: 20px;
  font-size: 13px;
  line-height: 24px;
  vertical-align: middle;
}
.comment-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-next,
.comment-navigation .nav-comment {
  float: left;
  margin-left: 20px;
}
.comment-navigation .nav-next:empty,
.comment-navigation .nav-comment:empty {
  margin-left: 0;
}
.comment-navigation a {
  color: #bac3c8;
  font-weight: normal;
}
.comment-navigation a:hover {
  color: inherit;
}

.comment-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  background-color: #fff;
}
.comment-list li {
  padding: 20px;
  padding-top: 30px;
  position: relative;
}
.comment-list li > .children {
  position: relative;
  list-style: none;
  padding-left: 0;
}
.comment-list li > .children > li {
  padding-left: 75px;
  padding-right: 0;
  padding-top: 10px;
  background-image: url("../slupy/images/comment-line.png");
  background-repeat: no-repeat;
  background-position: 30px -445px;
}
.comment-list li > .children > li:before {
  content: '';
  position: absolute;
  border-left: 1px solid #f0f1f5;
  top: 60px;
  bottom: 0;
  left: 30px;
}
.comment-list li > .children > li li:last-child {
  padding-bottom: 0;
}
.comment-list li > .children > li:last-child:before {
  border-left: 0;
}
.comment-list li.parent > .comment-body {
  position: relative;
}
.comment-list li.parent > .comment-body:before {
  content: '';
  position: absolute;
  border-left: 1px solid #f0f1f5;
  top: 60px;
  bottom: 0;
  left: 30px;
}
.comment-list li .comment-respond {
  border: 1px solid #f0f1f5;
  margin-top: 0;
  padding-bottom: 20px;
}
.comment-list li .comment-respond .comment-reply-title {
  border-bottom: 0;
}
.comment-list li .comment-respond .comment-form {
  padding: 5px 20px;
}
.comment-list > li {
  border-bottom: 1px solid #f0f1f5;
  padding-top: 20px;
}
.comment-list > li.parent {
  padding-bottom: 0;
}
.comment-list .comment-meta {
  margin-bottom: 10px;
}
.comment-list .comment-meta .comment-metadata {
  padding-left: 30px;
}
.comment-list .comment-meta .comment-metadata > a {
  font-size: 12px;
  font-weight: normal;
  color: #bac3c8;
}
.comment-list .comment-meta .comment-metadata > a:hover {
  color: inherit;
}
.comment-list .comment-meta .reply {
  float: right;
}
.comment-list .comment-meta .reply a {
  color: #bac3c8;
  font-size: 12px;
  font-weight: normal;
}
.comment-list .comment-meta .reply a:hover {
  color: inherit;
}
.comment-list .comment-content {
  min-height: 60px;
  padding-left: 75px;
  position: relative;
}
.comment-list .comment-content .avatar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 60px;
  max-height: 60px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.comment-list .comment-content li {
  padding: 5px 0;
}
.comment-list .comment-content .edit-link a {
  color: #bac3c8;
  font-size: 12px;
  font-weight: normal;
}
.comment-list .comment-content .edit-link a:hover {
  color: inherit;
}
.comment-list .pingback .comment-content {
  padding-left: 0;
}

p.no-comments {
  padding-top: 20px;
}

.comment-respond {
  margin-top: 15px;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.comment-respond .comment-reply-title {
  font-size: 16px;
  padding: 15px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f1f5;
}
.comment-respond .comment-form {
  padding: 20px;
}
.comment-respond .comment-form .comment-form-url {
  margin-right: 0;
}
.comment-respond .comment-form .comment-notes {
  color: #bac3c8;
  font-size: 12px;
}
.comment-respond .comment-form label {
  display: block;
  margin-bottom: 4px;
}

.comment-form-comment {
  margin-bottom: 0;
}
.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea {
  width: 100%;
  border: 1px solid #e9eaed;
  padding: 10px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.comment-form-comment textarea:focus {
  border-color: #c9c9c9;
}

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

.slupy-button .button-loading,
#submit-slupy .button-loading {
  padding-right: 55px;
}
.slupy-button .button-loading:after,
#submit-slupy .button-loading:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
.slupy-button .button-loading:before,
#submit-slupy .button-loading:before {
  content: '\e603';
  position: absolute;
  right: 0;
  width: 40px;
  text-align: center;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  line-height: 1em;
  -webkit-animation: spin .5s infinite linear;
  -moz-animation: spin .5s infinite linear;
  -o-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
}

#cancel-comment-reply-link {
  float: right;
  color: #bac3c8;
  font-size: 10px;
  letter-spacing: 0.2px;
  font-weight: normal;
}
#cancel-comment-reply-link:hover {
  color: inherit;
}

#author,
#email,
#url {
  width: 100%;
  border: 1px solid #e9eaed;
  padding: 10px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#author:focus,
#email:focus,
#url:focus {
  border-color: #c9c9c9;
}

.masonry-active .type-post {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  opacity: 0;
}

.masonry-active {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.col-masonry-6 .portfolio-item,
.col-masonry-6 .type-post {
  width: 16.66666667%;
}

.col-masonry-5 .portfolio-item,
.col-masonry-5 .type-post {
  width: 20%;
}

.col-product-4 ul.products li.product,
.col-masonry-4 .portfolio-item,
.col-masonry-4 .type-post {
  width: 25%;
}

.col-product-3 ul.products li.product,
.col-masonry-3 .portfolio-item,
.col-masonry-3 .type-post {
  width: 33.33333333%;
}

.col-product-2 ul.products li.product,
.col-masonry-2 .portfolio-item,
.col-masonry-2 .type-post {
  width: 50%;
}

.fit-portfolio-grid.with-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.fit-portfolio-grid.with-padding .portfolio-item {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.fit-portfolio-grid.portfolio-model-1 .portfolio-image, .fit-portfolio-grid.portfolio-model-2 .portfolio-image {
  height: 100%;
  width: auto;
}
.fit-portfolio-grid .portfolio-url {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fit-portfolio-grid .portfolio-image {
  max-width: none !important;
  max-height: 110% !important;
}
.fit-portfolio-grid .portfolio-item {
  height: 0;
}

.col-masonry-6.fit-portfolio-grid .portfolio-item {
  padding-bottom: 16.66666667%;
}

.col-masonry-5.fit-portfolio-grid .portfolio-item {
  padding-bottom: 20%;
}

.col-masonry-4.fit-portfolio-grid .portfolio-item {
  padding-bottom: 25%;
}

.col-masonry-3.fit-portfolio-grid .portfolio-item {
  padding-bottom: 33.333%;
}

.col-masonry-2.fit-portfolio-grid .portfolio-item {
  padding-bottom: 50%;
}

/* Portfolio
-------------------------------------------------------------------------*/
.portfolio-items {
  position: relative;
  overflow: hidden;
  -moz-transition: height 0.4s ease, width 0.4s ease;
  -o-transition: height 0.4s ease, width 0.4s ease;
  -webkit-transition: height 0.4s ease, width 0.4s ease;
  transition: height 0.4s ease, width 0.4s ease;
  opacity: 0;
}

.portfolio-placeholder {
  position: relative;
  background-color: #fafafa;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
  opacity: 1 !important;
}
.portfolio-placeholder:before {
  content: '\e60f';
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 100%;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 32px;
}

.portfolio-list-fitrows .portfolio-placeholder {
  padding-bottom: 100%;
}

.portfolio-filter-menu {
  margin-bottom: 30px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
.portfolio-filter-menu.filter-pos-right ul {
  float: right;
}
.portfolio-filter-menu.filter-pos-left ul {
  float: left;
}
.portfolio-filter-menu.filter-pos-center {
  text-align: center;
}
.portfolio-filter-menu.filter-pos-center ul {
  float: none !important;
  display: inline-block;
  padding: 0 15px;
}
.portfolio-filter-menu ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.portfolio-filter-menu ul li {
  float: left;
}
.portfolio-filter-menu ul li:first-child a {
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}
.portfolio-filter-menu ul li:last-child a {
  border-right: 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
.portfolio-filter-menu a {
  background-color: #fff;
  padding: 0 15px;
  line-height: 40px;
  font-weight: normal;
  display: inline-block;
  border-right: 1px solid #f6f3f3;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-filter-menu a.activated-filter, .portfolio-filter-menu a:hover {
  color: #fff;
}
.portfolio-filter-menu select {
  min-width: 300px !important;
}

.full-width-filter .portfolio-filter-menu {
  margin-bottom: 0;
  max-width: 100%;
}
.full-width-filter .portfolio-filter-menu ul {
  width: 100%;
  display: table;
}
.full-width-filter .portfolio-filter-menu ul li {
  float: none;
  display: table-cell;
}
.full-width-filter .portfolio-filter-menu ul li:last-child a {
  border-right-width: 0;
}
.full-width-filter .portfolio-filter-menu .select-wrapper {
  margin: 15px;
}
.full-width-filter .portfolio-filter-menu a {
  display: block;
  font-weight: bold;
  line-height: 60px;
  text-transform: uppercase;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
.full-width-filter .portfolio-filter-menu.filter-pos-center ul {
  padding: 0;
}

.portfolio-heading {
  margin-bottom: 0;
  font-size: 14px;
  color: #5b5b5b;
  text-transform: uppercase;
}

.portfolio-meta {
  font-size: 12px;
  color: #afafaf;
}
.portfolio-meta a {
  font-weight: normal;
  color: #afafaf;
}
.portfolio-meta > span:before {
  color: #cdcdcd;
  margin-right: 5px;
}
.portfolio-meta .portfolio-date {
  margin-right: 10px;
  float: left;
}
.portfolio-meta .portfolio-comments {
  float: left;
  margin-right: 10px;
}
.portfolio-meta .portfolio-categories {
  float: left;
}
.portfolio-meta .portfolio-categories:before {
  content: '\f0b1';
}

.portfolio-short-details {
  position: absolute;
  width: 100%;
  max-height: 300px;
  bottom: 0;
  padding: 10px 15px;
  background-color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-url {
  display: block;
}

.portfolio-item {
  position: relative;
  float: left;
  overflow: hidden;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.portfolio-item .portfolio-image {
  position: relative;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-latest-heading {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.portfolio-container {
  background-color: #fff;
  margin-top: -40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.portfolio-prev-next {
  margin-top: 40px;
  padding: 10px 0 !important;
  border-top: 0;
}
.portfolio-prev-next .title-link {
  padding: 5px 0;
}

.portfolio-items.with-padding {
  margin-left: -2px;
  margin-right: -2px;
}

.portfolio-items.with-padding .portfolio-item {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}
.portfolio-items.with-padding .portfolio-item .portfolio-short-details {
  width: auto;
  left: 2px;
  right: 2px;
}

.portfolio-model-2 .portfolio-short-details {
  z-index: 3;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.portfolio-model-2 .portfolio-item:hover .portfolio-image {
  bottom: 30px !important;
}
.portfolio-model-2 .portfolio-item:hover .portfolio-short-details {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-model-3 {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-model-3 .portfolio-short-details {
  position: relative;
  background-color: transparent;
  padding: 10px 0;
}
.portfolio-model-3 .portfolio-comments,
.portfolio-model-3 .portfolio-categories {
  display: none;
}
.portfolio-model-3 .portfolio-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.portfolio-model-3 .portfolio-url {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.portfolio-model-3 .portfolio-image {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.portfolio-model-3 .portfolio-image:hover {
  opacity: .3;
}
.portfolio-model-3 .portfolio-item:hover .portfolio-image {
  bottom: 0 !important;
}

/* Carousel Portfolio
-------------------------------------------------------------------------*/
.owl-item .portfolio-item {
  float: none;
  height: 0;
  padding-bottom: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.owl-item .portfolio-url {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: auto 105%;
}

.portfolio-carousel {
  opacity: 0;
}
.portfolio-carousel.owl-carousel .owl-controls {
  opacity: 1;
  visibility: visible;
}
.portfolio-carousel .portfolio-placeholder {
  padding-bottom: 100%;
}
.portfolio-carousel .owl-dots {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  bottom: 0;
}
.portfolio-carousel .portfolio-image,
.portfolio-carousel .portfolio-short-details {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Woocommerce Product List
-------------------------------------------------------------------------*/
.woocommerce .slupy-product-list ul.products {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce .slupy-product-list ul.products li.product {
  margin: 0 0 30px 0;
  padding: 0 15px;
}

.ts-add-to-cart {
  position: relative;
  display: inline-block;
}
.ts-add-to-cart h4 {
  font-size: 14px;
  text-transform: uppercase;
}
.ts-add-to-cart p.product.woocommerce {
  display: inline-block;
}
.ts-add-to-cart p.product.woocommerce .amount {
  background-color: #f2f2f2;
  -moz-border-radius: 0 0 0 2px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 2px;
}
.ts-add-to-cart p.product.woocommerce {
  margin-bottom: 0;
}
.ts-add-to-cart .button {
  font-size: 13px;
  line-height: 21px;
}

.add-to-cart-title {
  position: absolute;
  margin-bottom: 0 !important;
  padding: 8px 10px;
  background-color: #fff !important;
  display: inline-block;
  bottom: 100%;
  width: 100%;
  white-space: normal !important;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
}
.add-to-cart-title h4 {
  margin-bottom: 0 !important;
}

.ts-cart-tooltip:before {
  position: absolute;
  font-size: 18px;
  line-height: 18px;
}

.ts-cart-tooltip-left:before {
  content: '\f0d9';
  left: -6px;
  top: 50%;
  margin-top: -9px;
  color: #f2f2f2;
}

.ts-cart-tooltip-right:before {
  content: '\f0da';
  right: -6px;
  top: 50%;
  margin-top: -9px;
}

.ts-cart-tooltip-bottom-left:before {
  content: '\f0d7';
  bottom: -6px;
  left: 10px;
  color: #f2f2f2;
}

.ts-cart-tooltip-bottom-right:before {
  content: '\f0d7';
  bottom: -6px;
  right: 10px;
}

/* Misc Classes
-------------------------------------------------------------------------*/
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

blockquote.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

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

blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

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

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

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
  color: inherit;
}

video {
  max-width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

.mejs-poster {
  background-size: cover !important;
}

.comment-content img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 20px;
}
.wp-caption img {
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  margin: 9px 0;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: 700;
}

.text-extrabold {
  font-weight: 800;
}

.text-white {
  color: #fff;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}
.text-white.with-shadow {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
.text-white.with-bg-color {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 7px 10px;
}
.text-white.with-triangle:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -38px;
  top: 0;
  border-width: 19px;
  border-style: solid;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.space-none {
  padding-top: 0px;
  padding-bottom: 0px;
}

.space-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.space-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.space-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.space-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.space-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.space-90 .page-header-title {
  font-size: 32px !important;
}
.space-90 .with-desc .breadcrumbs {
  margin-top: 30px !important;
}

.space-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.space-120 .page-header-title {
  font-size: 40px !important;
}
.space-120 .with-desc .breadcrumbs {
  margin-top: 32px !important;
}

.space-bottom {
  padding-bottom: 0 !important;
}

.space-bottom-10 {
  padding-bottom: 10px;
}

.space-bottom-20 {
  padding-bottom: 20px;
}

.space-bottom-30 {
  padding-bottom: 30px;
}

.space-bottom-40 {
  padding-bottom: 40px;
}

.space-bottom-50 {
  padding-bottom: 50px;
}

.space-bottom-90 {
  padding-bottom: 90px;
}

.space-bottom-100 {
  padding-bottom: 100px;
}

.font-opensans {
  font-family: 'Open Sans', sans-serif;
}

.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.font-size-16 {
  font-size: 16px;
  line-height: 24px;
}

.font-size-24 {
  font-size: 24px;
  line-height: 24px;
}

.font-size-30 {
  font-size: 30px;
  line-height: 30px;
}

.font-size-36 {
  font-size: 36px;
  line-height: 36px;
}

.font-size-48 {
  font-size: 48px;
  line-height: 48px;
}

.font-size-60 {
  font-size: 60px;
  line-height: 60px;
}

.font-size-72 {
  font-size: 72px;
  line-height: 72px;
}

.font-size-130 {
  font-size: 130px;
  line-height: 130px;
}

.scale-slider-item {
  white-space: nowrap;
  display: inline-block;
}

.section-dark-color {
  color: #858d91;
}

.small-gap {
  margin-bottom: 5px;
}

/* Custom Styles
-------------------------------------------------------------------------*/
.admin-bar .mobile-menu-content,
.admin-bar .sticky-header,
.admin-bar .sticky-menu-additional {
  top: 32px !important;
}

.wp-video {
  opacity: 0;
}

.wp-playlist {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wp-playlist .wp-playlist-tracks {
  border-top: 0;
  margin-top: 0;
}
.wp-playlist .wp-playlist-tracks .wp-playlist-item {
  padding: 5px 20px;
  border-color: #f0f1f5;
}
.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-item-length {
  top: 50%;
  margin-top: -6px;
  font-size: 12px;
  line-height: 1em;
  right: 20px;
}

.mobile-menu-content {
  display: none;
}

.highlight-text {
  color: #fff;
  padding: 2px 5px;
  margin: 0 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.page404 {
  font-size: 500px;
  line-height: 1em;
  width: 100%;
  text-align: center;
  color: #ddd;
  opacity: .3;
  text-shadow: 0 0 1px rgba(77, 77, 77, 0.4);
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.widget_search.page-404 {
  position: relative;
  z-index: 1;
}

.blank-page-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  float: none;
  margin: 0;
  left: 0;
  top: 0;
}
.blank-page-wrap .container {
  max-width: 1170px;
}
.blank-page-wrap .blank-page-container {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  float: none;
}

.admin-bar .blank-page-wrap {
  top: 32px;
}

.slupy-landing-page #google-map .ts-fitvids {
  margin-bottom: 0;
}

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

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

table th,
table td {
  padding: 10px;
  vertical-align: middle;
}

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

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

.slupy-contact-form label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
.slupy-contact-form input,
.slupy-contact-form textarea {
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e9eaed;
  -webkit-appearance: none;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.slupy-contact-form input:focus,
.slupy-contact-form textarea:focus {
  border-color: #c9c9c9;
}
.slupy-contact-form .error-field {
  border-color: red;
}
.slupy-contact-form .contact-form-response {
  margin-left: 15px;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

span.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
span.wpcf7-form-control-wrap .select-wrapper {
  margin-bottom: 5px;
}

span.wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  padding: 2px 4px;
  color: #fff;
  background-color: #f00;
  margin-bottom: 10px;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

.wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7-form label {
  display: block;
  margin-bottom: 3px;
}

.wpcf7-form .fit-width {
  width: 100%;
}

div.wpcf7-response-output {
  position: relative;
  background-color: #fff;
  border: 0;
  margin: 10px 0;
  padding: 14px 10px 14px 65px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
div.wpcf7-response-output:before {
  content: '';
  position: absolute;
  width: 50px;
  left: 0;
  top: 0;
  bottom: 0;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}
div.wpcf7-response-output:after {
  position: absolute;
  width: 50px;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  line-height: 1em;
  color: #fff;
}

.wpcf7-mail-sent-ng:before,
.wpcf7-spam-blocked:before {
  background-color: #fc5513;
}
.wpcf7-mail-sent-ng:after,
.wpcf7-spam-blocked:after {
  content: '\f05e';
}

.wpcf7-validation-errors:before {
  background-color: #1ca2f1;
}
.wpcf7-validation-errors:after {
  content: '\f129';
}

.wpcf7-mail-sent-ok:before {
  background-color: #82bf06;
}
.wpcf7-mail-sent-ok:after {
  content: '\f00c';
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7-number,
.wpcf7-quiz,
.wpcf7-date,
.wpcf7-textarea,
.wpcf7-text {
  margin-bottom: 10px;
  padding: 10px;
  max-width: 100%;
  border: 1px solid #e9eaed;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.wpcf7-number:focus,
.wpcf7-quiz:focus,
.wpcf7-date:focus,
.wpcf7-textarea:focus,
.wpcf7-text:focus {
  border-color: #c9c9c9;
}

.wpcf7-textarea,
.wpcf7-text {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.wpcf7-not-valid {
  border-color: red;
}

.wpcf7-number {
  max-width: 100px;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.profile_pass-wrap input[type="password"],
.textarea-wrap textarea,
.number-wrap input[type="number"],
.spam-wrap input[type="text"],
.text-wrap input[type="text"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px;
  max-width: 100%;
  border: 1px solid #e9eaed;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  line-height: 1em;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper textarea:focus,
.profile_pass-wrap input[type="password"]:focus,
.textarea-wrap textarea:focus,
.number-wrap input[type="number"]:focus,
.spam-wrap input[type="text"]:focus,
.text-wrap input[type="text"]:focus {
  border-color: #c9c9c9;
}

.gform_wrapper textarea,
.textarea-wrap textarea {
  line-height: 1.6em;
}

.calc-wrap input[type="text"],
.tax-wrap input[type="text"] {
  background-color: #fff !important;
  border: 1px solid #e9eaed;
  padding: 10px;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.indicator-hint {
  font-size: 12px;
  margin-top: 10px;
  float: left;
}

button,
a.button,
a.added_to_cart,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  position: relative;
  display: inline-block;
  border: 0;
  padding: 9px 15px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

a.added_to_cart:hover,
a.button:hover {
  color: #fff;
}

button[disabled],
html input[disabled] {
  background-color: gray !important;
  cursor: not-allowed;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #fff;
  cursor: pointer;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.select-wrapper:after {
  position: absolute;
  content: "\f0d7";
  right: 10px;
  top: 50%;
  font-size: 10px;
  margin-top: -1px;
  opacity: .4;
}
.select-wrapper:before {
  position: absolute;
  content: "\f0d8";
  right: 10px;
  top: 50%;
  font-size: 10px;
  margin-top: -6px;
  opacity: .4;
}
.select-wrapper select {
  position: relative;
  z-index: 3;
  min-width: 160px;
  font-size: 13px;
  background-color: transparent;
  background-image: none;
  -moz-appearance: window;
  -webkit-appearance: none;
  border: 0;
  box-shadow: none;
  padding: 5px 30px 5px 10px;
  cursor: pointer;
}
.select-wrapper select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #88949b;
}
.select-wrapper select::-ms-expand {
  display: none;
}

.slupy-widget .select-wrapper select {
  padding: 10px 30px 10px 15px;
}

.no-placeholder .select-wrapper select {
  width: 150%;
}

.gallery {
  text-align: center;
  overflow: hidden;
}
.gallery br:last-child {
  display: none;
}
.gallery.gallery-size-thumbnail .gallery-item img {
  max-width: 150px;
}
.gallery .gallery-item {
  position: relative;
  display: inline-block;
  margin-top: 0 !important;
  margin-bottom: 0;
  width: auto !important;
  min-width: 60px;
  vertical-align: middle;
  overflow: hidden;
}
.gallery .gallery-item .gallery-caption {
  position: absolute;
  width: 100%;
  max-height: 50%;
  top: auto;
  bottom: 0;
  opacity: 0;
  left: 0;
  margin: 0;
  padding: 6px 4px;
  background-color: #fff;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.gallery .gallery-item img {
  position: relative;
  border: 0 !important;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.gallery .gallery-item.gallery-item-has-caption:hover img {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.gallery .gallery-item:hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.gallery-columns-1 .gallery-item {
  width: 100% !important;
}

.gallery-columns-2 .gallery-item {
  width: 50% !important;
}

.gallery-columns-3 .gallery-item {
  width: 33.333% !important;
}

.gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.gallery-columns-5 .gallery-item {
  width: 20% !important;
}

.gallery-columns-6 .gallery-item {
  width: 16.666% !important;
}

.gallery-columns-7 .gallery-item {
  width: 14.281714% !important;
}

.gallery-columns-8 .gallery-item {
  width: 12.5% !important;
}

.gallery-columns-9 .gallery-item {
  width: 11.111% !important;
}

.gallery-size-thumbnail.gallery-columns-1 {
  max-width: 150px;
}
.gallery-size-thumbnail.gallery-columns-2 {
  max-width: 300px;
}
.gallery-size-thumbnail.gallery-columns-3 {
  max-width: 450px;
}
.gallery-size-thumbnail.gallery-columns-4 {
  max-width: 600px;
}
.gallery-size-thumbnail.gallery-columns-5 {
  max-width: 750px;
}
.gallery-size-thumbnail.gallery-columns-6 {
  max-width: 900px;
}
.gallery-size-thumbnail.gallery-columns-7 {
  max-width: 1050px;
}

.slupy-slider {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.slupy-slider .owl-stage-outer.owl-height {
  -moz-transition: height !important;
  -o-transition: height !important;
  -webkit-transition: height !important;
  transition: height !important;
}

.slupy-slider .slider-item {
  display: inline-block;
  width: 100%;
}

.slupy-slider .slider-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.twitter-tweet {
  max-width: 100% !important;
  min-width: 100% !important;
  min-height: 240px;
  margin: 0 !important;
  border: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.slupy-sitetitle-content {
  padding: 20px 0;
  margin-bottom: 40px;
}

.post-title {
  float: left;
  line-height: 1em;
}

.back-site-top {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  font-size: 22px;
  text-align: center;
  line-height: 28px;
  background-color: #fff;
  display: block;
  /*fix inline problem*/
  display: none;
}
.back-site-top:before {
  content: '\f106';
}
.back-site-top:hover {
  color: #fff;
}

/* Widget Styles
-------------------------------------------------------------------------*/
.slupy-widget {
  margin-bottom: 15px;
}
.slupy-widget ul li {
  position: relative;
}
.slupy-widget .widget-title {
  position: relative;
  margin-bottom: 0;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f1f5;
}
.slupy-widget .widget-title:empty {
  display: none;
}
.slupy-widget .widget-title a {
  font-weight: 400;
}
.slupy-widget .widget-title a.rsswidget:first-child {
  padding-right: 7px;
}
.slupy-widget .widget-title a.rsswidget:first-child:before {
  content: "\f09e";
}
.slupy-widget .widget-title a.rsswidget:first-child img {
  display: none;
}
.slupy-widget .textwidget,
.slupy-widget .ts_shortcode_content {
  padding: 15px;
  background-color: #fff;
}
.slupy-widget .textwidget.ts_nowidget_margin,
.slupy-widget .ts_shortcode_content.ts_nowidget_margin {
  padding: 0;
}
.slupy-widget .textwidget .themesama_photostream,
.slupy-widget .ts_shortcode_content .themesama_photostream {
  float: none;
}
.slupy-widget .textwidget p:last-child,
.slupy-widget .ts_shortcode_content p:last-child {
  margin-bottom: 0;
}
.slupy-widget .textwidget .select-wrapper,
.slupy-widget .ts_shortcode_content .select-wrapper {
  border: 1px solid #f0f1f5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slupy-widget .children a,
.slupy-widget .sub-menu a {
  text-indent: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.slupy-widget .children .widget-count,
.slupy-widget .sub-menu .widget-count {
  top: 9px;
}
.slupy-widget .children .children a,
.slupy-widget .children .sub-menu a,
.slupy-widget .sub-menu .children a,
.slupy-widget .sub-menu .sub-menu a {
  text-indent: 30px;
}
.slupy-widget .select-wrapper {
  display: block;
}
.slupy-widget .select-wrapper select {
  opacity: 1;
}
.slupy-widget .select-wrapper:before {
  z-index: 4;
}
.slupy-widget select {
  border: 0;
  margin: 0;
  z-index: auto;
  color: inherit;
  font-size: inherit;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: block;
  opacity: 0;
  width: 100%;
  padding: 15px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0;
  border-radius: 0 0 2px 2px;
}
.slupy-widget img {
  max-width: 100%;
  height: auto;
}

.widget-title-icon {
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  font-size: 21px;
  text-align: center;
  color: #fff;
}
.widget-title-icon .title-arrow {
  content: '\f0da';
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}

.ts_shortcode_content {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ts_shortcode_content .themesama_list,
.ts_shortcode_content .themesama_blockquote,
.ts_shortcode_content .themesama_alertbox {
  margin-bottom: 0;
}

.widget_archive ul,
.widget_meta ul,
.widget_rss ul,
.widget_pages ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_nav_menu ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.widget_archive ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a,
.widget_nav_menu ul li a {
  padding: 10px 35px 10px 15px;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f5;
  display: block;
  font-weight: normal;
}
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover,
.widget_product_categories ul li a:hover,
.widget_nav_menu ul li a:hover {
  padding-left: 20px;
}

.widget-count {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 24px;
  height: 24px;
  font-weight: bold;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  background-color: #f8f8f8;
  cursor: pointer;
}

.widget_recent_comments ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.widget_recent_comments ul li {
  background-color: #fff;
  padding: 15px 15px 15px 45px;
  border-bottom: 1px solid #f0f1f5;
  position: relative;
}
.widget_recent_comments ul li:before {
  left: 15px;
  font-size: 16px;
  position: absolute;
  content: "\f0e5";
  top: 50%;
  margin-top: -8px;
  color: #bac3c8;
}
.widget_recent_comments ul li a {
  font-weight: bold;
  border-bottom: 0;
}

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

.widget_recent_entries ul li {
  background-color: #fff;
  padding: 5px 15px;
  border-bottom: 1px solid #f0f1f5;
  position: relative;
}
.widget_recent_entries ul li a {
  padding: 0;
  border-bottom: 0;
  font-weight: bold;
}
.widget_recent_entries ul li a:hover {
  padding: 0;
}
.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 12px;
  color: #bac3c8;
}

.widget_rss .rss-date, .widget_rss cite {
  font-size: 12px;
  display: block;
  background-color: #fff;
  padding: 5px 15px 5px 35px;
  position: relative;
  color: #bac3c8;
  border-bottom: 1px solid #f0f1f5;
}
.widget_rss .rss-date:before, .widget_rss cite:before {
  left: 15px;
  position: absolute;
  content: "\f017";
  font-size: 16px;
  top: 50%;
  margin-top: -8px;
}
.widget_rss .rssSummary {
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f5;
}
.widget_rss cite:before {
  content: "\f040";
}

.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud {
  padding: 15px;
  background-color: #fff;
}
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
  background-color: #f0f1f5;
  padding: 3px 8px;
  font-size: 12px !important;
  display: inline-block;
  margin-bottom: 5px;
}

.content-search.widget_search .search-submit {
  right: 3px;
}

.widget_product_search form,
.widget_search form {
  display: block;
  background-color: #fff;
  padding: 15px;
  position: relative;
}
.widget_product_search input[name="s"],
.widget_product_search .search-input,
.widget_search input[name="s"],
.widget_search .search-input {
  width: 100%;
  padding: 10px 5px;
  border: 1px solid #e9eaed;
  font-size: 12px;
  line-height: 1em;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.widget_product_search input[name="s"]:focus,
.widget_product_search .search-input:focus,
.widget_search input[name="s"]:focus,
.widget_search .search-input:focus {
  border-color: #c9c9c9;
}
.widget_product_search input[name="s"]::-webkit-input-placeholder,
.widget_product_search .search-input::-webkit-input-placeholder,
.widget_search input[name="s"]::-webkit-input-placeholder,
.widget_search .search-input::-webkit-input-placeholder {
  line-height: 1.6em;
}
.widget_product_search .search-submit,
.widget_search .search-submit {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -12px;
  border: 0;
  background: #fff;
  text-indent: -1000em;
  cursor: pointer;
}
.widget_product_search .search-submit:before,
.widget_search .search-submit:before {
  position: absolute;
  content: '\f002';
  text-indent: 0;
  left: 0;
  top: 0;
  line-height: 24px !important;
  font-size: 16px;
  color: #88949b;
}

.widget_search,
.widget_text,
.widget_rss {
  overflow: hidden;
}

#calendar_wrap {
  padding: 15px;
  background-color: #fff;
}
#calendar_wrap table {
  width: 100%;
  border: 0;
}
#calendar_wrap table th,
#calendar_wrap table caption {
  border: 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
}
#calendar_wrap table td {
  border: 0;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  font-size: 12px;
  color: #bac3c8;
}
#calendar_wrap table td a {
  padding: 5px;
}

#prev {
  padding-top: 10px !important;
  text-align: left !important;
}

#next {
  padding-top: 10px !important;
  text-align: right !important;
}

#today,
#today a {
  color: #fff !important;
  padding: 0 !important;
}

.icl_languages_selector ul li {
  position: relative;
}
.icl_languages_selector ul li a.lang_sel_sel:before {
  position: absolute;
  right: 15px;
  content: "\f0d7";
  font-size: 12px;
  top: 50%;
  margin-top: -6px;
}
.icl_languages_selector ul li a {
  padding: 15px;
  display: block;
  position: relative;
  background-color: #fff;
}
.icl_languages_selector ul li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
}
.icl_languages_selector ul li > ul li a {
  border-bottom: 1px solid #f6f3f3;
}
.icl_languages_selector ul li > ul li a:hover {
  background-color: #fafbfb;
}
.icl_languages_selector ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.widget_nav_menu .menu > li:last-child > .sub-menu > li:last-child > a,
.widget_nav_menu .menu > li:last-child > a,
.widget_categories > ul > li:last-child .children > li:last-child > a,
.widget_categories > ul > li:last-child > a,
.widget_pages > ul > li:last-child .children > li:last-child > a,
.widget_pages > ul > li:last-child > a,
.widget_meta ul li:last-child a,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_archive ul li:last-child a {
  border-bottom: 0;
}

.widget_nav_menu .menu > li:last-child > .sub-menu,
.widget_pages > ul > li:last-child .children,
.widget_categories > ul > li:last-child .children {
  border-top: 1px solid #f0f1f5;
}

/* Footer
-------------------------------------------------------------------------*/
#footer .slupy-widget select {
  border: 1px solid #f0f1f5;
  padding: 7px 5px 7px 7px;
}
#footer .slupy-widget .widget-title {
  font-size: 14px;
  margin-bottom: 15px;
  padding: 10px 0;
  background-color: transparent;
  border-bottom: 0;
  text-transform: uppercase;
}
#footer .slupy-widget .widget-title .rsswidget:first-child {
  display: none;
}
#footer .widget-count {
  right: 0;
}
#footer .widget_recent_comments ul li {
  padding: 10px 5px 10px 30px;
  background-color: transparent;
}
#footer .widget_recent_comments ul li:before {
  left: 0;
}
#footer .widget_recent_entries ul li {
  padding: 9px 0;
  background-color: transparent;
}
#footer .widget_recent_entries ul li:first-child {
  padding-top: 0;
}
#footer .widget_search .search-submit {
  right: 2px;
}
#footer .widget_search form.search {
  padding: 0;
}
#footer #calendar_wrap {
  padding: 0;
  border: 1px solid #f0f1f5;
  background-color: transparent;
}
#footer #calendar_wrap table caption {
  margin-top: 15px;
}
#footer .slupy-widget .textwidget,
#footer .slupy-widget .ts_shortcode_content,
#footer .widget_tag_cloud .tagcloud {
  background-color: transparent;
  padding: 0;
}
#footer .widget_rss .rss-date,
#footer .widget_rss cite {
  background-color: transparent;
}
#footer .widget_rss .rssSummary {
  background-color: transparent;
  padding: 15px 0;
}
#footer .widget_rss .rss-date,
#footer .widget_rss cite {
  padding-left: 20px;
}
#footer .widget_rss .rss-date:before,
#footer .widget_rss cite:before {
  left: 0;
}
#footer .widget_rss ul li a:first-child,
#footer .widget_pages ul li a,
#footer .widget_meta ul li a,
#footer .widget_nav_menu .menu li a,
#footer .widget_categories ul li a,
#footer .widget_archive ul li a {
  padding-left: 0;
  background-color: transparent;
}
#footer .widget_rss ul li a:first-child:hover,
#footer .widget_pages ul li a:hover,
#footer .widget_meta ul li a:hover,
#footer .widget_nav_menu .menu li a:hover,
#footer .widget_categories ul li a:hover,
#footer .widget_archive ul li a:hover {
  padding-left: 5px;
}
#footer.footer-dark strong,
#footer.footer-dark a {
  color: #ddd;
}
#footer.footer-dark .widget-title,
#footer.footer-dark a:hover {
  color: #fff;
}
#footer.footer-dark .footer-columns {
  background-color: #222;
  color: #999;
}
#footer.footer-dark .copyright-text {
  background-color: #1e1e1e;
  color: #999;
}
#footer.footer-dark .ts-twitter-name span,
#footer.footer-dark .widget_recent_entries ul li .post-date {
  color: #b7b7b7;
}
#footer.footer-dark .widget_recent_entries ul li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
#footer.footer-dark .widget_product_tag_cloud .tagcloud a,
#footer.footer-dark .widget_tag_cloud .tagcloud a,
#footer.footer-dark .widget-count {
  background-color: rgba(17, 17, 17, 0.2);
}
#footer.footer-dark .widget_archive ul li a,
#footer.footer-dark .widget_meta ul li a,
#footer.footer-dark .widget_rss ul li a,
#footer.footer-dark .widget_pages ul li a,
#footer.footer-dark .widget_categories ul li a,
#footer.footer-dark .widget_product_categories ul li a,
#footer.footer-dark .widget_nav_menu ul li a {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
#footer.footer-dark .widget_rss .rssSummary,
#footer.footer-dark .widget_rss .rss-date,
#footer.footer-dark .widget_rss cite,
#footer.footer-dark .widget_recent_comments ul li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
#footer.footer-dark #calendar_wrap {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-columns {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.copyright-text {
  padding: 15px 0;
  font-size: 12px;
  background-color: #f7f7f7;
}

/* Font Awasome
-------------------------------------------------------------------------*/
#edd_download_pagination a.prev:before,
#edd_download_pagination a.next:before,
.back-site-content a:before,
.ts-cart-tooltip:before,
.ts-theme-config .ts-bg-picker li:before,
.ts-theme-config h4:after,
.ts-theme-config-back,
.related-post-list li:before,
.mfp-arrow-left:before,
.mfp-arrow-right:before,
.nav-prev-post:before,
.nav-next-post:after,
.back-site-top:before,
.wpcf7-response-output:after,
.ts-social-tooltip:after,
.select-wrapper:after,
.select-wrapper:before,
.portfolio-categories:before,
a.lang_sel_sel:before,
.widget_rss cite:before,
.widget_rss .rss-date:before,
.widget_search .search-submit:before,
.widget_product_search .search-submit:before,
.widget_shopping_cart_content span.quantity:after,
.widget-title a.rsswidget:first-child:before,
nav ul.menu li.menu-item-has-children a:after,
.owl-theme .owl-controls .owl-nav div:before,
.mobile-menu-content ul.menu li.menu-item.menu-item-has-children > a:after,
.top-bar-menu ul.menu > li.menu-item-has-children:after,
.widget_recent_comments ul li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Border Radius
-------------------------------------------------------------------------*/
nav ul.menu > li.menu-item-has-children > a,
.widget-title {
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
}

.menu-content,
a.lang_sel_sel,
.ts_shortcode_content,
.widget_text .textwidget,
.widget_search form.search,
.widget_tag_cloud .tagcloud,
.menu-content .total-results,
.menu-content .total-results a,
.widget_calendar #calendar_wrap,
.widget_recent_entries > ul li:last-child,
.widget_recent_comments > ul li:last-child,
.slupy-widget.widget_nav_menu ul li:last-child a,
.menu-additional > ul > li .menu-content .widget_shopping_cart_content > ul li.empty,
.slupy-widget > ul > li:last-child a {
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0;
  border-radius: 0 0 2px 2px;
}

.widget_rss,
.widget_text,
.back-site-top,
.widget_search,
nav ul.menu > li > a,
.menu-content .widget_shopping_cart_content ul li a img,
.ts_without_widget_title {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.tagcloud a,
#today,
.widget-count {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.sticky-header nav ul.menu > li > a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.widget_shopping_cart_content span.total-item,
.widget_shopping_cart_content span.total-item span {
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}

.widget_shopping_cart_content p.total {
  -moz-border-radius: 0 0 0 2px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 2px;
}

.widget_shopping_cart_content p.buttons,
.widget_shopping_cart_content p.buttons a:last-child {
  -moz-border-radius: 0 0 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 2px 0;
}

/* Transitions
-------------------------------------------------------------------------*/
.back-site-top,
.widget_shopping_cart_content ul li,
#header nav ul.menu > li > a,
nav ul.menu > li.menu-item-has-children > a:after {
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#mobile-menu-button,
.menu-additional ul li a,
.menu-additional .menu-content,
.icl_languages_selector ul li ul,
.top-bar-menu ul.menu > li > ul li a,
.slupy-widget.content-widget.widget_nav_menu ul.menu > li > ul {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slupy-widget ul li a {
  -moz-transition-property: padding-left, color;
  -o-transition-property: padding-left, color;
  -webkit-transition-property: padding-left, color;
  transition-property: padding-left, color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#header nav ul.menu ul,
.top-bar-menu ul.menu > li > ul,
.menu-additional .menu-content,
.mobile-menu-content ul.menu li.menu-item ul.sub-menu {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/*Slupy Blog Icons*/
.button-loading:before,
.portfolio-placeholder:before,
.slupy-loadmore-link:before,
.portfolio-date:before,
.portfolio-comments:before,
.loading-anim:before,
.woocommerce-main-image.loading-image:before,
.woocommerce .loading:before,
.woocommerce-page .loading:before,
.entry-meta .entry-date:before,
.entry-meta .entry-tags:before,
.entry-meta .entry-author:before,
.entry-meta .comments-link:before,
.entry-meta .entry-categories:before,
[class^="icon-"], [class*=" icon-"] {
  font-family: 'slupyblog';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-main-image.loading-image:before,
.woocommerce .loading:before,
.woocommerce-page .loading:before,
.loading-anim {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  font-size: 14px;
  display: inline-block;
  line-height: 1em;
  -webkit-animation: spin .5s infinite linear;
  -moz-animation: spin .5s infinite linear;
  -o-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
}

.icon-play:before {
  content: "\e602";
}

.icon-stop:before {
  content: "\e601";
}

.icon-chat:before {
  content: "\e610";
}

.icon-link:before {
  content: "\e611";
}

.icon-play2:before {
  content: "\e614";
}

.icon-chat2:before {
  content: "\e613";
}

.icon-pause:before {
  content: "\e600";
}

.icon-file2:before {
  content: "\e615";
}

.icon-images:before {
  content: "\e618";
}

.icon-camera:before {
  content: "\e60f";
}

.icon-music2:before {
  content: "\e60d";
}

.icon-pencil:before {
  content: "\e60e";
}

.slupy-loadmore-link:before,
.loading-anim:before,
.woocommerce-main-image.loading-image:before,
.icon-spinner:before {
  content: "\e603";
}

.icon-gallery:before {
  content: "\e604";
}

.icon-volumehalf:before {
  content: "\e605";
}

.icon-left-quote:before {
  content: "\e612";
}

.icon-volumemute2:before {
  content: "\e606";
}

.entry-meta .entry-author:before,
.icon-user2:before {
  content: "\e616";
}

.entry-meta .entry-tags:before,
.icon-tag:before {
  content: "\e60a";
}

.entry-meta .entry-categories:before,
.icon-folder-open:before {
  content: "\e617";
}

.portfolio-date:before,
.entry-meta .entry-date:before,
.icon-clock:before {
  content: "\e608";
}

.portfolio-comments:before,
.entry-meta .comments-link:before,
.icon-bubble:before {
  content: "\e609";
}
