﻿/*
Theme Name: HandyStore | Shared By Themes24x7.com
Theme URI: http://handy.themes.zone
Author: Themes Zone
Author URI: http://themes.zone
Description: Multi purpose Theme.
Version: 4.13 (see readme.txt for detailed changelog)
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: plumtree
*/


/* 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 WC Vendors styles
      |-- 3.5.14 To top button
      |-- 3.5.15 Login/Register
  |-- 4.0 Media Queries

*/


/* --------------------------- 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: 0;
}

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


/* 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;
}
.bypostauthor {}
body {
    color: #6a6a6a;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    direction: ltr;
    unicode-bidi: embed;
}
a {
    color: black;
    text-decoration: none;
    -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;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
    color: #c2d44e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 300;
    margin: 0 0 20px 0;
    font-family: "Roboto", sans-serif;
}
h1 {
    font-size: 46px;
}
h2 {
    font-size: 42px;
}
h3 {
    font-size: 38px;
}
h4 {
    font-size: 33px;
}
h5 {
    font-size: 28px;
}
h6 {
    font-size: 22px;
}
address {
    font-style: italic;
    margin-bottom: 20px;
}
abbr[title] {
    border-bottom: 1px dotted #e1e1e1;
    cursor: help;
}
b,
strong {
    font-weight: bold;
}
cite,
dfn,
em,
i {
    font-style: italic;
}
p+ p {
    margin-top: 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: #c2d44e;
}
q:after {
    content: "";
    padding-left: 5px;
    color: #c2d44e;
}
q {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
    color: black;
}
blockquote:before {
    content: "";
    position: absolute;
    font-size: 27px;
    left: 25px;
    color: #e1e1e1;
}
blockquote {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 75px;
    color: black;
    border: 1px solid #e1e1e1;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    position: relative;
}
pre {
    border: 1px solid #e1e1e1;
    margin: 20px 0;
    max-width: 100%;
    overflow: auto;
    padding: 10px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
mark,
ins {
    background: #c2d44e;
    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 2px;
}
ul {
    list-style: disc inside none;
}
ol {
    list-style: decimal inside none;
}
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-bottom: 20px;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 20px;
}
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: 20px;
}
del {
    color: #6a6a6a;
}
hr {
    background-color: #c2d44e;
    border: 0;
    height: 1px;
    margin: 20px 0;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
output {
    display: block;
}
p {
    line-height: 1.4em;
}
p.dropcap:first-letter {
    font-size: 16px;
    color: #fff !important;
    background-color: #81cfdc;
    font-weight: normal !important;
    border-radius: 3px;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 6px 10px 4px;
    width: 40px !important;
    font-family: "Roboto", sans-serif !important;
}

/* 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;
}
.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;
}

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


/* 2.2 Inputs & Buttons */


/* 2.2.1 Bootstrap Buttons */

.btn,
a.btn {
    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: 5px 15px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.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 i {
    margin-right: 5px;
}
.btn-default,
.site-content a.btn-default {
    color: white;
    background-color: #c2d44e;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.site-content a.btn-default:hover,
.site-content a.btn-default:focus,
.site-content a.btn-default:active,
.site-content a.btn-default.active {
    color: white;
    background-color: #b5c648;
}
.btn-primary,
.site-content a.btn-primary {
    color: white;
    background-color: #e1e1e1;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.site-content a.btn-primary:hover,
.site-content a.btn-primary:focus,
.site-content a.btn-primary:active,
.site-content a.btn-primary.active {
    color: white;
    background-color: #b5c648;
}
.btn-success,
.site-content a.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.site-content a.btn-success:hover,
.site-content a.btn-success:focus,
.site-content a.btn-success:active,
.site-content a.btn-success.active {
    color: #ffffff;
    background-color: #47a447;
}
.btn-info,
.site-content a.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.site-content a.btn-info:hover,
.site-content a.btn-info:focus,
.site-content a.btn-info:active,
.site-content a.btn-info.active {
    color: #ffffff;
    background-color: #39b3d7;
}
.btn-warning,
.site-content a.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.site-content a.btn-warning:hover,
.site-content a.btn-warning:focus,
.site-content a.btn-warning:active,
.site-content a.btn-warning.active {
    color: #ffffff;
    background-color: #ed9c28;
}
.btn-danger,
.site-content a.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.site-content a.btn-danger:hover,
.site-content a.btn-danger:focus,
.site-content a.btn-danger:active,
.site-content a.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: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 15px -2px;
    line-height: 1.5;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 15px -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: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    color: #6a6a6a;
    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 #e1e1e1;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
}
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,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    color: white;
    background: #c2d44e;
    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;
}
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: #b5c648;
}
button[disabled],
input[disabled] {
    cursor: default;
    opacity: 0.5;
}
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 #009cd5 false;
    -moz-box-shadow: 0 0 2px #009cd5 false;
    box-shadow: 0 0 2px #009cd5 false;
    /* color equal to main_decorative_color */
    outline: 0;
}

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

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

/* 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],
.create-account input[type=checkbox],
form.register input[type=checkbox],
form.ajax-auth input[type=checkbox],
.woocommerce-checkout-review-order 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;
}
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;
}
.woocommerce-checkout-review-order input[type=radio]+ label,
form.register input[type=checkbox]+ label,
form.ajax-auth input[type=checkbox]+ label,
.terms input[type=checkbox]+ label,
.create-account 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: 'custom_font';
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}
.woocommerce-checkout-review-order input[type=radio] + label::before,
form.register input[type=checkbox] + label::before,
form.ajax-auth input[type=checkbox] + label::before,
.terms input[type=checkbox] + label::before,
.create-account input[type=checkbox] + label::before {
    display: inline-block;
    font-family: 'custom_font';
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}
div:not(.wcv-tabs, .wcv-column-group)> input[type=checkbox]+ label::before {
    content: '\e809';
    -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,
.create-account input[type=checkbox] + label::before {
    content: '\e809';
    -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: '\e80a';
}
.terms input[type=checkbox]:checked + label::before,
form.register input[type=checkbox]:checked + label::before,
form.ajax-auth input[type=checkbox]:checked + label::before,
.create-account input[type=checkbox]:checked + label::before {
    content: '\e80a';
}
div:not(.wcv-tabs, .wcv-column-group)> input[type=radio]+ label::before {
    content: '\e80b';
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce-checkout-review-order input[type=radio]+ label::before {
    content: '\e80b';
    -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: '\e808';
}
.woocommerce-checkout-review-order input[type=radio]:checked+ label::before {
    content: '\e808';
}
.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;
}
.woocommerce-checkout-review-order label {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}
.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;
}
.icr-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 5px 0 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 {
    display: inline-block;
    font-family: 'custom_font';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    content: '\e80b';
}
.icr-label.checked .type_radio:before {
    content: '\e808';
}
.icr-item.type_checkbox:before {
    display: inline-block;
    font-family: 'custom_font';
    content: '\e809';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}
.icr-label.checked .type_checkbox:before {
    content: "\e80a";
}

/* 2.2.4 Select styles */

.site-main .select2-container {
    min-width: 180px;
}
.site-main .select2-container .select2-choice {
    background-color: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #505050;
    padding: 0 0 0 15px;
    height: 34px;
    line-height: 32px;
}
.site-main .select2-container .select2-choice:hover,
.site-main .select2-container .select2-choice:focus,
.site-main .select2-container .select2-choice:active {
    color: #c2d44e;
}
.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 #e1e1e1 !important;
}
.select2-drop .select2-search+ .select2-results {
    border-top: 1px solid #e1e1e1 !important;
}
.select2-drop.select2-drop-above .select2-search input {
    margin-top: 0 !important;
}
.site-main .select2-container.select2-drop-above .select2-choice {
    border-color: #e1e1e1;
    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;
}
.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: 12px;
}
.select2-drop,
.select2-drop-active {
    border-radius: 0 !important;
    border: 1px solid #e1e1e1 !important;
    border-top: 0 !important;
    color: #505050 !important;
}
.select2-results {
    background: #fafafa !important;
    margin: 0 !important;
    padding: 0 !important;
}
.select2-results .select2-highlighted {
    background: #fff !important;
    border-radius: 0px !important;
    color: inherit !important;
}
.select2-result-label {
    padding: 7px 0 9px 15px !important;
}
.select2-results li {
    border-top: 1px solid #e1e1e1 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.select2-results li:first-of-type {
    border-top: 0 !important;
}
.select2-results li:hover .select2-result-sub .select2-result-label {
    color: #505050 !important;
}
.wcv-modal> .modal-header> .modal-close,
.wcv-modal> header> .modal-close {
    padding: 2px;
}
.select2-drop-mask {
    z-index: 49 !important;
}
.portfolio-filters-wrapper .select2-container {
    max-width: 200px;
}

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


/* 2.3 Tables */

.table,
table {
    width: 100%;
    margin-bottom: 20px;
    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 #e1e1e1;
}
.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 #e1e1e1;
}
.table-bordered tr> th,
.table-bordered tr> td {
    border: 1px solid #e1e1e1;
}
.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 #e1e1e1;
}
img.alignleft,
.wp-caption.alignleft {
    margin: 5px 20px 5px 0;
    display: inline-block;
}
img.aligncenter,
.wp-caption.aligncenter {
    margin: 20px auto;
    display: block;
}
img.alignright,
.wp-caption.alignright {
    margin: 5px 0 5px 20px;
    display: inline-block;
}
img.alignnone,
.wp-caption.alignnone {
    display: inline-block;
    margin: 20px 0;
}
.wp-caption {
    margin: 0;
    position: relative;
    overflow: hidden;
    background: #c2d44e;
}
.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;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
}
.wp-caption:hover img {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
}
.wp-caption:hover .wp-caption-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

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


/* 2.5 Alerts */

.alert {
    padding: 15px;
    margin-bottom: 20px;
    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: #c2d44e;
    -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-group {
    margin-bottom: 20px;
}
.panel-heading {
    border: 1px solid #e1e1e1;
    margin-top: 1px;
}
.panel-heading:hover a {
    color: #fff !important;
    background: #c2d44e;
}
.panel-heading:hover a:after {
    color: #c2d44e;
    background: #fff !important;
}
.panel-title {
    color: inherit;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: lighter;
    margin-bottom: 0;
    margin-top: 0;
}
.panel-title i {
    margin-right: 10px;
}
.panel-title a {
    display: block;
    position: relative;
    outline: none;
    padding: 10px 55px 10px 30px;
    background: #fafafa;
    color: #151515;
    -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;
}
.panel-title a:hover,
.panel-title a:focus {
    color: #fff;
}
.panel-title a:after {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
    content: "";
    background: #c2d44e;
    font-family: FontAwesome;
    color: #fff;
    width: 24px;
    height: 24px;
    font-size: 10px;
    padding: 7px 0 0 1px;
    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-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;
}
.panel-collapse {
    border: 1px solid #e1e1e1;
    border-top: 0 none;
}
.panel-body {
    padding: 30px;
}

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


/* 2.8 Tabs */

.tabbable {
    margin-bottom: 20px;
}
.tabbable .nav-tabs:after {
    display: block;
    content: '';
    clear: both;
}
.tabbable .nav-tabs {
    border-bottom: 1px solid #e1e1e1;
    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 #e1e1e1;
}
.tabbable .nav-tabs li a {
    display: block;
    height: 55px;
    line-height: 55px;
    margin: 0;
    outline: none;
    padding: 0 40px;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fafafa;
    position: relative;
    color: #000;
    -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;
}
.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-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;
    background: #c2d44e;
}
.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;
    color: inherit;
}
.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 #e1e1e1;
}
.tabbable.tabs-below .tab-content {
    border-bottom: 0 none;
    border-top: 1px solid #e1e1e1;
}
.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 #e1e1e1;
    border-top: 0;
    padding: 30px;
}
.tabbable .tab-pane {
    display: none;
}
.tabbable .tab-pane.active {
    display: block;
}

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


/* 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 */
}

/* Alignment */

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

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

.site {
    background-color: transparent;
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
}
.main-content {
    width: 100%;
}

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


/* 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: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-shadow: inset 0 -1px 0 0 #fff;
    box-shadow: inset 0 -1px 0 0 #fff;
}
.header-top .top-nav-container,
.header-top .info-container,
.header-top .top-widgets {
    padding-top: 17px;
    padding-bottom: 15px;
}
.header-top .header-top-nav ul {
    margin: 0;
}
.header-top .header-top-nav li {
    display: inline-block;
    padding: 0 12px 0 9px;
    position: relative;
}
.header-top .header-top-nav li:before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    font-size: 6px;
    position: absolute;
    top: 5px;
    left: 0;
}
.header-top .header-top-nav li:last-of-type {
    padding-right: 0;
}
.header-top .header-top-nav a {
    color: #898e91;
}
.header-top .header-top-nav a:hover,
.header-top .header-top-nav a:focus,
.header-top .header-top-nav a:active {
    color: #c2d44e;
}
.header-top .info-container {
    text-align: center;
}
.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;
}

/*@media (max-width: 500px) {
    .header-top {
        display: none !important; } }*/


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


/* 3.1.2 Logo Group */

.logo-wrapper {
    padding: 20px 0;
}
.hgroup-sidebar {
    text-align: right;
}
.hgroup-sidebar .widget {
    display: inline-block;
    margin: 0;
    padding: 15px 45px;
    border-right: 1px solid #e1e1e1;
    width: auto;
    position: relative;
    vertical-align: top;
}
.hgroup-sidebar .widget:last-of-type {
    padding-right: 0;
    border-right: 0;
}
.hgroup-sidebar.right-pos {
    text-align: left;
}
.hgroup-sidebar .widget.widget_pt_login_widget {
    padding: 6px 45px;
}
.icon-with-description {
    width: 100% !important;
    text-align: left;
}
.icon-with-description i {
    color: #c2d44e;
    float: left;
    font-size: 36px;
    padding: 0 20px 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;
}

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


/* 3.1.3 Navigation */


/* Primary Navigation */

.header-primary-nav {
    background-color: transparent;
    -webkit-box-shadow: inset 0 -1px 0 0 #e1e1e1, inset 0 -2px 0 0 white;
    box-shadow: inset 0 -1px 0 0 #e1e1e1, inset 0 -2px 0 0 white;
}
.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: #c2d44e;
    -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 #c2d44e;
}
.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,
.suppaMenu_rwd_wrap .new-page:before,
.suppaMenu_rwd_wrap .new-page:after {
    display: none;
}
.suppaMenu_rwd_wrap .suppa_rwd_submenu_mega_posts .suppa_mega_posts_post_article {
    margin-bottom: 20px;
}
.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_top_level_link {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    height: 34px !important;
    margin: 8px 0 !important;
}
.header-primary-nav .suppaMenu .suppa_submenu {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
.header-primary-nav .suppaMenu .suppa_submenu:before {
    width: 6px;
    height: 6px;
    position: absolute;
    top: -3px;
    left: 10px;
    transform: rotate(45deg);
    background-color: #ebebeb;
    display: block;
    content: "";
}
.header-primary-nav .suppaMenu .suppa_menu {
    margin-left: 0px !important;
    padding: 0 0 0 12px !important;
}
.header-primary-nav .suppaMenu .suppa_menu:after {
    content: "";
    display: inline-block;
    border-right: 1px solid #676767 !important;
    background: #454545 !important;
    width: 2px;
    height: 23px;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
}
.header-primary-nav .suppaMenu .sepa {
    display: none;
}
.suppa_menu_posts:before,
.suppa_menu_mega_posts:before {
    display: none !important;
}
.header-primary-nav .suppaMenu .suppa_menu> a> .suppa_item_title {
    text-transform: uppercase;
}
.header-primary-nav .suppaMenu .suppa_menu:last-child:before {
    display: none;
}
.header-primary-nav .suppaMenu .suppa_post,
.header-primary-nav .suppaMenu .suppa_mega_posts_post_article {
    border: 1px solid #eee !important;
    background-color: #fff !important;
}
.header-primary-nav .suppaMenu .suppa_mega_posts_post_article img {
    height: auto !important;
}
.header-primary-nav .suppaMenu .suppa_menu_mega_posts .suppa_mega_posts_categories {
    margin-top: 11px !important;
}
.header-primary-nav .suppaMenu .suppa_latest_posts_view_all {
    margin: 0 15px 15px 15px;
    padding: 5px;
    text-align: center;
}
.header-primary-nav .suppaMenu .suppa_menu_dropdown .suppa_submenu a {
    position: relative;
}
.header-primary-nav .suppaMenu .suppa_submenu .suppa_dropdown_item_container:last-of-type a {
    border-bottom: 0;
}
.header-primary-nav .suppaMenu .suppa_menu_dropdown .suppa_submenu a:after {
    display: block;
    content: '';
    height: 100%;
    width: 3px;
    background: #c2d44e;
    opacity: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.header-primary-nav .suppaMenu .suppa_menu_dropdown .suppa_dropdown_item_container:hover> a:after,
.header-primary-nav .suppaMenu .suppa_menu_dropdown .suppa_submenu a.current-menu-item:after,
.header-primary-nav .suppaMenu .suppa_menu_dropdown .suppa_submenu a.current_page_item:after {
    opacity: 1;
}
.header-primary-nav .suppaMenu .suppa_menu_dropdown> .suppa_submenu .suppa_submenu {
    border-left: 1px solid transparent;
    top: 0px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
.header-primary-nav .suppaMenu .suppa_menu_dropdown> .suppa_submenu .suppa_submenu:before {
    display: none;
}
.header-primary-nav .suppaMenu .suppa_submenu_1 .suppa_submenu {
    margin-left: -1px;
}
.header-primary-nav .suppaMenu .suppa_menu_links .suppa_submenu_columns_wrap .current-menu-item {
    background-color: transparent;
}
.header-primary-nav .suppaMenu .suppa_menu_links .suppa_submenu_columns_wrap .current-menu-item .suppa_item_title {
    color: #c2d44e !important;
}
.header-primary-nav .suppaMenu .suppa_post {
    max-width: 18%;
}
.header-primary-nav .suppaMenu .suppa_mega_posts_post_article {
    max-width: 22%;
}
.header-primary-nav .suppa_menu_mega_posts .suppa_mega_posts_categories a .suppa_FA_icon {
    padding-right: 10px;
    display: inline-block;
}
.suppa_rwd_menus_container {
    max-width: 100%;
}
.primary-nav.suppaMenu_wrap {
    background: #565656;
}
.primary-nav.suppa-sticky {
    z-index: 100;
    width: 100% !important;
    background: #565656;
}
.admin-bar .primary-nav.suppa-sticky {
    top: 32px !important;
}
.suppa_submenu_posts,
.suppa_submenu_mega_posts {
    z-index: 5;
}
@media (max-width: 767px) {
    .admin-bar .primary-nav.suppa-sticky {
        top: 46px !important;
    }
}
@media (max-width: 599px) {
    .admin-bar .primary-nav.suppa-sticky {
        top: 0px !important;
    }
}
.primary-nav.suppaMenu_wrap.suppa-sticky {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 30px;
}
.primary-nav .suppa-sticky-holder {
    background: #565656;
}

/* Default menu styles */

.primary-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.primary-nav .menu {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    background-color: #565656;
}
.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 0 0 1px;
}
.primary-nav .menu li:last-of-type a {
    border-bottom: 0;
}
.primary-nav .menu a {
    padding: 0 6px;
    color: white;
    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: 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;
}
.primary-nav .menu li.current_page_item a,
.primary-nav .menu a:hover,
.primary-nav .menu li.current_page_item a:hover {
    background-color: #c2d44e;
}
.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 li.menu-item-has-children .sub-menu a:after {
    content: '';
    right: 0;
}
.primary-nav .menu li .sub-menu a {
    padding: 6px 16px;
}
.primary-nav .menu ul {
    margin: 1px 0 0 0;
    opacity: 0;
    background: #ebebeb;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 300;
    background: #ebebeb;
    -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;
    width: 120%;
}
.primary-nav .menu ul li {
    float: none;
    display: block;
    border: 0;
    margin: 0;
}
.primary-nav .menu ul a {
    display: inline-block;
    border-bottom: 1px solid #e4e4e4;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    padding: 10px 26px;
    color: #646565;
    border-radius: 0;
    margin: 0;
    height: auto;
    width: 100%;
    line-height: 1.5;
}
.primary-nav .menu ul a:after {
    display: block;
    content: '';
    height: 100%;
    width: 3px;
    background: #c2d44e;
    opacity: 0;
    right: 0px;
    left: auto;
    bottom: 0;
    position: absolute;
    -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;
}
.primary-nav .menu ul a:hover {
    background-color: #f4f4f4;
    color: #646565;
}
.primary-nav .menu ul a:hover:after {
    opacity: 1;
}
.primary-nav .menu ul ul {
    top: 0px;
    left: 100%;
    width: 100%;
}

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


/* 3.2 Content */

.site-content {
    margin-top: 30px;
    margin-bottom: 0px !important;
}
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
    color: #151515;
}

/* Search Form */

.search-form label {
    margin: 0;
}
.search-form .search-submit {
    display: inline-block;
    vertical-align: top;
}
.search .search-form {
    margin: 0 0 30px 0;
}
.search p+ .search-form {
    margin: 15px 0 0 0;
}

/* Pagebuilder layout */

.layout-one-col .site-content,
.container.ig_fullwidth {
    width: 100%;
}
.layout-one-col .row.ig_fullwidth {
    margin: 0 auto;
}
.entry-content .container,
.row.ig_fullwidth {
    max-width: 100%;
    padding: 0;
}
.ig_fullwidth [class^="col-"],
.ig_fullwidth [class*=" col-"] {
    margin-bottom: 0px;
}

/* Blog layout */

.site-content.grid-layout article,
.site-content .blog-grid-wrapper article {
    padding: 0 15px;
    float: left;
    margin-bottom: 30px !important;
    border: 0 none;
    max-width: 100%;
}
.single .site-content.grid-layout article,
.single .site-content .blog-grid-wrapper article {
    padding: 0;
    width: 100%;
}
.site-content.grid-layout article .content-wrapper,
.site-content .blog-grid-wrapper article .content-wrapper {
    border: 1px solid #e1e1e1;
}
.site-content.grid-layout article .thumbnail-wrapper+ .content-wrapper,
.site-content.grid-layout article .audio-wrapper+ .content-wrapper,
.site-content .blog-grid-wrapper article .thumbnail-wrapper+ .content-wrapper,
.site-content .blog-grid-wrapper article .audio-wrapper+ .content-wrapper {
    border-top: 0 none;
}
.site-content.grid-layout article .entry-content,
.site-content.grid-layout article .entry-summary,
.site-content .blog-grid-wrapper article .entry-content,
.site-content .blog-grid-wrapper article .entry-summary {
    margin-top: 20px;
}
.site-content.grid-layout article .entry-meta .post-author,
.site-content.grid-layout article .entry-meta .post-cats,
.site-content.grid-layout article .entry-meta .time-wrapper,
.site-content .blog-grid-wrapper article .entry-meta .post-author,
.site-content .blog-grid-wrapper article .entry-meta .post-cats,
.site-content .blog-grid-wrapper article .entry-meta .time-wrapper {
    display: block;
}
.site-content.grid-layout article .entry-meta .edit-link,
.site-content .blog-grid-wrapper article .entry-meta .edit-link {
    display: none;
}
.site-content.grid-layout article .entry-meta .post-author:before,
.site-content.grid-layout article .entry-meta .post-cats:before,
.site-content.grid-layout article .entry-meta .time-wrapper:before,
.site-content .blog-grid-wrapper article .entry-meta .post-author:before,
.site-content .blog-grid-wrapper article .entry-meta .post-cats:before,
.site-content .blog-grid-wrapper article .entry-meta .time-wrapper:before {
    display: none;
}
.blog-grid-wrapper {
    margin: 0 -15px;
}
.blog-grid-wrapper .format-video embed,
.blog-grid-wrapper .format-video iframe,
.blog-grid-wrapper .format-video object,
.blog-grid-wrapper .format-video video {
    height: auto;
}

/* 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: #f5f5f5;
    text-align: center;
    padding: 12px 0;
    color: #444444;
    cursor: pointer;
    border: 1px solid #f5f5f5;
    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;
    text-transform: uppercase;
}
.pt-get-more-posts:hover {
    background: #C2D44E;
    border-color: #C2D44E;
    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 #C2D44E;
    text-align: center;
    background: #fff;
    color: #C2D44E;
    padding: 12px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
#temp_load i {
    margin-right: 10px;
}

/* Article styling on Blog Page */

.site-content article.sticky {
    position: relative;
    padding-top: 10px;
    border-bottom: #c2d44e 2px solid;
}
.site-content article.sticky .sticky-post {
    position: absolute;
    top: 0;
    left: 30px;
    display: inline-block;
    background-color: #c2d44e;
    padding: 5px 8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.site-content article {
    margin-bottom: 40px;
    border: 1px solid #e1e1e1;
}
.site-content article:last-of-type {
    margin-bottom: 0;
}
.site-content .blog-grid-wrapper article {
    margin-bottom: 30px;
}
.site-content .thumbnail-wrapper {
    max-height: 450px;
    overflow: hidden;
}
.site-content .thumbnail-wrapper img {
    height: auto;
    max-width: 100%;
}
.site-content .content-wrapper {
    padding: 30px;
}
.site-content .entry-title {
    color: #151515;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
}
.site-content .entry-title a {
    color: #151515;
}
.site-content .entry-title a:hover,
.site-content .entry-title a:focus,
.site-content .entry-title a:active {
    color: #c2d44e;
}
.site-content .entry-meta {
    color: #b1b1b1;
}
.site-content .entry-meta .post-author,
.site-content .entry-meta .post-cats,
.site-content .entry-meta .time-wrapper,
.single .site-content.grid-layout .entry-meta .post-author,
.single .site-content.grid-layout .entry-meta .post-cats,
.single .site-content.grid-layout .entry-meta .time-wrapper {
    display: inline-block;
}
.site-content .entry-meta .entry-date {
    color: black;
}
.site-content .entry-meta .edit-link {
    padding-left: 20px;
}
.site-content .entry-meta .post-author+ .post-cats:before,
.site-content .entry-meta .post-cats+ .time-wrapper:before,
.single .site-content .entry-meta .post-author+ .post-cats:before,
.single .site-content .entry-meta .post-cats+ .time-wrapper:before {
    display: inline-block;
    content: '|';
    padding: 0 5px 0 2px;
}
.site-content .entry-content {
    margin-top: 30px;
}
.site-content .entry-content input[type="submit"] {
    vertical-align: top;
}
.site-content .entry-additional-meta {
    color: #3d3d3d;
    margin-top: 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: #c2d44e;
    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: #b1b1b1;
}
.site-content a {
    color: black;
}
.site-content a:hover,
.site-content a:focus,
.site-content a:active {
    color: #c2d44e;
}
.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;
}
.more-link i {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    line-height: 14px;
    background: #c2d44e;
    color: #fff;
    text-align: center;
}

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


/* 3.2.1 Gallery */

.gallery {
    width: 100%;
    margin: 20px 0 0 0;
}
.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;
}
figure.gallery-item img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}
figure.gallery-item .gallery-icon::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, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
figure.gallery-item figcaption.wp-caption-text {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    margin: 1em;
    padding: 0 1em;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    max-width: 50%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    display: inline-block;
    transform: none;
}
figure.gallery-item:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
figure.gallery-item:hover .gallery-icon::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
figure.gallery-item:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.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;
}
.nav-links a+ a:before {
    content: '/';
    color: #b1b1b1;
    display: inline-block;
    padding: 0 10px 0 15px;
}
.post-navigation,
.image-navigation {
    display: inline-block;
    float: left;
    padding: 0;
    font-size: 18px;
}
.post-navigation a,
.image-navigation a {
    color: #151515;
}
.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: #c2d44e;
}

/* Blog Navigation */

.paging-navigation {
    margin: 40px 0;
    text-align: center;
    clear: both;
    display: inline-block;
    width: 100%;
}
.paging-navigation .loop-pagination {
    margin-top: -5px;
    text-align: center;
}
.paging-navigation .page-numbers {
    font-size: 13px;
    margin-right: 1px;
    display: inline-block;
    padding: 9px 15px;
    border: 1px solid #e1e1e1;
    -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;
}
.paging-navigation ul.page-numbers {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.paging-navigation .page-numbers.current {
    border: 1px solid #fafafa;
    background: #fafafa;
}
.paging-navigation a {
    color: black;
}
.paging-navigation a:hover {
    background-color: #c2d44e;
    border-color: #c2d44e;
    color: #fff;
}
.paging-navigation i {
    font-size: 12px;
}

/* Comments navigation */

.comment-numeric-navigation {
    margin: 0 0 30px 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 #e1e1e1;
    -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;
}
.comment-numeric-navigation ul.page-numbers {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.comment-numeric-navigation .page-numbers.current {
    border: 1px solid #e1e1e1;
    background: #fafafa;
}
.comment-numeric-navigation a {
    color: black;
}
.comment-numeric-navigation a:hover,
.comment-numeric-navigation a:active,
.comment-numeric-navigation a:focus {
    color: #fff !important;
    background-color: #c2d44e;
    border-color: #c2d44e;
}
.comment-numeric-navigation i {
    font-size: 12px;
}
.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 #e1e1e1;
    -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;
    color: black;
}
.comment-navigation a:hover,
.comment-navigation a:active,
.comment-navigation a:focus {
    color: #c2d44e;
}
.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;
}
.page-links span {
    border: 1px solid #fafafa;
    background: #fafafa;
    padding: 9px 15px;
    display: inline-block;
}
.page-links a span {
    border: 1px solid #e1e1e1;
    background: transparent;
    color: black;
    -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;
}
.page-links a:hover span,
.page-links a:focus span,
.page-links a:active span {
    color: #c2d44e;
}
.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,
.breadcrumbs-wrapper div {
    margin-bottom: 0 !important;
}
.breadcrumbs-wrapper .container {
    padding: 30px 0;
    display: inline-block;
    text-align: right;
    max-width: 100%;
    border-bottom: 1px solid #e1e1e1;
}
.breadcrumbs-wrapper .page-title {
    display: inline-block;
    float: left;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    color: #151515;
    padding: 0;
    font-weight: 300;
    margin-bottom: 0;
}
.breadcrumbs-wrapper .breadcrumbs {
    margin: 0;
    color: #b1b1b1;
    padding: 0;
    display: block;
    font-size: 18px;
    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: #151515;
}
.breadcrumbs-wrapper .breadcrumbs a:hover,
.breadcrumbs-wrapper .breadcrumbs a:focus,
.breadcrumbs-wrapper .breadcrumbs a:active {
    color: #c2d44e;
}
.breadcrumbs-wrapper .breadcrumbs:after {
    content: '';
    display: block;
    clear: both;
}

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


/* 3.2.3 Attachments */

article.attachment {
    overflow: hidden;
    padding: 0;
    border: 0 none;
}
article.attachment:after {
    display: block;
    content: '';
    clear: both;
}
article.attachment .entry-title {
    font-size: 30px;
    color: #151515;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 7px;
    font-family: "Roboto", sans-serif;
    font-weight: lighter;
}
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-caption~ .entry-description {
    padding-top: 20px;
}
article.attachment .entry-meta strong {
    color: #151515;
}
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 {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    color: #151515;
    font-weight: 200;
    margin-bottom: 15px;
}
.archive .site-content,
.category .site-content {
    margin-top: 30px;
}
.site-content.woocommerce {
    overflow-y: hidden;
}
.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;
}
.search .entry-summary {
    margin-top: 20px;
}

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


/* 3.2.6 404 Page */

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

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


/* 3.2.7 Single */

.entry-meta-bottom {
    border-top: 1px solid #e1e1e1;
    padding: 40px 0 0 0;
    margin: 20px 0 0 0;
    color: #b1b1b1;
}
.entry-meta-bottom .social-links {
    display: inline-block;
    margin: 0;
}
.entry-meta-bottom .social-links> span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    color: #151515;
    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: #c2d44e;
}
.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: #151515;
    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: #c2d44e;
}
.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: #151515;
    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 #e1e1e1;
    padding-top: 40px;
    margin-top: 20px;
    padding-left: 90px;
    position: relative;
}
.author-info .author-avatar {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 40px;
}
.author-info .author-title {
    color: #b1b1b1;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    display: inline-block;
}
.author-info .author-total-comments {
    display: inline-block;
}
.author-info .author-total-comments i {
    color: #c2d44e;
    font-size: 14px;
    padding-right: 5px;
}
.author-info .author-title+ .author-total-comments:before {
    content: '|';
    display: inline-block;
    margin: 0 10px;
    color: #b1b1b1;
}
.author-info .author-bio {
    color: #6a6a6a;
}
.author-info .author-contacts {
    margin-top: 20px;
}
.author-info .author-contacts i {
    font-size: 22px;
}
.author-info .author-contacts a {
    margin-left: 10px;
    color: #b1b1b1;
}
.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: #c2d44e;
}
.entry-meta-bottom+ .author-info {
    margin-top: 50px;
    color: black;
}

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


/* 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: #e1e1e1;
}
.format-quote blockquote {
    margin-bottom: 20px;
    padding: 20px 20px 20px 75px;
    border: 0 none;
    border-left: 3px solid #c2d44e;
    background: #fafafa;
}
.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 */

.format-audio {}
.format-audio .audio-wrapper+ .content-wrapper {
    border-top: 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: #fafafa;
    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-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;
}
.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: #fafafa;
}
.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-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;
}
.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: #c2d44e;
}
.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;
}
.blog-grid-wrapper .format-audio .audio-wrapper.single-audio {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

/* 3.2.8.3 Gallery Post Format */

.format-gallery .entry-carousel+ .content-wrapper {
    border-top: 0px;
}
.format-gallery .entry-carousel {
    overflow: hidden;
}
.blog-gallery {
    background: rgba(0, 0, 0, 0.2);
}
.blog-gallery .owl-controls {
    display: inline-block;
    position: absolute;
}
.blog-gallery .owl-controls .owl-page span {
    -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;
}
.blog-gallery .slide {
    text-align: center;
}
.blog-gallery img {
    display: inline-block;
}
.blog-gallery.paginated .owl-controls {
    left: 30px;
    bottom: 30px;
}
.blog-gallery.paginated .owl-controls .owl-page span {
    background: #fff;
    border-radius: 0;
    display: inline-block;
    height: 5px;
    margin: 5px;
    opacity: 1;
    width: 30px;
}
.blog-gallery.paginated .owl-controls .owl-page:hover span,
.blog-gallery.paginated .owl-controls .owl-page.active span {
    opacity: 0.7;
}
.blog-gallery.with-icons .owl-controls {
    right: 20px;
    top: 20px;
}
.blog-gallery.with-icons .owl-controls .owl-pagination {
    width: 105px;
}
.blog-gallery.with-icons .owl-controls .owl-page span {
    display: none;
}
.blog-gallery.with-icons .owl-controls .item-link {
    border: 1px solid transparent;
    display: block;
    height: 80px;
    margin: 0 0 10px 0;
    outline: medium none;
    position: relative;
    width: 105px;
    -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: 1;
}
.blog-gallery.with-icons .owl-controls .owl-page.active .item-link,
.blog-gallery.with-icons .owl-controls .owl-page:hover .item-link {
    border: 1px solid #8299ab;
}
.blog-gallery.with-icons .owl-controls .owl-page:hover .item-link {
    opacity: 0.8;
}

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


/* 3.2.9 Comments */

.comments-area {
    margin-top: 60px;
    padding: 0;
    clear: both;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
    text-transform: none;
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    color: #151515;
    font-weight: 200;
    margin: 0;
    position: relative;
}
.comments-area .comments-list {
    margin: 0;
    padding: 30px 0;
    font-weight: 300;
}
.comments-area .comments-list .comment {
    margin-bottom: 20px;
    position: relative;
    min-height: 70px;
    border: 0 none;
    float: none;
}
.comments-area .comments-list .comment:last-of-type {
    margin: 0 !important;
}
.comments-area .comments-list .comment .child-comments {
    margin: 0px 0 0 50px;
    padding: 20px 0 0 0;
    clear: both;
}
.comments-area .gravatar {
    display: inline-block;
    float: left;
}
.comments-area .comment-meta {
    color: #b1b1b1;
    font-size: 14px;
    hyphens: auto;
    padding: 0 0 0 100px;
    word-wrap: break-word;
    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-bottom: 0;
}
.comments-area .comment-meta .comment-author-link,
.comments-area .comment-meta .author {
    color: black;
    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: #c2d44e;
}
.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 {
    content: '|';
    display: inline-block;
    color: #b1b1b1;
    margin: 0 10px;
}
.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: 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 [class^="col-"],
.sidebar [class*=" col-"] {
    margin-bottom: 0px;
}

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


/* 3.3.1 Widgets */
.widget .wpb_content_element {
  margin-bottom: 0;
}
.widget {
    color: #b1b1b1;
    margin: 0 0 30px 0;
}
.widget .widget-title {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    color: #151515;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.widget .widget-title a {
    color: #151515;
}
.widget .widget-title a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:active {
    color: #c2d44e;
}
.widget a {
    color: #646565;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
    color: #c2d44e;
}
.widget ul {
    list-style: none;
    margin-bottom: 0;
}
.widget ul li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 0;
}
.widget ul li:last-of-type {
    border-bottom: 0 none;
}
.widget ul li:before {
    display: none;
    padding-right: 0;
}
.widget input[type="password"],
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="number"],
.widget input[type="search"],
.widget input.input-text,
.widget textarea {
    background-color: white;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}
.widget .current-cat {
    color: #c2d44e;
}
.widget .current-cat a {
    color: #c2d44e;
}

/* Tag cloud */

.tagcloud {
    padding-top: 10px;
}
.tagcloud a {
    font-size: 12px !important;
    color: #3d3d3d;
    padding: 5px 10px;
    background: #fafafa;
    display: inline-block;
    margin: 0 10px 10px 0;
    float: left;
    -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;
}
.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a:active {
    color: #fff;
    background: #81CFDC;
}
.tagcloud:after {
    display: block;
    content: '';
    clear: both;
}

/* WP Search */

.widget_search label {
    width: 100%;
    margin-bottom: 0;
}
.widget_search .search-form {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0;
}
.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 & Archive widget */

.widget.widget_categories ul li,
.widget.widget_archive ul li {
    text-align: right;
}
.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
    text-align: left;
    float: left;
    display: block;
    max-width: 80%;
}
.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;
}

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


/* 3.3.2 Plumtree special Widgets */

.widget .precontent {
    margin-bottom: 20px;
}
.widget .postcontent {
    margin-top: 20px;
}
.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 Search */

.pt-searchform {
    display: inline-block;
    width: auto;
    position: relative;
    min-width: 380px;
}
@media (max-width: 320px) {
    .pt-searchform {
        min-width: 100%;
    }
}
.pt-searchform .searchtext {
    background: transparent;
    border: 1px solid #e1e1e1;
    -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: 80%;
    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 #e1e1e1;
    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: #c2d44e;
}
.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;
    top: 0;
}
.pt-searchform .search-select .select2-chosen,
.pt-searchform .select2-container.search-select .select2-chosen {
    margin: 0 5px 0 25px;
    height: 32px;
    line-height: 32px;
}
.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: #e1e1e1;
    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: #c2d44e;
}
.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%;
    }
}

/* PT Woocommerce Cart */

.hgroup-sidebar .widget.widget_shopping_cart {
    min-width: 118px;
    min-height: 69px;
    border: 0 none;
}
.hgroup-sidebar .widget.widget_shopping_cart li {
    position: relative;
    padding: 0 12px 0 0 !important;
    margin-bottom: 20px;
}
.hgroup-sidebar .widget.widget_shopping_cart li:last-of-type {
    margin-bottom: 0;
}
.hgroup-sidebar .widget.widget_shopping_cart li.empty {
    text-align: center;
}
.hgroup-sidebar .widget.widget_shopping_cart li:after {
    display: block;
    content: '';
    clear: both;
}
.hgroup-sidebar .widget.widget_shopping_cart img {
    border: 0 none !important;
    float: left;
    margin: 0 5px 0 0;
}
.hgroup-sidebar .widget.widget_shopping_cart .remove {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    color: red;
}
.hgroup-sidebar .widget.widget_shopping_cart .quantity {
    display: block;
}
.hgroup-sidebar .widget.widget_shopping_cart .heading {
    position: relative;
    display: inline-block;
    background-color: white;
    width: 100%;
    height: 43px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    text-align: center;
    line-height: 43px;
}
.hgroup-sidebar .widget.widget_shopping_cart .heading i {
    position: relative;
    display: inline-block;
    font-size: 24px;
}
.hgroup-sidebar .widget.widget_shopping_cart .count {
    background-color: #c2d44e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    width: 31px;
    height: 31px;
    line-height: 31px;
    position: absolute;
    top: -13px;
    right: -13px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.hgroup-sidebar .widget.widget_shopping_cart .inner-cart-content {
    padding: 13px 14px 0 0;
    width: 73px;
    height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.hgroup-sidebar .widget.widget_shopping_cart .wrapper {
    height: 100%;
    height: -moz-calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    margin: 0 0 2px 2px;
    box-shadow: none;
    -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;
}
.hgroup-sidebar .widget.widget_shopping_cart.hovered .wrapper {
    -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.15);
}
.hgroup-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content,
.hgroup-sidebar .widget.widget_shopping_cart .cart-excerpt {
    background-color: white;
    padding: 0px 20px 20px 20px;
    width: 228px;
    position: absolute;
    top: 56px;
    right: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    z-index: 500;
    zoom: 1;
}
.hgroup-sidebar .widget.widget_shopping_cart .excerpt-wrapper,
.hgroup-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content> * {
    -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;
    opacity: 0;
}
.hgroup-sidebar .widget.widget_shopping_cart a.btn {
    color: #fff;
    -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;
}
.hgroup-sidebar .widget.widget_shopping_cart .buttons {
    display: inline-block;
    margin: 0;
    width: 100%;
}
.hgroup-sidebar .widget.widget_shopping_cart .buttons:after {
    display: block;
    content: '';
    clear: both;
}
.hgroup-sidebar .widget.widget_shopping_cart .buttons .checkout {
    float: right;
}
.hgroup-sidebar .widget_shopping_cart.hovered .widget_shopping_cart_content,
.hgroup-sidebar .widget_shopping_cart.hovered .cart-excerpt {
    border-radius: 0 0 4px 4px;
}
.hgroup-sidebar .widget_shopping_cart.hovered .excerpt-wrapper,
.hgroup-sidebar .widget_shopping_cart.hovered .widget_shopping_cart_content> * {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.hgroup-sidebar .widget_shopping_cart.hovered .heading {
    border-radius: 4px 4px 0 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: 10px 0;
    margin: 0;
    border-top: 1px solid #e2e3e3;
    color: #898e91;
}
.hgroup-sidebar .widget_shopping_cart .cart-excerpt {
    text-align: center;
    padding: 0px 20px 20px 20px;
    color: #898e91;
}
.hgroup-sidebar .widget_shopping_cart .cart-excerpt .message {
    display: inline-block;
    padding: 10px 0 0 0;
    margin: 0;
    border-top: 1px solid #e2e3e3;
    color: #898e91;
}
.hgroup-sidebar .widget_shopping_cart .view-cart {
    color: #606366;
    font-size: 14px;
    display: inline-block;
    margin: 15px 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: #c2d44e;
}
.hgroup-sidebar .widget_shopping_cart .view-cart .fa {
    margin-left: 5px;
}
.hgroup-sidebar .woocommerce .widget_shopping_cart .total,
.hgroup-sidebar .woocommerce-page .widget_shopping_cart .total,
.hgroup-sidebar .woocommerce-page.widget_shopping_cart .total,
.hgroup-sidebar .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #e2e3e3;
    border-bottom: 1px solid #e2e3e3;
    padding: 10px 0;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.hgroup-sidebar .widget_shopping_cart .cart-excerpt .total .amount,
.hgroup-sidebar .widget_shopping_cart_content .total .amount {
    color: #c2d44e;
    font-size: 20px;
}

/* PT Collapsing Categories */

.widget_pt_collapsing_categories {
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 25px;
}
.widget_pt_collapsing_categories .collapse-categories li {
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 0;
}
.widget_pt_collapsing_categories .collapse-categories li:last-of-type {
    border-bottom: 0 none;
}
.widget_pt_collapsing_categories .collapse-categories li:before {
    display: none;
    padding-right: 0;
}
.widget_pt_collapsing_categories .collapse-categories li:after {
    display: block;
    content: '';
    clear: both;
}
.widget_pt_collapsing_categories .collapse-categories li .count {
    float: right;
    display: inline-block;
}
.widget_pt_collapsing_categories .collapse-categories li .show-children {
    float: right;
    outline: none;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background: #c2d44e;
    margin: 1px 0 0 8px;
    -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;
}
.widget_pt_collapsing_categories .collapse-categories li .show-children span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
.widget_pt_collapsing_categories .collapse-categories li .show-children span:before {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 10px;
    vertical-align: bottom;
}
.widget_pt_collapsing_categories .collapse-categories li .show-children.collapsed {
    background: #e5e4e4;
}
.widget_pt_collapsing_categories .collapse-categories li .show-children.collapsed:hover {
    background: #c2d44e;
}
.widget_pt_collapsing_categories .collapse-categories li .show-children.collapsed span:before {
    content: "";
}
.widget_pt_collapsing_categories .children {
    margin: 0;
    width: 100%;
}
.widget_pt_collapsing_categories .children li {
    border: 0 none;
    padding-left: 20px;
    width: 100%;
}
.widget_pt_collapsing_categories .children li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 8px;
    vertical-align: middle;
    padding-right: 5px;
    color: #c2d44e;
    content: "";
}
.widget_pt_collapsing_categories .children li:first-of-type {
    padding-top: 10px;
}

/* PT Contacts */

.widget.widget_pt_contacts_widget ul.pt-widget-contacts li {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.widget.widget_pt_contacts_widget 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_pt_contacts_widget ul.pt-widget-contacts li.a-logo:before,
.widget.widget_pt_contacts_widget ul.pt-widget-contacts li.a-name:before {
    width: 0;
}
.widget.widget_pt_contacts_widget 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_pt_contacts_widget ul.pt-widget-contacts li.a-email:before {
    content: "\f0e0";
}
.widget.widget_pt_contacts_widget ul.pt-widget-contacts li.a-skype:before {
    content: "\f17e";
}
.widget.widget_pt_contacts_widget ul.pt-widget-contacts li.a-fx:before {
    content: "";
}
.widget.widget_pt_contacts_widget ul.pt-widget-contacts li.a-phone:before {
    content: "\f095";
}
.widget.widget_pt_contacts_widget ul.pt-widget-contacts li.a-address:before {
    content: "\f041";
}

/* PT Payment Icons */

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

/* PT Recent Posts & PT Most Viewed Posts */

.recent-post-list,
.most-viewed-list {
    padding-top: 10px;
}
.recent-post-list .recent-post-item,
.recent-post-list .most-viewed-item,
.most-viewed-list .recent-post-item,
.most-viewed-list .most-viewed-item {
    list-style: none;
    border: 0 none;
    padding: 0;
    margin-bottom: 30px;
}
.recent-post-list .recent-post-item:last-of-type,
.recent-post-list .most-viewed-item:last-of-type,
.most-viewed-list .recent-post-item:last-of-type,
.most-viewed-list .most-viewed-item:last-of-type {
    margin-bottom: 0;
}
.recent-post-list .recent-post-item:after,
.recent-post-list .most-viewed-item:after,
.most-viewed-list .recent-post-item:after,
.most-viewed-list .most-viewed-item:after {
    display: block;
    content: '';
    clear: both;
}
.recent-post-list .recent-post-item .thumb-wrapper,
.recent-post-list .most-viewed-item .thumb-wrapper,
.most-viewed-list .recent-post-item .thumb-wrapper,
.most-viewed-list .most-viewed-item .thumb-wrapper {
    display: inline-block;
    float: left;
    margin: 0 15px 10px 0;
}
.recent-post-list .recent-post-item .thumb-wrapper img,
.recent-post-list .most-viewed-item .thumb-wrapper img,
.most-viewed-list .recent-post-item .thumb-wrapper img,
.most-viewed-list .most-viewed-item .thumb-wrapper img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.recent-post-list .recent-post-item .content-wrapper,
.recent-post-list .most-viewed-item .content-wrapper,
.most-viewed-list .recent-post-item .content-wrapper,
.most-viewed-list .most-viewed-item .content-wrapper {
    display: block;
    float: none;
    overflow: hidden;
}
.recent-post-list .recent-post-item h4,
.recent-post-list .most-viewed-item h4,
.most-viewed-list .recent-post-item h4,
.most-viewed-list .most-viewed-item h4 {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin: -5px 0 0;
    font-weight: 400;
}
.recent-post-list .recent-post-item .recent-posts-entry-meta a,
.recent-post-list .recent-post-item .most-viewed-entry-meta a,
.recent-post-list .most-viewed-item .recent-posts-entry-meta a,
.recent-post-list .most-viewed-item .most-viewed-entry-meta a,
.most-viewed-list .recent-post-item .recent-posts-entry-meta a,
.most-viewed-list .recent-post-item .most-viewed-entry-meta a,
.most-viewed-list .most-viewed-item .recent-posts-entry-meta a,
.most-viewed-list .most-viewed-item .most-viewed-entry-meta a {
    color: #b1b1b1;
}
.recent-post-list .recent-post-item .recent-posts-entry-meta a:hover,
.recent-post-list .recent-post-item .recent-posts-entry-meta a:focus,
.recent-post-list .recent-post-item .recent-posts-entry-meta a:active,
.recent-post-list .recent-post-item .most-viewed-entry-meta a:hover,
.recent-post-list .recent-post-item .most-viewed-entry-meta a:focus,
.recent-post-list .recent-post-item .most-viewed-entry-meta a:active,
.recent-post-list .most-viewed-item .recent-posts-entry-meta a:hover,
.recent-post-list .most-viewed-item .recent-posts-entry-meta a:focus,
.recent-post-list .most-viewed-item .recent-posts-entry-meta a:active,
.recent-post-list .most-viewed-item .most-viewed-entry-meta a:hover,
.recent-post-list .most-viewed-item .most-viewed-entry-meta a:focus,
.recent-post-list .most-viewed-item .most-viewed-entry-meta a:active,
.most-viewed-list .recent-post-item .recent-posts-entry-meta a:hover,
.most-viewed-list .recent-post-item .recent-posts-entry-meta a:focus,
.most-viewed-list .recent-post-item .recent-posts-entry-meta a:active,
.most-viewed-list .recent-post-item .most-viewed-entry-meta a:hover,
.most-viewed-list .recent-post-item .most-viewed-entry-meta a:focus,
.most-viewed-list .recent-post-item .most-viewed-entry-meta a:active,
.most-viewed-list .most-viewed-item .recent-posts-entry-meta a:hover,
.most-viewed-list .most-viewed-item .recent-posts-entry-meta a:focus,
.most-viewed-list .most-viewed-item .recent-posts-entry-meta a:active,
.most-viewed-list .most-viewed-item .most-viewed-entry-meta a:hover,
.most-viewed-list .most-viewed-item .most-viewed-entry-meta a:focus,
.most-viewed-list .most-viewed-item .most-viewed-entry-meta a:active {
    color: #c2d44e;
}
.recent-post-list .recent-post-item .comments-qty,
.recent-post-list .recent-post-item .views-qty,
.recent-post-list .most-viewed-item .comments-qty,
.recent-post-list .most-viewed-item .views-qty,
.most-viewed-list .recent-post-item .comments-qty,
.most-viewed-list .recent-post-item .views-qty,
.most-viewed-list .most-viewed-item .comments-qty,
.most-viewed-list .most-viewed-item .views-qty {
    margin-top: 5px;
}
.recent-post-list .recent-post-item .comments-qty i,
.recent-post-list .recent-post-item .views-qty i,
.recent-post-list .most-viewed-item .comments-qty i,
.recent-post-list .most-viewed-item .views-qty i,
.most-viewed-list .recent-post-item .comments-qty i,
.most-viewed-list .recent-post-item .views-qty i,
.most-viewed-list .most-viewed-item .comments-qty i,
.most-viewed-list .most-viewed-item .views-qty i {
    color: #c2d44e;
    padding-right: 3px;
    font-size: 16px;
}
/* Special styles for mega menu arrearance */
.mega-menu-item .recent-post-list.row {
    margin: 0 -8px;
}
.mega-menu-item .recent-post-list .recent-post-item {
    padding: 0 8px;
    margin: 16px 0 0 0;
}
.mega-menu-item .recent-post-list .recent-post-item .thumb-wrapper {
    display: block;
    float: none;
    margin: 0;
    padding: 1px;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    background-color: #fff;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    text-align: center;
}
.mega-menu-item .recent-post-list .recent-post-item .content-wrapper {
    padding: 8px;
    border: 1px solid #e1e1e1;
    border-top: 0;
    background-color: #fff;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
.mega-menu-item .recent-post-list .recent-post-item .thumb-wrapper img {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
}
.mega-menu-item .recent-post-list .recent-post-item .comments-qty {
    margin-top: 0;
}


/* YITH filters styles */

.widget.yith-woocommerce-ajax-product-filter {
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    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: #c2d44e;
}
.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;
}
.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;
    -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-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: #c2d44e;
    border: 2px solid #c2d44e;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li,
.woocommerce .widget_layered_nav ul.yith-wcan-color li {
    padding-bottom: 0;
}
.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: #898e91;
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    font-weight: normal;
}
#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: 10;
    opacity: 0;
    visibility: hidden;
    -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);
}
.favourite-posts> h3 {
    font-size: 14px;
    font-weight: normal;
}

/* PT Social networks */

.twiget-widget li {
    padding: 10px 0 !important;
    margin-bottom: 10px;
}
.twiget-widget li:last-of-type {
    margin-bottom: 0;
}
.twiget-widget img {
    float: left;
    margin-right: 10px;
}
.site-footer .twiget-widget li:before {
    display: none !important;
}
.widget.pt-socials-widget ul {
    list-style-type: none;
    margin: 0;
    display: block;
}
.widget.pt-socials-widget ul li {
    float: none;
    margin: 0;
    display: block;
    list-style: none;
    border: 0 none;
}
.widget.pt-socials-widget ul li:before {
    display: none !important;
    content: '';
    padding: 0;
    margin: 0;
}
.widget.pt-socials-widget ul.inline-mode {
    display: inline-block;
    vertical-align: middle;
}
.widget.pt-socials-widget ul.inline-mode:after {
    display: block;
    content: '';
    clear: both;
}
.widget.pt-socials-widget ul.inline-mode li {
    display: inline-block;
    float: left;
    padding: 0 4px;
}
.widget.pt-socials-widget ul.inline-mode li a {
    padding: 0 3px;
}
.widget.pt-socials-widget ul li i+ span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 0 0 0 10px;
    vertical-align: middle;
}
.widget.pt-socials-widget ul.icons-small {
    font-size: 16px;
}
.widget.pt-socials-widget ul.icons-medium {
    font-size: 24px;
}
.widget.pt-socials-widget ul.icons-large {
    font-size: 32px;
}

/* PT Categories */

.widget_pt_categories {
    background-clip: padding-box;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 19px 25px 18px;
}
.widget_pt_categories .pt-categories li:last-of-type {
    border-bottom: 0 none;
}
.widget_pt_categories .pt-categories li:before {
    display: none;
    padding-right: 0;
}
.widget_pt_categories .pt-categories li:after {
    display: block;
    content: '';
    clear: both;
}
.widget_pt_categories .pt-categories li .cat-img-wrap {
    max-width: 25px;
    display: inline-block;
    margin-right: 8px;
}
.widget_pt_categories .pt-categories li a,
.widget_pt_categories .pt-categories li .count {
    display: inline-block;
    vertical-align: middle;
}
.widget_pt_categories .pt-categories li .show-children {
    float: right;
    outline: none;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 19px;
    line-height: 18px;
    text-align: center;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin: 3px 0 0 8px;
    border: 1px solid #c2d44e;
    -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_pt_categories .pt-categories li .show-children span:before {
    color: #c2d44e;
    content: "\f068";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 10px;
    -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;
    margin: 0;
    height: 19px;
    vertical-align: middle;
}
.widget_pt_categories .pt-categories li .show-children:hover {
    background: #c2d44e;
}
.widget_pt_categories .pt-categories li .show-children:hover span:before {
    color: #fff !important;
}
.widget_pt_categories .pt-categories li .show-children.collapsed span:before {
    content: "\f067";
}
.widget_pt_categories .children {
    margin: 0;
    width: 100%;
}
.widget_pt_categories .children li {
    border: 0 none;
    padding-left: 0px;
    width: 100%;
}
.widget_pt_categories .children li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 8px;
    vertical-align: middle;
    padding-right: 5px;
    content: "\f0da";
}
.widget_pt_categories .children li:first-of-type {
    padding-top: 12px;
}
.widget_pt_categories .children li:last-of-type {
    padding-bottom: 12px;
}

/* Custom Nav Menu */

.widget.widget_nav_menu .menu {
    background: transparent;
}
.widget.widget_nav_menu .menu li {
    border-bottom: 1px solid #e5e4e4;
}
.widget.widget_nav_menu .menu li a {
    color: #3d3d3d;
}
.widget.widget_nav_menu .menu li a:hover,
.widget.widget_nav_menu .menu li a:focus,
.widget.widget_nav_menu .menu li a:active {
    color: #c2d44e;
}
.widget.widget_nav_menu .menu li:last-of-type {
    border-bottom: 0 none;
}
.widget.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: #c2d44e;
}
.widget.widget_nav_menu .menu-item-has-children.open:after {
    right: 0;
    top: 9px;
    content: "\f078";
}
.widget.widget_nav_menu .sub-menu {
    padding: 5px 0 0 15px;
    margin: 0;
}
.widget.widget_nav_menu .sub-menu li {
    border: 0 none;
}
.widget.widget_nav_menu .sub-menu li a {
    color: #9f9f9f;
}
.widget.widget_nav_menu .sub-menu li a:hover,
.widget.widget_nav_menu .sub-menu li a:focus,
.widget.widget_nav_menu .sub-menu li a:active {
    color: #c2d44e;
}
.widget.widget_nav_menu .menu-item-has-children> ul {
    display: none;
}
.widget.widget_nav_menu .menu-item-has-children.current-menu-ancestor> ul {
    display: block;
}
.widget.widget_nav_menu .current_page_item a {
    color: #c2d44e !important;
}

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


/* 3.4 Footer */

.footer-shortcode+ .site-footer {
    margin-top: 0px;
}
.site-footer {
    background: #393e45;
    color: #aeb4bc;
    margin-top: 80px;
}
.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: #aeb4bc;
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
    color: #81cfdc;
}
.site-footer .widget {
    margin: 40px 0;
    color: #aeb4bc;
}
.site-footer .widget .widget-title {
    color: white;
    font-size: 18px;
}
.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: #81cfdc;
    font-size: 8px;
    padding-right: 5px;
}
.site-footer .widget.pt-socials-widget {
    margin: 15px 0;
    display: inline-block;
}
.site-footer .widget.pt-socials-widget .widget-title {
    color: #f7f7f7;
    margin: 0 30px 0 0;
    vertical-align: middle;
    display: inline-block;
}
.site-footer .widget.pt-socials-widget a {
    color: #545b65;
}
.site-footer .widget.pt-socials-widget a:hover,
.site-footer .widget.pt-socials-widget a:focus,
.site-footer .widget.pt-socials-widget a:active {
    color: #fff;
}
.site-footer .footer-bottom {
    background: #24282e;
    border-top: 1px solid #484e56;
}
.site-footer .site-info {
    padding: 20px 0;
}
.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: #4f555f;
    -webkit-box-shadow: inset 0 0 0 1px #4a515a;
    -moz-box-shadow: inset 0 0 0 1px #4a515a;
    box-shadow: inset 0 0 0 1px #4a515a;
    background: transparent;
    border-radius: 0;
}
.site-footer .widget_wysija .wysija-input {
    width: 100%;
}
.site-footer .widget_wysija .wysija-submit {
    background-color: #81cfdc !important;
    border: 1px solid #81cfdc;
    -webkit-transition: background-color 0.3s ease-out 0s;
    -moz-transition: background-color 0.3s ease-out 0s;
    -ms-transition: background-color 0.3s ease-out 0s;
    -o-transition: background-color 0.3s ease-out 0s;
    transition: background-color 0.3s ease-out 0s;
}
.site-footer .widget_wysija .wysija-submit:hover {
    background-color: transparent !important;
}

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


/* 3.5 Special Theme Styles */

.text-align-center {
    text-align: center;
}
.owl-theme .owl-controls .owl-page span {
    background: #c2d44e;
}
.pt-special {
    padding: 30px;
    border: 1px solid #e1e1e1;
    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;
    /* stops bg color from leaking outside the border: */
    background-color: #e1e1e1;
    position: relative;
    -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;
}
.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: #151515;
    font-weight: 200;
    margin: 20px 0;
}
.pt-special p {
    color: #b1b1b1;
    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: #c2d44e;
}
.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;
}
.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: #e1e1e1;
    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-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #c2d44e;
}
.pt-special-3:hover:before {
    width: 100%;
    left: 0;
}
.pt-special-3:hover .icon {
    background: #c2d44e;
}
.pt-special-3:hover .icon i {
    -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: #e1e1e1;
    -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-special-3 .icon i {
    font-size: 26px;
    color: #fff;
    -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-special-3 h4 {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #151515;
    font-weight: 200;
    margin: 30px 0 10px 0;
}
.pt-special-3 p {
    color: inherit;
    margin: 0 0 20px 0;
}
.pt-special-hor {
    display: inline-block;
}
.pt-special-hor .icon-wrapper {
    display: inline-block;
    width: 90px;
    height: 90px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    float: left;
    margin-right: 15px;
}
.pt-special-hor h4 {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    color: #fff;
    font-weight: 200;
    margin: 28px 0 0 0;
}
.pt-special-hor .icon {
    display: inline-block;
    background: url(images/icons.png) no-repeat;
    width: 50px;
    height: 50px;
    margin-top: 20px;
}
.pt-special-hor .icon.cart {
    background-position: -102px 0;
}
.pt-special-hor .icon.call {
    background-position: -153px 0;
}
.pt-special-hor .icon.sale {
    background-position: -51px 0;
}
.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-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;
    transform: scale(0);
    border: 2px solid #fff;
}
.pt-special-hor:hover .border {
    transform: scale(1);
    opacity: 1;
}

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


/* 3.5.1 Home Page Template */

.page-template-front-page .site-content {
    margin-top: 30px;
}
.page-template-front-page .site-content .entry-content {
    margin-top: 0;
}
.page-template-front-page .sidebar {
    margin-top: 30px;
}
#special-sidebar-front .row {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
}
#special-sidebar-front .widget {
    border: 0;
    border-radius: 0;
    padding: 0 15px;
    margin-bottom: 30px;
}
.footer-shortcode {
    margin-top: 30px;
    padding: 50px 0;
}
.footer-shortcode [class^="col-"],
.footer-shortcode [class*=" col-"] {
    margin-bottom: 0px;
}
.front-page-shortcode {
    padding: 50px 0;
}
.tp-leftarrow.default {
    background: none;
    border: #575757 1px solid;
    border-radius: 50%;
    position: relative;
    text-align: center;
    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;
    margin-top: -10px !important;
    top: 50% !important;
}
.tp-leftarrow.default:before {
    content: "\f104";
    font-family: "fontawesome";
    line-height: 36px;
    font-size: 34px;
}
.tp-leftarrow.default:hover {
    background-color: rgba(87, 87, 87, 0.2);
}
.tp-rightarrow.default {
    background: none;
    border: #575757 1px solid;
    border-radius: 50%;
    position: relative;
    text-align: center;
    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;
    margin-top: -10px !important;
    top: 50% !important;
}
.tp-rightarrow.default:before {
    content: "\f105";
    font-family: "fontawesome";
    line-height: 36px;
    font-size: 34px;
}
.tp-rightarrow.default:hover {
    background-color: rgba(87, 87, 87, 0.2);
}

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


/* 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,
.pt-vendors-carousel .title-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 15px;
}
.pt-woo-shortcode.with-slider h3,
.pt-posts-shortcode.with-slider h3,
.pt-vendors-carousel .title-wrapper h3 {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 30px;
    padding-left: 15px;
    margin-bottom: 0;
}
.slider-navi {
    display: inline-block;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
}
.slider-navi span {
    display: inline-block;
    width: 11px;
    height: 17px;
    background-image: url("images/slider_arrows.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
.slider-navi .prev {
    background-position: left top;
}
.slider-navi .prev:hover,
.slider-navi .prev:focus,
.slider-navi .prev:active {
    background-position: left bottom;
}
.slider-navi .next {
    background-position: right top;
    margin-left: 20px;
}
.slider-navi .next:hover,
.slider-navi .next:focus,
.slider-navi .next:active {
    background-position: right bottom;
}

/* 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;
    height: 100%;
    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;
}
.pt-woo-shortcode.with-slider .products .product .additional-buttons {
    display: none;
}
.pt-woo-shortcode.with-slider .products .product .fade-hover .additional-buttons {
    display: inline-block;
}

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


/* 3.5.3 PT Posts Shortcode styles */

.post-list:after {
    display: block;
    content: '';
    clear: both;
}
.post-list .post {
    padding: 0 15px;
    list-style: none;
    float: left;
    margin: 0;
}
.post-list .item-content {
    border: 1px solid #eeeeee;
    position: relative;
    color: #a3a2a2;
    padding: 20px 0 0 0;
}
.post-list .item-content h3 {
    color: inherit;
    font-size: 18px;
    font-weight: 300;
    display: block;
    float: none;
    padding: 0 20px;
    margin-bottom: 0;
}
.post-list .item-content .meta-data {
    padding: 0 20px;
    margin-top: 10px;
}
.post-list .item-content .author {
    border-right: 1px solid #eeeeee;
    padding-right: 15px;
    margin-right: 15px;
}
.post-list .item-content .entry-excerpt {
    margin: 15px 0 20px 0;
    padding: 0 20px;
}
.post-list .item-content .buttons-wrapper {
    border-top: 1px solid #eeeeee;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 20px;
}
.post-list .item-content .buttons-wrapper .comments-qty,
.post-list .item-content .buttons-wrapper .likes-counter,
.post-list .item-content .buttons-wrapper .link-to-post {
    display: inline-block;
}
.post-list .item-content .buttons-wrapper .comments-qty i,
.post-list .item-content .buttons-wrapper .likes-counter i {
    margin-right: 5px;
    font-size: 15px;
    color: #dadada;
    -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;
    vertical-align: middle;
}
.post-list .item-content .buttons-wrapper .comments-qty {
    margin-right: 10px;
}
.post-list .item-content .buttons-wrapper .comments-qty i {
    font-size: 17px;
}
.post-list .item-content .buttons-wrapper .link-to-post {
    float: right;
}
.post-list .item-content .buttons-wrapper .link-to-post a {
    background: #fafafa;
    color: #dad9d9;
    width: 24px;
    height: 24px;
    line-height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-align: center;
    display: inline-block;
    -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;
    padding-left: 3px;
}
.post-list .item-content .buttons-wrapper .link-to-post a i {
    -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;
}
.post-list .item-content .buttons-wrapper:after {
    display: block;
    content: '';
    clear: both;
}
.post-list .item-content:hover .comments-qty i,
.post-list .item-content:hover .likes-counter i {
    color: #a3a2a2;
}
.post-list .item-content:hover .link-to-post a {
    background: #c2d44e;
    color: white;
}
.post-list .thumb-wrapper {
    position: relative;
}
.post-list .thumb-wrapper img {
    width: 100%;
}
.post-list .thumb-wrapper+ .item-content {
    border-top: 0;
}

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


/* 3.5.4 PT Related posts styles */


/* Styles equal to PT Posts Shortcode styles */

#related_posts {
    margin-top: 60px;
    clear: both;
}
#related_posts .post-list {
    padding-top: 30px;
    margin: 0 -15px 0 -15px;
}
#related_posts .related-posts-title {
    text-transform: none;
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    color: #151515;
    font-weight: 200;
    margin: 0;
    position: relative;
}

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


/* 3.5.5 PT Sales carousel with countdown styles */

.pt-sales-carousel {
    display: inline-block;
    width: auto;
    position: relative;
}
.pt-sales-carousel h3 {
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    color: #151515;
    font-weight: 200;
    margin: 0 0 30px 0;
    text-align: center;
}
.pt-sales-carousel ul.products {
    margin: 0;
    padding: 40px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
.pt-sales-carousel ul.products li {
    padding: 0;
    text-align: left;
    width: 100%;
}
.pt-sales-carousel ul.products li:after {
    display: table;
    content: '';
    clear: both;
}
.pt-sales-carousel ul.products .img-wrapper {
    max-width: 254px;
    max-height: 288px;
    float: left;
    display: inline-block;
    margin-right: 45px;
    overflow: hidden;
}
.pt-sales-carousel ul.products .counter-wrapper {
    display: inline-block;
    float: left;
    max-width: 300px;
}
.pt-sales-carousel ul.products h4 {
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    color: #151515;
    font-weight: 200;
    margin: 0 30px 0 0;
    display: inline-block;
}
.pt-sales-carousel ul.products h4:before {
    content: '';
    display: inline-block;
    background: url(images/sale-label.png) no-repeat 12px 5px #c2d44e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    margin-right: 10px;
    padding: 20px;
    vertical-align: top;
}
.pt-sales-carousel ul.products .sale-value {
    padding: 0 15px;
    font-size: 22px;
    background: #c2d44e;
    display: inline-block;
    vertical-align: super;
    color: #fff;
}
.pt-sales-carousel ul.products .countdown-wrapper {
    display: inline-block;
    padding: 15px 0;
    text-align: left;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    margin: 30px 0 25px 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 !important;
    display: inline-block;
    margin: 0;
    position: relative;
    line-height: 1.5;
}
.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: #81CFDC;
}
.pt-sales-carousel ul.products .price-wrapper .add_to_cart_button {
    margin: 0;
    position: absolute;
    right: 0;
    top: 3px;
}
.pt-sales-carousel ul.products .price-wrapper .add_to_cart_button i {
    position: absolute;
    top: 8px;
    left: 11px;
}
.pt-sales-carousel ul.products .price-wrapper .add_to_cart_button i:before {
    margin: 0;
    -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;
}
.pt-sales-carousel ul.products .price-wrapper .add_to_cart_button:hover i:before {
    color: #c2d44e;
}
.pt-sales-carousel ul.products .price-wrapper .add_to_cart_button .shopping-cart-img {
    background: url("images/add_to_cart_image.png") no-repeat center center transparent;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.pt-sales-carousel ul.products .price-wrapper .added_to_cart {
    bottom: -20px;
    right: -10px;
}
.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 #c2d44e;
    background: #fff;
    color: #c2d44e;
    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;
    color: #c2d44e;
    -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.next:hover,
.pt-sales-carousel span.next:focus {
    color: #fff;
    background: #c2d44e;
}
.pt-sales-carousel span.prev:hover:before,
.pt-sales-carousel span.next:hover:before {
    color: #fff !important;
}
.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 */
.pt-carousel .title-wrapper {
    text-align: center;
    position: relative;
}
.pt-carousel .title-wrapper h3 {
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    color: #151515;
    font-weight: 200;
    margin: 0 0 15px 0;
    display: inline-block;
}
.pt-carousel .title-wrapper span {
    display: inline-block;
    width: 11px;
    height: 17px;
    background-image: url("images/slider_arrows.png");
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
}
.pt-carousel .title-wrapper .prev {
    left: 30px;
    top: 16px;
    background-position: left top;
}
.pt-carousel .title-wrapper .prev:hover,
.pt-carousel .title-wrapper .prev:focus,
.pt-carousel .title-wrapper .prev:active {
    background-position: left bottom;
}
.pt-carousel .title-wrapper .next {
    background-position: right top;
    right: 30px;
    top: 16px;
}
.pt-carousel .title-wrapper .next:hover,
.pt-carousel .title-wrapper .next:focus,
.pt-carousel .title-wrapper .next:active {
    background-position: right bottom;
}
.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: #c2d44e;
    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: #c2d44e;
    border: 1px solid #c2d44e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}
.pt-carousel.animation-bottom-sliding figcaption a:hover {
    background: #c2d44e;
    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 !important;
    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;
    background: transparent;
}
.pt-carousel .item-wrapper.rotator figcaption span {
    display: block;
    text-align: center;
    font-size: inherit;
    color: #646565;
    padding-top: 10px;
    background: transparent;
}
.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: #c2d44e;
    color: #fff;
    border: 1px solid #c2d44e;
    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: #c2d44e;
}

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


/* 3.5.7 Contact form 7 styles */

.wpcf7 {
    text-align: center;
}
.wpcf7 form {
    max-width: 770px;
    display: inline-block;
    width: 100%;
}
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    max-width: 100%;
    background: #ebebeb;
    color: #6a6a6a;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    border-color: #dbdbdb;
    font-weight: lighter;
}
.wpcf7 textarea {
    min-height: 250px;
    padding-top: 8px;
}
.wpcf7 .wpcf7-submit {
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #c2d44e;
    -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;
}
.wpcf7 input::-webkit-input-placeholder {
    text-align: center;
}
.wpcf7 input:-moz-placeholder {
    text-align: center;
}
.wpcf7 input::-moz-placeholder {
    text-align: center;
}
.wpcf7 input:-ms-input-placeholder {
    text-align: center;
}
.wpcf7 textarea::-webkit-input-placeholder {
    text-align: center;
}
.wpcf7 textarea:-moz-placeholder {
    text-align: center;
}
.wpcf7 textarea::-moz-placeholder {
    text-align: center;
}
.wpcf7 textarea:-ms-input-placeholder {
    text-align: center;
}

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


/* 3.5.8 PT Member Contacts styles */

.pt-member-contact h3 {
    font-size: 18px;
    color: #151515;
    margin: 0;
    font-weight: lighter;
}
.pt-member-contact span {
    font-size: 15px;
    color: #c2d44e;
}
.pt-member-contact p {
    margin: 0;
    padding: 0;
    color: #b1b1b1;
}
.pt-member-contact .contact-btns {
    font-size: 20px;
}
.pt-member-contact .contact-btns a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    color: #b1b1b1;
}
.pt-member-contact .contact-btns a:hover,
.pt-member-contact .contact-btns a:focus,
.pt-member-contact .contact-btns a:active {
    color: #c2d44e;
}
.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 #e1e1e1;
    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-top .text-wrapper {
    padding: 0;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}
.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 #e1e1e1;
}
.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: #c2d44e;
}
.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;
}

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


/* 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: #c2d44e;
}
.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 {
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    color: #151515;
    font-weight: 200;
    margin: 0 0 15px 0;
    display: inline-block;
}
.pt-testimonials .title-wrapper span {
    display: inline-block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    border: 1px solid #c2d44e;
    background: transparent;
    color: #c2d44e;
    position: absolute;
    margin: 0;
    top: 7px;
    -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, background-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;
    color: #c2d44e;
    -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 {
    color: #ffffff;
    border-color: #c2d44e;
    background-color: #c2d44e;
}
.pt-testimonials .title-wrapper span:hover:before {
    color: #fff !important;
}
.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 .text-wrapper::after {
    display: table;
    content: '';

}
.pt-testimonials h3 {
    font-size: 18px;
    color: #484747;
    margin: 0;
    font-weight: lighter;
    padding: 0;
}
.pt-testimonials span {
    font-size: 15px;
    color: #c2d44e;
}
.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.10 PT Gmaps */

.map-bubble {
    background: rgba(44, 170, 209, 0.8);
    padding: 20px;
    color: #fff;
}
.map-bubble:after {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid rgba(44, 170, 209, 0.8);
    border-right: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 40px;
}

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


/* 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-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #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: #c2d44e;
    color: #fff;
}
#portfolio-gallery .gallery-item img {
    -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 .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 #e1e1e1;
    border-top: 0;
}
#portfolio-gallery .portfolio-item-description h3 {
    color: #151515;
    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;
    color: #b1b1b1;
    -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;
    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: #fafafa;
    width: 24px;
    height: 24px;
    line-height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-align: center;
    display: inline-block;
    -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 .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: #c2d44e;
    color: white;
}
#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 img {
    opacity: 0.9;
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#pt-gallery .gallery-item:hover .gallery-item-description:before {
    opacity: 1;
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
#pt-gallery .gallery-item:hover p {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#pt-gallery .gallery-item:hover h3 {
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    /*background-color: $global_color_decorative;*/
}
#pt-gallery .gallery-icon {
    overflow: hidden;
    position: relative;
}
#pt-gallery .gallery-icon img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100%+ 10px);
    width: calc(100%+ 10px);
    -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -ms-transform: translate3d(10px, 10px, 0);
    -moz-transform: translate3d(10px, 10px, 0);
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#pt-gallery .gallery-item-description {
    margin: 0;
    padding: 1em;
    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:before {
    -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    position: absolute;
    right: -40px;
    bottom: -70px;
    width: 140px;
    height: 140px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#pt-gallery .gallery-item-description p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 10px 10px 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0);
    margin: 0;
    opacity: 0;
}
#pt-gallery .gallery-item-description p a {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #fff;
    background: transparent;
    padding: 3px;
    -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;
    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: #b1b1b1;
}
#pt-gallery .gallery-item-description h3 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 3px;
    max-width: 50%;
    -webkit-transition: -webkit-transform 0.35s, background-color 0.35s;
    transition: transform 0.35s, background-color 0.35s;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    margin: 0;
    font-family: "Roboto", sans-serif;
    background: transparent;
}

/* 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.14 To top button */

.to-top {
    display: inline-block;
    height: 40px;
    line-height: 35px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    font-size: 30px;
    text-align: center;
    color: #c2d44e;
    border: 2px solid #c2d44e;
    border-radius: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 500;
}
.to-top:hover {
    background: #c2d44e;
    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 only screen and (min-width: 768px) {
    .to-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .to-top {
        height: 60px;
        line-height: 50px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

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


/* 3.5.15 Login/Register Widget */

.widget_pt_login_widget {
    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: #6e7073;
    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;
    }
}
.ajax-auth h1,
.ajax-auth h3 {
    font-weight: 300;
    color: #393e45;
    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 {
    border: 1px solid #EDEDED;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    padding: 10px 10px 10px 13px;
    max-width: 325px;
    width: 100%;
    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 #c2d44e;
    /* color equal to main_decorative_color */
    -webkit-box-shadow: 0 0 2px #c2d44e;
    outline: 0;
}
.ajax-auth input#password2 {
    margin-bottom: 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: #c2d44e;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 25px;
    float: right;
    font-weight: 300;
}
.ajax-auth input.submit_button:hover {
    background-color: #b5c648;
}
.ajax-auth a {
    text-decoration: none;
    color: #c2d44e;
}
.ajax-auth a:hover,
.ajax-auth a:focus,
.ajax-auth a:active {
    color: #b5c648;
}
.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 !important;
    font-weight: 400;
    display: none;
    color: #c0392b;
}
.widget_pt_login_widget a.login_button:last-of-type {
    margin-right: 0px;
}
a.login_button {
    display: block;
    padding: 0;
    text-decoration: none;
    font-size: 14px;
}
a.login_button {
    color: #646565;
}
a.login_button:hover,
a.login_button:focus,
a.login_button:active {
    color: #C2D44E;
}
a.login_button.inline {
    display: inline-block;
    margin-right: 20px;
}
a.login_button.inline i {
    margin: 0 5px 0 0;
}
a.login_button i {
    display: inline-block;
    margin-left: 5px;
    color: #898e91;
}
.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;
}
.ajax-auth p {
    margin: 0 !important;
    position: relative;
}

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


/* 3.5.16 Recent Comments with avatars Widget */

#recentcomments {
    padding-top: 10px;
}
#recentcomments li:after {
    clear: both;
    content: "";
    display: block;
    position: relative;
}
#recentcomments li {
    padding: 0 0 10px 0;
    margin-bottom: 12px;
}
#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;
}

/* --------------------------- 4.0 Media Queries ------------------------------ */

@media (max-width: 767px) {
    .site-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .hgroup-sidebar {
        text-align: center;
    }
    .hgroup-sidebar .widget {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }
    .hgroup-sidebar .widget.widget_shopping_cart {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        min-width: 74px;
    }
    .top-nav-container,
    .info-container,
    .header-top .top-widgets {
        text-align: center;
    }
    .banner-with-effects {
        font-size: 60%;
    }
    .post-list .post {
        margin-bottom: 30px;
    }
    .entry-meta-bottom .social-links .pt-post-share {
        padding: 0 8px;
    }
    .entry-meta-bottom .like-wrapper {
        float: left;
        margin: 15px 0 0;
    }
    .entry-meta-bottom .post-views {
        float: left;
        margin: 15px 30px 0 0 !important;
    }
    .breadcrumbs-wrapper .breadcrumbs {
        float: left;
        padding: 15px 0 0 0;
        text-align: left;
        display: block;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .banner-with-effects {
        font-size: 45%;
    }
    .breadcrumbs-wrapper .page-title {
        float: none;
        text-align: center;
        width: 100%;
    }
    .archive-title,
    .page-title {
        text-align: center;
    }
    .breadcrumbs-wrapper .breadcrumbs {
        float: none;
        text-align: center;
        padding: 20px 0 0;
    }
    .post-navigation,
    .image-navigation {
        float: none;
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .pt-searchform {
        text-align: center;
        min-width: auto;
    }
}
@media (min-width: 768px) {
    .site-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .hgroup-sidebar {
        text-align: center;
    }
    .hgroup-sidebar .widget:first-of-type {
        padding-left: 0;
    }
    .entry-meta-bottom .social-links+ .post-views {
        margin-left: 0;
    }
    .entry-meta-bottom .post-views {
        display: block;
        float: none;
        margin: 10px 0 0 0;
    }
    .entry-meta-bottom .like-wrapper {
        display: block;
        float: none;
        margin: 10px 0 0 0;
    }
    .post-list .post {
        margin-bottom: 30px;
    }
    .post-list .post:nth-child(3) {
        clear: left;
    }
    .post-list .post:last-of-type {
        margin-bottom: 0px;
    }
    #related_posts+ .comments-area {
        margin-top: 30px;
    }
    .banner-with-effects {
        font-size: 50%;
    }
}
@media (min-width: 992px) {
    .site-logo {
        margin-bottom: 0px;
    }
    .hgroup-sidebar {
        text-align: center;
    }
    .hgroup-sidebar .widget:first-of-type {
        padding-left: 0;
    }
    .breadcrumbs-wrapper .breadcrumbs {
        display: inline-block;
        float: none;
        padding: 0;
        text-align: right;
        width: auto;
    }
    .post-list .post:nth-child(3) {
        clear: none;
    }
    .entry-meta-bottom .social-links+ .post-views {
        margin-left: 30px;
    }
    .entry-meta-bottom .post-views {
        display: inline-block;
        float: right;
        margin: 0;
    }
    .entry-meta-bottom .like-wrapper {
        display: inline-block;
        float: right;
        margin: 0;
    }
    .banner-with-effects {
        font-size: 80%;
    }
}
@media (min-width: 1200px) {
    .hgroup-sidebar {
        text-align: right;
    }
    .site-logo {
        margin-bottom: 0px;
    }
    .banner-with-effects {
        font-size: 100%;
    }
}
