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


/* Table of Contents:

  |-- 1.0 Reset
  |-- 2.0 Global Styling
    |-- 2.1 Typography
    |-- 2.2 Inputs & Buttons
      |-- 2.2.1 Bootstrap Buttons
      |-- 2.2.2 Inputs
      |-- 2.2.3 Checkboxes & Radio buttons
      |-- 2.2.4 Select styles
    |-- 2.3 Tables
    |-- 2.4 Images
    |-- 2.5 Alerts
    |-- 2.6 Progress Bar
    |-- 2.7 Accordion
    |-- 2.8 Tabs
    |-- 2.8 Advanced elements
  |-- 3.0 Page Structure
    |-- 3.1 Header
      |-- 3.1.1 Header Top panel
      |-- 3.1.2 Logo Group
      |-- 3.1.3 Navigation
    |-- 3.2 Content
      |-- 3.2.1 Gallery
      |-- 3.2.2 Post/Image/Paging Navigation
      |-- 3.2.3 Attachments
      |-- 3.2.4 Archives
      |-- 3.2.5 Contributor Page
      |-- 3.2.6 404 Page
      |-- 3.2.7 Single
      |-- 3.2.8 Post Formats
        |-- 3.2.8.1 Quote Post Format
        |-- 3.2.8.2 Audio Post Format
        |-- 3.2.8.3 Gallery Post Format
      |-- 3.2.9 Comments
    |-- 3.3 Sidebars
      |-- 3.3.1 Widgets
      |-- 3.3.2 Plumtree special Widgets
    |-- 3.4 Footer
    |-- 3.5 Special Theme Styles
      |-- 3.5.1 Home Page Template
      |-- 3.5.2 Shortcode Slider styles
      |-- 3.5.3 PT Posts Shortcode styles
      |-- 3.5.4 PT Related posts styles
      |-- 3.5.5 PT Sales carousel with countdown styles
      |-- 3.5.6 PT carousel
      |-- 3.5.7 Contact form 7 styles
      |-- 3.5.8 PT Member Contacts styles
      |-- 3.5.9 PT Testimonials
      |-- 3.5.10 PT Gmaps
      |-- 3.5.11 Portfolio template
      |-- 3.5.12 Gallery Template
      |-- 3.5.13 PT Pricing Table
      |-- 3.5.14 PT Radial Bar
      |-- 3.5.15 PT Product Tabs
      |-- 3.5.16 Quickview Styles
      |-- 3.5.17 Login/Register Styles
*/


/* --------------------------- 1.0 Reset ------------------------------ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* --------------------------- 2.0 Global Styling ------------------------------ */


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

embed,
iframe,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
    margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------- */


/* 2.1 Typography */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-tap-highlight-color: transparent;
}
body {
    color: #646565;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}
a {
    color: #151515;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
    color: #f7972b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 300;
    padding: 0;
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}
.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
    font-size: 32px;
}
.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
    font-size: 28px;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
    font-size: 24px;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-size: 20px;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
    margin-top: 0;
}
h3 {
    font-weight: 400;
}
h4 {
    font-weight: 200;
}
address {
    font-style: italic;
    margin: 0 0 15px;
}
abbr[title] {
    border-bottom: 1px dotted #e7e4d9;
    cursor: help;
}
b,
strong {
    font-weight: bold;
}
cite,
dfn,
em,
i {
    font-style: italic;
}
p {
    margin: 0 0 15px;
}
code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 16px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    font-family: FontAwesome;
}
q:before {
    content: "";
    padding-right: 5px;
    color: #f7972b;
}
q:after {
    content: "";
    padding-left: 5px;
    color: #f7972b;
}
q {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 15px;
    color: #151515;
}
blockquote:before {
    content: "";
    position: absolute;
    font-size: 27px;
    left: 25px;
    color: #e7e4d9;
}
blockquote {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    margin: 0 0 15px;
    padding: 20px 20px 20px 75px;
    color: #151515;
    border: 1px solid #e7e4d9;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    position: relative;
}
blockquote p {
    margin: 0;
}
pre {
    border: 1px solid #e7e4d9;
    margin: 15px 0;
    max-width: 100%;
    overflow: auto;
    padding: 10px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
mark,
ins {
    background: #f7972b;
    text-decoration: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    color: #fff;
    padding: 0 3px;
}
ul {
    list-style: disc inside none;
    margin: 0 0 15px;
}
ol {
    list-style: decimal inside none;
    margin: 0 0 15px;
}
li > ul,
li > ol {
    margin: 0 0 0 20px;
}
small {
    font-size: smaller;
}
big {
    font-size: 125%;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
dl {
    margin: 0px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 15px 0;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
figure {
    margin: 0;
}
fieldset {
    margin: 0 0 20px;
    padding: 0;
    min-width: 0;
}
legend {
    white-space: normal;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0 0 20px;
}
del {
    color: #646565;
}
hr {
    background-color: #f7972b;
    border: 0;
    height: 1px;
    margin: 0 0 20px 0;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
output {
    display: block;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */

::selection {
    background: #e1e1e1;
    color: #000;
    text-shadow: none;
}
::-moz-selection {
    background: #e1e1e1;
    color: #000;
    text-shadow: none;
}

/*** List  ***/

.ig-list-icons {
    margin: 0;
    padding: 0;
}
.ig-list-icons h1,
.ig-list-icons h2,
.ig-list-icons h3,
.ig-list-icons h4,
.ig-list-icons h5,
.ig-list-icons h6 {
    margin: 0;
    padding-bottom: 5px;
}
.ig-list-icons li {
    clear: both;
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    min-height: 60px;
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
}
.ig-list-icons .ig-icon-base i {
    position: relative;
}
.ig-list-icons i,
.ig-list-icons i {
    height: auto;
    line-height: 100%;
    margin-top: 0;
    vertical-align: middle;
    width: auto;
}
.ig-list-icons.ig-icon-16 .ig-icon-base i {
    font-size: 14px;
}
.ig-list-icons.ig-icon-24 .ig-icon-base i {
    font-size: 22px;
}
.ig-list-icons.ig-icon-32 .ig-icon-base i {
    font-size: 30px;
}
.ig-list-icons.ig-icon-48 .ig-icon-base i {
    font-size: 46px;
}
.ig-list-icons.ig-icon-64 .ig-icon-base i {
    font-size: 62px;
}
.ig-list-icons .ig-icon-base {
    position: relative;
    z-index: 9;
    text-align: center;
}
.ig-list-icons.ig-shape-circle .ig-icon-base {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.ig-list-icons.ig-shape-square .ig-icon-base {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.ig-list-icons.ig-position-left .ig-icon-base {
    float: left;
    margin-right: 15px;
}
.ig-list-icons.ig-position-right {
    text-align: right;
}
.ig-list-icons.ig-position-right .ig-icon-base {
    float: right;
    margin-left: 15px;
}
.ig-list-content-wrap {
    overflow: hidden;
}
.ig-list-icons.ig-shape-circle.ig-icon-16 .ig-icon-base,
.ig-list-icons.ig-shape-square.ig-icon-16 .ig-icon-base {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.ig-list-icons.ig-shape-circle.ig-icon-24 .ig-icon-base,
.ig-list-icons.ig-shape-square.ig-icon-24 .ig-icon-base {
    width: 45px;
    height: 45px;
    line-height: 42px;
}
.ig-list-icons.ig-icon-32 .ig-icon-base {
    width: 50px;
    height: 50px;
    line-height: 48px;
}
.ig-list-icons.ig-icon-48 .ig-icon-base {
    width: 85px;
    height: 85px;
    line-height: 81px;
}
.ig-list-icons.ig-icon-64 .ig-icon-base {
    width: 100px;
    height: 100px;
    line-height: 98px;
}

/* Content builder headings */

.pagebuilder-heading {
    margin: 0 !important;
}
.pagebuilder-heading.title-border-top {
    padding: 22px 0 20px 0;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}

/* ----------------------------------------------------------------------------- */


/* 2.2 Inputs & Buttons */


/* 2.2.1 Bootstrap Buttons */

.btn {
    display: inline-block;
    height: 38px;
    line-height: 36px;
    margin: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0 none;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0;
}
.btn:hover,
.btn:focus {
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: none;
}
.btn.stand-alone {
    display: block;
}
.btn.rounded {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
.btn-default {
    color: #444444;
    background-color: white;
    border: 1px solid #f7972b;
    font-weight: 300;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: white;
    background-color: #f7972b;
}
.btn-primary {
    color: #444444;
    background-color: #f7f8f8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: white;
    background-color: #f7972b;
}
.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #ffffff;
    background-color: #47a447;
}
.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #ffffff;
    background-color: #39b3d7;
}
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #ffffff;
    background-color: #ed9c28;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: #ffffff;
    background-color: #d2322d;
}
.btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-lg {
    padding: 9px 16px;
    font-size: 16px;
    line-height: inherit;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 14px -2px;
    line-height: 1.5;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 14px -2px;
    line-height: 1.5;
}

/* 2.2.2 Inputs */

button,
input,
select,
textarea {
    font-size: 14px;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    border: 0 none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    color: #898e91;
    background: white;
    padding: 0 20px;
    height: 38px;
}
input[type="password"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input.input-text,
textarea {
    border: 1px solid #e7e4d9;
    font-family: "Open Sans", sans-serif;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}
input,
textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}
button,
.button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: inherit;
    cursor: pointer;
    color: #444444;
    background: #f7f8f8;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
html input[type="button"]:hover,
html input[type="button"]:focus,
html input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    color: white;
    background: #f7972b;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
input[type="number"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input.input-text:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 2px #f7972b false;
    -moz-box-shadow: 0 0 2px #f7972b false;
    box-shadow: 0 0 2px #f7972b false;
    /* color equal to main_decorative_color */
    outline: 0;
}

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

::-webkit-input-placeholder {
    color: #898e91;
}
:-moz-placeholder {
    color: #898e91;
}
::-moz-placeholder {
    color: #898e91;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
    color: #898e91;
}

/* 2.2.3 Checkboxes & Radio buttons */
div:not(.wcv-tabs, .wcv-column-group) > input[type=checkbox],
div:not(.wcv-tabs, .wcv-column-group) > input[type=radio] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.terms input[type=checkbox],
.wc_payment_method input[type=radio],
form.register input[type=checkbox],
form.ajax-auth input[type=checkbox] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
div:not(.wcv-tabs, .wcv-column-group) > input[type=checkbox] + label,
div:not(.wcv-tabs, .wcv-column-group) > input[type=radio] + label {
    padding-left: 21px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
.wc_payment_method input[type=radio] + label,
.terms input[type=checkbox] + label,
form.register input[type=checkbox] + label,
form.ajax-auth input[type=checkbox] + label {
    padding-left: 21px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
div:not(.wcv-tabs, .wcv-column-group) > input[type=checkbox] + label::before,
div:not(.wcv-tabs, .wcv-column-group) > input[type=radio] + label::before {
    display: inline-block;
    font-family: fontAwesome;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}
.wc_payment_method input[type=radio] + label::before,
.terms input[type=checkbox] + label::before,
form.register input[type=checkbox] + label::before,
form.ajax-auth input[type=checkbox] + label::before {
    display: inline-block;
    font-family: fontAwesome;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}
div:not(.wcv-tabs, .wcv-column-group) > input[type=checkbox] + label::before {
    content: '\f096';
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.terms input[type=checkbox] + label::before,
form.register input[type=checkbox] + label::before,
form.ajax-auth input[type=checkbox] + label::before {
    content: '\f096';
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div:not(.wcv-tabs, .wcv-column-group) > input[type=checkbox]:checked + label::before {
    content: '\f14a';
}
.terms input[type=checkbox]:checked + label::before,
form.register input[type=checkbox]:checked + label::before,
form.ajax-auth input[type=checkbox]:checked + label::before {
    content: '\f14a';
}
div:not(.wcv-tabs, .wcv-column-group) > input[type=radio] + label::before {
    content: '\f1db';
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wc_payment_method input[type=radio] + label::before {
    content: '\f1db';
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div:not(.wcv-tabs, .wcv-column-group) > input[type=radio]:checked + label::before {
    content: '\f058';
}
.wc_payment_method input[type=radio]:checked + label::before {
    content: '\f058';
}
.wcv-tabs input[type=checkbox],
.wcv-tabs input[type=radio],
.wcv-column-group input[type=checkbox],
.wcv-column-group input[type=radio] {
    height: 14px;
    line-height: 14px;
}
.icr-label {
    position: relative;
    display: inline-block;
}
.icr-hidden {
    position: absolute;
    display: block;
    top: 0; left: 0;
    width: 0; height: 0;
    overflow: hidden;
}
.icr-input {
    position: absolute;
    display: block;
    top: -20px;
    left: -20px;
}
.icr-text {
    display: inline;
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
}
.icr-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.icr-label.disabled {
    opacity: 0.5;
}
.icr-label {
    padding-right: 2px;
    margin: 0 5px 5px 0;
}
.icr-item {
    width: 15px;
    height: 15px;
}
.icr-item.type_radio {
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.icr-item.type_radio:before,
.icr-item.type_checkbox:before {
    display: inline-block;
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    content: '\f1db';
}
.icr-label.checked .type_radio:before {
    content: '\f058';
}
.icr-item.type_checkbox:before {
    font-size: 16px;
    content: '\f096';
}
.icr-label.checked .type_checkbox:before {
    content: "\f14a";
}


/* 2.2.4 Select styles */
.site-main .select2-container {
    min-width: 180px;
}
.site-main .select2-container .select2-choice {
    background-color: #fff;
    border: 1px solid #e7e4d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    color: #898e91;
    padding: 0 0 0 15px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
}
.site-main .select2-container .select2-choice:hover,
.site-main .select2-container .select2-choice:focus,
.site-main .select2-container .select2-choice:active {
    color: #f7972b;
}
.select2-drop .select2-search {
    padding: 0 !important;
}
.select2-drop .select2-search input {
    border: 0 !important;
}
.select2-drop.select2-drop-above .select2-search input {
    border-top: 1px solid #e7e4d9 !important;
}
.select2-drop .select2-search + .select2-results {
    border-top: 1px solid #e7e4d9 !important;
    border-radius: 0 0 4px 4px;
}
.select2-drop.select2-drop-above .select2-search input {
    margin-top: 0 !important;
    background-color: #f5f5f3;
}
.site-main .select2-container.select2-drop-above .select2-choice {
    border-color: #e7e4d9;
    border-radius: 0;
}
.select2-drop.select2-drop-above {
    margin-top: 5px !important;
}
.site-main .select2-container .select2-choice .select2-arrow {
    border-radius: 0;
    width: 25px;
    border-left: 1px solid #e7e4d9;
}
.site-main .select2-container .select2-choice .select2-arrow b {
    display: none;
}
.site-main .select2-container .select2-choice > .select2-chosen {
    margin-right: 38px;
}
.site-main .select2-container .select2-choice .select2-arrow:after {
    display: block;
    font-family: FontAwesome;
    border-radius: 0;
    content: "";
    font-size: 10px;
    margin-left: 7px;
}
.select2-drop,
.select2-drop-active {
    border-radius: 4px !important;
    border: 1px solid #e7e4d9 !important;
    border-top: 0 !important;
    color: #505050 !important;
    margin-top: 0 !important;
    z-index: 400 !important;
}
.select2-results {
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
.select2-results .select2-highlighted {
    background: transparent !important;
    border-radius: 0px !important;
}
.select2-results .select2-highlighted .select2-result-label {
    color: #f7972b !important;
}
.select2-result-label {
    padding: 7px 0 9px 15px !important;
}
.select2-results li {
    border-top: 1px solid #e7e4d9 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.select2-results li:first-of-type {
    border-top: 0 !important;
}
.select2-results li:hover .select2-result-label {
    color: #f7972b !important;
}
.select2-drop-mask {
    z-index: 399 !important;
}
.portfolio-filters-wrapper .select2-container {
    max-width: 200px;
}

/* ----------------------------------------------------------------------------- */


/* 2.3 Tables */

.table,
table {
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
}
.table tr > th,
.table tr > td,
table tr > th,
table tr > td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #e7e4d9;
}
.table tr:first-of-type > th,
.table tr:first-of-type > td,
table tr:first-of-type > th,
table tr:first-of-type > td {
    border-top: 0 none;
}
.table-bordered {
    border: 1px solid #e7e4d9;
}
.table-bordered tr > th,
.table-bordered tr > td {
    border: 1px solid #e7e4d9;
}
.table-striped tr:nth-child(odd) > td,
.table-striped tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table-hover tr:hover > td,
.table-hover tr:hover > th {
    background-color: #f5f5f5;
}
.table tr > td.active,
.table tr > th.active,
.table tr.active > td,
.table tr.active > th {
    background-color: #f5f5f5;
}
.table-hover tr > td.active:hover,
.table-hover tr > th.active:hover,
.table-hover tr.active:hover > td,
.table-hover tr.active:hover > th {
    background-color: #e8e8e8;
}
.table tr > td.success,
.table tr > th.success,
.table tr.success > td,
.table tr.success > th {
    background-color: #dff0d8;
}
.table-hover tr > td.success:hover,
.table-hover tr > th.success:hover,
.table-hover tr.success:hover > td,
.table-hover tr.success:hover > th {
    background-color: #d0e9c6;
}
.table tr > td.info,
.table tr > th.info,
.table tr.info > td,
.table tr.info > th {
    background-color: #d9edf7;
}
.table-hover tr > td.info:hover,
.table-hover tr > th.info:hover,
.table-hover tr.info:hover > td,
.table-hover tr.info:hover > th {
    background-color: #c4e3f3;
}
.table tr > td.warning,
.table tr > th.warning,
.table tr.warning > td,
.table tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover tr > td.warning:hover,
.table-hover tr > th.warning:hover,
.table-hover tr.warning:hover > td,
.table-hover tr.warning:hover > th {
    background-color: #faf2cc;
}
.table tr > td.danger,
.table tr > th.danger,
.table tr.danger > td,
.table tr.danger > th {
    background-color: #f2dede;
}
.table-hover tr > td.danger:hover,
.table-hover tr > th.danger:hover,
.table-hover tr.danger:hover > td,
.table-hover tr.danger:hover > th {
    background-color: #ebcccc;
}

/* ----------------------------------------------------------------------------- */


/* 2.4 Images */


/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
    max-width: 100%;
    height: auto;
}

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

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
    max-width: 100%;
    height: auto;
}
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img,
.front-page-shortcode img,
.footer-shortcode img {
    height: auto;
    max-width: 100%;
}
img.img-rounded {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
img.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
img.img-thumbnail {
    border: 4px solid #e7e4d9;
}
img.alignleft,
.wp-caption.alignleft {
    margin: 5px 20px 15px 0;
    display: inline-block;
}
img.aligncenter,
.wp-caption.aligncenter {
    margin: 20px auto;
    display: block;
}
img.alignright,
.wp-caption.alignright {
    margin: 5px 0 15px 20px;
    display: inline-block;
}
img.alignnone,
.wp-caption.alignnone {
    display: inline-block;
    margin: 20px 0;
}
.wp-caption {
    margin: 0;
    position: relative;
    overflow: hidden;
    background: #f7972b;
}
.wp-caption img[class*="wp-image-"] {
    display: inline-block;
    margin: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wp-caption-text {
    font-size: 14px;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
}
.wp-caption-text a:hover {
    color: #fff;
}
.wp-caption:hover img {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
}
.wp-caption:hover .wp-caption-text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* ----------------------------------------------------------------------------- */


/* 2.5 Alerts */

.alert {
    padding: 15px;
    margin: 0px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
    position: relative;
}
.alert-dismissable .close {
    padding: 1px 5px;
    position: absolute;
    right: 8px;
    top: 14px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0.2);
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

/* ----------------------------------------------------------------------------- */


/* 2.6 Progress Bar */

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #f7972b;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-title i {
    margin-right: 5px;
}

/* ----------------------------------------------------------------------------- */


/* 2.7 Accordion */

.panel {
    border-bottom: 1px solid #e7e4d9;
}
.panel p {
    margin: 0;
}
.panel-title {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}
.panel-title i {
    margin: 0 15px;
    display: inline;
    vertical-align: middle;
    font-size: 20px;
    color: #b9b9b9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.panel-title a {
    display: block;
    position: relative;
    outline: none;
    padding: 0 55px 0 0;
    background: transparent;
    color: #505050;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.panel-title a:hover i,
.panel-title a:focus i {
    color: #f7972b;
}
.panel-title a:after {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 13px;
    content: "";
    background: #b9b9b9;
    font-family: FontAwesome;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.panel-title a:hover:after,
.panel-title a:focus:after {
    background: #f7972b;
}
.panel-body {
    padding: 0 55px 20px 50px;
}

/* ----------------------------------------------------------------------------- */


/* 2.8 Tabs */

.tabbable {
    margin-bottom: 20px;
}
.tabbable .nav-tabs:after {
    display: block;
    content: '';
    clear: both;
}
.tabbable .nav-tabs {
    border-bottom: 1px solid #e7e4d9;
    margin: 0;
}
.tabbable .nav-tabs li {
    margin: 0 0 -1px 0;
    float: left;
    list-style: none;
}
.tabbable .nav-tabs li:first-of-type a {
    border-left: 1px solid #e7e4d9;
}
.tabbable .nav-tabs li a {
    display: block;
    height: 55px;
    line-height: 55px;
    margin: 0;
    outline: none;
    padding: 0 40px;
    border-right: 1px solid #e7e4d9;
    border-top: 1px solid #e7e4d9;
    border-bottom: 1px solid #e7e4d9;
    transition: none;
    background-color: #f8f8f6;
    position: relative;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.tabbable .nav-tabs li a:before {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    top: -1px;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background: #f7972b;
}
.tabbable .nav-tabs li a:hover:before {
    opacity: 1;
}
.tabbable .nav-tabs li a:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
.tabbable .nav-tabs li.active a,
.tabbable .nav-tabs li.active a:focus,
.tabbable .nav-tabs li.active a:hover {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.tabbable.tabs-below .nav-tabs li.active a,
.tabbable.tabs-below .nav-tabs li.active a:focus,
.tabbable.tabs-below .nav-tabs li.active a:hover {
    border-top: 1px solid #fff;
}
.tabbable .nav-tabs li.active a:before {
    opacity: 1;
}
.tabbable.tabs-below .nav-tabs {
    border-bottom: 0 none;
    border-top: 1px solid #e7e4d9;
}
.tabbable.tabs-below .tab-content {
    border-bottom: 0 none;
    border-top: 1px solid #e7e4d9;
}
.tabbable.tabs-below li {
    margin: -1px 0 0 0;
}
.tabbable.tabs-below li a:before {
    top: auto;
    bottom: -1px;
}
.tabbable .tab-content {
    border: 1px solid #e7e4d9;
    border-top: 0;
    padding: 30px;
}
.tabbable .tab-pane {
    display: none;
}
.tabbable .tab-pane.active {
    display: block;
}
@media (max-width: 800px) {
    .tabbable .nav-tabs li a {
        padding: 0 25px;
    }
}
@media (max-width: 480px) {
    .tabbable .nav-tabs li {
        float: none;
    }
    .tabbable .nav-tabs li a {
        border-left: 1px solid #e7e4d9;
    }
}

/* ----------------------------------------------------------------------------- */


/* 2.8 Advanced elements */


/* Assistive text */

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

/* Alignment */

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.post-password-required input[type="submit"] {
    vertical-align: top;
}

/* ------------------------ 3.0 Page Structure ----------------------------------*/


/* ----------------------------------------------------------------------------- */


/* 3.1 Header */

.site-header {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #898e91;
}
.site-header [class^="col-"],
.site-header [class*=" col-"] {
    margin-bottom: 0px;
}

/* ----------------------------------------------------------------------------- */


/* 3.1.1 Header Top panel */

.header-top {
    background: #626262;
    color: #bababa;
}
.header-top .top-nav-container,
.header-top .info-container,
.header-top .top-widgets {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-top .header-top-nav ul {
    margin: 0;
}
.header-top .header-top-nav li {
    display: inline-block;
    padding: 0 9px 0 11px;
    position: relative;
    border-left: 1px solid #fff;
}
.header-top .header-top-nav li:first-of-type {
    padding-left: 0;
    border: 0;
}
.header-top .header-top-nav li:last-of-type {
    padding-right: 0;
}
.header-top .header-top-nav a {
    color: #bababa;
}
.header-top .header-top-nav a:hover,
.header-top .header-top-nav a:focus,
.header-top .header-top-nav a:active {
    color: #fff;
}
.header-top .info-container {
    text-align: center;
}
.header-top .info-container i {
    color: #fff;
}
.header-top .top-widgets {
    text-align: right;
}
.header-top .top-widgets .right-aligned {
    display: inline-block;
    padding-left: 12px;
}
.header-top .top-widgets .right-aligned:first-of-type {
    padding-left: 0;
}

/* ----------------------------------------------------------------------------- */


/* 3.1.2 Logo Group */

.logo-wrapper {
    padding: 30px 0;
}
.hgroup-sidebar {
    text-align: center;
}
.hgroup-sidebar .widget {
    display: inline-block;
    margin: 0;
    padding: 13px 45px;
    width: auto;
    position: relative;
    vertical-align: top;
    border: 0;
}
.hgroup-sidebar .widget:last-of-type {
    padding-right: 0;
}
.hgroup-sidebar.right-pos {
    text-align: left;
}
.hgroup-sidebar .widget.widget_dash_search {
    padding-top: 14px;
    padding-bottom: 14px;
}
.icon-with-description {
    width: auto;
    min-width: 180px;
    text-align: left;
}
.icon-with-description i {
    color: #f7972b;
    float: left;
    font-size: 36px;
    padding: 0 10px 0 0;
}
.icon-with-description span {
    float: none;
    font-size: 15px;
    display: inline-block;
}
.icon-with-description:after {
    display: block;
    content: '';
    clear: both;
}

/* Text Logo */

.site-title {
    font-size: 20px;
    margin: 0;
}
.site-description {
    font-size: 16px;
    margin: 0;
}
.site-logo img {
    max-width: 133px;
}

/* Media queries for logo group */

@media (max-width: 800px) {
    .site-logo,
    .site-logo.center-pos,
    .site-logo.right-pos {
        text-align: center;
        margin: 20px 0 40px 0 !important;
    }
    .hgroup-sidebar,
    .hgroup-sidebar.right-pos {
        text-align: center;
    }
    .hgroup-sidebar .widget,
    .hgroup-sidebar.right-pos .widget {
        width: 100%;
        padding: 0 0 20px 0;
        border: 0;
        border-bottom: 1px solid #e7e4d9;
        margin-bottom: 20px;
        text-align: center;
    }
    .hgroup-sidebar .widget:last-of-type,
    .hgroup-sidebar.right-pos .widget:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .hgroup-sidebar .widget.widget_shopping_cart,
    .hgroup-sidebar.right-pos .widget.widget_shopping_cart {
        width: auto;
    }
    .top-nav-container,
    .info-container,
    .header-top .top-widgets {
        text-align: center;
    }
}
@media (max-width: 599px) {
    .site-logo,
    .site-logo.center-pos,
    .site-logo.right-pos {
        margin: 0 !important;
    }
    .hgroup-sidebar .widget.widget_dash_search {
        border-radius: 0;
        padding: 32px 0 24px;
    }
    .top-footer-widget .widget_dash_socials .widget-title {
        display: block;
        margin: 0 0 20px;
    }
}
@media (min-width: 801px) {
    .hgroup-sidebar .widget:first-of-type {
        padding-left: 0;
    }
    .hgroup-sidebar .widget.widget_pt_login {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media (min-width: 992px) {
    .site-logo {
        text-align: left;
    }
    .site-logo.center-pos {
        text-align: center;
        margin-bottom: 20px;
    }
    .site-logo.right-pos {
        text-align: right;
    }
    .hgroup-sidebar {
        text-align: right;
        margin-top: 15px;
    }
    .hgroup-sidebar.center-pos {
        text-align: center;
        margin-bottom: 20px;
    }
}

/* ----------------------------------------------------------------------------- */


/* 3.1.3 Navigation */


/* Primary Navigation */

.header-primary-nav {
    background-color: #f5f5f3;
}
.suppa_top_level_link.new-page:before {
    display: inline-block;
    content: "NEW";
    position: absolute;
    right: 0;
    top: -24px;
    font-size: 10px;
    color: #fff;
    background-color: #f7972b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
}
.suppa_top_level_link.new-page:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 22px;
    top: -4px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #f7972b;
}
.suppa_top_links_has_arrow.new-page:before {
    right: 10px;
}
.suppa_top_links_has_arrow.new-page:after {
    right: 32px;
}
.suppa-sticky .new-page:before,
.suppa-sticky .new-page:after {
    display: none;
}
.header-primary-nav .suppa_top_level_link.home-page span {
    font-size: 1px !important;
    padding: 20px 8px 0 8px;
}
.suppa_top_level_link.home-page:before {
    display: inline-block;
    content: "\e804";
    position: absolute;
    font-family: "custom_font";
    left: 30px;
    top: 15px;
    font-size: 20px;
}
.header-primary-nav .primary-nav .suppa_top_level_link.home-page.suppa_top_links_has_arrow {
    padding-right: 30px;
}
.suppaMenu_rwd_wrap .suppa_top_level_link.home-page:before {
    display: none;
}
.suppaMenu_rwd_wrap .suppa_top_level_link.home-page span {
    padding: 0;
}
.suppaMenu_rwd_wrap .suppa_top_level_link.new-page:before,
.suppaMenu_rwd_wrap .suppa_top_level_link.new-page:after {
    display: none;
}
.header-primary-nav .suppaMenu .suppa-caret-down::before {
    content: "";
    font-family: FontAwesome;
}
.header-primary-nav .suppaMenu .suppa-caret-right::before {
    content: "";
    font-family: FontAwesome;
}
.header-primary-nav .suppaMenu .menu-item {
    outline: 0 none;
}
.header-primary-nav .suppaMenu .suppa_dropdown_item_container {
    padding: 0 30px !important;
}
.header-primary-nav .suppaMenu .suppa_dropdown_item_container span {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.header-primary-nav .suppaMenu div:first-of-type .suppa_top_level_link {
    border-left: 1px solid #ebebeb;
}
.header-primary-nav .suppaMenu .suppa_top_level_link span {
    text-transform: uppercase;
}
.header-primary-nav .suppaMenu .suppa_mega_posts_post_article img {
    height: auto !important;
    max-width: 100%;
}
.header-primary-nav .suppaMenu .suppa_submenu {
    z-index: 400;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}
.header-primary-nav .suppaMenu .suppa_menu_dropdown .suppa_submenu {
    padding: 10px 0;
}
.header-primary-nav .suppaMenu .suppa_menu_dropdown .suppa_dropdown_item_container .current-menu-item,
.header-primary-nav .suppaMenu .suppa_menu .suppa_submenu_columns_wrap .current-menu-item {
    background-color: transparent !important;
}
.header-primary-nav .suppaMenu .suppa_menu_dropdown .suppa_dropdown_item_container .current-menu-item .suppa_item_title,
.header-primary-nav .suppaMenu .suppa_menu .suppa_submenu_columns_wrap .current-menu-item .suppa_item_title {
    color: #f7972b !important;
}
.header-primary-nav .suppaMenu .suppa_menu .suppa_submenu_columns_wrap .current-menu-item:before {
    color: #f7972b !important;
}
.header-primary-nav .suppaMenu .suppa_submenu > .suppa_dropdown_item_container:last-child a,
.header-primary-nav .suppaMenu .suppa_submenu .suppa_submenu > .suppa_dropdown_item_container:last-child a {
    border-bottom: 0;
}
.header-primary-nav .suppaMenu .suppa_submenu .suppa_submenu > .suppa_dropdown_item_container a {
    border-bottom: 1px solid #f0f0f0;
}
.header-primary-nav .suppaMenu .suppa_menu_dropdown > .suppa_submenu .suppa_submenu {
    top: -11px !important;
    margin-left: 2px;
}
.header-primary-nav .suppaMenu .suppa_post img {
    height: auto !important;
    max-width: 100%;
}
.header-primary-nav .suppaMenu .suppa_post span.suppa_post_link_title {
    border: 1px solid #f7972b;
    display: inline-block !important;
    float: none !important;
    margin-top: 10px;
    width: auto !important;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
.header-primary-nav .suppaMenu .suppa_post a {
    max-width: 100%;
}
.header-primary-nav .suppaMenu .suppa_post a:hover span.suppa_post_link_title {
    background-color: #f7972b;
    color: #fff !important;
}
.header-primary-nav .suppaMenu .suppa_post div.suppa_post_link_container {
    text-align: center;
    max-width: 100%;
}
.header-primary-nav .suppaMenu .suppa_mega_posts_post_article {
    max-width: 22%;
}
.header-primary-nav .suppaMenu .suppa_menu_mega_posts .suppa_mega_posts_categories a .suppa_upload_img {
    display: inline-block;
    margin: -2px 10px 0 0;
    max-width: 18px;
}
.header-primary-nav .suppaMenu .suppa_menu_links .suppa_submenu_columns_wrap {
    padding-top: 25px;
}
.header-primary-nav .suppaMenu .suppa_menu_links .suppa_column_title {
    transition: none;
    margin: 0;
}
.header-primary-nav .suppaMenu .suppa_menu_links .suppa_column_title:hover {
    padding-left: 0px !important;
}
.header-primary-nav .suppaMenu .suppa_menu_links .suppa_column_link::before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: bottom;
    font-size: 14px;
}
.header-primary-nav .suppaMenu .suppa_menu_links .suppa_column_link:nth-child(2) {
    margin-top: 0px !important;
}
.header-primary-nav .suppaMenu .suppa_menu_links .suppa_column_link:last-of-type {
    padding-bottom: 0px;
}
.header-primary-nav .suppaMenu .suppa_menu_links .suppa_column {
    border-right: 1px solid #f0f0f0;
}
.header-primary-nav .suppaMenu .suppa_menu_links .suppa_column:last-of-type {
    border: 0;
}
.header-primary-nav .primary-nav .suppa_menu_mega_posts .suppa_mega_posts_categories {
    margin: 20px 0;
}
.header-primary-nav .primary-nav .suppa_menu_mega_posts .suppa_mega_posts_categories a {
    margin-left: 30px;
    border-bottom: 1px solid #f5f5f5;
    text-transform: uppercase;
}
.header-primary-nav .primary-nav .suppa_mega_posts_post_article div.suppa_post_link_container {
    text-align: center;
}
.header-primary-nav .primary-nav .suppa_mega_posts_post_article div.suppa_post_link_container span {
    border: 1px solid #f7972b;
    display: inline-block !important;
    margin-top: 10px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
.header-primary-nav .suppa_mega_posts_post_article:hover .suppa_post_link_container span {
    background-color: #f7972b !important;
}
.header-primary-nav .suppa_submenu {
    -webkit-background-clip: border-box;
    background-clip: border-box;
}
.suppa_rwd_menus_container {
    max-width: 100%;
}
.primary-nav.suppa-sticky {
    z-index: 100;
}
.admin-bar .primary-nav.suppa-sticky {
    top: 32px !important;
}
@media (max-width: 767px) {
    .admin-bar .primary-nav.suppa-sticky {
        top: 46px !important;
    }
    .header-primary-nav .suppa_submenu_posts {
        padding: 0 1%;
    }
    .header-primary-nav .suppaMenu .suppa_post {
        margin: 30px 0 !important;
        max-width: 20%;
        padding: 0 2%;
    }
}
@media (max-width: 599px) {
    .admin-bar .primary-nav.suppa-sticky {
        top: 0px !important;
    }
    .suppaMenu_rwd_wrap .suppa_rwd_menu > .suppa_rwd_submenu {
        border-color: #e7e4d9;
        border-style: solid;
        border-width: 0 1px 1px;
    }
    .header-primary-nav .primary-nav .suppa_mega_posts_allposts_posts,
    .header-primary-nav .primary-nav .suppa_rwd_submenu_posts,
    .header-primary-nav .primary-nav .suppa_rwd_submenu_html,
    .header-primary-nav .primary-nav .suppa_rwd_submenu_columns_wrap {
        padding: 10px 0 0 0 !important;
    }
    .header-primary-nav .primary-nav .suppa_post {
        margin: 0 auto 10px auto !important;
        display: block !important;
        float: none !important;
    }
    .primary-nav .suppa_post div.suppa_post_link_container {
        text-align: center;
    }
    .primary-nav .suppa_post a:hover {
        color: #f7972b !important;
    }
    .suppa_post span.suppa_post_link_title {
        display: inline-block !important;
        float: none !important;
    }
    .primary-nav .suppa_post span.suppa_post_link_title:hover {
        color: #f7972b !important;
    }
    .header-primary-nav .suppaMenu_rwd_wrap .suppa_rwd_submenu_mega_posts .suppa_mega_posts_post_article {
        display: block !important;
        margin: 0 auto 25px;
    }
    .suppaMenu_rwd_wrap .suppa_rwd_submenu_mega_posts .suppa_mega_posts_post_article:first-of-type {
        margin-top: 15px;
    }
    .suppaMenu_rwd_wrap .suppa_rwd_menu,
    .suppaMenu_rwd_wrap .suppa_rwd_menu .suppa_dropdown_item_container,
    .suppaMenu_rwd_wrap .suppa_rwd_menu .suppa_dropdown_item_container .suppa_rwd_submenu,
    .suppaMenu_rwd_wrap .suppa_rwd_menu > .suppa_rwd_submenu {
        overflow: visible !important;
    }
}
.primary-nav.suppaMenu_wrap.suppa-sticky {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 30px;
    z-index: 100;
}

/* Default menu styles */

.primary-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.primary-nav .menu {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    background-color: #f5f5f3;
}
.primary-nav .menu:before,
.primary-nav .menu:after {
    content: "";
    display: table;
}
.primary-nav .menu:after {
    clear: both;
}
.primary-nav .menu {
    zoom: 1;
}
.primary-nav .menu li {
    float: left;
    position: relative;
    margin-right: 10px;
}
.primary-nav .menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.primary-nav .menu li:last-of-type a {
    border-bottom: 0;
}
.primary-nav .menu a {
    padding: 0 6px;
    color: #606366;
    margin: 8px 0;
    height: 34px;
    line-height: 34px;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    font-size: 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.primary-nav .menu li.current_page_item > a,
.primary-nav .menu a:hover,
.primary-nav .menu li.current_page_item > a:hover {
    background-color: #f7972b;
    color: #fff;
}
.primary-nav .menu li.menu-item-has-children > a {
    padding: 0 20px 0 6px;
}
.primary-nav .menu li.menu-item-has-children > a:after {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 6px;
}
.primary-nav .menu .sub-menu li.menu-item-has-children > a:after {
    content: '\f105';
    right: 0;
}
.primary-nav .menu .sub-menu li.menu-item-has-children > a {
    padding: 10px 20px 10px 0;
}
.primary-nav .menu ul {
    margin: 0;
    opacity: 0;
    padding: 0;
    background: white;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 300;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 200px;
    border: 1px solid #f5f5f5;
}
.primary-nav .menu ul li {
    float: none;
    display: block;
    border: 0;
    margin: 0;
    padding: 0 10px;
}
.primary-nav .menu ul a {
    display: inline-block;
    border-bottom: 1px solid #f5f5f5;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    padding: 10px 0px;
    color: #646565;
    border-radius: 0;
    margin: 0;
    height: auto;
    width: 100%;
    line-height: 1.5;
}
.primary-nav .menu ul a:hover {
    background: #fff;
    color: #f7972b;
}
.primary-nav .menu ul ul {
    top: -1px;
    left: 200px;
    margin: 0;
}
.primary-nav .menu ul li.current_page_item a,
.primary-nav .menu ul a:hover,
.primary-nav .menu ul li.current_page_item a:hover {
    background-color: #fff;
    color: #f7972b;
}

/* ----------------------------------------------------------------------------- */


/* 3.2 Content */

.site-wrapper {
    overflow-x: hidden;
}
.site-content {
    margin-top: 30px;
}

/* Infinite Blog Extra styles */

.site-content.infinite-blog {
    padding-bottom: 72px;
    margin-bottom: 30px;
}
.pt-get-more-posts {
    display: block;
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -150px;
    position: absolute;
    width: 300px;
    background: #f7f8f8;
    text-align: center;
    padding: 12px 0;
    color: #444444;
    cursor: pointer;
    border: 1px solid #e7e4d9;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-transform: uppercase;
}
.pt-get-more-posts:hover {
    background: #f7972b;
    border-color: #f7972b;
    color: white;
}
#temp_load {
    text-transform: uppercase;
    display: block;
    width: 300px;
    left: 50%;
    margin: 0 0 0 -150px;
    bottom: 0px;
    position: absolute;
    border: 2px solid #f7972b;
    text-align: center;
    background: #fff;
    color: #f7972b;
    padding: 12px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
#temp_load i {
    margin-right: 10px;
}

/* Search Form */

.search-form label {
    margin: 0;
}
.search-form .search-submit {
    display: inline-block;
    vertical-align: top;
}
.search .search-form {
    margin-bottom: 30px;
}
.search-no-results .search-form {
    margin-top: 20px;
}

/* Article styling on Blog Page */

.site-content article {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #e7e4d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.site-content article:last-of-type {
    margin-bottom: 0;
}
.site-content article:hover .thumbnail-wrapper img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.site-content .entry-header:after {
    display: block;
    content: '';
    clear: both;
}
.site-content .thumbnail-wrapper {
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin: 0 0 20px 0;
}
.site-content .thumbnail-wrapper img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    height: auto;
}
.site-content .entry-title {
    display: block;
    color: #484747;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}
.site-content .entry-title a {
    color: inherit;
}
.site-content .entry-meta {
    color: #898e91;
    padding: 0;
}
.site-content .entry-meta div {
    display: inline;
}
.site-content .entry-meta .entry-date {
    color: #151515;
}
.site-content .entry-meta div + div::before {
    display: inline-block;
    content: '|';
    margin: 0 10px;
}
.site-content .entry-content,
.site-content .entry-summary {
    margin-top: 25px;
}
.site-content .entry-additional-meta {
    padding: 25px 0 0;
}
.site-content .entry-additional-meta .edit-link {
    padding-left: 20px;
}
.site-content .entry-additional-meta .post-comments,
.site-content .entry-additional-meta .likes-counter {
    display: inline-block;
}
.site-content .entry-additional-meta .post-comments i,
.site-content .entry-additional-meta .likes-counter i {
    color: #f7972b;
    font-size: 14px;
    padding-right: 3px;
}
.site-content .entry-additional-meta .post-comments i {
    font-size: 16px;
}
.site-content .entry-additional-meta .post-comments + .likes-counter:before {
    display: inline-block;
    content: '|';
    padding: 0 5px 0 2px;
    color: #898e91;
}
.site-content .entry-additional-meta .link-to-post {
    display: inline-block;
    float: right;
    width: 18px;
    height: 18px;
    line-height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 1px solid #f7972b;
    background: transparent;
    color: #f7972b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 0 0 6px;
}
.site-content .entry-additional-meta .link-to-post:hover {
    background: #f7972b;
    color: #fff;
}
@media (max-width: 800px) {
    .site-content .thumbnail-wrapper {
        margin: 0 0 30px 0;
        max-width: 100%;
        width: 100%;
        text-align: center;
        float: none;
    }
}
.entry-content,
.entry-summary,
.page-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.entry-content:after,
.entry-summary:after,
.page-content:after {
    display: block;
    content: '';
    clear: both;
}
.entry-content.page-content {
    margin-top: 0;
}
.entry-content.page-content > .container {
    padding: 0;
}
.more-link i {
    padding-left: 4px;
}

/* Grid Blog layout */

.site-content.grid-layout article,
.site-content .blog-grid-wrapper article {
    padding: 0 15px;
    float: left;
    margin-bottom: 30px;
    border: 0;
}
.site-content.grid-layout article:hover,
.site-content .blog-grid-wrapper article:hover {
    box-shadow: none;
}
.site-content.grid-layout article:hover .posts-img-link,
.site-content .blog-grid-wrapper article:hover .posts-img-link {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.site-content.grid-layout .entry-header,
.site-content .blog-grid-wrapper .entry-header {
    padding: 15px 15px 0 15px;
    border: 1px solid #e7e4d9;
    border-bottom: 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
.site-content.grid-layout .thumbnail-wrapper + .entry-title,
.site-content .blog-grid-wrapper .thumbnail-wrapper + .entry-title {
    margin: 15px 0 0 0;
}
.site-content.grid-layout .entry-title,
.site-content .blog-grid-wrapper .entry-title {
    margin: 0;
    display: inline-block;
    padding: 0;
}
.site-content.grid-layout .thumbnail-wrapper,
.site-content .blog-grid-wrapper .thumbnail-wrapper {
    max-width: 100%;
    float: none;
    margin: 0;
    position: relative;
}
.site-content.grid-layout .thumbnail-wrapper img,
.site-content .blog-grid-wrapper .thumbnail-wrapper img {
    width: 100%;
    height: auto;
}
.site-content.grid-layout .entry-meta,
.site-content .blog-grid-wrapper .entry-meta {
    display: none;
}
.site-content.grid-layout .entry-additional-meta,
.site-content .blog-grid-wrapper .entry-additional-meta {
    border: 1px solid #e7e4d9;
    padding: 15px;
    border-top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
.site-content.grid-layout .entry-content,
.site-content .blog-grid-wrapper .entry-content {
    margin: 0;
    padding: 10px 15px 0;
    border: 1px solid #e7e4d9;
    border-width: 0 1px;
}
.site-content.grid-layout .entry-content p,
.site-content .blog-grid-wrapper .entry-content p {
    margin: 0;
}
.site-content.grid-layout .entry-content .more-link,
.site-content .blog-grid-wrapper .entry-content .more-link {
    display: none;
}
.site-content.grid-layout .posts-img-link,
.site-content .blog-grid-wrapper .posts-img-link {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    position: absolute;
    margin: -18px 0 0 -60px;
    padding: 0;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(2);
    transform: scale(2);
}
.site-content.grid-layout .posts-img-link:hover,
.site-content .blog-grid-wrapper .posts-img-link:hover {
    background: #f7972b;
}
.site-content.grid-layout .format-video embed,
.site-content.grid-layout .format-video iframe,
.site-content.grid-layout .format-video object,
.site-content.grid-layout .format-video video,
.site-content .blog-grid-wrapper .format-video embed,
.site-content .blog-grid-wrapper .format-video iframe,
.site-content .blog-grid-wrapper .format-video object,
.site-content .blog-grid-wrapper .format-video video {
    height: auto;
}

/* Sticky Post Special Styling */

.site-content article.sticky {
    position: relative;
    border-bottom: 2px solid #f7972b;
}
.site-content article.sticky .time-wrapper {
    display: none;
}
.site-content article.sticky .time-wrapper + div:before {
    display: none;
}
.site-content article.sticky .sticky-post {
    position: absolute;
    top: -1px;
    right: -1px;
    display: inline-block;
    background-color: #f7972b;
    padding: 5px 8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
    background-clip: padding-box;
}

/* ----------------------------------------------------------------------------- */


/* 3.2.1 Gallery */

.gallery {
    width: 100%;
    margin: 20px 0 0 0;
    overflow-y: hidden;
}
.gallery:after {
    display: block;
    content: '';
    clear: both;
}
.gallery img {
    width: 100%;
    border: 0 none;
}
.gallery .gallery-item {
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: inline-block;
}
.gallery-columns-1 .gallery-item {
    max-width: 98%;
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.gallery-columns-2 .gallery-item {
    max-width: 49%;
    max-width: -webkit-calc(49.8% - 20px);
    max-width: calc(49.8% - 20px);
}
.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33% - 20px);
    max-width: calc(33% - 20px);
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 21px);
    max-width: calc(25% - 21px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 20px);
    max-width: calc(20% - 20px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.5% - 20px);
    max-width: calc(16.5% - 20px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 20px);
    max-width: calc(14.28% - 20px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 20px);
    max-width: calc(12.5% - 20px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 10px);
    max-width: calc(11.1% - 10px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none !important;
}
.gallery.gallery-columns-9 {
    margin: 0 0 0 -10px;
}
.gallery.gallery-columns-9 .gallery-item {
    margin: 0 0 10px 10px;
}

/* Caption Animation */

figure.gallery-item {
    background: #3498db;
    overflow: hidden;
}
figure.gallery-item img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.gallery-item figcaption.wp-caption-text {
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    margin: 0 0 0 1em;
    padding: 0 2em 0.6em 0;
    text-align: left;
    opacity: 0;
    max-width: 100%;
    display: inline-block;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    background: transparent;
}
figure.gallery-item figcaption.wp-caption-text:before {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
}
figure.gallery-item:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.gallery-item:hover figcaption {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.gallery-columns-3 .gallery-item figcaption.wp-caption-text,
.gallery-columns-4 .gallery-item figcaption.wp-caption-text {
    max-width: 100%;
}

/* ----------------------------------------------------------------------------- */


/* 3.2.2 Post/Image/Paging Navigation */


/* Post Navigation */

.nav-links {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    text-align: right;
}
.nav-links:after {
    content: '';
    display: block;
    clear: both;
}
.nav-links a:first-of-type {
    float: left;
}
.post-navigation,
.image-navigation {
    display: block;
    padding: 0;
    font-size: 18px;
    margin: 20px 0 0 0;
}
.post-navigation a,
.image-navigation a {
    color: #484747;
    display: inline-block;
}
.post-navigation a:hover,
.post-navigation a:focus,
.post-navigation a:active,
.image-navigation a:hover,
.image-navigation a:focus,
.image-navigation a:active {
    color: #f7972b;
}

/* Blog Navigation */

.pagination {
    margin: 40px 0 0 0;
    text-align: center;
    clear: both;
    display: inline-block;
    width: 100%;
}
.pagination .loop-pagination {
    margin-top: -5px;
    text-align: center;
}
.pagination .page-numbers {
    font-size: 13px;
    margin-right: 1px;
    display: inline-block;
    padding: 0;
    height: 38px;
    line-height: 38px;
    width: 38px;
    text-align: center;
    border: 1px solid #e7e4d9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    vertical-align: top;
}
.pagination ul.page-numbers {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.pagination li {
    list-style: none;
    display: inline-block;
}
.pagination .page-numbers.current {
    border: 1px solid #f7972b;
    background: #f7972b;
    color: #fff;
}
.pagination a {
    color: #151515;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
    color: #f7972b;
    border: 1px solid #f7972b;
}
.pagination i {
    font-size: 10px;
    line-height: inherit;
}
.pagination .page-links-title {
    float: left;
    padding: 10px 0;
}
.pagination .nav-links a:first-of-type {
    float: none;
}

/* Comments navigation */

.comment-numeric-navigation {
    margin: 40px 0;
    text-align: center;
}
.comment-numeric-navigation .loop-pagination {
    margin-top: -5px;
    text-align: center;
}
.comment-numeric-navigation .page-numbers {
    font-size: 13px;
    margin-right: 1px;
    display: inline-block;
    padding: 9px 15px;
    border: 1px solid #e7e4d9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
.comment-numeric-navigation ul.page-numbers {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.comment-numeric-navigation .page-numbers.current {
    border: 1px solid #f8f8f6;
    background: #f8f8f6;
}
.comment-numeric-navigation a {
    color: #151515;
}
.comment-numeric-navigation a:hover,
.comment-numeric-navigation a:active,
.comment-numeric-navigation a:focus {
    color: #f7972b;
    border: 1px solid #f7972b;
}
.comment-numeric-navigation i {
    font-size: 10px;
}
.comment-numeric-navigation .page-links-title {
    float: left;
    padding: 10px 0;
}
.comment-navigation {
    margin: 40px 0;
    text-align: left;
}
.comment-navigation .prev {
    float: left;
}
.comment-navigation .next {
    float: right;
}
.comment-navigation a {
    font-size: 13px;
    display: inline-block;
    padding: 9px 15px;
    border: 1px solid #e7e4d9;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #151515;
}
.comment-navigation a:hover,
.comment-navigation a:active,
.comment-navigation a:focus {
    color: #f7972b;
}
.comment-navigation i {
    font-size: inherit;
    padding: 0 5px;
}
.comment-navigation:after {
    display: block;
    clear: both;
    content: '';
}

/* Page links */

.page-links {
    clear: both;
    font-size: 13px;
    font-weight: 400;
    margin: 20px 0;
    display: inline-block;
}
.page-links span {
    border: 1px solid #f8f8f6;
    background: #f8f8f6;
    padding: 9px 15px;
    display: inline-block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
.page-links a span {
    border: 1px solid #e7e4d9;
    background: transparent;
    color: #151515;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.page-links a:hover span,
.page-links a:focus span,
.page-links a:active span {
    color: #f7972b;
    border: 1px solid #f7972b;
}
.page-links > .page-links-title {
    height: auto;
    margin: 0;
    padding: 0 7px 0 0;
    width: auto;
    background: transparent;
    border: 0 none;
}

/* Blog Breadcrumbs */

.breadcrumbs-wrapper {
    display: inline-block;
    text-align: left;
    width: 100%;
}
.breadcrumbs-wrapper .row {
    padding: 30px 0;
    border-bottom: 1px solid #e7e4d9;
    margin: 0;
}
.breadcrumbs-wrapper .breadcrumbs {
    margin: 0;
    color: #484747;
    padding: 0 15px 0 0;
    display: block;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    list-style: none inside;
}
.breadcrumbs-wrapper .breadcrumbs li {
    display: inline-block;
    float: left;
}
.breadcrumbs-wrapper .breadcrumbs li + li:before {
    content: '/';
    padding: 0 10px;
    display: inline-block;
}
.breadcrumbs-wrapper .breadcrumbs a {
    color: #898e91;
}
.breadcrumbs-wrapper .breadcrumbs a:hover,
.breadcrumbs-wrapper .breadcrumbs a:focus,
.breadcrumbs-wrapper .breadcrumbs a:active {
    color: #f7972b;
}
.breadcrumbs-wrapper .breadcrumbs:after {
    content: '';
    display: block;
    clear: both;
}
@media (max-width: 480px) {
    .breadcrumbs-wrapper .breadcrumbs {
        font-size: 18px;
    }
}

/* ----------------------------------------------------------------------------- */


/* 3.2.3 Attachments */

article.attachment {
    overflow: hidden;
    padding: 0;
    border: 0;
}
article.attachment:after {
    display: block;
    content: '';
    clear: both;
}
article.attachment .entry-title {
    border-bottom: 1px solid #e7e4d9;
    padding-bottom: 7px;
}
article.attachment .attachment-img {
    text-align: center;
    max-width: 60%;
    float: left;
    margin-right: 20px;
}
article.attachment .attachment-img img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
article.attachment div.attachment-description {
    float: none;
    overflow: hidden;
}
article.attachment .entry-caption {
    line-height: 1.5;
}
article.attachment .entry-content {
    line-height: 1.3;
    padding-bottom: 0;
}
article.attachment .entry-meta {
    padding-top: 20px;
}
article.attachment .entry-meta div.date,
article.attachment .entry-meta div.tags,
article.attachment .entry-meta div.comments,
article.attachment .entry-meta div.source {
    display: block;
}
article.attachment .entry-meta div + div::before {
    display: none;
}
article.attachment .entry-caption ~ .entry-description {
    padding-top: 20px;
}
article.attachment .entry-meta strong {
    color: #484747;
}
article.attachment .post-comments {
    display: inline-block;
}
article.attachment .entry-meta-bottom {
    clear: left;
    float: left;
    width: 100%;
    margin-top: 40px;
}

/* ----------------------------------------------------------------------------- */


/* 3.2.4 Archives */

.archive-title,
.page-title {
    color: #3c3c3c;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 400;
    margin: -4px 0 26px;
    padding: 0;
    text-transform: uppercase;
}
.entry-content.row .page-title,
.entry-content.row .archive-title {
    padding-left: 15px;
}
.archive .site-content,
.category .site-content {
    margin-top: 30px;
}
.grid-layout .arcive-pages-content {
    margin: 0 -15px;
}
.grid-layout .arcive-pages-content:after {
    display: block;
    content: '';
    clear: both;
}
.taxonomy-description,
.author-description {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: lighter;
    font-family: "Roboto", sans-serif;
    vertical-align: middle;
}

/* ----------------------------------------------------------------------------- */


/* 3.2.6 404 Page */

.error404 .page-content,
.error404 .page-header {
    text-align: center;
}
.error404 .page-content p {
    margin-top: 20px;
}
.error404 .search-form {
    margin-top: 20px;
}

/* ----------------------------------------------------------------------------- */


/* 3.2.7 Single */

.single article {
    box-shadow: none !important;
}
.single .site-content .entry-content .container,
.single .site-content .entry-summary .container {
    padding: 0;
}
.entry-meta-bottom {
    border-top: 1px solid #e7e4d9;
    padding: 30px 0 0;
    margin: 40px 0 0 0;
    color: #898e91;
}
.entry-meta-bottom .social-links {
    margin: 0;
    display: inline-block;
}
.entry-meta-bottom .social-links > span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    color: #484747;
    margin-bottom: 10px;
}
.entry-meta-bottom .social-links a {
    color: #d0d0d0;
    font-size: inherit;
    margin: 0;
    width: auto;
}
.entry-meta-bottom .social-links a:hover,
.entry-meta-bottom .social-links a:focus,
.entry-meta-bottom .social-links a:active {
    color: #f7972b;
}
.entry-meta-bottom .social-links i {
    font-size: 20px;
}
.entry-meta-bottom .social-links span.sharecount {
    font-size: inherit;
    color: #d0d0d0;
    display: inline-block;
    vertical-align: top;
}
.entry-meta-bottom .social-links .pt-post-share {
    padding: 0 15px;
    border-left: 1px solid #d0d0d0;
    display: inline-block;
}
.entry-meta-bottom .social-links .pt-post-share:first-of-type {
    border-left: 0 none;
    padding-left: 0;
}
.entry-meta-bottom .like-wrapper {
    display: inline-block;
    float: right;
    margin: 0;
}
.entry-meta-bottom .like-wrapper span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    color: #484747;
    margin-bottom: 10px;
}
.entry-meta-bottom .like-wrapper i {
    font-size: 20px;
    vertical-align: top;
    padding-right: 3px;
}
.entry-meta-bottom .like-wrapper a {
    color: #d0d0d0;
    font-size: inherit;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}
.entry-meta-bottom .like-wrapper a:hover,
.entry-meta-bottom .like-wrapper a:focus,
.entry-meta-bottom .like-wrapper a:active {
    color: #f7972b;
}
.entry-meta-bottom .like-wrapper .loading {
    background: url(images/ajax-loader.gif) center no-repeat;
    display: inline-block;
    height: 16px;
    margin: 0;
    width: 16px;
}
.entry-meta-bottom .post-views {
    display: inline-block;
    float: right;
    margin: 0;
    color: #d0d0d0;
}
.entry-meta-bottom .post-views span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    color: #484747;
    margin-bottom: 10px;
}
.entry-meta-bottom .post-views i {
    font-size: 20px;
    vertical-align: top;
    padding-right: 3px;
}
.entry-meta-bottom:after {
    display: block;
    content: '';
    clear: both;
}
.entry-meta-bottom .social-links + .post-views {
    margin-left: 30px;
}
.entry-meta-bottom .post-tags {
    margin-bottom: 20px;
}
.author-info {
    border-top: 1px solid #e7e4d9;
    margin: 30px 0 0;
    padding: 40px 0 10px 90px;
    position: relative;
}
.author-info .author-avatar {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 40px;
}
.author-info .author-avatar img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.author-info .author-title {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-top: 0;
}
.author-info .author-total-comments {
    display: inline-block;
}
.author-info .author-total-comments i {
    color: #f7972b;
    font-size: 14px;
    padding-right: 5px;
}
.author-info .author-title + .author-total-comments:before {
    content: '|';
    display: inline-block;
    margin: 0 10px;
    color: #898e91;
}
.author-info .author-bio {
    color: #646565;
}
.author-info .author-contacts {
    margin-top: 20px;
}
.author-info .author-contacts i {
    font-size: 22px;
}
.author-info .author-contacts a {
    margin-left: 10px;
}
.author-info .author-contacts a:first-of-type {
    margin-left: 0;
}
.author-info .author-contacts a:hover,
.author-info .author-contacts a:focus,
.author-info .author-contacts a:active {
    color: #f7972b;
}
@media (max-width: 800px) {
    .entry-meta-bottom .social-links {
        display: block;
        margin-bottom: 20px;
    }
    .entry-meta-bottom .like-wrapper {
        float: left;
        margin: 0;
    }
    .entry-meta-bottom .post-views {
        float: left;
        margin: 0 30px 0 0;
    }
    .entry-meta-bottom .social-links + .post-views {
        margin-left: 0px;
    }
    .post-navigation {
        clear: both;
        padding-top: 20px;
    }
    .post-list .post {
        margin: 0 0 30px;
    }
}

/* ----------------------------------------------------------------------------- */


/* 3.2.8 Post Formats */


/* 3.2.8.1 Quote Post Format */

.format-quote blockquote:before {
    content: "";
    position: absolute;
    font-size: 27px;
    left: 25px;
    top: 14px;
    color: #e7e4d9;
}
.format-quote blockquote {
    margin-bottom: 20px;
    padding: 20px 20px 20px 75px;
    border: 0 none;
    border-left: 3px solid #f7972b;
    background: #f8f8f6;
    display: inline-block;
    width: 100%;
}
.format-quote blockquote a {
    display: block;
    text-align: right;
    width: 100%;
}
.format-quote blockquote:after {
    display: block;
    clear: both;
    content: '';
}

/* 3.2.8.2 Audio Post Format */

.blog-grid-wrapper .format-audio .audio-wrapper {
    max-width: 100%;
}
.format-audio {
    /* Player styles */
    /* Audio shortcode styles */
    /* Playlist styles */
}
.format-audio .audio-wrapper {
    max-width: 60%;
    width: 100%;
    float: left;
    margin: 0 30px 0 0;
}
.format-audio .mejs-offscreen {
    display: none !important;
}
.format-audio .wp-audio-shortcode,
.format-audio .wp-playlist {
    border: 0 none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    background: #f8f8f6;
    color: inherit;
}
.format-audio .mejs-container .mejs-controls {
    height: 30px;
    position: relative;
    width: 100%;
}
.format-audio .mejs-container .mejs-controls div {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: inherit;
}
.format-audio .mejs-container .mejs-controls .mejs-playpause-button {
    width: 15px;
}
.format-audio .mejs-container .mejs-controls .mejs-button button {
    background: transparent;
    height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 30px;
    color: #505050;
}
.format-audio .mejs-container .mejs-controls .mejs-button button:before {
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 15px;
    content: '';
    font-size: 13px;
    color: inherit;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.format-audio .mejs-container .mejs-controls .mejs-play button:before {
    content: "";
    left: 0;
}
.format-audio .mejs-container .mejs-controls .mejs-pause button:before {
    content: "";
    left: 0;
}
.format-audio .mejs-container .mejs-controls .mejs-time {
    box-sizing: content-box;
    color: inherit;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0;
}
.format-audio .mejs-container .mejs-controls .mejs-time span {
    color: inherit;
    display: inline-block;
    float: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0 5px;
}
.format-audio .mejs-container .mejs-controls .mejs-time-rail {
    padding-top: 7px;
}
.format-audio .mejs-container .mejs-controls .mejs-time-rail span {
    border-radius: 0;
    height: 4px;
}
.format-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #e9e9e9;
    margin: 5px;
    height: 4px;
}
.format-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #58a7c6;
}
.format-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #dedcdc;
}
.format-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    opacity: 0;
}
.format-audio .mejs-container .mejs-controls .mejs-unmute button:before {
    content: "";
    font-size: 18px;
    left: 7px;
    top: 14px;
}
.format-audio .mejs-container .mejs-controls .mejs-mute button:before {
    content: "";
    font-size: 18px;
    left: 7px;
    top: 14px;
}
.format-audio .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
    height: 30px;
    line-height: 30px;
    position: relative;
    width: 60px;
}
.format-audio .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #e9e9e9;
    width: 100%;
    height: 4px;
    display: inline-block;
}
.format-audio .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #58a7c6;
    height: 4px;
    display: inline-block;
}
.format-audio .wp-audio-shortcode {
    margin: 20px 0;
}
.format-audio .wp-audio-shortcode.mejs-container .mejs-controls {
    padding: 0 10px;
}
.format-audio .mejs-container .mejs-controls {
    background: transparent;
}
.format-audio .wp-playlist {
    min-height: 140px;
}
.format-audio .wp-playlist .wp-playlist-current-item {
    height: auto;
    display: block;
    margin-bottom: 0px;
    overflow: hidden;
}
.format-audio .wp-playlist .wp-playlist-current-item img {
    max-width: 140px;
    position: absolute;
    z-index: 1;
}
.format-audio .wp-playlist .wp-playlist-current-item .wp-playlist-caption {
    padding: 10px 10px 10px 155px;
}
.format-audio .wp-playlist .wp-playlist-caption {
    font-size: inherit;
    line-height: inherit;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}
.format-audio .wp-playlist .wp-playlist-item-meta {
    font-size: inherit;
    line-height: inherit;
}
.format-audio .wp-playlist .wp-playlist-item-title {
    font-size: inherit;
    line-height: inherit;
}
.format-audio .wp-playlist .wp-playlist-item-artist {
    font-size: inherit;
    line-height: inherit;
}
.format-audio .wp-playlist .mejs-container .mejs-controls {
    padding: 0 10px 0 155px;
    background: #f8f8f6;
}
.format-audio .wp-playlist .wp-playlist-next,
.format-audio .wp-playlist .wp-playlist-prev {
    padding-left: 155px;
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #505050;
}
.format-audio .wp-playlist .wp-playlist-next {
    padding-left: 0px;
    border-left: 1px solid #e5e4e4;
}
.format-audio .wp-playlist .wp-playlist-prev {
    float: left;
    text-align: left;
}
.format-audio .wp-playlist .wp-playlist-next:before,
.format-audio .wp-playlist .wp-playlist-prev:before {
    font-family: FontAwesome;
    display: inline-block;
    content: '';
    width: 30px;
    color: inherit;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.format-audio .wp-playlist .wp-playlist-next:before {
    content: "";
}
.format-audio .wp-playlist .wp-playlist-prev:before {
    content: "";
    width: 19px;
}
.format-audio .wp-playlist .wp-playlist-caption {
    color: inherit;
}
.format-audio .wp-playlist .wp-playlist-caption:hover {
    color: #f7972b;
}
.format-audio .wp-playlist .wp-playlist-item {
    border-bottom: 0 none;
    color: inherit;
    padding: 5px 0;
}
.format-audio .wp-playlist .wp-playlist-playing {
    background: #FAFAFA;
    color: inherit;
}
.format-audio .wp-playlist .wp-playlist-playing .wp-playlist-item-title:before {
    display: inline-block;
    color: #58a7c6;
    font-family: FontAwesome;
    content: "";
    font-size: 14px;
    padding-right: 5px;
}
.format-audio .wp-playlist .wp-playlist-playing .wp-playlist-item-length {
    font-weight: bold;
}
.format-audio .wp-playlist .wp-playlist-item-length {
    font-size: inherit;
    line-height: inherit;
    right: 0px;
    top: 5px;
}
.format-audio .wp-playlist .mejs-container .mejs-controls .mejs-play:hover button,
.format-audio .wp-playlist .mejs-container .mejs-controls .mejs-pause:hover button,
.format-audio .wp-playlist .mejs-container .mejs-controls .mejs-unmute:hover button,
.format-audio .wp-playlist .mejs-container .mejs-controls .mejs-mute:hover button,
.format-audio .wp-playlist-next:hover,
.format-audio .wp-playlist-prev:hover {
    color: #58a7c6;
}
.format-audio .wp-playlist-tracks {
    margin: 0;
    padding: 15px 10px 5px;
}
.format-audio .single-audio .wp-playlist-tracks {
    display: none;
}
.format-audio .single-audio .wp-playlist-next {
    display: none;
}
.format-audio .single-audio .wp-playlist-prev {
    display: none;
}
.blog-grid-wrapper .format-audio .wp-playlist .wp-playlist-current-item img {
    position: relative;
    float: left;
}
.blog-grid-wrapper .format-audio .wp-playlist {
    min-height: 180px;
}
.blog-grid-wrapper .format-audio .wp-playlist .wp-playlist-current-item .wp-playlist-caption {
    padding: 10px 10px 10px 0;
}
.blog-grid-wrapper .format-audio .wp-playlist .wp-playlist-current-item {
    margin-bottom: 10px;
}
.blog-grid-wrapper .format-audio .wp-playlist .mejs-container .mejs-controls {
    padding: 0 10px;
}
.blog-grid-wrapper .format-audio .wp-playlist .wp-playlist-prev {
    padding-left: 10px;
}

/* 3.2.8.3 Gallery Post Format */

.format-gallery .entry-carousel {
    width: 100%;
    max-width: 60%;
    float: left;
    margin: 0 30px 0 0;
}
.blog-grid-wrapper .entry-carousel {
    max-width: 100%;
}
.blog-gallery.paginated {
    background: rgba(0, 0, 0, 0.2);
}
.blog-gallery.paginated .owl-controls {
    left: 15px;
    bottom: 15px;
    display: inline-block;
    position: absolute;
}
.blog-gallery.paginated .owl-controls .owl-page span {
    background: #fff !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    display: inline-block;
    height: 16px;
    margin: 2px;
    opacity: 0.6;
    width: 16px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.blog-gallery.paginated .owl-controls .owl-page:hover span,
.blog-gallery.paginated .owl-controls .owl-page.active span {
    opacity: 1;
}
@media (max-width: 800px) {
    .format-gallery .entry-carousel {
        max-width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }
}

/* ----------------------------------------------------------------------------- */


/* 3.2.9 Comments */

.comments-area {
    margin-top: 60px;
    padding: 0;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    color: #484747;
    font-weight: 300;
    margin: 0;
    position: relative;
    border-top: 2px solid #484747;
    padding: 22px 0 20px 0;
}
.comments-area .comments-list {
    margin: 0;
    padding: 30px 0;
    font-weight: 300;
}
.comments-area .comments-list .comment,
.comments-area .comments-list .pingback {
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
    border: 0;
    border-top: 1px solid #e7e4d9;
    border-radius: 0;
    position: relative;
    min-height: 70px;
    display: inline-block;
    width: 100%;
}
.comments-area .comments-list .pingback {
    min-height: auto;
}
.comments-area .comments-list .comment:first-of-type,
.comments-area .comments-list .pingback:first-of-type {
    padding-top: 0;
    border: 0;
}
.comments-area .comments-list .comment:last-of-type {
    margin: 0;
}
.comments-area .comments-list .comment .child-comments {
    margin: 20px 0 0 50px;
    padding: 20px 0 0 0;
    clear: both;
    border-top: 1px solid #e7e4d9;
}
.comments-area .comments-list .comment.parent > .gravatar {
    min-height: 90px;
}
.comments-area .gravatar {
    display: inline-block;
    float: left;
    margin: 0 30px 0 0;
}
.comments-area .comment-meta {
    padding: 0;
    display: inline;
    font-size: 14px;
    color: #898e91;
    font-family: "Open Sans", sans-serif;
}
.comments-area .comment-meta .comment-author {
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}
.comments-area .comment-meta .comment-author-link,
.comments-area .comment-meta .author {
    color: #151515;
    display: inline-block;
}
.comments-area .comment-meta .comment-author-link:hover,
.comments-area .comment-meta .comment-author-link:focus,
.comments-area .comment-meta .comment-author-link:active {
    color: #f7972b;
}
.comments-area .comment-meta .comment-meta-time + .comment-reply-link:before,
.comments-area .comment-meta .comment-meta-time + .comment-edit-link:before,
.comments-area .comment-meta .comment-edit-link + .comment-reply-link:before,
.comments-area .comment-meta .url + .comment-edit-link:before {
    content: '|';
    display: inline-block;
    color: #898e91;
    margin: 0 10px;
}
.comments-area .comment-meta .comment-reply-link {
    display: inline-block;
}
.comments-area .comment-meta-item {
    margin: 0;
    padding: 0 0 0 100px;
}
.comments-area .comment-content {
    padding: 0 0 0 100px;
    margin-top: 10px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.comments-area .comment-form {
    padding: 0 0 30px 0;
}
.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="email"],
.comments-area .comment-form input[type="url"],
.comments-area .comment-form textarea {
    padding: 8px 20px;
    background: #fefefe;
    width: 100%;
    max-width: 470px;
}
.comments-area .comment-form label {
    display: none;
}
.comments-area .comment-form textarea {
    max-width: 670px;
    min-height: 200px;
}
.comments-area small {
    display: block;
}
.comments-area small #cancel-comment-reply-link:before {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 5px;
}
.comments-area .pingback .comment-meta,
.comments-area .trackback .comment-meta {
    padding: 0;
}
.required {
    color: #c0392b;
}

/* ----------------------------------------------------------------------------- */


/* 3.3 Sidebars */

.sidebar {
    margin-top: 30px;
}
.sidebar .widget:last-of-type {
    margin-bottom: 0;
}

/* ----------------------------------------------------------------------------- */


/* 3.3.1 Widgets */

.widget {
    margin: 0 0 30px 0;
    border: 1px solid #e7e4d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 25px;
}
.widget .widget-title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #151515;
    font-weight: 400;
    margin: 0 0 25px 0;
    padding: 0;
    text-transform: uppercase;
}
.widget .widget-title a {
    color: #151515;
}
.widget .widget-title a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:active {
    color: #f7972b;
}
.widget a {
    color: #151515;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
    color: #f7972b;
}
.widget ul {
    list-style: none;
    margin-bottom: 0;
}
.widget ul ul {
    border: 0;
    padding: 0;
}
.widget ul li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #e7e4d9;
    padding: 5px 0;
}
.widget ul li:first-of-type {
    padding-top: 0;
}
.widget ul li:last-of-type {
    border-bottom: 0 none;
    padding-bottom: 0;
}
.widget ul li:before {
    display: none;
    padding-right: 0;
}
.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    color: #444444;
    background: #f7f8f8;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.widget button:hover,
.widget button:focus,
.widget button:active,
.widget .button:hover,
.widget .button:focus,
.widget .button:active,
.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="button"]:active,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="reset"]:active,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus,
.widget input[type="submit"]:active {
    color: white;
    background: #f7972b;
}
.widget .current-cat > span,
.widget .current-cat > a {
    color: #f7972b;
}

/* Tag cloud */

.widget_tag_cloud {
    padding: 25px 25px 15px;
}
.widget_tag_cloud a {
    font-size: 12px !important;
    border: 1px solid #f7972b;
    color: #3d3d3d;
    padding: 4px 8px;
    background: transparent;
    display: inline-block;
    margin: 0 10px 10px 0;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.widget_tag_cloud a:active {
    color: #fff;
    background: #f7972b;
}
.widget_tag_cloud:after {
    display: block;
    content: '';
    clear: both;
}

/* Search */

.widget_search {
    border: 0;
    padding: 0;
}
.widget_search .widget-title {
    margin-bottom: 10px;
}
.widget_search label {
    width: 100%;
    margin-bottom: 0;
}
.widget_search .search-form {
    width: 100%;
    display: inline-block;
    position: relative;
}
.widget_search .search-field {
    display: inline-block;
    width: 100%;
    padding: 11px 80px 10px 10px;
}
.widget_search .search-submit {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
}

/* Categories */

.widget.widget_categories ul li,
.widget.widget_archive ul li {
    padding: 10px 0;
}
.widget.widget_categories ul li:first-of-type,
.widget.widget_archive ul li:first-of-type {
    padding-top: 0;
}
.widget.widget_categories ul li:last-of-type,
.widget.widget_archive ul li:last-of-type {
    padding-bottom: 0;
}
.widget.widget_categories ul li:after,
.widget.widget_archive ul li:after {
    display: block;
    content: '';
    clear: both;
}
.site-footer .widget.widget_categories ul li,
.site-footer .widget.widget_archive ul li {
    text-align: left;
}
.site-footer .widget.widget_categories ul li a,
.site-footer .widget.widget_archive ul li a {
    text-align: left;
    float: none;
    display: inline-block;
    max-width: 100%;
}
.site-footer .widget.widget_categories ul li:after,
.site-footer .widget.widget_archive ul li:after {
    display: block;
    content: '';
    clear: both;
}

/* Recent Comments */

#recentcomments li:after {
    clear: both;
    content: "";
    display: block;
    position: relative;
}
#recentcomments li {
    padding: 0 0 10px 0;
    margin-bottom: 16px;
}
#recentcomments li:last-of-type {
    margin-bottom: 0;
    padding: 0;
}
#recentcomments .thumb-wrapper {
    display: inline-block;
    float: left;
    margin-right: 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    overflow: hidden;
}

/* Custom Nav Widget */

.widget_nav_menu .menu li {
    border-bottom: 1px solid #e5e4e4;
}
.widget_nav_menu .menu li a {
    color: #3d3d3d;
}
.widget_nav_menu .menu li a:hover,
.widget_nav_menu .menu li a:focus,
.widget_nav_menu .menu li a:active {
    color: #f7972b;
}
.widget_nav_menu .menu li:last-of-type {
    border-bottom: 0 none;
}
.widget_nav_menu .menu-item-has-children:after {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 10px;
    content: "\f054";
    font-family: FontAwesome;
    color: #f7972b;
}
.widget_nav_menu .menu-item-has-children.open:after {
    right: 0;
    top: 9px;
    content: "\f078";
}
.widget_nav_menu .sub-menu {
    padding: 5px 0 0 15px;
    margin: 0;
}
.widget_nav_menu .sub-menu li {
    border: 0 none;
}
.widget_nav_menu .sub-menu li a {
    color: #9f9f9f;
}
.widget_nav_menu .sub-menu li a:hover,
.widget_nav_menu .sub-menu li a:focus,
.widget_nav_menu .sub-menu li a:active {
    color: #f7972b;
}
.widget_nav_menu .menu-item-has-children > ul {
    display: none;
}
.widget_nav_menu .menu-item-has-children.current-menu-ancestor > ul {
    display: block;
}
.widget_nav_menu .current_page_item a {
    color: #f7972b !important;
}
.widget_text {
    padding: 0;
    border: 0;
    border-radius: 0;
}

/* ----------------------------------------------------------------------------- */


/* 3.3.2 Plumtree special Widgets */


/* Dash Search */

.widget .precontent {
    margin-bottom: 20px;
}
.widget .postcontent {
    margin-top: 20px;
}
.pt-searchform {
    display: inline-block;
    width: auto;
    position: relative;
    min-width: 380px;
    padding: 0;
    border: 0;
}
.pt-searchform .searchtext {
    background: transparent;
    border: 1px solid #e7e4d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 0 190px 0 15px;
    color: inherit;
    font-size: inherit;
    width: 100%;
    height: 34px;
    line-height: 34px;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
.pt-searchform .searchtext:focus {
    width: 100%;
}
.pt-searchform .search-select,
.pt-searchform .select2-container.search-select {
    width: 140px;
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 0;
    height: 34px;
    line-height: 34px;
    text-align: left;
    border: 1px solid #e7e4d9;
    border-radius: 0;
    border-right: 0;
}
.pt-searchform .search-select .select2-choice,
.pt-searchform .select2-container.search-select .select2-choice {
    border: 0 none;
    border-radius: 0;
    height: 32px;
    padding: 0;
    color: #898e91;
}
.pt-searchform .search-select .select2-choice:hover,
.pt-searchform .search-select .select2-choice:focus,
.pt-searchform .search-select .select2-choice:active,
.pt-searchform .select2-container.search-select .select2-choice:hover,
.pt-searchform .select2-container.search-select .select2-choice:focus,
.pt-searchform .select2-container.search-select .select2-choice:active {
    color: #f7972b;
}
.pt-searchform .search-select .select2-arrow,
.pt-searchform .select2-container.search-select .select2-arrow {
    left: 0;
}
.pt-searchform .search-select .select2-arrow:before,
.pt-searchform .select2-container.search-select .select2-arrow:before {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 8px;
}
.pt-searchform .search-select .select2-chosen,
.pt-searchform .select2-container.search-select .select2-chosen {
    margin: 0 5px 0 25px;
}
.pt-searchform button.search-button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    height: 34px;
    line-height: 34px;
    width: 40px;
    background: #e7e4d9;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pt-searchform button.search-button:hover {
    background: #f7972b;
}
.pt-searchform i {
    font-size: 22px;
    color: #fff;
}
.pt-searchform .select2-container .select2-choice .select2-arrow b::after {
    display: none;
}

/* Media queries for PT Search */

@media (max-width: 800px) {
    .pt-searchform {
        min-width: auto;
    }
    .pt-searchform .searchtext {
        width: 100%;
    }
}

/* Dash Cart */

.hgroup-sidebar .widget.widget_shopping_cart {
    border: 0 none;
    padding: 5px 15px 0 15px;
}
.hgroup-sidebar .widget.widget_shopping_cart .heading {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 20px 0 10px;
    font-size: 22px;
    height: 52px;
    line-height: 52px;
    color: #f7972b;
    background-color: #f5f5f3;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
.hgroup-sidebar .widget.widget_shopping_cart:hover .heading,
.hgroup-sidebar .widget.widget_shopping_cart.hovered .heading {
    color: #fff;
    background-color: #f7972b;
}
.hgroup-sidebar .widget.widget_shopping_cart .count {
    background-color: #626262;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: inline-block;
    right: -15px;
    top: 11px;
}
.hgroup-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content,
.hgroup-sidebar .widget.widget_shopping_cart .excerpt-wrapper {
    color: #898e91;
    background-color: #fff;
    padding: 20px;
    min-width: 230px;
    position: absolute;
    top: 85px;
    right: 0px;
    border: 1px solid #e7e4d9;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
.hgroup-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content:after,
.hgroup-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content:before,
.hgroup-sidebar .widget.widget_shopping_cart .excerpt-wrapper:after,
.hgroup-sidebar .widget.widget_shopping_cart .excerpt-wrapper:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    right: 38px;
}
.hgroup-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content:before,
.hgroup-sidebar .widget.widget_shopping_cart .excerpt-wrapper:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e7e4d9;
}
.hgroup-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content:after,
.hgroup-sidebar .widget.widget_shopping_cart .excerpt-wrapper:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #fff;
    top: -9px;
    right: 40px;
}
.hgroup-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .variation,
.hgroup-sidebar .widget.widget_shopping_cart .excerpt-wrapper .variation {
    display: none;
}
.hgroup-sidebar .widget_shopping_cart.hovered .excerpt-wrapper,
.hgroup-sidebar .widget_shopping_cart.hovered .widget_shopping_cart_content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
.hgroup-sidebar .woocommerce ul.cart_list,
.hgroup-sidebar .woocommerce ul.product_list_widget,
.hgroup-sidebar .woocommerce-page ul.cart_list,
.hgroup-sidebar .woocommerce-page ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0 none;
}
.hgroup-sidebar .widget_shopping_cart .excerpt-wrapper,
.hgroup-sidebar .widget_shopping_cart .excerpt-wrapper .buttons {
    text-align: center;
}
.hgroup-sidebar .widget_shopping_cart .excerpt-wrapper .buttons .checkout {
    float: none;
    display: inline-block;
}
.hgroup-sidebar .widget_shopping_cart .excerpt-wrapper .message {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.hgroup-sidebar .widget_shopping_cart .view-cart {
    color: #151515;
    font-size: 14px;
    display: inline-block;
    margin: 15px 0 0;
}
.hgroup-sidebar .widget_shopping_cart .view-cart:hover,
.hgroup-sidebar .widget_shopping_cart .view-cart:focus,
.hgroup-sidebar .widget_shopping_cart .view-cart:active {
    color: #f7972b;
}
.hgroup-sidebar .widget_shopping_cart .view-cart .fa {
    margin-left: 5px;
}
@media (max-width: 800px) {
    .hgroup-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content,
    .hgroup-sidebar .widget.widget_shopping_cart .excerpt-wrapper {
        right: auto;
        left: 50%;
        margin: 0 0 0 -115px;
    }
    .hgroup-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content:after,
    .hgroup-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content:before,
    .hgroup-sidebar .widget.widget_shopping_cart .excerpt-wrapper:after,
    .hgroup-sidebar .widget.widget_shopping_cart .excerpt-wrapper:before {
        right: 105px;
    }
    .hgroup-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content:after,
    .hgroup-sidebar .widget.widget_shopping_cart .excerpt-wrapper:after {
        right: 107px;
    }
}

/* Dash Categories */

.widget_dash_categories .pt-categories li {
    border-bottom: 1px solid #e7e4d9;
    padding: 10px 0;
}
.widget_dash_categories .pt-categories li:last-of-type {
    border-bottom: 0 none;
}
.widget_dash_categories .pt-categories li:before {
    display: none;
    padding-right: 0;
}
.widget_dash_categories .pt-categories li:after {
    display: block;
    content: '';
    clear: both;
}
.widget_dash_categories .pt-categories li .cat-img-wrap {
    max-width: 25px;
    display: inline-block;
    margin-right: 8px;
}
.widget_dash_categories .pt-categories li a,
.widget_dash_categories .pt-categories li .count {
    display: inline-block;
    vertical-align: middle;
}
.widget_dash_categories .pt-categories li .show-children {
    float: right;
    outline: none;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 3px 0 0 8px;
    border: 1px solid #f7972b;
    color: #f7972b;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background: #fff;
}
.widget_dash_categories .pt-categories li .show-children span:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 9px;
    margin-left: 1px;
    margin-top: -2px;
    line-height: 18px;
    text-align: center;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    height: 19px;
    vertical-align: middle;
}
.widget_dash_categories .pt-categories li .show-children:hover {
    background: #f7972b;
    color: #fff;
}
.widget_dash_categories .pt-categories li .show-children.collapsed span:before {
    content: "";
}
.widget_dash_categories .children {
    margin: 0;
    width: 100%;
}
.widget_dash_categories .children li {
    border: 0 none;
    padding-left: 0px;
    width: 100%;
}
.widget_dash_categories .children li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 8px;
    vertical-align: middle;
    padding-right: 5px;
    content: "";
}
.widget_dash_categories .children li:first-of-type {
    padding-top: 12px;
}
.widget_dash_categories .children li:last-of-type {
    padding-bottom: 12px;
}

/* Dash Contacts */

.widget.widget_dash_contacts ul.pt-widget-contacts li {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    border: 0 none;
}
.widget.widget_dash_contacts ul.pt-widget-contacts li:first-of-type {
    padding-top: 0;
}
.widget.widget_dash_contacts ul.pt-widget-contacts li img {
    max-width: 125px;
}
.widget.widget_dash_contacts ul.pt-widget-contacts li:before {
    content: '';
    font-family: FontAwesome;
    vertical-align: baseline;
    display: inline-block;
    padding: 0;
    font-size: inherit;
    width: 25px;
    text-align: left;
}
.widget.widget_dash_contacts ul.pt-widget-contacts li.a-logo:before {
    width: 0;
}
.widget.widget_dash_contacts ul.pt-widget-contacts li.a-name {
    font-size: inherit;
    font-family: 'Roboto', sans-serif;
    color: inherit;
    text-align: left;
    font-weight: 200;
}
.widget.widget_dash_contacts ul.pt-widget-contacts li.a-name:before {
    width: 0;
}
.widget.widget_dash_contacts ul.pt-widget-contacts li.a-email:before {
    content: "\f0e0";
}
.widget.widget_dash_contacts ul.pt-widget-contacts li.a-skype:before {
    content: "\f17e";
}
.widget.widget_dash_contacts ul.pt-widget-contacts li.a-fx:before {
    content: "";
}
.widget.widget_dash_contacts ul.pt-widget-contacts li.a-phone:before {
    content: "\f095";
}
.widget.widget_dash_contacts ul.pt-widget-contacts li.a-address:before {
    content: "\f041";
}

/* Dash Pay Icons */

.widget.widget_dash_pay_icons ul.pt-widget-pay-icons li {
    margin: 10px 10px 0 0;
    display: inline-block;
    max-width: 50px;
    border: 0;
    padding: 0;
}
.widget.widget_dash_pay_icons ul.pt-widget-pay-icons li:before {
    content: '';
    display: none;
    padding: 0;
}

/* Recent Posts, Most Viewed Posts, Popular Posts */

.widget-posts-list {
    margin: 0;
}
.widget-posts-list .post-item {
    list-style: none;
    border: 0 none;
    padding: 0;
    margin-bottom: 20px;
}
.widget-posts-list .post-item:last-of-type {
    margin-bottom: 0;
}
.widget-posts-list .post-item:after {
    display: table;
    content: '';
    clear: both;
}
.widget-posts-list .thumb-wrapper {
    display: inline-block;
    float: left;
    margin: 0 15px 10px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    overflow: hidden;
}
.widget-posts-list .thumb-wrapper img {
    width: 100%;
}
.widget-posts-list .content-wrapper {
    display: block;
    float: none;
    overflow: hidden;
}
.widget-posts-list h4 {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin: -5px 0 0 0;
    padding-bottom: 7px;
    font-weight: 400;
}
.widget-posts-list .entry-meta div {
    margin-top: 5px;
}
.widget-posts-list .entry-meta div i {
    color: #f7972b;
    padding-right: 3px;
    font-size: 16px;
    vertical-align: top;
}

/* YITH filters styles */
.widget.yith-woocommerce-ajax-product-filter {
    border: 1px solid #f0f0f0;
    padding: 25px;
}
.widget.yith-woocommerce-ajax-product-filter.woocommerce li {
    list-style: none;
    color: inherit;
    border-width: 0 0 0 0;
}
.widget.yith-woocommerce-ajax-product-filter.woocommerce .yith-wcan-list li {
    border-width: 0 0 1px 0;
}
.widget.yith-woocommerce-ajax-product-filter.woocommerce .yith-wcan-list li a {
    padding-left: 18px;
}
.widget.yith-woocommerce-ajax-product-filter li.chosen,
.widget.yith-woocommerce-ajax-product-filter li:hover {
    color: #f7972b;
}
.widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li.chosen a:before {
    content: "";
}
.widget.yith-woocommerce-ajax-product-filter.widget_layered_nav ul li.chosen a {
    background: transparent;
    border: 0;
    color: inherit;
}
.widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li a:before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 15px;
    color: #151515;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li a:hover::before {
    color: #f7972b;
}
.widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li:first-of-type a:before {
    top: 4px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {
    border: 2px solid #f1f1f1;
    height: 30px;
    margin: 0 5px 0 0;
    width: 30px;
    -webkit-transition: border-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out;
    -ms-transition: border-color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span {
    border: 2px solid #151515;
}
.woocommerce a.button.yith-wcan-reset-navigation {
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    margin-top: 6px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li span {
    background: transparent;
    border: 2px solid #f1f1f1;
    margin: 0 5px 0 0;
    min-width: 34px;
    height: 34px;
    line-height: 26px;
    text-align: center;
    padding: 2px;
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
    background-color: #F7972B;
    border: 2px solid #F7972B;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li,
.woocommerce .widget_layered_nav ul.yith-wcan-color li {
    padding-bottom: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li:first-of-type,
.woocommerce .widget_layered_nav ul.yith-wcan-color li:first-of-type {
    padding-top: 5px;
}
.yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li a,
.widget .yit-wcan-select-open {
    max-width: 210px;
}
.widget-area .yith-wcan-select-wrapper {
    max-width: 210px;
    margin-top: -1px;
    border-color: #e1e1e1;
}
.widget .yit-wcan-select-open {
    background-color: #fafafa;
    background-image: none;
    border-color: #e1e1e1;
    color: #505050;
    height: 34px;
    line-height: 32px;
    padding: 0px 30px 0px 15px;
    margin: 16px 0 0 0;
    position: relative;
}
.widget .yit-wcan-select-open::after {
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0;
}
#filters-sidebar {
    padding-bottom: 6px;
}
#filters-sidebar .widget.yith-woocommerce-ajax-product-filter {
    border: 0;
    border-radius: 0;
    padding: 0 8px;
    display: inline-block;
    position: relative;
}
#filters-sidebar .dropdown-filters-title {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    padding: 8px 20px;
    text-transform: uppercase;
    color: #484747;
    background: #f5f5f5;
    border: 1px solid #e7e4d9;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    font-weight: normal;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
#filters-sidebar .widget.yith-woocommerce-ajax-product-filter .yith-wcan {
    background-color: #fff;
    padding: 20px 20px 25px;
    min-width: 200px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin: 0 0 0 -100px;
    border: 1px solid #e1e1e1;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
#filters-sidebar .widget.yith-woocommerce-ajax-product-filter .yith-wcan:after,
#filters-sidebar .widget.yith-woocommerce-ajax-product-filter .yith-wcan:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    right: 80px;
}
#filters-sidebar .widget.yith-woocommerce-ajax-product-filter .yith-wcan:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e1e1e1;
}
#filters-sidebar .widget.yith-woocommerce-ajax-product-filter .yith-wcan:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #fff;
    top: -9px;
    right: 82px;
}
#filters-sidebar .widget.yith-woocommerce-ajax-product-filter.hovered .yith-wcan {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
@media (max-width: 800px) {
    #filters-sidebar {
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    #filters-sidebar .widget.yith-woocommerce-ajax-product-filter {
        margin-bottom: 15px;
        padding: 0 15px 0 0;
    }
    #filters-sidebar .filter-head {
        padding: 0 15px 0 0;
    }
}

.favourite-posts > h3 {
    font-size: 14px;
    font-weight: normal;
}
.twiget-widget li {
    padding: 10px 0 !important;
    margin-bottom: 10px;
}
.twiget-widget li:first-of-type {
    padding: 0 0 10px 0 !important;
}
.twiget-widget li:last-of-type {
    margin-bottom: 0;
    padding: 10px 0 0 0 !important;
}
.twiget-widget img {
    float: left;
    margin-right: 10px;
}
.twiget-widget .tweet-bio {
    margin: 0;
}
.widget_dash_socials ul {
    list-style-type: none;
    margin: 0;
    display: block;
}
.widget_dash_socials ul li {
    float: none;
    margin: 0;
    display: block;
    list-style: none;
    border: 0 none;
}
.widget_dash_socials ul li:before {
    display: none !important;
    content: '';
    padding: 0;
    margin: 0;
}
.widget_dash_socials ul.inline-mode {
    display: inline-block;
    vertical-align: middle;
}
.widget_dash_socials ul.inline-mode:after {
    display: block;
    content: '';
    clear: both;
}
.widget_dash_socials ul.inline-mode li {
    display: inline-block;
    float: left;
    padding: 0 8px 0 0;
}
.widget_dash_socials ul.inline-mode li a {
    padding: 0 3px;
}
.widget_dash_socials ul li i + span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 0 0 0 10px;
    vertical-align: middle;
}
.widget_dash_socials ul.icons-small {
    font-size: 16px;
}
.widget_dash_socials ul.icons-medium {
    font-size: 24px;
}
.widget_dash_socials ul.icons-large {
    font-size: 32px;
}
.top-footer-widget .widget_dash_socials .widget-title {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
}


/* ----------------------------------------------------------------------------- */
/* 3.4 Footer */
.footer-shortcode + .site-footer {
    margin-top: 0px;
}
.site-footer {
    background: #3c3c3c;
    color: #f8f8f6;
    margin-top: 50px;
}
.site-footer .top-footer-widget .widget {
    margin: 10px 0;
}
.site-footer [class^="col-"],
.site-footer [class*=" col-"] {
    margin-bottom: 0px;
}
.site-footer .top-footer-widget {
    border-bottom: 1px solid #484e56;
}
.site-footer a {
    color: inherit;
}
.site-footer .widget {
    margin: 40px 0;
    color: inherit;
    border: 0;
    padding: 0;
}
.site-footer .widget .widget-title {
    color: #f8f8f6;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}
.site-footer .widget ul {
    list-style: none;
    margin-bottom: 0;
}
.site-footer .widget ul li {
    list-style: none;
    position: relative;
    border: 0 none;
}
.site-footer .widget ul li:before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    vertical-align: middle;
    color: #f7972b;
    font-size: 8px;
    padding-right: 5px;
}
.site-footer .footer-widgets aside + aside {
    margin-top: 0px;
}
.site-footer .footer-widgets .twiget-widget li:before {
    display: none;
}
.site-footer .footer-bottom {
    background: #24282e;
    border-top: 1px solid #484e56;
}
.site-footer .site-info {
    padding: 20px 15px;
}
.site-footer input[type="password"],
.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="number"],
.site-footer input[type="search"],
.site-footer input.input-text,
.site-footer textarea {
    color: inherit;
    border-color: #535353;
    -webkit-box-shadow: inset 0 0 0 1px #4e4e4e;
    -moz-box-shadow: inset 0 0 0 1px #4e4e4e;
    box-shadow: inset 0 0 0 1px #4e4e4e;
    background: transparent;
    width: 100%;
}
.site-footer .widget button,
.site-footer .widget .button,
.site-footer .widget input[type="button"],
.site-footer .widget input[type="reset"],
.site-footer .widget input[type="submit"] {
    background: #F7972B none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #F7972B;
}
.site-footer .widget button:hover,
.site-footer .widget .button:hover,
.site-footer .widget input[type="button"]:hover,
.site-footer .widget input[type="reset"]:hover,
.site-footer .widget input[type="submit"]:hover,
.custom-color-sheme .site-footer .widget button:hover,
.custom-color-sheme .site-footer .widget .button:hover,
.custom-color-sheme .site-footer .widget input[type="button"]:hover,
.custom-color-sheme .site-footer .widget input[type="reset"]:hover,
.custom-color-sheme .site-footer .widget input[type="submit"]:hover {
    background: transparent;
}
@media (max-width: 480px) {
    .site-footer .widget .widget-title {
        text-align: center;
    }
    .site-footer .widget {
        margin: 15px 0;
    }
}

/* To top button */
.to-top {
    display: inline-block;
    height: 40px;
    line-height: 26px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    font-size: 30px;
    text-align: center;
    color: #f7972b;
    border: 2px solid #f7972b;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 500;
}
.to-top:hover {
    background: #f7972b;
    color: #fff;
}
.to-top.top-is-visible {
    visibility: visible;
    opacity: 1;
}
.to-top.top-fade-out {
    opacity: .5;
}
.no-touch .to-top:hover {
    background-color: #e86256;
    opacity: 1;
}
@media (min-width: 768px) {
    .to-top {
        right: 20px;
        bottom: 20px;
    }
}
@media (max-width: 480px) {
    .to-top {
        display: none;
    }
}
@media (min-width: 1024px) {
    .to-top {
        height: 60px;
        line-height: 50px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}


/* ----------------------------------------------------------------------------- */
/* 3.5 Special Theme Styles */
.text-align-center {
    text-align: center;
}
.owl-theme .owl-controls .owl-page span {
    background: #f7972b;
}
.pt-view-switcher .fa,
.product [class^="custom-icon-"]::before,
.product [class*=" custom-icon-"]::before {
    line-height: inherit !important;
}
.lazyload {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.lazyloaded {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.7s ease-out;
    -moz-transition: opacity 0.7s ease-out;
    -ms-transition: opacity 0.7s ease-out;
    -o-transition: opacity 0.7s ease-out;
    transition: opacity 0.7s ease-out;
    -webkit-transition: transform 0.7s ease-out;
    -moz-transition: transform 0.7s ease-out;
    -ms-transition: transform 0.7s ease-out;
    -o-transition: transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
}
.pt-special {
    padding: 30px;
    border: 1px solid #e7e4d9;
    background: #fff;
    text-align: center;
}
.pt-special .icon {
    display: inline-block;
    width: 96px;
    height: 96px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #e7e4d9;
    position: relative;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.pt-special .fa {
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 75px;
    color: #fff;
}
.pt-special h4 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    color: #484747;
    font-weight: 200;
    margin: 20px 0;
    padding: 0;
}
.pt-special p {
    color: #898e91;
    margin: 0;
}
.pt-special p:after {
    display: inline-block;
    content: '';
    margin-top: 20px;
    background: url(images/arrow.png) no-repeat center bottom transparent;
    width: 100%;
    height: 18px;
}
.pt-special:hover .icon {
    background-color: #f7972b;
}
.pt-special-2 {
    padding: 30px;
    text-align: center;
}
.pt-special-2 .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(images/icons.png) no-repeat;
}
.pt-special-2 .icon.cart {
    background-position: -102px 0;
}
.pt-special-2 .icon.call {
    background-position: -153px 0;
}
.pt-special-2 .icon.sale {
    background-position: -51px 0;
}
.pt-special-2 h4 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 200;
    margin: 10px 0;
    padding: 0;
}
.pt-special-2 p {
    color: #fff;
    margin: 0;
}
.pt-special-2 .button-wrapper {
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.pt-special-2 .button {
    display: inline-block;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 10px 30px;
    margin: 0;
}
.pt-special-2 .button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}
.pt-special-2:hover .button::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}
.pt-special-3 {
    padding: 30px;
    text-align: center;
    border-style: solid;
    border-color: #e7e4d9;
    border-width: 4px 1px 1px 1px;
    position: relative;
}
.pt-special-3:before {
    display: block;
    content: '';
    height: 4px;
    width: 0;
    left: 50%;
    top: -4px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #f7972b;
}
.pt-special-3:hover:before {
    width: 100%;
    left: 0;
}
.pt-special-3:hover .icon {
    background: #f7972b;
}
.pt-special-3:hover .icon i {
    line-height: inherit;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.pt-special-3 .icon {
    display: inline-block;
    width: 95px;
    height: 95px;
    line-height: 105px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background: #e7e4d9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pt-special-3 .icon i {
    font-size: 26px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pt-special-3 h4 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #484747;
    font-weight: 400;
    margin: 30px 0 10px 0;
    padding: 0;
}
.pt-special-3 p {
    color: inherit;
    margin: 0 0 20px 0;
}
.pt-special-4 {
    padding: 45px 20px 20px;
    text-align: center;
    position: relative;
    margin: 40px 0 0 0;
    border: 1px solid #e7e4d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
.pt-special-4:hover .icon:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.pt-special-4:hover .icon:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.pt-special-4 .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    position: absolute;
    right: 20px;
    top: -40px;
    z-index: 1;
}
.pt-special-4 .icon:before,
.pt-special-4 .icon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pt-special-4 .icon:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    border: 3px solid #f7972b;
}
.pt-special-4 .icon:after {
    background: #f7972b;
}
.pt-special-4 .icon i {
    color: #fff;
    font-size: 34px;
    line-height: inherit;
}
.pt-special-4 h4 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 200;
    margin: 10px 0;
    padding: 0;
}
.pt-special-4 p {
    margin: 0 0 20px 0;
}
.animated-icon {
    display: inline-block;
    float: left;
    width: 45%;
    margin: 0 0 5% 5%;
    padding: 10px;
    text-align: center;
    background: #f7972b;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.animated-icon:hover {
    background: #fff;
}
.animated-icon:hover span {
    color: #f7972b;
}
.animated-icon span {
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 200;
}
.animated-icon i {
    color: #7fcdea;
    font-size: 56px;
    margin: 18px 0;
}
.footer-info-block .feature:hover .border {
    transform: scale(1);
    opacity: 1;
}
.footer-info-block .icon-wrapper {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    float: left;
    margin-right: 15px;
}
.footer-info-block .link {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.footer-info-block .icon {
    display: inline-block;
    color: #f7972b;
    font-size: 24px;
    margin: 8px 0 0 0;
}
.footer-info-block .text {
    color: #8f8f8f;
    display: block;
}
.footer-info-block .border {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    width: inherit;
    height: inherit;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
    border: 1px solid #f7972b;
    width: 100%;
    height: 100%;
}
@media (max-width: 480px) {
    .footer-info-block .feature {
        text-align: center;
    }
}

/* Responsive banner font sizes */

@media (max-width: 480px) {
    .figure.banner-with-effects {
        font-size: 80%;
    }
}

/* ----------------------------------------------------------------------------- */


/* 3.5.1 Home Page Template */

.page-template-front-page .sidebar {
    margin-top: 0px;
}
.page-template-front-page .site-content {
    margin-top: 0;
}
.page-template-front-page .site-content .entry-content {
    margin-top: 0;
}
.page-template-front-page .site-content .row > p:first-of-type {
    margin: 0;
}
.footer-shortcode {
    padding: 0;
}
.front-page-shortcode {
    padding: 0;
}
.front-page-shortcode p {
    margin: 0;
}
.front-page-shortcode .pt-woo-shortcode {
    margin-bottom: 0;
}
#special-sidebar-front {
    margin: 0;
}

/* ----------------------------------------------------------------------------- */


/* 3.5.2 Shortcode Slider styles */

.pt-woo-shortcode,
.pt-posts-shortcode {
    margin-left: -15px;
    margin-right: -15px;
}
.pt-woo-shortcode .title-wrapper,
.pt-posts-shortcode .title-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.pt-woo-shortcode.with-slider .title-wrapper h3,
.pt-posts-shortcode.with-slider .title-wrapper h3 {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: inherit;
    font-size: 30px;
    padding: 22px 85px 20px 0px;
    margin: 0 15px;
    text-transform: uppercase;
    border-top: 2px solid #484747;
}
.slider-navi {
    display: inline-block;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 26px;
}
.slider-navi span {
    display: inline-block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    border: 1px solid #b7b7b7;
    background: transparent;
    color: #b7b7b7;
    position: relative;
    margin-left: 5px;
    -webkit-transition: a 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    -ms-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.slider-navi span:before {
    display: inline-block;
    position: absolute;
    font-family: FontAwesome;
    font-size: 22px;
    top: 2px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.slider-navi span:hover,
.slider-navi span:focus,
.slider-navi span:active {
    color: #414141;
    border: 1px solid #414141;
}
.slider-navi .prev:before {
    content: "";
    left: 8px;
}
.slider-navi .next:before {
    content: "";
    left: 11px;
}

/* Custom Woo Shortcode styles */

.pt-woo-shortcode .pt-extra-gallery-thumbs {
    display: none !important;
}
.pt-woo-shortcode .fade-hover .pt-extra-gallery-thumbs {
    display: inline-block !important;
}
.pt-woo-shortcode .product-category h3 {
    display: none;
}
.pt-woo-shortcode.with-slider .woocommerce {
    clear: both;
}
.pt-woo-shortcode.with-slider .products {
    margin: 0;
    width: 100%;
    padding: 0;
}
.pt-woo-shortcode.with-slider .products .product {
    height: auto;
    margin-bottom: 0;
    list-style: none;
}
.pt-woo-shortcode.with-slider .products .product .short-description {
    display: none;
}

/* ----------------------------------------------------------------------------- */


/* 3.5.3 PT Posts Shortcode styles */

.post-list:after {
    display: block;
    content: '';
    clear: both;
}
.post-list .post {
    padding: 0 15px 1px 15px;
    list-style: none;
    float: left;
    margin: 0;
    border-style: solid;
    border-color: #e7e4d9;
}
.post-list .post:hover .posts-img-link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.post-list .post:hover .buttons-wrapper {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.post-list .post:hover .comments-qty,
.post-list .post:hover .likes-counter,
.post-list .post:hover .date {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.post-list .post:hover .date {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.post-list .post:hover .comments-qty {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.post-list .post:hover .likes-counter {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.post-list .post:hover .thumb-wrapper::after {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.post-list .thumb-wrapper {
    position: relative;
    overflow: hidden;
    background-clip: padding-box;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 10px 10px 0 10px;
    border-style: inherit;
    border-color: inherit;
    border-width: 1px 1px 0 1px;
}
.post-list .thumb-wrapper::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    opacity: 0;
}
.post-list .thumb-wrapper img {
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.post-list .posts-img-link {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    position: absolute;
    margin: -18px 0 0 -60px;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background: rgba(255, 255, 255, 0.85);
    opacity: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    z-index: 2;
}
.post-list .posts-img-link:hover,
.post-list .posts-img-link:focus,
.post-list .posts-img-link:active {
    color: #fff;
    background: #f7972b;
}
.post-list .buttons-wrapper {
    display: block;
    width: 100%;
    padding-top: 10px;
    position: absolute;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0;
    text-align: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    z-index: 2;
}
.post-list .buttons-wrapper .comments-qty,
.post-list .buttons-wrapper .likes-counter,
.post-list .buttons-wrapper .date {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
.post-list .buttons-wrapper i {
    font-size: 15px;
    color: #f7972b;
    margin: 0 2px 0 0;
}
.post-list .buttons-wrapper .likes-counter i {
    font-size: 14px;
}
.post-list .buttons-wrapper .date {
    float: left;
}
.post-list .buttons-wrapper .date i {
    margin: 0 5px 0 0;
}
.post-list .buttons-wrapper .comments-qty + .likes-counter {
    margin: 0 0 0 5px;
}
.post-list .item-content {
    position: relative;
    padding: 15px 20px 20px 20px;
    border-style: inherit;
    border-color: inherit;
    border-width: 1px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.post-list .thumb-wrapper + .item-content {
    position: relative;
    padding: 15px 20px 20px 20px;
    border-style: inherit;
    border-color: inherit;
    border-width: 0 1px 1px 1px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.post-list .item-content h3 {
    color: #484747;
    font-size: 18px;
    font-weight: 400;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
}
.post-list .item-content .entry-excerpt {
    margin: 10px 0 0 0;
    padding: 0;
}

/* ----------------------------------------------------------------------------- */


/* 3.5.4 PT Related posts styles */


/* Styles equal to PT Posts Shortcode styles */

#related_posts {
    margin-top: 60px;
}
#related_posts .post-list {
    padding: 0;
    margin-bottom: 0;
}
#related_posts .related-posts-title {
    text-transform: uppercase;
    ;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    color: #484747;
    font-weight: 300;
    margin: 0;
    position: relative;
    border-top: 2px solid #484747;
    padding: 22px 0 20px 0;
}

/* ----------------------------------------------------------------------------- */


/* 3.5.5 PT Sales carousel with countdown styles */

.pt-sales-carousel {
    display: inline-block;
    width: auto;
    position: relative;
    max-width: 100%;
}
.pt-sales-carousel h3 {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    color: #484747;
    font-weight: 300;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: uppercase;
}
.pt-sales-carousel ul.products {
    margin: 0;
    padding: 30px 40px;
    max-width: 100%;
}
.pt-sales-carousel ul.products li {
    padding: 0;
    text-align: left;
}
.pt-sales-carousel ul.products li:after {
    display: block;
    content: '';
    clear: both;
}
.pt-sales-carousel ul.products .img-wrapper {
    max-width: 254px;
    max-height: 288px;
    float: left;
    display: inline-block;
    margin-right: 5%;
    overflow: hidden;
    width: 40%;
}
.pt-sales-carousel ul.products .img-wrapper img {
    border-radius: 4px;
}
.pt-sales-carousel ul.products .counter-wrapper {
    display: inline-block;
    float: left;
    width: 55%;
    max-width: 300px;
}
.pt-sales-carousel ul.products h4 {
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    color: #484747;
    font-weight: 200;
    margin: 0 30px 0 0;
    display: inline-block;
    padding: 0;
}
.pt-sales-carousel ul.products h4:before {
    content: '';
    display: inline-block;
    background: url(images/sale-label.png) no-repeat 12px 5px #f7972b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-right: 10px;
    padding: 20px;
    vertical-align: sub;
}
.pt-sales-carousel ul.products .sale-value {
    padding: 0 15px;
    font-size: 22px;
    background: #f7972b;
    display: inline-block;
    vertical-align: super;
    color: #fff;
    border-radius: 2px;
}
.pt-sales-carousel ul.products .countdown-wrapper {
    display: inline-block;
    padding: 15px 0;
    text-align: left;
    border-top: 1px solid #e7e4d9;
    border-bottom: 1px solid #e7e4d9;
    width: 100%;
    margin: 30px 0;
}
.pt-sales-carousel ul.products .countdown-wrapper p {
    font-size: 16px;
    margin: 0;
    font-weight: lighter;
}
.pt-sales-carousel ul.products .countdown-row {
    display: inline-block;
}
.pt-sales-carousel ul.products .countdown-section {
    display: inline-block;
    float: left;
    font-size: 14px;
    width: 65px;
}
.pt-sales-carousel ul.products .countdown-amount {
    font-size: 25px;
}
.pt-sales-carousel ul.products .countdown-period {
    display: block;
    text-transform: lowercase;
    font-weight: lighter;
}
.pt-sales-carousel ul.products .price-wrapper p {
    border: 0 none !important;
    padding: 0 80px 0 0 !important;
    display: inline-block;
    margin: 0;
    position: relative;
}
.pt-sales-carousel ul.products .price-wrapper del {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    margin-right: 20px;
}
.pt-sales-carousel ul.products .price-wrapper ins {
    font-size: 30px;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    color: #f7972b;
    padding: 0;
}
.pt-sales-carousel ul.products .price-wrapper .button {
    margin: 0;
    position: absolute;
    right: 0;
    top: 7px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: #f7972b;
    border: 0 none;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    overflow: hidden;
}
.pt-sales-carousel ul.products .price-wrapper .button i {
    margin-left: -40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    font-size: 18px;
    vertical-align: middle;
    position: absolute;
    visibility: hidden;
}
.pt-sales-carousel ul.products .price-wrapper .button:hover {
    color: #fff;
    padding: 0 8px 0 32px;
}
.pt-sales-carousel ul.products .price-wrapper .button:hover i {
    margin-left: -28px;
    opacity: 1;
    visibility: visible;
}
.pt-sales-carousel ul.products .price-wrapper .added_to_cart {
    bottom: -20px;
    right: 2px;
    position: absolute;
}
.pt-sales-carousel .wrapper {
    position: relative;
    padding: 0;
    border: 1px solid #e7e4d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background: rgba(255, 255, 255, 0.8);
}
.pt-sales-carousel span.prev,
.pt-sales-carousel span.next {
    display: inline-block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 1px solid #f7972b;
    background: #fff;
    color: #f7972b;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pt-sales-carousel span.prev:before,
.pt-sales-carousel span.next:before {
    display: inline-block;
    position: absolute;
    font-family: FontAwesome;
    font-size: 22px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.pt-sales-carousel span.prev:hover,
.pt-sales-carousel span.prev:focus,
.pt-sales-carousel span.prev:active,
.pt-sales-carousel span.next:hover,
.pt-sales-carousel span.next:focus,
.pt-sales-carousel span.next:active {
    color: #fff;
    background: #f7972b;
}
.pt-sales-carousel .prev {
    left: -10px;
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.pt-sales-carousel .prev:before {
    content: "";
    left: 11px;
    top: 5px;
}
.pt-sales-carousel .next {
    right: -10px;
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.pt-sales-carousel .next:before {
    content: "";
    left: 14px;
    top: 5px;
}
.pt-sales-carousel .owl-theme .owl-controls .owl-page span {
    background: #fff;
}
.pt-sales-carousel .wrapper:hover .prev,
.pt-sales-carousel .wrapper:hover .next {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
@media (max-width: 800px) {
    .pt-sales-carousel ul.products li {
        text-align: center;
    }
    .pt-sales-carousel ul.products .img-wrapper {
        float: none;
    }
    .pt-sales-carousel ul.products .counter-wrapper {
        float: none;
    }
    .pt-sales-carousel ul.products .countdown-wrapper {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .pt-sales-carousel ul.products .img-wrapper {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .pt-sales-carousel ul.products .counter-wrapper {
        width: 100%;
    }
    .pt-sales-carousel ul.products .countdown-wrapper .countdown-amount {
        font-size: 20px;
    }
    .pt-sales-carousel .wrapper ul.products {
        padding: 20px;
    }
    /*.pt-sales-carousel span.prev, .pt-sales-carousel span.next {
    display: none; }*/
    .pt-sales-carousel ul.products .price-wrapper p {
        text-align: left;
    }
    .pt-sales-carousel ul.products .countdown-wrapper .countdown-section {
        font-size: 10px;
        width: 55px;
    }
}

/* ----------------------------------------------------------------------------- */


/* 3.5.6 PT carousel */

.site-main .owl-theme .owl-controls .owl-buttons div {
    background: #f7972b;
}
.site-main .owl-theme .owl-controls .owl-page span {
    background: #f7972b;
}
.pt-carousel .title-wrapper {
    position: relative;
}
.pt-carousel .title-wrapper h3 {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: inherit;
    font-size: 30px;
    padding: 22px 85px 20px 0px;
    margin: 0;
    text-transform: uppercase;
    border-top: 2px solid #484747;
}
.pt-carousel .slider-navi {
    padding-right: 0;
}
.pt-carousel .item-wrapper {
    float: left;
    padding: 0 15px;
    max-width: 100%;
}
.pt-carousel figure {
    position: relative;
}
.pt-carousel figcaption {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    opacity: 0;
    text-align: center;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.pt-carousel figcaption h3 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}
.pt-carousel figcaption a {
    display: inline-block;
    margin-left: 1px;
    padding: 10px 12px;
    text-align: center;
    background: #f4f4f4;
    color: #555555;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pt-carousel figcaption a .fa {
    font-size: 22px;
}
.pt-carousel figcaption a:hover,
.pt-carousel figcaption a:focus,
.pt-carousel figcaption a:active {
    background: #f7972b;
    color: #fff;
}
.pt-carousel figcaption .caption-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.pt-carousel figcaption .vertical-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.pt-carousel.animation-shift .item-wrapper {
    padding-bottom: 10px;
}
.pt-carousel.animation-shift figure:hover figcaption {
    opacity: 1;
    -ms-transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px);
    -moz-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
}
.pt-carousel.animation-shift figcaption {
    top: 0;
    left: 0;
    background: rgba(0, 156, 213, 0.5);
    color: #fff;
    height: 100%;
    width: 100%;
}
.pt-carousel.animation-shift figcaption h3 {
    color: #fff;
    background-color: rgba(0, 156, 213, 0.8);
    font-size: 16px;
    font-weight: 500;
}
.pt-carousel.animation-shift figcaption span {
    background-color: rgba(0, 156, 213, 0.8);
    padding: 0 5px;
}
.pt-carousel.animation-shift figcaption .btn-wrapper {
    margin-top: 20px;
}
.pt-carousel.animation-fading figure:hover figcaption {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.pt-carousel.animation-fading figure:hover figcaption .caption-wrapper {
    opacity: 1;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.pt-carousel.animation-fading figcaption {
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    color: #646565;
    height: 0;
    width: 0;
}
.pt-carousel.animation-fading figcaption h3 {
    color: #646565;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 500;
}
.pt-carousel.animation-fading figcaption span {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 5px;
}
.pt-carousel.animation-fading figcaption .btn-wrapper {
    margin-top: 20px;
}
.pt-carousel.animation-fading figcaption .caption-wrapper {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.pt-carousel.animation-bottom-sliding figure:hover figcaption {}
.pt-carousel.animation-bottom-sliding figure:hover figcaption h3 {}
.pt-carousel.animation-bottom-sliding figure:hover figcaption .btn-wrapper {
    opacity: 1;
}
.pt-carousel.animation-bottom-sliding .owl-item:first-of-type figcaption {
    border-left: 2px solid #e7e4d9;
}
.pt-carousel.animation-bottom-sliding figcaption {
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #e7e4d9;
    opacity: 1;
    padding: 10px 75px 10px 10px;
    text-align: left;
    position: relative;
    margin-left: -1px;
}
.pt-carousel.animation-bottom-sliding figcaption::after {
    display: inline-block;
    height: 100%;
    width: 1px;
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
    background-color: #e7e4d9;
}
.pt-carousel.animation-bottom-sliding figcaption .btn-wrapper {
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
}
.pt-carousel.animation-bottom-sliding figcaption a {
    display: inline-block;
    margin-left: 5px;
    padding: 5px 7px;
    text-align: center;
    background: #fff;
    color: #f7972b;
    border: 1px solid #f7972b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}
.pt-carousel.animation-bottom-sliding figcaption a:hover {
    background: #f7972b;
    color: #fff;
}
.pt-carousel.animation-bottom-sliding figcaption a .fa {
    font-size: 16px;
}
.pt-carousel.animation-none figure:hover img {
    opacity: 1;
}
.pt-carousel.animation-none img {
    opacity: 0.9;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.pt-carousel.animation-none figcaption {
    display: none;
}
.pt-carousel .carousel-item {
    margin: 0 -15px;
}
.pt-carousel .carousel-item:after {
    display: block;
    content: '';
    clear: both;
}
.pt-carousel .per-slide-6 .carousel-item {
    margin-top: -30px;
}
.pt-carousel .per-slide-6 .item-wrapper {
    width: 33%;
    padding: 30px 15px 0;
}
.pt-carousel .per-slide-3 .item-wrapper {
    width: 33%;
}
.pt-carousel .per-slide-2 .item-wrapper {
    width: 50%;
}
.pt-carousel .per-slide-1 .item-wrapper {
    width: 100%;
    text-align: center;
}
.pt-carousel .item-wrapper.rotator {
    padding-bottom: 0;
    padding-top: 0;
}
.pt-carousel .item-wrapper.rotator figure {
    background: #f8f8f6;
    padding: 16px 8px;
    text-align: center;
    border: 1px solid #e7e4d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    max-width: 262px;
    display: inline-block;
}
.pt-carousel .item-wrapper.rotator figcaption {
    padding: 0 20px 15px 20px;
    position: relative;
    transition: none;
    opacity: 1;
    transform: none;
    background: transparent;
    display: block;
}
.pt-carousel .item-wrapper.rotator figcaption h3 {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    color: #151515;
    font-weight: 200;
    display: block;
    text-align: center;
    border-bottom: 2px solid #e7e4d9;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.pt-carousel .item-wrapper.rotator figcaption span {
    display: block;
    text-align: center;
    font-size: inherit;
    color: #646565;
    padding-top: 10px;
}
.pt-carousel .item-wrapper.rotator a {
    display: block;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    font-size: 14px;
    color: #151515;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: -18px auto 0;
    border: 1px solid #e7e4d9;
    padding: 8px 15px;
    max-width: 130px;
}
.pt-carousel .item-wrapper.rotator a:hover,
.pt-carousel .item-wrapper.rotator a:focus,
.pt-carousel .item-wrapper.rotator a:active {
    background: #f7972b;
    color: #fff;
    border: 1px solid #f7972b;
    opacity: 0.95;
}
.widget .pt-carousel .title-wrapper {
    display: none;
}
.widget .pt-carousel .owl-page span {
    background: #646565;
}
.widget .pt-carousel .owl-page.active span {
    background: #f7972b;
}

/* ----------------------------------------------------------------------------- */
/* 3.5.7 Contact form styles */
.vscf [class^="col-"],
.vscf [class*=" col-"] {
    margin-bottom: 0px;
}
.vscf input,
.vscf textarea {
    width: 100% !important;
    max-width: 100%;
}
.vscf textarea {
    min-height: 120px;
    padding-top: 8px;
}
.vscf .vscf_send {
    width: auto !important;
    display: inline-block;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #f7972b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
.vscf_info {
  text-align: center;
}


/* ----------------------------------------------------------------------------- */
/* 3.5.8 PT Member Contacts styles */

.pt-member-contact {
    display: inline-block;
    max-width: 100%;
    position: relative;
}
.pt-member-contact h3 {
    font-size: 18px;
    color: #484747;
    margin: 0;
    font-weight: lighter;
}
.pt-member-contact span {
    font-size: 15px;
    color: #f7972b;
}
.pt-member-contact p {
    margin: 0;
    padding: 0;
    color: #898e91;
}
.pt-member-contact .contact-btns {
    font-size: 20px;
}
.pt-member-contact .contact-btns a {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    text-align: center;
}
.pt-member-contact.img-pos-left .contact-img-wrapper {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    display: inline-block;
    float: left;
    margin: 20px 25px 15px -90px;
    overflow: hidden;
}
.pt-member-contact.img-pos-left .text-wrapper {
    padding: 30px;
    border: 1px solid #e7e4d9;
    margin-left: 60px;
}
.pt-member-contact.img-pos-left .text-wrapper h3 {
    padding: 0;
    display: inline-block;
}
.pt-member-contact.img-pos-left .text-wrapper span {
    padding: 0;
    display: block;
}
.pt-member-contact.img-pos-left .text-wrapper p {
    padding: 10px 0 20px 0;
}
.pt-member-contact.img-pos-left .text-wrapper .contact-btns {
    padding: 0;
}
.pt-member-contact.img-pos-center .contact-img-wrapper {
    width: 100%;
    max-width: 263px;
    height: auto;
    max-height: 263px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    display: inline-block;
    margin: 0px;
    overflow: hidden;
}
.pt-member-contact.img-pos-center .text-wrapper {
    padding: 10px;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.pt-member-contact.img-pos-center .text-wrapper:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
.pt-member-contact.img-pos-center .text-wrapper:after {
    display: inline-block;
    height: 100%;
    width: 1px;
    content: '';
    vertical-align: middle;
}
.pt-member-contact.img-pos-center .text-wrapper .vertical-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.pt-member-contact.img-pos-center .text-wrapper h3,
.pt-member-contact.img-pos-center .text-wrapper span {
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    color: #fff;
    position: relative;
}
.pt-member-contact.img-pos-center .text-wrapper h3 {
    font-size: 16px;
    font-weight: 500;
}
.pt-member-contact.img-pos-center .text-wrapper span {
    font-size: 13px;
    font-weight: 200;
}
.pt-member-contact.img-pos-center:hover .text-wrapper:before {
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    background: #f7972b;
}
.pt-member-contact.img-pos-center:hover .text-wrapper h3,
.pt-member-contact.img-pos-center:hover .text-wrapper span {
    opacity: 1;
    transition-delay: 0.3s;
}
.pt-member-contact.img-pos-top .contact-img-wrapper img {
    width: 100%;
}
.pt-member-contact.img-pos-top .text-wrapper {
    padding: 0;
    border-color: #e7e4d9;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    background: #fff;
}
.pt-member-contact.img-pos-top .text-wrapper h3 {
    padding: 20px 20px 0 20px;
}
.pt-member-contact.img-pos-top .text-wrapper span {
    padding: 0 20px;
}
.pt-member-contact.img-pos-top .text-wrapper p {
    padding: 10px 20px 20px;
}
.pt-member-contact.img-pos-top .text-wrapper .contact-btns {
    padding: 5px 20px;
    border-top: 1px solid #e7e4d9;
}


/* ----------------------------------------------------------------------------- */
/* 3.5.9 PT Testimonials */

.pt-testimonials .carousel-container {
    display: inline-block !important;
    max-width: 100%;
}
.pt-testimonials .owl-theme .owl-controls .owl-page span {
    background: #f7972b;
}
.pt-testimonials .owl-theme .owl-controls {
    margin-top: 0px;
}
.pt-testimonials .carousel-item:after {
    display: block;
    content: '';
    clear: both;
}
.pt-testimonials .title-wrapper {
    text-align: center;
    position: relative;
}
.pt-testimonials .title-wrapper > h3 {
    text-align: center;
    border-top: 2px solid #484747;
    color: inherit;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    padding: 22px 40px 20px 40px;
    text-transform: uppercase;
}
.pt-testimonials .title-wrapper span {
    display: inline-block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    border: 1px solid #b7b7b7;
    background: transparent;
    color: #b7b7b7;
    position: absolute;
    margin: 0;
    top: 26px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    -ms-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.pt-testimonials .title-wrapper span:before {
    display: inline-block;
    position: absolute;
    font-family: FontAwesome;
    font-size: 22px;
    top: 2px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.pt-testimonials .title-wrapper span:hover,
.pt-testimonials .title-wrapper span:focus,
.pt-testimonials .title-wrapper span:active {
    color: #414141;
    border-color: #414141;
}
.pt-testimonials .title-wrapper .prev {
    left: 0px;
}
.pt-testimonials .title-wrapper .prev:before {
    content: "";
    left: 8px;
}
.pt-testimonials .title-wrapper .next {
    right: 0px;
}
.pt-testimonials .title-wrapper .next:before {
    content: "";
    left: 11px;
}
.pt-testimonials .img-wrapper {
    width: 120px;
    height: 120px;
    display: inline-block;
    overflow: hidden;
}
.pt-testimonials h3 {
    font-size: 18px;
    color: #484747;
    margin: 0;
    font-weight: lighter;
    padding: 0;
}
.pt-testimonials span {
    font-size: 15px;
    color: #f7972b;
}
.pt-testimonials p {
    margin: 0;
    padding: 0;
}
.pt-testimonials p q {
    color: #898e91;
}
.pt-testimonials .per-slide-1 .star-rating {
    display: none;
}
.pt-testimonials .per-slide-1 .item-wrapper {
    width: 100%;
    display: block;
}
.pt-testimonials .per-slide-1 .img-wrapper {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin: 0 0 20px;
}
.pt-testimonials .per-slide-1 .carousel-container {
    max-width: 750px;
}
.pt-testimonials .per-slide-1 .item-wrapper {
    text-align: center;
}
.pt-testimonials .per-slide-1 p {
    margin: 15px 0;
}
.pt-testimonials .per-slide-2 .carousel-item:after {
    display: inline-block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    content: '';
    background: #f5f5f5;
}
.pt-testimonials .per-slide-2 .item-wrapper {
    display: inline-block;
    float: left;
    padding: 20px 30px 30px;
    position: relative;
    width: 48%;
    border: 1px solid #e7e4d9;
    margin: 0 2% 0 0;
}
.pt-testimonials .per-slide-2 .item-wrapper:nth-child(2n) {
    margin: 0 0 0 2%;
}
.pt-testimonials .per-slide-2 .item-wrapper:nth-child(2n):after,
.pt-testimonials .per-slide-2 .item-wrapper:nth-child(2n):before {
    right: auto;
    left: -16px;
    border-left: 0;
}
.pt-testimonials .per-slide-2 .item-wrapper:nth-child(2n):before {
    border-right: 16px solid #e7e4d9;
}
.pt-testimonials .per-slide-2 .item-wrapper:nth-child(2n):after {
    border-right: 15px solid #fff;
    left: -14px;
    right: auto;
}
.pt-testimonials .per-slide-2 .item-wrapper:after,
.pt-testimonials .per-slide-2 .item-wrapper:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 25px;
    right: -16px;
}
.pt-testimonials .per-slide-2 .item-wrapper:before {
    border-bottom: 16px solid transparent;
    border-left: 16px solid #e7e4d9;
    border-top: 16px solid transparent;
}
.pt-testimonials .per-slide-2 .item-wrapper:after {
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    top: 26px;
    right: -14px;
    clear: both;
}
.pt-testimonials .per-slide-2 .img-wrapper {
    display: inline-block;
    float: left;
    margin: 10px 20px 0 0;
    position: relative;
    width: 90px;
}
.pt-testimonials .per-slide-2 .text-wrapper {
    display: inline;
    float: none;
    padding: 0;
    position: relative;
}
.pt-testimonials .per-slide-2 h3 {
    display: inline;
    font-size: 30px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}
.pt-testimonials .per-slide-2 span {
    display: block;
    font-weight: 200;
    width: 100%;
}
.pt-testimonials .per-slide-2 p {
    display: block;
    margin: 0;
    padding: 20px 0 0 110px;
    text-align: justify;
}
.pt-testimonials .per-slide-2 p q {
    font-size: 14px;
    display: inline-block;
    margin: 0;
    border-bottom: 1px solid #e7e4d9;
    padding: 0 0 20px;
}
.pt-testimonials .per-slide-2 .star-rating {
    margin: 20px 0 0 110px;
    width: 85px;
}
.pt-testimonials .per-slide-3 .star-rating {
    display: none;
}
.pt-testimonials .per-slide-3 .item-wrapper {
    width: 31%;
    display: inline-block;
    float: left;
    text-align: left;
    position: relative;
    padding: 0 0 120px;
    margin: 0 1%;
}
.pt-testimonials .per-slide-3 .img-wrapper {
    bottom: 0;
    height: 90px;
    left: 15px;
    margin: 0;
    position: absolute;
    width: 90px;
}
.pt-testimonials .per-slide-3 .text-wrapper {
    padding: 20px 20px 30px;
    border: 1px solid #e7e4d9;
    position: relative;
}
.pt-testimonials .per-slide-3 .text-wrapper:after,
.pt-testimonials .per-slide-3 .text-wrapper:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    left: 25px;
}
.pt-testimonials .per-slide-3 .text-wrapper:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e7e4d9;
}
.pt-testimonials .per-slide-3 .text-wrapper:after {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 19px solid #fff;
    bottom: -18px;
    left: 27px;
}
.pt-testimonials .per-slide-3 p q {
    font-size: 14px;
    display: inline-block;
    margin: 0;
    padding: 10px 0 0;
}
@media (max-width: 800px) {
    .pt-testimonials .per-slide-2 .carousel-item:after {
        display: none;
    }
    .pt-testimonials .per-slide-2 .item-wrapper {
        display: block;
        float: none;
        padding: 20px 30px 30px;
        position: relative;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .pt-testimonials .per-slide-2 .item-wrapper:nth-child(2n) {
        margin: 0;
    }
    .pt-testimonials .per-slide-2 .item-wrapper:after,
    .pt-testimonials .per-slide-2 .item-wrapper:before {
        border: 0;
    }
    .pt-testimonials .per-slide-2 p {
        padding: 20px 0 0 0;
    }
    .pt-testimonials .per-slide-3 .item-wrapper {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }
}


/* ----------------------------------------------------------------------------- */
/* 3.5.11 Portfolio template */

#portfolio-gallery {
    margin: 0 -15px;
    width: auto;
}
#portfolio-gallery .gallery-item {
    margin: 0 0 30px 0;
    padding: 0 15px;
    max-width: 100%;
}
#portfolio-gallery .gallery-icon {
    overflow: hidden;
    position: relative;
}
#portfolio-gallery .gallery-icon .quick-view {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #f4f4f4;
    color: #555555;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
}
#portfolio-gallery .gallery-icon .quick-view .fa {
    font-size: 22px;
}
#portfolio-gallery .gallery-icon .quick-view:hover,
#portfolio-gallery .gallery-icon .quick-view:focus,
#portfolio-gallery .gallery-icon .quick-view:active {
    background: #f7972b;
    color: #fff;
}
#portfolio-gallery .gallery-item img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#portfolio-gallery .gallery-item:hover img {
    -moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
#portfolio-gallery .gallery-item:hover .quick-view {
    opacity: 0.8;
}
#portfolio-gallery .portfolio-item-description {
    margin: 0;
    text-align: left;
    padding: 25px;
    border: 1px solid #e7e4d9;
    border-top: 0;
}
#portfolio-gallery .portfolio-item-description h3 {
    color: #484747;
    font-size: 30px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}
#portfolio-gallery .portfolio-item-description div {
    margin-top: 30px;
}
#portfolio-gallery .portfolio-item-description .buttons-wrapper .comments-qty,
#portfolio-gallery .portfolio-item-description .buttons-wrapper .likes-counter,
#portfolio-gallery .portfolio-item-description .buttons-wrapper .link-to-post {
    display: inline-block;
    margin-top: 0;
}
#portfolio-gallery .portfolio-item-description .buttons-wrapper .comments-qty i,
#portfolio-gallery .portfolio-item-description .buttons-wrapper .likes-counter i {
    margin-right: 5px;
    font-size: 15px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    vertical-align: middle;
}
#portfolio-gallery .portfolio-item-description .buttons-wrapper .comments-qty {
    margin-right: 10px;
}
#portfolio-gallery .portfolio-item-description .buttons-wrapper .comments-qty i {
    font-size: 17px;
}
#portfolio-gallery .portfolio-item-description .buttons-wrapper .link-to-post {
    float: right;
}
#portfolio-gallery .portfolio-item-description .buttons-wrapper .link-to-post a {
    background: transparent;
    width: 24px;
    height: 24px;
    line-height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 1px solid #f7972b;
    text-align: center;
    display: inline-block;
    color: #f7972b;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#portfolio-gallery .portfolio-item-description .buttons-wrapper .link-to-post a:hover,
#portfolio-gallery .portfolio-item-description .buttons-wrapper .link-to-post a:focus,
#portfolio-gallery .portfolio-item-description .buttons-wrapper .link-to-post a:active {
    background: #f7972b;
    color: #fff;
}
#portfolio-gallery .portfolio-item-description .buttons-wrapper:after {
    display: block;
    content: '';
    clear: both;
}


/* ----------------------------------------------------------------------------- */
/* 3.5.12 Gallery Template */

#pt-gallery {
    margin: 0 -15px;
    width: auto;
}
#pt-gallery .gallery-item {
    margin: 0 0 30px;
    padding: 0 15px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
#pt-gallery .gallery-item:hover .gallery-icon {
    opacity: 0.9;
}
#pt-gallery .gallery-item:hover .gallery-icon:after {
    background: rgba(0, 0, 0, 0.35);
    opacity: 1;
}
#pt-gallery .gallery-item:hover p {
    opacity: 1;
    transition-delay: .2s;
    -ms-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
#pt-gallery .gallery-item:hover h3 {
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
#pt-gallery .gallery-icon {
    overflow: hidden;
    position: relative;
    box-shadow: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transform-origin: 50% 50% 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#pt-gallery .gallery-icon:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}
#pt-gallery .gallery-item-description {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    max-width: -moz-calc(100% - 30px);
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    top: 0;
    overflow: hidden;
}
#pt-gallery .gallery-item-description div {
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#pt-gallery .gallery-item-description p {
    padding: 6px 0 0 0;
    text-align: center;
    width: 100%;
    opacity: 0;
    -ms-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform-origin: 50% 0 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0;
}
#pt-gallery .gallery-item-description p a {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #fff;
    background: transparent;
    padding: 3px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    position: relative;
}
#pt-gallery .gallery-item-description p a i {
    font-size: 18px;
}
#pt-gallery .gallery-item-description p a:hover,
#pt-gallery .gallery-item-description p a:focus,
#pt-gallery .gallery-item-description p a:active {
    color: #f7972b;
    opacity: 1;
}
#pt-gallery .gallery-item-description h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    margin: 0;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    width: 100%;
    max-width: 80%;
    text-align: center;
    padding: 3px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(0px, 20px, 0px);
    -ms-transform: translate3d(0px, 20px, 0px);
    transform: translate3d(0px, 20px, 0px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* Portfolio, Gallery filters */
.portfolio-filters-wrapper {
    display: block;
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
}
.portfolio-filters-wrapper label {
    margin: 0 10px 0 0;
    font-size: 16px;
    font-weight: lighter;
    font-family: "Roboto", sans-serif;
    vertical-align: middle;
}
.portfolio-filters-wrapper .select2-container {
    display: inline-block !important;
    text-align: left;
}


/* ----------------------------------------------------------------------------- */
/* 3.5.13 PT Pricing Table */

.pt-pricing-table ul {
    list-style: none;
}
.pt-pricing-table .title {
    padding: 15px;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
.pt-pricing-table .title h4 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding: 0;
}
.pt-pricing-table .price {
    padding: 30px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #fff;
    vertical-align: bottom;
}
.pt-pricing-table .price .info {
    display: block;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
    margin: 0 0 10px 0;
}
.pt-pricing-table .price .currency {
    font-size: 34px;
}
.pt-pricing-table .price .price-value {
    font-size: 60px;
}
.pt-pricing-table .options {
    border: 1px solid #e7e4d9;
    border-width: 0 1px 0 1px;
    margin: 0;
}
.pt-pricing-table .options li {
    padding: 20px;
    border-bottom: 1px solid #e7e4d9;
    text-align: center;
    vertical-align: middle;
}
.pt-pricing-table .options li:nth-of-type(2n) {
    background-color: #f8f8f6;
}
.pt-pricing-table .options li .fa {
    color: #C2D44E;
    font-size: 20px;
    vertical-align: top;
    padding: 0 5px 0 0;
    margin: -2px 0 0 0;
}
.pt-pricing-table .options li .fa.no {
    color: #F37338;
}
.pt-pricing-table .options .star-rating {
    font-family: FontAwesome;
    font-size: 15px;
    height: 16px;
    line-height: 18px;
    overflow: hidden;
    position: relative;
    width: 85px;
    display: inline-block;
}
.pt-pricing-table .options .star-rating:before {
    content: "\f005\0020\f005\0020\f005\0020\f005\0020\f005";
    color: #898e91;
    top: 0;
    left: 0;
    position: absolute;
}
.pt-pricing-table .options .star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 16px;
}
.pt-pricing-table .options .star-rating span:before {
    content: "\f005\0020\f005\0020\f005\0020\f005\0020\f005";
    top: 0;
    position: absolute;
    left: -1px;
    color: #f2a81d;
}
.pt-pricing-table li.button {
    margin: 0;
    padding: 25px 15px;
    border: 1px solid #e7e4d9;
    border-width: 0 1px 1px 1px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: #f8f8f6;
    text-align: center;
}
.pt-pricing-table li.button a {
    background-color: transparent;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 1px solid #e7e4d9;
    color: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pt-pricing-table li.button a:hover,
.pt-pricing-table li.button a:focus,
.pt-pricing-table li.button a:active {
    color: #fff;
    background-color: #f7972b;
    border-color: #fff;
}


/* ----------------------------------------------------------------------------- */
/* 3.5.14 PT Radial Bar */

.pt-radial-bar {
    text-align: center;
}
.pt-radial-bar:hover .pie-wrapper {
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.pt-radial-bar .pie-wrapper {
    display: inline-block;
    position: relative;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.pt-radial-bar .pie {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.pt-radial-bar .half-circle {
    width: 100%;
    height: 100%;
    border: 5px solid transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    left: 0;
    position: absolute;
    top: 0;
}
.pt-radial-bar .label {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    cursor: default;
    display: block;
    position: absolute;
    text-align: center;
    max-width: 100%;
}
.pt-radial-bar .label i {
    font-size: 7em;
    width: auto;
    vertical-align: middle;
}
.pt-radial-bar .label .bar-title {
    border: 0;
    padding: 20px;
    vertical-align: middle;
}
.pt-radial-bar .bar-title {
    padding: 25px 40px;
    border-bottom: 1px solid transparent;
    display: inline-block;
    line-height: 1.5;
}
.pt-radial-bar .bar-title .percentage,
.pt-radial-bar .bar-title h4 {
    font-family: "Roboto", sans-serif;
    color: #484747;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.pt-radial-bar .bar-title .percentage {
    font-size: 40px;
}
.pt-radial-bar .bar-title h4 {
    font-size: 14px;
}
.pt-radial-bar .description {
    padding: 25px 20px 0 20px;
}
.pt-radial-bar .shadow {
    width: 100%;
    height: 100%;
    border: 5px solid #e9e9e9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
@media (max-width: 768px) {
    .pt-radial-bar .bar-title {
        display: block;
    }
}


/* ----------------------------------------------------------------------------- */
/* 3.5.15 PT Product Tabs */

.pt-product-tabs {
    border: 1px solid #e7e4d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    overflow: visible;
}
.pt-product-tabs:after {
    display: block;
    content: '';
    clear: both;
}
.pt-product-tabs ul.nav-tab {
    list-style-type: none;
    padding: 0 30px;
    text-align: left;
    margin: 30px 0;
    display: inline-block;
    max-width: 20%;
    width: 100%;
}
.pt-product-tabs ul.nav-tab li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e7e4d9;
    padding: 10px 0;
    margin: 0;
    color: #484747;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.pt-product-tabs ul.nav-tab li i {
    display: inline-block;
    float: right;
    opacity: 0;
    margin: 1px -5px 0 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.pt-product-tabs ul.nav-tab li:after {
    display: block;
    content: '';
    clear: both;
}
.pt-product-tabs ul.nav-tab li:first-of-type {
    padding-top: 0;
}
.pt-product-tabs ul.nav-tab li:last-of-type {
    border-bottom: 0;
}
.pt-product-tabs ul.nav-tab li:hover,
.pt-product-tabs ul.nav-tab li.active {
    color: #f7972b;
}
.pt-product-tabs ul.nav-tab li:hover i,
.pt-product-tabs ul.nav-tab li.active i {
    opacity: 1;
    margin-right: 0;
}
.pt-product-tabs ul.nav-contents {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 80%;
    display: inline-block;
    float: right;
}
.pt-product-tabs ul.nav-contents li {
    padding: 30px 0;
    display: none;
    position: relative;
}
.pt-product-tabs ul.nav-contents li a {
    display: inline-block;
    padding: 10px 30px 11px 30px;
    border-left: 1px solid #e7e4d9;
    margin: 0;
    position: relative;
}
.pt-product-tabs ul.nav-contents li a:first-of-type {
    padding-top: 0;
}
.pt-product-tabs ul.nav-contents li a h3 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
}
.pt-product-tabs ul.nav-contents li .product-links {
    width: 35%;
}
.pt-product-tabs ul.nav-contents li .description-wrap {
    display: block;
    position: absolute;
    top: 50%;
    width: 65%;
    right: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    padding: 0 30px 0 0;
}
.pt-product-tabs ul.nav-contents li .description-wrap h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 56px;
    color: #393e45;
    display: block;
    max-width: 350px;
    padding: 0 30px 0 0;
    hyphens: manual;
}
.pt-product-tabs ul.nav-contents li .description-wrap .badge {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding: 6px 5px 5px 5px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: #f7972b;
    position: relative;
    vertical-align: middle;
    margin: 0 25px 0 0;
    color: #fff;
}
.pt-product-tabs ul.nav-contents li .description-wrap .badge:before {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 14px solid #f7972b;
    border-bottom: 14px solid transparent;
    position: absolute;
    right: -14px;
    top: 0;
    display: block;
    content: '';
}
.pt-product-tabs ul.nav-contents li .description-wrap .badge:after {
    width: 6px;
    height: 6px;
    position: absolute;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    right: -7px;
    top: 11px;
    display: block;
    content: '';
}
.pt-product-tabs ul.nav-contents li .description-wrap strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 52px;
    color: #f7972b;
    vertical-align: middle;
}
.pt-product-tabs ul.nav-contents li.active {
    display: block;
}
.suppa_submenu_html .pt-product-tabs,
.suppa_rwd_menu_html .pt-product-tabs {
    border: 0 none;
    border-radius: 0;
}
.pt-product-tabs .popup-wrapper {
    background-color: #fff;
    padding: 5px;
    width: 115px;
    height: 140px;
    position: absolute;
    top: 50%;
    right: -140px;
    margin: -80px 0 0 0;
    border: 1px solid #e7e4d9;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-15px, 0, 0);
    -moz-transform: translate3d(-15px, 0, 0);
    -ms-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
.pt-product-tabs .popup-wrapper:after,
.pt-product-tabs .popup-wrapper:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    top: 63px;
}
.pt-product-tabs .popup-wrapper img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.pt-product-tabs .popup-wrapper .price-wrapper {
    text-align: center;
    margin-top: 6px;
}
.pt-product-tabs .popup-wrapper:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #e7e4d9;
}
.pt-product-tabs .popup-wrapper:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 9px solid #fff;
    top: 65px;
    left: -9px;
}
.pt-product-tabs .link-wrapper a.hovered .popup-wrapper {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media (max-width: 599px) {
    .pt-product-tabs ul.nav-tab {
        margin: 0;
        max-width: 100%;
        padding: 15px;
    }
    .pt-product-tabs ul.nav-contents {
        margin: 0;
        max-width: 100%;
        padding: 0;
    }
    .pt-product-tabs ul.nav-contents li .product-links {
        width: 60%;
    }
    .pt-product-tabs ul.nav-contents li .description-wrap {
        padding: 0 15px 0 0;
        width: 40%;
        max-width: 40%;
    }
    .pt-product-tabs ul.nav-contents li .description-wrap h3 {
        font-size: 24px;
        padding: 0 0 10px 0;
    }
    .pt-product-tabs ul.nav-contents li .description-wrap strong {
        display: inline-block;
        font-size: 24px;
        padding: 8px 0 0;
    }
    .pt-product-tabs ul.nav-contents li a {
        border-left: 0;
        padding: 10px 15px 11px;
    }
    .pt-product-tabs ul.nav-contents li {
        background: transparent !important;
        padding: 0 0 10px;
    }
}

/* ----------------------------------------------------------------------------- */
/* 3.5.16 Quickview Styles */

#jckqv_images_wrap {
    margin: -20px 0 -30px -20px;
}
#jckqv .onsale {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    left: 35px;
    letter-spacing: inherit;
    line-height: inherit;
    position: absolute;
    right: auto;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    top: 35px;
    padding: 15px;
    margin: 0;
    color: #fff;
    background-color: #f7972b;
}
#jckqv_summary {
    margin: -20px 0 0;
}
#jckqv h1 {
    padding: 0;
}
#jckqv .woocommerce-product-rating .star-rating span::before {
    color: #f7972b;
}
#jckqv .woocommerce-product-rating .star-rating::before {
    color: #b1b1b1;
}
#jckqv #jckqv_thumbs {
    margin: 20px 0 0;
}
#jckqv #jckqv_thumbs .jckqv_thumb {
    max-width: 100%;
}
#jckqv .single_variation_wrap .button {
    background: #f7972b;
    font-weight: 300;
}
#jckqv .single_variation_wrap .button:hover,
#jckqv .single_variation_wrap .button:focus,
#jckqv .single_variation_wrap .button:active {
    background: #0073d5;
}
#jckqv table.variations td select {
    border: 1px solid #e1e1e1;
}
#jckqv table.variations tr td,
#jckqv table.variations tr th {
    border: 0 none;
    padding: 0 0 10px;
}
#jckqv table.variations tr:last-of-type td,
#jckqv table.variations tr:last-of-type th {
    padding: 0;
}
#jckqv table.variations td label {
    margin: 8px 10px 0 0;
}
#jckqv table.variations {
    background: transparent;
}
#jckqv .quantity .qty {
    width: 50px;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
#jckqv .jckqv-qty-spinners {
    display: none;
}
@media (max-width: 992px) {
    #jckqv_images_wrap {
        margin: 0;
    }
}

/* ----------------------------------------------------------------------------- */
/* 3.5.17 Login/Register Styles */

.widget_dash_login {
    text-align: left;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
form.ajax-auth {
    display: none;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 350px;
    width: 100%;
    margin-left: -175px;
    padding: 40px 25px 25px 25px;
    background-color: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: "Roboto", sans-serif;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    color: #646565;
    font-size: 14px;
    font-weight: 300;
}
#login {
    margin-top: -165px;
}
#register {
    margin-top: -270px;
}
@media (max-width: 500px) {
    #register,
    #login {
        margin-top: 0;
        position: absolute;
        margin-left: -150px;
        max-width: 300px;
    }
}
.ajax-auth h1,
.ajax-auth h3 {
    font-weight: 300;
    color: #484747;
    line-height: 1;
    text-align: center !important;
}
.ajax-auth h1 {
    font-size: 30px;
    margin: 0;
    padding: 15px 0;
}
.ajax-auth h3 {
    font-size: 18px;
    margin: 0 !important;
    padding: 0;
}
.ajax-auth input#username,
.ajax-auth input#password,
.ajax-auth input#signonname,
.ajax-auth input#email,
.ajax-auth input#signonpassword,
.ajax-auth input#password2 {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    box-shadow: none;
    max-width: 325px;
    width: 100%;
    color: #898e91;
    border: 1px solid #e7e4d9;
    font-size: 14px;
    padding: 10px 10px 10px 13px;
    margin: 0 0 20px 0;
    background-color: #fff;
}
.ajax-auth input#username:focus,
.ajax-auth input#password:focus,
.ajax-auth input#signonname:focus,
.ajax-auth input#email:focus,
.ajax-auth input#signonpassword:focus,
.ajax-auth input#password2:focus {
    box-shadow: 0 0 2px #f7972b;
    /* color equal to main_decorative_color */
    -webkit-box-shadow: 0 0 2px #f7972b;
    outline: 0;
}
.ajax-auth label {
    font-weight: 300;
}
.ajax-auth .required {
    color: #c0392b;
    padding: 0 0 0 2px;
}
.ajax-auth label.error {
    background: #f1f1f1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-width: auto;
    position: absolute;
    right: -115px;
    text-align: center;
    top: 24px;
    width: 100px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 0 5px;
}
.ajax-auth label.error:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #f1f1f1;
    border-bottom: 5px solid transparent;
}
.ajax-auth input.error {
    border: 1px solid #FF0000 !important;
    box-shadow: none !important;
}
.ajax-auth input.submit_button {
    font-size: 15px;
    color: #FFF;
    border: 0 none;
    background-color: #f7972b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 25px;
    float: right;
    font-weight: 300;
}
.ajax-auth input.submit_button:hover {
    background-color: #ef8916;
}
.ajax-auth a {
    text-decoration: none;
    color: #f7972b;
}
.ajax-auth a:hover,
.ajax-auth a:focus,
.ajax-auth a:active {
    color: #ef8916;
}
.ajax-auth a.close {
    color: #DCDCDC;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 12px;
}
.ajax-auth a.text-link {
    float: left;
    margin: 10px 0 0 0;
}
.ajax-auth p.status {
    text-align: center;
    margin: 5px 0 20px 0;
    font-weight: 400;
    display: none;
    color: #c0392b;
}
a.login_button {
    display: block;
    padding: 0;
    text-decoration: none;
    font-size: 15px;
}
a.login_button i {
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 13px;
    line-height: inherit;
}
a.login_button.inline {
    display: inline-block;
    margin-right: 20px;
}
a.login_button.inline:last-of-type {
    margin-right: 0;
}
a.login_button.inline i {
    margin: 0 5px 0 0;
}
.header-top a.login_button {
    color: #bababa;
}
.header-top a.login_button i {
    color: #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}
.header-top a.login_button:hover {
    color: #fff;
}
.header-top a.login_button:hover i {
    color: #fff;
}
.login_overlay {
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.8;
    position: fixed;
    z-index: 998;
}
#register input.submit_button {
    display: block;
    float: none;
    margin: 15px auto 0;
    width: 110px;
}
#register .for-checkbox {
    margin-top: 20px;
}
.ajax-auth p {
    margin: 0 !important;
    position: relative;
}

/* ----------------------------------------------------------------------------- */
/* 3.5.18 WC Vendors Styles */

/* Shop Settings styles */
.pt-vendors .form-row {
    margin-bottom: 10px;
}
.pt-vendors .button {
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
}
.pt-vendors a.button,
.pt-vendors .button,
.pt-vendors .btn-inverse {
    display: inline-block;
    height: auto;
    margin: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0 none;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    color: #444444;
    background-color: #f7f8f8;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 38px;
    line-height: 38px;
    vertical-align: top;
    text-shadow: none;
}
.pt-vendors a.button:hover,
.pt-vendors a.button:focus,
.pt-vendors a.button:active,
.pt-vendors .button:hover,
.pt-vendors .button:focus,
.pt-vendors .button:active,
.pt-vendors .btn-inverse:hover,
.pt-vendors .btn-inverse:focus,
.pt-vendors .btn-inverse:active {
    color: white;
    background-color: #f7972b;
}
.pt-vendors form {
    margin: 15px 0;
}
.pt-vendors h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    display: block;
    text-align: left;
    padding: 0px;
    font-weight: lighter;
    margin: 0 0 20px 0;
}
.pt-vendors .date-pick {
    background: #fff;
    border: 1px solid #e7e4d9;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    display: inline-block;
    margin: 0;
    padding: 5px 15px;
    width: 130px;
    height: 38px;
    line-height: 38px;
}
.pt-vendors table {
    border: 1px solid #e7e4d9;
}
.pt-vendors table thead {
    border-bottom: 1px solid #e7e4d9;
}
.pt-vendors table th,
.pt-vendors table td {
    padding: 4px 8px;
    vertical-align: middle;
    text-align: left;
}
.pt-vendors table th {
    background: #fafafa;
    border-right: 1px solid #e7e4d9;
}
.pt-vendors table td {
    border-right: 1px solid #e7e4d9;
    border-top: 1px solid #e7e4d9;
}
.pt-vendors .pv_paypal_container,
.pt-vendors .pv_shop_name_container,
.pt-vendors .pv_logo_image_container,
.pt-vendors .pv_question_form_container {
    margin-bottom: 20px;
}
.pt-vendors .pv_featured_carousel_container {
    margin: 20px 0;
}
.pt-vendors .pv_paypal_container input,
.pt-vendors .pv_shop_name_container input {
    margin-top: 10px;
}
.pt-vendors .insert-media {
    border-radius: 0 !important;
}
.pt-vendors .wp-editor-container {
    border: 1px solid #e7e4d9;
}
.pt-vendors #pv_seller_info_container {
    margin-bottom: 20px;
}
.pt-vendors label {
    font-weight: normal;
    font-size: 14px !important;
}
.pt-vendors textarea {
    min-height: 200px;
}
.pt-vendors #pv_shop_description_container ~ .btn {
    margin: 20px 0 0 0;
}
.pt-vendors .entry-content {
    margin-top: 0;
}
.pt-vendors a,
.pt-vendors a:hover {
    text-decoration: none;
}
.pt-vendors .mce-widget button:hover,
.pt-vendors .mce-widget button:focus,
.pt-vendors .mce-widget button:active {
    background: transparent;
}
.pt-vendors .settings-title {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #e7e4d9;
}
.wcvendors_sold_by_in_loop {
    float: right;
    max-width: 40%;
    position: absolute;
    bottom: 23px;
    right: 10px;
    display: block;
    text-align: right;
    color: #f7972b;
}

/* Shop Description WCV Free */
.vendors-shop-description {
    border-bottom: 1px solid #e7e4d9;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.vendors-shop-description .center-pos {
    text-align: center;
}
.vendors-shop-description .right-pos {
    text-align: right;
}
.vendors-shop-description h1 {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: 38px 0 0 0;
}
.entry-vendor-content + .pt-woo-shortcode {
    margin-top: 30px;
}
.vendors-shop-description .center-pos h1 {
    margin: 0;
}
.vendors-shop-description .logo-wrap {
    text-align: center;
}

/* Vendors Carousel */
.pt-vendors-carousel {
    margin: 0 -15px;
}
.pt-vendors-carousel ul {
    list-style: none;
}
.pt-vendors-carousel ul li {
    float: left;
    padding: 0 15px;
    text-align: center;
    max-width: 100%;
}
.pt-vendors-carousel ul li .wrap {
    position: relative;
    text-align: center;
}
.pt-vendors-carousel ul li .wrap img {
    display: inline-block;
}
.pt-vendors-carousel ul li a {
    width: 120px;
    text-align: center;
    display: inline-block;
    position: absolute;
    margin: -18px 0 0 -60px;
    left: 50%;
    top: 50%;
    border: 1px solid #f7972b;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(2);
    transform: scale(2);
    background: #f7f8f8;
    color: #444444;
}
.pt-vendors-carousel ul li a:hover {
    background: #f7972b;
    color: white;
}
.pt-vendors-carousel ul li:hover a {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pt-vendors-carousel ul li h4 {
    color: #484747;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 7px 0;
}

/* Seller Info tab styles */
.pv_additional_seller_info {
    padding: 0 0 20px 0;
    margin: 0 0 24px 0;
    border-bottom: 1px solid #e7e4d9;
}
.pv_additional_seller_info:after {
    display: block;
    content: '';
    clear: left;
}
.pv_additional_seller_info .store-brand {
    display: inline-block;
    float: left;
    margin: 0 30px 20px 0;
}
.pv_additional_seller_info .store-info {
    display: inline-block;
}
.pv_additional_seller_info .store-info h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.pv_additional_seller_info .social-icons,
.pv_additional_seller_info .social-icons li {
    list-style: none;
}
.pv_additional_seller_info .social-icons li {
    font-size: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.pv_additional_seller_info .rating-container {
    margin-bottom: 5px;
}
.pv_additional_seller_info .rating-container span {
    font-size: 13px;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: bold;
    padding: 3px;
    display: inline-block;
    background: #FFD700;
    width: 25px;
    text-align: center;
}
.pv_additional_seller_info .rating-container a {
    padding: 0 0 0 3px;
}
.pv_seller_info .vendor-feed-container {
    padding-top: 20px;
}
.pv_seller_info .vendor-feed-container input {
    display: block;
    width: 100%;
}
.pv_seller_info .vendor-feed-container .submit-btn {
    width: auto;
    margin-top: 15px;
    clear: both;
    float: left;
}
.pv_seller_info .vendor-feed-container textarea {
    width: 100%;
    min-height: 115px;
}
.pv_seller_info .about-product-question {
    padding-top: 20px;
}
.panel .pv_seller_info .about-product-question p {
    margin: 0 0 15px;
}
.pv_seller_info .about-product-question:after {
    display: block;
    content: '';
    clear: both;
}
.pv_seller_info .about-product-question p.status {
    display: inline-block;
    float: left;
    margin: 24px 0 0 20px;
    color: red;
}
.pv_seller_info .about-product-question div {
    width: 48%;
    display: inline-block;
    float: left;
}
.pv_seller_info .about-product-question div:last-of-type {
    margin: 0 0 0 4%;
}
.pv_seller_info #sender-firstname,
.pv_seller_info #sender-lastname {
    display: none;
}

/* Feedback form (Rating for Pro) */
.stars-container {
    display: inline-block;
    float: left;
    margin: 5px 0 0 -4px;
}
.stars-container + p {
    clear: both;
}
.stars-container > input[type="radio"] {
    display: none;
}
.stars-container > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
.stars-container > label {
    color: #ddd;
    float: right;
}
.stars-container > input[type="radio"]:checked ~ label,
.stars-container:not(:checked) > label:hover,
.stars-container:not(:checked) > label:hover ~ label {
    color: #FFD700;
}
.stars-container > input[type="radio"]:checked + label:hover,
.stars-container > input[type="radio"]:checked ~ label:hover,
.stars-container > label:hover ~ input[type="radio"]:checked ~ label,
.stars-container > input[type="radio"]:checked ~ label:hover ~ label {
    color: #FFED85;
}
.wcv-related.products li.first {
    clear: none;
}

/* Vendors Pro store styles */
.header-container #inner-element {
    height: auto;
    left: auto;
    margin: 0 10%;
    position: relative;
    right: auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
}
.header-container #inner-element:after {
    display: block;
    content: '';
    clear: both;
}
.header-container #inner-element .store-icon {
    border-radius: 0;
    float: none;
    height: auto;
    margin-right: 10px;
    width: 150px;
    display: block;
    margin: 0 auto;
}
.header-container #inner-element ul.social-icons {
    list-style: none;
    margin: 10px auto;
    text-align: center;
}
.header-container #inner-element ul.social-icons li {
    list-style: none;
    display: inline-block;
}
.header-container #inner-element ul.social-icons li:last-of-type {
    padding-right: 0;
}
.header-container #inner-element ul.social-icons li .fa {
    font-size: 20px;
}
.header-container #inner-element ul.social-icons li a {
    color: #646565;
    font-size: inherit;
}
.header-container #inner-element ul.social-icons li a:hover,
.header-container #inner-element ul.social-icons li a:focus,
.header-container #inner-element ul.social-icons li a:active {
    color: #C2D44E;
}
.header-container #inner-element h3 {
    font-size: 26px;
    margin-bottom: 5px;
    text-align: center;
}
.header-container #inner-element .rating-container {
    margin-bottom: 15px;
    text-align: center;
}
.store-address-container .store-address {
    display: inline-block;
    float: left;
    padding-left: 10px;
}
.store-address-container .store-address address {
    color: inherit;
    margin: 0;
}
.store-address-container .store-phone {
    display: inline-block;
    float: right;
    padding-right: 10px;
}
.store-address-container a {
    color: #fff;
}
.store-address-container a:hover,
.store-address-container a:focus,
.store-address-container a:active {
    color: #C2D44E;
}
.store-address-container:after {
    display: block;
    content: '';
    clear: both;
}
.store-address-container + .shop-controls-wrapper,
.header-container + .shop-controls-wrapper {
    margin: 20px 0;
    text-align: center;
}
.store-address-container + .pt-woo-shortcode,
.header-container + .pt-woo-shortcode {
    margin: 20px -15px;
}
.pt-woo-shortcode + .shop-controls-wrapper {
    text-align: center;
}
.single-rating {
    padding: 0 0 30px 0;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 30px;
}
.single-rating p + p {
    margin: 0;
}
.single-rating .review-container {
    background: #FAFAFA;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding: 20px;
    margin-top: 15px;
}
.single-rating .review-container:before {
    content: '';
    position: absolute;
    left: 30px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FAFAFA;
}
.single-rating .review-container:after {
    content: '';
    display: block;
    clear: both;
}
.single-rating .review-container .value {
    display: inline-block;
    float: left;
    margin: 2px 20px 20px 0;
}
.single-rating .review-container .value .fa {
    font-size: 20px;
    color: #FFD700;
}
.single-rating .review-container .value .fa.fa-star-o {
    color: #6a6a6a;
}
.single-rating .review-container h6,
.single-rating .review-container p {
    float: none;
    display: inline;
    margin: 0;
}
.single-rating .review-container h6 {
    padding: 0 0 8px 0;
}
.store-address-container {
    background: #565656;
    height: 2.6em;
    line-height: 2.6em;
}
.woocommerce .pt-vendors ul.products li.product,
.woocommerce-page .pt-vendors ul.products li.product {
    margin: 0 0 30px 0;
    width: 33.3333%;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
.store-address-container + h3 {
    margin: 20px 0;
}

/* Sold by container */
.sold-by-container {
    border-top: 1px solid #a3a3a3;
    margin: 5px 0 0;
    padding: 5px 0 0;
    clear: both;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

/* Vendors List Styles */
.wcv_vendorslist {
    list-style: none;
}
.wcv_vendorslist .single-vendor {
    border: 1px solid #e7e4d9;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
}
.wcv_vendorslist .single-vendor:last-of-type {
    margin-bottom: 0px;
}
.wcv_vendorslist .vendor-description-wrapper,
.wcv_vendorslist .additional-info {
    margin-bottom: 0 !important;
}
.wcv_vendorslist .additional-info {
    border-top: 1px solid #e7e4d9;
    padding-top: 15px;
    line-height: 38px;
}
.wcv_vendorslist .additional-info:after {
    content: '';
    display: block;
    clear: both;
}
.wcv_vendorslist .total-products {
    vertical-align: middle;
}
.wcv_vendorslist .link-to-vendor {
    float: right;
}
.wcv_vendorslist .vendor-description-wrapper h3 {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 300;
    margin: -5px 0 15px;
    padding: 0;
    text-align: center;
}

/* Special Vendor Bottom Sidebar */
#vendor-bottom-sidebar {
    margin: 0;
}
#vendor-bottom-sidebar .widget {
    border: 0 none;
    margin-bottom: 10px !important;
}
#vendor-bottom-sidebar .widget .widget-title {
    text-align: center;
    overflow: hidden;
}
#vendor-bottom-sidebar .widget .widget-title span {
    position: relative;
}
#vendor-bottom-sidebar .widget .widget-title span:before,
#vendor-bottom-sidebar .widget .widget-title span:after {
    content: '';
    display: block;
    width: 250px;
    height: 1px;
    background: #e7e4d9;
    position: absolute;
    left: -260px;
    top: 50%;
}
#vendor-bottom-sidebar .widget .widget-title span:after {
    left: auto;
    right: -260px;
}
#vendor-bottom-sidebar .widget ul {
    margin: 0 0 0 -3%;
}
#vendor-bottom-sidebar .widget ul li {
    border: 1px solid #e7e4d9;
    margin: 0 0 0 3%;
    width: 21.5%;
    padding: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
#vendor-bottom-sidebar .widget ul li .thumb-wrapper {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 5px;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
#vendor-bottom-sidebar .widget ul li:hover .thumb-wrapper {
    opacity: 1;
}

/* Contact form 7 & Gravity Forms styles */
.wpcf7 {
    text-align: center;
}
.wpcf7 form {
    max-width: 770px;
    display: inline-block;
    width: 100%;
}
.wpcf7 input:not([type="radio"]):not([type="checkbox"]),
.wpcf7 textarea {
    width: 100%;
    max-width: 100%;
    background: transparent;
    color: #6a6a6a;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    border-color: #e7e4d9;
    font-weight: lighter;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
.wpcf7 textarea {
    min-height: 120px;
    padding-top: 8px;
}
.wpcf7 .wpcf7-submit {
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #f7972b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
.wpcf7 input::-webkit-input-placeholder {
    text-align: left;
}
.wpcf7 input:-moz-placeholder {
    text-align: left;
}
.wpcf7 input::-moz-placeholder {
    text-align: left;
}
.wpcf7 input:-ms-input-placeholder {
    text-align: left;
}
.wpcf7 textarea::-webkit-input-placeholder {
    text-align: left;
}
.wpcf7 textarea:-moz-placeholder {
    text-align: left;
}
.wpcf7 textarea::-moz-placeholder {
    text-align: left;
}
.wpcf7 textarea:-ms-input-placeholder {
    text-align: left;
}
.wpcf7 input[type="radio"] + span,
.wpcf7 input[type="checkbox"] + span,
.gform_wrapper .gfield_checkbox li input[type="checkbox"] + label,
.gform_wrapper .gfield_radio li input[type="radio"] + label {
    padding-left: 21px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
.wpcf7 input[type=checkbox] + span:before,
.wpcf7 input[type=radio] + span:before,
.gform_wrapper .gfield_checkbox li input[type="checkbox"] + label:before,
.gform_wrapper .gfield_radio li input[type="radio"] + label:before {
    display: inline-block;
    font-family: fontAwesome;
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 16px;
}
.wpcf7 input[type=checkbox] + span:before,
.gform_wrapper .gfield_checkbox li input[type="checkbox"] + label:before {
    font-size: 18px;
    top: 2px;
}
.wpcf7 input[type=checkbox] + span:before,
.gform_wrapper .gfield_checkbox li input[type="checkbox"] + label:before {
    content: '\f096';
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wpcf7 input[type=checkbox]:checked + span:before,
.gform_wrapper .gfield_checkbox li input[type="checkbox"] + label:before {
    content: '\f046';
}
.wpcf7 input[type=radio] + span:before,
.gform_wrapper .gfield_radio li input[type="radio"] + label:before {
    content: '\f10c';
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wpcf7 input[type=radio]:checked + span:before,
.gform_wrapper .gfield_radio li input[type="radio"] + label:before {
    content: '\f05d';
}

/* Dash Banner */
figure.dash-banner {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: center;
	cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
figure.dash-banner img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}
figure.dash-banner figcaption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.dash-banner figcaption,
figure.dash-banner figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure.dash-banner figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
figure.dash-banner figcaption::before,
figure.dash-banner figcaption::after {
	pointer-events: none;
}
figure.dash-banner figcaption > .main-caption,
figure.dash-banner figcaption > .secondary-caption {
  position: absolute;
}
/* Lily */
figure.effect-lily img {
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
  max-width: -webkit-calc(100% + 60px);
  max-width: calc(100% + 60px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0, 0);
	transform: translate3d(-50px,0,0);
}
figure.effect-lily figcaption {
	text-align: left;
}
figure.effect-lily .main-caption,
figure.effect-lily .secondary-caption {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}
figure.effect-lily .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-lily .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img,
figure.effect-lily:hover .secondary-caption {
	opacity: 1;
}
figure.effect-lily:hover img,
figure.effect-lily:hover .main-caption,
figure.effect-lily:hover .secondary-caption {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-lily:hover .secondary-caption {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
/* Sadie */
figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}
figure.effect-sadie .main-caption {
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}
figure.effect-sadie figcaption::before,
figure.effect-sadie .secondary-caption {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie .secondary-caption {
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
figure.effect-sadie:hover .secondary-caption {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Roxy */
figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}
figure.effect-roxy img {
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
  max-width: -webkit-calc(100% + 60px);
  max-width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}
figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}
figure.effect-roxy figcaption {
	padding: 40px;
	text-align: left;
}
figure.effect-roxy .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}
figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Bubba */
figure.effect-bubba {
	background: #9e5406;
}
figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
	opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}
figure.effect-bubba .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover .main-caption,
figure.effect-bubba:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Romeo */
figure.effect-romeo {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0,0,300px);
}
figure.effect-romeo:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}
figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}
figure.effect-romeo .main-caption,
figure.effect-romeo .secondary-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-romeo .main-caption {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}
figure.effect-romeo .secondary-caption {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}
figure.effect-romeo:hover .main-caption {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}
figure.effect-romeo:hover .secondary-caption {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}
/* Honey */
figure.effect-honey {
	background: #4a3753;
}
figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-honey:hover img {
	opacity: 0.5;
}
figure.effect-honey .main-caption {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}
figure.effect-honey .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}
figure.effect-honey .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-honey:hover .main-caption,
figure.effect-honey:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Oscar */
figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}
figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-oscar figcaption {
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}
figure.effect-oscar .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
figure.effect-oscar figcaption::before,
figure.effect-oscar .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
figure.effect-oscar:hover .main-caption {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}
figure.effect-oscar:hover img {
	opacity: 0.4;
}
/* Marley */
figure.effect-marley .secondary-caption {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
figure.effect-marley .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-marley:hover .main-caption {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-marley .main-caption::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}
figure.effect-marley .main-caption::after,
figure.effect-marley .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-marley:hover .main-caption::after,
figure.effect-marley:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Ruby */
figure.effect-ruby {
	background-color: #17819c;
}
figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-ruby .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-ruby .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
}
figure.effect-ruby:hover .main-caption {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-ruby:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
/* Milo */
figure.effect-milo {
	background: #2e5d5a;
}
figure.effect-milo img {
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
figure.effect-milo .secondary-caption {
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
  padding-right: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}
figure.effect-milo:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Dexter */
figure.effect-dexter {
	background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
	background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
}
figure.effect-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-dexter:hover img {
	opacity: 0.4;
}
figure.effect-dexter figcaption::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}
figure.effect-dexter:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-dexter .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}
figure.effect-dexter:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Sarah */
figure.effect-sarah {
	background: #42b078;
}
figure.effect-sarah img {
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
  max-width: -webkit-calc(100% + 20px);
  max-width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-sarah .main-caption::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
figure.effect-sarah:hover .main-caption::after {
  opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-sarah .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
figure.effect-sarah:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Chico */
figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
figure.effect-chico figcaption::before,
figure.effect-chico .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico .secondary-caption {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* Julia */
figure.effect-julia {
	background: #2f3238;
}
figure.effect-julia img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-julia .main-caption,
figure.effect-julia .secondary-caption {
	display: inline-block;
	padding: 5px 15px;
	background: rgba(255,255,255,0.9);
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}
figure.effect-julia .main-caption {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
figure.effect-julia .secondary-caption {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
figure.effect-julia:hover .main-caption,
figure.effect-julia:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Goliath */
figure.effect-goliath {
	background: #df4e4e;
}
figure.effect-goliath img,
figure.effect-goliath .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-goliath .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}
figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-40px,0);
	transform: translate3d(0,-40px,0);
}
figure.effect-goliath:hover .main-caption {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}
figure.effect-goliath:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Selena */
figure.effect-selena {
	background: #fff;
}
figure.effect-selena img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
figure.effect-selena:hover img {
	-webkit-transform: scale3d(0.95,0.95,1);
	transform: scale3d(0.95,0.95,1);
}
figure.effect-selena .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-selena .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
figure.effect-selena:hover .main-caption {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-selena:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}
/* Kira */
figure.effect-kira {
	background: #fff;
}
figure.effect-kira img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-kira figcaption {
	z-index: 1;
}
figure.effect-kira .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
figure.effect-kira figcaption::before {
	position: absolute;
	top: 0;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 3.5em;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
figure.effect-kira:hover img {
	opacity: 0.5;
}
figure.effect-kira:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-kira:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
	transform: translate3d(0,5em,0) scale3d(1,1,1);
}
/* Ming */
figure.effect-ming {
	background: #030c17;
}
figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}
figure.effect-ming .main-caption {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-ming .secondary-caption {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
figure.effect-ming:hover .main-caption {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover .secondary-caption {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}
figure.effect-ming:hover img {
	opacity: 0.4;
}



/** Global **/

.remove_margin {margin:0px!important;}

.widget {
    margin: 0 0 30px 0;
    border: 1px solid #e7e4d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    padding: 13px!important;
}

/** Home page **/

.three_centre_block {

    background-color: rgba(28, 121, 128, 0.7);
    padding: 10px;
    width: 100%;
    max-width: 186px;
    text-transform: uppercase;
    margin: 0px auto;
    top: 34%;
    left: 17%;
    text-align: -webkit-center;

}


body > div.site-wrapper > div.site-main.container > div > main > div > div:nth-child(5) > div > div > div.pt-woo-shortcode > div.title-wrapper > h3 {    font-size: 30px;
    font-weight: bold;
    color: #484747;}


/*** Shop page ***/

.product-categories {display: none}
.custom-badge {display: none!important;}
li.product .product-description-wrapper .link-to-product {
    display: block;
    margin-right: 0px!important;
}


li.product .product-img-wrapper .pt-extra-gallery-img img {
    float: none!important; 
    width: auto;
    max-height: 200px;
    margin: 0px auto;
    display: block;
}

p.trader_message {background-color: #616060;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #fff;}

.custom-color-sheme li.product span.onsale {
    background-color: #23282d!important;
}

    .custom-color-sheme li.product span.onsale::before {
    border-bottom: 14px solid #0c0c0c!important;
    border-top: 14px solid #000000!important;
}


/***  Reg / login form ***/

.form_con {background: #f5f5f3;padding: 19px;    min-height: 366px;}



/*** Main Sidebar ***/

#text-3 {
    margin: 0 0 30px 0;
    border: 1px solid #e7e4d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    padding: 16px 12px;
}

img.retailer_find {margin: 10px 0px;}
img.latest_cat {    padding: 0px 2px;}


li.product .product-description-wrapper .added_to_cart {
    padding: 0;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 50px;
    color: #fff!important;
    padding: 3px!important;
    background-color: #f6972d!important;
}

.cart-collaterals .cart_totals a.button.alt {
    display: inline-block;
    margin: 30px 0 0 0;
    background: #1c7980!important;
}

.main_into h2 { font-weight: 400;}

li.product .product-img-wrapper {
    position: relative;
    min-height: 220px!important;
    overflow: hidden;
}

li.product .product-description-wrapper .link-to-product {
    display: block;
    margin-right: 80px;
    max-height: 20px!important;
    overflow: hidden!important;
}

body > div.site-wrapper > div > div > main > div > div.woocommerce > p:nth-child(4) {display: none}


.tml .message {
    border: 1px solid #e6db55;
    background-color: #ffffe0;
    display: none!important;
}

.product-meta {text-align: center;}
.product-title {text-align: center;}


span.soldout {
    color: red;
    font-weight: 800;
    margin-left: 16px;

    }